@charset "utf-8";

/* CSS Document */
html {
    min-width: 1300px
}

body {
    background: url(banner02_tknn.png) 50% 0 no-repeat;
    min-width: 1300px;
}

.banner {
    height: 560px;
}

.nav {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    background: #0558ad;
}

.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: #0186d3;

}

.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
}

.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: 380px;
    height: 280px;
    float: left;
    background: #faf3e9;
    margin: 0 10px;
    margin-bottom: 20px;
}

/* .jjbf li+li {
    margin-left: 30px;
} */

.jjbf li img {
    width: 380px;
    height: 210px;
}

.jjbf li h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
    padding: 0 10px;
}

.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: #0558ad;
    text-align: center;
    margin-top: 50px;
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
