@charset "utf-8";

body {
    padding-top: 1rem
}

.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: #A5040E;
    color: #fff;
    border: 1px solid #A5040E
}

.pagination a:hover {
    background: #A5040E;
    color: #fff;
    border: 1px solid #A5040E
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem
}

.nymain {
    /*position: relative;*/
    background: url(../images/nymain-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.ny-right {
    min-height: 5.5rem;
    padding-bottom: 0.75rem
}

.position {
    margin-top: 0.1rem
}

.position>div {
    position: relative;
    text-align: center;
    font-size: 0;
    line-height: 0.3rem
}

.position span {
    color: #fff;
    font-size: 0.16rem;
    vertical-align: middle
}

.position img {
    height: 0.16rem;
    vertical-align: middle;
    margin-right: 0.1rem
}

.position a {
    font-size: 0.16rem;
    color: #fff;
    margin: 0 0.05rem;
    vertical-align: middle
}

.position a:hover,
.position a.position-dq {
    opacity: 0.8
}

.title {
    position: relative;
    z-index: 1;
    margin-top: 0.55rem;
    margin-bottom: 0.78rem;
    display: flex;
    justify-content: center
}

.tit-c {
    display: inline-block;
    position: relative;
    z-index: 1
}



.tit-c::before {
	content: "";
	position: absolute;
	left: -1.1rem;
	top: 0.25rem;
	width: 0.99rem;
	height: 0.18rem;
	background: url(../images/tit-xl.png) no-repeat;
	background-size: 100% 100%;
}

.tit-c::after {
	content: "";
	position: absolute;
	left: calc(100% + 0.14rem);
	top: 0.25rem;
	width: 0.9rem;
	height: 0.16rem;
	background: url(../images/tit-xr.png) no-repeat;
	background-size: 100% 100%;
}




.tit-c a {
    display: block;
    position: relative;
    z-index: 1
}

.tit-c a::before {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: -0.25rem;
    width: 1rem;
    height: 0.73rem;
    background: url(../images/tit-bg.png) no-repeat;
    background-size: 100% 100%;
	display:none;
}

.tit-c a h3 {
    font-size: 0.36rem;
    font-weight: bold;
    color: #C40D08;
    text-shadow: 0px 0.04rem 0.1rem 0px rgba(125, 80, 167, 0.1)
}

.tit-c a p {
    font-family: "sys-m";
    font-size: 0.14rem;
    font-weight: 500;
    color: #999999;
    position: absolute;
    left: 0.44rem;
    width: 1.85rem
}

.date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "ali-r";
    padding-bottom: 0.22rem;
    position: relative;
    z-index: 1
}

.date::before {
    content: '';
    position: absolute;
    top: 0.24rem;
    left: 0.32rem;
    width: 0.13rem;
    height: 0.29rem;
    background: url(../images/date-x.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s
}

.date b {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #C40D08;
    transition: all 0.5s
}

.date .l span {
    display: block;
    font-size: 0.1rem;
    line-height: 0.1rem;
    color: #C40D08;
    transition: all 0.5s
}

.date .r {
    margin-left: 0.06rem;
    padding-top: 0.2rem;
    position: relative;
    z-index: 1
}

.date .r::before {
    content: '';
    position: absolute;
    top: 0.08rem;
    left: 0.12rem;
    border-left: 6px solid #C40D08;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.5s
}

.date .r b {
    font-size: 0.18rem;
    line-height: 0.18rem
}

.s1-r {
    position: relative;
    z-index: 1
}

.s1-r ul {
    display: flex;
    flex-wrap: wrap
}

.s1-r ul li {
    width: 31.25%;
    margin-left: 3.125%;
    margin-bottom: 0.35rem
}

.s1-r ul li:nth-child(3n+1) {
    margin-left: 0
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.36rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(205, 205, 205, 0.3);
    transition: all 0.5s
}

.s1-r ul li a .date {
    width: 0.6rem
}

.s1-r ul li a>.r {
    flex: 1;
    min-width: 0;
    margin-left: 0.32rem;
    padding-bottom: 0.22rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    transition: all 0.5s;
    position: relative;
    z-index: 1
}

.s1-r ul li a>.r::after {
    content: '';
    position: absolute;
    bottom: -0.06rem;
    right: 0;
    width: 0.19rem;
    height: 0.12rem;
    background: url(../images/s1-rjt1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s
}

.s1-r ul li a h3 {
    font-family: "syh-m";
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.36rem;
    height: 0.72rem;
    color: #333333;
    transition: all 0.5s
}

.s1-r .date::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 0.75rem;
    height: 0.13rem;
    background: url(../images/s1-rzs.png) no-repeat;
    background-size: 100% 100%
}

.s1-r .date b,
.s1-r .date span {
    color: #333333;
    transition: all 0.5s
}

.s1-r .date .r::before {
    border-left-color: #333;
    transition: all 0.5s
}

.s1-r .date::before {
    top: 0.07rem;
    left: 0.28rem;
    background: url(../images/date-x2.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s
}

.s1-r ul li:hover a {
    background: linear-gradient(180deg, #E40802 0%, #C10803 100%)
}

.s1-r ul li:hover a>.r {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.s1-r ul li:hover a>.r::after {
    background: url(../images/s1-rjt2.png) no-repeat;
    background-size: 100% 100%
}

.s1-r ul li:hover a h3 {
    color: #fff
}

.s1-r ul li:hover .date b,
.s1-r ul li:hover .date span {
    color: #fff
}

.s1-r ul li:hover .date .r::before {
    border-left-color: #fff
}

.s1-r ul li:hover .date::before {
    background: url(../images/date-x3.png) no-repeat;
    background-size: 100% 100%
}

.s1-lt ul {
    display: flex;
    flex-wrap: wrap
}

.s1-lt ul li {
    width: 31.25%;
    margin-left: 3.125%;
    margin-bottom: 0.6rem
}

.s1-lt ul li:nth-child(3n+1) {
    margin-left: 0
}

.s1-lt ul li a {
    display: block;
    transition: all 0.5s
}

.s1-lt ul li .pic {
    padding-top: 64.4%
}

.s1-lt ul li .tx {
    padding: 0.15rem 0.25rem;
    transition: all 0.5s
}

.s1-lt ul li .tx h3 {
    font-family: "syh-r";
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    letter-spacing: 0em;
    color: #333333;
    transition: all 0.5s
}

.s1-lt ul li .tx .time {
    padding-top: 0.15rem;
    margin-top: 0.15rem;
    border-top: 1px solid #D2D2D2;
    font-family: "syh-r";
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333333;
    transition: all 0.5s
}

.s1-lt ul li .tx .time b {
    font-weight: bold;
    font-size: 0.24rem;
    padding-right: 0.04rem
}

.s1-lt ul li:hover a {
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.08rem 0px rgba(0, 0, 0, 0.08)
}

.s1-lt ul li:hover .tx .time {
    border-top-color: #F9D2D8;
    color: #C40D08;
    transition: all 0.5s
}

.s1-lt ul li:hover .tx h3 {
    font-weight: bold;
    color: #C40D08
}

.art-main {
    max-width: 14rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0.1rem 0.1rem 0px rgba(209, 209, 209, 0.2);
    margin-top: 0.24rem;
    padding: 0.5rem 0.35rem
}

.art-main .art-tit h3 {
    text-align: center;
    font-family: "syh-r";
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #333333;
}

.art-main .art-body {
    padding-top: 0.3rem;
    min-height: 500px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-family: "syh-r" !important;
    font-size: 0.18rem !important;
    line-height: 0.4rem !important;
    margin-bottom: 0.35rem !important;
    text-align: justify
}

.art-main .art-body img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto
}

.art-main .cont-tit .ly {
    text-align: center;
    margin-top: 0.3rem
}

.art-main .cont-tit p {
    display: inline-block;
    font-size: 0;
    text-align: center;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    line-height: 0.24rem;
    /* background: #FAFAFA; */
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.16rem;
    margin-right: 0.08rem
}

.art-main .cont-tit p em {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #9E9E9E;
    margin: 0 0.3rem
}

.art-info {
    border-top: 1px dashed #D8D8D8;
    margin-top: 0.25rem
}

.pnext {
    margin-top: 0.25rem;
    font-size: 0.18rem
}

.pnext p {
    text-indent: initial;
    line-height: 0.34rem;
    color: #333;
    margin-top: 0.1rem
}

.pnext p a {
    color: #333
}

.pnext p:hover a {
    color: #C40D08
}

.art-main .art-tit h3.jj-tit {
    font-weight: normal
}

.art-main .art-body p strong {
    font-weight: bold;
    color: #0051d4
}

.img-lists ul {
    overflow: hidden;
    margin-left: -1.5%;
    margin-right: -1.5%
}

.img-lists ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 0.4rem 1.5%;
    border: 1px solid #eee;
    transition: all 0.5s
}

.img-lists ul li:hover {
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16)
}

.img-lists ul li a {
    display: block;
    width: 100%
}

.img-lists ul li a .pic {
    padding-top: 70%
}

.img-lists ul li a>div.info {
    padding: 0.15rem 0.1rem;
    font-size: 0;
    text-align: center;
    transition: all 0.5s
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s
}

.img-lists ul li:hover a>div.info {
    background: #C40D08
}

.img-lists ul li:hover a>div.info p {
    color: #fff
}

.list-ld {
    overflow: hidden;
    padding: 0 0.3rem 0.3rem
}

.list-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list-ld ul li {
    width: 47%;
    margin-top: 1.3rem
}

.list-ld ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.1rem;
    padding: 0.3rem 0.3rem 0.2rem 0
}

.list-ld ul li .l {
    width: 2.49rem;
    text-align: center
}

.list-ld ul li .pic {
    padding-top: 100%;
    border-radius: 50%;
    margin-top: -1rem;
    box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2)
}

