.content-center {
    padding: 1.5rem 0;
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 0px 0px 10px 10px;
}

.center-swiper {
    height: max-content;
    background: #fff;
    overflow: hidden;
}

#swiperZore {
    height: max-content;
    padding-bottom: 4vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-zore-title {
    font-size: 3.2rem;
    font-weight: bold;
    color: var(--theme);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    padding: 0 1.6rem
}

.swiper-zore-text {
    font-size: 1.6rem;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 1.6rem
}

.swiper-scrollbar {
    height: 1rem;
    margin-top: 3rem
}

.swiper-slide-item {
    position: relative;
    display: block;
}

.swiper-slide-item>img {
    width: 100%;
    height: 100%;    
}

.swiper-slide-item>div {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: .6rem 2rem;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#tabsBoxOne {
    overflow: hidden;
    position: relative;
    height: max-content;
}

.home-center-banner {
    width: 132rem;
    height: auto;
    margin: 0 auto 2rem auto;
    display: block;
    cursor: pointer;
}


.slide-in-left {
    transform: translateX(0%);
}

.slide-in-right {
    transform: translateX(0%);
}

.slide-out-left {
    transform: translateX(-100%);
}

.slide-out-right {
    transform: translateX(100%);
}

.prepare-in-left {
    transform: translateX(100%);
}

.prepare-in-right {
    transform: translateX(-100%);
}

.content-swiper {
    border: 1px solid #d2dffc;
    background: linear-gradient(to bottom, #e7f0f7, #fff);
    padding: 2rem;
    margin-top: 2rem
}

.img-swiper {
    height: 16px;
    width: 100%;
    position: relative;
}

.img-swiper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#swiperZore .swiper-zore-text{
display: inline-block;
    padding: 0rem 4rem;
    margin-bottom: 0px;
    width: 100%;
}

@media only screen and (max-width: 641px) {
#swiperZore .swiper-zore-text{
padding:0px;
}
}
#part4-news-1 .text-list .item {
    line-height: 4.74rem;
}
   
  .part3{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .part3 .text-panel{
    padding: 0;
  }
   .part3 .text-panel:nth-child(2){
    padding: 0 2rem;
  }
  .part3 .text-panel .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    background: #F7F8FB;
    padding: 1.2rem;
}

 .part3 .text-panel .header .title {
    font-weight: 700;
    font-size: 2.2rem;
}

.part3 .text-panel .header .title a {
    color: rgb(0, 82, 147);
	display: flex;
    align-items: center;
}
.part3 .text-panel .header .title a img{
    margin-right:.5rem;
}

.part3 .text-panel .header .title a:hover {
    color: var(--theme);
} 
.text-list .item .title{
width: calc(100% - 10rem);
}
.text-list .item .date{
width: 10rem;
}
#last-item{
	line-height: 5.4rem;
    text-align: center;
    flex: 1;
    height: 100%;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}
#last-item:hover{
	color: var(--theme);
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 16px 0px rgba(122, 140, 168, 0.16);
}
.home-index-zwgk{
	margin-bottom: 2rem;
}
.home-index-zwgk .home-cc{
	background:#f2f6ff;
	padding-right:0;
}
.home-dd{
	padding-right:0;
}
#card-index-zwfw .card-car{
	background: url(../png/md3dvd.png) no-repeat;
}
#card-index-hdjl .card-car{
	background: url(../png/gbu7ts.png) no-repeat;
}
.card-list {
    display: flex;
    justify-content: space-between;
}

.card-list>div {
    height: 51.8rem;
    width: calc((100% - 20px) / 2);
}

.card-car {
    margin: auto;
    height: 7rem;
    background-size: 100% 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2rem;
    color: #2b58a8;
    text-align: center;
    cursor: pointer;
	margin-bottom: 1.5rem;
}

.card-car>img {
    width: 5rem;
    height: 5rem;
    margin-left: 1rem
}
.card-list-item {
    height: 43.2rem;
    width: 100%;
	border-radius: 4px;
    opacity: 1;
    background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(122, 140, 168, 0.12);
	padding:0px 1.8rem;
}

