@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    min-height: 200px;
}

.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: 0 7px;
}

.pagination a.active {
    background: #0878be;
    color: #fff;
    border: 1px solid #0878be;
}

.pagination a:hover {
    background: #0878be;
    color: #fff;
    border: 1px solid #0878be;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    position: relative;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 50px;
}

.nymain .leftNav {
    float: left;
    width: 300px;
    position: relative;
    box-sizing: border-box;
}

.nymain .leftNav p {
    position: relative;
    padding: 27px 0;
    padding-left: 50px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    background: #0878be;
    /* background-image: linear-gradient(to right, #2a3b81, #009241); */
    background-image: -webkit-linear-gradient(to right, #2a3b81, #009241);
}

.nymain .leftNav p i {
    position: absolute;
    left: 25px;
    top: 10px;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    opacity: .14;
    text-transform: uppercase;
}

.nymain .leftNav p span {
    position: absolute;
    top: 36px;
    right: 25px;
    width: 29px;
    height: 29px;
    background: url(/images/ejcd.png) no-repeat center center;
    display: none;
}

.nymain .leftNav p span.on {
    transform: rotate(45deg);
}

.nymain .leftNav>ul>li>ul>li {
    position: relative;
}

.nymain .leftNav>ul {
    min-height: 700px;
    padding-top: 15px;
    background: #f2f7fa url(../images/ny-l-bg.png) no-repeat center bottom;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    background-size: 100% auto;
}

.nymain .leftNav>ul>li {
    position: relative;
    line-height: 55px;
    border-bottom: 1px dotted #dde0e1;
}

.nymain .leftNav>ul>li>a {
    padding-left: 25px;
    display: block;
    font-size: 18px;
    color: #333;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 20px;
    background: url(/images/jt.png) no-repeat center center;
    cursor: pointer;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
    background: url(/images/nav2-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.nymain .leftNav>ul>li:hover>span,
.nymain .leftNav>ul>li.on>span {
    background: url(/images/jt-other.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active>ul {
    display: block;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding: 20px 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #333;
    padding-left: 60px;
    line-height: 35px;
}

.nymain .leftNav>ul>li>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
}

.nymain .leftNav>ul>li>ul>li:hover>a::after {
    background: #0878be;
}

.nymain .leftNav>ul>li>ul>li>a:hover {
    color: #0878be;
}

.ny-right {
    overflow: hidden;
    padding-left: 60px;
    /* margin-top: 35px; */
}

.ny-title {
    position: relative;
    text-align: right;
    line-height: 50px;
    /* padding-top: 15px; */
    /* padding-bottom: 10px; */
    border-bottom: 1px solid #c7d7db;
}

.ny-title h2 {
    position: relative;
    float: left;
    font-size: 24px;
    color: #000;
    /* font-weight: normal; */
}

.ny-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    bottom: -3px;
    background: #0878be;
}

.position {
    float: right;
    padding-left: 25px;
}

.position span {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    color: #000;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0767d4;
}

.ny {
    /* margin-top: 15px; */
}


/* ?|??a?????￠???￥??a?”?¨???¨ */

.list {
    margin-top: 15px;
}

.list>ul>li {
    position: relative;
    padding-left: 20px;
    padding-right: 100px;
    line-height: 65px;
    border-bottom: 1px dotted #d4d5d8;
    background: url(/images/ny-list.png) no-repeat left center;
}

.list>ul>li>a {
    display: block;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #666;
}

.list>ul>li:hover {
    border-bottom: 1px solid #0878be;
}

.list>ul>li:hover>a {
    color: #0878be;
    font-weight: bold;
}


/* ?￥a??a?|?￥???1?????μ */

.art-main .art-tit {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d9de;
}

.art-main .art-tit h3 {
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    font-family: "宋体";
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #000;
    font-size: 18px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
    text-indent: 2em;
}

.art-main .art-body span {
    color: #000;
    font-size: 18px !important;
    line-height: 36px !important;
    margin-bottom: 30px;
    text-indent: 2em;
}

.art-main .art-body p span {
    color: #000;
    font-size: 18px !important;
    line-height: 36px !important;
    margin-bottom: 30px;
    text-indent: 2em;
}

.art-main .art-body img {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 0 auto;
    height: auto!important;
}

.art-main .cont-tit p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background: bottom;
    margin-top: 15px;
    color: #808080;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #888;
    margin: 0 12px;
}

.art-info {
    border-top: 1px solid #d6d9de;
    margin-top: 25px;
    padding-top: 25px;
    /* padding-bottom: 45px; */
}

.pnext p {
    text-indent: initial;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.pnext p a {
    font-size: 18px;
    color: #000;
}

.pnext p:hover {
    color: #0767d4;
}

.pnext p:hover a {
    color: #0767d4;
}


/* ?￥a?o???§a?°a???￥??a?”?¨???¨ */

.art-pic>ul>li {
    position: relative;
    float: left;
    width: 30%;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 5%;
    text-align: center;
    border: 1px solid #d5dee6;
    box-sizing: border-box;
    transition: all .3s;
}

.art-pic>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.art-pic>ul>li>a {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    display: block;
    background: #fff;
    z-index: 2;
}

.art-pic>ul>li>a .pic {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
}

.art-pic>ul>li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.art-pic>ul>li>a .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.art-pic>ul>li .text {}

.art-pic>ul>li .text p {
    line-height: 45px;
    font-size: 18px;
    color: #1f1f1f;
}

.art-pic>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #d5dee6;
    transform: translate(-9px, -9px);
    transition: all .3s;
}

.art-pic>ul>li:hover {
    border: 1px solid #2588c6;
}

.art-pic>ul>li:hover::after {
    border: 1px solid #2588c6;
    background: #2588c6;
}


/* 机构设置 */

.jg-box {
    margin-top: 15px;
}

.jg-box ul li {
    float: left;
    width: 48%;
    line-height: 80px;
    margin-left: 4%;
}

.jg-box ul li:nth-child(2n-1) {
    position: relative;
    margin-left: 0;
}

.jg-box ul li:nth-child(2n-1)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #e4e4e4;
}

.jg-box ul li a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 20px;
    padding-right: 40px;
    background-position: right center;
    transition: all .3s;
}

