.news_part .news_list {
    width: 916px;
    display: inline-block;
    vertical-align: top;
}

.news_part .news_list .title {
    font-size: 36px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 50px;
    padding-bottom: 51px;
    border-bottom: 1px solid #142331;
}

.news_part .news_list .list li{
    padding: 24px 0 28px 0;
}

.news_part .news_list .list li .poster {
    width: 290px;
    height: 190px;
    margin-right: 50px;
}

.news_part .news_list .list li .right {
    display: inline-block;
    vertical-align: top;
    width: 520px;
}

.news_part .news_list .list li .right .news_title{
    display: inline-block;
    width: 518px;
    height: 30px;
    font-size: 22px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
}

.news_part .news_list .list li .right .news_title a{
    color: #000000;
    text-decoration: none;
}

.news_part .news_list .list li .right .news_desc {
    display: inline-block;
    width: 518px;
    height: 22px;
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 56px;
}

.news_part .news_list .list li .right .news_time {
    font-size: 14px;
    font-family: Ubuntu;
    text-align: left;
    color: #727987;
    line-height: 16px;
}

.news_part .news_list .list li .right .news_time .span {
    display: inline-block;
}

.news_part .news_list .list li .right .news_time .span .icon {
    margin-right: 4px;
}

.news_part .news_list .list li .right .news_time .span:not(:last-child) {
    border-right: 1px solid #dbe0e3;
}

.news_detail {
    padding: 60px 0 139px 0;
}

.news_detail .left,.news_detail .right  {
    display: inline-block;
    vertical-align: top;
}

.news_detail .left {
    margin-right: 75px;
}

.news_detail .left .title {
    width: 780px;
    font-size: 24px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 33px;
    margin-bottom: 12px;
}

.news_detail .left .time {
    font-size: 14px;
    font-family: Ubuntu;
    text-align: left;
    color: #727987;
    line-height: 16px;
}

.news_detail .left .time .span {
    display: inline-block;
}

.news_detail .left .time .span:not(:last-child) {
    border-right: 1px solid #dbe0e3;
}

.news_detail .left .content {
    width: 780px;
    margin-top: 40px;
}

.news_detail .right {
    padding-top: 43px;
}

.news_detail .right .right-title {
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #666666;
    line-height: 20px;
    margin-bottom: 12px;
}

.news_detail .right .extension-list li {
    width: 316px;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}

.news_detail .right .extension-list li .title {
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-bottom: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_detail .right .extension-list li .title a {
    color: #333333;
    text-decoration: none;
}

.news_detail .right .extension-list li .desc {
    width: 316px;
    height: 52px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}4467