@charset "UTF-8";
.ov {
    overflow: hidden;
}

/* ————— 头部 start ————— */
.topT {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: var(--themeColors);
    font-size: 14px;
    color: #699ef8;
    z-index: 666;
}

.topT .btnDl {
    overflow: hidden;
}

.topT .btnDl dd {
    display: inline;
    float: left;
    margin-left: 30px;
    position: relative;
}

.topT .btnDl dd:before {
    display: block;
    content: "";
    position: absolute;
    left: -15px;
    width: 1px;
    height: 12px;
    background: #699ef8;
    top: 50%;
    margin-top: -6px;
}

.topT .btnDl dd img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -6px;
}

.topT .btnDl dd a {
    font-size: 14px;
    color: #699ef8;
    vertical-align: middle;
    -webkit-transition: all 1s ease;
}

.topT .btnDl dd a:hover {
    color: #fff;
}

.topT .btnDl dd.dd1:before {
    display: none;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 666;
    opacity: 1;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
}

.tsg .top {
    top: 40px;
}

/* logo start */

.logo {
    float: left;
    width: fit-content;
}

.logo a {
    display: block;
}

.logo img {
    width: 325px;
    margin-top: 14px;
}

.logo .line {
    width: 1px;
    height: 48px;
    background: #ededed;
    margin: 0 20px;
    margin-top: 24px;
}

.logo .title {
    line-height: 90px;
    font-size: 30px;
    font-family: '宋体';
    color: var(--themeColors);
}

