.container {
    max-width: 1270px;
}

.text-sgreen {
    color: #009c73;
}

/*网站公共样式*/
.info-content {
    font-size: 15px;
    line-height: 2.5;
    clear: both;
}

.info-content2 {
    border-bottom: 1px solid #fff;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ffb400;
}

a:focus {
    color: #ffb400;
}

a.btn-more {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px #CCC solid;
    color: #999;
    transition: all 0.5s ease;
    font-size: 14px;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px
}

a.btn-more:hover {
    background: #40312f;
    border-color: #40312f;
    color: white;
}

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*兼容ie低版*/
.font-size {}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(53, 53, 59, 0.8);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}


/*BOTTOM*/
footer {
    text-align: left;
    width: 100%;
    min-height: 95px;
    margin-top: 40px;
    line-height: 2.5
}

.bg-bottom {
    background: url(../images/bottom-bg.png);
    padding-top: 30px;
}

.common-services {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.common-services .fa {
    padding-right: 16px;
}

.wecahat li span {
    display: block;
    font-size: 30px;
}

.wecahat li span .fa {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 8px;
    background-color: #fff;
    color: #2863b3;
}

.wecahat li a,
.wecahat li {
    color: #fff;
    text-align: center;
}

.wecahat li img {
    max-height: 75px
}

.copyright {
    color: #fff;
    text-align: center;
    border: 1px solid #5681b9;
    margin-top: 20px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    text-decoration: underline;
}

.copyright span {
    padding: 20px 0;
    display: block;
}

.copyright .container {
    position: relative;
}

@media(min-width:1000px) {
    .copyright img {
        position: absolute;
        right: 0;
        top: 4px;
        max-height: 60px;
    }
}



/*TOP*/
.header {
    position: relative;
    z-index: 5;
}

.header .nav>ul {
    /* display: flex; */
}

.top-left {
    line-height: 32px;
    color: #fff;
    font-size: 13px;
}


.sitelast span {
    cursor: pointer;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    float: left;
    _display: inline;
}

.sitelast span a {
    color: #fff;
}

.sitelast span a:hover {
    text-decoration: underline;
}

.sitelast-box {
    display: none;
    position: absolute;
    background: #fff;
    text-align: left;
    color: #333;
    max-height: 560px;
    overflow: auto;
    padding: 10px;
    font-size: 12px;
    right: 0;
    top: 28px;
    width: 810px;
    border: 3px solid #5394e2;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
}

.office-system li {
    display: inline-block;
    padding-left: 20px;
}

.office-system li a {
    color: #fff;
}

.office-system li a .fa {
    padding-right: 10px;
}

.determine {
    position: relative;
}

.office-system {
    position: absolute;
    right: 0;
    top: 70px;
}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,
.sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide;
}

@keyframes navSlide {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}


/*主菜单*/
@media (min-width:1000px)

/*pc端*/
    {

    /*Top*/
    .top-bg {
        background: #0849a3;
        border-bottom: 4px solid #fccd3f;
        z-index: 10;
        position: sticky;
    }

    .header .nav-toggle {
        display: none
    }

    .header .logo img {
        line-height: 90px;
        margin: 22px 0;
        max-height: 90px;
    }

    .topbar {
        background-color: rgba(15, 14, 14, 0.14);
    }

    .nav {
        display: inline-block;
        margin-bottom: -5px;
        width: 100%;
    }

    .nav>ul>li {
        float: left;
        text-align: center;
        width: 9%;
    }

    .nav>ul>li>ul {
        position: absolute;
        left: 0;
        z-index: 200;
        width: 100%;
        background-color: rgba(0, 46, 115, .6);
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .nav>ul>li>a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        position: relative;
        line-height: 50px;
        height: 50px;
        width: 100%;
    }

    .nav>ul>li:hover {
        background: #002e73;
    }

    .nav>ul>li:hover>ul {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background-color: rgba(0, 46, 115, .6);
    }

    .nav ul li {
        position: relative
    }

    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none
    }

    .display-dies {
        display: none;
    }

    .nav>ul>li:first-child>ul {
        display: none;
    }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }

    /*新闻中心*/
    .news-list li.item .title {
        padding-left: 20px;
    }


    /*首页-媒体学校*/
    .index-padding li:first-child {
        /* max-height: 104px; */
    }
}

@media (max-width:1000px)