.list-ld ul li .l .date {
    display: inline-block;
    padding-left: 0.32rem;
    font-family: "syh-b";
    font-size: 0.12rem;
    font-weight: bold;
    color: #004dca;
    margin-top: 0.15rem
}

.list-ld ul li .l .date b {
    font-size: 0.26rem
}

.list-ld ul li .ld-tx {
    flex: 1;
    min-width: 0;
    padding-left: 0.22rem
}

.list-ld ul li .tit {
    font-size: 0.18rem;
    color: #004dca
}

.list-ld ul li .tit b {
    font-size: 0.22rem
}

.list-ld ul li p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #7a7a7a;
    height: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem
}

.list-ld ul li .gd {
    text-align: right;
    margin-top: 0.35rem
}

.list-ld ul li .gd span {
    font-size: 0.16rem;
    color: #f88218;
    transition: all 0.5s
}

.list-ld ul li:hover .pic img {
    transform: scale(1.1)
}

.list-ld ul li:hover .gd span {
    color: #004dca
}

.sz ul li {
    width: 48%;
    margin-top: 0.5rem
}

.sz ul li:nth-child(even) {
    margin-left: 4%
}

.sz ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #dcdcdc;
    position: relative;
    z-index: 1
}

.sz ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #004dca
}

.sz ul li .sz-pic {
    width: 1.52rem;
    position: relative;
    left: 0.2rem;
    bottom: 0.2rem
}

