.ban_t {
    padding: 0 3%;
    box-sizing: border-box;
}

.banner {
    overflow: hidden;
    position: relative;
    width: 94%;
    border-radius: 10px;
    margin: 10px 3% 0 3%;
}

.banner li {
    height: 220px;
}

.banner img {
    width: 100%;
    height: 220px;
}

.ban_l {
    width: 100%;
    background: none;
}

.ban_l_nr {
    width: 100%;
    height: 200px;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 60px;
    right: 0;
    left: auto;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 0.8;
    width: 16px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.banner p {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: rgba(51, 51, 51, 0.86);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 0 60px 0 10px;
}

/*banner导航*/
.con_ban .nav_rwap ul {
    padding: 20px 0;
    height: 70px;
    overflow: hidden;
    width: 100%;
}

.con_ban .nav_rwap ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    float: left;
}

.con_ban .nav_rwap ul li:nth-child(1),.con_ban .nav_rwap ul li:last-child {
    display: none;
}

.con_ban .nav_rwap ul li a:before {
    content: "";
    display: block;
    background: #08a5d8;
    border-radius: 14px;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.con_ban .nav_rwap ul li a {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-top: 46px;
    height: 18px;
    overflow: hidden;
    color: #666;
}

.con_ban .nav_rwap ul li:nth-child(1) a:before {
    background: url(../images/m/nav1.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(2) a:before {
    background: url(../images/m/nav2.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(3) a:before {
    background: url(../images/m/nav3.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(4) a:before {
    background: url(../images/m/nav4.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(5) a:before {
    background: url(../images/m/nav5.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(6) a:before {
    background: url(../images/m/nav6.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(7) a:before {
    background: url(../images/m/nav7.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(8) a:before {
    background: url(../images/m/nav8.svg) no-repeat;
    background-size: 100%;
}

/*隐藏*/
.head_2,.fink,.lm,.rc_nav,.re_doc {
    display: none;
}

/*专题*/
.hot_zt {
    padding: 0 3%;
}

.hot_zt li {
    float: left;
    width: 49%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.hot_zt li:nth-child(2n) {
    float: right;
}

.hot_zt li img {
    width: 100%;
}

/*最新*/
.hot_doc {
    background: #fff;
    padding: 10px 3%;
    margin-top: 20px;
}

.head_1 {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    position: relative;
    border-bottom: 3px solid #f7f8f8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.head_1 h4 {
    font-size: 18px;
}

.head_1 p {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}

.head_1 .icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/pc/icon.png) no-repeat;
    background-position: 0 -6px;
}

.hot_doc li a {
    display: block;
    line-height: 50px;
    position: relative;
    border-bottom: 1px dashed #e1e1e1;
}

.hot_doc li a time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 13px;
}
