            @charset "utf-8";
            .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: #aa040b;
                color: #fff;
                border: 1px solid #aa040b;
            }
            
            .pagination a:hover {
                background: #aa040b;
                color: #fff;
                border: 1px solid #aa040b;
            }
            
            .pagination span {
                display: inline-block;
                font-size: 14px;
            }
            
            #nymain {
                background: url() no-repeat;
                background-size: 1920px auto;
                background-position: center bottom;
            }
            
            .nymain {
                margin-top: 50px;
                overflow: hidden;
                margin-bottom: 50px;
            }
            
            .nymain .leftNav {
                float: left;
                width: 242px;
                background: #fff;
                position: relative;
            }
            
            .nymain .leftNav p {
                position: relative;
                text-align: center;
                font-size: 30px;
                color: #fff;
                padding:20px;
                background-color: #aa040b;
            }
            
            .nymain .leftNav p span {
                position: absolute;
                top: 36px;
                right: 10px;
                width: 25px;
                height: 25px;
                background: url(../images/sub_left_down2.png) no-repeat center center;
                background-size: 14px 14px;
                display: none;
            }
            
            .nymain .leftNav p span.on {
                background: url(../images/sub_left_up2.png) no-repeat center center;
                background-size: 14px 14px;
            }
            
            .nymain .leftNav ul {
                background: #fff;
                padding-top: 5px;
            }
            
            .nymain .leftNav ul li {
                position: relative;
                margin-top: 3px;
            }
            
            .nymain .leftNav ul li a {
                display: block;
                font-size: 18px;
                color: #333333;
                line-height: 60px;
                padding-left: 30px;
            }
            
            .nymain .leftNav>ul>li>a {
                background: #f6f7f9;
            }
            
            .nymain .leftNav>ul>li>span {
                position: absolute;
                width: 15px;
                height: 12px;
                right: 30px;
                top: 24px;
                line-height: 50px;
                background: url(../images/sub_left_down.png) no-repeat center center;
                background-size: 15px 12px;
                cursor: pointer;
            }
            
            .nymain .leftNav>ul>li.active>a {
                background: #f7f8fa;
                background-size: 8px 100%;
                background-position: left top;
                color: #fff;
                background: #aa040b;
            }
            
            .nymain .leftNav>ul>li.active>ul {
                display: block;
            }
            
            .nymain .leftNav>ul>li.active>span {
                background: url(../images/sub_left_down-hover.png) no-repeat center center;
                background-size: 15px 12px;
            }
            
            .nymain .leftNav ul li:hover>a {
                background-size: 8px 100%;
                background-position: left top;
                color: #fff;
                background: #aa040b;
            }
            
            .nymain .leftNav ul li:hover span {
                background: url(../images/sub_left_down-hover.png) no-repeat center center;
                background-size: 15px 12px;
            }
            
            .nymain .leftNav>ul>li>ul {
                display: none;
                background: #f6f7f9;
                padding-top: 0;
                padding-bottom: 0;
                padding-right: 0;
            }
            
            .nymain .leftNav>ul>li>ul>li>a {
                font-size: 14px;
                padding-left: 50px;
                line-height: 50px;
            }
            
            .ny-right {
                overflow: hidden;
                padding-bottom: 50px;
                padding-left: 50px;
            }
            
            .position {
                text-align: right;
                font-size: 0;
                padding: 16px 0;
                border-bottom: 1px solid #eceae4;
                margin-bottom: 30px;
            }
            
            .ny-title h3 {
                float: left;
                font-size: 20px;
                font-weight: 600;
                color: #aa040b;
                padding-bottom: 9px;
                border-bottom: 3px solid #aa040b;
            }
            
            .position span {
                color: #666666;
                font-size: 16px;
                vertical-align: middle;
            }
            
            .position img {
                height: 16px;
                vertical-align: middle;
                margin-right: 5px;
            }
            
            .position a {
                font-size: 16px;
                color: #666666;
                margin: 0 5px;
                vertical-align: middle;
            }
            
            .position a:hover {
                color: #aa040b;
            }
            
            .text-list ul {
                margin-top: 30px;
            }
            
            .text-list ul li {
                padding-left: 20px;
                padding-right: 100px;
                background: url(../images/dot2.png) no-repeat;
                background-position: left center;
                position: relative;
                font-size: 18px;
                line-height: 45px;
            }
            
            .text-list ul li a {
                display: block;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: all 0.3s;
            }
            
            .text-list ul li:hover a {
                color: #aa040b;
                transform: translateX(5px);
            }
            
            .text-list ul li span {
                position: absolute;
                right: 0;
                top: 0;
                color: #999999;
            }
            
            .art-main .art-tit {
                border-bottom: 1px solid #e5e5e5;
                margin-bottom: 30px;
            }
            
            .art-main .art-tit h3 {
                text-align: center;
                font-weight: 600;
                color: #000;
                font-size: 20px;
                margin-bottom: 20px;
                padding-top: 20px;
            }
            
            .art-main .art-body p {
                color: #333 !important;
                text-indent: 2em !important;
                font-size: 16px !important;
                line-height: 32px !important;
                margin-bottom: 20px;
            }
            
            .art-main .art-body img {
                max-width: 100%;
                width: 80% !important;
                object-fit: cover;
                height: auto;
            }
            
            .art-main .cont-tit p {
                font-size: 0;
                text-align: center;
                padding-bottom: 20px;
            }
            
            .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: #666;
                margin: 0 10px;
            }
            
            .zzjg>ul {
                overflow: hidden;
                padding-bottom: 65px;
            }
            
            .zzjg>ul li {
                float: left;
                width: 21%;
                margin: 2%;
                font-size: 16px;
            }
            
            .zzjg>ul li a {
                display: block;
                font-size: 16px;
                color: #666;
            }
            
            .zzjg>ul li a span {
                display: block;
                padding-left: 15px;
                background: url() no-repeat left center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            
            .zzjg>ul li:hover a {
                color: #aa040b;
            }
            /* ????ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°???ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨?ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
            
            .img-lists ul {
                overflow: hidden;
                margin-top: 10px;
            }
            
            .img-lists ul li {
                float: left;
                width: 30%;
                margin: 20px 1.5% 0 1.5%;
                border: 1px solid #eee;
                transition: all 0.3s;
                position: relative;
                top: 0;
            }
            
            .text-lists>ul>li>a>.pic img {
                width: 100%;
                height: 100%;
            }
            
            .img-lists ul li:hover {
                box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
                top: -10px;
            }
            
            .img-lists ul li a {
                display: block;
                width: 100%;
            }
            
            .img-lists ul li a>img {
                display: block;
                width: 100%;
                height: 196px;
            }
            
            .img-lists ul li a>div.info {
                padding: 10px;
                font-size: 0;
            }
            
            .img-lists ul li a>div.info p {
                color: #333;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 5px;
            }
            
            .img-lists ul li a>div.info img {
                height: 14px;
                vertical-align: middle;
            }
            
            .img-lists ul li a>div.info span {
                font-size: 14px;
                display: inline-block;
                margin-left: 5px;
                color: #999;
                vertical-align: middle;
            }
            
            .xyld>ul li {
                font-size: 15px;
                line-height: 60px;
                color: #333333;
                padding: 0 10px;
                cursor: pointer;
            }
            
            .xyld>ul li.odd {
                line-height: 50px;
                background: #f6f7f9;
            }
            
            .xyld>ul li p span {
                color: #aa040b;
                margin-right: 10px;
            }
            
            .xyld-main {
                margin-top: 50px;
            }
            
            .xyld-main>div {
                display: none;
            }
            
            .xyld-main>div:first-child {
                display: block;
            }
            
            .xyld-main div h3 {
                font-size: 16px;
                font-weight: 600;
                color: #333333;
                border-bottom: 2px solid #aa040b;
                padding: 0 10px;
                padding-bottom: 10px;
                margin-bottom: 25px;
            }
            
            .ld-pic {
                float: left;
                margin-left: 15px;
                width: 150px;
            }
            
            .ld-pic img {
                display: block;
                width: 100%;
            }
            
            .ld-info {
                float: right;
                margin-right: 10px;
                width: 750px;
            }
            
            .ld-info h4 {
                font-weight: normal;
                font-size: 16px;
                line-height: 48px;
                color: #000000;
            }
            
            .ld-info p {
                font-size: 15px;
                line-height: 35px;
                color: #777777;
                text-align: justify;
            }
            
            .timg-list ul li {
                border-bottom: 1px solid #dcdcdc;
                transition: all .3s;
            }
            
            .timg-list ul li a {
                display: block;
                padding: 25px 20px;
            }
            
            .timg-list ul li:hover a {
                background: #aa040b;
            }
            
            .timg-list ul li a h3 {
                margin-top: 20px;
                font-size: 20px;
                color: #333333;
                font-weight: 600;
                line-height: 20px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            
            .timg-list ul li a>div {
                overflow: hidden;
            }
            
            .timg-list ul li a .pic {
                padding-top: 0;
                height: 188px;
                float: left;
                width: 268px;
                margin-right: 20px;
            }
            
            .timg-list ul li a .pic img {
                width: 100%;
                height: 100%;
            }
            
            .timg-list ul li a:hover h3 {
                color: #fff;
                font-weight: 600;
            }
            
            .timg-list ul li a:hover .timg-linfo p {
                font-size: 16px;
                color: #fff;
            }
            
            .timg-linfo {
                overflow: hidden;
            }
            
            .timg-linfo p {
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 16px;
                line-height: 26px;
                color: #333333;
                color: rgba(51, 51, 51, .7);
                white-space: pre-wrap;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                line-clamp: 3;
                -webkit-box-orient: vertical;
            }
            
            .timg-linfo span {
                display: block;
                color: #333;
                font-size: 14px;
                margin-top: 5px;
            }
            
            .timg-list ul li a:hover .timg-linfo span {
                color: #fff;
            }
            /* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
            
            .mechanism p {
                margin-top: 30px;
                margin-bottom: 20px;
                border-left: 3px solid #aa040b;
                font-size: 26px;
                font-weight: bold;
                color: #333;
                padding-left: 10px;
            }
            
            .mechanism ul {
                overflow: hidden;
            }
            
            .mechanism ul>li {
                float: left;
                width: 30%;
                margin-bottom: 15px;
                text-align: center;
                background-color: #dfe1e3;
                line-height: 26px;
                padding-top: 15px;
                padding-bottom: 15px;
            }
            
            .mechanism ul>li:nth-child(3n-1) {
                margin-left: 5%;
                margin-right: 5%;
            }
            
            .mechanism ul>li a {
                display: block;
                border-left: 3px solid #aa040b;
                font-size: 14px;
                color: #333;
            }
            
            .ldtz ul {
                margin-top: 30px;
            }
            
            .ldtz ul li {
                float: left;
                width: 48%;
                margin-bottom: 60px;
            }
            
            .ldtz ul li:nth-child(2n+1) {
                margin-right: 4%;
            }
            
            .ldtz ul li a {
                display: block;
                /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
                overflow: hidden;
                margin: 5px;
                border: 1px solid #eeeeee;
                transition: all 0.3s;
            }
            
            .ldtz ul li a:hover {
                box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            }
            
            .ldtz-pic {
                float: left;
                width: 165px;
                margin-right: 25px;
            }
            
            .ldtz-pic .pic {
                padding-top: 143%;
            }
            
            .ldtz-info {
                overflow: hidden;
                padding-top: 35px;
            }
            
            .ldtz-info h3 {
                font-size: 20px;
                line-height: 22px;
                font-weight: 600;
                color: #333333;
                padding-top: 20px;
                position: relative;
                margin-bottom: 15px;
            }
            
            .ldtz-info h3::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 30px;
                height: 4px;
                background: #aa040b;
            }
            
            .ldtz-info p {
                font-size: 16px;
                line-height: 30px;
                overflow: hidden;
                color: #666666;
            }

.list_box10:after{content:"";display:block;clear:both;}
.list_box10{margin: 0 -77px;padding: 0 5%;/* display: flex; *//* justify-content: space-between; */}
.list_box10 li{float:left;width: 25%;height: 150px;/* padding:0 1.875rem; */margin-bottom: 20px;margin: 20px 35px;}
.list_box10 li.on{display:block !important;width:100%;}
.list_box10 li.none{display:none;}
.list_box10 li.block{display:block;}


