@charset "utf-8";

body {
    overflow-x: hidden
}

.banner {
    width: 100%;
    overflow: hidden
}

.banner img {
    display: block;
    width: 100%
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.88rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%)
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.4rem
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 0.07rem
}

.pagination a.active {
    background: #DA2C43;
    color: #fff;
    border: 1px solid #DA2C43
}

.pagination a:hover {
    background: #DA2C43;
    color: #fff;
    border: 1px solid #DA2C43
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem
}

.nymain {
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    background: url(../images/section4-bg.png) no-repeat center bottom;
    background-size: 100% auto
}

.nymain .wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.nymain .leftNav {
    width: 2.7rem;
    margin-right: 0.5rem;
    position: relative
}

.nymain .leftNav>h2 {
    line-height: 0.88rem;
    color: #fff;
    font-family: sys-b;
    font-size: 0.32rem;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    background: #DA2C43
}

.nymain .leftNav>ul {
    box-shadow: 0px 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
    background: #DA2C43;
    padding: 0.26rem 0.2rem 1rem 0.34rem;
    position: relative;
    z-index: 1
}

.nymain .leftNav>ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.08rem;
    right: 0;
    bottom: 0.12rem;
    background: #fff;
    background: linear-gradient(135deg, transparent 10px, #fff 0);
    z-index: -1
}

.nymain .leftNav>ul>li {
    position: relative
}

.nymain .leftNav>ul>li::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 0.03rem solid #DA2C43;
    transform: scaleY(0);
    z-index: 1;
    transition: all 0.3s
}

.nymain .leftNav>ul>li:first-child {
    border-top: none
}

.nymain .leftNav>ul>li>a {
    position: relative;
    padding: 0.18rem 0.4rem 0.18rem 0
}

.nymain .leftNav>ul>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.26rem;
    width: 0;
    background: linear-gradient(270deg, rgba(218, 44, 67, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 0px 1rem 1rem 0px;
    z-index: -1;
    transition: all 0.5s
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
    width: calc(100% + 0.26rem)
}

.nymain .leftNav>ul>li>a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.26rem;
    width: 0.04rem;
    height: 0.33rem;
    border-radius: 0.1rem;
    background: #ea881e;
    display: none
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-left: 0.4rem;
    color: #272727;
    border-bottom: 1px dashed #e5e5e5
}

.nymain .leftNav ul li:last-child a {
    border-bottom: none
}

.nymain .leftNav>ul>li.on>a {
    color: #DA2C43;
    font-weight: 600
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
    display: block
}

.nymain .leftNav>ul>li:hover>a {
    color: #DA2C43;
    font-weight: 600
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
    transform: none
}

.nymain .leftNav>ul>li.active>a {
    color: #DA2C43;
    font-weight: 600
}

.nymain .leftNav>ul>li>span {
    display: block;
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 0.2rem;
    height: 0.67rem;
    background: url(../images/left-sj1.png) no-repeat center;
    background-size: 0.11rem 0.06rem;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(-180deg)
}

.nymain .leftNav ul li.active ul {
    display: block
}

.nymain .leftNav ul li a:hover {
    color: #DA2C43;
    font-weight: 600
}

.nymain .leftNav>ul>li>ul {
    display: none;
    border-bottom: 1px solid #e5e5e5
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding-left: 0.6rem;
    padding-top: 0.07rem;
    padding-bottom: 0.07rem;
    color: #7E7E7E;
    border-bottom: none;
    position: relative
}

.nymain .leftNav>ul>li>ul>li>a::after {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0.4rem;
    width: 0.04rem;
    height: 0.04rem;
    background: #BEBEBE;
    border-radius: 50%;
    transition: all 0.5s
}

.nymain .leftNav>ul>li>ul>li .on {
    color: #DA2C43;
    font-weight: 600
}

.nymain .leftNav>ul>li>ul>li:hover>a::after,
.nymain .leftNav>ul>li>ul>li.on>a::after {
    background: #DA2C43
}

