.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.logo img {
}



/* main */

.banner {
    position: relative;
    margin: 10px 0;
    display: block;
}

.pag_zs{

}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 14px;
    font-size: 12px;
    color: #ccc;
    border: 1px solid #ccc;
    line-height: 14px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
}

.contain {
    margin: 30px 0 0;
}

.contain_left {
    width: 720px;
}


/* 轮播图 */

.swiper_wrap {
    width: 720px;
    height: 370px;
}


/* 轮播图开始 */
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container img {
    width: 720px;
    height: 370px;
}
.swiper-container .swiper-pagination {
    position: absolute;
    text-align: right;
    bottom: 44px !important;
    user-select: none;
}
.swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-container .swiper-pagination-bullet-active {
    background-color: white;
}
.swiper-container .swiper-button {
    position: absolute;
    top: 50%;
    margin-top: -42.5px;
    width: 45px;
    height: 85px;
    z-index: 99;
}
.swiper-container .swiper-button-next {
    background: url(../images/banner_arrow.png) no-repeat right top;
    right: 0 !important;
}
.swiper-container .swiper-button-prev {
    background: url(../images/banner_arrow.png) no-repeat left top;
    left: 0;
}

.swiper-container .desc {
    position: absolute;

    padding: 0 10px;
    bottom: 0;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right:87px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 轮播图结束 */


/* 新闻列表 */

.news {
    margin-top: 20px;
}

.news_list li {
    width: 337px;
    padding: 10px 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list li a {
    cursor: pointer;
    transition: all .3s;
}

.news_list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #A8D4D7;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.contain_right {
    width: 450px;
    box-sizing: border-box;
}

.contain_right h2 {
    padding: 5px 0 0;
    font-weight: bold;
    font-size: 18px;
}

.contain_right_list li {
    padding: 20px 0 10px;
    border-bottom: 1px dashed #ccc;
}

.contain_right_list li:first-child {
    padding: 0px 0 10px;
}

.contain_right_list li a {
    color: #2c3e50;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s;
    cursor: pointer;
}

.news_list li a:hover,
.contain_right_list li a:hover {
    color: royalblue;
}

.contain_right_list_span {
    color: #777;
    font-size: 14px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 专题推荐 */

.special_recommendation {
    margin: 10px 0 0;
    padding: 15px 0;
    box-sizing: border-box;
}

.special_recommendation h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
}

.special_recommendation h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 4px;
    height: 12px;
    background-color: black;

}

.special_content_list {
    margin-bottom: 10px;
}

.special_content_list dt {
    display: inline-block;
    font-size: 17px;
    width:320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    position: relative;
}
.special_content_list dt::before{
    content: '';
    position: absolute;
    bottom:7px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: black;
    border-radius: 50%;
}


.special_content_list dd {
    font-size: 16px;
    color: #777;
    padding: 10px 0;
    box-sizing: border-box;
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.special_content_list dd a {
    transition: all .4s;
    cursor: pointer;
}

.special_content_list dd a:hover {
    color: #1487F4;
}

.special_content_img {
    box-sizing: border-box;
    width: 200px;
    height: 180px;
    position: relative;
}
.he{
    height: 200px !important;
}

.special_content_img img {
    width: 100%;
    height: 100%;
}

.special_content_img  p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: white;
}

.special_content_lists {
    margin-top: 5px;
}

.special_content_lists dd {
    width: 320px;
}


/* 热门评论 */

.hot_comments {
    padding: 40px 0 0;
    box-sizing: border-box;
}

.hot_comments h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0;
    position: relative;
    padding-left: 10px;

}

.hot_comments h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 4px;
    height: 12px;
    background-color: black;

}

.hot_comments_list li {
    width: 400px;
    padding: 20px 0 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .4s;
}

.hot_comments_list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #AFD7DA;
    vertical-align: middle;
    margin-right: 10px;
}

.hot_comments_list li a {
    cursor: pointer;
    transition: all .4s;
    font-size: 15px;
}

.hot_comments_list li a:hover {
    color: #1487F4;
}

.hot_comments_list_img li {
    padding: 10px 0;
}
.hot_comments_list_img li.not_img>a{
    width: 425px !important;
}

.hot_comments_list_img li img {
    width: 100px;
    float: left;
    height: 89px;
}

.hot_comments_list_img li a {
    width: 320px;
    float: right;
    margin-right: 20px;

}

.hot_comments_list_img_text1 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot_comments_list_img_text2 {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .4s;
}

.hot_comments_list_img_text2:hover {
    color: #1487F4;
}


/* 底部列表标题 */

.main_bottom {
    margin-bottom: 50px;
}

.main_bottom h2 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;

}

.main_bottom h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 4px;
    height: 12px;
    background-color: black;
}


.main_bottom_list li {
    width: 580px;
    padding: 15px 0 0;
    box-sizing: border-box;
}

.main_bottom_list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #AFD7DA;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -10px;
}

.main_bottom_list li a {
    width: 460px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    transition: all .4s;
}

.main_bottom_list li a:hover {
    color: #1487F4;
}

.span_time {
    color: #666;
    font-size: 13px;
    margin-top: 5px;
}

