.container {
    max-width: 1450px;
}

.text-sgreen {
    color: #009c73;
}
/*网站公共样式*/
.info-content {
    font-size: 15px;
    line-height: 2.5;
    clear: both;
    background:#fff;
    padding:20px;
}

.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: 80px;
    line-height: 80px;
}

.bg-bottom {
    background-color: #175588;
}

.common-services {
    font-size: 15px;
    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;*/
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            text-decoration: underline;
        }

    .copyright span {
        padding: 20px 0;
        display: block;
    }

    .copyright .container {
        position: relative;
    }

    .copyright .copyright-left {
        float: left;
        text-align: left;
        line-height: 32px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 10%;
    }

    .copyright .copyright-right {
        float: right;
        width: 40%;
        margin-top: 40px;
        margin-bottom: 30px;
    }

/*TOP*/
.header {
    position: relative;
    z-index: 5;
}

.top-left {
    line-height: 32px;
    color: #fff;
    font-size: 13px;
}

.pclogin {
    margin-top: 40px;
    padding-left: 50px;
}
    .pclogin .btn-login {
        line-height: 35px;
        height: 35px;
        text-align: center;
        background-color: #0849A3;
        border-radius: 3px;
        width: 70px;
        border: 2px solid #fff;
        cursor: pointer;
    }

        .pclogin .btn-login span {
            color: #fff;
            font-size: 14px;
            padding: 0px 10px;
        }

.menu-content {
    position: fixed;
    top: 90px;
    left: 1166px;
    background-color: #fff;
    color: #8a919f;
    width: 240px;
    border-radius: 10px;
    border: 1px solid #1180ff;
    z-index: 996; /* 此处的图层要大于遮罩图层 */
}

.news-list .item.name-container {
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .news-list .item.name-container img {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
    }

.news-list .item.btn-container {
    line-height: 40px;
    padding: 10px 30px;
}

/*Login start*/
.imglogin {
    padding-left: 50px;
    margin-top: 24px;
}
    .imglogin img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
    }

body .login-open {
    position: fixed;
    width: 100%;
}

.login-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 995;
}

.login-content {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 450px;
    height: 400px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 996; /* 此处的图层要大于遮罩图层 */
}

    .login-content .top-row {
        border-bottom: 1px solid #e4e6eb;
        padding: 0px 20px;
        line-height: 50px;
        height: 50px;
        font-size: 15px;
    }

    .login-content .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 70%;
        font-size: 18px;
        text-align: center;
        margin: 20px auto;
    }

        .login-content .row form {
            width: 100%;
        }

    .login-content .close_btn {
        font-size: 30px;
        color: #8a919f;
        text-decoration: none;
        float: right;
        padding-right: 4px;
    }

    .login-content .login-input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #e4e6eb;
        border-radius: 6px;
        font-weight: 400;
        font-size: 16px;
        padding: 0 20px;
    }

    .login-content .login-btn {
        height: 50px;
        line-height: 50px;
        width: 70%;
        margin: 40px auto;
    }
/*Login end*/

.no-content-warn {
    border: 1px solid red !important;
}

/*分页样式 start*/
.page {
    display: inline-block;
    margin: 50px;
    width: 100%;
    text-align: center;
}