.ny-right {
    flex: 1;
    min-width: 0;
    min-height: 4rem
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 0.66rem;
    border-bottom: 1px dashed #BFBFBF
}

.position>div::after {
    content: '';
    position: absolute;
    bottom: -0.03rem;
    right: -0.06rem;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    border: 1px solid #BFBFBF
}

.position h3 {
    position: absolute;
    font-family: sys-b;
    font-size: 0.26rem;
    font-weight: bold;
    color: #DA2C43;
    text-align: left;
    bottom: 0;
    left: 0;
    background: url(../images/ny-r1.png) no-repeat left center;
    background-size: 0.23rem auto;
    padding-left: 0.35rem
}

.position span {
    font-family: SimSun;
    color: rgba(39, 39, 39, 0.3);
    font-size: 0.16rem;
    vertical-align: middle
}

.position img {
    height: 0.16rem;
    vertical-align: middle;
    margin-right: 0.05rem
}

.position a {
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #272727;
    margin: 0 0.1rem;
    vertical-align: middle
}

.position a:last-child {
    margin-right: 0
}

.position a:hover,
.position a.position-dq {
    color: #DA2C43
}

.text-list ul li {
    margin-bottom: 0.31rem;
    position: relative;
    z-index: 1
}

.text-list ul li:first-child {
    margin-top: 0.6rem
}

.text-list ul li::after {
    content: "";
    position: absolute;
    left: -0.06rem;
    right: 0;
    bottom: -0.06rem;
    height: 80%;
    border-radius: 0.3rem 0px 0px 0px;
    background: #f5f5f5;
    box-shadow: 0px 0px 0.1rem 0px rgba(145, 159, 184, 0.31);
    z-index: -1;
    transition: all 0.5s
}

.text-list ul li a {
    display: flex;
    align-items: center;
    padding: 0.24rem 0.4rem 0.34rem 0.4rem;
    background: #F6F4F5;
    background: #fff;
    box-shadow: 0px 0.06rem 0.37rem 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.text-list ul li a .date {
    text-align: center;
    font-family: Arial
}

.text-list ul li a .date p {
    font-weight: 700;
    font-size: 0.36rem;
    line-height: 1;
    color: #DA2C43
}

.text-list ul li a .date span {
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 0.1rem;
    color: #666
}

.text-list ul li a hr {
    display: block;
    background: none;
    border: none;
    border-left: 1px solid rgba(24, 83, 185, 0.12);
    height: 0.85rem;
    margin: 0 0.2rem
}

.text-list ul li a .list-tx {
    flex: 1;
    min-width: 0
}

.text-list ul li a .list-tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #272727;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s
}

.text-list ul li a .list-tx p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #AEB2B9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem
}

.text-list ul li:hover::after {
    background: #DA2C43
}

.text-list ul li:hover a .list-tx h3 {
    color: #DA2C43;
    font-weight: bold
}

.list2 ul li {
    line-height: 0.8rem;
    font-size: 0.2rem;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    left: 0;
    transition: all 0.5s
}

.list2 ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #DA2C43;
    transition: all 0.5s
}

.list2 ul li span {
    display: block;
    float: right;
    font-size: 0.16rem;
    color: #9E9E9E;
    background: url(../images/s3-rtime1.png) no-repeat left center;
    background-size: 0.16rem auto;
    padding-left: 0.26rem;
    margin-left: 0.2rem;
    transition: all 0.5s
}

.list2 ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s
}

.list2 ul li:hover span {
    color: #DA2C43;
    background: url(../images/s3-rtime2.png) no-repeat left center;
    background-size: 0.16rem auto
}

.list2 ul li:hover {
    left: 0.05rem
}

.list2 ul li:hover::after {
    width: 100%
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 0.24rem;
    font-weight: 600;
    margin-top: 0.36rem
}

.art-main .art-body {
    padding-top: 0.3rem
}

.art-main .art-body p,
.art-main .art-body p * {
    color: #333333;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 0.18rem !important;
    line-height: 2 !important;
    margin-bottom: 0.25rem
}

.art-main .art-body p strong {
    font-weight: bold
}

