@charset "utf-8";

.head {
    /* transition: all .5s; */
}

html, body {
    background: #fff;
}

.head-nav {
    padding-top: .5rem;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner img {
    display: block;
    width: 100%;
}

.banner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 1.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}


.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: #9E2227;
    color: #fff;
    border: 1px solid #9E2227;
}

.pagination a:hover {
    background: #9E2227;
    color: #fff;
    border: 1px solid #9E2227;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
    padding-bottom: 1rem;
    z-index: 3;
}

.nymain>div {
    display: flex;
    align-items: flex-start;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 2.56rem;
    position: relative;
    margin-right: .6rem;
    height: fit-content;
    min-height: auto;
    background: linear-gradient(180deg, #FFFFFF 38%, #FFFFFF 100%);
    /* drop-shadow/0.15 */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    margin-top: -1.06rem;
}

.nymain .leftNav::after {}

.nymain .leftNav>h2 {
    line-height: .9rem;
    color: #fffafc;
    font-size: .22rem;
    text-align: center;
    position: relative;
    /* height: 1.36rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .4rem;
    padding-top: .16rem;
    background: url(../images/leftNavh2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}





.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-position: right bottom;
    position: relative;
    padding: 0 0.25rem .15rem 0.25rem;
    z-index: 1;
}


.nymain .leftNav>ul::before {}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    border-top: 1px dashed rgba(255, 202, 206, 0.56);
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    line-height: .82rem;
    text-align: center;
    color: #2C2C2C;
    background-size: 100% 100%;
    text-align: left;
    padding-left: .45rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    right: 0;
    top: .25rem;
    background: url(../images/icon-arrr-g.png) no-repeat center center;
    width: .32rem;
    height: .32rem;
    background-size: .09rem auto;
    transition: all 0.3s;
    /* display: none; */
}

.nymain .leftNav>ul>li:hover>span, .nymain .leftNav>ul>li.active>span {
    opacity: 1;
}



.nymain .leftNav>ul>li.on>a {
    color: #9E2227;
    font-weight: 600;
}



.nymain .leftNav>ul>li.active>a {
    background: #fff;
    color: #9E2227;
    font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.active>a {}

.nymain .leftNav>ul>li.active::before {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover, .nymain .leftNav ul li.selected, .nymain .leftNav ul li.selected a {
    /* background-position: 31px center; */
    color: #9E2227;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-left: .45rem;
    border-top: 1px dashed rgba(255, 202, 206, 0.56);
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.nymain .leftNav>ul>li>ul li {}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .16rem;
    line-height: .46rem;
    /* border-top: 1px solid #eeeeee; */
    padding-left: .2rem;
    color: #666666;
    border: none;
    text-align: left;
    padding-left: 0;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
    width: 11.92rem;
}

.ny-rcom {
    font-size: 24px;
    color: #9E2227;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    /* margin-top: -.76rem; */
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(163, 0, 0, 0.16);
    margin-bottom: .4rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .24rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.position>h3::after {
    content: "";
    height: 1px;
    background: #eee;
    z-index: 1;
    display: block;
    flex: 1;
}

.position h3 {
    font-size: .28rem;
    line-height: .42rem;
    color: #2C2C2C;
    text-align: left;
    bottom: 0;
    left: 0;
    font-weight: normal;
    z-index: 9;
    position: relative;
    padding-left: .05rem;
    margin-right: .05rem;
    display: flex;
    align-items: center;
    margin-left: .05rem;
    padding-left: .17rem;
}

.position h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #9E2227;
    width: .05rem;
    height: .3rem;
}

.position svg {
    margin-right: .1rem;
}

.position span {
    color: #626262;
    font-size: .16rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    height: .15rem;
    vertical-align: middle;
    margin-right: .05rem;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .16rem;
    padding: 0 .05rem;
    vertical-align: middle;
    color: #626262;
    z-index: 9;
    position: relative;
}

.position .position-dq {
    color: #9E2227;
}

.position a:hover {
    color: #9E2227;
}





.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}





.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    border-bottom: 1px dashed rgba(141, 141, 141, .3);
    padding: .45rem .18rem;
}

.timg-list ul li a h3 {
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
    margin: .2rem 0 .15rem 0;
}

.timg-list ul li a>div {
    align-items: center;
    display: flex;
}

.timg-list-img {
    float: left;
    width: 3.34rem;
    margin-right: .3rem;
}

.timg-list ul li a .pic {
    padding-top: 66%;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover span b {
    color: #fff;
}

.timg-linfo {
    flex: 1;
    min-width: 0;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .28rem;
    max-height: .6rem;
    color: #8D8D8D;
    height: .56rem;
    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;
}

.timg-linfo div {
    display: flex;
    align-items: flex-end;
    font-family: "sysong";
    padding-bottom: .15rem;
    position: relative;
    font-family: Philosopher;
}

.timg-linfo div::before {
    content: "";
    position: absolute;
    left: -.3rem;
    bottom: 0;
    width: 1.6rem;
    height: 1px;
    background: #EAB77B;
}

.timg-linfo div::after {
    content: "";
    position: absolute;
    left: 1.3rem;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    bottom: 0;
    transform: translateY(50%);
    border: 1px solid #EAB77B;
}

.timg-linfo div b {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: .3rem;
    color: #9E2227;
}

.timg-linfo div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    color: #95663E;
    margin-left: 0.05rem;
}



.timg-list ul li a:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(101, 111, 126, 0.3);
    border-color: transparent;
    padding: .45rem .36rem;
}