/*手机端*/
    {

    /*Top*/
    .pclogo {
        padding: 2px 0;
    }

    .determine {
        background-color: #0849a3;
    }

    .pclogo span a {
        line-height: 50px;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }

    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #999;
        min-width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

    .header .nav-toggle.active {
        color: #ccc;
    }

    .nav {
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }

    .nav ul li {
        line-height: 45px;
        text-align: left
    }

    .nav ul li ul {
        display: none;
    }

    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

    .nav ul li.current>a {
        color: #5a342b;
    }

    .nav ul li.active>ul {
        display: block
    }

    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }

    .cha {
        display: none;
    }

    .display-die {
        display: none;
    }

    .images-list .item img {
        width: 100% !important;
    }

    .sousuo {
        padding: 30px 0 20px;
        font-size: 25px;
        text-align: center;
    }

    /*Top*/
    .header {
        position: relative;
    }


    /*BOTTOM*/
    footer {
        margin-bottom: 44px;
    }

    .copyright {
        padding: 14px 0;
    }


}

@media (min-width:415px) and (max-width:769px) {
    .wechat {
        padding-left: 40px;
    }

    .roll img {
        height: 84px;
    }
}

@media (max-width:415px) {
    .wechat {
        margin-left: 70px;
        padding-bottom: 20px;
    }

    .roll img {
        height: 78px;
    }
}


/*图片列表*/
.images-list .item a {
    display: block;
    overflow: hidden;
}

.images-list .item img {
    display: block;
    width: 100% !important;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .item a:hover img {
    transform: scale(1.1, 1.1);
}



/*手机端置顶*/
.curpointer {
    cursor: pointer;
}

.bg-bottgray {
    background-color: #0849a3;
    width: 100%;
    height: auto;
}

.backphone {
    background: url(../../../404.html) center center no-repeat;
}

.bott-fixed {
    left: 0;
    bottom: 0;
    z-index: 4;
}

.backtop {
    background: url(../../../404.html) center center no-repeat;
}

.backhome {
    background: url(../../../404.html) center center no-repeat;
}

.backwei {
    background: url(../../../404.html) center center no-repeat;
}

.backsame li a .fa {
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
}

.backsame li a span {
    padding-bottom: 2px;
    display: block;
    color: #fff;
    font-size: 12px;
}

@media(min-width: 1000px) {
    .phoblack {
        display: none;
    }
}



/*子栏目样式*/
.sub-nav-box {
    clear: both;
    border-left: 8px solid #0849a3;
    /* border-right: 1px #e2e2e3 solid; */
    border-radius: 3px 0 0 50px;
}

.sub-nav-box .sub-nav-title {
    line-height: 76px;
    text-align: center;
    background: #0849a3;
    font-size: 24px;
    color: white;
    border-radius: 0 3px 0 0;
}

.sub-nav-box .sub-nav {
    clear: both;
    text-align: left;
    width: 100%;
    overflow: visible;
    background: #0849a3;
}

.sub-nav-box .sub-nav ul {
    background: #fff;
    border-radius: 50px 0 0 0;
    min-height: 100px;
}

.sub-nav-box .sub-nav li {
    width: 100%;
    padding: 0px;
    text-align: left;
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
    border-right: 1px #e2e2e3 solid;
}

.sub-nav-box .sub-nav li:first-child {
    border-radius: 50px 0 0 0;
}

.sub-nav-box .sub-nav li a {
    display: block;
    line-height: 62px;
    border-bottom: 1px #e2e2e3 solid;
    font-size: 18px;
    text-align: center;
    transition: 0.3s linear;
}

.sub-nav-box .sub-nav li a:hover {
    color: #000;
    padding-left: 20px;
}

.sub-nav-box .sub-nav li ul li a:hover {
    padding-left: 128px;
}

.sub-nav-box .sub-nav li ul {
    display: none
}

.sub-nav-box .sub-nav li ul li a {
    padding-left: 120px;
    text-align: left;
}

.sub-nav-box .sub-nav li ul li ul li a {
    padding-left: 85px;
    text-align: left;
}

.sub-nav-box li .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition-duration: 0.1s;
    cursor: pointer
}

.sub-nav-box li .arrow:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    font-weight: bold;
    font-size: 18px
}

.sub-nav-box .sub-nav li.current {
    background: #fff url(../images/active-left.png) no-repeat left top;
    background-size: 2.6px;
}

