/**
* 列表页样式
**/
@import "topbar.css";
@import "footer-black.css";

.kz-box {
    width: 1250px !important;
}

/*  内页导航  */
.navbar {
    margin-bottom: 0;
    background: #fff;
    height: 80px;
}
.logo {
    float: left;
    margin-top: 15px;
}
.logo a{
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 46px;
}
.logo img {
    /*width: 142px;*/
    height: 46px;
}
.logo span{
    display: inline-block;
    margin-top: 4px;
    line-height: 40px;
    color: #ff0036;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #e6e6e6;
}
.kz-nav{
    float: left;
    margin-left: 66px;
    margin-top: 20px;
}
.kz-nav li{
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
}
.kz-nav li a{
    font-size: 16px;
    color: #333;
}
.kz-nav>li>a:hover{
    color: #ff0036;
}
.kz-nav .active{
    color: #ff0036;
}
.nav-act{
    width: 264px;
    height: 70px;
    float: right;
    margin-top:5px;
}
.nav-act .slides img{
    width: 264px !important;
    height: 70px !important;
}


.banner{
    position: relative;
    width: 100%;
    height: 350px;
    min-width: 1200px;
    border-top: 2px #ff0036 solid;
}
.banner .banner-cont{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container{
    width: 100%;
    height: 350px;
    overflow: unset;
}
.swiper-wrapper{
    position: absolute;
}
.swiper-container .swiper-slide{

}
.swiper-container .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    background-size:cover;
}
.swiper-button-prev {
    background: rgba(0,0,0,0.4) !important;
    left: 0;
    right: auto;
    text-align: center;
    width: 35px;
    height: 50px;
}
.swiper-button-next {
    background: rgba(0,0,0,0.4) !important;
    right: 0;
    left: auto;
    text-align: center;
    width: 35px;
    height: 50px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(0,0,0,0.8) !important;
}
.swiper-button-prev .iconfont, .swiper-button-next .iconfont {
    font-size: 22px;
    color: rgba(255,255,255,1);
    line-height: 50px;
    font-weight: bold;
}
.swiper-button-prev:hover .iconfont, .swiper-button-next:hover .iconfont {
    color: rgba(255,255,255,1);
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
.swiper-pagination{
    display: none;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: .8;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0036;
}
.banner:hover .swiper-button-prev, .banner:hover  .swiper-button-next, .banner:hover .swiper-pagination {
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}

.activity-title {
    position: relative;
    font-size: 24px;
    text-align: center;
    margin: 25px auto;
}
.activity-title:before{
    position: absolute;
    top: 50%;
    left:22.6%;
    content: "";
    width: 20%;
    height: 1px;
    background: #ccc;
}

.activity-title:after{
    position: absolute;
    top: 50%;
    right: 22.6%;
    content: "";
    width: 20%;
    height: 1px;
    background: #ccc;
}

.board{
    position: relative;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.board h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 930px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.board h3 a{
    color: #333;
}

.board h3 a:hover{
    color: #ff0036;
}

.board div a{
    float: left;
    margin-right: 16px;
}

.board div a img{
    width: 200px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #e2e2e2;
}

.board div p{
    float: right;
    width: 994px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-align: justify;
    height: 120px;
    overflow: hidden;
    margin-top: -5px;
    margin-bottom: 15px;

}

.board div span{
    color: #999;
}

.board > i{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    line-height: 50px;
    background: #ff0036;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-style: normal;
}

.board dd h3 a{
    color: #333;
}

.board dd > p {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-align: justify;
    height: 120px;
    overflow: hidden;
}

.board dd > span{
    display: block;
    color: #999;
    margin-top: 20px;
}
.col-sm-6 .board div p {
    font-size: 14px;
    line-height: 28px;
    height: 112px;
    width: 354px;
    margin-top: -3px;
    margin-bottom: 20px;
}
.col-sm-6 .board i {
    width: 110px;
    line-height: 40px;
    font-size: 20px;
    background: #999;
}

.crumb{
    width: 1200px;
    margin: 15px auto;
    color: #999;
}
.crumb a{
    color: #999;
}
.crumb a:hover{
    color: #666;
}


.detail{
    font-size:16px;
    position: relative;
    background: #fff;
    padding:  15px 25px 25px 25px;
    box-sizing: border-box;
    line-height: 26px;
    color: #666;
    min-height:500px;
    font-size:16px;
}

.detail .tag{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 160px;
    line-height: 44px;
    background: #ff0036;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-style: normal;
}

.detail .title{
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    margin: 20px 0 25px 0;
}

.detail .abstract{
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.detail .time{
    margin-top: 20px;
}

.detail .time>span{
    float: left;
}

.detail .time>i{
    float: right;
    font-style: normal;
}

.detail h3{
    font-size: 16px;
    margin-top: 15px;
}

.detail p{
    margin-top: 15px;
    text-align: justify;
}

.detail table{
    width: 100%;
    margin-top: 15px;
}

.detail table th{
    font-weight: normal;
}

.detail img{
    display:inline-block;
    max-width: 100%;
    margin-top: 10px;
}

.detail>ul{
    margin-top: 10px;
}
.main .pagination{
    margin-top: 16px;
}

.main{
    float: left;
    width: 970px;
}

.site{
    float: right;
    width: 264px;
}
.site .adbox-top{
    width: 100%;
    height: 180px;
}

.adbox-top .slides img{
    width: 100%;
    height: 180px;
}

.site .recommend{
    background: #fff;
    margin-top: 16px;
    padding: 0 16px;
}

.site .recommend li{
    line-height: 45px;
    border-top: dashed 1px #d2d2d2;
}

.site .recommend li:first-child{
    font-size: 16px;
    color: #ff0036;
    text-align: center;
    border-top: none;
}

.site .recommend li a{
    display: block;
    color: #666;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site .recommend li a:hover{
    color: #ff0036;
}

.main .list-rec{font-style:normal;color:#f30213;}

.notice li{
    margin-top: 16px;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
}

.notice li:first-child{
    margin-top: 0;
}

.notice li h3{
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}

.notice li h3 a{
    display: inline-block;
    color: #333;
    max-width: 740px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice li h3 a:hover{
    color: #ff0036;
}

.notice li h3 span{
    float: right;
    font-size: 14px;
    color: #666;
}

.notice li p{
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 26px;
    color: #999;
}

.about-banner{
    width: 100%;
    height: 300px;
    background: url('../images/banner1.jpg') no-repeat center center;
    background-size: cover;
}

.about-banner .txt{
    color: #fff;
}

.about-banner .txt h1{
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    padding-top: 80px;
    padding-bottom: 20px;
}

.about-banner .txt p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.about-main{
    margin-top: 30px;
    background: #fff;
    padding: 1px 60px 60px 60px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 16px;
}

.about-main>h3{
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #333;
}

.about-main>p{
    margin-top: 20px;
}

.about-main>ul,.main>ol{
    margin-top: 20px;
}

.about-main>ul li:first-child{
    border-left: solid 4px #19b955;
    padding-left: 8px;
    line-height: 20px;
    color: #666;
    margin-bottom: 8px;
}