.timg-list ul li a:hover h3 {
    color: #9E2227;
    font-weight: 600;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {}


/* 图片列表 */

.img-lists ul {
    margin: 0 -.15rem;
    display: flex;
    flex-wrap: wrap;
}

.img-lists ul li {
    float: left;
    width: 33.33%;
    margin-top: .35rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li a:hover {}

.img-lists ul li:hover .info {
    background: #9e2227;
}

.img-lists ul li:hover .info p {
    color: #fff;
}

.img-lists ul li a {
    display: block;
    margin: 0 .15rem;
    transition: all 0.5s;
}

.img-lists ul li a .pic {
    padding-top: 65%;
    background: #F4F4F4;
}

.img-lists ul li a .pic div {
    background-size: contain;
}


.img-lists ul li a>div.info {
    /* display: none; */
    padding: .24rem .15rem;
    font-size: 0;
    background-position: left center;
    transition: all 0.5s;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .32rem;
}

.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;
}





.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: .24rem;
    font-weight: normal;
    font-weight: normal;
    line-height: .5rem;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {}

.art-main .art-body .brief {
    display: flex;
    flex-direction: row;
    margin-top: 0.47rem;
}

.art-main .art-body .brief img {
    flex: 1;
    margin: 0;
}

.art-main .art-body .brief .text {
    flex: 1;
    background-color: #9E2227;
    padding: 0.22rem;
    position: relative;
}

.art-main .art-body .brief .text::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .18rem .18rem 0;
    border-color: transparent #fff transparent transparent;
}

.art-main .art-body .brief .text p {
    color: #fff;
    font-size: 0.15rem;
    margin-top: 0;
    line-height: 0.28rem;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: .18rem;
    line-height: .36rem;
    margin-top: .3rem;
}

.art-main .art-body .pictures {
    display: flex;
    gap: 0.2rem;
}

.art-main .art-body .pictures img {
    margin: 0;
}

.art-main .art-body img {
    display: block;
    margin: .3rem auto;
    width: 48%;
    flex: 1;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: .28rem;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #F7F7F7;
    margin-top: .17rem;
}

.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: .16rem;
    padding: .1rem .05rem;
    color: #9E9E9E;
    position: relative;
    margin: 0 .2rem;
}

.art-main .cont-tit p span:nth-child(1):before {
    display: none;
}

.art-info {
    border-top: 1px solid #D8D8D8;
    margin-top: .3rem;
}

.pnext {
    margin-top: .3rem;
}

.pnext p {
    text-indent: initial;
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .2rem;
}

.pnext p a {
    color: #333333;
}

.pnext p:hover {
    color: #9E2227;
}

.pnext p:hover a {
    color: #9E2227;
}



.col-main {
    float: left;
    width: 75%;
    padding-top: 50px
}

