:root {
	--bigSize:0.2rem;
	--titleSize:0.18rem;
	--smailSize:0.16rem;
	--smailSizex:0.14rem;
}
.zjtsbList .line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .zjtsbList .line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .zjtsbList .line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .zjtsbList .line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .zjtsbList .wp-inner {
    background: #ccc;
  }
  .zjtsbList .l-banner {
    height: 3.35rem;
  }
  .zjtsbList .wp-wrapper {
    position: relative;
  }
  .zjtsbList .zcol_name {
    color: #fff;
    position: absolute;
    bottom: 0.5rem;
    font-size: 0.34rem;
    line-height: 1.32;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
  }
  .zjtsbList .post-tt .tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.16rem;
  }
  .zjtsbList .post-tt .tt .tit {
    margin-bottom: 0;
  }
  .zjtsbList .post-tt .more_btn {
    margin-top: 0;
  }
  .zjtsbList  .more_btn a{
    color: #203a80;
    font-weight: bold;
    background: url(../images/morebg.png) no-repeat right center/0.13rem;
    font-size: var(--smailSize);
    line-height: 0.21rem;
    padding-right: 0.16rem;
  }
  .zjtsbList .post-tt .title {
      font-size: 0.24rem;
      line-height: 1.25;
      margin-bottom: 0.08rem;
      display: block;
  }
  .zjtsbList .post-tt .lmbm {
    text-align: left;
    font-weight: normal;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    font-size: var(--smailSizex);
  }
  .zjtsbList .post-tt .lmbm::before {
    content: "";
    background-color: #203a80;
    width: 0.24rem;
    height: 1px;
    margin-right: 0.11rem;
  }
  .zjtsbList .zmain1 .inner {
    padding-top: 0.83rem;
  }
  .zjtsbList .zpost-11 {
    position: relative;
    margin-bottom: 0.6rem;
  }
  .zjtsbList .zpost-11 .tt {
    position: absolute;
    width: 7.28rem;
    top: -0.07rem;
  }
  .zjtsbList .zpost-11 .con {
    display: flex;
    align-items: flex-end;
  }
  .zjtsbList .zpost-11 .slick-prev,.zjtsbList .zpost-11 .slick-next {
      width: 0.8rem;
      height: 0.8rem;
      background-color: #203A80;
      border-radius: 0;
      bottom: 0;
      top: auto;
  }
  
  .zjtsbList .zpost-11 .slick-prev {
      background: #203A80 url(../images/zleft.svg)no-repeat center/ 0.32rem;
      left: auto;
      right: 0;
  }
  .zjtsbList .zpost-11 .slick-next {
      background: rgb(32 58 128 / 40%) url(../images/zright.svg) no-repeat center / 0.32rem;
      left: 100%;
      backdrop-filter: blur(26px);
  }
  .zjtsbList .zpost-11 .list1 {
    width: 7.65rem;
    flex: none;
    height: 4.14rem;
    box-shadow: 0px 0px 12px 0px rgba(1, 69, 144, 0.02);
    -webkit-backdrop-filter: blur(34.41px);
    backdrop-filter: blur(34.41px);
    background: rgba(230, 235, 251, 0.67);
    background-image: url(../images/zbg1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 0.5rem 0.8rem 0.2rem 0.7rem;
    box-sizing: border-box;
    z-index: 1;
  }
  .zjtsbList .zpost-11 .list1 .news .news_date {
    margin-bottom: 0.15rem;
    font-size: var(--titleSize);
  }
  .zjtsbList .zpost-11 .list1 .news_title {
    font-size: var(--bigSize);
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 0.15rem;
  }
  .zjtsbList .zpost-11 .list1 .news_con {
    font-size: var(--smailSize);
    line-height: 1.875;
    margin-bottom: 0.3rem;
  }
  .zjtsbList .zpost-11 .list1 .news .more {
    font-size: var(--smailSize);
    font-weight: 600;
    color: #203a80;
    padding-right: 0.21rem;
    background: url(../images/morebg.png) no-repeat right center /0.13rem;
    display: inline-block;
  }
  .zjtsbList .zpost-11 .list2 {
    flex: 1;
    width: 0;
  }
  .zjtsbList .zpost-11 .list2 .news_imgs a {
    padding-top: 66.66%;
  }
  .zjtsbList .zpost-12 .con {
    background-color: #f7f9fd;
    padding: 0.4rem 1.15rem 0 1.15rem;
    position: relative;
    min-height: 7.01rem;
  }
  .zjtsbList .zpost-12 .con::after {
    content: "";
    width: 100vw;
    height: 9.01rem;
    position: absolute;
    background: url(../images/zmain1bg.png) no-repeat bottom/100% 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .zjtsbList .zpost-12 .con * {
    position: relative;
    z-index: 2;
  }
  .zjtsbList .zpost-12 .con .con_text {
    font-size: var(--smailSize);
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 0.55rem;
    display: none;
  }
  .zjtsbList .zpost-12 .sudy_tab {
    background: #fff;
    display: flex;
    box-shadow: 0px 6px 12px 0px rgba(32, 58, 128, 0.1);
    padding-right: 0.21rem;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_menu {
    width: 2.3rem;
    flex: none;
    background-color: #f7f9fd;
    box-shadow: -9px 6px 10px -7px rgba(32, 58, 128, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_menu li {
    flex: 1;
    padding: 0 0.29rem;
    font-size: var(--titleSize);
    color: #667189;
    line-height: 1.33;
    border-left: 0.05rem solid rgba(0, 0, 0, 0);
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_menu li span {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(159, 176, 199, 0.3);
    width: 1.31rem;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_menu li.selected {
    background: #fff;
    box-shadow: 0px 6px 12px 0px rgba(32, 58, 128, 0.1);
    color: #333;
    font-weight: bold;
    border-left: 0.05rem solid #c31616;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_con {
    flex: 1;
    position: relative;
    z-index: 1;
    height: 5.5rem;
    overflow: auto;
    padding: 0.5rem 0.7rem;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_con::-webkit-scrollbar {
    width: 0.04rem;
    height: 0.04rem;
    background-color: #9fb0c7;
    -webkit-border-radius: 3px;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_con::-webkit-scrollbar-thumb:horizontal {
    width: 0.04rem;
    background-color: #9fb0c7;
    -webkit-border-radius: 3px;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_con::-webkit-scrollbar-track-piece {
    background-color: #f0f4f8;
    -webkit-border-radius: 0;
  }
  .zjtsbList .zpost-12 .sudy_tab .tab_con::-webkit-scrollbar-thumb:vertical {
    height: 70px;
    background-color: #9fb0c7;
    -webkit-border-radius: 3px;
  }
  .zjtsbList .zmain2 {
    position: relative;
  }
  .zjtsbList .zmain2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9.6rem;
    background: url(../images/zmain2bg.jpg) no-repeat top/cover;
    top: -5.5rem;
    z-index: 0;
  }
  .zjtsbList .zmain2 .inner {
    padding: 0.6rem 0;
    position: relative;
    z-index: 1;
  }
  .zjtsbList .zmain2 .zpost-20.post-tt .title {
    color: #fff;
  }
  .zjtsbList .zmain2 .zpost-20.post-tt .lmbm {
    color: #fff;
    opacity: 0.6;
  }
  .zjtsbList .zmain2 .zpost-20.post-tt .lmbm::before {
    background-color: #fff;
  }
  .zjtsbList .zmain2 .zpost-20.post-tt .more_btn a {
    color: #fff;
    background: url(../images/morebgb.png) no-repeat center right /0.13rem;)
    no-repeat center right;
  }
  .zjtsbList .zmain2 .mbottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
  }
  .zjtsbList .zmain2 .mbottom .mbox {
    width: 4.8rem;
    background-color: #fff;
    height: 5.3rem;
    position: relative;
    box-shadow: 0px 6px 12px 0px rgba(32, 58, 128, 0.1);
    box-sizing: border-box;
    position: relative;
  }
  .zjtsbList .zmain2 .mbottom .mbox .tit {
    line-height: 0.85rem;
    text-align: center;
    background: #edf1f7;
    font-size: 0.24rem;
    color: #153f83;
  }
  .zjtsbList .zmain2 .mbottom .mbox .con {
    padding: 0 0.85rem 0 0.38rem;
  }
  .zjtsbList .zmain2 .mbottom .mbox .more_btn {
    position: absolute;
    bottom: 0.35rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .zjtsbList .zmain2 .mbottom .news {
    padding: 0.185rem 0;
  }
  .zjtsbList .zmain2 .mbottom .news .news_title {
    font-size: var(--smailSize);
    line-height: 1.625;
  }
  .zjtsbList .zmain2 .zpost-21 .news{
    display: flex;
    align-items: center;
  }
  .zjtsbList .zmain2 .zpost-21 .news .news_meta {
    margin-right: 0.31rem;
  }
  .zjtsbList .zmain2 .zpost-22 .news_date,.zjtsbList .zmain2 .zpost-23 .news_date {
    margin-bottom: 0.11rem;
    line-height: 1;
    font-size: var(--smailSize);
  }
  .zjtsbList .zpost-24 .news_list {
    background: #203a80;
    display: flex;
    padding: 0.43rem 0;
  }
  .zjtsbList .zpost-24 .news_list .news {
    width: 50%;
    padding: 0 0.865rem;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .zjtsbList .zpost-24 .news_list .news .news_meta {
    --color: #fff;
    margin-right: 0.435rem;
  }
  .zjtsbList .zpost-24 .news_list .news .news_title {
    font-size: var(--titleSize);
    font-weight: bold;
  }
  .zjtsbList .zpost-24 .news_list .news .news_title a{
    color:#fff
  }
  .zjtsbList .zpost-24 .news_list .news:nth-child(1) {
    border-right: 1px dashed #fff;
  }
  .zjtsbList .zmain3 {
    position: relative;
  }
  .zjtsbList .zmain3 .mbottom {
    background: #f7f9fd;
    padding: 0.46rem 0.75rem 0.66rem;
  }
  .zjtsbList .zmain3 .mbottom .tt {
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    color: #153f83;
    margin-bottom: 0.2rem;
  }
  .zjtsbList .zpost-31 {
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #9fb0c7;
    margin-bottom: 0.5rem;
  }
  .zjtsbList .zpost-31 .news .box {
    margin: 0 0.34rem;
  }
  .zjtsbList .zpost-31 .news .news_imgs a {
    padding-top: 134.9%;
  }
  .zjtsbList .zpost-31 .news .news_title {
    text-align: center;
    margin-top: 0.15rem;
    font-size: var(--bigSize);
    font-weight: bold;
  }
  .zjtsbList .zpost-31 .news_list {
    padding-bottom: 0.55rem;
  }
  .zjtsbList .zpost-31 .slick-dots {
    bottom: 0;
  }
  .zjtsbList .zpost-31 .slick-dots li {
    width: 0.13rem;
    height: 0.13rem;
    margin: 0 0.06rem;
    background: #bfc8e0;
    border-radius: 50%;
  }
  .zjtsbList .zpost-31 .slick-dots li.slick-active {
    background: #952122;
  }
  .zjtsbList .zpost-31 .slick-prev,
  .zjtsbList .zpost-31 .slick-next {
    width: 0.61rem;
    height: 0.1rem;
    top: auto;
    bottom: 0.02rem;
    z-index: 1;
    border-radius: 0;
  }
  .zjtsbList .zpost-31 .slick-prev {
    background: url(../images/prevbg.png) no-repeat center/contain;
    left: 5.17rem;
  }
  .zjtsbList .zpost-31 .slick-next {
    background: url(../images/nextbg.png) no-repeat center/contain;
    right: 5.17rem;
  }
  .zjtsbList .zpost-30.post-tt .more_btn {
    position: absolute;
    bottom: 0.48rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .zjtsbList .zpost-32 .news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zjtsbList .zpost-32 .news_list .news {
    width: 6.48rem;
    padding: 0.38rem 0;
    border-bottom: 1px dashed #9fb0c7;
    display: flex;
    justify-content: space-between;
  }
  .zjtsbList .zpost-32 .news_list .news .news_date {
      font-weight: normal;
  }
  .zjtsbList .zpost-32 .news_list .news .news_title {
    font-size: var(--smailSize);
  }
  .zjtsbList .zpost-32 .news_list .news:nth-child(3),
  .zjtsbList .zpost-32 .news_list .news:nth-child(4) {
    border: none;
  }
  .zjtsbList .zmain4 {
    padding: 0.51rem 0 1.1rem;
  }
  .zjtsbList .zmain4 .mbottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .zjtsbList .zpost-41,
  .zjtsbList .zpost-43 {
    width: 4.25rem;
  }
  .zjtsbList .zpost-41 .news_list,
  .zjtsbList .zpost-43 .news_list {
    border-top: 1px dashed #9fb0c7;
  }
  .zjtsbList .zpost-41 .news,
  .zjtsbList .zpost-43 .news {
    padding: 0.18rem 0;
    border-bottom: 1px dashed #9fb0c7;
    height: 1.26rem;
    box-sizing: border-box;
  }
  .zjtsbList .zpost-41 .news .news_title,
  .zjtsbList .zpost-43 .news .news_title {
    line-height: 1.66;
    font-size: var(--titleSize);
  }
  .zjtsbList .zpost-42 {
    width: 5.72rem;
    position: relative;
  }
  .zjtsbList .zpost-42 .news_imgs a {
    padding-top: 66.6%;
    position: relative;
  }
  .zjtsbList .zpost-42 .news_imgs a::after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    height: 1.36rem;
  }
  .zjtsbList .zpost-42 .news_title {
    width: 100%;
    position: absolute;
    bottom: 0.24rem;
    padding: 0 0.29rem;
    box-sizing: border-box;
    color: #fff;
    font-size: var(--titleSize);
    font-weight: bold;
  }
  .zjtsbList .zpost-42 .news_title a {
    color: #fff;
  }
  .zjtsbList .zpost-44 .news_list {
    display: flex;
    justify-content: space-between;
  }
  .zjtsbList .zpost-44 .news_list .links {
    width: 7.25rem;
  }
  .zjtsbList .zpost-44 .news_list .links a {
    display: flex;
    height: 1.6rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
  }
  .zjtsbList .zpost-44 .news_list .links a:hover{
      opacity: 0.8;
  }
  .zjtsbList .zpost-44 .news_list .links a .icon {
    width: 0.81rem;
    height: 0.72rem;
    background-size: 100% 100%;
    margin-right: 0.4rem;
  }
  .zjtsbList .zpost-44 .news_list .links:nth-child(1) {
    background: url(../images/zbg2.jpg) no-repeat center/cover;
  }
  .zjtsbList .zpost-44 .news_list .links:nth-child(1) .icon {
    background-image: url(../images/zicon1.svg);
  }
  .zjtsbList .zpost-44 .news_list .links:nth-child(2) {
    background: url(../images/zbg3.jpg) no-repeat center/cover;
  }
  .zjtsbList .zpost-44 .news_list .links:nth-child(2) .icon {
    background-image: url(../images/zicon2.svg);
  }
  .zjtsbList .news_list {
    padding-bottom: 0;
  }
  .zjtsbList .news_list .news .news_date {
    font-size: var(--smailSize);
    color: #203a80;
    font-weight: bold;
  }
  .zjtsbList .news_list .news .news_imgs a,
  .zjtsbList .news_list .news .news_imgs span {
    position: relative;
    display: block;
  }
  .zjtsbList .news_list .news .news_imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .zjtsbList .news_list .news .news_meta {
    --color: #203a80;
    color: var(--color);
    font-weight: bold;
    width: 0.36rem;
    flex: none;
  }
  .zjtsbList .news_list .news .news_meta span {
    display: block;
  }
  .zjtsbList .news_list .news .news_meta .news_days {
    font-size: 0.15rem;
    line-height: 0.2rem;
    display: flex;
    align-items: center;
  }
  .zjtsbList .news_list .news .news_meta .news_days::after {
    content: "";
    width: 1px;
    height: 0.15rem;
    background: var(--color);
    transform: rotate(17deg);
    margin-left: 0.07rem;
  }
  .zjtsbList .news_list .news .news_meta .news_month {
    font-size: 0.29rem;
  }
  @media screen and (max-width: 999px) {
    :root {
	--bigSize:19px;
	--titleSize:18px;
	--smailSize:16px;
	--smailSizex:14px;
  }
	  .zjtsbList .zmain4{
    padding: 30px 0;
}
	  .zjtsbList .zpost-11 .list1{
    height: 340px;
    width: 100%;
}
	  .zjtsbList .post-tt .tt{
    margin-bottom: 20px;
}
	  .zjtsbList .zmain1 .inner{
    padding-top: 30px;
}
	  .zjtsbList .zpost-11 .tt{
    width: 100%;
    position: static;
}
	  .zjtsbList .post-tt .title{
    font-size: 22px;
}
	  .zjtsbList .zpost-11 .con{
    flex-direction: column-reverse;
}
	  .zjtsbList .zpost-11 .list2{
    width: 100%;
}
	  .zjtsbList .zpost-11 .slick-next{
    right: 0;
    left: auto;
}
	  .zjtsbList .zpost-11 .slick-prev{
    right: 0.8rem;
}
	  .zjtsbList .zpost-12 .con{
    padding: 30px 5px;
}
	  .zjtsbList .zpost-12 .sudy_tab .tab_menu li{
    font-size: 16px;
}
	  .zjtsbList .zpost-12 .sudy_tab .tab_menu li span{
    width: auto;
}
	  .zjtsbList .zpost-12 .sudy_tab .tab_menu{
    width: 140px;
}
	  .zjtsbList .zpost-12 .con .con_text{
    margin-bottom: 10px;
}
	  .zjtsbList .zpost-12 .con::after{
    bottom: 0;
    top: auto;
}
	  .zjtsbList .zmain2 .mbottom{
    flex-direction: column;
}
	  .zjtsbList .zmain2 .mbottom .mbox{
    width: 100%;
    padding-bottom: 58px;
    height: auto;
    margin-bottom: 20px;
}
	  .zjtsbList .zmain2 .mbottom .mbox .tit, .zjtsbList .zmain3 .mbottom .tt,.zjtsbList .zpost-44 .news_list .links a{
    font-size: 22px;
    line-height: 50px;
}
	  .zjtsbList .zpost-24 .news_list{
    display: block;
    padding: 30px 10px;
}
	  .zjtsbList .zpost-24 .news_list .news{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding: 14px 0;
}
	  .zjtsbList .zpost-24 .news_list .news:nth-child(1){
    border-bottom: 1px dashed #fff;
    border-right: none;
}
	  .zjtsbList .zpost-24 .news_list .news .news_meta{
    width: 30px;
}
	    .zjtsbList .news_list .news .news_meta .news_days{
    font-size: 15px;
}
	    .zjtsbList .news_list .news .news_meta .news_month{
    font-size: 25px;
}
	  .zjtsbList .zmain3 .mbottom{
    padding: 20px 20px 40px;
}
	  .zjtsbList .zpost-31 .slick-next{
    right: 50%;
    margin-right: -100px;
}
	  .zjtsbList .zpost-31 .slick-prev{
    left: 50%;
    margin-left: -100px;
}
	  .zjtsbList .zmain4 .mbottom{
    display: block;
}
	  .zjtsbList .zpost-41, .zjtsbList .zpost-43{
    width: 100%;
}
	  .zjtsbList .zpost-41 .news, .zjtsbList .zpost-43 .news{
    height: auto;
}
	  .zjtsbList .zpost-42{
    width: 100%;
}
}
  @media screen and (max-width: 479px) {
	  	  .zjtsbList .zpost-12 .sudy_tab .tab_menu{
    width: 100%;
    flex-direction: row;
}
	  	  .zjtsbList .zpost-12 .sudy_tab .tab_menu li{
    font-size: 14px;
    padding: 0;
    writing-mode: vertical-lr;
    height: 124px;
    padding: 10px 0;
    display: flex;
}
	  .zjtsbList .zpost-12 .sudy_tab{
    display: block;
    padding-right: 0;
}
	  .zjtsbList .zpost-12 .sudy_tab .tab_menu li span{/* height: 100px; *//* writing-mode: vertical-lr; */border: none;}
	  .zjtsbList .zpost-44 .news_list{
    display: block;
}
	  .zjtsbList .zpost-44 .news_list .links{
    width: 100%;
    margin-bottom: 10px;
}
  }