.art-main .art-body img,
.art-main .art-body video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0.1rem auto
}

.art-main .art-body iframe {
    max-width: 100% !important;
    display: block;
    margin: 0.1rem auto !important;
    height: 800px;
}

.art-main .art-body table {
    max-width: 100%;
    margin: 0 auto !important;
    border-collapse: collapse;
    float: none
}

.art-main .art-body table td {
    padding: 5px 10px;
    line-height: 30px;
    border: 1px #ddd solid
}

.art-main .art-body table td p {
    text-indent: 0em !important;
    margin-bottom: 0px !important
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    background: #f5f5f5;
    margin-top: 0.24rem;
    padding: 0.05rem 0.1rem
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.16rem;
    margin-right: 0.05rem
}

.art-main .cont-tit p span {
    display: inline-block;
    font-size: 0.16rem;
    color: #999
}

.art-main .cont-tit p span a:hover {
    color: #DA2C43;
    font-weight: 600
}

.art-info {
    border-top: 1px dashed #e0e0e0;
    margin-top: 0.25rem
}

.pnext {
    margin-top: 0.25rem
}

.pnext p {
    text-indent: initial;
    line-height: 0.34rem;
    color: #555555;
    font-size: 0.18rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pnext p a {
    color: #555555
}

.pnext p:hover a {
    color: #DA2C43
}

.dpzw-pic {
    padding: 0 0 0.2rem 0.2rem;

    background-size: 36.73% 80%
}

.art-main .art-body .dpzw-pic img {
    display: block;
    width: 100%;
    max-width: 100% !important
}

.dpzw-bd {
    background: rgba(255, 255, 255, 0.49);
    padding: 0.3rem 0.5rem;
    margin-top: 0.2rem
}

.art-main .art-body .dpzw-zs img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 0.2rem
}

.art-main .dpzw p *,
.art-main .dpzw p {
    font-weight: 400;
    font-size: 0.16rem !important;
    color: #272727;
    text-indent: 0 !important
}

.art-main .dpzw p b {
    font-weight: 700
}

.art-main .dpzw .jj-t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.2rem
}

.art-main .dpzw .jj-t img {
    display: block;
    width: 45.22%
}

.art-main .dpzw .jj-t .jj-tr {
    flex: 1;
    min-width: 0;
    background: #DA2C43;
    background: linear-gradient(225deg, transparent 20px, #DA2C43 0);
    padding: 0.26rem 0.3rem;
    color: #fff;
    line-height: 0.3rem !important;
    margin-bottom: 0 !important;
    text-indent: 2em !important
}

.img-lists ul {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%
}

.img-lists ul li {
    float: left;
    width: 29.333%;
    margin: 0.4rem 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0
}

.img-lists ul li:hover {
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
    top: -0.1rem
}

.img-lists ul li a {
    display: block;
    width: 100%
}

.img-lists ul li a .pic {
    padding-top: 61%
}

.img-lists ul li a>div.info {
    padding: 0.15rem 0.1rem;
    font-size: 0;
    text-align: center
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.img-lists ul li:hover a>div.info p {
    color: #DA2C43
}

.list-ld {
    overflow: hidden
}

.list-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list-ld ul li {
    width: 48%;
    margin-top: 0.8rem
}

.list-ld ul li a {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.03)
}

.list-ld ul li .sz-pic {
    width: 2.4rem
}

.list-ld ul li .pic {
    padding-top: 132.08%
}

.list-ld ul li .sz-tx {
    flex: 1;
    min-width: 0;
    border: 1px solid transparent;
    border-left: none;
    padding: 0.3rem;
    transition: all 0.4s
}

.list-ld ul li h3 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 0.16rem
}

.list-ld ul li p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.4s
}

.list-ld ul li .xq {
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 0.24rem
}

.list-ld ul li .xq span {
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #000;
    padding-right: 0.47rem;
    background: url(../images/xq-jt.png) no-repeat right center;
    background-size: 0.37rem auto;
    opacity: 0.32;
    transition: all 0.4s
}

