@charset "utf-8";
.news {
    margin-top:24px;
}
.news .right {
    width:376px;
    margin-left:24px;
}
.news .right .con {
    width:376px;
    height:800px;
    background:#FFFFFF;
    border-radius:8px;
    padding:24px;
}
.news .left .con {
    min-height:800px;
    background:#FFFFFF;
    border-radius:8px;
    padding:24px;
}
.news .right .con li h1 {
    color:#272E3B;
    margin-bottom:8px;
}
.news .right .con li p {
    color:#848E9A;
    margin-bottom:8px;
}
.news .right .con li h2 {
    color:#272E3B;
}
.news .right .con li {
    margin-bottom:24px;
}
.news .right .con li:nth-last-child(1) {
    margin-bottom:0;
}
.news .left .con .content {
    font-size:14px;
    color:#272E3B;
    word-break:break-all;
    line-height:1.6;
}
.news .left .con .content p {
    margin-bottom:16px;
}
.news .left .con .content img{
    max-width: 100%;
}