div{
    position: relative;
    box-sizing: border-box;
}
image{
    display: block;
}
.newsListContent{
    background-color: #F5F5F5;
    padding: 70px 0;
}

/*顶部热*/

.newsListContent .hotBox {
    overflow: hidden;
    height: 450px;
    background-color: #fff;
    margin-bottom: 70px;
}

.newsListContent .hotBox .pic {
    width: 50%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.newsListContent .hotBox .msgBox {
    width: 50%;
    height: 100%;
    overflow: hidden;
}


.newsListContent .hotBox .msgBox {
    padding: 0 40px;
}
.newsListContent .hotBox .msgBox.blueBg{
    background: #E5EEF6;
}
.newsListContent .hotBox .msgBox .msgBoxContent{
    min-height: 300px;
    width: 100%;
}

.newsListContent .hotBox .msgBox h3 {
    line-height: 36px;
    height:75px
}

.newsListContent .hotBox .msgBox h3 a {
    font-size: 26px;
    color: #394149;
    font-weight: bold;
    display: block;
}

.wesayContent.newsListContent .hotBox .msgBox h3 a {
    font-size: 30px;
}

.newsListContent .hotBox .msgBox .date{
    margin-top: 16px;
    color: #B1B1B1;
    font-size: 16px;
    line-height: 1;
}
.wesayContent.newsListContent .hotBox .msgBox .date{
    font-size: 18px;
    margin-top: 14px;
}

.newsListContent .hotBox .msgBox .txt {
    font-size: 16px;
    color: #394149;
    line-height: 26px;
    margin-top: 26px;
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wesayContent.newsListContent .hotBox .msgBox .txt{
    font-size: 20px;
}

.newsListContent .hotBox .msgBox .readAll{
    text-align: right;
    margin-top: 25px;
}
.readall-a{
    color: #0082BE;
    font-size: 14px;
}
.readall-a:hover{
    color: #0082be;
    text-decoration: underline;
}


/*列表*/
.newsList{
    flex-wrap: wrap;
}
.newsList .box{
    display: block;
    margin: 0 0 70px;
    width: 356px;
}

.newsList .box .picBox .pic{
    width: 100%;
    height: 267px;
}

.newsList .box .msgBox{
    padding-top: 20px;
}
.newsList .box .msgBox .title{
    font-size: 18px;
    font-weight: bold;
    color: #394149;
    line-height: 1.3;
    height: 46px;
}
.newsList .box .msgBox .date{
    font-size: 14px;
    color: #B1B1B1;
    line-height: 1;
    margin-top: 16px;
}
.newsList .box .msgBox .msg{
    font-size: 14px;
    color: #8E8E8E;
    line-height: 1.3;
    margin-top: 12px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList .box .msgBox .readAll{
    font-size: 16px;
    color: #0082be;
    line-height: 1;
    margin-top: 10px;
}