.list-ld ul li:hover p {
    color: #DA2C43
}

.list-ld ul li:hover .sz-tx {
    border-color: #DA2C43
}

.list-ld ul li:hover .pic img {
    transform: scale(1.1)
}

.list-ld ul li .xq span {
    opacity: 1
}

.ldjg-t ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ldjg-t ul li {
    width: 50%
}

.ldjg-t ul li {
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid #d8d8d8
}

.ldjg-t ul li .tit {
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #DA2C43;
    width: 2.5rem;
    padding-left: 0.3rem;
    border-left: 0.02rem solid #DA2C43;
    margin-right: 0.4rem
}

.ldjg-t ul li .ldjg-bd {
    flex: 1;
    min-width: 0
}

.ldjg-t ul li .ldjg-bd a {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #111;
    transition: all 0.3s
}

.ldjg-t ul li .ldjg-bd a:hover {
    color: #DA2C43
}

.sz-con {
    margin-top: 0.57rem
}

.sz-con .pic1 {
    position: relative;
    z-index: 1;
    padding-left: 0.1rem;
    padding-bottom: 0.1rem
}

.sz-con .pic1::before {
    content: '';
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    left: 0;
    bottom: 0;
    background: #DA2C43;
    z-index: -1
}

.sz-con .pic1 img {
    display: block;
    width: 1.8rem
}

.sz-t {
    margin-top: 0.26rem
}

.sz-ty {
    overflow: hidden;
    padding-left: 1rem
}

.sz-ty h3 {
    font-size: 0.3rem;
    font-weight: normal;
    color: #DA2C43
}

.sz-ty>div {
    margin-top: 0.16rem
}

.sz-ty>div p {
    font-size: 0.18rem;
    line-height: 0.44rem;
    color: #666666;
    background: url(../images/leftNav-q.png) no-repeat left 0.2rem;
    background-size: 0.05rem auto;
    padding-left: 0.25rem
}

.sz-d {
    position: relative;
    z-index: 1
}

.sz-d::before {
    content: '';
    position: absolute;
    top: 0.15rem;
    bottom: 0;
    left: 0.15rem;
    border-left: 1px solid rgba(13, 66, 167, 0.1);
    z-index: -1
}

.sz-box {
    margin-top: 0.5rem
}

.sz-box h4 {
    font-size: 0;
    padding-left: 0.8rem;
    margin-bottom: 0.3rem;
    background-image: url(../images/sz-dot.png);
    background-repeat: no-repeat;
    background-size: 0.29rem auto;
    background-position: left center
}

.sz-box h4 span {
    display: inline-block;
    font-size: 0.26rem;
    font-weight: bold;
    color: #DA2C43;
    text-indent: 0
}

.sz-box p {
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #666666;
    padding-left: 0.8rem
}

.sz-p p {
    margin-top: 0.3rem
}

.sz-p p:first-child {
    margin-top: 0
}

.tw ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    z-index: 1;
    background-color: transparent;
    transition: all 0.5s
}

.tw ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #DA2C43;
    transition: all 0.5s
}

.tw ul li a .pic {
    width: 2.48rem;
    height: 1.66rem;
    padding-top: 0
}

.tw ul li a .tx {
    flex: 1;
    min-width: 0
}

.tw ul li a .tx .date {
    display: inline-block;
    font-family: Arial;
    font-size: 0.14rem;
    color: #A3A4A5;
    padding: 0 0.26rem;
    border-top: 1px solid rgba(192, 27, 21, 0.38);
    padding-top: 0.07rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.tw ul li a .tx .date::after {
    content: '';
    position: absolute;
    top: -0.04rem;
    left: 100%;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid rgba(192, 27, 21, 0.38);
    border-radius: 50%;
    transition: all 0.5s
}

.tw ul li a .tx .date b {
    font-size: 0.24rem;
    font-weight: bold;
    color: #DA2C43;
    padding-right: 0.04rem
}

.tw ul li a .tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #2C2C2C;
    margin-left: 0.26rem
}

