.content3{
    background: #10151b url("../img/big-bg3.jpg") no-repeat center top;
}
.content3 h1{
    color: #c8c8c8;
    font-size: 40px;
}
.hot-con{
    /*height: 820px;*/
    overflow: hidden;
    padding-bottom: 50px;
}
.hot-con ul li{
    width: 371px;
    height: 310px;
    float: left;
    margin-top: 50px;
    margin-right: 54px;
    border: 1px solid #c8c8c8;
}
.hot-con ul li:nth-child(3n){
    margin-right: 0px;
}
.hot-con ul li:hover{
    border: 1px solid #e74c3c;
}
.hot-con ul li img{
    display: block;
    width: 371px;
    height: 213px;
}
.news-mes{
    width: 100%;
    height: 97px;
}

.hot-con ul li p{
    height: 45px;
    line-height: 1.8;
    padding: 10px;
    font-size: 14px;
    color: #c8c8c8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hot-con ul li span{
    padding: 0px 10px;
    line-height: 1.5;
    font-size: 16px;
    color: #6f7074;
}
.news-from{
    float: right;
}
.news-date{
    float: left;
}
.hot-con ul li:hover .news-mes{
    background: #e74c3c;
}
.hot-con ul li:hover .news-mes p{
    color: #10151b;
}
.hot-con ul li:hover .news-mes span{
    color: #c8c8c8;
}


/*资讯列表 start*/
.infor-con{
    overflow: hidden;
}
.infor-con ul{
    overflow: hidden;
    margin-left: 11px;
}
.infor-con ul li{
    width: 275px;
    height: 218px;
    float: left;
    margin-top: 40px;
    margin-right: 35px;
    border: 1px solid;
}
.infor-con ul li:nth-child(4n){
    margin-right: 0px;
}
.infor-con ul li:hover{
    border: 1px solid #e74c3c;
}
.infor-con ul li img{
    display: block;
    width: 275px;
    height: 158px;
}
.infor-con ul li p{
    height: 45px;
    line-height: 1.6;
    padding: 8px 8px;
    font-size: 14px;
    color: #c8c8c8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.load-more{
    width: 101px;
    height: 34px;
    margin: 50px auto 0px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.load-more:hover{
    border: 1px solid #e74c3c;
    color: #e74c3c;
}
/*资讯列表 over*/