@charset "utf-8";



/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
}

.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: #004ea2;
    color: #fff;
    border: 1px solid #004ea2;
}

.pagination a:hover {
    background: #004ea2;
    color: #fff;
    border: 1px solid #004ea2;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    padding-bottom: 40px;
}

.nymain .leftNav {
    float: left;
    width: 260px;
    position: relative;
    margin-right: 50px;
}

.nymain .leftNav p {
    padding-left: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    background: #004ea2 url(../images/dq-col.png) no-repeat;
    background-position: 30px center;
    display: none;
}

.nymain .leftNav p span {
    display: none;
    float: right;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    margin-top: 15px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav ul {
    border-top: none;
}

.nymain .leftNav ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.nymain .leftNav>ul>li>i {
    content: "";
    position: absolute;
    right: 10px;
    top: 4px;
    width: 20px;
    height: 58px;
    background: url(../images/ej-menu-bf.png) no-repeat;
    background-size: 6px auto;
    background-position: center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li>i.on {
    transform: rotateZ(-90deg);
}

.nymain .leftNav ul li ul li:last-child {
    border: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 16px;
    padding-right: 45px;
    padding-left: 15px;
    color: #666666;
    line-height: 58px;

    transition: background 0.3s;
}

.nymain .leftNav>ul>li>span {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 18px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}
.nymain .leftNav ul li.active>a {
    color: #fff;
    background: #004ea2;
}
.nymain .leftNav ul li.active>ul {
    display: block;
}

.nymain .leftNav ul li.active.on>span {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav ul li.active>span {
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav>ul>li:hover>a {
    background: #004ea2;
    color: #fff;
}

.nymain .leftNav ul li a:hover {
    color: #fff;
    /* background: #9b0d14 url(../images/ej-menu-bf-on.png) no-repeat; */
    background: #004ea2;
    background-position: 235px center;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 14px;
    background-size: 0;
}

.nymain .leftNav>ul>li>ul>li.active {
    background: #004ea2;
}

.nymain .leftNav>ul>li>ul>li.active a {
    background: #004ea2;
}

.nymain .leftNav>ul>li>ul>li>a:hover {
    background-size: 0;
}
.ny-right {
    overflow: hidden;
    padding-bottom: 30px;
  
}

.ny-right>h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.position {
    font-size:14px;
    border-bottom: 1px solid #dddddd;
    line-height: 60px;

}

.position span {
    color: #666666;
    font-size: 14px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 14px;
    color: #004ea2;
    margin: 0 5px;
    vertical-align: middle;
}

/*图片列表*/

/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    box-sizing: border-box;
    margin: 0 0 0 2.5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 69%;
}

.img-lists ul li a>div.info {
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
    border-bottom: 1px solid transparent;
}

.img-lists ul li:hover .info p {
    color: #004ea2;
    border-color: #004ea2;
}

.img-lists ul li:hover .info span {
    background:#004ea2;
    color: #fff;
    border-color: #004ea2;
}

/* lists 列表页 */

.lists li {
    padding-right: 100px;
    background-position: left center;
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 48px;
}

.lists li:hover {
    background: #dfdfdf;
}

.lists li a {
    display: block;
    color: #303030;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.lists li a:hover {
    color:#004ea2;
}

.lists li a span {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #999999;
}
/*文章*/


.art-main .art-tit {
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0 30px 0;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.art-main .art-body img {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
height: auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
}

.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: #999;
    margin: 0 20px;
}

.art-info {
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 15px;
    line-height: 30px;
    color: #555555
}

.pnext p a {
    font-size: 15px;
    color: #444;
}

.pnext p:hover {
    color: #004ea2;
}

.pnext p:hover a {
    color:#004ea2;
}

.art-info>a {
    float: right;
}

.art-info>a img {
    height: 35px;
    margin-top: 25px;
}

@media screen and (max-width: 1024px) {

    .nymain {
        padding-bottom: 25px;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin: 0;
    }

    .nymain .leftNav p {
        display: block;
        line-height: 45px;
        font-size: 16px;
        padding-left: 35px;
        background-position: 10px center;
    }

    .nymain .leftNav ul {
        display: none;
        padding: 10px 0 20px 0;
    }

    .nymain .leftNav ul li a:hover {
        background-size: 0;
    }

    .ny-right > h3 {
        font-size: 16px;
    }

    .nymain .leftNav > ul > li.on > span {
        background: url(../images/sub_left_up.png) no-repeat center center;
        background-size: 14px 14px;
    }

    .nymain .leftNav ul li> a {
        font-size: 14px;
        line-height: 34px;
    }

    .nymain .leftNav ul li a {

        line-height: 40px;
        padding-left: 20px;
    }
    .nymain .leftNav>ul>li>ul>li>a{
        font-size: 12px;
        line-height: 32px;
    }
    .nymain .leftNav p span {
        display: block;
    }

    .nymain .leftNav > ul > li > span {
        top: 13px;
        display: block;
    }

    .nymain .leftNav > ul > li > i {
        display: none;
    }

    .nymain .leftNav > ul > li:hover > a {
        background: none;
        color: #666;
    }

    .nymain .leftNav ul li.active:hover > a {
        background: #004ea2;
        color: #fff;
    }
    .nymain .leftNav>ul>li>ul{
        padding-left: 0;
    }
    .ny-right {
        float: none;
        width: auto;
    }

    .position {
        line-height: 45px;
        padding-left: 15px;
    }

    .img-lists ul li {
        width: 45%;
        margin: 10px 0 0 3.3%;
    }

    .img-lists ul li a > img {
        height: 209px;
    }

    .img-lists ul li a > div.info p {
        font-size: 14px;
        padding: 10px 0;
    }

    .img-lists ul li a > div.info img {
        height: 12px;
    }
}

@media screen and (max-width:860px) {

    .position {
        padding: 0 0;
        margin-bottom: 20px;
    }

    .position span,
    .position a {
        font-size: 12px;
    }

    .pagination {
        padding-top: 25px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .ny-right{
        padding-bottom: 0;
    }
    .art-main .art-tit, .ny-right>h3{
        padding: 10px 0;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
    }
    .art-main .art-body p  {
        font-size: 12px;
        line-height: 30px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
        margin: 0 5px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }
    .art-main .art-body{
        padding-top: 10px;
    }
    .pnext {
        float: none;
        border: none;
        width: auto;
        margin-top: 5px;
    }

    .pnext p {
        line-height: 30px;
        font-size: 12px;
    }

    .pnext p a {
        font-size: 12px;
    }
    .art-info{
        margin-top: 10px;
    }
    .art-info > a {
        float: none;
    }

    .art-info > a img {
        height: 25px;
        margin-top: 10px;
    }
    .img-lists ul li {
        margin-top: 10px;
    }
    .img-lists ul li a>img {
        height: 191px;
    }
    .img-lists ul li a>div.info p {
        font-size: 12px;
    }
    .img-lists ul li a>div.info span {
        margin-top: 10px;
    }
    .lists li a {
        font-size: 14px;
    }
}
@media screen and (max-width:660px) {
    .position {
        text-align: left;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lists li a{
        font-size: 13px;
    }
    .lists li a span{
        font-size: 12px;
    }
    .img-lists ul li a>img {
        height: 100px;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

}
@media screen and (max-width:320px) {

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }


}