html,body{
    background: url(../../union/images/detailBgMin.png) repeat;
    min-width: 1400px;
}
.topInfo{
    width: 100%;
    min-width: 1400px;
    min-height: 280px;
    /* background: url(../image/xin_ssTopBg.jpg) no-repeat top center; */
    background-size: 100% 280px !important;
    overflow: hidden;
}
.topInfo .baseName{
    font-size: 36px;
    line-height: 55px;
    height: 55px;
    font-weight: bold;
    color: #fff;
    margin: 38px 0 25px;
}
.unitBox .leftName{
    width: 16px;
    height: 80px;
    min-height: 86px;
    background-image: linear-gradient( 135deg, rgb(0,82,217) 0%, rgb(19,176,190) 100%);
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    padding: 0 12px 0 ;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
    vertical-align: middle;
}
.unitBox .rightBox{
    background: url(../image/xin_ssTopPic2.png)repeat;
    /* height: 126px; */
    border-radius: 0 8px 8px 0;
    padding: 4px 20px 0;
    max-width: 1320px;
    min-height: 82px;
}
.unitBox .rightBox li{
    line-height: 20px;
    color: #fff;
    border-bottom: 1px dashed #3d7ae4;
    padding: 10px 0;
}
.unitBox .rightBox li span{
    width: 1240px;
}
.unitBox .rightBox li:last-child{
    border-bottom: none;
}
/* 大赛简介 */
.pageTit {
    padding-left: 10px;
    background: url(../../public/images/icons/pageTitBg.png) no-repeat left 10px;
    padding: 15px 0 0 7px;
    font-size: 24px;
    font-weight: bold;
}
.ml730{
    margin-left: 730px;
}
.module1{
    margin-top: 40px;
}
.module1 .leftBox{
    width: 700px;
    height: 300px;
    z-index: 5;
    top: 0;
    left: 0;
}
.module1 .leftBox > img{
    width: 700px;
    height: 300px;
    z-index: 6;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.module1 .leftBox >p{
    width: 700px;
    height: 300px;
    z-index: 7;
    top: 0;
    left: 0;
    border-radius: 8px;
    background: url(../../public/images/icons/popUp_bg.png) repeat;
}
.module1 .leftBox >div{
    width: 700px;
    height: 300px;
    z-index: 87;
    top: 0;
    left: 0;
}
.module1 .leftBox .tabP{
    height: 30px;
    margin-bottom: 60px;
}
.module1 .leftBox .blueBg{
    width: 100%;
    height: 104px;
    background: url(../image/xin_ds.png) no-repeat;
    padding-top: 16px;
}
.module1 .leftBox .tabP span{
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient( 45deg, rgb(255,96,0) 0%, rgb(255,138,0) 100%);
    border-radius: 8px 0 8px 0;
}
.module1 .leftBox .baseName{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-bottom: 27px;
}
.module1 .leftBox  .timep{
    width: 283px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 0 50px 50px 50px;
    text-align: center;
    color: #0052d9;
    margin: 0 auto;
}
.module1 .brief{
    width: 679px;
    border: 6px solid #e2ecfb;
    border-radius: 8px;
    background-image: linear-gradient( 180deg, rgb(234,242,255) 0%, rgb(255,255,255) 100%);
    padding:  17px 0 0 470px;
    margin:18px 0 0 250px;
    line-height: 30px;
}
.module1 .brief .textBox{
    background: url(../image/xin_ssPic2.png) no-repeat bottom right;
    padding-bottom: 13px;
    padding-right: 36px;
    min-height: 230px;
}
.module1 .brief .img{
    width: 8px;
    height: 50px;
    border-radius: 50px;
    background: #a9c4f4;
    top: 90px;
    right: 4px;
}
/* 系列赛 */
.module2 ul{
    width: 1430px;
}
.module2 ul li{
    height: 120px;
    margin: 0 28px 10px 0;
}
.module2 ul li div{
    width: 328px;
    height: 100px;
    background: url(../image/xin_ssPic3.png) no-repeat;
    margin-top: 20px;
    overflow: hidden;
}
.module2 ul li:hover div{
    height: 120px;
    background: url(../image/xin_ssPic4.png) no-repeat;
    margin-top: 0;
}
.module2 ul li:hover{
    padding-top: 0;
}
.module2 ul li p{
    width: 280px;
    line-height: 24px;
    font-size: 18px;
    height: 48px;
    margin: 25px auto 0;
    text-align: center;
}
.module2 ul li a{
    display: none;
}
.module2 ul li:hover p{
    margin-top: 15px;
}
.module2 ul li:hover a{
    width: 88px;
    display: block;
    height: 30px;
    padding-right: 12px;
    border-radius: 30px;
    background: linear-gradient(to right, #0154d9 0%, #097fcc 50%, #13aebe 100%);
    margin: 15px auto 0;
}
.module2 ul li:hover a span {
    line-height: 30px;
    padding-right: 20px;
    padding-left: 11px;
    background: url(../../policy/images/ps_boxMore.png) no-repeat right center;
}
.module2 ul li:hover a:hover {
    animation: moreBtn 0.5s 1 forwards;
    -webkit-animation: moreBtn 0.5s 1 forwards;
    box-shadow: 0px 0px 10px 3px rgba(0, 77, 198, 0.35);
}
@keyframes moreBtn {
    from {
        background-position: 0;
    }

    to {
        background-position: 100px;
    }
}
.moreBtn {
    height: 30px;
    padding-right: 12px;
    border-radius: 30px;
    background: linear-gradient(to right, #0154d9 0%, #097fcc 50%, #13aebe 100%);
    margin-top: 11px;
}
.moreBtn span {
    line-height: 30px;
    padding-right: 20px;
    padding-left: 11px;
    background: url(../../policy/images/ps_boxMore.png) no-repeat right center;
}
.moreBtn:hover {
    animation: moreBtn2 0.5s 1 forwards;
    -webkit-animation: moreBtn2 0.5s 1 forwards;
    box-shadow: 0px 0px 10px 3px rgba(0, 77, 198, 0.35);
}
@keyframes moreBtn2 {
    from {
        background-position: 0;
    }

    to {
        background-position: 71px;
    }
}
/* 赛事动态 */
.module3 ul{
    width: 1430px;
    margin-top: 20px;
}
.module3 li{
    float: left;
    width: 445px;
    height: 82px;
    border-radius: 8px;
    background-image: linear-gradient( 0deg, rgb(245,249,253) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 3px 12px 0px rgba(20, 82, 161, 0.15);
    margin: 0 28px 30px 0;
    border: 1px solid #fff;
}
.module3 li div{
    width: 73px;
    padding-right: 20px;
    text-align: right;
    line-height: 30px;
}
.module3 li em{
    width: 3px;
    height: 44px;
    background: #0052d9;
    margin-top: 20px;
}
.module3 li a{
    width: 313px;
    line-height: 24px;
    height: 48px;
    margin: 18px 0 0 20px;
    font-size: 18px;
}
.module3 li:hover a{
    color: #0052d9;
}
.text-blue{ color: #0052d9; }
/* 往届回顾 */
.module4{
    width: 100%;
    min-width: 1400px;
    height: 414px;
    background: url(../../activity/image/xin_ssPic5.jpg) no-repeat top center;
    overflow: hidden;
}
.module4 .titleBox{
    background: url(../../activity/image/xin_ssTitleBg.png) no-repeat 20px center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 33px 0 24px;
}
.yxxmBox .swiper-yxxm{
    width: 1330px;
    height: 276px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.yxxmBox .swiper-wrapper{
    height: 276px;
    /* width: 1330px; */
    /* overflow: hidden; */
    margin-left: 15px;
}
.yxxmBox .yxxm-button-prev,
.yxxmBox .yxxm-button-next {
    cursor: pointer;
    top: 111px;
}
.yxxm-button-next {
    right: 0px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: url(../../server/image/djzt_RightArr.png);
    background-size: 100% 100%;
}
.yxxm-button-prev {
    cursor: pointer;
    left: 0px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: url(../../server/image/djzt_leftArr.png);
    background-size: 100% 100%;
}
.yxxm-button-prev:hover {
    background-image: url(../../server/image/djzt_leftArrOn.png);
}
.yxxm-button-next:hover {
    background-image: url(../../server/image/djzt_RightArrOn.png);
}
.yxxmBox li{
    width: 414px !important;
    height: 276px;
    border-radius: 8px;
    overflow: hidden;
}
.yxxmBox li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.yxxmBox li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.yxxmBox li p{
    position: absolute;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: url(../../activity/image/xin_ssBgs.png) repeat;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
