@import "../../common/css/com.css";

.header_wang .header .container .navbar .nav-list{
    background-color: #F6F9FE;
    position: relative;
}
.header_wang .header .container .navbar .nav-list:after{
    content: '';
    display: block;
    width: 44px;
    height: 4px;
    background: #3D7EFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.list{
    padding-bottom: 60px;
}
.top{
    position: relative;
    text-align: center;
    height: 160px;
}
.top .bg{
    width: 100%;
    height: 160px;
}
.top .title-box{
    position: absolute;
    top: 36px;
    color: #FFFFFF;
    left: 0;
    right: 0;
    margin: auto;
}
.top .title-box .title{
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
}
.top .title-box .sub-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}
.news{
    padding-top: 40px;
}
.news-list{
    width: 1200px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
}
.news-list .item{
    display: flex;
    justify-content: space-between;
    padding: 40px 64px;
}
.news-list .item .item-img{
    width: 240px;
    height: 180px;
    display: block;
    margin-right: 32px;
}
.news-list .item img{
    width: 240px;
    height: 180px;
}
.news-list .item .item-con{
}
.news-list .item .item-con .news-title{
    width: 691px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #2B2B2B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .item .item-con .news-con{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #999999;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .item .item-con .news-info{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    margin-top: 28px;
}
.news-list .item .item-con .news-info span{

}
.news-list .item .item-con .news-info span+span:before{
    display: inline-block;
    content: '';
    width: 2px;
    height: 8px;
    background: #B7B7B7;
    margin: 0 10px;
}
