@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;
 }
 #jijianzu {
    height: auto;
    background: url(bj.jpg) no-repeat center top #fff;
}
.logo {
    height: 270px;
}
.logo img {
    display: block;
    margin-top: 70px;
    margin-left: 20px;
    float: left;
}

.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) {
	.main-box {
        padding: 1rem;
    }
    .bg-main-box{
        padding: 0 1.5rem;
        padding-top: 7.2rem;
    }
    .container{
        padding: 3rem 1.5rem;
    }
    .com-title{
    flex-direction: row;
    justify-content: space-between;
  }
  #jijianzu {
    background-size: 190% 8%;
}
.logo {
    height: 120px;
}
.logo img {
    margin-top: 20px;
    width: 100%;
    margin-left: 0px;
}
      .cm-loc {
        white-space: nowrap;
        overflow-x: scroll;
    }
}


.part-1, .part-1 img{
    width: 100%;
    height: auto;
    margin-top: 3rem;
    padding: 0;
}
.part-2{
    width: 100%;
    height: auto;
    background-image: url(supervise-4.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3rem; 
}
.part-2 .info{
    padding: 3rem 0 0.7rem 0;
    border-bottom: 1px solid #CCCCCC;
    position: relative
}
.part-2 .info .info-name{
    font-weight: bold;
    font-size: 2rem;
    color: #C00500;
    line-height: 2rem;
    text-align: left;
    padding-left: 2rem;
}
.part-2 .info .info-name:nth-of-type(2){
    margin-top: 3rem;
}
.part-2 .info .info-name:before{
    position: absolute;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #C00500;
    border-radius: 50%;
    transform: translate(0, 100%);
    left: 0;
}
.part-2 .info .info-person{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.part-2 .info .info-person span{
    font-weight: 400;
    font-size: 1.6rem;
    color: #333333;
    line-height: 2rem;
    margin-right: 10rem;
    margin-bottom: 2rem;
}
.part-2 .msg{
    padding: 4rem 0;
    /* border-bottom: 1px solid #CCCCCC; */
}
.part-2 .msg div{
    color: #333333;
    margin-bottom: 1rem;
}
.part-2 .msg div span{
    font-weight: bold;
    font-size: 1.6rem;
    color: #333333;
    line-height: 2.8rem;
}
.part-2 .msg div span:first-of-type{
    min-width: 7rem;
    text-align-last: justify;
}
.part-2 .msg div span:last-of-type{
    font-weight: 400;
    margin-left: 1rem;
}


.part-3{
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.part-3 .links{
    width: inherit;
    position: relative;
}
.part-3 .links a{
    font-weight: 400;
    font-size: 1.6rem;
    color: #333333;
    line-height: 2rem;
    margin-top: 3rem;
    padding-left: 2rem;
    text-align: left;
}
.part-3 .links a:before{
    position: absolute;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #C00500;
    border-radius: 50%;
    transform: translate(0, 100%);
    left: 0;
}
@media only screen and (max-width: 641px) {
    .part-2 .info .info-person span{
        margin-right: 3rem;
    }
}