
.container{
    width: 1000px !important;
    margin: 0 auto;
}
a{
    color: black;
}
a:hover{
    color: darkred;
}
.blank10{
    width: 100%;
    height: 10px;
    clear: both;
}
.blank20{
    width: 100%;
    height: 20px;
    clear: both;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container1{
    height: 350px;
}
.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5{
    height: 400px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

}

.news-topline{
    padding: 15px 0 ;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.news-topline-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.news-topline-desc{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #999;

}
.news-item{
    line-height: 32px;
    overflow: hidden;
    color: #666;
}
.news-item a{
    color: #666;
}
.news-item::before{
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    border-right:5px solid yellowgreen;
    border-top:5px solid yellowgreen;
    transform:rotate(45deg);
    transition:all 0.5s;
    margin: 0 10px;

}
.news-item:hover::before{
    transform:rotate(225deg)
}
.content-box{
    padding: 20px;
}
.ad-image{
    width: 100%;
    border-radius: 10px;
    border: 1px dashed coral;
    transition: all 0.5s;
}
.ad-image:hover{
    transform: scale(1.05);
    box-shadow: 0 0 12px black;

}
#video{
    border: 2px solid #999;
}
.video-list{
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.video-item{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #212121;
    background-color: #f4f4f4;
    cursor:pointer;
    overflow: hidden;
}
.video-item.active{
    color: #03a0d6;
    background-color: #ddd;
}
.video-item.active::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #03a0d6;
    border-right: 2px solid #03a0d6;
    transform: rotate(45deg);
    margin-right: 5px;
}
.video-item:hover{
    color: #999;
}
.swiper-container3 .swiper-slide:nth-child(2n), .swiper-container5 .swiper-slide:nth-child(2n){
    background-color: #3183ff;
    color: #fff;
}
.swiper-container3 .swiper-slide:nth-child(2n+1), .swiper-container5 .swiper-slide:nth-child(2n+1){
    background-color: #1bc740;
    color: #fff;
}
.swiper-container3 .swiper-slide, .swiper-container5 .swiper-slide{
    padding: 20px;
    text-align: left;
}
.swiper-container3 .slide-box, .swiper-container5 .slide-box{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.swiper-container3 .slide-question, .swiper-container5 .slide-question{
    font-size: 14px;
    font-weight: bold;
}
.swiper-container3 .slide-answer, .swiper-container5 .slide-answer{
    font-size: 14px;
    color: #eee;
}
.swiper-container3 .swiper-slide p, .swiper-container5 .swiper-slide p{
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
.swiper-container3 .swiper-slide.animate-slide p, .swiper-container5 .swiper-slide.animate-slide p{
    transform: translateX(0);
    opacity:1;
}
.swiper-container2 .swiper-slide img, .swiper-container4 .swiper-slide img{
    width: 290px;
    height: 400px;
    object-fit: cover;
}
.swiper-container1 .swiper-slide img{
    width: 470px;
    height: 350px;
    object-fit: cover;
}
.bg-wsxx{
    background-attachment:fixed;
    background-image: url("../images/bg_ws.jpg");
}
.bg-kjxx{
    background-attachment:fixed;
    background-image: url("../images/bg_kj.jpg");
}
.kj-image img{
    width: 290px;
    height: 400px;
    object-fit: cover;
    transition: all 0.3s;

}
.kj-image img:hover{
    transform: scale(1.02);
    box-shadow: 0 0 12px black;
}