.col-side {
    float: right;
    width: 23.34%;
    padding-top: 60px
}

.m-txt5 {
    overflow: hidden;
    padding: 10px 0 39px
}

.m-txt5 .pics {
    float: left;
    width: 262px;
    margin-right: 30px
}

.m-txt5 .pics .pic {
    padding-top: 134%;
}

.m-txt5 .pics img {
    display: block;
    width: 100%
}

.m-txt5 .txt {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    color: #333
}

.m-txt5 p {
    font-size: 16px;
}

.m-txt5 .m-tit3 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.m-tit3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.p-list2 {
    padding: 4px 0 12px
}

.p-list2 li {
    padding-bottom: 29px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.p-list2 .col-r, .p-list2 .date {
    float: right;
    font-size: 16px;
    color: #666
}

.p-list2 .date {
    margin-left: 40px
}

.p-list2 a {
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-list2 .col-r a:hover, .p-list2 a:hover, .p-list2 em {
    color: #204ba0
}

.p-list2 .col-r a {
    color: #666;
    margin-left: 30px
}

.pages {
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.pages .p-flip, .pages ul {
    display: inline-block;
    vertical-align: top
}

.pages .p-flip {
    margin-left: 12px
}

.pages .inp {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    margin: 0 8px
}

.pages ul li {
    float: left;
    margin: 0 3px
}

.pages ul a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.pages ul a:hover {
    color: #204ba0
}

.pages ul li.on a {
    background-color: #204ba0;
    color: #fff
}

.pages .p-first a {
    background-image: url(../images/img45.svg)
}

.pages .p-last a {
    background-image: url(../images/img46.svg)
}

.pages .p-next, .pages .p-prev {
    display: inline-block;
    vertical-align: top;
    color: #333
}

.pages .p-next a, .pages .p-prev a {
    color: inherit;
    width: auto;
    margin: 0 5px
}

.pages .p-next a:hover, .pages .p-prev a:hover {
    color: #204ba0
}

.m-txt6 {
    background: #f3f9ff;
    font-size: 14px;
    color: #333;
    line-height: 2
}

.m-txt6 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 62px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px
}

.m-txt6 .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    height: 26px
}

.m-txt6 .more {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #204ba0
}

.m-txt6 .more:hover {
    background: #4070cf
}

.m-txt6 .con {
    padding: 12px 20px 17px
}

.m-txt6 p {
    overflow: hidden;
    margin-bottom: 7px
}

.m-txt6 p em {
    display: block;
    float: left;
    width: 56px;
    margin-right: 5px
}

.m-txt6 p span {
    display: block;
    overflow: hidden
}






/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}



.i-list {
    padding: 17px 0;
}

.i-list li {
    position: relative;
}

.i-list li a {
    display: flex;
    color: #111111;
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #E8E8E8;
    transition: all 0.5s;
    padding: .3rem .3rem .3rem 0;
    position: relative;
    z-index: 9;
}

.i-list li a:before {}

.i-list li a:after {
    content: "";
    position: absolute;
    left: -.2rem;
    top: -1px;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transform: scaleY(0);
    transition: all .6s;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(101, 111, 126, 0.3);
    border-bottom: 0.03rem solid #9E2227;
}

.i-list li:nth-child(1) a {
    border-top: 1px solid transparent;
}

.i-list li:nth-child(1) a:before {
    display: none;
}



.i-list li:last-child a {
    border-bottom: 1px dashed #CBCBCB;
}

.i-list li a .date {
    min-width: .92rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
    transition: all 0.5s;
    margin-right: .23rem;
    position: relative;
    font-family: Philosopher;
    color: #95663E;
}

.i-list li a .date::after {}

.i-list li a .date b {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.4rem;
}

.i-list li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
}

.i-list li a .info {
    flex: 1;
    min-width: 0;
}

.i-list li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: normal;
}

.i-list li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #C5C5C5;
    font-weight: normal;
    margin-top: .12rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i-list li a span {}

.i-list li:hover a::after {
    transform: scaleY(1);
}

.i-list li:hover a .date::after {
    background: rgba(255, 229, 229, 0.17);
}

