
.content{
    width: 100%;
    overflow: hidden;
}
.content .news_1{
    width: 100%;
    position: relative;
    margin-top: 72px;
}

.content .news_1 .banner{
    width: 100%;
    height: 186px;
    background: #eee;
}

.content .news_2{
    width: 100%;
    background: #eee;
    padding-bottom: 150px;
}
.content .news_2 .c_width{
    height: 1070px;
    padding: 50px;
    background: #fff;

}
.content .news_2 h2{
    font-size: 38px;
    padding-bottom: 45px;
    font-weight: bold;
}
.content .news_2 .first{
    height: 435px;
}
.content .news_2 .first .left{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.content .news_2 .first .left img{
    width: 100%;
}
.content .news_2 .first .right{
    width: 50%;
    height: 100%;
    padding: 45px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    position: relative;
}
.content .news_2 .first .right h4{
    font-size: 20px;
    padding: 20px 0;
    color: #333;
    font-weight: bold;
}
.content .news_2 .first .right .time{
    display: block;
    padding-bottom: 30px;
    color: #666;
}
.content .news_2 .first .right p{
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
}
.content .news_2 .first .right .more{
    position: absolute;
    width: 100px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    left: 45px;
    bottom: 30px;
    color: #666;
    font-weight: bold;
}
.content .news_2 .first .right .more span{
    position: absolute;
    width: 53px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #b9a76e;
    left: 0;
    bottom: 0;
}
.content .news_2 .list{
    padding-top: 40px;
    height: 490px;
}
.content .news_2 .list .left{
    width: 65%;
}
.content .news_2 .list .left ul li{
    height: 110px;
    padding: 25px 10px 25px 0;
    border-bottom: 1px solid #dddddd;
}
.content .news_2 .list .left ul li .time{
    float: left;
    font-size: 16px;
    margin-right: 60px;
    color: #333;
}
.content .news_2 .list .left ul li .time .day{
    font-size: 60px;
    
}
.content .news_2 .list .left ul li .text h4{
    font-size: 20px;
    color: #333;
    padding-bottom: 25px;
    font-weight: bold;
}
.content .news_2 .list .left ul li .text p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .news_2 .list .right{
    width: 20%;
}
.content .news_2 .list .right .search{
    padding-bottom: 30px;
    position: relative;

}
.content .news_2 .list .right .search input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 5px 60px 5px 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    font-size: 16px;
}
.content .news_2 .list .right .search .Btn{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(../images/search_icon.png) no-repeat left center;
    cursor: pointer;
    border: 0;
}
.content .news_2 .list .right .select .time{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../images/down_icon.png) no-repeat left center;

}
.content .news_2 .list .right .select a{
    display: block;
    padding-bottom: 15px;
    cursor: pointer;
    color: #666;
}
.content .news_2 .list .right .select a:hover{
    color: #b9a76e;
}

.content .news_2 .c_width .page{
    margin-top: 20px;
}
.content .news_2 .c_width .page li{
    float: left;
    margin-right: 5px;
}
.content .news_2 .c_width .page li a{
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
}
.content .news_2 .c_width .page li.active a{
    border-bottom: 1px solid #00a2e9;
    background: #00a2e9;
    color: #fff;
}
.content .news_2 .c_width .page li a:hover{
    border-bottom: 1px solid #00a2e9;
    background: #00a2e9;
    color: #fff;
}

.content .search .c_width{
    height: 650px;
}
.content .search h2{
    font-size: 30px;
}
.content .search h2 strong{
    color: red;
    font-size: 30px;
}
.content .search .list{
    padding-top: 0;
}

/* 详情页 */
.content .news_content_1{
    width: 100%;
    position: relative;
    margin-top: 72px;
}

.content .news_content_1 .banner{
    width: 100%;
    height: 130px;
    background: #eee;
}

.content .news_content_2{
    width: 100%;
    background: #eee;
    padding-bottom: 150px;
}
.content .news_content_2 .w_1000{
    width: 1000px;
    margin: auto;
}
.content .news_content_2 .w_1000 h2{
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 10px;
    font-weight: 600;
}
.content .news_content_2 .w_1000 .time{
    text-align: center;
    display: block;
    font-size: 16px;
    padding-bottom: 40px;
}
.content .news_content_2 .c_width{
    background: #fff;
}
.content .news_content_2 .c_width .w_1000 .text{
    min-height: 800px;
    padding-top: 50px;
    padding-bottom: 80px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.content .news_content_2 .c_width .w_1000 .text img{
    max-width: 100%;
}
.content .news_content_2 .bottom{
    height: 35px;
    margin-top: 35px;
}
.content .news_content_2 .bottom .share{
    float: left;
    font-size: 16px;
}
.content .news_content_2 .bottom .return{
    float: right;
}
.content .news_content_2 .bottom .return a{
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #b9a76e;
    color: #fff;
}
/* 1680px样式 */
@media screen and (max-width: 1680px) {
    .content .news_2 .first{
        height: 376px;
    }
    .content .news_2 .first .right p{
        -webkit-line-clamp: 3;
    }
}

/* 手机样式 */
@media screen and (max-width: 1080px) {
    .content .news_1 .banner{
        height: 50px;
    }
    .content .news_2{
        padding-bottom: 50px;
    }
    .content .news_2 .c_width{
        padding: 10px 0;
        height: 1300px;
    }
    .content .news_2 h2{
        font-size: 24px;
        padding-bottom: 20px;
        text-align: center;
    }
    .content .news_2 .first{
        height: 450px;
    }
    .content .news_2 .first .left{
        width: 100%;
        height: auto;
    }
    .content .news_2 .first .right{
        width: 100%;
        padding: 20px 10px;
        margin-top: 10px;
        height: auto;
    }
    .content .news_2 .first .right .more{
        display: none;
    }
    .content .news_2 .first .right h4{
        font-size: 18px;
        padding: 0;
    }
    .content .news_2 .first .right .time{
        padding-bottom: 10px;
    }
    .content .news_2 .first .right p{
        font-size: 14px;
        line-height: 25px;
    }
    .content .news_2 .list{
        padding-top: 20px;
        height: 700px;
    }
    .content .news_2 .list .left{
        width: 100%;
    }
    .content .news_2 .list .right{
        display: none;
    }
    .content .news_2 .list .left ul li{
        height: auto;
        padding: 10px;
    }
    .content .news_2 .list .left ul li .time{
        font-size: 14px;
        margin-right: 10px;
    }
    .content .news_2 .list .left ul li .time .day{
        font-size: 24px;
    }
    .content .news_2 .list .left ul li .text h4{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content .news_2 .list .left ul li .text p{
        font-size: 14px;
    }


    /* 详情页 */
    .content .news_content_1 .banner{
        height: 30px;
    }
    .content .news_content_2{
        padding-bottom: 30px;
    }
    .content .news_content_2 .w_1000{
        width: 90%;
        margin: auto;
    }
    .content .news_content_2 .w_1000 h2{
        font-size: 24px;
        line-height: 30px;
    }
    .content .news_content_2 .w_1000 .time{
        padding-bottom: 10px;
    }
    .content .news_content_2 .c_width .w_1000 .text{
        padding: 10px;
        min-height: 500px;
    }
    .content .news_content_2 .c_width .w_1000 .text video{
        max-width: 100%!important;
        height: auto;
    }
    .content .news_content_2 .c_width .w_1000 .text img{
        max-width: 100%!important;
    }
    .content .news_content_2 .bottom{
        margin-top: 20px;
    }
}