.card-tit-img{
    width: 9.4rem;
    height: 9.4rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.6rem auto 1rem;
}
.card-list-item-tit{
    text-align: center;
font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.index-zwfw-list>a,.index-hdjl-list>a{
border-radius: 15px;
background: #F1F7FF;
padding:5px 12px;
  height: 4rem;
    width: 100%;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	color:#333;
}
.index-hdjl-list>a{
background: #FFF2DD;
}

#card-index-hdjl .card-list-item{
	background: linear-gradient(180deg, #FFF9EB 0%, #FFFFFF 137%);
}

.index-zwfw-list,.index-hdjl-list {
    height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.card-list-item>img {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 56%;
    height: auto;
    z-index: 0;
    opacity: .5;
}

.card-box {
    border-radius: 6px;
    padding: 2rem;
    background: #f2f6ff;
}

.card-box-header {
    line-height: 5rem;
    margin-bottom: 2rem
}

.card-box-header>img {
    width: 8.3rem;
    height: 5rem
}

.card-box-header>div:nth-child(2) {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 1rem
}

.card-box-header>div:nth-child(3) {
    flex: 1;
    height: 4.4rem;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1.4rem
}

.card-box-header>div:nth-child(3)>input {
    flex: 1;
    height: 3.5rem;
}

.card-box-header>div:nth-child(3)>svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
    cursor: pointer;
    margin-right: 1rem
}

.card-swiper {
    height: 17rem;
    padding-top: 2rem
}

.imgs-swiper {
    height: 14rem;
    width: 100%;
    position: relative;
    display: block;
}

.imgs-swiper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgs-swiper>div {
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;
    bottom: 2.5rem;
    right: 2.5rem;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.card-right {
    width: 100%;
    height: 47.6rem;
    background: linear-gradient(to bottom, #e7f0f7, #fff);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card-right-top>div:nth-child(1),
.card-right-top>div:nth-child(2),
.card-right-top>div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.2rem;
    padding: 0 1.6rem
}

.card-right-top>div:nth-child(1)>a,
.card-right-top>div:nth-child(2)>a,
.card-right-top>div:nth-child(3)>a {
    background: url(/images/img_car_bj_right.png) no-repeat;
    background-size: 100% 100%;
    height: 7.5rem;
    width: calc((100% - 1.6rem) / 2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 2px 2px 2px #2b58a8;
    cursor: pointer;
}

.card-right-top>a {
    background: url(/images/img_car_bj_right.png) no-repeat;
    background-size: 100% 100%;
    height: 7.5rem;
    width: calc(100% - 3.2rem);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 2px 2px 2px #2b58a8;
    cursor: pointer;
    margin: 0 1.6rem
}

.card-right-bottom {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2rem
}

.swiper-bottom {
    display: flex;
    height: 12rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-left {
    width: 5rem;
    height: 100%;
    background: #154caf;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
}

.swiper-left::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: -4px;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
    background: #154caf;
    z-index: 999999;
}
.hf-img,.swiper-right{
display:flex;
justify-content: space-between;
align-items: center;
}
.hf-img a{
display: block;
 width: calc((100% - 20px) / 2); 
}
.hf-img a img{
 width:100%; 
}

#swiperFour {
    height: 80px;
    width: 80%;
	overflow:hidden;
}

.swiper-right{
    flex: 1;
    height: 100%;
    display: flex;
    overflow: hidden;
    padding: 2rem;
}

.swiper-wrapper{
    width: 100%;
    height: 100%;
}

.imgs-swiper-bottom {
    height: 100%;
    width: 100%;
}

.imgs-swiper-bottom>img {
    width: 100%;
    height: 100%;
}




.hzjl-title-one {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e7e7e7;
    height: 5rem;
}

.hzjl-title-one>div:nth-child(1) {
    font-size: 2.4rem;
    height: 5rem;
    font-weight: bold;
    color: #1b5395;
    border-bottom: 4px solid #1b5395;
}

.hzjl-title-one>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 14px;
}

.hzjl-title-one>div:nth-child(2)>a {
    color: #999;
    display: block;
    height: 14px;
    line-height: 14px;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #999;
    font-size: 1.6rem;
}

.hzjl-title-one>div:nth-child(2)>a:first-child {
    border: none;
	color:#154caf;
}

.hzjl-title-two {
    height: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1b5395;
    padding: 0 1.6rem;
    background: #f7f7f7;
}
#xjxd .item {
    line-height: 4.2rem;
}
.hzjl-btns-list {
    background: #f7f7f7;
    padding: 4px;
}

.hzjl-btns-lists {
    background: #fff;
    padding: 2.6rem 2rem;
    border-radius: 4px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.hzjl-btn {
    position: relative;
    height: 9rem;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2rem;
	width:100%;
	margin-bottom: 1.2rem;
}
.hzjl-btns-lists>a:nth-child(1){
background:url(../png/n59llu.png) no-repeat center right;
}
.hzjl-btns-lists>a:nth-child(2){
background:url(../png/gjhon5.png) no-repeat center right;
}
.hzjl-btns-lists>a:nth-child(3){
background:url(../png/i63znr.png) no-repeat center right;
}
.hzjl-btns-lists>a:nth-child(4){
background:url(../png/eu4cxx.png) no-repeat center right;
margin-bottom: 0rem;
}
.hzjl-btn>div {
    font-size: 2.2rem;
    color: #000;
    margin-left: 2rem;
    z-index: 2;
}

.hzjl-btn>img:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 1;
}

.hdjl-two {
    background: #f7f7f7;
    height: max-content;
    margin: 4rem 1.6rem;
    width: calc(100% - 3.2rem);
    border-radius: 10px;
    padding-bottom: 4px
}

.hdjl-zxft {
    display: flex;
    margin-top: 2rem;
    background: #fff;
    padding: 4rem 3rem 2rem 2rem;
}

.hdjl-zxft>img:nth-child(1) {
    width: max-content;
    height: auto;
}

.hdjl-zxft-content {
    height: max-content;
}

.hdjl-zxft-content>a {
    font-size: 2rem;
    color: #000;
    line-height: 2.8rem;
}

.hdjl-zxft-content>div:nth-child(2),
.hdjl-zxft-content>div:nth-child(3),
.hdjl-zxft-content>div:nth-child(4) {
    margin-top: 1.6rem
}

.hdjl-zxft-content>div:nth-child(2)>span:nth-child(1),
.hdjl-zxft-content>div:nth-child(3)>span:nth-child(1),
.hdjl-zxft-content>div:nth-child(4)>span:nth-child(1) {
    font-size: 16px;
    color: #1b5395;
}

.hdjl-zxft-content>div:nth-child(2)>span:nth-child(2),
.hdjl-zxft-content>div:nth-child(3)>span:nth-child(2),
.hdjl-zxft-content>div:nth-child(4)>span:nth-child(2) {
    font-size: 16px;
    color: #000;
}

.hdjl-zxft-content>div:nth-child(4) {
    height: 8rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hdjl-zxft-ge {
    height: 24rem;
    margin-left: 2rem;
    width: 1px;
    border-left: 1px dashed #c6c6c6;
    position: relative;
}

.hdjl-zxft-img {
    width: 100%;
    height: auto;
}

.hdjl-zxft-ge>div {
    position: absolute;
    left: -.7rem;
    right: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    background: #ffffff;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hdjl-zxft-ge>div>div {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #c6c6c6;
}

.hdjl-zxft-list {
    height: 25rem;
    overflow-y: scroll;
	padding-right: 2rem;
}

.hdjl-zxft-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;   
}

.hdjl-zxft-list::-webkit-scrollbar-track {
	 background-color: #f7f7f7;
}

.hdjl-zxft-list::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 5px;
	height:5px;
}