.sub-nav-box .sub-nav li ul li.curren {
    background-size: 4px;
}

.sub-nav-box .sub-nav li ul li.current>a {
    color: #027dc1;
    font-weight: bold;
}

.sub-nav-box .sub-nav li.current>a {
    color: #027dc1;
    font-weight: bold;
}

.sub-nav-box .sub-nav li.active>ul {
    display: block
}

.sub-nav-box .sub-nav li.active>.arrow {
    transform: rotate(90deg)
}




/*文在超出范围*/
.card1 {
    display: block;
    /*内联对象需加*/
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 40px;
}

.card3 {
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all; */
    /* height: 60px; */
}

/*页码*/
.pagination>li a {
    margin-right: 4px;
    font-size: 14px;
    color: #000;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default;
}

.pagination>li a:hover {
    background-color: #000;
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    padding: 3px 10px;
    border-radius: 2px;
}




/*面包屑*/
.breadcrumb>li+li::before {
    content: ">";
    color: #a30310;
}

.breadcrumb li a,
.breadcrumb li a span {
    color: #666;
}

.breadcrumb li a:hover,
.breadcrumb li a .fa {
    color: #0849a3;
}

.line-border {
    width: 100%;
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 5px;
}



/*搜索*/
.ss-box {
    position: relative;
    border-radius: 30px;
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 100%;
    height: 32px;
}

.ss-box .s-input {
    width: 100%;
    outline: none;
    border: none;
    line-height: 28px;
    height: 28px;
    padding-left: 20px;
    background-color: transparent;
}

.ss-box .s-btn {
    position: absolute;
    right: 0;
    top: -1px;
    background: url(../images/searchox1.png) no-repeat center center;
    width: 40px;
    height: 32px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 32px;
    outline: none;
    border: none;
}

.search {
    border-bottom: 1px solid #ddd;
}

.search .ss-box {
    margin: 0px auto;
}

@media(min-width:1000px) {
    .ss-box {
        display: none;
    }

    .box-block {
        display: block;
        margin-top: 50px;
        border: 1px solid #eaa910;
        width: 260px;
        float: right;
    }

    .ss-box .s-input {
        width: 250px;
    }
}

@media(max-width:1000px) {
    .ss-box {
        position: relative;
        margin: 20px auto;
    }

    .box-block {
        display: none;
    }
}




/*新闻中心*/
.column-title {
    background: url(../images/hjt.png) left no-repeat;
    color: #205bac;
    font-weight: bold;
    font-size: 20px;
    float: left;
    padding-left: 20px;
}

.administration {
    margin-top: 40px;
}

.administration span {
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #205bac;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.administration span:after {
    width: 0;
    content: "";
    border-color: transparent;
    border-top-color: transparent;
    border-style: dashed;
    border-top-style: dashed;
    border-width: 6px;
    border-top-color: #205bac;
    border-top-style: solid;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -6px;
}

.administration-words {
    padding: 0 15px;
}

.administration-words ul {
    padding: 0;
    line-height: 2;
    margin-top: 12px;
}

.administration-words ul li {
    border-bottom: 1px #ddd dashed;
    padding: 10px 0;
}

.window {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ddd;
}

.substance {
    border: 1px solid #ddd;
    background: #F8F8F8;
    margin: 20px 0;
    color: #666;
    text-align: center;
}

.news-list {
    clear: both;
    overflow: hidden;
}

.news-list li.item {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 13px 0px;
}

.news-list li.item .title {
    background: url(../images/sx.png) no-repeat left center;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 20px;
}

.news-list li.item .date {
    float: right;
    color: #838383;
}

.issuer-box>li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    padding: 18px 0;
}

.newstyle li:nth-child(5) {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.newstyle li:nth-child(5) .title {
    margin-bottom: 20px;
}



/*首页-媒体学校*/
.mediaschool {
    margin: 20px 0;
    background: url(../images/sbox.png) no-repeat left center;
    height: 36px;
    line-height: 36px;
}

.mediaschool .more {
    float: right;
    padding-left: 10px;
}

.mediaschool h5 {
    float: left;
    padding-left: 24px;
}

.mediaschool h5,
.mediaschool h5 a {
    color: #0849a3;
}

.mediaschool h5 i {
    background-position: center 2px;
    width: 44px;
    height: 36px;
    display: inline-block;
    float: left;
    /* background: url(../images/sbox_title.png) no-repeat; */
    background-position-x: 0%;
    background-position-y: 0%;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.media1 h5 i {
    background-position-y: 24.5%;
}

.media2 h5 a i {
    background-position-y: 49%;
}

.media3 h5 a i {
    background-position-y: 99%;
}

.mediaschool h5 span {
    color: #ffb400;
}

.mediaschool-words {
    /* text-indent: 2em; */
    /* font-weight: bold; */
}


.news-index .item {
    position: relative;
    padding-right: 70px;
    line-height: 2.5;
    font-size: 15px;
}

.news-index .item .title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/sx.png) no-repeat left center;
    padding-left: 20px;
}

