@charset "UTF-8";

/* 搜索 start */
.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(../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 {
    height: 2.1875rem;
    width: 2.1875rem;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    margin-left: 1.25rem;
}

.topSearch a {
    display: block;
   height: 2.1875rem;
    width: 2.1875rem;
    position: relative;
    line-height: 2.1875rem;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    height: 2.1875rem;
    width: 2.1875rem;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: #44d2fe url(../images/icon/topsearch.png) center center no-repeat;
    transition: all 0.3s linear;
}

.topSearch:hover a:hover::before {
    background: #f04e00 url(../images/searchW_h.png) center center no-repeat;
}

.topSearch:hover a {
    color: var(--themeColor);
}

.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;
    font-weight: lighter;
}

.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;
    ;
}

.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: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../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 */
.topEdition {
    height: 2.8125rem;
    line-height: 2.8125rem;
    background-color: var(--themeColor);
}
.topEditionDl a {
    padding: 0 1.125rem;
    display: inline-block;
    font-size: .875rem;
    color: #fff;
   height: 2.8125rem;
   position: relative;
   transition: .3s;
}
.topEditionDl a::before {
    display: block;
    content: '';
    position: absolute;	
    width: 1px;
    height: .875rem;
    right: 0;
    top: 50%;
    margin-top: -.4375rem;
    background-color: #fff;
    transition: .3s;
}
.topEditionDl dd:last-child a::before {
    display: none;
}
.topEditionDl dd:hover a,
.topEditionDl dd.hover a {
    background-color: #f04e00;
}

.topEditionDl dd:hover a::before,
.topEditionDl dd.hover a::before {
    background-color: #f04e00;
}
/* 顶部 start */
.topEditionWrap {
    width: 83.3333%;
}
.top {
    position: relative;
    top: 0;
    width: 100%;
    height: 7.1875rem;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.top .wrap1 {
    height: 100%;
    column-gap: 18.75rem;
}
.topL {
    width: 21.875rem;
}
.logo img {
    display: block;
    height: 5.3125rem;
    object-position: center;
    object-fit: contain;
}
.menuDl dd {
    flex: 1;
    position: relative;
    margin-right: 0;
    height: 4.375rem;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 1.25rem;
}


.mainMenu a {
    font-size: 1rem;
    color: #222;
    display: block;
    line-height: 4.375rem;
    height: 4.375rem;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
}
.mainMenu a::before {
    display: block;
    content: '';
    position: absolute;	
    width: 1rem;
    height: 1rem;
    bottom: 0;
    left: 50%;
    margin-left: -.5rem;
    background: url(../images/icon/topsjx.png) no-repeat center center;
    background-size: .875rem;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
    color: var(--themeColor);
}
.menuDl dd.hover .mainMenu a::before,
.mainMenu a:hover::before {
    transform: scaleX(1);
}

.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 72px;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}

.languageBox {
    margin-top: 16px;
    position: relative;
    height: 38px;
    cursor: pointer;
    background:#f4f4f4;
    padding: 0 17px;
    border-radius: 36px;
}

.languageBox span {
    height: 38px;
    line-height:38px;
    font-size: 14px;
    color: #444;
    padding-right: 18px;
    background: url(../images/languageXl.png) no-repeat center right;
    z-index: 3;
    position: relative;
}