.hdjl-zxft-list::-webkit-scrollbar-corner {
    display: none;
}

.hdjl-zxft-list::-webkit-scrollbar-button {
    display: none;
}

.hdjl-zxft-list>div {
    height: 11rem;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eff0f2;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-direction: column;
    padding: 0 2rem
}

.hdjl-zxft-list>div>div:nth-child(1) {
    font-size: 2rem;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hdjl-zxft-list>div>div:nth-child(2) {
    font-size: 16px;
    color: #999;
    margin-top: .6rem
}

.hdjl-zxft-list>div>div:nth-child(3){
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    height: 1rem;
    bottom: -1rem;
    background: #f3f7f9;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.hdjl-three {
    height: max-content;
}

.hdjl-three-left {
    height: 36rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #bbd1f7;
    overflow: hidden;
}

.hdjl-three-left-title {
    height: 8rem;
    background: #f0faff;
    position: relative;
}

.hdjl-three-left-title>div:nth-child(1) {
    font-size: 2rem;
    color: #000;
    height: 8rem;
    line-height: 8rem;
    padding: 0 2.6rem;
    font-weight: bold;
}

.hdjl-three-left-title>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7rem;
    height: auto;
}

.hdjl-three-left-list {
    height: max-content;
    padding: 1.4rem 2.4rem 0 2.4rem;
}

.hdjl-three-left-list>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 5rem;
}