.sz ul li .sz-pic .pic {
    padding-top: 135.52%
}

.sz ul li .sz-tx {
    width: calc(100% - 2.47rem);
    margin-left: 0.55rem
}

.sz ul li .sz-tx p {
    line-height: 0.36rem;
    font-size: 0.16rem
}

.sz ul li .sz-tx p span {
    font-size: 0.18rem;
    font-weight: bold;
    color: #004dca
}

.sz ul li:hover a {
    border-color: #004dca;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1)
}

.sz-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.sz-t {
    width: 2.2rem
}

.sz-t>img {
    display: block;
    width: 100%
}

.sz-t h3 {
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.25rem;
    color: #333
}

.sz-t h4 {
    font-size: 0.18rem;
    font-weight: normal;
    text-align: center;
    margin-top: 0.15rem;
    color: #666
}

.sz-t h5 {
    font-size: 0.18rem;
    font-weight: normal;
    margin-top: 0.1rem;
    color: #004dca;
    text-align: center
}

.sz-t h5 img {
    vertical-align: middle;
    margin-right: 0.05rem;
    display: inline-block;
    width: 0.26rem;
    height: 0.23rem
}

.sz-r {
    width: calc(100% - 2.8rem)
}

.sz-r h3 {
    font-size: 0.28rem;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.2rem;
    position: relative
}

