@charset "utf-8";

.banner img {
    display: block;
    width: 100%;
}


.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}
/* 分页 */

.footer {
    margin-top: 30px;
}

.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: 0 7px;
}

.pagination a.active {
    background: #304174;
    color: #fff;
    border: 1px solid #304174;
}

.pagination a:hover {
    background: #304174;
    color: #fff;
    border: 1px solid #304174;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background: no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain .leftNav {
    float: left;
    width: 260px;
    position: relative;
    margin-right: 50px;

    background: #0a4798;
    padding-left: 10px;
}

.nymain .leftNav>h2 {
    line-height: 80px;
    color: #fff;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background: #fff;
    background-position: center bottom;
    padding-top: 20px;
    padding-bottom: 70px;
}

.nymain .leftNav>ul>li {
    position: relative;

    overflow: hidden;
}

.nymain .leftNav>ul>li::after {

    position: absolute;
    right: 0;
    border-left: 22px solid #fefefe;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0;
    left: 100%;
    margin-left: -7px;
}

.nymain .leftNav>ul>li>a {
    border-bottom: 1px solid #f0f0f0;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    padding-left: 35px;
    background: #fefefe;
    margin-left: 10px;
    margin-right: 15px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 25px;
    top: 15px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    /* background-size: 14px 14px; */
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active {
    background: #e3e3e3;
}

.nymain .leftNav>ul>li.active>a {
    background: #e3e3e3;

    color: #0a4798;
}

.nymain .leftNav>ul>li.active.on>span {
    background: url(../images/sub_left_up3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active::after {}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #0066cb;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 55px;
    padding-top: 15px;
    background: #fff;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 40px;
    padding-left: 0;
    background: none;
    color: #666;
    position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
}

.ny-right {
    overflow: hidden;

}



.position {
    text-align: right;
    font-size: 0;
    padding: 20px 0;

    line-height: 35px;
    height: 75px;




}

.position h3 {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.position span {
    color: #666666;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 5px;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #2354a8;
}



.timg-list ul li {
    border-bottom: 1px solid #e2e2df;
    border-top: 1px solid #e2e2df;
    margin-top: 25px;
}

.timg-list ul li:first-child {
    margin-top: 0;
}

.timg-list ul li a {
    display: block;

}

.timg-list ul li a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.timg-list ul li a h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #0054b2;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 260px;
    margin-right: 25px;
}

.timg-list ul li a .pic {
    padding-top: 71%;
}

.timg-list ul li a:hover h3 {
    color: #234da8;
}

.timg-list ul li a:hover span {}

.timg-linfo {
    overflow: hidden;
    padding-top: 15px;
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 48px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0 15px 0;
}

.timg-linfo span {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 5px;


    line-height: 28px;



    color: #808080;
    font-size: 12px;
}


.art-main .art-tit h3 {
    text-align: center;
    color: #000000;
    font-weight: normal;
    font-size: 26px;
    margin-top: 30px;
    font-weight: 600;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #333333;
    word-break: break-all;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: 10px auto;
    height: auto !important;
}

.art-main .art-body table {font-size:14px; width:90%; margin:0 auto; border-collapse: collapse;}
.art-main .art-body table td{text-align: center; padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.art-main .art-body table td p{ text-indent:0em !important; margin-bottom:0px;}





.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
    background: bottom;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    margin: 0 10px;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
}

.pnext p a {
    font-size: 16px;
    color: #000000;
}

.pnext p:hover {
    color: #0066cb;
}

.pnext p:hover a {
    color: #0066cb;
}

.search-jg {
    max-width: 1300px;
    margin: 0 auto;
}


.text-list ul li {
    padding-left: 30px;

    padding-right: 90px;
    background: url(../images/dot2.png) no-repeat;
    background-position: 13px center;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #e3e2e2;
}

.text-list ul li a {
    display: block;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.text-list ul li:hover a {
    color: #0a4798;
    transform: translateX(5px);
}

.text-list ul li em {
    position: absolute;
    right: 0;
    top: 0;
    color: #666666;
    font-size: 14px;
    font-style: normal;
}


.text-list2 {
    margin-bottom: 20px;
}

.text-list2 li a {
    display: block;
    overflow: hidden;
    padding: 25px 20px 20px 20px;
    border: 1px solid #eaeaea;
    border-left-width: 5px;
    margin-top: 20px;
}

.text-list2 li:first-child a {
    margin-top: 0;
}

.text-list2 li a:hover .text-list-info h3 {
    color: #084ea3;
}

.text-list2 li a:hover {
    border-left-color: #084ea3;
}

.text-list2 li a .date2 {
    float: left;
    /* width: 99px; */
    margin-right: 30px;
    text-align: right;

}

.text-list2 li a .date2 p {

    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.text-list2 li a .date2 span {
    display: block;
    color: #1f499b;
    font-size: 20px;
    /* line-height: 35px; */

}

.text-list-info {
    font-size: 16px;
    overflow: hidden;
    vertical-align: middle;
}

.text-list-info h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-list-info p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    height: 44px;
    overflow: hidden;
    margin-top: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


@media screen and (max-width: 1350px) {
    .position h3 {
        left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .nymain .leftNav>h2 {
        font-size: 20px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav ul li a {
        font-size: 16px;
    }

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;
    }

    .timg-list ul li a h3 {
        font-size: 16px;
    }

    .text-list ul li {}
}

@media screen and (max-width:768px) {
    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        border-radius: 0;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;
    }

    .nymain .leftNav>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-position: left center;
    }

    .nymain {
        padding: 0 10px 10px 10px;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position h2 {
        float: none;
        font-size: 16px;
    }

    .position {
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        text-align: initial;
    }

    .position>div {
        text-align: left;
        line-height: 40px;
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .nymain .leftNav>ul>li>ul {
        padding-top: 10px;
        padding-left: 30px;
    }

    .nymain .leftNav ul li a {
        line-height: 40px;
        padding-left: 10px;
    }

    .nymain .leftNav>ul {
        margin-bottom: 10px;
    }

    .nymain .leftNav>ul>li>span {
        top: 5px;
    }

    .nymain .leftNav>ul>li::after {
        border-top-width: 20px;
        border-bottom-width: 20px;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }

    .position a {
        margin: 0 2px;
        font-size: 12px;
    }

    .position span {
        font-size: 12px;
    }

    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .timg-linfo p {
        margin: 10px 0;
    }

    .timg-list ul li {
        padding-bottom: 10px;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

    .pnext p {
        line-height: 30px;
    }

    .art-main .art-body {
        padding-top: 20px;
    }

    .text-list2 li a {
        padding: 20px 15px;
    }

    .text-list2 li a .date2 {
        margin-right: 20px;
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}