@charset "UTF-8";
.clearfix{
    zoom: 1;
    clear: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.zoneContent{
    padding: 50px 0;
}
.zoneContainer{
    width: 1200px;
    margin: 0 auto;
}
.zoneCarousel{
    position: relative;
    height: 870px;
    overflow: hidden;
}
.carouselCon ul li{
    position: relative;
}
.carouselCon ul li .conImg{
    width: 1200px;
    height: 870px;
}
.carouselCon ul li .conImg a{
    display: block;
    width: 100%;
    height: 100%;
}
.carouselCon ul li .conImg a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carouselCon ul li .carouselTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
    background: url("carouselBg.png") repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 270px 0 36px;
}
.carouselCon ul li .carouselTitle a{
    font-size: 36px;
    line-height: 66px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.zoneCarousel .paging{
    position: absolute;
    bottom: 53px;
    right: 40px;
}
.zoneCarousel .paging .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 24px;
    background: #d9d9d9;
    opacity: 1;
}
.paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ce050d;
}
.colInformation{
    margin-top: 30px;
}
.colTitle{
    border-bottom: 2px solid #dcdcdc;
}
.colTitle ul{
    float: left;
}
.colTitle ul li{
    float: left;
    padding-bottom: 20px;
    margin-left: 27px;
    position: relative;
}
.colTitle ul li:first-child {
    margin-left: 0;
}
.colTitle ul li a{
    font-size: 48px;
    line-height: 66px;
    color: #666;
    padding: 0 10px;
    display: block;
}
.colTitle ul li.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #406aab;
}
.colTitle ul li.active a{
    color: #406aab;
    font-weight: bold;
}
.colTitle .colMore{
    float: right;
    height: 66px;
    display: flex;
    align-items: center;
}
.colTitle .colMore a{
    display: block;
    width: 50px;
    height: 50px;
    background: url("iconMore.png") no-repeat;
    background-size: cover;
}
.colList{
    padding-top: 13px;
}
.colList .listSub{
    display: none;
}
.colList .listSub:first-child{
    display: block;
}
.colList .listSub li{
    position: relative;
    padding-left: 36px;
    line-height: 72px;
}
.colList .listSub li:before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.colList .listSub li a{
    float: left;
    font-size: 36px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 82%;
}
.colList .listSub li a:hover{
    color: #406aab;
}
.colList .listSub li .date{
    float: right;
    font-size: 36px;
    color: #666;
}
.interactionList .interactionTable{
    width: 100%;
}
.interactionTable .tableTitle{
    background: #f0f0f0;
}
.interactionTable .tableTitle th{
    font-size: 36px;
    line-height: 88px;
    color: #000;
    font-weight: normal;
}
.interactionTable tr td{
    font-size: 36px;
    line-height: 66px;
    color: #000;
    text-align: center;
}
.interactionTable tr td.titleLink{
    text-align: left;
}
.interactionTable tr td.titleLink a{
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}