.sz-boxbg {
    background: rgba(169, 12, 12, 0.02);
    padding: 1px 0.4rem 0.4rem 0.4rem
}

.sz-box {
    margin-top: 0.45rem
}

.sz-box h4 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #004dca;
    padding-left: 0.35rem;
    border-bottom: 1px solid rgba(99, 6, 95, 0.6);
    margin-bottom: 0.2rem
}

.sz-box p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333
}

.tw ul li .pick {
    width: 3.04rem
}

.tw ul li .pic {
    padding-top: 62.5%
}

.zzjg {
    align-items: normal
}

.zzjg ul {
    width: 48%;
    margin-top: 0.4rem;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
    padding: 0.3rem
}

.zzjg ul h3 {
    font-size: 0.24rem;
    font-weight: bold;
    padding-left: 0.45rem;
    line-height: 0.3rem;
    margin-bottom: 0.25rem
}

.zzjg ul p a {
    display: block;
    font-size: 0.16rem;
    color: #999;
    transition: all 0.5s
}

.zzjg ul li {
    position: relative;
    line-height: 0.6rem;
    border-top: 1px dashed #cccccc;
    margin-top: 0.25rem
}

.zzjg ul li a {
    display: block;
    font-size: 0.16rem;
    padding-left: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    z-index: 1;
    transition: all 0.4s
}

.zzjg ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.07rem;
    height: 0.07rem;
    background: #004dca;
    border-radius: 50%;
    transition: all 0.3s
}

.zzjg ul p a:hover {
    color: #333
}

.zzjg ul li a:hover {
    font-weight: bold;
    color: #004dca
}

.group-big .slick-list {
    margin: 0 0.7rem
}

.group-big li a {
    display: block
}

.group-big li a .pic {
    padding-top: 53.73%;
    display: block;
    position: relative;
    overflow: hidden
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s
}

.group-big li a img {
    display: block;
    width: 100%
}

.group-big .slick-prev,
.group-big .slick-next {
    width: 0.49rem;
    height: 0.7rem;
    opacity: 0.2;
    transition: all 0.3s
}

.group-big .slick-prev {
    left: 0
}

.group-big .slick-next {
    right: 0
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
    opacity: 1
}

.group-big .slick-dots {
    margin: 0 0.7rem;
    width: calc(100% - 1.4rem);
    height: 0.6rem;
    line-height: 0.6rem;
    background: rgba(50, 50, 50, 0.5);
    color: #fff
}

.group-big .slick-dots li {
    width: auto;
    height: auto;
    margin: 0
}

.group-big .slick-dots li .dot-page {
    display: none
}

.group-big .slick-dots li.slick-active .dot-page {
    display: block
}

.group-big .slick-dots li .dot-page span {
    font-family: Arial;
    font-size: 0.26rem;
    padding-right: 0.05rem
}

.group-big .slick-dots li .dot-page b {
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    padding-left: 0.05rem
}

.group-sml {
    margin-top: 0.5rem;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    background: #004dca;
    padding: 0.2rem;
    overflow: hidden
}

.group-sml li.slick-current.slick-active a {
    border: 0.03rem solid #fff
}

.group-sml li a {
    display: block;
    margin: 0 0.05rem;
    border: 0.03rem solid transparent
}

.group-sml li a .pic {
    padding-top: 63.3%;
    display: block;
    position: relative;
    overflow: hidden
}

