@charset "utf-8";




/* CSS3动画库 */

@import url("animate.css");




/* 各种图标CDN */

@import url("https://cdn.bootcss.com/MaterialDesign-Webfont/2.4.85/css/materialdesignicons.min.css");
@import url("https://cdn.bootcss.com/simple-line-icons/2.4.1/css/simple-line-icons.min.css");

/* 自定义 */

body {
    font-family: microsoft yahei, simhei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #333;
}
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-play:before {
    content: "\F40A";
}
.v{
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.video .v i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    line-height: 60px;
    text-align: center;
    font-size: 46px;
    margin: -60px 0 0 -32px;
    color: #fff;
    border-radius: 100px;
}
.video .v {
    width: 30%;
    height: 220px;
    margin:20px 16px;
    margin:20px 10px\9;
}
.video .v img {
    display: block;
    width: 100%;
    height:180px;
    border-radius: 10px;
}
.video .v span {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size:16px;
    font-weight: bold;
    color: #343434;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.list .clearfix{
    background:url(../images/spzjmenubg.jpg) 50% 50% repeat-y;
    min-height: 800px;
}
.side-menu li{
    position: relative;
    display: block;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    background:url(../images/spzjmenu1.png) 50% 50% no-repeat;
    margin: 40px 0;
}
.side-menu li a {
    position: relative;
    display: block;
    line-height: 65px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 50px;
}
.side-menu .current{
    background:url(../images/spzjmenu2.png) 50% 50% no-repeat;
    text-align:right;
    padding-left:70px;
    margin: 40px 0;
}
.side-menu li a:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #2d8fff;
    transform: scale(1, 0);
    transition: all .3s;
}
.side-menu li a:hover {
    background:none;
}


/* 移动端菜单 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .2s;
}
.mask.on {
    display: block;
    opacity: 1;
}
body.modal-open {
    position: fixed;
    width: 100%;
}
.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #19548c;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu img {
    display: block;
    width: 90%;
    max-width: 220px;
    margin: 40px auto;
}
.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}
.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}
.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}
.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}
.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}
.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}
.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}
.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}
.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}
.menu .avatar {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 100px;
    margin: 20px auto;
}
.menu .avatar i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
}
.menu p, .menu a {
    color: #fff;
}
.menu-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 599;
    width: 50px;
    height: 50px;
    transition: .25s;
}
.menu-btn.on, .menu-btn.fixed {
    position: fixed;
}
.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}
.menu-btn>span:nth-child(1) {
    top: 18px;
}
.menu-btn>span:nth-child(2) {
    top: 24px;
}
.menu-btn>span:nth-child(3) {
    top: 30px;
}
.menu-btn.on span, .hd+.menu-btn>span {
    background: #fff;
}
.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

.where {
    background-color: transparent;
}

.where a, .where span {
    color: #19548c;
    margin: 0 8px;
}

@media (max-width:1200px) {

    .header,  .header h1 a {
        height: 100px;
        margin-bottom: 0;
    }
    .header .inner {
        width: 100%;
    }
    .header h1 {
        width: 100%;
        height: 80px;
      background-size: auto 50px;
    margin-left: 0;
    background-position: 20px 50%;
    }
    .user {
        margin-top: -10px;
        margin-right: 15px;
    }
    .menu-btn,  .search-btn {
        display: block;
    }
    .search-box {
        box-sizing: border-box;
        position: absolute;
        top: 60px;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0 12px;
        background-color: #e9e9e9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        transition: all .2s;
    }
    .search-box.active {
        height: 60px;
        padding: 12px;
        opacity: 1;
    }
    .search-box input {
        width: 100%;
    }
    .nav,  .user {
        display: none;
    }
}

.content {
    padding-top: 20px;
    background-color: #fff;
}
.p1 {
    position: relative;
}
.black2{
    display: inline-block;
}
.where{
    right: 30px;
}
.article {
    padding: 30px 0;
    word-break: break-all;
}

.video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pages a:hover {
    position: relative;
    background-color: #224b7f;
    color: #fff;
}

.pages .disabled {
    color: #ccc;
    cursor: not-allowed;
    background-color: #eee;
    margin-bottom: 10px;
}

.pages .current {
    margin-bottom: 10px;
    background-color: #224b7f !important;
    color: #fff;
    position: relative;
}
@media (max-width: 1200px) {

    .where {
        height: auto;
        display: block;
        position: inherit;
        top: 0;
        right: 0;
    }

    .list .clearfix{
        min-height: 300px;
    }
}

@media (max-width: 768px) {

    .side-menu li a {
        padding-left: 320px;
    }
}

@media (max-width: 480px) {
    .video .v {
        width: 100%;
        height: auto;
    }
    .video .v img {
        
    }

    .side-menu li a {
        padding-left: 150px;
    }
}

@media (max-width: 380px) {

    .side-menu li a {
        padding-left: 130px;
    }
}

@media (max-width: 320px) {

    .side-menu li a {
        padding-left: 100px;
    }
}