.tw ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    height: 0.56rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    color: #999;
    margin-left: 0.26rem
}

.tw ul li:hover a::before {
    width: 100%
}

.tw ul li:hover a .date {
    color: #DA2C43;
    border-top-color: #DA2C43
}

.tw ul li:hover a .tx .date::after {
    border-color: #DA2C43
}

.tw ul li:hover a .tx h3 {
    color: #DA2C43;
    font-weight: bold
}

.jgsz {
    max-width: 8.5rem;
    margin: 0 auto
}

.jgsz-t {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem
}

.jgsz-t h3 {
    width: 3.2rem;
    line-height: 0.55rem;
    border-radius: 0.02rem;
    background: #DA2C43;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold
}

.jgsz-t h4 a {
    display: block;
    width: 3.2rem;
    line-height: 0.55rem;
    border-radius: 0.02rem;
    background: #E8F3FE;
    color: #DA2C43;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold
}

.jgsz-t hr {
    background: none;
    border: 0;
    height: 0.5rem;
    border-left: 1px solid #CECECE
}

.jgsz-d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.6rem;
    margin-top: 0;
    padding-top: 0.6rem;
    position: relative;
    z-index: 1
}

.jgsz-d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.05rem;
    right: 1.05rem;
    border-top: 1px solid #CECECE
}

.jgsz-d h4 a {
    display: block;
    width: 2.1rem;
    line-height: 0.55rem;
    border-radius: 0.02rem;
    background: #E8F3FE;
    color: #DA2C43;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    position: relative;
    z-index: 1
}

.jgsz-d h4 a::before {
    content: '';
    position: absolute;
    top: -110%;
    left: 50%;
    height: 0.6rem;
    border-left: 1px solid #CECECE
}

.gw-tit {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #DA2C43;
    padding: 0.2rem 0;
    border-bottom: 1px solid #D8D8D8
}

.gwzz p {
    font-size: 0.16rem;
    line-height: 0.4rem !important;
    color: #242424;
    margin-top: 0.3rem
}

.gwzz p b {
    font-weight: 700
}

.gwzz p img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.zzjg {
    border-left: 0.02rem solid #DA2C43;
    padding-left: 0.3rem;
    margin-top: 0.9rem
}

.zzjg h3 {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #DA2C43;
    margin-bottom: 0.22rem
}

.zzjg ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.zzjg ul li {
    width: 48%;
    position: relative;
    z-index: 1;
    line-height: 0.34rem;
    font-size: 0.2rem;
    color: #111111;
    transition: all 0.5s
}

.zzjg ul li::before {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: -0.05rem;
    right: 0.05rem;
    height: 0;
    border-radius: 0.3rem 0px 0px 0px;
    background: #DA2C43;
    z-index: -1;
    transition: all 0.5s
}

.zzjg ul li div {
    padding: 0.13rem 0;
    transition: all 0.5s
}

.zzjg ul li a {
    display: inline-block;
    color: #111111;
    transition: all 0.5s
}

.zzjg ul li:hover div {
    padding: 0.13rem 0.2rem;
    background: #f5f5f5
}

.zzjg ul li:hover::before {
    height: 90%
}

.zzjg ul li a:hover {
    font-weight: 600;
    color: #DA2C43
}