.news-index .item .date {
    position: absolute;
    right: 0px;
    color: #999;
    top: 0px;
}

.index-padding {
    padding-top: 10px;
}

.index-padding li:nth-child(2),
.index-padding li:nth-child(2) .date {
    /* padding-top: 20px; */
}




/*首页-图片一栏*/
.picture-bg {
    background: url(../images/photobg.jpg);
    margin: 50px 0 30px;
    position: relative;
    z-index: 3;
}

.picture-bg li a {
    border: 4px #fff solid;
    margin: 40px 0;
}

.mediaschool h5 i {
    transition: transform 0.8s ease-out;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}

.mediaschool h5:hover i,
.mediaschool .more:hover+h5 i {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    cursor: pointer;
}


/*网站地图*/
.bd-gray {
    border: 1px solid #ddd;
}

.xianshilm {
    border-bottom: 1px solid #DDD;
}

.xianshilm span {
    color: #1a56a8;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 2px solid #1a56a8;
    display: inline-block;
    font-weight: bold;
}

.webmap>ul>li {
    font-size: 18px;
    font-weight: bold;
}

.webmap>ul>li>a {
    color: #1a56a8;
}

.webmap ul>li>ul>li {
    display: inline-block;
    margin: 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

.webmap ul>li>ul>li>ul>li {
    display: none;
}

/* 右侧固定栏目 */
@keyframes example {
    13% {
        right: 8vw;
        top: 70vh;
    }
    26% {
        right: 35vw;
        top: 78vh;
    }
    40% {
        right: 65vw;
        top: 70vh;
    }
    53% {
        right: 80vw;
        top: 40vh;
    }
    66% {
        right: 65vw;
        top: 6vh;
    }
    80% {
        right: 35vw;
        top: 0;
    }
    90% {
        right: 8vw;
        top: 6vh;
    }
    100% {
        right: 0;
        top: 40vh;
    }
  }
.fixed {
    width: 300px;
    height: 150px;
    /* height: 0; */
    padding: 0 20px;
    padding-top: 50px;
    position: fixed;
    right: 10px;
    top: 40vh;
    background-image: url(../images/fixed1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 8000;
    border-radius: 16px;
    /* display: none; */
    overflow: hidden;
    /* animation-duration: 140s !important;
    animation: example 40s linear infinite; */

    @media (max-width: 768px) {
        display: none;
    }

}

.fixed a>div {
    color: #f8632c;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    /* line-height: 2; */
    font-family: cursive;
    font-weight: bold;
    /* opacity: 0; */
}

.fixed .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    color: #999;
    opacity: 0.8;
}

.fixed .close:hover {
    color: #e84406;
}



/* 底部链接 */
footer .slideTxtBox {
    padding-top: 1px;
}

.slideTxtBox a,
.slideTxtBox span {
    color: #fff;
}

.slideTxtBox a:hover {
    color: #cad4e7;
}

footer .links>a {
    margin-right: 12px;
}

footer .address>.site,
footer .address>.phone {
    margin-right: 24px;
}

.slideInLeft>.row {
    display: flex;
}

.slideInLeft .common-services {
    width: 110px;
    font-size: 16px;
}

.slideInLeft .common-services .fa {
    padding-right: 8px;
}

.slideInLeft .slideTxtBox {
    flex: 1;
}

.wecahat {
    margin-top: 10px;
}

.copyright {
    padding: 15px 0;
}

.copyright p {
    line-height: 1.5;
}

/* 详情页 */
section {
    min-height: 800px;

}

.subHeader {
    background-image: url(./Templates/T1120/images/nvbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f7f9f9;
    position: relative;
}
    /* 打印时防止a标签里内内容显现 */
    @media print {
        a[href]::after {
            content: none !important;
        }
        .noprint {
            display: none;
        }
    }