@charset "UTF-8";
.bg-main-box{
  width: 100%;
  background-color: #F0F0F0;
  background-image: url(cmm-bg.png);
  background-size: 100% 70rem;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -2.2rem;
  padding-top: 7.2rem;
 }
 .container {
    padding-bottom: 0;
    background: #FFFFFF;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 8px 8px 0 0;
  } 
@media only screen and (max-width: 641px) {
  .bg-main-box{
    padding: 0 1.5rem;
    padding-top: 2rem;
  }
  .container{
    padding: 3rem 1.5rem;
  }
}

  /* part-1 */
  .part-1 .p1-left{
    width: 78rem;
    height: auto;
    padding-left: 0;
    margin-right: 2rem;
    margin-top: 1rem;
    padding: 0;

  }
  .part-1 .p1-left .p1-left-top{
    width: 100%;
    height: 12.8rem;
    background: #1B5395;
    border-radius: 0px;
    background-image: url(cmm-img1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 12.8rem;
    padding: 0 3rem;
  }
  .part-1 .p1-left .p1-left-top .title{
    font-weight: bold;
    font-size: 3.2rem;
    color: var(--theme);
    line-height: 3.2rem;
    /* text-stroke: 2px #FFFFFF; */
    -webkit-text-stroke: 0.5px #FFFFFF;
  }
  .part-1 .p1-left .p1-left-top .title .iconfont{
    color: var(--theme);
    font-size: 4.6rem;
    margin-right: 1.5rem;
  }
  .part-1 .p1-left .p1-left-top .wyxx{
    gap: 5rem;
  }
  .part-1 .p1-left .p1-left-top .wyxx a{
    font-size: 2rem;
    color: var(--theme);
    line-height: 2rem;
  }
  /* .part-1 .p1-left .p1-left-top .wyxx a:first-child::after{
    position: absolute;
    content: ' ';
    top: 50%;
    right: 13.1rem;
    height: 2rem;
    transform: translate(0, -50%);
    border-right: solid 1px;
    border-right-color:  var(--theme);
  } */
.part-1 .p1-left .card-lists{ 
    width: 100%;
    margin-top: 2rem;
  }
.part-1 .p1-left .card-lists .list-title{
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E7E7E7;
    text-align: left;
    margin-bottom: 1.7rem;
}
.part-1 .p1-left .card-lists .list-title span{
    font-weight: bold;
    font-size: 2rem;
    color: var(--theme);
    line-height: 5rem;
    border-bottom: 3px solid var(--theme);
    padding-bottom: 2rem;
}
.part-1 .p1-left .card-lists .text-list .item{
    padding: 0px 0 0px 1.5rem;
  }
.part-1 .p1-left .card-lists .text-list .item .title{
    margin-left: 0;
    color: #000;
  }
.part-1 .p1-left .card-lists .text-list .item .date{
    color: #999;
}

.part-1 .p1-right{
    width: 44rem;
    height: 40.4rem;
    background: #F7F7F7;
    border-radius: 8px 8px 8px 8px;
    padding-left: 0;
    margin-top: 1rem;
    padding: 0;
    padding: 0.4rem;
}
.part-1 .p1-right .right-title{
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    line-height: 5.6rem;
    height: 5.6rem;
    text-align: left;
    margin-left: 1.2rem;
  }
  .part-1 .p1-right .right-ctt{
    width: 100%;
    /* height: 41.7rem; */
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
  }
  .part-1 .p1-right .right-ctt .info {
    height: 16rem;
    margin: 1rem 1.5rem;
    border: none;
  }
  .part-1 .p1-right .right-ctt .info .item {
      width: 50%;
      height: 8rem;
      border: solid 1px #DDDDDD;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-weight: bold;
      color: #111111;
      line-height: 24px;
  }
  .part-1 .p1-right .right-ctt .info .item .item- {
      font-size: 1.4rem;
      color: #666;
      margin-left: 1rem;
      font-weight: 400;
  }
  .part-1 .p1-right .right-ctt .info .item.item1{
    border-top: none;
    border-left: none;
  }
  .part-1 .p1-right .right-ctt .info .item.item2{
    border-top: none;
    border-right: none;
  }  
  .part-1 .p1-right .right-ctt .info .item.item3{
    border-bottom: none;
    border-left: none;
  }
  .part-1 .p1-right .right-ctt .info .item.item4{
    border-bottom: none;
    border-right: none;
  }
  .info-echarts {
      /* width: 50%; */
    height: 16rem;
    border-top: 1px solid #DDDDDD;
  }
  @media only screen and (max-width: 641px) {
    .part-1 .p1-left{
      width: 100%;
      margin-right: 0;
    }
    .part-1 .p1-left .p1-left-top{
      height: auto;
      flex-direction: row;
      padding: 2rem 1rem;
      justify-content: space-between;
      background-size: cover;
    }
    .part-1 .p1-left .p1-left-top .wyxx{
      display: flex;
      gap: 1.5rem;
    }
    .part-1 .p1-left .p1-left-top .title{
      font-size: 2.6rem;
    }
    .part-1 .p1-left .p1-left-top .title .iconfont{
      font-size: 2.8rem;
    }
    .part-1 .p1-right{
      width: 100%;
      height: auto;
    }
  }


/* part-2 */
.part-2{
    width: 100%;
    height: 40.5rem;
    background: #F7F7F7;
    border-radius: 8px;
    margin: 4rem 0;
    padding: 0;
    padding: 0.4rem;
}
.part-2 .p2-left{
    width: 75.6rem;
    height: 38.5rem;
  
}
.part-2 .p2-right{
    width: 44rem;
    height: 38.5rem;  
}
.part-2 .p2-ctt{
    width: 100%;
    height: 32rem;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 3rem 1.5rem 3rem 1.5rem;
}
.part-2 .p2-title{
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    line-height: 5.6rem;
    height: 5.6rem;
    text-align: left;
    margin-left: 2rem;
}
.part-2  .left{
    width: 38.2rem;
    height: 26.9rem;
}
.part-2  .center {
    margin: 0 auto;
    height: 26.9rem;
    justify-content: space-between;
    padding-left: 1rem;
}
.part-2  .center .title{
    width: 33rem;
    font-size: 1.6rem;
    color:#333333;
    line-height: 3.4rem;
}
.part-2  .center .title span{
    color: var(--theme);
}
.part-2  .center .title:nth-of-type(1){
    font-size: 2rem;
    line-height: 3.2rem;
}

.part-2 .right{
    padding: 0 2rem;
    border-left: #D8D8D8 1px dashed;
	overflow-x: hidden;
    overflow-y: scroll;
    height: 25.4rem;
}
.part-2  .right .right-card{
    width: 39.8rem;
    background-image: url(cmm-img2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 90% 100%;
	height: 11.5rem;
}
.part-2  .right .right-card{
    margin-bottom: 2.4rem;
}
.part-2  .right .right-card .cd{
    width: 100%;
    height: 10.5rem;
    background-color: #fff;
    border: 2px solid #F2F2F4;
    border-radius: 12px;
    justify-content: center;
    text-align: left;
    padding: 0 2.5rem;
}
.part-2  .right .right-card .cd span{
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #333333;
}
.part-2  .right .right-card .cd span:last-child{
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #999;
    margin-top: 1rem;
}
.part-2 ::-webkit-scrollbar{
    width: 0.6rem;
  }
  /* 滚动条里的小方块 */
  .part-2 ::-webkit-scrollbar-thumb{
    width: 0.6rem;
    height: 3rem;
    background: #D4D4D4;
    border-radius: 3px;
  }
  .part-2 ::-webkit-scrollbar-track{
    background: #F7F7F7;
    border-radius: 3px;
  }
  @media only screen and (max-width: 641px) {
    .part-2{
      height: auto;
    }
	  .part-2 .p2-left {
    width: 100%;
    height: auto;
    margin-right: 0;
    text-align: left;
    margin-bottom: 1.5rem;
}
	  .part-2 .p2-right {
    width: 100%;
    height: auto;
}
    .part-2 .left, .part-2 .p2-ctt,  .part-2 .right{
      width: 100%;
      height: auto;
    }
    .part-2 .center{
      width: 100%;
      padding-left: 0;
      text-align: left;
      margin: 1.5rem 0;
    }
    .part-2 .center .title{
      width: inherit;
    }
    .part-2 .right{
      border-left:none;
      padding: 0;
      overflow-y: auto
    }
    .part-2 .right .right-card{
      width: 100%;
    }
  }


/* part-3 */
.part-3{
    width: 100%;
}
.part-3 .p3-left{
    width: 78.6rem;
    height: 36.5rem;
    border: 1px solid #BBD1F7;
    background: #FFFFFF;
    border-radius: 12px;
    margin-right: 2.5rem;
}
.part-3 .p3-left .card2-title{
    width: 100%;
    height: 8.8rem;
    background-image: url(index-jl-3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 8.8rem;
    border-radius: 8px;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    line-height: 8.8rem;
    padding-left: 2rem;
    border-radius: 12px 12px 0 0;
  }
.part-3 .p3-left .content{
    padding: 1rem 2rem;
  }
.part-3 .p3-left .content .item-info{
    width: initial;
  }
.part-3 .p3-left .content .text-list span{
    width: 6rem;
    height: 2.4rem;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #999999;
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: center;
    color: #999999;
    margin-right: 1.8rem;
  }
  .part-3 .p3-left .content .item-info .date{
    color: #999;
  }
.part-3 .p3-left .content .text-list .item{
    flex: 1;
    line-height: 5rem;
    padding: 0;
  }
.part-3 .p3-left .content .text-list span.active{
    color: #2B58A8;
    border: 1px solid #2B58A8;
  
  }
.part-3 .p3-left .text-list .item:before{
    display:none;
  }
  .part-3 .p3-left .text-list .item .title{
    margin-left: 0rem;
  }
  .hdjl-ctt .jl-right .jl-right-card3{
    width: 100%;
    height: 11.3rem;
    background: rgba(0,0,0,0);
    border-radius: 8px;
    background-image: url(index-jl-4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 11.3rem;
  }
  .hdjl-ctt .jl-right .jl-right-card3 span{
    margin-left: 8rem;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1B5395;
    line-height: 3.2rem;
    text-shadow: -2px -1px 1px #FFFFFF;
  }
  .tabs-panel .tabs-header .item {
    padding-bottom: 0rem;
    line-height: 5.4rem;
    height: 62%;
margin-right:1.5rem;
}
.part-3 .p3-left .content .item-info {
    justify-content: space-between;
    width: 94%;
}
.tabs-panel .tabs-header .item.active {
    border-bottom: 3px solid #1B5395;
}
.part-3 .p3-left .content .text-list .item {
    max-width: calc(100% - 10rem);
    display: block;
}
.jl-hd-card4{
flex-wrap: wrap;
}
.jl-hd-card4>a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #D2E8FF 0%, #D2E8FF 100%);
    padding: 2.2rem 1rem;
   width: 21.18rem;
    margin-bottom: 1.45rem;
}
.jl-hd-card4>a img{
     margin-right: 1.6rem;
}
  
.part-3 .p3-right{
    width: 44rem;
    height: 36.5rem;  
}
.part-3  .p3-right>a{
    width: 100%;
    height: 16.7rem;
    background-image: url(cmm-img3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 16.7rem;
    border-radius: 8px;
    margin-bottom: 3.5rem;
    padding-left: 4.5rem;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1B5395;
    line-height: 2.4rem;
    text-shadow: -2px -1px 1px #FFFFFF;
    display: flex;
    align-items: center;
}
.part-3  .p3-right>a:last-of-type{
    background-image: url(cmm-img4.png);
    margin-bottom: 0;
    color: #594329;
}
.part-3  .p3-right>a:hover{
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	-o-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05);
}


@media only screen and (max-width: 641px) {
  .part-3 .p3-left{
    width: 100%;
    height: auto;
    margin-right: 0;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .part-3 .p3-left .content .item-info{
    flex-direction: row;
  }
  .part-3 .p3-right{
    width: 100%;
    height: auto;
  }
  .part-3 .p3-right>a{
    padding-left: 1.5rem;
    line-height: 4rem;
  }
  .jl-hd-card4 {
    flex-direction: row;
    justify-content: space-between;
}
.jl-hd-card4>a {    
    width: calc((100% - 1.45rem) / 2);
    margin-right: 1.45rem;
}
.jl-hd-card4>a:nth-child(2n) { 
    margin-right: 0rem;
}
}