@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: 3rem 3rem 5rem 3rem;
    border-radius: 8px 8px 0 0;
} 
.com-title{
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.com-title span{
  font-weight: bold;
  font-size: 2.4rem;
  color: #C00500;
  line-height: 2.4rem;
  padding-bottom: 1.9rem;
  border-bottom: 2px solid #C00500;
}
.com-title a{
  font-weight: 400;
  font-size: 1.6rem;
  color: #999999;
  line-height: 2.4rem;
  cursor: pointer;
}
.com-title a:hover{
  color: var(--theme);
}
@media only screen and (max-width: 641px) {
  .bg-main-box{
    padding: 0 1.5rem;
    padding-top: 2rem;
  }
  .container{
    padding: 3rem 1.5rem;
  }
  .com-title{
    flex-direction: row;
    justify-content: space-between;
  }
}



.part-1, .part-1 img{
  width: 100%;
  height: auto;
  margin-top: 3rem;
  padding: 0;
}
.part-2{
  background-image: url(supervise-4.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 52.6rem;
  padding: 0 0.2rem 1.2rem 0.2rem; 
}
.part-2-ctt{
  background: #FFFFFF;
  padding: 3rem;
}
.part-2-ctt .details{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.8rem;
  color: #333333;
  line-height: 4.8rem;
  background: #FFFFFF;
  border: none;
}
pre{
  margin: 0;
  padding: 1rem 0;
}
.part-2-ctt .links{
  width: 100%;
  height: 5.2rem;
}
.part-2-ctt .links .link{
  width: 88.5rem;
  height: 5.2rem;
  background-image: url(supervise-2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 88.5rem 5.2rem;
}
.part-2-ctt .links .link .iconfont{
  color: #FFFFFF;
  font-size: larger;
  margin-right: 1.5rem;
}
.part-2-ctt .links .link div{
  padding: 0 3.3rem;
  font-weight: bold;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2rem;
}
.part-2-ctt .links .link div:first-of-type{
  border-right: 1px solid #fff;
}
.part-2-ctt img{
  width: 27.3rem;
  height: 5.2rem;
  /* margin-left: -21.4rem; */
}
.part-3{
  padding: 0;
}
.part-3 .card{
  width: 59.5rem;
  margin-top: 4.4rem;
  padding: 0;
}
.part-3 .card .text-list .item{
  padding: 0px 0 0px 0.5rem;
}
@media only screen and (max-width: 641px) {
  .part-3 .card{
    width: 100%;
  }
  .part-1{
    margin-top: 0rem;
}
  .part-2{
    background-size:  100% 100%;
    padding: 0 0.2rem 0.2rem 0.2rem; 
  }
  .part-2-ctt .links{
    width: 99%;
    height: auto;
  }
  .part-2-ctt .links .link{
    width: 100%;
    height: auto;
    background-color: #C00500;
    padding: 2rem 1.5rem;
    align-items: flex-start;
    background-image: none;
    word-break: keep-all;
    text-align: left;
  }
  .part-2-ctt .links .link div{
    line-height: 3rem;
    padding: 0;
  }
  .part-2-ctt .links .link div:first-of-type{
    border-right: none;
  }
}