.i-list li:hover a h3 {
    color: #9E2227;
    font-weight: 600;
}

.i-list li:hover a p {}

.i-list li:hover a {
    border-color: transparent;
    padding: .3rem .3rem .3rem 0;
}

.i-list li:hover a .date {
    color: #9E2227;
}

.i-list li:hover a .date span {}

.i-list li:hover a:before {
    background: #94070A;
}

.jgsz-box {
    margin-top: .65rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgsz-box:nth-child(1) {
    margin-top: 0;
}

.jgsz-box h3 {
    background: rgba(0, 96, 175, .1);
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .77rem;
    text-align: center;
    color: #9E2227;
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem;
}

.jgsz-box ul li {}

.jgsz-box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .62rem;
    color: #474747;
    padding: 0 .4rem 0 0;
}

.jgsz-box ul li a:hover {
    font-weight: 600;
    color: #9E2227;
    text-decoration: underline;
}

.xrld-t {
    background: #9E2227;
    padding: .2rem .1rem;
}

.xrld-t h3 {
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
}

.xrld-b {}

.xrld-b table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-color: rgba(216, 216, 216, .6);
}

.xrld-b table tr {}

.xrld-b table tr th {
    padding: .25rem;
    background: #FFFAF4;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
}

.xrld-b table tr td {
    padding: .26rem;
    vertical-align: top;
}

.xrld-b table tr td a {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
}

.xrld-b table tr td p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
}




.searchpage .secpag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.searchpage .secpag a {
    color: #333;
}

.searchpage .secpag a:hover {
    color: rgba(6, 131, 88, 1.0);
}




/* 组织机构 */

.zzjg-box+.zzjg-box {
    margin-top: .6rem;
}

.zzjg-box {
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 1px solid rgba(231, 231, 231, 0.2);
    padding-bottom: .45rem;
}

.zzjg-box h3 {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.7rem;
    color: #ffffff;
    padding: 0 .25rem;
    background: linear-gradient(270deg, rgba(255, 249, 249, 0) 0%, #9E2227 100%);
    border-left: 0.04rem solid #EAB77B;
}

.zzjg-box h3::before {}

.zzjg-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .08rem .25rem 0 .25rem;
    margin: 0 -.25rem;
}

.zzjg-box ul li {
    width: 33.33%;
    margin-top: .34rem;
}

.zzjg-box ul li:nth-child(3)~li {}

.zzjg-box ul li a {
    display: block;
    position: relative;
    padding-left: .3rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0px 4px 10px 0px rgba(234, 234, 234, 0.3);
    margin: 0 .25rem;
    border-left: 0.03rem solid #9E2227;
}

.zzjg-box ul li a::before {
    content: "";
    width: 0.28rem;
    height: 0.1rem;
    position: absolute;
    right: .35rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/zzjg-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.zzjg-box ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #9E2227;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
}

.zzjg-box ul li a:hover {
    color: #FFFFFF;
    border-color: #EAB77B;
}

.zzjg-box ul li a:hover::before {
    opacity: 1;
}

.zzjg-box ul li a:hover::after {
    opacity: 1;
}




.sh-slick .pic {
    padding-top: 52%;
    transition: all 0.3s;
}

.sh-slick a {
    overflow: hidden;
    display: block;
    position: relative;
}

.sh-ban a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.sh-lt {
    position: relative;
    margin-top: .17rem;
    z-index: 10;
}

.sh-lt>ul {}

.sh-lt a {
    margin: 0 .04rem;
    transition: all 0.3s;
    background: #F3F3F3;
    padding: 0.05rem;
    position: relative;
}