.group-sml li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s
}

.group-sml .slick-prev,
.group-sml .slick-next {
    width: 0.4rem;
    height: 100%;
    background-color: #035f97
}

.group-sml .slick-list {
    margin: 0 0.3rem
}

.group-sml .slick-prev {
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.2rem 0.28rem
}

.group-sml .slick-next {
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.2rem 0.28rem
}

.xcsp-t a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.xcsp-t a .xcsp-tpic {
    width: 63.48%;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative
}

.xcsp-t a .xcsp-tpic::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    bottom: 0;
    right: 1.3rem;
    background-size: 100% 100%
}

.xcsp-t a .xcsp-tpic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.67rem;
    height: 0.67rem;
    background-size: 100% 100%;
    z-index: 1
}

.xcsp-t a .xcsp-tpic .pic {
    padding-top: 60.05%;
    box-shadow: 0px 12px 24px 0px rgba(0, 14, 78, 0.5)
}

.xcsp-t a .xcsp-tr {
    width: 32.57%
}

.xcsp-t a .xcsp-tr h3 {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.38rem;
    max-height: 0.76rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.xcsp-t a .xcsp-tr p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-height: 2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem
}

.xcsp-t a .xcsp-tr span {
    display: inline-block;
    float: right;
    font-size: 0.26rem;
    color: #004dca;
    margin-top: 0.3rem;
    padding-left: 0.4rem
}

.xcsp ul {
    margin: 0.6rem -0.3rem 0 -0.3rem
}

.xcsp ul li {
    width: 33.333%;
    margin-top: 0.3rem
}

.xcsp ul li a {
    display: block;
    margin: 0 0.3rem
}

.xcsp ul li .pic {
    padding-top: 64.5%
}

.xcsp ul li .pic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.55rem;
    height: 0.55rem;
    background-size: 100% 100%;
    z-index: 1
}

.xcsp ul li .pic p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(7, 110, 172, 0.7);
    border-radius: 0 0.22rem 0.22rem 0;
    line-height: 0.42rem;
    width: 1.87rem;
    text-align: center
}

.xcsp ul li .pic p span {
    padding-left: 0.35rem;
    font-size: 0.2rem;
    color: #fff
}

.xcsp ul li .xcsp-d {
    background: #fff;
    padding: 0.25rem
}

.xcsp ul li h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.xcsp ul li a:hover h3 {
    color: #004dca
}

.lsyg {
    padding-top: 1px;
    border-left: 1px solid #e0e0e0;
    position: relative;
    z-index: 1
}

.lsyg::after {
    content: "";
    position: absolute;
    top: -0.06rem;
    left: -0.06rem;
    width: 0.11rem;
    height: 0.11rem;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 50%
}

.lsyg h3 {
    font-size: 0.28rem;
    color: #004dca;
    padding-left: 0.64rem;
    margin-top: 0.35rem;
    position: relative;
    z-index: 1
}

.lsyg h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.08rem;
    width: 0.59rem;
    height: 0.15rem;
    background-size: 100% 100%
}

.lsyg p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666666;
    padding-left: 0.64rem;
    margin-top: 0.25rem
}

.zhlist ul h3 {
    position: relative;
    z-index: 1
}

.zhlist ul h3 a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 0.16rem;
    transition: all 0.4s
}

.zhlist ul h3 a:hover {
    color: #004dca
}

.zhlist ul li {
    overflow: hidden
}

.zhlist ul li span {
    display: block;
    float: right;
    padding-left: 0.2rem
}

.sjzy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.27rem 0.3rem 0 0.65rem
}

.sjzy .l {
    width: 43.27%;
    position: relative;
    z-index: 1
}

.sjzy .l::before {
    content: '';
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    background-color: #004dca;
    z-index: -1
}

.sjzy .l .pic {
    padding-top: 83.43%
}

.sjzy .r {
    width: 50.51%
}

.sjzy .r .tit {
    margin-top: 0.3rem;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0.4rem
}