.pagelist {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

    .pagelist span {
        font-size: 15px;
        color: rgba(51, 51, 51, 1);
    }

    .pagelist .jump {
        padding: 6px 10px;
        text-align: center;
        cursor: pointer;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        background: rgba(204, 204, 204, 0.3);
        border-radius: 6px;
    }

    .pagelist .bgprimary {
        cursor: default;
        color: #fff;
        background: #0849a3;
        border-radius: 6px;
    }

.ellipsis {
    padding: 0px 8px;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
    width: 40px;
    height: 40px;
    background: rgba(204, 204, 204, 0);
    border-radius: 6px;
}

.bgprimary {
    cursor: default;
    color: #fff;
    background: rgba(255, 30, 27, 1);
    border-radius: 6px;
}

.pagelist .jump.disabled {
    pointer-events: none;
    color: rgba(153, 153, 153, 1);
}

.pagelist .gobtn {
    font-size: 18px;
}

.pageNum {
    display: inline-block;
    height: 28px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}
/*分页样式 end*/

.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: #175588;
        border-bottom: 4px solid #fccd3f;
        z-index: 10;
        position: sticky;
    }

    .header .nav-toggle {
        display: none
    }

    .header .logo img {
        line-height: 75px;
        max-height: 75px;
    }

    .pclogo {
        padding: 30px;
    }

        .pclogo span a {
            font-weight: bold;
            font-size: 25px;
            color: #fefefe;
            font-family: 'Microsoft YaHei';
        }

    .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: 10%;
        }

            .nav > ul > li > ul {
                position: absolute;
                left: 0;
                z-index: 200;
                width: 100%;
                background-color: #4f99ff;
                height: 0;
                overflow: hidden;
                transition: all 0.3s ease-in-out;
            }

            .nav > ul > li > a {
                display: block;
                text-align: center;
                color: #fff;
                font-size: 15px;
                position: relative;
                line-height: 40px;
                height: 40px;
                width: 100%;
            }

            .nav > ul > li:hover {
                background: #0073e7;
            }

                .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: 13px;
            line-height: 35px;
            height: 35px;
            white-space: nowrap;
        }

            .nav ul li ul li a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #0073e7;
            }

        .nav ul li {
            position: relative;
        }

            .nav ul li .arrow {
                display: none;
            }

            .nav ul li ul li ul {
                left: 100%;
                top: 0px;
                display: none;
            }

        .nav > ul > li:first-child > ul {
            display: none;
        }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }

    /*新闻中心*/

    .slider-wrap {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 5px;
        padding: 2px;
        min-height: 490px;
        max-height: 490px;
        margin-top: 10px;
    }

    .news-div {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 5px;
        padding: 5px 15px;
        min-height: 410px;
        max-height: 410px;
        margin-top: 10px;
    }

        .news-div.gap-top {
            min-height: 165px;
            max-height: 165px;
        }

        .news-div.gap-bottom {
            min-height: 235px;
            max-height: 235px;
        }

    .news-div-2 {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 5px;
        padding: 5px 15px;
        min-height: 300px;
        margin-top: 10px;
    }

    /*首页-媒体学校*/
    /*.index-padding li:first-child{max-height: 104px;}*/

    .phoblack {
        display: none;
    }

    .copyright img {
        /*position: absolute;
        right: 0;
        top: 4px;
        max-height: 100px;
        margin-left: 100px;*/
    }

    .ss-box {
        display: none;
    }

    .box-block {
        display: block;
        margin-top: 40px;
        border: 1px solid #04b3a4;
        width: 260px;
        float: right;
    }

    .ss-box .s-input {
        width: 250px;
    }
}

@media (max-width:1000px) /*手机端*/
{
    .top-bg {
        background: #0849a3;
        border-bottom: 4px solid #fccd3f;
        z-index: 10;
        position: sticky;
    }

    /*Top*/
    .pclogo {
        float: left;
        padding: 2px 0;
    }

        .pclogo  a{
            line-height: 50px;
            font-weight: bold;
            font-size: 15px;
            color: #fff;
        }

    .pclogin {
        float: right;
        margin-top: 13px;
    }

    .determine {
        /*background-color: #000;*/
    }

    .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.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;
    }

    .news-div.gap-top {
        min-height: 160px;
        max-height: 160px;
    }

    .news-div.gap-bottom {
        min-height: 315px;
        max-height: 315px;
    }

    /*BOTTOM*/
    footer {
        margin-bottom: 44px;
    }   

        .copyright .copyright-right {
            float: left;
            margin-left: 0%;
        }
}

@media (min-width:415px) and (max-width:769px) {
    .wechat {
        padding-left: 40px;
    }

    .roll img {
        height: 84px;
    }

    .slider-wrap {
        max-height: 300px;
    }
}

@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: #000;
    width: 100%;
    height: auto;
}

.backphone {
    background: url(../images/phone.png) center center no-repeat;
}

.bott-fixed {
    left: 0;
    bottom: 0;
    z-index: 4;
}

.backtop {
    background: url(../images/top.png) center center no-repeat;
}

.backhome {
    background: url(../images/home.png) center center no-repeat;
}

.backwei {
    background: url(../images/wei.png) 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;
}


