﻿

/*新闻资讯*/
.news-slide{ width:100%; min-height:170px;}
.sw-news .swiper-slide dl{ position:relative; max-height:230px; overflow:hidden;}
.sw-news .swiper-slide dl dt a img{ display:block; width:100%;}
.sw-news .swiper-slide dl dd{ position:absolute; bottom:0; left:0; width:100%; padding:10px 0; background:rgba(0,0,0,0.6);}
.sw-news .swiper-slide dl dd a{ display:block; padding:0 10px; color:#fff;width:60%;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.swiper-container-horizontal>.nation-news{ position:absolute; left:auto !important; right:10px !important; bottom:10px; width:auto !important;}
.nation-news>.swiper-pagination-bullet{background: #fff;}

section{ background:#fff;}
.section-last{ box-shadow:0 3px 3px rgba(0,0,0,0.2); margin-bottom:56px; clear:both;}
.news-con {
    padding: 10px;
}
.news-int dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ececec;
}
.news-int dl dt {
    width: 30%;
    float: left;
    margin-right: 10px;
}
.news-int dl dt a, .news-int dl dt a img {
    display: block;
    width: 100%;
}
.news-int dl dd {
    width: 65%;
    float: left;
}
.news-int dl dd h3 {
    margin-bottom: 5px;
}
.news-int dl dd h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
.news-int dl dd span {
    display: block;
    color: #999;
}
.news-int dl dd p {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}
.dtail-hd {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px dotted #ececec;
}
.dtail-hd h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #333;
    padding-top: 10px;
}
.dtail-hd h3.h3fu {
    font-size: 16px;
}
.dtail-hd p {
    color: #999;
}
.detail-int {
    padding: 10px;
    line-height: 22px;
}
.news-con {
    padding: 10px;
}

/*2018-02-06*/
.detail-int img{width: 100% !important;height: auto !important;}