.sjzy .r .tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #004dca;
    border-bottom: 0.05rem solid #004dca;
    display: inline-block;
    position: relative
}

.sjzy .r p {
    font-size: 0.2rem;
    line-height: 0.42rem;
    text-align: justify
}

/* 在线祝福317 */
.zxzf {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.zxzf-l {
    width: 33.75%;
    margin-left: 10.87%;
    padding: 0.4rem 0 0.31rem 0;
    margin-top: 0.94rem;
    position: relative;
    z-index: 1;
}

.zxzf-l::before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 0;
    width: 0.39rem;
    height: 0.31rem;
    background: url(../images/yh-l.png) no-repeat;
    background-size: 100% 100%;
}

.zxzf-l::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    bottom: 0;
    width: 0.39rem;
    height: 0.31rem;
    background: url(../images/yh-r.png) no-repeat;
    background-size: 100% 100%;
}

.zxzf-l li a {
    display: block;
}

.zxzf-l li a .tx {
    font-family: "sys-m";
    font-size: 0.3rem;
    font-weight: bold;
    color: #CC120D;
    max-height: 1.76rem/0;
    margin: 0.12rem 0;

}

.zxzf-l .swiper-pagination {
    width: 100%;
    bottom: -0.4rem;
}

.zxzf-l .swiper-pagination span {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.09rem;
    background: #E5E5E5;
    opacity: 1;
}

.zxzf-l .swiper-pagination span.swiper-pagination-bullet-active {
    background: #CC120D;
}

.zxzf-r {
    width: 70%;
	margin:0 auto;
}

.zxzf-r .k {
    border-radius: 0.3rem;
    background: #FFF5F3;
    padding: 0.45rem;
}

.zxzf-r h3 {
    font-family: "syh-r";
    font-size: 0.36rem;
    font-weight: bold;
    color: #C70D09;
}

.zxzf-r .form-group {
    margin-top: 0.2rem;
}

.zxzf-r .form-group textarea,
.zxzf-r .form-group input {
    width: 100%;
    border-radius: 0.1rem;
    background: #FFFFFF;
    padding: 0.2rem 0.3rem;
    border: 0;
    font-family: "syh-r";
    font-size: 0.24rem;
    color: #333;
}

.zxzf-r .form-group textarea {
    height: 1.56rem;
}

.zxzf-r .form-group input {
    padding: 0.2rem 0.3rem 0.28rem 0.3rem;
}

.zxzf-r input::-webkit-input-placeholder,
.zxzf-r textarea::-webkit-input-placeholder {
    color: #9E9E9E;
}

.zxzf-r input::-moz-input-placeholder,
.zxzf-r textarea::-moz-input-placeholder {
    color: #9E9E9E;
}

.zxzf-r input::-ms-input-placeholder,
.zxzf-r textarea::-ms-input-placeholder {
    color: #9E9E9E;
}

.zxzf-r .form-tj {
    margin-top: 0.3rem;
}

.zxzf-r .form-tj button {
    display: inline-block;
    font-family: "sys-h";
    font-size: 0.3rem;
    font-weight: 900;
    color: #FCE7CF;
    width: 2.89rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: url(../images/s4-zfbg.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.zxzf-r .form-tj>a {
    display: inline-block;
    font-family: "syh-r";
    font-size: 0.22rem;
    color: #CB150D;
    margin-left: 0.4rem;
    transition: all 0.5s;
}

.zxzf-r .form-tj>a:hover {
    text-decoration: underline;
}

.zxzf-r>p {
    margin-left: 0.18rem;
    margin-top: 0.26rem;
    font-family: "syh-r";
    font-size: 0.24rem;
    color: #C9120B;
}

/* 列表页320 */
.list ul li {
    overflow: hidden;
    line-height: 0.8rem;
    border-bottom: 1px dashed #D8D8D8;
    font-family: "syh-r";
    font-size: 0.24rem;
}

.list ul li span {
    display: block;
    float: right;
    color: #999999;
    margin-left: 0.2rem;
}

.list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #B20906;
    padding-left: 0.2rem;
    position: relative;
    z-index: 1;
}

.list ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #B20906;
    border-radius: 50%;
}