/*子栏目样式*/
.sub-nav-box {
    clear: both;
    border-left: 5px solid #0849a3;
    border-right: 1px #e2e2e3 solid;
}

    .sub-nav-box .sub-nav-title {
        line-height: 42px;
        text-align: center;
        background: #0849a3;
        font-size: 15px;
        color: white;
    }

    .sub-nav-box .sub-nav {
        clear: both;
        text-align: left;
        width: 100%;
        overflow: visible;
    }

        .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);
        }

            .sub-nav-box .sub-nav li a {
                display: block;
                line-height: 45px;
                border-bottom: 1px #e2e2e3 solid;
                font-size: 15px;
                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: 178px;
            }

            .sub-nav-box .sub-nav li ul {
                display: none
            }

                .sub-nav-box .sub-nav li ul li a {
                    padding-left: 170px;
                    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: 40px;
        line-height: 40px;
        text-align: center;
        transition-duration: 0.1s;
        cursor: pointer
    }

    .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.current {
        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: 20px;
}



/*搜索*/
.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(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: 15px;
    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-bottom: 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;
        display: flex;
        justify-items: center;
    }

        .news-list li.item .news-number {
            background-color: #4490f7;
            width: 20px;
            height: 20px;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            margin-right: 10px;
        }

        .news-list li.item .title {
            /*background: url(../images/sx.png) no-repeat left center;*/
            max-width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: flex;
            flex: 1 1 auto;
            /*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: 10px 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 a {
            color: #0849a3;
        }

            .mediaschool h5 a 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 a i {
    background-position-y: 24.5%;
}

.media2 h5 a i {
    background-position-y: 49%;
}

.media3 h5 a i {
    background-position-y: 99%;
}

.mediaschool h5 a span {
    color: #ffb400;
}

.mediaschool-words {
    text-indent: 2em;
    font-weight: bold;
}


.news-index .item {
    /* position: relative;
    padding-right: 70px;*/
    /*line-height: 2.5;*/
    padding: 10px 0px;
    font-size: 15px;
    display: flex;
    justify-items: center;
}

    .news-index .item .title {
        display: flex;
        flex: 1 1 auto;
        width: 50%;
    }

    .news-index .item .news-number {
        background-color: #4490f7;
        width: 22px;
        height: 22px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
    }

    .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;
        float: right;
        margin-left: 10px;
    }
/*.index-padding li:nth-child(2), .index-padding li:nth-child(2) .date {padding-top: 20px;}*/

/*分页>>图片新闻*/
.image-list1 li {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.image-list1 img {
    width: 100%;
}

.image-list1 .content {
    width: 70%;
}

.image-list1 li .tit {
    display: block; /*内联对象需加*/
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
    line-height: 2.4;
    font-size: 18px;
    color: #0d0d0d;
}

    .image-list1 li .tit:hover {
        color: #0068b7;
    }

.image-list1 li .intro {
    text-indent: 2em;
}

.image-list2 li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    font-size: 26px;
}

    .image-list2 li .mask span {
        opacity: 0
    }

.image-list2 li .hover-imgscale:hover .mask {
    background: rgba(0,0,0,.5);
}

    .image-list2 li .hover-imgscale:hover .mask span {
        opacity: 0.8;
    }


/*首页-图片一栏*/
.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 a 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 a i {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}


/*网站地图*/
.bd-gray {
    border: 1px solid #ddd;
}

.xianshilm {
    border-bottom: 1px solid #DDD;
}

    .xianshilm span {
        color: #1a56a8;
        font-size: 15px;
        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;
    }


/*附件下载*/
.files_download {
    margin-top: 20px;
}


/*功能按钮统一样式*/
.btn-function {
    line-height: 35px;
    height: 35px;
    text-align: center;
    background: #1180ff;
    border-radius: 3px;
    cursor: pointer;
}

    .btn-function a {
        color: #fff;
        font-size: 14px;
        padding: 0px 10px;
    }

    .btn-function span {
        color: #fff;
        font-size: 14px;
        padding: 0px 10px;
    }

    .btn-function:hover {
        background-color: #1171ee;
    }

    .btn-function a:hover {
        color: #fff;
    }

    .btn-function a:focus {
        color: #fff;
    }

@media (max-width: 900px) {
    .btn-function a {
        font-size: 13px;
        padding: 0 10px;
    }
}