@charset 'UTF-8';
.head-top {
    top: 37px;
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.2);
}

.pagination {
    text-align: center;
    font-size: 16px;
    margin: 40px 0 60px 0;
}

.pagination a {
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 0 8px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #666;
    margin: 0 2px;
}

.pagination a.active {
    background: #c41d17;
    color: #fff;
    border: 1px solid #c41d17;
}

.pagination a:hover {
    background: #c41d17;
    color: #fff;
    border: 1px solid #c41d17;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.ny-nav {
    background: #faefee;
}

.ny-nav ul li {
    float: left;
    width: 195px;
    padding: 21px 0;
}

.ny-nav ul li a {
    display: block;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    color: #333333;
    border-left: 2px solid #cccccc;
}

.ny-nav ul li:hover a {
    color: #c41d17;
    font-weight: 600;
}

.ny-nav ul li:first-child a {
    border-left: none;
}

.ny-nav ul li.active {
    position: relative;
    margin-top: -40px;
    background: url(/images/ny-nav-active.png) no-repeat;
    background-size: 100% 100%;
    border: none;
}

.ny-nav ul li.active a {
    line-height: 60px;
    color: #fff;
    border: none;
}

.position {
    text-align: right;
}

.position p {
    font-size: 0;
}

.position p {
    line-height: 46px;
    border: 1px solid #d9d9d9;
}

.position p a {
    font-size: 14px;
    color: #888888;
    vertical-align: middle;
}

.position p a:hover {
    color: #c41d17;
}

.position p span {
    font-size: 14px;
    color: #888888;
    vertical-align: middle;
}

.position p img {
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.position p .position-line {
    float: right;
    width: 30px;
    height: 2px;
    background: #c41d17;
    margin-top: 18px;
    margin-left: 15px;
}

.position>div {
    position: relative;
}

.position>div {
    text-align: left;
}

.position>div span {
    position: absolute;
    width: 30px;
    height: 25px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 2px solid #c41d17;
}

.position>div h3 {
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
    color: #c41d17;
    padding-top: 15px;
}

.ny-main {
    margin-top: 50px;
    overflow: hidden;
}

.ny-left {
    float: left;
    width: 1239px;
}


/* å›¾ç‰‡åˆ—è¡¨æ ·å¼ */

.list-img {
    overflow: hidden;
}

.list-img li {
    float: left;
    width: 373px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.list-img li a {
    display: block;
    overflow: hidden;
}

.list-img li a img {
    display: block;
    width: 100%;
    height: 210px;
    transition: all 0.5s;
}

.list-img li a img:hover {
    transform: scale(1.1);
}

.list-img li a p {
    font-size: 16px;
    line-height: 55px;
    color: #333333;
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* æ–‡ç« åˆ—è¡¨æ ·å¼ */

.list-text {
    margin-right: 39px;
}

.list-text li {
    padding: 0 15px;
    transition: all 0.5s;
    position: relative;
}

.list-text li:first-child a {
    border: none;
}

.list-text li a {
    display: block;
    padding: 25px 135px 25px 115px;
    border-top: 1px solid #cccccc;
    background: url(/images/list-text-more.png) no-repeat;
    background-size: auto 40px;
    background-position: right center;
}

.list-text li a h3 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
    font-weight: normal;
}

.list-text li a p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
    margin-top: 10px;
}

.list-text li span {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #c41d17;
    margin-top: -7px;
}

.list-text li:hover {
    background: #f9e8e7;
}

.list-text li:hover a {
    border-color: #f9e8e7;
}

.list-text li:hover a h3 {
    color: #c41d17;
}


/* è¯¦æƒ…é¡µæ ·å¼ */

.article {
    margin-right: 39px;
}

.article>h3 {
    font-size: 24px;
    color: #444444;
}

.a-info {
    border-top: 1px dashed #d9d9d9;
    border-bottom: 1px dashed #d9d9d9;
    line-height: 55px;
    margin-top: 30px;
}

.a-tag {
    float: left;
}

.a-tag span {
    margin-right: 30px;
    color: #999999;
    font-size: 15px;
}

.a-func {
    float: right;
}

.a-func ul {
    overflow: hidden;
}

.a-func ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 10px;
    margin-top: 15px;
    position: relative;
}

.a-func-sc {
    background: url(/images/start.png) no-repeat;
    background-position: center center;
}

.a-func ul .a-func-line {
    width: 1px;
    height: 18px;
    background: #e5e5e5;
    margin-top: 20px;
}

.a-func-fx {
    background: url(/images/fenx.png) no-repeat;
    background-position: center center;
}

.art-cont p {
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    margin-top: 20px;
    text-indent: 2em;
}

.art-cont img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.art-cont #block1 img {
    max-width: initial;
}