.hdjl-three-left-list>div>div:nth-child(2) {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.hdjl-three-left-list>div>div:nth-child(2)::after {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.hdjl-three-b {
    font-size: 12px;
    height: max-content;
    width: max-content;
    border: 1px solid #154caf;
    color: #154caf;
    padding: 0 1rem;
    border-radius: 4px;
    margin-right: 1.4rem
}

.hdjl-three-c {
    font-size: 12px;
    height: max-content;
    width: max-content;
    border: 1px solid #999;
    color: #999;
    padding: 0 1rem;
    border-radius: 4px;
    margin-right: 1.4rem
}

.hdjl-three-right-top {
    height: max-content;
    background-image: linear-gradient(#d4eaff, #fff, #fff);
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eff7ff
}

.hdjl-three-right-top>img {
    position: absolute;
    right: -3rem;
    top: 0;
    height: auto;
    opacity: .6;
}

.hdjl-three-right-top>div:nth-child(2) {
    font-size: 16px;
    color: #3083cb;
    font-weight: bold;
}

.hdjl-three-right-top>div:nth-child(3) {
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
}

.hdjl-three-right-top>div:nth-child(4) {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
    margin: 2.4rem 0
}

.hdjl-three-right-tops {
    height: 8rem;
    background: #daeeff;
    border-radius: 10px;
    display: flex;
    padding: 1.6rem;
}

.hdjl-three-right-tops>div:nth-child(1) {
    width: 2.6rem;
    height: 5.2rem;
    padding-right: 2px;
    background: #3083cb;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    border-radius: 3px;
    letter-spacing: 4px;
    position: relative;
}

.hdjl-three-right-tops>div:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: -4px;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
    background: #3083cb;
}

.hdjl-three-right-tops>div:nth-child(2) {
    font-size: 16px;
    color: #666666;
    margin-left: 1.4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hdjl-three-right-bottom {
    height: 10rem;
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem
}

.hdjl-three-right-bottom>a {
    height: 8rem;
    margin-top: 2rem;
    flex: 1;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2rem;
    background-image: linear-gradient(to right, #f5faff, #d2e8ff);
}

.hdjl-three-right-bottom>a>div:nth-child(1) {
    font-size: 2rem;
    color: #015293;
    font-weight: bold;
}

.hdjl-three-right-bottom>a>img {
    position: absolute;
    right: 1rem;
    bottom: .6rem;
    width: 5rem;
    height: auto;
}


.cyfz-slide-item {
    position: relative;
    display: block;
}

.cyfz-slide-item>img {
    width: 100%;
    height: 100%;
    
}

.cyfz-slide-item>div {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 30% 0 1.4rem;
    background: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 3.8rem;
}
.cyfz-slide-item>div>span{
    display: block;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 14px !important;
    left: 70% !important;
    width: 30% !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    height: 10px !important;
    width: 16px !important;
    border-radius: 5px !important;
    background: #1f56b6 !important;
}

.cyfz_title {
    height: 5.6vh;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    width: 94%;
}

.cyfz_title>div:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    color: #2b58a8;
}

.cyfz_title>div:nth-child(2) {
    position: absolute;
    height: 4px;
    width: 86px;
    bottom: 0;
    left: 0;
    background: #2b58a8;
    display: flex;
}

.cyfz_title>div:nth-child(2)>div:nth-child(1) {
    width: 30px;
    height: 4px;
    background: #77a1e4;
}

.cyfz_title>div:nth-child(2)>div:nth-child(2) {
    width: 2px;
    height: 4px;
    background: #bbd0f1;
}

.cyfz_stitle {
    display: flex;
    height: max-content;
    justify-content: space-between;
    margin-top: 3vh
}

.cyfz_stitle>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.cyfz_stitle>div:nth-child(1)>div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.cyfz_stitle>div:nth-child(1)>div:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.cyfz_stitle>div:nth-child(2) {
    height: 70px;
    width: calc(100% - 90px);
}

.cyfz_stitle>div:nth-child(2)>a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cyfz_stitle>div:nth-child(2)>div {
    font-size: 13px;
    color: #999;
    line-height: 18px;
    margin-top: 4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cyfz_two {
    height: max-content;
    background: #f2f6f9;
    margin-top: 2vh;
    padding-top: 2vh
}

.cyfz_titles {
    height: 6vh;
    width: 132rem;
    margin: 0 auto;
    border-bottom: 2px solid #2b58a8
}

.cyfz_titles>div {
    width: max-content;
    line-height: 6vh;
    padding: 0 2vw;
    height: 6vh;
    background: #2b58a8;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.cyfz_list {
    height: max-content;
    padding: 4rem 2rem 0 2rem;
    display: flex;
    flex-wrap: wrap;
    width: 132rem;
    background: #fff;
    margin: 0 auto;
}

.cyfz_list>div {
    width: calc(100% / 8);
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	padding:35px 0px;
}
.cyfz_list>div.fzCur{
background-color:#f2f6f9;
}
.cyfz_list>div.fzCur>span,.cyfz_list>div:hover>span{
color:#2b58a8;
font-weight:bold;
}

.cyfz_list>div>img {
    width: max-content;
    height: auto;
}

.cyfz_list>div>span {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.cyfz_three {
    height: max-content;
    margin: auto;
    background: #f2f6f9;
    display: none;
}

.cyfz_three-title {
    height: 5.6vh;
    position: relative;
    width: 132rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 6rem;
    position: relative;
}

.cyfz_three-title>div:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    color: #2b58a8;
	border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.cyfz_three-title>div:nth-child(2) {
    position: absolute;
    height: 4px;
    width: 86px;
    bottom: 0;
    left: 6rem;
    background: #2b58a8;
    display: flex;
}

.cyfz_three-title>div:nth-child(2)>div:nth-child(1) {
    width: 30px;
    height: 4px;
    background: #77a1e4;
}

.cyfz_three-title>div:nth-child(2)>div:nth-child(2) {
    width: 2px;
    height: 4px;
    background: #bbd0f1;
}

.cyfz_three-title>a {
    position: absolute;
    right: 6rem;
    bottom: 1rem;
    font-size: 14px;
    color: #999;
	padding-bottom: 15px;
}

.cyfz_three-list {
    width: 132rem;
    height: max-content;
    margin: 0 auto;
    padding: 1rem 6rem;
    background: #fff;
}


.lsdw-content {
    background: #f2f6f9;
    padding: 1.4vw .4vw;
    border-radius: 10px;
    margin: 0 1.4vw;
    width: calc(100% - 2.8vw);
}
.lsdw-content>div:nth-child(2){
	padding:0px 1.4vw;
}
.lsdw-content-title {
    background: #2b58a8;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    text-align: center;
}

.lsdw-content-item {
    height: 56px;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-top: 1vh
}

.lsdw-content-item>div:nth-child(1) {
    height: 20px;
    width: 4px;
}

.lsdw-content-item>div:nth-child(2) {
    font-size: 18px;
    color: #000;
    margin-left: 1.4vw;
}

.lsdw-content-avtive>div:nth-child(1) {
    background: #2b58a8;
}

.lsdw-content-avtive>div:nth-child(2) {
    color: #2b58a8;
    font-weight: bold;
}

.lsdw-content-list {
    background: #fff;
    padding: 2vh 0rem;
    border-radius: 10px;
    height: max-content;
}

.lsdw-content-list-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    height: max-content;
    margin: 2vh auto 1vh;
    width: 100%;
}

.lsdw-content-card {
    height: 27.5vh;
    background: #f8f8f8;
    margin-top: 3vh;
    padding: 1vw;
}

.lsdw-content-card>div:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.lsdw-content-card>div:nth-child(2) {
    margin-top: 1vh;
    display: flex;
}

.lsdw-content-card>div:nth-child(2)>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1
}

.lsdw-content-card>div:nth-child(3),
.lsdw-content-card>div:nth-child(4),
.lsdw-content-card>div:nth-child(5),
.lsdw-content-card>div:nth-child(6),
.lsdw-content-card>div:nth-child(7) {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 28px;
}

.lsdw-content-card>div:nth-child(2)>div>span:nth-child(1),
.lsdw-content-card>div:nth-child(3)>span:nth-child(1),
.lsdw-content-card>div:nth-child(4)>span:nth-child(1),
.lsdw-content-card>div:nth-child(5)>span:nth-child(1),
.lsdw-content-card>div:nth-child(6)>span:nth-child(1),
.lsdw-content-card>div:nth-child(7)>span:nth-child(1) {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
    width: 66px;
    text-align-last: justify;
}

.lsdw-content-card>div:nth-child(2)>div>span:nth-child(2),
.lsdw-content-card>div:nth-child(3)>span:nth-child(2),
.lsdw-content-card>div:nth-child(4)>span:nth-child(2),
.lsdw-content-card>div:nth-child(5)>span:nth-child(2),
.lsdw-content-card>div:nth-child(6)>span:nth-child(2),
.lsdw-content-card>div:nth-child(7)>span:nth-child(2) {
    display: block;
    font-size: 18px;
    color: #000;
}

.lsdw-content-card>div:nth-child(2)>div>span:nth-child(3) {
    width: max-content;
    font-size: 16px;
    color: #000;
    display: block;
}

.lsdw-content-card>div:nth-child(3)>span:nth-child(3),
.lsdw-content-card>div:nth-child(4)>span:nth-child(3),
.lsdw-content-card>div:nth-child(5)>span:nth-child(3),
.lsdw-content-card>div:nth-child(6)>span:nth-child(3),
.lsdw-content-card>div:nth-child(7)>span:nth-child(3) {
    font-size: 16px;
    color: #000;
    display: block;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.lsdw-content-table-list{
    width: 100%;
    display: flex;
    height: max-content;
    padding: 2rem 0;
    font-size: 14px;
    position: relative;
	border-bottom:1px dashed #dbdbdb;
}
.lsdw-content-list>div.lsdw-content-table-list:nth-child(1){
	background: #f2f6f9;
    padding: .4rem 0;
    margin-bottom: 2rem;
    border-bottom: none;
}
.lsdw-content-table-::after{
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #2b58a8;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.lsdw-content-table-list>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    flex-grow: 0;
    padding: 0 .2rem;
}
.lsdw-content-table-list>div:nth-child(1){
    width: 20%;
    padding: 0 .1rem 0 1rem;
}
.lsdw-content-table-list>div:nth-child(2){
    width: 10%;
}
.lsdw-content-table-list>div:nth-child(3){
    width: 10%;
}
.lsdw-content-table-list>div:nth-child(4){
    width: 20%;
}
.lsdw-content-table-list>div:nth-child(5){
    width: 10%;
}
.lsdw-content-table-list>div:nth-child(6){
    width: 8%;
}
.lsdw-content-table-list>div:nth-child(7){
    width: 15%;
}
.lsdw-content-table-list>div:nth-child(8){
    width: 15%;
}



.nsjg-list-item-child{
    height: 40vh;
    position: relative;
}

.nsjg-title-one{
    padding-top: 2vh;
}
.nsjg-title-two{
    margin-top: 2vh;
}

.nsjg-title-two>div:nth-child(1),
.nsjg-title-one>div:nth-child(1) {
    padding-left: .6vw;
    font-size: 18px;
    font-weight: bold;
    color: #2b58a8;
    position: relative;
}

.nsjg-title-two>div:nth-child(1)::after,
.nsjg-title-one>div:nth-child(1)::after {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #2b58a8;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.nsjg-title-one>div:nth-child(2) {
    font-size: 16px;
    color: #000;
    margin-top: 1vh;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 2vh;
}

.nsjg-title-two>div:nth-child(2) {
    font-size: 16px;
    color: #000;
    margin-top: 1vh;
    padding-bottom: 2vh;
}

.nsjg-list-item {
    height: 58px;
    padding-left: .8vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.nsjg-list-item>span{
    font-size: 16px;
    color: #333;
    height: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: max-content;
}
.nsjg-tabs-active {
    height: 58px !important;
    line-height: 58px !important;
    font-weight: bold;
    border-bottom: 6px solid;
    border-image: linear-gradient(90deg, #77A1E4, #77A1E4 50%, #2b58a8 50%, #2b58a8 100%) 2 2 2 2;
}

.nsjg-list-item::after {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #3F3F3F;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.nsjg-list-position{
    position: relative;
    width: 100%;
    height: 0;
}

.tabs-active{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #2b58a8;
    border-top: 1px solid #2b58a8;
    background: #f8f8f8;
    height: max-content;
    display: none;
    z-index: 99999;
}



.c-sqgxbm-right-list{
padding-top:70px;
}
 .c-sqgxbm-right-list-item {
            display: block;
            width: 100%;
            height:56px;
            overflow: hidden;
            box-sizing: border-box;            
            margin-bottom: 10px;
            background:url(../png/jk2vbo.png) no-repeat center left;
            padding-left: 10px;
        }

        .c-sqgxbm-right-list-item-select {
             background:url(../png/5q9o84.png) no-repeat center left;
        }

        .c-sqgxbm-right-list-item-name {
            line-height: 56px;
            float: left;
            margin-left: 5px;
            color: rgb(51, 51, 51);
            border-bottom:1px dashed #dbdbdb;
            margin-right:15px;
        }
        .c-sqgxbm-right-list-item-select  a .c-sqgxbm-right-list-item-name{
           color:#2b58a8;
         }
        .c-sqgxbm-left {
            width: 100%;
            height:715px;
            float: left;           
        }
.jgcont .ztzl-tree{
padding:0px;
}


.ldy-left {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1vw 1vw 0 1vw;
}

.ldy-left-user {
    width: 100%;
    height: auto;
}

.ldy-left-name {
    background: #fff;
    height: max-content;
    padding: 2vh 0
}

.ldy-left-name>div {
    font-size: 20px;
    color: #000;
    text-align: center;
    height: 4vh;
    line-height: 4vh;
}

.ldy-left-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 2vh auto
}

.ldy-left-title>div:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    color: #2b58a8;
    width: max-content;
    margin: 0 1vw
}

.ldy-left-title>div:nth-child(1),
.ldy-left-title>div:nth-child(3) {
    height: 1px;
    flex: 1;
    background: #8fa7d1;
}

.ldy-left-item {
    height: 6vh;
    background: #fff;
    margin-bottom: 1.6vh;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1vw;
}

.ldy-left-item>div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #2b58a8;
    width: 60px;
    text-align: justify;
    text-align-last: justify;
}

.ldy-left-item>div:nth-child(2) {
    font-size: 15px;
    color: #000;
    flex: 1;
    margin-left: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ldy-right {
    background: #fff;
}

.ldy-right-swiper {
    width: 70%;
    margin: 8vh auto 5vh auto
}

.ldy-right-title{
    font-size: 20px;
    font-weight: bold;
    padding: 0 2vw;
    margin-top: 5vh
}

.ldy-right-list,
.ldy-right-item {
    height: max-content;
    padding: 0 2vw;
    margin-top: 3vh;
}

.ldy-right-list>div:nth-child(1),
.ldy-right-item>div:nth-child(1) {
    width: 50%;
    border-bottom: 1px solid #e4e4e4;
}

.ldy-right-list>div:nth-child(1)>div,
.ldy-right-item>div:nth-child(1)>div {
    font-size: 18px;
    color: #2b58a8;
    font-weight: bold;
    width: max-content;
    padding-bottom: 1vh;
    border-bottom: 6px solid;
    border-image: linear-gradient(90deg, #77A1E4, #77A1E4 50%, #2b58a8 50%, #2b58a8 100%) 2 2 2 2;
}

.ldy-right-item>div:nth-child(2) {
    font-size: 16px;
    color: #000;
    margin-top: 2vh
}

.ldy-content {
    border-radius: 10px;
    margin: 0 1.4vw;
    width: calc(100% - 2.8vw);
}

.ldy-left-content {
    background: #f3f6f9;
    padding-top: 1vw;
}

.c-newslist-content>div{
margin:0px 50px;
}
.c-newslist-content>div:nth-child(1){
margin:0px;
}
        .c-newslist-content-title {
            width: 100%;
            height: 55px;
            line-height: 55px;
            font-size: 15px;
            color: rgb(102, 102, 102);
            box-sizing: border-box;
            padding-left: 25px;
        }

        .c-newslist-content-title-img {
            position: relative;
            top: -2px;
        }

        .c-newslist-content-title-main {
            color: rgb(102, 102, 102) !important;
        }

        .c-newslist-content-name {
            height: 36px;
            border-bottom: 1px solid rgb(184, 184, 184);
            font-size: 18px;
            line-height: 30px;
            color: rgb(17, 17, 17);
        }

        .c-newslist-content-name-english {
            font-size: 16px;
            color: rgb(102, 102, 102);
        }

        .c-newslist-content-text {
            text-indent: 2em;
            color: rgb(102, 102, 102);
            font-size: 16px;
            line-height: 30px;
            padding-top: 15px;
        }

        .c-newslist-content-btns {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .c-newslist-content-btn1 {
            display: block;
            width: 288px;
            height: 52px;
            border-radius: 100px;
            overflow: hidden;
            border: 1px solid rgb(107, 174, 241);
            background-color: rgb(236, 245, 253);
            cursor: pointer;
        }

        .c-newslist-content-btn1-img {
            float: left;
            margin-left: 90px;
            font-size: 32px;
            color: #0f5dbd;
        }

        .c-newslist-content-btn1-name {
            line-height: 50px;
            font-size: 16px;
            color: rgb(26, 100, 192);
            margin-left: 10px;
            float: left;
        }

        .c-newslist-content-img {
            display: block;
            width: 600px;
            margin: 0 auto;
        }

        .c-newslist-content-imgname {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 50px;
  }
@media only screen and (min-width: 1025px) {
#swiperOne .swiper-slide-item>img{
	height:473px;
}
#swiperFour .imgs-swiper-bottom>img,.swiper-right>a>img{
	height:80px;
}
#swiperFive .cyfz-slide-item>img {
    height: 340px;
}
#swiperCyfz .cyfz-slide-item>img {
    height: 403px;
}
}
@media only screen and (max-width: 641px) {
	#swiperOne .swiper-slide-item>img {
    height: 236px;    
}
	.swiper-slide-item>div{
		font-size:1.6rem;
	}
	.card-box {
        border-radius: 6px;
        padding: 1rem 1rem 1rem 0rem;
        background: #f2f6ff;
    }
	
	.card-box-header>img {
        width: 6.3rem;
        height: max-content;
        display: block;
        margin: 0 auto;
        margin-left: calc(50% - (6.3rem / 2))
    }

    .card-box-header>div:nth-child(2) {
        font-size: 2rem;
        font-weight: bold;
        margin-right: 1rem;
        text-align: center;
    }

    .card-box-header>div:nth-child(3) {
        margin: 0
    }
	
.am-g .card-box>.am-g {
    margin-left: 0px;
    margin-right: 0px;
	}
	.index-zwgk-card{
		margin-top:1rem;
	}

	
    .swiper-zore-title {
        font-size: 1.8rem;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin-top: 2.4rem
    }

    .swiper-zore-text {
        font-size: 1.4rem;
        color: #000;
        text-align: center;
        align-items: center;
    }

    .home-center-banner {
        width: 100%;
        height: auto;
        display: block;
        margin: 2rem auto;
		padding:0px 1rem;
    }

    .home-cc {
        margin-bottom: 2rem;
		height: max-content;
		overflow: hidden;
    }
    .card-swiper {
    height: max-content;
    overflow: hidden;
	}
    .home-dd {
        padding-right: 1rem !important
    }

    .swiper-bottom {
        margin: 1rem;
        width: calc(100% - 2rem);
    }
	.part3 {
    padding: 1rem;
}
.part3 .text-panel:nth-child(2) {
    padding: 0;
}
    .footer-text-item>div:nth-child(1) {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .hdjl-zxft {
        margin-top: 0;
		padding: 2rem 1rem;
    }

    .hdjl-zxft>img:nth-child(1) {
        width: 100%;
        height: auto;
        display: block;
    }

    .hdjl-zxft-ge {
        display: none;
    }

    .hdjl-zxft-content {
        margin-top: 1rem
    }

    .hdjl-zxft-list,
    .hdjl-zxft-content>div:nth-child(2),
    .hdjl-zxft-content>div:nth-child(3),
    .hdjl-zxft-content>div:nth-child(4) {
        margin-top: .6rem
    }

    .hdjl-zxft-list>div {
        margin-bottom: 2rem;
    }

    .hdjl-three-b,
    .hdjl-three-c {
        height: max-content;
        width: 10rem;
    }

    .hdjl-three-right-bottom {
        margin-top: 0
    }

    .cyfz_two {
        margin-top: 1vh
    }

    .cyfz_three-title,
    .cyfz_three-list,
    .cyfz_titles,
    .cyfz_list {
        width: calc(100% - 2rem);
    }

    .cyfz_list {
        padding: 2rem 0
    }

    .cyfz_title {
        margin-top: 1rem
    }

    .cyfz_list>div {
           width: calc((100% - 6rem) / 3);
        margin: 0px 1rem;
        padding: 15px 0px;
    }

    .cyfz_list>div>span {
        font-size: 12px;
    }

    .cyfz_three-list {
        padding: 0 1.6rem
    }

    .cyfz_three-title {
        padding-left: 1.6rem
    }

    .cyfz_three-title>div:nth-child(2) {
        left: 1.6rem
    }

    .cyfz_three-title>a {
        right: 1.6rem
    }

    .hzjl-title-one {
        padding: 0 1.6rem;
    }

    .lsdw-content-item>div:nth-child(2) {
        margin-left: 3rem;
    }

    .lsdw-content-card {
        height: max-content;
    }

    .nsjg-list-item,
    .nsjg-title-two>div:nth-child(1),
    .nsjg-title-one>div:nth-child(1) {
        padding-left: 2vw;
    }

    .ldy-right-swiper {
        width: 100%;
        margin: 2vh 0
    }

    .ldy-list {
        padding: 0 !important;
        height: max-content !important;
    }
	.ldy-right{
		padding:0px;
	}
.ldy-right-list .text-list .item{
	font-size:1.6rem;
}
    .hdjl-three-right-top>div:nth-child(3){
        font-size: 2.4rem;
    }

    .hdjl-three-right{
        margin-top: 2vh
    }

    .to-top{
        margin-top: 1vh;
    }
    .swiper-right{
        padding: 2vw;
    }
	.swiper-right>a>img{
        width: 163px;
    height: 80px;
    }
	.lsdw-content {
    padding: 1rem 0;
    margin: 0 1rem;
}
    .lsdw-content-list{
        white-space: nowrap;
        overflow-x: scroll;
    }
    .lsdw-content-list>div{
        width: max-content;
    }
    .lsdw-content-list-title{
        font-size: 1.8rem
    }
    .lsdw-content-table-list>div:nth-child(1){
        width: 30rem;
        padding: 0 .1rem 0 1rem;
    }
    .lsdw-content-table-list>div:nth-child(2){
        width: 10rem;
    }
    .lsdw-content-table-list>div:nth-child(3){
        width: 10rem;
    }
    .lsdw-content-table-list>div:nth-child(4){
        width: 40rem;
    }
    .lsdw-content-table-list>div:nth-child(5){
        width: 10rem;
    }
    .lsdw-content-table-list>div:nth-child(6){
        width: 8rem;
    }
    .lsdw-content-table-list>div:nth-child(7){
        width: 12rem;
    }
    .lsdw-content-table-list>div:nth-child(8){
        width: 12rem;
    }
    
    .nsjg-title-one{
        white-space: wrap;
    }
 #swiperThree .swiper-slide{
	 width:50% !important;
 }
 #swiperFour .swiper-slide{
	 width:100% !important;
 }
 
 .jgcont .cm-news-list li a{
max-width: 100%;
}
.wapHide{
display:none !important;
}
    .jgcont .ztzl-tree {
        padding: 0px 1.5rem !important;
    }
	.jgcont .w-gl-w868 {
       padding: 0px 1rem;
    }
.c-sqgxbm-right-list-item-name{
width:100%;
}
.c-sqgxbm-left {
    width: 100vw;
    height: 450px;
margin-left:-76px;
}
.c-sqgxbm-right-list {
    padding-top: 10px;
}

.hzjl-btns-lists{
	padding: 1rem;
}
.hdjl-one,.hzjl-title-two,.hdjl-zxft-list{
margin-top: 1.6rem !important;
}
.hdjl-two {
margin: 1.6rem;
}
.hdjl-zxft-content>a,.hdjl-zxft-list>div>div:nth-child(1){
font-size: 1.8rem;
}
.hdjl-zxft-list {
    padding-right: 1rem !important;
}
}