.sh-lt a:before {
    content: "";
    background: linear-gradient(270deg, rgba(194, 1, 11, 0.12) 0%, #9E2227 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .5s;
    opacity: 0;
}


.sh-lt a p {
    line-height: .8rem;
    text-align: center;
    color: #222222;
    font-size: .2rem;
}

.sh-lt a:hover p {
    color: #0A62C4;
    background-image: linear-gradient(100deg, #012871, #03c3f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sh-lt .slick-prev {
    width: .36rem;
    height: .36rem;
    background: #fff url(../images/sh-l.png) no-repeat;
    background-size: .15rem auto;
    background-position: center center;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .5s;
}

.sh-lt .slick-next {
    width: .36rem;
    height: .36rem;
    background: #fff url(../images/sh-r.png) no-repeat;
    background-size: .15rem auto;
    background-position: center center;
    border-radius: 50%;
    transform: translateX(50%) translateY(-50%);
    transition: all .5s;
}

.sh-lt li.slick-current a:before {
    opacity: 1;
}

.sh-lt li a .pic {
    padding-top: 61%;
}


.sh-lt .slick-prev:hover {
    background: #9E2227 url(../images/sh-lh.png) no-repeat;
    background-size: .15rem auto;
    background-position: center center;
}

.sh-lt .slick-next:hover {
    background: #9E2227 url(../images/sh-rh.png) no-repeat;
    background-size: .15rem auto;
    background-position: center center;
}

.xxgk-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
    text-indent: 2em;
}

.xxgk-text p+p {
    margin-top: .3rem;
}

.xxgk-pic {
    margin: .34rem 0;
}

.xxgk-pic img {
    display: block;
    width: 100%;
}

.xxgk-num {
    margin-bottom: .75rem;
}

.xxgk-num ul {
    display: flex;
}

.xxgk-num ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    position: relative;
}

.xxgk-num ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.5rem;
    height: 1px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(75.96deg);
    background: #D8D8D8;
}

.xxgk-num ul li a {
    display: block;
}

.xxgk-num ul li div {
    font-family: Roboto;
    display: flex;
    align-items: flex-end;
    font-size: 0.24rem;
    line-height: .4rem;
}

.xxgk-num ul li div b {
    font-size: 0.48rem;
    line-height: .56rem;
    font-weight: normal;
}

.xxgk-num ul li p {
    font-size: 0.18rem;
    font-weight: 350;
    line-height: .27rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .03rem;
}

.xywh {}

.xywh-logo {}

.xywh-logo a {
    display: block;
}

.xywh-logo a img {
    display: block;
    width: 7.28rem;
    max-width: 100%;
}

.xywh-main {
    border-radius: 0.3rem 0px 0px 0px;
    background: rgba(255, 255, 255, 0.7);
    padding: .55rem .4rem .7rem .4rem;
    margin-left: .2rem;
}

.xywh-main h3 {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.42rem;
    letter-spacing: normal;
    color: #9E2227;
    margin-bottom: .23rem;
}

.xywh-main p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.42rem;
    letter-spacing: normal;
    color: #333333;
}

.xywh-main div {
    display: flex;
    align-items: center;
    margin-top: .34rem;
}

.xywh-main div h4 {
    display: flex;
    align-items: center;
}

.xywh-main div h4 img {
    height: 0.24rem;
}

.xywh-main div h4 b {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #333333;
    margin-left: .13rem;
}

.xywh-main div a {
    width: 1.55rem;
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .34rem;
    border-radius: 0.1rem;
    background: #9E2227;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.44rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.xywh-main div a img {
    height: 0.2rem;
    margin-left: 0.08rem;
}


.xsjz ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem;
}

.xsjz ul li {
    width: 33.33%;
}

.xsjz ul li:nth-child(3)~li {
    margin-top: .6rem;
}

.xsjz ul li a {
    display: block;
    margin: 0 .18rem;
    height: 100%;
    transition: all .5s;
}

.xsjz ul li a .pic {
    padding-top: 66%;
}

.xsjz ul li a .info {
    padding: .25rem .2rem;
}

.xsjz ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.xsjz ul li a dl {
    margin-top: .1rem;
}

.xsjz ul li a dl dd {
    display: flex;
    align-items: flex-start;
    padding: .05rem 0;
}

.xsjz ul li a dl dd div {
    width: 0.2rem;
    display: flex;
    height: 0.22rem;
    justify-content: center;
    align-items: center;
    margin-right: .12rem;
}

.xsjz ul li a dl dd div img {
    height: .16rem;
}

.xsjz ul li a dl dd p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #7D7E7F;
    flex: 1;
    min-width: 0;
}

.xsjz ul li a:hover {
    background: #FFFFFF;
}