.list .szf a {
    display: block;
    font-family: "sys-h";
    font-size: 0.3rem;
    font-weight: 900;
    color: #FCE7CF;
    width: 2.89rem;
    height: 0.84rem;
    line-height: 0.84rem;
    margin: 0 auto;
    background: url(../images/s4-zfbg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    margin-top: 0.45rem;
}


@media screen and (max-width: 1024px) {
    .tit-c a h3 {
        font-size: 0.28rem
    }

    .tit-c a p {
        font-size: 12px;
        left: 0.22rem;
        width: 160px
    }

    .tit-c::before {
        width: 0.7rem;
        height: 0.13rem;
        left: -0.75rem
    }

    .tit-c::after {
        top: 0.17rem
    }

    .tit-c a::before {
        width: 0.7rem;
        height: 0.51rem;
        left: 0.2rem;
        top: -0.15rem
    }

    .xcsp-t a .xcsp-tpic {
        padding-left: 0.25rem;
        padding-bottom: 0.25rem
    }

    .xcsp ul {
        margin: 0.2rem -0.15rem 0 -0.15rem
    }

    .xcsp ul li a {
        margin: 0 0.15rem
    }

    .s1-r ul {
        justify-content: space-between
    }

    .s1-r ul li {
        width: 48%;
        margin-left: 0 !important
    }

    .zxzf-l {
        width: 42%;
        margin-left: 0.4rem;
    }

    .zxzf-l li a .tx {
        font-size: 0.2rem;
    }

    .zxzf-l::before,
    .zxzf-l::after {
        width: 0.24rem;
        height: 0.19rem;
    }

    .zxzf-l .swiper-pagination span {
        width: 0.08rem;
        height: 0.08rem;
        margin: 0 0.05rem;
    }

    .zxzf-r {
        width: 48%;
    }

    .zxzf-r h3 {
        font-size: 0.22rem;
    }

    .zxzf-r .form-group textarea,
    .zxzf-r .form-group input {
        padding: 0.2rem;
        font-size: 0.2rem;
    }

    .zxzf-r .form-tj button {
        width: 2.2rem;
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.2rem;
    }

    .zxzf-r .form-tj>a {
        font-size: 0.2rem;
        margin-left: 0.2rem;
    }

    .zxzf-r>p {
        font-size: 0.18rem;
    }

    .list ul li {
        font-size: 0.2rem;
    }

    .list .szf a {
        width: 2.2rem;
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .title {
        margin-top: 0.4rem;
        margin-bottom: 0.5rem
    }

    .position {
        margin-top: 0
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px
    }

    .art-main {
        padding: 0.4rem 0.2rem
    }

    .art-main .art-body p {
        font-size: 0.2rem !important
    }

    .art-main .cont-tit p em {
        font-size: 0.18rem
    }

    .list ul li {
        line-height: 0.7rem
    }

    .pnext {
        font-size: 0.2rem
    }

    .zzjg_text li {
        width: 50%
    }

    .img-lists ul li {
        width: 46%;
        margin: 10px 2%
    }

    .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
    }

    .art-main .art-body {
        padding-top: 20px
    }

    .list-ld {
        padding: 0 0.2rem 0.2rem
    }

    .list-ld ul li a,
    .list-ld ul li .pic {
        box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2)
    }

    .list-ld ul li .l {
        width: 2rem
    }

    .list-ld ul li .pic {
        margin-top: -0.7rem
    }

    .list-ld ul li {
        width: 100%;
        margin-top: 0.7rem
    }

    .list-ld ul li .l .date {
        font-size: 12px;
        background-size: 0.2rem auto
    }

    .list-ld ul li p {
        margin-top: 0.15rem
    }

    .list-ld ul li .l .date b {
        font-size: 0.22rem
    }

    .list-ld ul li .gd {
        margin-top: 0.15rem
    }

    .xcsp-t a .xcsp-tpic {
        width: 100%
    }

    .xcsp-t a .xcsp-tr {
        width: 100%;
        margin-top: 0.25rem
    }

    .xcsp-t a .xcsp-tr span {
        font-size: 0.22rem;
        background-size: 0.2rem 0.2rem;
        padding-left: 0.3rem
    }

    .xcsp ul li {
        width: 50%
    }

    .xcsp ul li .pic p span {
        font-size: 0.18rem;
        background-size: 0.2rem 0.2rem;
        padding-left: 0.3rem
    }

    .tw ul li .pick {
        width: 2.9rem
    }

    .zzjg ul {
        width: 100%;
        padding: 0.2rem;
        margin-top: 0.3rem
    }

    .zzjg ul:nth-child(even) {
        margin-left: 0
    }

    .sz ul li {
        width: 100%
    }

    .sz ul li:nth-child(even) {
        margin-left: 0
    }

    .sz-main {
        justify-content: center
    }

    .sz-r {
        width: 100%;
        margin-top: 0.3rem
    }

    .sjzy {
        padding: 0 0 0 0.2rem
    }

    .sjzy .r .tit {
        margin-top: 0;
        margin-bottom: 0.2rem
    }

    .list ul li a h3 {
        font-size: 0.2rem
    }

    .list ul li a span {
        font-size: 0.18rem
    }

    .s1-r ul li {
        width: 100%
    }

    .s1-r ul li a h3 {
        font-size: 0.2rem
    }

    .s1-r ul li a {
        padding: 0.2rem
    }

    .s1-lt ul {
        justify-content: space-between
    }

    .s1-lt ul li {
        width: 48%;
        margin-left: 0 !important;
        margin-bottom: 0.3rem
    }

    .s1-lt ul li .tx h3 {
        font-size: 0.2rem
    }

    .zxzf-l {
        width: calc(100% - 0.4rem);
        margin: 0 0.2rem;
    }

    .zxzf-l::after {
        right: 0;
    }

    .zxzf-r {
        width: 100%;
        margin-top: 0.8rem;
    }

    .zxzf-r .k {
        padding: 0.3rem;
    }
}

