.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 8px 7px;
}

.pagination a.active {
    background: #0094de;
    color: #fff;
    border: 1px solid #0094de;
}

.pagination a:hover {
    background: #0094de;
    color: #fff;
    border: 1px solid #0094de;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.ny-main {
    padding: 65px 0;
}

.ny {
    overflow: hidden;
}

.ny-left {
    position: relative;
    float: left;
    width: 300px;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px #eee;
}

.ny-left>ul>li {
    position: relative;
    line-height: 54px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.ny-left>ul>li>span {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/zk.png) no-repeat center center;
}

.ny-left>ul>li.on {
    border-bottom: 1px dashed #d3d3d3;
}

.ny-left>ul>li.on>span {
    background: url(../images/zk-other.png) no-repeat center center;
}

.ny-left>ul>li>a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #3a3a3a;
    line-height: 54px;
    border-bottom: 1px dashed #d3d3d3;
}

.ny-left>ul>li.on>a {
    color: #0094de;
    border-left: 4px solid #0094de;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: none;
    font-weight: bold;
}

.ny-left>ul>li>ul {
    display: none;
    padding-bottom: 20px;
}

.ny-left>ul>li.active>ul {
    display: block;
}

.ny-left>ul>li>ul>li {
    position: relative;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
}

.ny-left>ul>li>ul>li>a {
    font-size: 18px;
    color: #666;
    letter-spacing: normal;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #0094de;
    font-weight: bold;
}

.ny-left>ul>li>ul>li>ul {
    display: none;
}

.ny-left>ul>li>ul>li>ul>li {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.ny-left>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.ny-left>p {
    position: relative;
    line-height: 80px;
    background: #0094de;
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.ny-left>p span {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    display: none;
    z-index: 998;
}

.ny-left>p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
}

.ny-lx {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
}

.ny-lx h2 {
    font-size: 18px;
    color: #0094de;
    background: url(../images/xx.png) no-repeat right center;
    margin-bottom: 15px;
}

.ny-lx p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444444;
}

.ny-lx .ewm {
    width: 261px;
    height: 261px;
    text-align: center;

}

.ny-lx .ewm img {
    margin-top: 30px;
}

.ny-lx .ewm p {
    margin-top: 20px;
    font-size: 16px;
    color: #525252;
}

.ny-right {
    overflow: hidden;
    padding-left: 40px;
}

.ny-left ul li.active ul {
    display: block;
}

.ny-title {
    overflow: hidden;
    line-height: 55px;
    background-color: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
}

.ny-title h2 {
    float: left;
    font-size: 18px;
    color: #171717;
    font-weight: normal;
    padding-left: 18px;
    background: url(../images/bt.png) no-repeat left center;
}

.position {
    float: right;
}

.position span {
    font-size: 14px;
    color: #818181;
}

.position a {
    font-size: 14px;
    color: #818181;
}

.position a:hover {
    color: #0094de;
}


/* 内容页 */

.detail-tit {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.detail-tit>h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    color: #3d3d3d;
    text-align: center;
    font-weight: normal;
}

.detail-tit>p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: center;
}

.detail-tit>p>span {
    display: inline-block;
    margin: 0 16px;
}

.detail-text p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-top: 10px;
    text-indent: 2em;
    word-break: break-all;
}


.detail-text img {
    margin: 0 auto;
    display: block;
    max-width: 96%;
    height: auto !important;
}


#art .detail-text p {
    margin-top: 0;
}

#art .detail-text>p:first-child {
    margin-top: 30px;
}

.detail-img>img {
    display: block;
    width: 100%;
    max-width: 622px;
    margin: auto;
}

.detail-img {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}

.detail-img span {
    font-size: 15px;
    color: #444;
}

.paging {
    padding-left: 5px;
    padding-top: 20px;
}

.paging>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.paging>a>span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.paging>a:hover {
    color: #0094de;
}

.paging>a:hover>span {
    color: #0094de;
}

.page {
    margin-top: 30px;
    border-top: 1px solid #d9d9d9;
}

.page p {
    padding-top: 20px;
}

.page p span {
    font-size: 15px;
    color: #444;
}

.page p a {
    font-size: 15px;
    color: #444;
}

.page p a:hover {
    color: #0094de;
}


/* 图片列表 */

.pic-list>ul {
    overflow: hidden;
}

.pic-list>ul>li {
    position: relative;
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 30px;
    top: 0;
    transition: all .3s;
}

.pic-list>ul>li:hover {
    top: -10px;
}

.pic-list>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.pic-list>ul>li a {
    display: block;
}

.pic-list>ul>li .pic {
    max-height: 193px;
}

.pic-list>ul>li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.pic-list>ul>li .text {
    background-color: #f5f5f5;
    text-align: center;
    line-height: 60px;
}

.pic-list>ul>li .text p {
    font-size: 16px;
    color: #2f2f2f;
    overflow: hidden;
}

.pic-list>ul>li:hover .text p {
    color: #0094de;
}

.pic-list>ul>li .more {
    display: inline-block;
    margin-top: 15px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.pic-list>ul>li:hover .more {
    border: 1px solid #0094de;
}


/* 列表页 */

.list>ul>li {
    position: relative;
    padding-left: 25px;
    padding-right: 85px;
    background: url(../images/ny-icon.png) no-repeat 10px center;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
}

.list>ul>li>a {
    display: block;
    font-size: 16px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>ul>li em {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}



.list>ul>li:hover>a {
    color: #0094de;
}

@media screen and (max-width: 1024px) {
    .ny-left {
        float: none;
        width: auto;
        margin-top: 0;
    }

    .ny-left p span {
        display: block;
    }

    .ny-left p {
        font-size: 24px;
        text-align: left;
        line-height: 30px;
        padding: 10px;
        margin-top: 10px;
    }

    .ny-left p span {
        right: 30px;
        top: 17px;
    }

    .ny-left>ul {
        display: none;
    }

    .ny-right {
        padding-left: 0;
        margin-top: 15px;
    }

    .ny-left>ul>li {
        line-height: 50px;
    }

    .ny-left>ul>li>span {
        top: 12px;
    }

    .ny-main {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .teach-pic>ul>li a .text {
        padding-left: 15px;
    }

    .ny-lx {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .teach-pic>ul>li a .text p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .ny-title h2 {
        float: none;
        font-size: 16px;
    }

    .position {
        float: none;
        margin-top: 10px;
    }

    .detail-tit {
        padding: 15px 0;
    }

    .detail-tit>h4 {}

    .pic-list>ul>li {
        width: 48%;
        margin-left: 0;
        margin-top: 15px;
    }

    .pic-list>ul>li:nth-child(2n) {
        margin-left: 4%;
    }

    .pic-list>ul>li .text p {
        font-size: 14px;
    }

    .list>ul>li {
        padding-left: 10px;
        line-height: 39px;
        background: url(../images/ny-icon.png) no-repeat left center;
    }

    .list>ul>li>a {
        font-size: 14px;
    }

    .list>ul>li em {
        font-size: 12px;
    }

    .ny-left p {
        font-size: 18px;
    }

    .ny-left p span {
        top: 14px;
    }

    .ny-left>ul>li>a {
        font-size: 16px;
    }

    .ny-left>ul>li>ul>li>a {
        font-size: 14px;
    }

    .detail-tit>h4 {
        line-height: 24px;
        font-size: 18px;
    }

    .detail-text p {
        margin-top: 10px;
    }

    .page p {
        padding-top: 10px;
    }

    .teach-pic>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .ny-title {
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pic-list>ul>li .text {
        line-height: 30px;
    }
}


.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;
}