.jg-box ul li a p {
    padding-left: 35px;
    background: url(/images/jg-icon.png) no-repeat left center;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jg-box ul li:hover a {
    border-bottom: 1px solid #0878be;
}

.jg-box ul li:hover a p {
    background: url(/images/jg-icon-other.png) no-repeat left center;
    font-weight: bold;
    color: #0878be;
}

.jg-box ul li:hover a {
    background: url(/images/jg-more.png) no-repeat right center;
}


/* 现任领导 */

.ny-leader {
    margin-top: 20px;
}

.ny-leader ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    line-height: 80px;
}

.ny-leader ul li:nth-child(2n-1) {
    position: relative;
    margin-left: 0;
}

.ny-leader ul li:nth-child(2n-1)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #e4e4e4;
}

.ny-leader ul li a {
    display: block;
    overflow: hidden;
}

.ny-leader ul li .zw {
    padding-left: 10px;
    float: left;
    font-size: 20px;
    color: #0878be;
    font-weight: bold;
}

.ny-leader ul li .name {
    float: right;
    padding-right: 30px;
    font-size: 22px;
    color: #333;
}


/* 图文列表 */

.timg-list {
    margin-top: 20px;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 25px 0;
    border-bottom: 1px dashed #cecece;
}

.timg-list ul li a h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 215px;
    margin-right: 20px;
}

.timg-list ul li a .pic {
    padding-top: 69.4%;
}

.timg-list ul li a:hover h3 {
    color: #1f5ab4;
}

.timg-list ul li a:hover .date {
    color: #fff;
}

.timg-linfo {
    position: relative;
    overflow: hidden;
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #787e82;
    height: 72px;
    overflow: hidden;
}

.timg-linfo .date {
    /* padding-left: 25px; */
    /* background: url(/images/date.png) no-repeat left center; */
    font-size: 16px;
    color: #787e82;
    margin-top: 15px;
    text-align: right;
}

.timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;
}

.timg-linfo .date i {
    font-style: normal;
}

.timg-list ul li a:hover {
    background: #0878be;
    padding: 25px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}


/* 机构设置新 */

.jg-nr-box {
    margin-top: 55px;
    margin-bottom: 20px;
}

.jg-nr-box:nth-child(2n-1) {
    position: relative;
    padding: 40px 50px 70px 220px;
    background: url(/images/jg-bg1.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: 2px solid #be0612;
}

.jg-nr-box:nth-child(2n) {
    position: relative;
    padding: 40px 220px 70px 50px;
    margin-right: 15px;
    background: url(/images/jg-bg2.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: 2px solid #1f8fb7;
}

.jg-nr-box .tpp {
    position: absolute;
    width: 190px;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}

.jg-nr-box:nth-child(2n-1) .tpp {
    left: -15px;
    top: -15px
}

.jg-nr-box:nth-child(2n) .tpp {
    right: -15px;
    top: -15px
}

.jg-nr-box .tpp .pic {
    padding-top: 134%;
}

.jgsz-list h2 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}

.jgsz-list ul {
    font-size: 0;
}

.jgsz-list ul li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    width: 33.333%;
    line-height: 45px;
}

.jgsz-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

.jgsz-list ul li a {
    display: block;
    font-size: 18px;
    color: #000;
}

.jgsz-list ul li:hover a[href] {
    color: #0878be;
    font-weight: bold;
    background: url(/images/s2-r-jtt.png) no-repeat 80% center;
}