@media screen and (max-width: 480px) {
    .img-lists ul li a>img {
        height: 100px
    }

    .art-main .cont-tit p em {
        display: block;
        padding: 0.03rem 0.1rem;
        margin: 0 0.2rem
    }

    .tw ul li .pick {
        width: 100%
    }

    .tw ul li .text-list-r {
        width: 100%;
        padding: 0.2rem
    }

    .list-ld ul li {
        margin-top: 0.3rem
    }

    .list-ld ul li a {
        padding: 0.2rem
    }

    .list-ld ul li .l {
        margin: 0 auto
    }

    .list-ld ul li .ld-tx {
        flex: none;
        width: 100%;
        padding-top: 0.2rem
    }

    .list-ld ul li .pic {
        margin: 0 auto
    }

    .list-ld ul li .tit {
        text-align: center
    }

    .group-big .slick-list {
        margin: 0 0.4rem
    }

    .group-big .slick-prev,
    .group-big .slick-next {
        width: 0.29rem;
        height: 0.41rem;
        opacity: 0.2;
        transition: all 0.3s
    }

    .group-big .slick-dots {
        margin: 0 0.4rem;
        width: calc(100% - 0.8rem);
        height: 0.46rem;
        line-height: 0.46rem
    }

    .group-sml {
        margin-top: 0.25rem;
        margin-left: 0.4rem;
        margin-right: 0.4rem
    }

    .xcsp ul li {
        width: 100%
    }

    .sz ul li {
        margin-top: 0.2rem
    }

    .sz ul li .sz-pic {
        width: 1.52rem;
        position: static
    }

    .sz ul li .sz-tx {
        width: calc(100% - 1.92rem);
        margin-left: 0.2rem
    }

    .sjzy .l {
        width: 100%
    }

    .sjzy .r {
        width: 100%;
        margin-top: 0.3rem
    }
}

@media screen and (max-width: 320px) {
    .img-lists ul li a>img {
        height: 84px
    }
}