/* logo end */
/* 视频弹窗 start */
.layui-layer-shade {
    z-index: 777 !important;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
    width: 30px !important;
    height: 30px !important;
    right: -40px;
    top: -40px;
    background: url(../../../common/images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
    background: url(../../../common/images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop {
    border: 10px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    background-color: #000 !important;
    z-index: 778 !important;
}

/* 视频弹窗 end */
/* 搜索 start */
.topR {
    margin-top: 26px;
    position: relative;
}

.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../../../common/images/common/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-image: -moz-linear-gradient(90deg, rgb(32, 98, 209) 0%, rgb(95, 148, 239) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(32, 98, 209) 0%, rgb(95, 148, 239) 100%);
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    position: relative;
    margin-left: 30px;
}

.wzb .topSearch {
    background-image: -moz-linear-gradient(90deg, rgb(56, 78, 1) 0%, rgb(99, 127, 29) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(56, 78, 1) 0%, rgb(99, 127, 29) 100%);
}

.topR::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(254, 254, 254, .1);
    top: 50%;
    margin-top: -10px;
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
}

.model.on span {
    opacity: 1;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;;
}

.model.on .searchPWBox {
    opacity: 1;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: left;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColors) url(../../../common/images/common/searchH.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */
/* 导航 start */
.menuBox {
    position: relative;
    z-index: 1;
}

.menuDl {
    float: right;
}

.menuDl::after {
    display: block;
    content: "";
    clear: both;
}

.menuDl dd {
    float: left;
    font-size: 16px;
    text-align: center;
    position: relative;
    line-height: 90px;
    padding: 0 22px;
}


.menuDl dd .ej {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    z-index: 11;
    border-radius: 0 0 5px 5px;
    transition: all .3s linear;
    opacity: 0;
    box-shadow: 0 20px 16px rgba(0, 0, 0, 5%);
}

.menuDl dd .ej .xsj {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -30px;
    border: 15px solid transparent;
    z-index: 999;
    border-bottom-color: #3b80e8;
}

.menuDl dd .ej li {
    font-size: 15px;
    text-align: center;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.menuDl dd .ej li a {
    padding: 14px 8px;
    line-height: 25px;
    display: block;
    color: #333333;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.menuDl dd .ej.show {
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.menuDl dd a.shuidi {
    display: block;
    color: #333333;
    transition: .5s;
    height: 100%;
    font-size: 16px;
    position: relative;
    z-index: 7;
}

.menuDl dd:hover a.shuidi,
.menuDl dd.hover a.shuidi {
    color: var(--themeColors);
}

.menuDl dd .ej li a:hover {
    background: var(--themeColors);
}

.menuDl dd .ej li a:hover {
    color: #fff !important;
}

.menuDl dd .ej li:last-child {
    border-radius: 0 0 5px 5px;
}

.menuDl dd::before {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: var(--themeColors);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 6;
    transform: scale(0);
}

.menuDl dd.hover::before {
    transform: scale(1);
}

.menuDl dd:hover::before {
    transform: scale(1);
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ========== 头部搜索 start ========== */
.searchModalBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    text-align: center;
    display: none;
}

.searchModalBox.show {
    display: block;
}

.searchModalBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    -webkit-transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchModalBox.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
    -webkit-transform: scale(2) translateY(0);
}

.searchModalBox::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.searchModalBody {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 5px;
}

.searchModalBody .input {
    display: block;
    float: left;
    width: 400px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
}

.searchModalBody .input::-webkit-input-placeholder {
    color: #666666;
    font-size: 14px;
}

.searchModalBody .btn {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    background-color: var(--themeColors);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    background-image: url('../../../common/images/common/searchBai.svg');
    cursor: pointer;
}

.searchModalClose {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--themeColors);
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px;
    background-image: url('../../../common/images/common/closeBai.svg');
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%);
        -webkit-transform: scale(.04) translateY(300%);
    }
    40% {
        transform: scale(.04) translateY(0);
        -webkit-transform: scale(.04) translateY(0);
        transition: ease-out;
        -webkit-transition: ease-out;
    }
    40% {
        transform: scale(.04) translateY(0);
        -webkit-transform: scale(.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(.02) translateY(0);
        -webkit-transform: scale(.02) translateY(0);
    }
    61% {
        opacity: 1;
        transform: scale(.04) translateY(0);
        -webkit-transform: scale(.04) translateY(0);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        -webkit-transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%);
        -webkit-transform: scale(.04) translateY(300%);
    }
    40% {
        transform: scale(.04) translateY(0);
        -webkit-transform: scale(.04) translateY(0);
        transition: ease-out;
        -webkit-transition: ease-out;
    }
    40% {
        transform: scale(.04) translateY(0);
        -webkit-transform: scale(.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(.02) translateY(0);
        -webkit-transform: scale(.02) translateY(0);
    }
    61% {
        opacity: 1;
        transform: scale(.04) translateY(0);
        -webkit-transform: scale(.04) translateY(0);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        -webkit-transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* ========== 头部搜索 end ========== */
/* ————— 底部 start ————— */
.footer {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #2062d1, #2062d1 33.33%, #1554bd 33.33%, #1554bd 66.67%, #0a44a6 66.67%);
}

.wzb .footer {
    background: linear-gradient(to right, #384e01, #384e01 33.33%, #334700 33.33%, #334700 66.67%, #2e4000 66.67%);
}

.footer::before {
    position: absolute;
    display: block;
    content: '';
    background: url(../../../common/images/footerbg.png) no-repeat center / 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .5;
}

.footer .wrap {
    position: relative;
    z-index: 4;
}

.footerBox {
    font-size: 0;
    position: relative;
}

.footerL, .footerR {
    width: 400px;
}

.footerL, .footerC, .footerR {
    position: relative;
    padding-top: 40px;
    min-height: 273px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.footerR {
    text-align: right;
}

.footerC {
    text-align: center;
    overflow: hidden;
}

.footerR .con {
    text-align: left;
    display: inline-block;
}

.footerC .con {
    text-align: left;
    display: inline-block;
}

.footerL .con a.fLogo {
    display: block;
    margin-bottom: 60px;
}

.footerL .footerLogo {
    display: block;
    width: 195px;
}

.footerL .line {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .2);
    margin: 0 20px;
    margin-top: 8px;
}

.footerL .ov {
    line-height: 38px;
    font-size: 18px;
    font-family: '宋体';
    color: #fff;
}

.footerL .info {
    font-size: 14px;
    line-height: 30px;
    color: #97beff;
}

.footerL .info img {
    position: relative;
    top: 4px;
}

.footerL .info a {
    font-size: 14px;
    line-height: 30px;
    color: #97beff;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.wzb .footerL .info,
.wzb .footerL .info a {
    color: #f9ffeb;
}

.footerL .info a:hover {
    color: #fff;
}

.wzb .footerL .info a:hover {
    opacity: .5;
}

.footerC {
    padding-top: 50px;
}

.footerZpformSel {
    width: 320px;
    height: 45px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 45px;
}

.footerZpformSel .seljg {
    padding-left: 20px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.footerZpformSel i {
    transition: all .3s linear;
    display: block;
    width: 42px;
    height: 45px;
    background: url(../../../common/images/yqlj.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.footerZpformSel.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.footerZpformSel .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dedede;
    border-top: none;
    max-height: 140px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 45px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.footerZpformSel ::-webkit-scrollbar-thumb {
    width: 4px;
    background: #235583;
    border-radius: 8px;
}

.footerZpformSel ::-webkit-scrollbar {
    width: 4px;
    background: #eaeff2;
}

.footerZpformSel .selTj a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 13px;
    overflow: hidden;
}

.footerZpformSel .selTj a.hover, .footerZpformSel .selTj a:hover {
    color: var(--themeColors);
}

.footerC .tel {
    height: 38px;
    line-height: 38px;
    padding-left: 58px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: url(../../../common/images/phone.png) no-repeat center left;
    margin-bottom: 25px;
}

.footer .text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 320px;
}

.footerR .text {
    margin-bottom: 28px;
    margin-left: 30px;
    width: auto;
}

.footerR .evmDl {
    overflow: hidden;
    font-size: 0;
}

.footerR .evmDl dd {
    margin-left: 30px;
    float: left;
    display: inline;
}

.footerR .evmDl dd .img {
    width: 110px;
    height: 110px;
    padding: 9px;
    margin-bottom: 12px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

.footerR .evmDl dd .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.footerR .evmDl dd span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    height: 14px;
}

/* ————— 底部 end   ————— */
/* ========== 内页banner start ========== */
.subBanner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.subBanner:before {
    display: block;
    content: '';
    padding-top: 18.75%;
}

.subBanner > img {
    animation: imgScale 5s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center
}

@keyframes imgScale {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes imgScale {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.subBanner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.subBanner .wrap {
    height: 100%;
}

.subBanner .textC {
    position: relative;
    text-align: center;
}

.subBanner .textC .cnTitle {
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subBanner .textC .enTitle {
    font-size: 14px;
    color: rgb(255 255 255 / .78);
    line-height: 30px;
    text-transform: uppercase;
}

/* ========== 内页banner end ========== */
/* ========== 当前位置 start ========== */
.locationBox {
    clear: both;
    width: 100%;
    height: 75px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    position: relative;
}

.location {
    height: 75px;
    overflow: hidden;
    padding-left: 28px;
    position: relative;
}

.location a.home {
    position: absolute;
    left: 0;
    top: 0;
    width: unset;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-image: none;
    padding-left: 0;
    margin-right: 0;
    color: var(--themeColors);
}

.location a {
    display: inline;
    float: left;
    height: 75px;
    line-height: 75px;
    padding-left: 14px;
    margin-right: 10px;
    background-position: left -5px center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-image: url('../../../common/images/common/arrowRight.svg');
    color: #a3a3a3;
    font-size: 16px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
}

.subNavBox {
    margin-right: -15px;
    position: relative;
}

.subNav::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.subNav a {
    display: inline;
    float: left;
    line-height: 75px;
    height: 75px;
    color: #666666;
    font-size: 16px;
    padding: 0 14px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    position: relative;
}

.subNav a::before {
    position: absolute;
    display: block;
    content: '';
    width: 65px;
    height: 2px;
    background: var(--themeColors);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all .5s;
}

.subNav a:hover::before,
.subNav a.hover::before {
    transform: scale(1);
}

.location a:hover,
.location a.hover,
.subNav a.hover,
.subNav a:hover {
    color: var(--themeColors);
}

.location a.hover,
.location a:hover {
    background-image: url('../../../common/images/common/arrowRight.svg');
}

.location a.home.hover,
.location a.home:hover {
    background-image: url('../../../common/images/common/homeh.svg');
}

.menuIcon > div {
    background: var(--themeColors) !important;
}

/* ========== 当前位置 end ========== */
/* ————— 页码 start ————— */
.page {
    text-align: center;
    clear: both;
    font-size: 14px;
}

.page a {
    display: inline-block;
    overflow: hidden;
    padding: 7px 13px;
    color: #999999;
    border-radius: 3px;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #f5f5f5;
    transition: .3s;
    -webkit-transition: .3s;
}

.page span {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
    top: -15px;
}

.page a:hover {
    background: var(--themeColors);
    color: #fff;
    border-color: var(--themeColors);
}

.page a.hover {
    background: var(--themeColors);
    color: #fff;
    border-color: var(--themeColors);
}

.page input {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #e6e6e6;
    position: relative;
    top: -2px;
}

.page input.pageDetail {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #999999;
    position: relative;
    top: -13px;
}

.page label {
    color: #999999;
    position: relative;
    top: -11px;
}

.page input.page_bnt {
    border: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: none;
    color: #999999;
    position: relative;
    top: -13px;
}

.page a div {
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page a.firstPage div {
    background-image: url(../../../common/images/common/page/firstPage.png)
}

.page a.prevPage div {
    background-image: url(../../../common/images/common/page/prevPage.png)
}

.page a.nextPage div {
    background-image: url(../../../common/images/common/page/nextPage.png)
}

.page a.lastPage div {
    background-image: url(../../../common/images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
    background-image: url(../../../common/images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
    background-image: url(../../../common/images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
    background-image: url(../../../common/images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
    background-image: url(../../../common/images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
    background: #E2E2E2;
}

.page a.prevPage.disabled {
    background: #E2E2E2;
}

.page a.nextPage.disabled {
    background: #E2E2E2;
}

.page a.lastPage.disabled {
    background: #E2E2E2;
}

.page a.firstPage.disabled div {
    background-image: url(../../../common/images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
    background-image: url(../../../common/images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
    background-image: url(../../../common/images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
    background-image: url(../../../common/images/common/page/lastPage.png)
}

/* ————— 页码 end ————— */
/* ========== 文章详情+单篇 start ========== */
.articleC {
    overflow: hidden;
    background: #FFFFFF;
    padding: 0 50px;
}

.articleHeader {
    overflow: hidden;
    padding: 34px 0 32px;
    border-bottom: 1px solid #dddddd;
}

.articleBody {
    overflow: hidden;
    padding: 20px 0 0;
}

.articleFooter {
    overflow: hidden;
    border-top: 1px solid #dddddd;
    padding: 32px 0 30px;
}

.articlePublish {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.articlePublish .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
}

.articlePublish .item span {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}

.articlePublish .item span.pd {
    padding-right: 50px;
}

.articlePublish .icon {
    background-repeat: no-repeat;
    background-position: center left;
    width: 25px;
    height: 30px;
    background-size: auto 20px;
}

.articleAudio,
.articleBigPicture,
.articleVideo,
#play,
.articleBox,
.articlePagination,
.articleAnnex {
    margin-bottom: 20px;
}

/* 字体大小 */
.articleSize {
    font-size: 0;
    text-align: center;
}

.articleSize span {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    margin: 0 5px;
    padding: 0 5px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
}

.articleSize span.hover,
.articleSize span:hover {
    color: var(--themeColors);
}

/* 文章标题 start */
.articleTitle {
    line-height: 42px;
    font-size: 30px;
    font-family: "microsoft yahei";
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 26px;
}

/* 文章标题 end */
/* 发布时间 start */
.articleTime .icon {
    background-image: url('../../../common/images/common/time.svg');
}

/* 发布时间 end */
/* 来源 start */
.articleSource .icon {
    background-image: url('../../../common/images/common/source.svg');
}

/* 来源 end */
/* 浏览量 start */
.articleBrowse .icon {
    background-image: url('../../../common/images/common/browse.svg');
}

/* 浏览量 end */
/* 分享 start */
.articleShare .icon {
    background-image: url('../../../common/images/common/share.svg');
}

.articleShare .sharejs_list .sharejs_item {
    position: relative;
    z-index: 100;
}

/* 分享 end */
/* 音频 start */
.articleAudio {
    overflow: hidden;
}

.articleAudio .audiojs audio {
    position: absolute;
    left: -1px;
    opacity: 0;
}

.articleAudio .audiojs {
    z-index: 99999;
    background: #fff;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    width: 400px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

.articleAudio .audiojs .play-pause {
    width: 25px;
    height: 27px;
    padding: 4px 6px;
    margin: 0px;
    float: left;
    overflow: hidden;
    position: relative;
}

.articleAudio .audiojs .play-pause:before {
    content: '';
    display: block;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0.3);
    -webkit-transform: scaleX(0.3);
}

.articleAudio .audiojs p {
    display: none;
    width: 25px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
}

.articleAudio .audiojs .play {
    display: block;
}

.articleAudio .audiojs .scrubber {
    position: relative;
    float: left;
    width: 240px;
    background: #f5f5f5;
    height: 14px;
    margin: 10px;
    top: 1px;
    overflow: hidden;
}

.articleAudio .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #fbbc05;
    z-index: 1;
}

.articleAudio .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #ffeebb;
    cursor: pointer;
}

.articleAudio .audiojs .time {
    overflow: hidden;
    height: 35px;
    line-height: 36px;
    margin: 0px 0px 0px 6px;
    padding: 0px 6px 0px 12px;
    position: relative;
    color: #666;
}

.articleAudio .audiojs .time:before {
    content: '';
    display: block;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0.3);
    -webkit-transform: scaleX(0.3);
}

.articleAudio .audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #666;
    font-style: normal;
}

.articleAudio .audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}

.articleAudio .audiojs .error-message {
    display: none;
    padding: 0px 10px;
    height: 35px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #666;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.articleAudio .audiojs .error-message a {
    color: #666;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.articleAudio .audiojs .play {
    background: url(../../../common/components/audio/images/play.png) center center no-repeat;
    background-size: 14px;
}

.articleAudio .audiojs .loading {
    background: url(../../../common/components/audio/images/loading.png) center center no-repeat;
    background-size: 14px;
    -webkit-animation: fa-rotating 2s infinite linear;
    animation: fa-rotating 2s infinite linear;
}

.articleAudio .audiojs .loading:before {
    content: '';
}

@keyframes fa-rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.articleAudio .audiojs .error {
    background: url(../../../common/components/audio/images/error.png) center center no-repeat;
    background-size: 14px;
}

.articleAudio .audiojs .pause {
    background: url(../../../common/components/audio/images/pause.png) center center no-repeat;
    background-size: 16px;
}

.articleAudio .playing .play,
.articleAudio .playing .loading,
.articleAudio .playing .error,
.articleAudio .loading .play,
.articleAudio .loading .pause,
.articleAudio .loading .error,
.articleAudio .error .time,
.articleAudio .error .play,
.articleAudio .error .pause,
.articleAudio .error .scrubber,
.articleAudio .error .loading {
    display: none;
}

.articleAudio .playing .pause,
.articleAudio .loading .loading,
.articleAudio .error .error,
.articleAudio .error .error-message {
    display: block;
}

.articleAudio .error .play-pause p {
    cursor: auto;
}

/* 音频 end */
/* 视频 start */
.articleVideo {
    width: 600px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-play,
.articleVideo .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left div,
.articleVideo .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left div {
    background: var(--themeColors);
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg .ck-bar-volume-pp,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p-focus,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate:hover,
.articleVideo .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-right,
.articleVideo .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-right {
    color: var(--themeColors);
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left,
.articleVideo .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left {
    border-color: var(--themeColors);
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full:hover,
.articleVideo .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted:hover,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play:hover,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause:hover {
    background-image: url('../../../common/images/common/ckplayer.png');
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-center-play {
    background-position: 63% center;
    background-size: 40% 40%;
    border: 4px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .15);
    width: 60px !important;
    height: 60px !important;
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-center-play:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress-bg,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress-load,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress-play,
.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress-mouseline {
    height: 6px !important;
}

.articleVideo .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider {
    width: 10px;
    height: 10px;
    top: -8px;
}

/* 视频 end */
/* 大图 start */
.articleBigPicture {
    overflow: hidden;
}

#play {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-left: auto;
    margin-right: auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0;
    text-align: right;
}

#play .change_a span {
    width: 100%;
    height: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    font-size: 80px;
}

#play .prev_a span {
    left: 0;
}

#play .next_a span {
    right: 0;
    text-align: right;
}

#play .img_ul, .imgMove {
    width: 600px;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    height: 400px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
}

#play .img_ul li img,
.img_hd ul li img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgMove {
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    position: relative;
}

.img_hd ul {
    z-index: 1;
    margin: 0 auto;
}

.img_hd ul li {
    float: left;
    height: 52px;
    width: 70px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 9;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li.on {
    border: 1px solid var(--themeColors);
    background: var(--themeColors);
}

.imgMove .bottom_a {
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    display: block;
    cursor: pointer;
    float: left;
    top: 0;
    position: absolute;
    z-index: 9;
    color: var(--themeColors);
}

.imgMove .prev_a {
    left: 0;
}

.imgMove .next_a {
    right: 0;
    text-align: right;
}

/* 大图 end */
/* 内容区 start */
.articleBox {
    line-height: 28px;
    color: #666666;
    font-size: 15px;
    overflow: hidden;
}

.articleBox img {
    max-width: 100%;
}

/* 内容区 end */
/* 页码 start */
.articlePagination {
    clear: both;
    text-align: center;
    font-family: Arial;
    font-size: 0;
}

.articlePagination a {
    margin: 0 5px;
    background: #ccc;
    padding: 3px 12px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.articlePagination a:hover,
.articlePagination a.hover {
    color: #fff;
    background: var(--themeColors);
}

/* 页码 end */
/* 附件 start */
.articleAnnex {
    clear: both;
    font-size: 16px;
    overflow: hidden;
}

.articleAnnex a {
    display: inline-block;
    line-height: 32px;
    padding: 0 20px 0px 30px;
    background-position: left -3px center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    background-image: url('../../../common/images/common/file/file.png');
    color: #666;
    margin-bottom: 10px;
}

.articleAnnex a.word {
    background-image: url('../../../common/images/common/file/word.png');
    color: #37a6ff !important;
}

.articleAnnex a.ppt {
    background-image: url('../../../common/images/common/file/ppt.png');
    color: #ff7735 !important;
}

.articleAnnex a.excel {
    background-image: url('../../../common/images/common/file/excel.png');
    color: #15bf44 !important;
}

.articleAnnex a.pdf {
    background-image: url('../../../common/images/common/file/pdf.png');
    color: #1369c0 !important;
}

.articleAnnex a.zip {
    background-image: url('../../../common/images/common/file/zip.png');
    color: #ff9779 !important;
    background-size: auto 22px;
    background-position: left center;
}

.articleAnnex a:hover {
    text-decoration: underline;
}

/* 附件 end */
/* 上一篇/下一篇 start */
.articlePage {
    display: block;
    line-height: 34px;
    color: #999999;
    font-size: 16px;
    margin: 0 -20px;
}

.articlePage .item {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    overflow: hidden;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

.articlePage a {
    font-size: 16px;
    color: #999999;
    position: relative;
    z-index: 10;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.articlePage a:hover {
    color: var(--themeColors);
}

/* 上一篇/下一篇 end */
/* ========== 文章详情+单篇 end ========== */

/* teacherList start */
.teacherList {
    margin-right: -30px;
}

.teacherList dd {
    padding: 0;
    float: left;
    width: 50%;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-sbox-sizing: border-box;
}

.teacherList dd .con {
    margin-right: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    -webkit-sbox-sizing: border-box;
    background: url(../../../common/images/teacherDlimg.png) no-repeat right 40px bottom -32px;
    background-size: 20%;
    transition: 1s;
    -webkit-transition: 1s;
}

.teacherList dd .pic {
    width: 220px;
    overflow: hidden;
}

.teacherList dd .pic img {
    object-fit: contain;
}

.teacherList .pic:before {
    padding-top: 125.4545%;
}

.teacherList dd .text {
    padding: 40px 50px 0 60px;
    overflow: hidden;
}

.teacherList dd .text .title {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
    font-size: 22px;
    color: var(--themeColors);
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.teacherList dd .text .title span {
    display: inline-block;
    margin-left: 40px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: bottom;
    color: #333333;
}

.teacherList dd .text .textC {
    display: block;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 15px;
    background: url(../../../common/images/teachericn.png) no-repeat top 9px left;
}

.teacherList dd:hover .text .textC {
    color: var(--themeColors);
}

.teacherList dd .con:hover {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/* teacherList end */
/* 全文列表 start */
.textListDl {
    margin: 0 -15px;
}

.textListDl dd {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.textListDl dd .con {
    margin: 0 15px;
    background: #fff;
    border-radius: 5px;
    min-height: 190px;
    box-sizing: border-box;
    padding: 0 40px;
    padding-top: 45px;
    display: block;
    transition: all .5s;
}

.textListDl dd .con .title {
    line-height: 28px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    transition: all .5s;
    font-weight: 400;
}

.textListDl dd .con .textC {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.textListDl dd .con .time {
    width: fit-content;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
    margin-right: 40px;
    transition: all .5s;
}

.textListDl dd .con .time .mount {
    line-height: 40px;
    font-size: 20px;
    padding-top: 10px;
}

.textListDl dd .con .time .line {
    width: 10px;
    height: 2px;
    background: #ccc;
    margin: auto;
    transition: all .5s;
}

.textListDl dd .con:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
}

.textListDl dd .con:hover .title {
    font-weight: 700;
}

.textListDl dd .con:hover .title,
.textListDl dd .con:hover .time {
    color: var(--themeColors);
}

.textListDl dd .con:hover .time .line {
    background: #ba261a;
}

/* 全文列表 end */
/* 图文列表 start */
.imgTextListDl dd .con {
    display: block;
    padding: 20px;
    margin-bottom: 2px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.imgTextListDl dd .pic {
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px;
}

.imgTextListDl dd .pic::before {
    padding-top: 66.6667%;
}

.imgTextListDl dd .pic img {
    object-fit: contain;
}

.imgTextListDl dd .title {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 30px;
    margin-bottom: 16px;
    transition: all .5s;
}

.imgTextListDl dd .textC {
    line-height: 28px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}

.imgTextListDl dd .time {
    line-height: 22px;
    font-size: 16px;
    color: #999999;
}

.imgTextListDl dd:hover .title {
    color: var(--themeColors);
}

/* 图文列表 end */
/* 全图列表 start */
.imgListDl {
    margin-right: -60px;
    clear: both;
    overflow: hidden;
}

.imgListDl dd {
    width: 33.3333%;
    float: left;
    margin-bottom: 60px;
}

.imgListDl .con {
    display: inline-block;
    padding: 50px 40px 42px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    margin-right: 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.imgListDl .con:hover {
    border-top: none;
    background: #fff;
    border-radius: 10px;
    border-top: 1px solid transparent;
}

.imgListDl .con .pic {
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.imgListDl .con .pic::before {
    padding-top: 66.5%;
}

.imgListDl .con .pic img {
    margin-bottom: 3px;
}

.imgListDl .con .imgtext2C2bottom .title {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 15px;
    padding-top: 25px;
    color: #333;
}

.imgListDl .con:hover .imgtext2C2bottom .title {
    color: var(--themeColors);
}

.imgListDl .con .imgtext2C2bottom .time {
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.imgListDl .con .imgtext2C2bottom .btn {
    position: relative;
    width: 56px;
    height: 30px;
}

.imgListDl .con .imgtext2C2bottom .btn::before {
    position: absolute;
    display: block;
    content: '详情';
    width: 56px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 0;
    left: 0;
}

.imgListDl .con.con:hover .imgtext2C2bottom .btn::before {
    content: '';
}

.imgListDl .con .imgtext2C2bottom .btn::after {
    position: absolute;
    display: block;
    content: '';
    width: 56px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: var(--themeColors) url(../../../common/images/imgText2C2rjt.png) no-repeat center center;
    opacity: 0;
    top: 0;
    left: 0;
}

.imgListDl .con:hover .imgtext2C2bottom .btn::after {
    opacity: 1;
}

/* 全图列表 end */
/* 下载列表 start */
.downloadList dd {
    width: 48%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.downloadList dd:nth-child(even) {
    float: right;
}

.downloadList dd .title {
    line-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 52px;
    transition: all .5s;
}

.downloadList dd .title h2 {
    font-size: 16px;
}

.downloadList dd .text {
    float: left;
    width: 80%;
}

.downloadList dd .text time {
    color: #333;
    font-size: 14px;
}

.downloadList dd .img_box {
    float: right;
    width: 15%;
    position: relative;
}

.downloadList dd .img_box img {
    width: 56%;
    float: right;
}

.downloadList dd:hover .title {
    color: var(--themeColors);
}

.downloadList dd .img_box .icn {
    display: inline-block;
    background: url(../../../common/test/tzzgx/dow.png) center center no-repeat;
    position: absolute;
    bottom: -26px;
    left: 42px;
    right: 0;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    transition: all .5s
}

.downloadList dd:hover .img_box .icn {
    color: var(--themeColors);
}

/* 下载列表 end */

/* 机构设置 start */
.SettingTitle {
    line-height: 68px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-left: 14px;
    padding-top: 16px;
    position: relative;
    margin-bottom: 50px;
}

.SettingTitle::after {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 36px;
    border-radius: 36px;
    background: var(--themeColors);
    top: 50%;
    left: 0;
    transform: translateY(-25%);
}

.SettingTitle::before {
    position: absolute;
    display: block;
    content: '';
    width: 80px;
    height: 80px;
    background: url(../../../common/test/index/indexTitleLogo.png) no-repeat center center / 100%;
    top: 0;
    left: -26px;
}

.SettingTitle .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.05);
    bottom: 0;
    left: 0;
}

.SettingTitle .line::before {
    position: absolute;
    display: block;
    content: '';
    width: 130px;
    height: 3px;
    background: var(--themeColors);
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.SettingTitle:hover .line::before {
    width: 160px;
}

.SettingDl {
    margin: 0 -15px;
}

.SettingDl dd {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.SettingDl dd .con {
    display: block;
    margin: 0 15px;
    border-radius: 5px;
    height: 70px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    background: url(../../../common/test/borderBg.png) no-repeat center center / 100% 100%;
}

.SettingDl dd .con::before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 100%;
    background: var(--themeColors);
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.SettingDl dd .con::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../../common/test/SettingDlBg.png) no-repeat center center / 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    transform: scaleX(0.5);
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}

.SettingDl dd .con:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.SettingDl dd .con .title {
    line-height: 26px;
    font-size: 18px;
    color: var(--themeColors);
    transition: all .5s;
    position: relative;
    z-index: 2;
}

.SettingDl dd .con:hover .title {
    color: #fff;
}

/* 机构设置 end */
/* 网上报名 start */
/* 在线报名开始 */
.formA {
    padding: 30px;
    margin-right: -30px;
}

.formA dd {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
}

.formA dd .con {
    margin-right: 30px;
}

.formA dd .con .title {
    width: 80px;
    float: left;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #333333;
}

.formA dd .con .title span {
    color: #c60a1e;
    overflow: hidden;
}

.formA dd .con .forminput {
    margin-left: 80px;
    min-height: 38px;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
}

.formA dd .con .forminput input {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
    box-sizing: border-box;
}

.sex {
    border: 0;
}

.sex div {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.sex {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0;
    height: 20px;
    color: #333333;
}

.rdiao {
    width: 8px;
    height: 8px;
    border: 2px solid #cecece;
    border-radius: 50%;
    padding: 2px;
    position: relative;
    top: 3px;
}

.selected {
    background: url(../../../common/images/radio.png) no-repeat center center;
}


.formA .forminput .selIcn {
    background: url(../../../common/images/xiala2.png) no-repeat center center;
}

.tibut {
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
}

.tibut a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 48px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    border-radius: 10px;
    background: #2f6faa;
}

/* 下拉选择 */
.zpformSel {
    height: 40px;
    position: relative;
    padding-right: 38px;
}

.zpformSel .seljg {
    padding-left: 10px;
    line-height: 40px;
    color: #333333;
    font-size: 13px;
    cursor: pointer;
}

.zpformSel .selIcn {
    display: inline-block;
    width: 48px;
    height: 40px;
    background: url(../../../common/images/sanjiao.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.zpformSel .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dedede;
    border-top: none;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top: 41px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.zpformSel .selTj a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
    transition: all .5s;
}

.zpformSel .selTj a:hover {
    background: #2f6faa;
    color: #FFF;
}

.zpformSel .selTj a.hover {
    background: #2f6faa;
    color: #FFF;
}

/* 在线报名结束 */
.fromtitle {
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border: 1px solid #e3e3e3;

}

.forwai {
    padding: 0 30px;
}

.fomcon {
    padding: 30px 0;
    border-bottom: 1px solid #E3E3E3;
}

.fromtitle dd {
    float: left;
    width: 33.33%;
    border-right: 1px solid #E3E3E3;
    box-sizing: border-box;
    position: relative;
    transition: all .5s;
}

.fromtitle dd::after {
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -32px;
    background: var(--themeColors);
    transform: scale(0);
    transition: all .5s;
}

.fromtitle dd.hover::after {
    transform: scale(1);
}

.fromtitle dd a {
    color: #333;
    display: block;
}

.fromtitle dd.hover {
    background: url(../../../common/images/fottitle_11.jpg) center center;
    background-size: cover;
}

.fromtitle dd.hover a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.consult {
    padding: 0 30px;
}

.consult .title {
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: #333333;
    overflow: hidden;
    font-size: 24px;
}

.contable table {
    width: 100%;
    text-align: center;
    border: 1px solid #eaeaea;
}

.contable table tr {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    width: 33.33%;
}

.contable table tr th {
    background: #2f6faa;
    color: #fff;
    font-size: 16px;
}

.formA .input {
    border: 1px solid #eaeaea;
    padding: 0 10px
}

.formA .input input {
    border: none;
    background: none;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
}

.formYzm .input {
    width: 50%;
    float: left;
    display: inline;
}

.formYzm .yzmImg {
    width: 118px;
    height: 38px;
    border: 1px solid #eaeaea;
    background: #eaeaea;
    float: left;
    display: inline;
    margin-left: 20px;
}

.formYzm .yzmImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.formATabs .item {
    display: none;
}

.formATabs .item.hover {
    display: block;
}

.z2 {
    z-index: 2;
}

/* 网上报名 end */

/* 答考生问 start */
.questionsDl dd {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 0 60px;
    box-sizing: border-box;
}

.questionsDl dd .titleBox .title {
    line-height: 75px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    transition: all .5s;
    cursor: pointer;
}

.questionsDl dd.hover .titleBox .title {
    color: var(--themeColors);
}

.questionsDl dd .titleBox .icn {
    width: 60px;
    height: 38px;
    line-height: 38px;
    background: #cccccc;
    border-radius: 38px;
    margin-top: 19px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    transition: all .5s;
}

.questionsDl dd.hover .titleBox .icn {
    background: var(--themeColors);
}

.questionsDl dd .titleBox .icn::before {
    transform: rotate(0deg);
    transition: all .5s;
    display: block;
}

.questionsDl dd.hover .titleBox .icn::before {
    transform: rotate(90deg);
}

.questionsDl dd .showUl {
    padding-top: 24px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 24px;
    display: none;
}

/* 答考生问 end */

/* 侧边快捷导航 start */
.SideShortcut {
    position: fixed;
    right: -50%;
    top: 50%;
    z-index: 675;
    transition: all 1s;
}

.SideShortcut.on {
    right: 20px;
}

.SideShortcut dd {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

.SideShortcut dd .icn {
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    color: var(--themeColors);
    font-weight: 500;
}

.SideShortcut dd:hover .icn {
    animation: tada 2s linear infinite;
}

.SideShortcut dd .title {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.SideShortcut dt a {
    line-height: 52px;
    font-size: 14px;
    color: #fff;
    background: var(--themeColors);
    border-radius: 5px;
    display: block;
    text-align: center;
}

/* 侧边快捷导航 end */