.list_box10 li{display:block;padding: 30px 20px;background:#b80200;position:relative;transition:.5s;border-radius: 10px;cursor: pointer;}
.list_box10 li:nth-child(3n-2) a{ background:#b80200 url() left bottom no-repeat}
.list_box10 li:nth-child(3n) a{ background:#b80200 url() right bottom no-repeat}
.list_box10 li:before{content:"";position:absolute;background:url() center bottom no-repeat;height:242px;transition:.5s;left:0;right:0;opacity:0;visibility:hidden;bottom:0}
.list_box10 li:after{/* content:""; *//* position:absolute; *//* left:3rem; *//* border-right:transparent .9375rem solid; *//* border-left:transparent .9375rem solid; *//* border-top:#b80200 .875rem solid; *//* bottom:-.875rem; */}
.list_box10 li .tops{ position:relative}
.list_box10 li .tops h4{ font-size:1rem; color:#fff;margin:.5rem 0 1.25rem;    overflow: hidden;
    line-height: 19px;
    height: 23px;}
.list_box10 li .tops h4 big{ font-size:1.125rem; color:#fff; font-weight:bold; margin-right:1rem}
.list_box10 li .tops h6{ font-size:.875rem; color:#fff; line-height:1.875rem; display:none;}
.list_box10 li .tops h6 span{ float:right; color:#ffe4a3;}
.list_box10 li .bottom p{font-size: 14px;color:#fff;line-height:24px;/* height: 97px; */text-indent: 2em;}
.list_box10 li .bottom p.overfloat-dot-5{-webkit-line-clamp: 8;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.text-list-hdrc .hdrc_list:after
{
   content:"";
   display:block;
   clear:both;
}
.text-list-hdrc .hdrc_list
{}
.text-list-hdrc .hdrc_list li
{
    display: block;
    padding: 30px 21px;
    background: #b80200;
    position: relative;
    transition: .5s;
    border-radius: 10px;
    cursor: pointer;
    float:left;
    width: 28%;
    margin-bottom: 25px;
    /* margin: 20px 15px; */
    margin-right: 17px;
    height: 120px;
}

.text-list-hdrc .hdrc_list li:hover
{
    transform: translateY(-10px);
}
.text-list-hdrc .hdrc_list li:nth-child(3n)
{
    margin-right:0;
}
.text-list-hdrc .hdrc_list li .hdrc_tit
{
   font-size: 18px;
   color:#ffffff;
   margin: 10px auto 15px auto;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.text-list-hdrc .hdrc_list li time
{
   color:#ffffff;
   font-size: 14px;
   margin-bottom: 5px;
   display: inline-block;
}
.text-list-hdrc .hdrc_list li .hddd
{
            font-size: 14px;
            color:#ffffff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}


.p-prev>span{color:#999999;}
.p-prev a{color:#333333;}

.p-next{color: #999999 !important;}
.p-next a{color:#333333;font-size: 13px;}

#xqid span.on
{
    padding: 5px 8px;
    margin: 0px 0px 0px 5px;
    height: 24px;
    font-size: 13px;
    height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #F04646;
    color: #fff;
    font-size: 13px;
    background-color: #F04646;
}

#xqid>span
{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0px 0px 0px 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    color:#333333;
    font-size:13px;
}

#xqid span a{color:#333333;}
.p-num{font-size:13px;}







           