.active{
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.active .contentBox{
    width: 49%;
}
.active h3{
    color: #4078be;
    font-size: 22px;
    border-left: 4px solid #4078be;
    padding-left: 14px;
    margin-bottom: 19px;
}
.active ul {
    background: #f2f5fd;
    padding: 8px 22px 8px 0;
}
.active ul li{
    position: relative;
    padding-left: 36px;
}
.active ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    color: #999999;
    background: #999999;
    position: absolute;
    top: 10px;
    left: 20px;
}
.active ul li a{
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.active ul li a .title{
    color: #2b2b2b;
    font-size: 16px;
}
.active ul li a .time{
    color: #999999;
    font-size: 14px;
}
.banner{
    margin: 27px 0 43px 0;
}
.banner ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/*轮播图*/
.swiper {
    width: 760px;
    height: 449px;
    overflow: hidden;
    float: left;
}
.j-lbt{position: relative;height: 100%;width: 100%;}
.j-lbt-tp{width: 100%;height: 100%}
.j-lbt-tp ul{ width: 100%;height: 100%;position: absolute;}
.j-lbt-tp ul li {position: absolute;float: left;z-index: 100;height: 100%;width: 100%}
.j-lbt-tp ul li img{display: block;width: 100%;height: 100%;}
.j-lbt-w {bottom: 0px;*bottom: 0px;width: 100%;height: 60px;padding:6px 0;background: url("/images/bg_swiper.png");position: absolute;z-index: 150;left: 0px;}
.j-lbt-w a{display: block;width: 80%;font-size: 19px;line-height: 30px;margin-left: 10px;font-weight: normal;color: white;}
.j-lbt-btn{top: 40%;padding: 0px 0px;position: absolute;width: 100%;z-index: 300;}
.j-lbt-btn-prev{cursor: pointer;display: block;float: left;}
.j-lbt-btn-next{cursor: pointer;display: block;float: right;}
.j-lbt-point{bottom: 35px;height: 6px;width: 100%;position: absolute;z-index: 300;}
.j-lbt-point ul{margin-right: 20px;float: right;}
.j-lbt-point ul li{margin-left: 6px;float: left;width: 11px;height: 11px;background: #ffffff}
.j-lbt-point ul li.on{background-color: #ff0000;}
.j-lbtNum{float: right}
.j-lbtNum h4{font-size: 30px;color: #f18202;font-weight: normal;float: left;margin-top: 25px;margin-right: 10px}
.j-lbtNum h5{font-size: 30px;color: #fff;font-weight: normal;float: left;margin-top: 25px;margin-right: 6px}
.j-lbtNum h6{font-size: 18px;color: #fff;font-weight: normal;float: left;margin-top: 36px;margin-right: 30px}
.j-lbt-point.j-lbt-point2{bottom: 0px;height: 74px}
.swiperBox .dataList{
    float: right;
    width: 616px;
}
.swiperBox .dataList .title ul{
    float: left;
}
.swiperBox .dataList .title ul li{
    float: left;
    width: 135px;
    height: 52px;
    text-align: center;
}
.swiperBox .dataList .title ul li a{
    color: #999;
    font-size: 24px;
    line-height: 52px;
}
.swiperBox .dataList .title ul li.on{
    background: #4078be;
}
.swiperBox .dataList .title ul li.on a{
    color: #fff;
}
.swiperBox .dataList .title a.more{
    float: right;
    color: #666666;
    line-height: 40px;
    margin-top: 12px;
}
.swiperBox .dataList .data-item h3{
    font-size: 24px;
    font-weight: normal;
    margin-top: 15px;
    line-height: 40px;
}
.swiperBox .dataList .data-item p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}
.swiperBox .dataList .data-item ul{
    margin-top: 10px;
}
.swiperBox .dataList .data-item ul li{
    height: 34px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
}
.swiperBox .dataList .data-item ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    top: 15px;
    left: 5px;
    position: absolute;
}
.swiperBox .dataList .data-item ul li a *{
    line-height: 34px;
}
.swiperBox .dataList .data-item ul li a h6{
    font-weight: normal;
    font-size: 16px;
    float: left;
    width: 490px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.swiperBox .dataList .data-item ul li a span{
    float: right;
    color: #999999;
}