.languageBox span i {
    background: url(../images/language.png) no-repeat center left;
    height: 38px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.languageBox .language {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 46px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.languageBox .language a {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #999;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    position: relative;
}

.languageBox .language a::before {
    display: block;
    content: '';
    width: 2px;
    height: 14px;
    background-color: var(--themeColor);
    position: absolute;
    top: 6px;
    left: 0;
    transform: scale(0);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.languageBox .language a:hover {
    color: var(--themeColor);
}

.languageBox .language a:hover::before {
    transform: scale(1);
}

.languageBox:hover .language {
    opacity: 1;
    visibility: visible;
}

.languageBox:hover span,
.languageBox.hover span {
    color: #666;
    background-image: url(../images/languageXl.png)
}

.languageBox:hover span i,
.languageBox.hover span i {
    color: #666;
    background-image: url(../images/language.png)
}

/* 顶部 end */

/* ————— 底部 start ————— */
.footerMenuEwm .wrap {
    column-gap: 6.25rem;
    padding: 3.125rem 0;
}
.footerMenu {
    column-gap: 5rem;
}
.footerMenuDl dd {
    margin-bottom: 1.25rem;
}
.footerMenuDl dd a {
    display: block;
    font-size: 1.375rem;
    color: #333;
    line-height: 1.875rem;
    transition: .3s;
}
.footerMenuDl dd a:hover {
    color: var(--themeColor);
}
dl.footerEwm {
    column-gap: 2rem;
}
dl.footerEwm .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.125rem;
    height: 8.125rem;
    border: 2px solid var(--themeColor);
}
dl.footerEwm img {
    width: 6.875rem;
    height: 6.875rem;
    object-fit: contain;
    object-position: center;
}
dl.footerEwm .post {
    text-align: center;
    margin-top: 1.25rem;
    font-size: .875rem;
    color: #555;
}
.footerBox {
    background-color: #0c2843;
}
/* 友情链接 */
.footerLinkBox .wrap {
    padding: 1.5625rem 0;
    border-bottom: 1px solid rgb(255 255 255 / .2);
    color: #fff;
}
.footerLinkBox .link span {
    display: inline-block;
    font-size: .9375rem;
    height: 1.875rem;
    line-height: 1.875rem;
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/icon/yqlj.png);
    text-wrap: nowrap;
    background-size: 1.875rem;
    margin-right: 1.875rem;
}
.footerLinkDl{
    column-gap: 2.5rem;
}
.footerLinkDl a {
    font-size: .9375rem;
    line-height: 1.875rem;
    color: #fff;
    transition:.3s;
}
.footerLinkDl a:hover {
    color: var(--themeColor);	
}
.footerHospital .wrap {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgb(255 255 255 /.2);
    column-gap: 9.375rem;
}
.footerHospitalDl {
    flex: 1;
    color: #fff;
}
.footerHospitalDl dt {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}
.footerHospitalDl dd {
    margin-bottom: 1.25rem;
}
.footerHospitalDl dd span {
    display: inline-block;
    font-size: .9375rem;
    color: #c7c7c7;
    padding-left: 1.5rem;
    height: 1rem;
    line-height: 1rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .85rem;
}
.footerHospitalDl dd:nth-of-type(1) span{
    background-image: url(../images/icon/ft1.png);
}
.footerHospitalDl dd:nth-of-type(2) span{
    background-image: url(../images/icon/ft2.png);
}
.footerHospitalDl dd:nth-of-type(3) span{
    background-image: url(../images/icon/ft3.png);
}
/* 底部版权start   */
.friendCopyRight{ height: 6.25rem; line-height: 6.25rem; overflow: hidden; font-size: .9375rem; color: #fff;}
.friendCopyRight .copyPhone {
    font-size: 1rem;
    color: #fff
}
.friendCopyRight .copyPhone em {
    font-style: normal;
    font-weight: 700;
}
.friendCopyRight .conL{ float: left; display: inline;position: relative;padding-right: 3.875rem;}
.friendCopyRight .conL span{ margin-right: .625rem;}
.friendCopyRight .conL a{ color: #fff; margin-right: .625rem;}
.friendCopyRight .conL a.gabeian{ padding-left: 1.875rem;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ color: var(--themeColor);}
.friendCopyRight .conL em {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    right: 0;
    display: inline-block;
    width: 2.5rem;
    height: 3.25rem;
    margin-left: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(../images/icon/sydw.png);
}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;width: 100%;overflow: hidden;}
.subBanner:before{display: block;content: '';padding-top: 35.9375%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 5;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 3rem;color: #ffffff;line-height: 4.375rem;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
.subBanner .textC .enTitle{font-size: 1.625rem;color: #ffffff;line-height: 3.25rem;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
.subBanner.subBanner2::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:  auto,100%;
    background-image: url(../images/bannerMask.png);
    position: absolute;
    left: 0;
    top: 0;
}
.subBanner.subBanner2::before {
    padding-top: 26.0416%;
}
.subBanner.subBanner2  .textC {
    text-align: left;
}
/* ————— 当前位置 start ————— */
.locationBox{width: 100%;box-shadow: 0 0 8px rgba(0, 178, 237, 0.2);background-color: #fff;border-bottom: 1px solid #eff2f6;position: relative;z-index: 5;}
.location{height: 5rem;overflow: hidden;padding-left: 2rem;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 2rem; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/locationhome.png); padding-left: 0; margin-right: 0;background-size: 1rem;}
.location a{ box-sizing: border-box; height: 5rem;line-height: 5rem;padding-left: 1rem;margin-right: .625rem;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #999;font-size: 1rem;}
.location a:hover{color:var(--themeColor)}
.location a.hover{color:var(--themeColor)}
.locationBox .subNavBg {
    column-gap: 10rem;
}
.subNavBox{ position: relative;}
.subNav{
    column-gap: 3.75rem;
}
.subNav a{line-height: 5rem;height:5rem;color: #333;font-size: 1.125rem;border-bottom: 2px solid transparent;transition: .3s;}
.subNav a.hover{color: var(--themeColor);border-color: var(--themeColor);}
.subNav a:hover{color: var(--themeColor);border-color: var(--themeColor);}


/* ............**************____________ */
.locationBox.locationBox2 {
    height: 5rem;
    line-height: 5rem;
    background-color: #fff;
}
.locationBox .retenHome {
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 1.875rem;
    font-size: 1.125rem;
    color: var(--themeColor);
    border: 1px solid var(--themeColor);
    border-radius: 2.8125rem;
}
.locationBox.locationBox4 {
    box-shadow: none;
    background-color: #ddf3f9;
}
.locationBox.locationBox4 .retenHome {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 8px rgba(0, 178, 237, 0.2);
    color: #999;
    transition: .3s;
}
.locationBox.locationBox4 .retenHome:hover {
    color: var(--themeColor);
    border-color: var(--themeColor);
}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ 
    column-gap: 1.875rem;
    justify-content: center;
    align-items: center;
}
.sjMenu a {
    height: 3.75rem;
    font-size: 1.25rem;
    color: #333;
    height: 3.75rem;
    line-height: 3.75rem;
    background-color: #f5f5f5;
    padding: 0 2.5rem;
    background-position: calc(100% - 2.5rem) center;
    background-repeat: no-repeat;
    transition: .3s;
    border-radius: 2.8125rem;
    border: 1px solid #dedede;
}
.sjMenu a.hover,
.sjMenu a:hover {
    padding: 0 8.75rem 0 2.5rem;
    color: #fff;
    background-color: var(--themeColor);
    background-image: url(../images/icon/sjmeuhove.png);
}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; background-color: #f3f3f3; color:#999999;border-radius:3px; margin: 0 3px;vertical-align: middle;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);color: #fff;}
.page a.hover{background: var(--themeColor);color: #fff;}
.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: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../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(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.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;
	}
/* 视频弹窗 end */
/* 表单模板 start */
.input{ border: 1px solid #ddd; }
.input input{ border: none; background: none; width: 100%; }
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 120px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{ display: inline-block; height: 40px; line-height: 40px; border: 1px solid #ddd; background: #FFF; border-radius: 3px; font-size: 14px; color: #333; padding:0 30px; margin: 0 5px;}
a.formBtn:hover{ opacity: .9;}
.commonFormBox{ background: #FFF;padding: 40px;}
.commonForm{ margin-right: -40px; font-size: 14px;}
.commonForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.commonForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.commonForm .item.w100p{ width: 100%;}
.commonForm .item .con{ margin-right: 40px;}
.commonForm .item .label{ height: 38px; line-height: 38px;}
.commonForm .item .label span{ color: #da0100;}
.commonForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.commonForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
.input input { border: none;background: none;width: 100%;height: 38px;line-height: 38px;font-size: 14px;color: #333;}
.input { border: 1px solid #ddd;padding: 0 10px;}
.formYzm .input {width: 50%;float: left;display: inline;}
.formYzm .yzmImg {width: 118px; height: 38px;border: 1px solid #ddd;background: #ddd;float: left;display: inline;margin-left: 20px;}
.formYzm .yzmImg img {display: block;width: 100%;height: 100%;}
.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{ background:var(--themeColor); color: #FFF;border-color: var(--themeColor);}
.formSubBtn a.reset{ background: #ddd; color: #8b8b8b;}
/* 表单模板 start  */


/* 招聘 start  */
.recruitListPage{ background: #FFF; padding:20px}
.recruitListBox{ padding:20px;}
.recruitTitle{position: relative;padding-left: 20px;margin-bottom: 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.recruitTitle::before{width: 4px;height: 26px;background: var(--themeColor);display: block;content: '';position: absolute;top: 50%;left: 0;margin-top: -13px;}
.recruitTitle .conL{ float: left; display: inline; font-size: 24px;color: #000000;}
.recruitTitle .conR{ float: right; display: inline;}
.recruitTitle .conR a{ color: var(--themeColor); font-size: 14px;}
.recruitTitle .conR a:hover{ color: var(--themeColor);}
/* 列表start */
.recruitListTop {
	padding: 40px 0;
}

.recruitListTopR {
	float: right;
	display: inline;
}

.recruitListTopText {
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
}

.recruitListTopL {
	overflow: hidden;
}

.lc_search1Box {
	overflow: hidden;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 30px;
	width: 418px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lc_search1Box .searchBtn {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: var(--themeColor);
	cursor: pointer;
	position: relative;
	color: #fff;
}

.lc_search1Box .searchBtn:before {
	display: none;
}

.searchIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/searchW_h.png) center center no-repeat;
}

.lc_search1Box .searchDiv {
	overflow: hidden;
}

.lc_search1Box .searchDiv .input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 22px;
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
}

.recruitListTop .lc_search1Box {
	float: left;
	display: inline;
	margin-right: 42px;
}

.recruitListDl dd {
	padding: 10px 0;
}

.recruitListDl dd .con {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .con:hover {
	box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, 0.12);
	-webkit-box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, .12);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.recruitListDl dd .ddTop {
	overflow: hidden;
	padding: 20px 0;
}

.recruitListDl dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}

.recruitListDl dd .ddTopRight {
	float: right;
	margin-left: 40px;
	padding: 26px 0 0;
}

.recruitListDl dd .ddTopLeft {
	overflow: hidden;
}

.recruitListDl dd .ddTopText1 {
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .ddTopText2 {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl dd .ddTopText2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	margin-right: 40px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.recruitListDl dd .ddBottom {
	padding: 40px 0 28px;
	position: relative;
	display: none;
}

.recruitListDl dd .ddBottom:before {
	content: '';
	background-color: rgb(230, 230, 230);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

.recruitListDl dd .ddBottomTextC {
	margin-bottom: 28px;
}

.recruitListDl dd .ddBottomTextC .ddBottomText1 {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}

.recruitListDl dd .ddBottomTextC .ddBottomText2 {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding-left: 5px;
}

.recruitListDl dd .con:hover .ddTopText1 {
	color: var(--themeColor);
}
.jt_more2Box {
	font-size: 0;
	overflow: hidden;
}

.jt_more2Box a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgb(230, 230, 230);
	width: 65px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 16px;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.jt_more2Box a:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background: var(--themeColor);
	z-index: -1;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border: none;
}

.jt_more2Box a.hover,
.jt_more2Box a:hover {
	color: #FFFFFF;
    border-color: var(--themeColor);
}

.jt_more2Box a.hover:before,
.jt_more2Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.jt_more2Box .a1 {
	padding: 0 15px;
	margin-right: 20px;
}

.jt_more2Box .a2.hover,
.jt_more2Box .a2:hover {
	border: 2px solid transparent;
}
.rightIcon:before {
	display: block;
	content: '';
	position: absolute;
	right: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
}
.recruitBtn{ overflow: hidden;}
.recruitBtn a{ overflow: hidden; display: block; height: 50px; line-height: 50px; float: left; display: inline; padding: 0 40px; background: var(--themeColor); color: #FFF; border-radius: 3px; transition: all .3s; -webkit-transition: all .3s; font-size: 14px;}
.recruitBtn a:hover{ opacity: 0.9}
/* 列表end */

/* 表单start */
.recruitListForm{ margin-right: -40px; font-size: 14px;}
.recruitListForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.recruitListForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.recruitListForm .item.w100p{ width: 100%;}
.recruitListForm .item .con{ margin-right: 40px;}
.recruitListForm .item .label{ height: 38px; line-height: 38px;}
.recruitListForm .item .label span{ color: #da0100;}
.recruitListForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.recruitListForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
/* 表单end */
/*********** 基础公共列表页 start ***********/

/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 50px 60px;border: 1px solid #d2e7f0;}
.articleBox {line-height: 2.25em;padding: 20px 0 ;color: #666666;font-size: 1.125em;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {
    font-size: 1.62em;
    line-height: 2.8125em;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.25em;
}
/* 标题 end */
/* 发布信息 start  */
.articleC .original {
    padding: 1.875em 0;
    column-gap: 1.875em;
}
.articleC .original span {
    padding-left: 1.75em;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    font-size: 1em;
    color: #999;
}
.articleC .original .fontSiz {
    margin-left: 1rem;
    column-gap: 1rem;
}
.articleC .original .fontSiz a {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
    color: #999;
    padding: 0 .75em;
    border-radius: 100%;
    
}
.articleC .original .fontSiz a.hover {
    background-color: #d2e7f0;
}
.articleC .line1 {
    height: 1px;
    width: 100%;
    background-color: #d2e7f0;
}
.articleC .line2 {
    height: 2px;
    width: 100%;
    background-color: #d2e7f0;
    margin-top: 5px;
}
/*  发布信息 end  */
/* 分享 start */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
/*  分享 end  */

/* 新闻详情页 翻页 */
.newsPage a {
    height: 5.625em;
    line-height: 5.625em;
    border: 1px solid #e6e6e6;
    font-size: 1em;
    color: #666;
    transition: .3s;
}
.newsPage .a1 {
    padding: 0 5em 0 6.875em;
    background-position: calc(100% - 9.375em);
    background-repeat: no-repeat;
    background-size: .5em;
    background-image: url(../images/icon/newsprev.png);
}
.newsPage .a1:hover {
    background-color: var(--themeColor);
    color: #fff;
    background-image: url(../images/icon/xqyprevh.png);
}
.newsPage .a2 {
    padding: 0 6.875em 0 5em;
    background-position: calc(100% - 5em);
    background-repeat: no-repeat;
    background-size: .5em;
    background-image: url(../images/icon/newsnext.png);
}
.newsPage .a2:hover {
    background-color: var(--themeColor);
    color: #fff;
    background-image: url(../images/icon/xqnexth.png);
}
.newsPage .pageHome {
   width: 5.625em;
   background-position: center;
   background-repeat: no-repeat;
   background-size: 1.25em;
   background-image: url(../images/icon/newshome.png);
}
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 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}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;
    left: 0 !important;
    top: 0 !important;
width: 100% !important;
height: 100% !important;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;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 img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid var(--themeColor);background: var(--themeColor);}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;/* overflow: hidden; */}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 0px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;text-align: center;font-family: Arial;font-size: 0;}
.articlePage a {margin: 0 5px;background: #ccc;padding: 3px 12px;display: inline-block;font-size: 12px;height: 24px;line-height: 24px;}
.articlePage a:hover {color: #fff;background: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;}
.pageUp a {font-size: 16px;color: #999999;position:relative;z-index: 10}
.articlePageBox:hover,
.pageUp a:hover {color: var(--themeColor);}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .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;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .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;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../../common/components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .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;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../../common/components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../../common/components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 start ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/



/* 全图列表 start */
.imgList1 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1.875rem;
}
.imgList1 dd {
	width: 25%;
	margin-bottom: 1.875rem;
}
.imgList1 .con {
	display: block;
	margin-right: 1.875rem;
	padding: 1.5625rem;
	border: 1px solid #e6e6e6;
	transform: translateY(0);
	transition: .3s;
}
.imgList1 .con .img {
	height: 19.125rem;
}
.imgList1 .con .text {
	text-align: center;
	padding-top: 1.25rem;
}
.imgList1 .con .name {
	font-size: 1.125rem;
	line-height: 1.125rem;
	height: 1.125rem;
	color: var(--themeColor);
	margin-bottom: 1.25rem;
}
.imgList1 .con .post {
	font-size: 1rem;
	color: #666;
	line-height: 1rem;
	height: 1rem;
}
.imgList1 .con:hover {
	transform: translateY(-5px);
}
/* 全图列表 end */

/* 全文列表 start */
.textList1 {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 1.875rem;
}
.textList1 a {
	display: block;
	height: 6.25rem;
	line-height: 6.25rem;
	padding: 0 1.25rem;
	text-align: center;
	font-size: 1.125rem;
	color: #333;
	background-color: #d2e7f0;
	border: 1px solid #a6d8ed;
	transition: transform 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease, color 0.5s ease;
	transform: translateY(0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.textList1 a:hover {
	transform: translateY(-5px) scale(1.01); 
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
}
/* 全文列表 end */
/* 全文列表3 start */
.textList3 dd {
	margin-bottom: 1.25rem;
}
.textList3 a {
	height: 5rem;
	line-height: 5rem;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 1.875rem;
	background-color: #f7f7f7;
	transition: .3s;
	transform: translateY(0);
}
.textList3 .tig {
    font-size: 1.125rem;
    text-wrap: nowrap;
    background-color: var(--themeColor);
    margin-right: 3.75rem;
    padding: 0 1rem;
    color: #fff;
    border-radius: 5px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.textList3 a .time {
	font-size: 1.125rem;
	text-wrap: nowrap;
	color: var(--themeColor);
	margin-right: 3.75rem;
}
.textList3 a .text {
	font-size: 1.125rem;
	color: #333;
	margin-right: 7.5rem;
}
.textList3 a .more span {
	font-size: 1rem;
	line-height: 1rem;
	color: #666;
	padding-right: 6.875rem;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/more9.png);
}
.textList3 a:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.textList3 a:hover .more span {
	color: var(--themeColor);
}
/* 全文列表3 end*/

/* 视频列表 start */
.videoList {
	display: grid;
	grid-template-columns: repeat(3,1fr);
    column-gap: 1.875rem;
    row-gap: 2.5rem;
}
.videoList .con {
    display: block;
    transition: .3s;
    border-bottom: 2px solid #ece9ea;
}
.videoList .con .img {
    height: 15rem;
    border-radius: 1rem;
}
.videoList .con .videoPaly {
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/videoPlay.png);
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
}
.videoList .con .text {
    padding: 1.25rem 0 2rem;
}
.videoList .con .title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #333;
    height: 3.75rem;
}
.videoList .con .time {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.125rem;
    margin-top: 2rem;
}
.videoList .con:hover {
    border-color: var(--themeColor);
}
.videoList .con:hover .title {
    color: var(--themeColor);
}
/* 视频列表 end */

/* 全文列表4 start */
.textList4 dd {
    margin-bottom: 1.875rem;
}
.textList4 .con {
    column-gap: 3rem;
    padding: 3.125rem 3.75rem 3.125rem 0;
    border: 1px solid #d4e8f1;
    transition: .3s;
}
.textList4 .con .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10.625rem;
    border-right: 1px solid #e6e6e6;
}
.textList4 .con .day {
    font-size: 3rem;
    line-height: 3.75rem;
    color: var(--themeColor);
}
.textList4 .con .year {
    font-size: 1rem;
    line-height: 2.25rem;
    color: #999;
}
.textList4 .con .title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    height: 1.25rem;
    color: #444;
    font-weight: 700;
}
.textList4 .con .textC {
    font-size: 1rem;
    line-height: 1.875rem;
    height: 3.75rem;
    color: #858585;
    margin-top: 1.5rem;
}
.textList4 .con:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}
.textList4 .con:hover .title {
    color: var(--themeColor);
}
/* 全文列表4 end */

/* 图文列表 start */
.imgText3 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.875rem;
}
.imgText3 .img {
    width: 13.125rem;
    height: 18.125rem;
}
.imgText3 .text {
    padding: 2.5rem 1.875rem;
    background-color: #fafafa;
     color: #333;
}
.imgText3 .name {
    font-size: 1.5rem;
    line-height: 1.5rem;
   
}
.imgText3 .post {
    font-size: 1rem;
    line-height: 1.75rem;
    margin: .875rem 0 .5rem;
}
.imgText3 .textC {
    font-size: 1rem;
    line-height: 1.875rem;
    height: 5.625rem;
}
.imgText3 .yzMore {
    margin: 2.5rem 0 0;
}
.imgText3 .yzMore span {
    padding-right: 7.5rem;
    font-size: 1rem;
    color: #999;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icon/yzmore.png);
    transition: .3s;
}
.imgText3 a:hover .yzMore span{
    color: var(--themeColor);
    background-image: url(../images/icon/yzmore1.png);
}
/* 图文列表 end */