.swiper {
  height: 480px;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 1.2rem;
}
.swiper a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
background-position:center;
}

.swiper .swiper-pagination.swiper-pagination-bullets{
  padding-right: 10px;
  text-align: end;
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { 
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f4b73e;
}

.swiper-slide-next.swiper-slide-duplicate-prev,
.swiper-slide-prev.swiper-slide-duplicate-next{
  z-index: 1;
}

/* ********************************************************************* */

.xwzx .fdlb {
    width: 560px;
    height: 300px;
    background: #4b64b2;
    position: absolute;
    top: 70px;
    overflow: hidden;
}
.fdlb>div {
    width: 100% !important;
    height: 300px !important;
}
.fdlb .dtjt9_div_img {
    position: initial !important;
    overflow: hidden;
}
.fdlb  .dtjt9_div_img img {
    display: block;
    height: auto !important;
    width: 100% !important;
}
.fdlb .dtjt9_div_text {
    width: 100%;
    text-align: left;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 99 !important;
}
.fdlb .dtjt9_div_text .dtjt9_div_text_title {
    text-align: left!important;
    height: 35px!important;
    background: rgba(0,0,0,.7)!important;
}
.fdlb .dtjt9_div_text a:link {
    width: calc(100% - 120px) !important;
    font-size: 1.4rem !important;
    font-weight: bold;
    line-height: 35px !important;
    padding-left: 20px;
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none;
}
.fdlb .dtjt9_div_img .number {
    position: absolute;
    right: 5px;
    bottom: 8px !important;
    z-index: 100;
}

/* ********************************************************************* */




/* ********************************************************************* */
.title{
    /* margin-top: 10px;  */
    padding-top: 10px;
    position: relative;
}
.title .title-text{
    font-size: 2.2rem;
    line-height: 30px;
    float: left;
    font-weight: 800;
}
.title .title-more{
    float: right;
    line-height: 30px;
    color: #999;
    font-size: 1.2rem;
}

.my-list li{
    border-bottom: 1px  #DDD solid;
    line-height: 41px;
    box-sizing: border-box;
}
.my-list li::before {
    content: "";
    width: 5px;
	height: 5px;
	background-color: #bbbbbb;
    display: block;
    position: relative;
    left: 0px;top: 22px;
    border-radius:50%;
}
.my-list li:hover::before{
    background-color: var(--secondary-primary-color);
} 
.my-list li a{
    display: block;
    float: left;
    width: calc(100% - 90px);
    font-size: 1.4rem;
    color: #333;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.my-list li span {
    float: right;
    color: #999;
    letter-spacing: 1px;
}
.my-list li:hover a,.my-list li:hover span{
    color: var(--secondary-primary-color);
}
.section{
    margin-top: 20px;
    padding-bottom:20px;
    /* background: #fff; */
}

.sectionBg{
    background: rgba(227, 234, 243, .35);
}

.section  span.icon-yousanjiao{
    font-size: 14px;
    color: #999999;
}
.w-2{
    float: left;
    width: calc(50% - 15px);
    box-sizing: border-box;
} 
/* ********************************************************************* */




/* ********************************************************************* */  
.xw-list{
    width: calc(100% - 600px);
    margin-top: 25px;
}
.xw-list li{
    border-bottom: 1px  #DDD solid;
    box-sizing: border-box;
    position: relative;
}
.xw-list li::before {
    content: "";
    width: 5px;
	height: 5px;
	background-color: #bbbbbb;
    display: block;
    position: relative;
    left: 0px;top: 22px;
    border-radius:50%;
}
.xw-list li:hover::before{
    background-color: var(--secondary-primary-color);
} 
.xw-list li:first-child::before {
    top: 11px;
}
.xw-list li:first-child .list-title,.xw-list li:first-child{
    padding-bottom: 10px;
} 
.xw-list li:first-child .list-title a,.xw-list li:first-child .list-title span{
    line-height: 18px;
}
.xw-list li .list-title{
    line-height: 39.5px;
} 
.xw-list li .list-title a{
    display: block;
    float: left;
    width: calc(100% - 90px);
    font-size: 1.4rem;
    color: #333;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.xw-list li .list-title span {
    float: right;
    color: #999;
    letter-spacing: 1px;
}
.xw-list li p{
    display: none;
    font-size: 12px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.xw-list li:first-child p{
    display: -webkit-box;
}
.xw-list li:hover .list-title a,.my-list li:hover .list-title span{
    color: var(--secondary-primary-color);
}
/* ********************************************************************* */




/* ********************************************************************* */
.tz-list li{
    border-bottom: 1px  #DDD solid;
    box-sizing: border-box;
    line-height: 26px;
    padding: 15px 0;
    position: relative;
}
.tz-list li .rq {
    width: 50px;
    float: left;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
.tz-list li .rq span{
    display: block;
}
.tz-list li .rq .ri{
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--secondary-primary-color);
}
.tz-list li .rq .yue{
    font-size: 1.6rem;
    color: #999999;
}
.tz-list li .neirong{
      float: left;
    width: calc(100% - 50px);padding-left: 15px;box-sizing: border-box;
}
.tz-list li .neirong a{
    display: block;
    font-size: 1.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tz-list li .neirong p{
    font-size: 1.2rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.tz-list li>span {
    display: none;
    letter-spacing: 1px;
}
.tz-list li:hover a{
    color: var(--secondary-primary-color);
}
/* ********************************************************************* */

.tz-list li::after,
.xw-list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--secondary-primary-color);
    transition: width 0.35s;
}

.tz-list li:hover::after,
.xw-list li:hover::after{
    width: 100%;
}


/* ********************************************************************* */
.tzgg,.xwzx .xw-left{
    float: left;
}
.xsdt,.xwzx ul{
    float: right;
}
.xwzx{
    position: relative;
}
.xwzx .xwzx-main .xw-left{
    margin-top: 30px;
    width: 560px;
    background: pink;
    height: 300px;
}
/* ********************************************************************* */




/* ********************************************************************* */                     
.yqlj{
    float: right;
}
.yqlj .yqlj-main{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    align-items: center;

    margin-top: 25px;
    padding: 0 15px;
}
.yqlj .yqlj-main > li{
    flex-basis: 100%;
    border: solid 2px #dddddd;
    box-sizing: border-box;
    flex-grow: 1;
}
/* .yqlj .yqlj-main li:nth-child(3){
    flex-basis: 100%;
} */
 .yqlj .yqlj-main > li:nth-of-type(1) > ul{
    display: none;
 }
  .yqlj .yqlj-main > li:nth-of-type(1):hover > ul{
    display: flex;
    justify-content: space-around;
 }
 .yqlj .yqlj-main > li:nth-of-type(1):hover > a{
    display: none;
 }
  .yqlj .yqlj-main > li:nth-of-type(3) > ul{
    display: none;
 }
  .yqlj .yqlj-main > li:nth-of-type(3):hover > ul{
    display: flex;
    justify-content: space-around;
 }
 .yqlj .yqlj-main > li:nth-of-type(3):hover > a{
    display: none;
 }
.yqlj .yqlj-main li>a{
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yqlj .yqlj-main li>a>span.iconfont{
    font-size: 36px;
    color: var(--secondary-primary-color);
    margin-right: 10px;
}
.yqlj .yqlj-main li>a>div span{
    display:block;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.yqlj .yqlj-main li>a>div>span:first-child{
    font-size: 1.8rem;
}
/* ********************************************************************* */

/* ********************************************************************* */