.xsjz ul li a:hover h3 {
    color: #9E2227;
    font-weight: 600;
}

.xrldny {}

.xrldny-t {
    display: flex;
    align-items: center;
}

.xrldny-tl {
    width: 1.9rem;
    margin-right: .5rem;
    border-radius: 0.1rem;
    background: #F4F4F4;
    overflow: hidden;
}

.xrldny-tl img {
    display: block;
    width: 100%;
}

.xrldny-tr {
    flex: 1;
    min-width: 0;
}

.xrldny-tr h3 {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: .3rem;
}

.xrldny-tr h3 b {
    border-radius: 0.06rem;
    background: #FFF5EA;
    min-width: 0.6rem;
    padding: 0 .1rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #D17E22;
    margin-left: .17rem;
}

.xrldny-tr p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.42rem;
    letter-spacing: normal;
    color: #333333;
}

.xrldny-b {
    margin-top: .55rem;
}

.xrldny-b ul li a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.42rem;
    letter-spacing: normal;
    color: #333333;
}

.xzxx {}

.xzxx-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: .4rem;
}

.xzxx-tit {
    margin-right: .2rem;
    width: 2.4rem;
}

.xzxx-tit span {
    display: block;
    text-align: right;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-align: right;
    letter-spacing: normal;
    color: #333333;
}

.xzxx-ipt {
    flex: 1;
    min-width: 0;
}

.xzxx-ipt input {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 1px solid #FAE7D1;
    padding: 0 .2rem;
    height: 0.5rem;
    line-height: .5rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #333;
    font-family: '微软雅黑';
}

.xzxx-ipt textarea {
    resize: none;
    width: 100%;
    display: block;
    border: 1px solid #FAE7D1;
    padding: .1rem .2rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: .18rem;
    line-height: .3rem;
    color: #333;
    font-family: '微软雅黑';
}

.xzxx-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xzxx-btns input {
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 1px solid #FAE7D1;
    transition: all .5s;
    width: 1.4rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.5rem;
    text-align: right;
    letter-spacing: normal;
    color: #D17E22;
    margin: 0 .3rem;
    text-align: center;
    cursor: pointer;
}

.xzxx-btns input:hover {
    border-radius: 0.1rem;
    color: #fff;
    background: #9E2227;
}




.szlist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.szlist ul li {
    width: 50%;
    margin-bottom: .35rem;
}

.szlist ul li a {
    margin: 0 .2rem;
    display: flex;
    border-radius: 0.05rem;
    border: solid 0.01rem #f6f5f5;
    background-color: #f6f5f5;
    padding: .2rem .25rem;
    transition: all .5s;
    min-height: 100%;

}

.szlist ul li a .pics {
    width: 1.53rem;
    margin-right: .27rem;
}

.szlist ul li a .pics .pic {
    padding-top: 124%;
}

.szlist ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .2rem;
}

.szlist ul li a .info h3 {
    display: flex;
    margin-bottom: .2rem;
}

.szlist ul li a .info h3 b {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #222222;
    border-bottom: .03rem solid #1551B0;
    padding-bottom: .12rem;
}

.szlist ul li a .info dl {
    display: flex;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
}

.szlist ul li a .info dl dd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}



.szlist ul li a:hover {
    background-color: #ffffff;
    border: solid 0.01rem #e5e5e5;
    box-shadow: 0 0.08rem .1rem rgba(0, 0, 0, .2);
}


.xspy-pic {
    margin-top: .4rem;
}

.xspy-pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 8.4rem;
}

.xspy-text {
    margin-top: .32rem;
}

.xspy-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .1rem;
    padding-left: .18rem;
    position: relative;
}

.xspy-text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.14rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #9E2227;
}

.xspy-jj {
    border-top: 1px dashed #D8D8D8;
    margin-top: .4rem;
}

.xspy-jj h3 {
    position: relative;
    padding-left: .22rem;
    margin-top: .4rem;
}

.xspy-jj h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #9E2227;
    width: 0.0532rem;
    height: 0.3rem;
    font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.42rem;
    letter-spacing: normal;
    color: #2C2C2C;
}

.xspy-jj ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}

.xspy-jj ul li {
    margin-top: .24rem;
    width: 33.33%;
}