.bshare-custom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pnext {
    border-top: 1px dashed #ececec;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}

.pnext p a {
    font-size: 16px;
    color: #555555
}

.pnext p:hover {
    color: #c41d17;
}

.pnext p:hover a {
    color: #c41d17;
}

.ny-right {
    float: right;
    width: 300px;
}

.ny-right>div:first-child {
    margin-bottom: 45px;
}

.ny-rtit {
    border-bottom: 1px solid #cccccc;
}

.ny-rtit h3 {
    float: left;
    font-size: 22px;
    color: #c41d17;
    border-bottom: 2px solid #c41d17;
    margin-bottom: -1px;
    line-height: 28px;
    padding-bottom: 6px;
}

.ny-rtit a {
    float: right;
}

.ny-rtit a img {
    display: block;
    height: 19px;
    margin-top: 4px;
}

.ny-rdiv {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.ny-rdiv img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.ny-rdiv img:hover {
    transform: scale(1.1);
}

.ny-rdiv p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/ny-rdiv-bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 15px;
}

.ny-rdiv p a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny-rul li {
    background: url(/images/red-dot.png) no-repeat;
    background-size: 5px 5px;
    background-position: 0 18px;
    padding: 10px 0;
    padding-left: 15px;
    margin: 10px 0;
    transition: all 0.5s;
}

.ny-rul li:hover {
    background: #f9e8e7;
}

.ny-rul li:hover span {
    background: #f9e8e7;
}

.ny-rul li:hover a {
    color: #c41d17;
}

.ny-rul li a {
    display: block;
    line-height: 21px;
    color: #333333;
    font-size: 15px;
    padding-bottom: 5px;
}

.ny-rul li p {
    padding-left: 85px;
    height: 1px;
    background: #cccccc;
    margin: 10px 0;
    position: relative;
}

.ny-rul li p span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    margin-top: -11px;
    font-size: 13px;
    line-height: 21px;
    color: #666;
    background: #fff;
    transition: all 0.5s;
}

.jgsz ul {
    overflow: hidden;
    margin-bottom: 60px;
}

.jgsz ul h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000000;
}

.jgsz ul li {
    float: left;
    width: 240px;
}

.jgsz ul li a {
    display: block;
    line-height: 50px;
    color: #333333;
}

.jgsz ul li a:hover {
    color: #c41d17;
}

.jgsz ul li a img {
    vertical-align: middle;
}

.jgsz ul li a span {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
}

.xrld {
    width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.xrld table {
    border-collapse: collapse;
}

.xrld table tr td {
    border: 1px #ddd solid;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    height: 64px;
}

.xrld table tr td a {
    color: #1f397f;
}

@media screen and (max-width:1580px) {
    .ny-left {
        width: 79.5%;
    }
    .ny-right {
        width: 19.2%;
    }
    .list-img li {
        width: 30%;
        margin-right: 3.3%;
    }
    .list-img li a div {
        position: relative;
        padding-top: 56.5%;
    }
    .list-img li a div img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .jgsz ul li {
        width: 20%;
    }
}

@media screen and (max-width:1200px) {
    .jgsz ul li {
        width: 25%;
    }
}

@media screen and (max-width:1023px) {
    .ny-menu {
        position: relative;
        width: 50px;
        height: 50px;
        background: #c41d17;
        margin-top: 20px;
    }
    .ny-menu img {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 10px;
        top: 10px;
        opacity: 0;
        transition: all 0.3s;
    }
    .ny-menu img:first-child {
        opacity: 1;
    }
    .ny-menu.on img:first-child {
        opacity: 0;
    }
    .ny-menu.on img:first-child+img {
        opacity: 1;
    }
    .ny-nav {
        background: none;
    }
    .ny-nav ul {
        display: none;
        background: #faefee;
    }
    .ny-nav ul li {
        float: none;
        width: auto;
    }
    .ny-nav ul li.active {
        background: #c41d17 url(/images/ny-nav-active.png) no-repeat;
        background-position: center center;
        background-size: auto 100%;
        margin-top: 0;
    }
    .ny-nav ul li.active a {
        line-height: 18px;
    }
    .ny-nav ul li a {
        border: none;
    }
    .article>h3 {
        font-size: 20px;
    }
    .art-cont p,
    .ny-rdiv p a {
        font-size: 14px;
    }
    .ny-rtit h3 {
        font-size: 18px;
    }
    .ny-rtit a img {
        height: 16px;
    }
    .ny-rul li {
        padding: 5px 0;
        padding-left: 10px;
        background-position: 0 12px;
    }
    .pnext p,
    .pnext p a {
        font-size: 14px;
        line-height: 26px;
    }
    .list-img li a p {
        font-size: 14px;
        line-height: 40px;
    }
    .jgsz ul li {
        width: 33%;
    }
}

@media screen and (max-width:768px) {
    .ny-menu {
        width: 35px;
        height: 35px;
    }
    .ny-menu img {
        width: 25px;
        height: 25px;
        left: 5px;
        top: 5px;
    }
    .ny-nav ul li {
        padding: 10px;
    }
    .ny-nav ul li a,
    .ny-nav ul li.active a {
        font-size: 14px;
    }
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-right {
        float: none;
        width: auto;
    }
    .article {
        margin-right: 0;
    }
    .list-img li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    .ny-main {
        margin-top: 30px;
    }
    .pagination {
        margin: 20px 0;
    }
    .list-text {
        margin-right: 0;
    }
    .list-text li a {
        padding: 15px 100px 15px 100px;
    }
    .list-text li a p {
        height: 56px;
        overflow: hidden;
    }
    .xrld {
        width: auto;
        overflow-x: scroll;
    }
    .xrld table {
        /****min-width: 800px;****/
    }
    .jgsz ul li {
        width: 50%;
    }
    .jgsz ul li a {
        line-height: 35px;
        font-size: 0;
    }
    .jgsz ul li a span {
        font-size: 14px;
    }
    .jgsz ul h3 {
        margin-bottom: 15px;
    }
    .jgsz ul {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:480px) {
    .list-text li a {
        padding-left: 0;
        padding-right: 60px;
        background-size: 50px auto;
        background-position: right center;
    }
    .list-text li span {
        position: static;
        margin-top: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width:374px) {
    .article>h3,
    .position>div h3 {
        font-size: 16px;
    }
    .position p span,
    .position p a,
    .a-tag span {
        font-size: 12px;
        margin-right: 10px;
    }
    .list-text li a h3 {
        font-size: 14px;
    }
    .list-text li a p {
        font-size: 12px;
        line-height: 24px;
        height: auto;
        max-height: 48px;
    }
}