/* 党委书记 */

.leader-news ul li {
    padding: 25px 0;
    border-bottom: 1px solid #e6ebee;
}

.leader-news ul li .zw span {
    font-size: 20px;
    color: #0878be;
    font-weight: bold;
}

.leader-news ul li .zw i {
    font-size: 20px;
    color: #333;
}

.leader-news ul li .name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-indent: 2em;
}

@media screen and (max-width:1024px) {
    .nymain .leftNav {
        float: none;
        width: auto;
    }
    .nymain .leftNav p span {
        display: block;
    }
    .nymain .leftNav p {
        padding: 10px;
        font-size: 22px;
        text-align: left;
        background-image: none;
        background: #0882ce;
    }
    .nymain .leftNav p i {
        line-height: 16px;
    }
    .nymain .leftNav p span {
        top: 10px;
    }
    .nymain .leftNav>ul {
        min-height: auto;
        display: none;
    }
    .nymain .leftNav {
        margin-top: 15px;
    }
    .ny-right {
        padding-left: 0;
    }
    .nymain .leftNav p::after {
        display: none;
    }
    .nymain .leftNav>ul>li {
        line-height: 45px;
    }
    .nymain .leftNav>ul>li>span {
        top: 10px;
    }
    .nymain .leftNav>ul {
        background-image: none;
    }
}

@media screen and (max-width:1000px) {
    .teach>ul>li .text {
        padding-left: 10px;
    }
    .teach>ul>li .text p {
        font-size: 14px;
    }
    .list>ul>li {
        line-height: 50px;
    }
}

@media screen and (max-width:375px) {
    .position a {
        font-size: 13px;
    }
    .position {
        float: right;
        /* padding-left: 25px; */
    }
}

@media screen and (max-width:700px) {
    .nymain .leftNav>ul {
        padding-bottom: 10px;
    }
    .nymain .leftNav>ul>li>a {
        font-size: 16px;
        line-height: 40px;
    }
    .ny-title {
        line-height: 38px;
    }
    .ny-title h2 {
        font-size: 18px;
    }
    .nymain .leftNav>ul>li>span {
        right: 15px;
        top: 10px;
    }
    .list>ul>li {
        line-height: 40px;
        padding-right: 70px;
    }
    .list>ul>li span {
        font-size: 12px;
    }
    .list>ul>li>a {
        font-size: 14px;
    }
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .pagination {
        padding-top: 15px;
    }
    .art-main .art-tit {
        padding: 15px 0;
    }
    .art-main .art-tit h3 {
        font-size: 18px;
    }
    .art-main .cont-tit p {
        margin-top: 10px;
    }
    .art-main .art-body {
        padding-top: 15px;
    }
    .art-main .art-body p {
        line-height: 28px !important;
        margin-bottom: 15px !important;
    }
    .art-info {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .art-pic>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .jg-box ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        line-height: 48px;
    }
    .jg-box ul li:nth-child(2n-1)::after {
        display: none;
    }
    .jg-box ul li a {
        background: url(/images/jg-more.png) no-repeat right center;
    }
    .art-main .art-body p {
        font-size: 15px !important;
    }
    .pnext p {
        font-size: 15px;
    }
    .pnext p a {
        font-size: 15px;
    }
    .ny-leader ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        line-height: 30px;
        padding: 10px 0;
    }
    .ny-leader ul li:nth-child(2n-1)::after {
        display: none;
    }
    .ny-leader ul li .zw {
        font-size: 18px;
    }
    .ny-leader ul li .name {
        font-size: 16px;
    }
    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 16px;
    }
    .jg-nr-box .tpp {
        width: 90px;
    }
    .jg-nr-box:nth-child(2n-1) {
        padding: 20px 20px 20px 95px;
    }
    .jg-nr-box:nth-child(2n) {
        padding: 20px 95px 20px 20px;
    }
    .jgsz-list h2 {
        font-size: 18px;
    }
    .jgsz-list ul li {
        padding-left: 15px;
        line-height: 29px;
        width: 50%;
    }
    .jgsz-list ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:500px) {
    .tw-pic {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .zs-text {
        padding-left: 0;
        margin-top: 15px;
        margin-left: 0;
    }
    .zs-text::after {
        display: none;
    }
    .zs-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .main-down>ul>li {
        padding: 15px 0;
    }
    .zs-text h3 {
        font-size: 18px;
    }
    .zs-text span {
        top: 0;
    }
    .timg-list-img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .timg-list {
        margin-top: 0;
    }
    #nymain {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .leader-news ul li {
        padding: 15px 0;
    }
    .leader-news ul li .zw span {
        font-size: 18px;
    }
    .leader-news ul li .zw i {
        font-size: 16px;
    }
    .art-main .art-body img{
        max-width:100%!important;
    }
}