.xspy-jj ul li a {
    display: block;
    margin: 0 .1rem;
    position: relative;
}

.xspy-jj ul li a .pic {
    padding-top: 73%;
}

.xspy-jj ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 0.66rem;
}

.xspy-jj ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: .2rem;
}



/* 贷款计算器 */
.calculator-container {
    max-width: 8rem;
    margin: 0 auto;
    background: white;
    border-radius: 0.1rem;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.calc-header {
    background-color: #9E2227;
    color: white;
    padding: 0.18rem 0.2rem;
    text-align: center;
}

.calc-header h2 {
    font-size: .24rem;
    font-weight: 600;
}

.tab-nav {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
}

.tab-btn {
    flex: 1;
    padding: 0.15rem;
    text-align: center;
    background: #f9fafb;
    border: none;
    font-size: .16rem;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-btn.active {
    background: white;
    color: #9E2227;
    border-bottom: 0.03rem solid #9E2227;
    font-weight: 600;
}

.tab-content {
    padding: 0.25rem;
    display: none;
}

.tab-content.active {
    display: block;
}

.input-group {
    margin-bottom: 0.2rem;
}

.calculator-container label {
    display: block;
    margin-bottom: 0.08rem;
    font-weight: 500;
    color: #374151;
}

.calculator-container input, select {
    width: 100%;
    padding: 0.12rem 0.15rem;
    border: 1px solid #d1d5db;
    border-radius: 0.06rem;
    font-size: .16rem;
    outline: none;
    transition: border 0.3s;
}

.calculator-container input:focus,.calculator-container select:focus {
    border-color: #9E2227;
}

.hint {
    font-size: .14rem;
    color: #6b7280;
    margin-top: 0.05rem;
}

.calc-btn {
    width: 100%;
    padding: 0.15rem;
    background-color: #9E2227;
    color: white;
    border: none;
    border-radius: 0.06rem;
    font-size: .18rem;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 0.1rem;
}

.calc-btn:hover {
    background-color: #700609;
}

.result-box {
    margin-top: 0.25rem;
    padding: 0.2rem;
    background-color: #f0f7ff;
    border-radius: 0.06rem;
    border-left: 0.04rem solid #9E2227;
    display: none;
}

.result-box h3 {
    color: #9E2227;
    margin-bottom: 0.15rem;
    font-size: .18rem;
}

.result-item {
    margin-bottom: 0.1rem;
    font-size: .16rem;
    color: #374151;
}

.result-item strong {
    color: 9E2227;
}

.formula-box {
    margin-top: 0.2rem;
    padding: 0.15rem;
    background-color: #f8fafc;
    border-radius: 0.04rem;
    border: 1px solid #e2e8f0;
}

.formula-box h4 {
    color: 9E2227;
    margin-bottom: 0.1rem;
    font-size: .16rem;
}

.formula-item {
    margin-bottom: 0.08rem;
    font-size: .15rem;
    color: #4b5563;
    line-height: 1.8;
}

.note {
    margin-top: 0.15rem;
    padding: 0.12rem;
    background-color: #fff8e1;
    border-radius: 0.04rem;
    font-size: .15rem;
    color: #78350f;
    border-left: 0.03rem solid #f59e0b;
}

.error-tip {
    color: #dc2626;
    font-size: 0.14rem;
    margin-top: 0.05rem;
    display: none;
}

.unit-tag {
    display: inline-block;
    padding: 0.03rem 0.08rem;
    background-color: rgba(158, 34, 39,.2);
    color: #333;
    border-radius: 0.04rem;
    font-size: .12rem;
    margin-left: 0.08rem;
}

/* 响应式适配手机端 */
@media (max-width: 768px) {
  

    .calculator-container {
        border-radius: 0.05rem;
    }

    .calc-header {
        padding: 0.15rem 0.1rem;
    }

    .calc-header h2 {
        font-size: .2rem;
    }

    .tab-content {
        padding: 0.15rem;
    }

    .input-group {
        margin-bottom: 0.15rem;
    }

    .result-box {
        padding: 0.15rem;
    }

    .formula-item {
        font-size: 0.15rem;
    }
}