@media screen and (max-width: 1300px) {
    .art-main .dpzw .jj-t img {
        width: auto
    }

    .art-main .dpzw .jj-t .jj-tr {
        flex: none;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .nymain {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem
    }

    .nymain .leftNav>h2 {
        font-size: 24px;
        padding-left: 20px;
        line-height: 70px
    }

    .nymain .leftNav>ul>li::before {
        border-left-width: 2px
    }

    .position>div {
        line-height: 50px
    }

    .position h3 {
        font-size: 22px
    }

    .position h3::after {
        height: 2px
    }

    .pagination {
        padding-top: 0.2rem
    }

    .sjtw ul li a .tw-tx {
        width: calc(100% - 80px)
    }

    .list-ld ul li .sz-pic {
        margin: 0 auto
    }

    .list-ld ul li {
        margin-top: 0.3rem
    }

    .list-ld ul li a {
        display: block;
        padding-top: 0.3rem
    }

    .list-ld ul li .sz-tx {
        border: 1px solid transparent !important
    }

    .list-ld ul li h3 {
        text-align: center
    }

    .list-ld ul li .xq {
        margin-top: 0.2rem;
        padding-top: 0.2rem
    }

    .text-list ul li {
        margin-bottom: 0.3rem
    }

    .text-list ul li:first-child {
        margin-top: 0.4rem
    }

    .text-list ul li a {
        padding: 0.2rem
    }

    .text-list ul li a .date p {
        font-size: 0.3rem
    }

    .text-list ul li a .date span {
        font-size: 0.16rem
    }

    .text-list ul li a .list-tx h3 {
        font-size: 0.18rem;
        line-height: 0.3rem
    }

    .text-list ul li a .list-tx p {
        margin-top: 0.1rem
    }

    .list2 ul li {
        font-size: 0.18rem
    }

    .list2 ul li span {
        font-size: 0.16rem;
        background-size: 0.14rem auto;
        padding-left: 0.24rem
    }

    .tw ul li a,
    .tw ul li:hover a {
        padding: 0.2rem 0
    }

    .tw ul li a .pic {
        width: 2.1rem;
        height: 1.41rem
    }

    .tw ul li a .tx h3 {
        font-size: 0.18rem
    }

    .tw ul li a .tx p {
        margin-top: 0.1rem
    }

    .dpzw-pic {
        padding: 0 0 0.1rem 0.1rem
    }

    .dpzw-bd {
        padding: 0.2rem
    }

    .ldjg-t ul li {
        width: 100%
    }

    .ldjg-t ul li {
        padding: 0.2rem 0
    }

    .ldjg-t ul li .tit,
    .ldjg-t ul li .ldjg-bd a {
        font-size: 0.18rem
    }

    .ldjg-t ul li .tit {
        width: 2rem
    }

    .zzjg {
        padding-left: 0.2rem;
        margin-top: 0.4rem
    }

    .zzjg h3 {
        font-size: 0.22rem;
        line-height: 0.3rem;
        margin-bottom: 0.2rem
    }

    .zzjg ul li {
        width: 100%;
        font-size: 0.18rem
    }

    .sz-ty {
        padding-left: 0.5rem
    }
}

@media screen and (max-width:920px) {
    .nymain .leftNav>h2 {
        height: inherit;
        line-height: 0.56rem;
        font-size: 0.22rem;
        text-align: left;
        padding-left: 0.15rem;
        font-weight: 600;
        background: #DA2C43
    }

    .nymain .leftNav>h2::before,
    .nymain .leftNav>h2::after {
        display: none
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 0.5rem;
        height: 0.56rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: 0.14rem 0.14rem;
        cursor: pointer
    }

    .nymain {
        padding-top: 0.3rem
    }

    .nymain .leftNav {
        width: 100%;
        margin-right: 0
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0
    }

    .nymain .leftNav>ul::before {
        background: #fff
    }

    .nymain .leftNav ul li a {
        padding-left: 0.2rem
    }

    .nymain .leftNav>ul>li>a>span {
        top: 0.25rem
    }

    .nymain .leftNav>ul>li>ul>li>a {
        padding-left: 0;
        font-size: 0.18rem
    }

    .nymain .leftNav>ul>li>ul>li>a::after {
        left: -0.15rem
    }

    .nymain .leftNav ul {
        display: none;
        padding: 0.26rem 0.2rem 0.26rem 0.34rem
    }

    .nymain .leftNav>ul>li>ul {
        padding: 0.15rem 0 0.15rem 0.34rem
    }

    .nymain .leftNav>ul::after {
        content: none
    }

    .ny-right {
        flex: none;
        width: 100%
    }

    .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .position>div {
        text-align: left;
        line-height: 22px;
        padding-bottom: 10px
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px
    }

    .pagination {
        padding-top: 20px
    }

    .text-list ul li:first-child {
        margin-top: 0.2rem
    }

    .pnext {
        float: none;
        border: none;
        width: auto
    }

    .zzjg_text li {
        width: 50%
    }

    .img-lists ul li {
        width: 47.333%;
        margin: 10px 1%
    }

    .img-lists ul li a>img {
        height: 191px
    }

    .xbxx {
        padding-top: 0
    }

    .xbxx ul li a {
        padding: 15px 10px
    }

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0
    }

    .xbxx ul li a div span {
        font-size: 12px
    }

    .xbxx ul li a div img {
        height: 14px
    }

    .nymain .leftNav>h2 img {
        height: 20px
    }

    .dt-list2 li a>.dt-text h3 {
        font-size: 18px
    }

    .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0
    }

    .dt-list2 li a>.dt-text {
        padding-left: 10px
    }

    .dt-list2 li .date {
        width: 60px
    }

    .dt-list2 li .date span {
        font-size: 24px
    }

    .dt-list2 li .date {
        padding: 4px 0
    }

    .dt-list2 li {
        padding: 15px 0
    }

    .art-main .art-body {
        padding-top: 20px
    }

    .sz-con {
        margin-top: 0.25rem
    }

    .sz-t {
        margin-top: 0.2rem
    }

    .sz-ty h3 {
        font-size: 0.26rem
    }

    .sz-box h4 span {
        font-size: 0.22rem
    }

    .sz-box p {
        font-size: 0.18rem;
        line-height: 0.34rem;
        padding-left: 0.5rem
    }

    .sz-box h4 {
        background-size: 0.25rem auto;
        padding-left: 0.5rem
    }

    .sz-d::before {
        left: 0.12rem
    }

    .xz-list-t ul li .pic {
        width: 2.2rem;
        height: 1.47rem
    }

    .art-main .dpzw p *,
    .art-main .dpzw p {
        font-size: 0.18rem !important
    }

    .zzjg ul li {
        width: 100%
    }

    .list2 ul li {
        line-height: 0.65rem
    }

    .list-ld ul li h3 {
        font-size: 0.22rem
    }

    .list-ld ul li p {
        font-size: 0.16rem
    }

    .list-ld ul li .xq span {
        font-size: 0.16rem;
        background-size: 0.25rem auto;
        padding-right: 0.35rem
    }
}

