@charset "utf-8";

/* CSS Document */
html {
    min-width: 1300px
}

body {
    background: url(banner05_zts_ky.png) 50% 0 no-repeat;
    min-width: 1300px;
}

.banner {
    height: 550px;
}

.nav {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    background: #a70000;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.nav ul li {
    padding: 0 70px;
    float: left;
    color: #fff;
}

.nav ul li a {
    color: #ffedd9;
}

.nav ul li:hover {
    background: #c70505;

}

.nav ul li:last-child {
    border-right: 0;
}

.title {
    height: 116px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.title img {
    display: block;
    margin: 0 auto;
}

.hedaline {
    width: 1200px;
    margin: 0 auto;
    border-bottom: #CBCBCB dotted 1px;
}

.hedaline h1 {
    font-size: 36px;
    font-weight: bold;
    color: #a70000;
    padding-top: 40px;
    line-height: 42px;
    text-align: center;
}

.hedaline h1 a {
    color: #a70000;
}

.hedaline p {
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: normal;
    text-align: center; display: none;
}

.hedaline p a {
    color: #666;
}

/* part1 photo */
.tp {
    width: 1200px;
    margin: 0px auto 0;
    position: relative;
}

.tp img {
    width: 1200px;
    height: auto;
}

.tp .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.tp .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
    color: #fff;
}

.tp .tit h3 a {
    color: #fff;
}

.photo {
    width: 1200px;
    margin: 0px auto 0;
    position: relative;
}

.photo .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.photo .swiper-slide {
    width: 940px !important;
    height: auto;
    overflow: hidden;
}

.photo .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.photo .swiper-slide .tit a {
    color: #fff;
}

.photo .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.photo .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.photo .swiper-slide-active:after {
    display: none;
}

.photo .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.photo .swiper-button-prev {
    background: url(//imgs.news.cn/zt/cf0119/static/imgs/bigarrows.png) no-repeat left top;
    position: absolute;
    left: -45px;
    top: 40%;
    margin-top: 16px;
    width: 85px;
    height: 49px;
    z-index: 2;
    background-size: 33% auto;
}

.photo .swiper-button-prev:hover {
    opacity: 0.6;
}

.photo .swiper-button-next {
    background: url(//imgs.news.cn/zt/cf0119/static/imgs/bigarrows.png) no-repeat right bottom;
    position: absolute;
    right: -45px;
    top: 40%;
    margin-top: 16px;
    width: 85px;
    height: 49px;
    z-index: 2;
    background-size: 33% auto;
}

.photo .swiper-button-next:hover {
    opacity: 0.6;
}

.photo .swiper-pagination-bullet {
    margin-right: 10px;
    margin-top: 20px;
}

.photo .pagination {
    text-align: center;
}

/* part2*/
.part2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.djt_list li {
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 15px;
    margin-top: 9px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    width: 45%;
    float: left;
    margin-right: 40px;
    height: 50px;
}

.djt_list li:before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0558ad;
}

.djt_list li .img {
    float: left;
    width: 190px;
    height: 109px;
    display: none;
}

.djt_list li .text {
    float: right;
    width: 100%;
    height: auto;
}

.djt_list li .text h2 {
    font-size: 17px;
    color: #333;
    line-height: 26px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 420px;*/
}

.djt_list li .text h2 a {
    color: #333;
}

.djt_list li .text p {
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
    line-height: 25px;
    display: none;
}

/* part3*/
.jjbf {
    width: 1200px;
    margin: auto;
}

.jjbf li {
    width: 280px;
    height: 510px;
    float: left;
    
    margin: 0 10px;
    margin-bottom: 20px;
}

/* .jjbf li+li {
    margin-left: 30px;
} */

.jjbf li img {
    width: 280px;
    height: 496px;
}

.jjbf li h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
    padding: 0 10px; display: none;
}

.jjbf li h2 a {
    color: #333;
}

.jjbf li p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
    padding: 0 10px;
    height: 120px;
    overflow: hidden;
}

.jjbf li p a {
    color: #000;
}

/*END*/
.footer {
    padding: 25px 0 25px 0;
    background: #a70000;
    text-align: center;
    margin-top: 50px;
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.datanews-swiper { width: 1200px; position: relative; overflow: hidden; }
.datanews-swiper .swiper-slide { width: 285px; position: relative; }
.datanews-swiper .swiper-slide h3 { height: 64px; overflow: hidden; }
/*.datanews-swiper .swiper-slide:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 35px 0 35px 40px; border-color: transparent transparent transparent #bf000a; position: absolute; left: 0px; bottom: 36px; z-index: 3; }*/
.datanews-swiper .swiper-slide:hover .swiper-text { background-color: #c7955f; }
.datanews-swiper .swiper-slide:hover h3 { color: #fff; }
.datanews-swiper img { width: 285px; height: 446px; display: block; margin-bottom: 1px; border-radius: 20px;}
.datanews-swiper .swiper-text { height: 70px; width: 285px; position: relative; z-index: 2; background-color: #f0f0f0; }
.datanews-box { height:537px; position: relative; }
.pl-lg { padding-left: 30px; }
.pr-lg { padding-right: 10px; }
.lh-md { line-height: 1.5; }
.pt-sm { padding-top: 0px; }
.fs-lg { font-size: 18px; }
.datanews-box .swiper-pagination { position: absolute; bottom: 0; z-index: 20; width: 100%; height: 8px; text-align: center; display:none; }
.datanews-box .swiper-pagination-bullet { display: inline-block; width: 42px; height: 2px; background: gray; margin: 0 5px; cursor: pointer; border-radius: 0; }
.datanews-box .swiper-pagination-bullet-active { background: #bf0009; border-radius: 0; }
.datanews-box .swiper-arrow-pre{ background:url(shm_left.png); position: absolute; left: 262px; top: 50%; margin-top: -60px; width: 60px; height: 60px; cursor: pointer; }
.datanews-box .swiper-arrow-next{ right:272px; top: 50%; margin-top: -60px; background:url(shm_right.png);  width: 60px; height: 60px; position: absolute;cursor: pointer; }

.datanews-box .swiper-arrow-pre:hover{ background:url(shm_leftl.png) }
.datanews-box .swiper-arrow-next:hover{ background:url(shm_right1.png);}
