.comp-container .headImg {
    width: 100%;
    height: 200px;
    background: url(../images/about/001.jpg) 50% no-repeat;
    background-size: cover
}

.comp-container .navTeam {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 5rem
}

.comp-container .navTeam li {
    padding: 1rem 0
}

.comp-container .navTeam li a {
    font-size: 1.6rem
}

.comp-container .navTeam li a i {
    font-size: 1.4rem
}

.comp-container .current {
    color: #fa8236
}

.comp-container .current:hover {
    color: #333
}

.comp-container .about-content {
    margin-bottom: 50px
}

.comp-container .about-content .about-title {
    padding-top: 60px;
    width: 100%
}

.comp-container .about-content .about-title img {
    width: 100%
}

.comp-container .about-content .about_desc {
    padding-left: 30px;
    padding-top: 60px
}

.comp-container .about-content .about_desc p {
    margin: 5px 0 10px
}

@media screen and (max-width:768px) {
    .comp-container .headImg {
        margin: 0
    }
    .comp-container .navTeam {
        margin-top: 1rem;
        text-align: left
    }
    .comp-container .navTeam li {
        padding: 0;
        display: inline-block;
        margin-right: 1rem
    }
    .comp-container .about-content {
        margin-bottom: 1rem
    }
    .comp-container .about-content .about-title {
        padding-top: 1rem
    }
    .comp-container .about-content .about-title img {
        width: 40%;
        display: block;
        margin: 0 auto
    }
    .comp-container .about-content .about_desc {
        padding: 2rem 1rem
    }
}





.content-articles {
  background-color: #f1f1f1;
}
.content-articles .left-box {
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.content-articles .left-box .art-header {
  margin-top: 2rem;
  border-bottom: 1px solid #eee;
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.content-articles .left-box .art-header .art-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  /* max-width: 100%; */
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.content-articles .left-box .art-content .art-words {
  padding: 1rem 2rem;
}
.content-articles .left-box .art-content .art-words p {
  margin-bottom: 1rem;
  line-height: 30px;
  font-size: 16px;
}
.content-articles .left-box .art-content .art-words .fw7 {
  font-weight: 700;
}
.content-articles .left-box .art-content .art-words .fw6 {
  font-weight: 700;
  font-size: 14px;
}