@media screen and (max-width:480px) {
    .nymain>div {
        padding: 0 10px 10px
    }

    .img-lists ul li a>img {
        height: 100px
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px
    }

    .nymain .leftNav ul li a {
        line-height: 24px;
        font-size: 15px
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 13px
    }

    .sz-con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .sz-con .sz-r {
        width: 100%
    }

    .sz-r {
        width: calc(100% - 2rem)
    }

    .sz-ty {
        padding-left: 0
    }

    .sz-ty h3 {
        padding-left: 0;
        text-align: center
    }

    .sz-ty>div p {
        line-height: 0.34rem
    }

    .tw ul li a .pic {
        width: 100%;
        height: auto;
        padding-top: 66.93%;
        margin-bottom: 0.2rem
    }

    .tw ul li a .tx {
        flex: none;
        width: 100%
    }

    .tw ul li a .tx h3,
    .tw ul li a .tx p {
        margin-left: 0
    }

    .tw ul li a .tx .date {
        padding: 0.1rem 0.1rem 0
    }

    .list-ld ul li {
        width: 100%
    }

    .list-ld ul li .sz-tx {
        padding: 0.2rem 0.3rem 0.3rem 0.3rem
    }

    .jgsz {
        zoom: 0.5
    }
}

@media screen and (max-width:320px) {
    .text-list ul li {
        line-height: 40px
    }

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px
    }

    .art-main .art-body p {
        font-size: 15px
    }

    .img-lists ul li a>img {
        height: 84px
    }
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    margin: 5px 0px 0px 5px !important
}

.pb_sys_common .p_t {
    margin-top: 5px !important
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #DA2C43 !important;
    background-color: #DA2C43 !important
}