.banner{
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url("../images/news-banner.jpg") no-repeat center;
}
.address{
    width: 100%;
    height: 40px;
    background: #ffffff;
    overflow: hidden;
}
.address .add-img{
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 9px;
}
.address .add-text{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.con-ul .con-li{
    width: 390px;
    height: 370px;
    float: left;
    margin-right: 15px;
    border-bottom: 1px solid #cccccc;
    cursor:pointer
}

.con-li:nth-of-type(3n){
    margin-right: 0;
}
.con-li:nth-of-type(n+4){
    margin-top: 40px;
}
.con-li .con-img{
    width: 100%;
    height: 245px;
    background: #009f95;
}
.con-li .con-box{
    width: 100%;
    height: 125px;
    overflow: hidden;
}
.con-box .con-time{
    width: 100%;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    line-height: 25px;
    margin-top: 20px;
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 10px;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.con-li:hover .con-text{
    color: #27acff;
}
.page{
    width: 100%;
    height: 106px;
    background: #ffffff;
}
