.core {

  width: 100%;

  margin: 60px 0 100px;

  background: #fff;

  box-sizing: border-box;

  padding: 45px 30px;

}



.subhead {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 0 30px;

  border-bottom: 1px solid #eee;

}



.subhead h4 {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

}



.subhead h4 p {

  font-size: 12px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #999999;

}



.subMg {

  display: flex;

  align-items: center;

}



.subMg img {

  display: block;

  margin-left: 35px;

}



.intro h6 {

  margin: 50px 0 55px;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #333333;

}



.intList {

  display: grid;

  grid-template-columns: repeat(4, 22.5%);

  justify-content: space-between;

  padding: 0 0 60px;

}



.intList li {

  background: #f8f8f8;

  border-radius: 20px;

  box-sizing: border-box;

  padding: 30px 25px;

  cursor: pointer;

}



.intList li * {

  transition: .6s;

}



.intList .intActive {

  background: #9A0000;

  box-shadow: 0px 0px 16px 0px rgba(154, 0, 0, 0.27);

}



.intFont {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 79px;

  height: 79px;

  background-color: #ffffff;

  border-radius: 15px;

}



.intActive .intFont {

  background: rgba(255, 255, 255, .3);

}



.intFont .iconfont {

  font-size: 36px;

  color: #9A0000;

}



.intActive .intFont .iconfont {

  color: #fff;

}



.intList h4 {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

  margin: 45px 0 35px;

}



.intList .intActive h4 {

  font-weight: 600;

  color: #fff;

}



.intList p {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #999;

}



.intList .intActive p {

  color: #fff;

}





.duty {

  margin: 100px 0 0;

  display: grid;

  grid-template-columns: repeat(4, 22.5%);

  justify-content: space-between;

}



.duty li {

  margin: 0 0 50px;

}



.duty img {

  display: block;

  width: 120px;

  margin: 0 auto 30px;

}



.duty p {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #333333;

  text-align: center;

}



.duty a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 44px;

  height: 27px;

  background-color: #ffffff;

  border: solid 1px #e5e5e5;

  margin: 50px auto 0;

  transition: .6s;

  display: none;

}



.duty li:hover a {

  background: #9A0000;

  color: #fff;

}



.prominent {

  width: 100%;

  overflow: hidden;

}



.prominent img {

  display: block;

  width: 100%;

}



.proBox {

  display: flex;

  justify-content: space-between;

  box-sizing: border-box;

  align-items: flex-start;

  padding: 45px 0 50px 50px;

  border-bottom: 1px solid #eee;

}



.proTime {

  width: 190px;

  background-color: #9a0000;

  box-sizing: border-box;

  padding: 20px 15px;

  text-align: center;

  margin-top: -115px;

}



.proTime h6,

.proTime h5 {

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 42px;

  letter-spacing: 0px;

  color: #ffffff;

}



.proTime h5 {

  font-weight: 600;

}



.proTime hr {

  width: 100%;

  height: 1px;

  border: none;

  background: rgba(255, 255, 255, .2);

}



.proDeta {

  width: calc(100% - 250px);

}



.proDeta h5 {

  font-size: 24px;

  letter-spacing: 0px;

  color: #333333;

}



.proDeta p {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 26px;

  letter-spacing: 0px;

  color: #666666;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  margin: 40px 0 50px;

}



.proDeta a {

  text-decoration: underline;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #9a0000;

}



.proList {

  margin: 60px 0 0;

  display: grid;

  grid-template-columns: repeat(3, 32%);

  justify-content: space-between;

}



.proList li {

  margin: 0 0 30px;

  transition: .6s;

}



.proList li:hover {

  box-shadow: 0 3px 10px #999;

}



.proMg {

  width: 100%;

  overflow: hidden;

}



.proMg img {

  display: block;

  width: 100%;

  transition: .6s;

}



.proList li:hover .proMg img {

  transform: scale(1.1);

}



.proList p {

  padding: 10px;

  text-align: center;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #333333;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.person {

  margin: 65px 0 0;

}



.person h4 {

  background: #9A0000;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 70px;

  letter-spacing: 0px;

  color: #ffffff;

  text-align: center;

  margin: 0 0 45px;

}



.person li {

  margin: 0 0 30px;

  width: 200px;

  text-align: center;

}



.person ul {

  display: flex;

  justify-content: space-evenly;

}



.person img {

  display: block;

  max-width: 100%;

  margin: 0 auto;

}



.person h5 {

  font-size: 20px;

  line-height: 40px;

  letter-spacing: 0px;

  color: #333333;

  margin: 15px 0 0;

}



.person p {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

}



.honor {

  margin: 60px 0 0;

}



.honor p {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 36px;

  letter-spacing: 0px;

  color: #333333;

  text-indent: 2em;

}



.honList {

  display: grid;

  grid-template-columns: repeat(4, 25%);

  justify-content: space-between;

  align-items: flex-end;

  margin: 70px 0 0;

}



.honList li{

  display: flex;

  flex-wrap: wrap;

  align-items: flex-end;

  justify-content: center;

}



.honList .honMg{

  width: 75%;

}


.honList li img{

  display: block;

  width: 100%;

}


@media screen and (max-width:1200px) {
  
  .intList {
    grid-template-columns: repeat(4, 24%);
  }

  .core {
    margin: 40px 0 70px;
    padding: 25px 15px;
  }

}

@media screen and (max-width:1020px) {

  .aboutTitle .wrap {
    padding: 20px 0;
  }
  
  .abtList li {
    margin-right: 20px;
  }

  .core {
    margin: 30px 0 100px;
    padding: 25px 20px;
  }

  .subhead {
    padding: 0 0 20px;
  }

  .intro h6 {
    margin: 30px 0 35px;
  }

  .intList li {
    padding: 20px 10px;
  }

  .intFont{
    width: 70px;
    height: 70px;
  }

  .intList h4 {
    font-size: 20px;
    margin: 25px 0 10px;
  }

  .duty {
    grid-template-columns: repeat(4, 24%);
  }
  
  .duty p{
    font-size: 14px;
  }

  .duty{
    margin: 0;
  }

  .duty li{
    margin: 80px 0 30px;
  }

  .duty {
    grid-template-columns: repeat(3, 33%);
  }

  .proBox {
    padding: 25px 0 20px 10px;
  }

  .proTime {
    width: 160px;
    padding: 10px;
    margin-top: -70px;
  }

  .proTime h6, .proTime h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .proDeta {
    width: calc(100% - 180px);
  }

  .proDeta p {
    margin: 20px 0 30px;
  }

  .proList {
    grid-template-columns: repeat(2, 48%);
  }

  .person {
    margin: 35px 0 0;
  }

  .person h4 {
    font-size: 20px;
    line-height: 50px;
    margin: 0 0 25px;
  }

  .person li {
    margin: 0 0 30px;
    width: 140px;
  }

  .person h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .honor {
    margin: 20px 0 0;
  }


}

@media screen and (max-width:768px) {

  .core {
    padding: 20px 10px;
    margin: 30px 0 50px;
  }

  .intList {
    padding: 0 0 20px;
  }

  .intList li{
    margin: 0 0 20px;
  }
  
  .aboutTitle h3 {
    margin: 0 10px 0 10px;
    font-size: 20px;
  }

  .abtList {
    padding: 10px 0 0;
  }

  .abtList li {
    margin-right: 10px;
  }

  .abtList a{
    font-size: 12px;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
  }

  .subhead h4 {
    font-size: 20px;
  }

  .subMg img {
    margin-left: 15px;
    width: 65px;
  }

  .intList {
    grid-template-columns: repeat(1, 100%);
  }

  .intro h6{
    font-size: 14px;
  }

  .intList h4 {
    font-size: 18px;
    margin: 10px 0 5px;
  }

  .intList p{
    line-height: 22px;
  }

  .duty {
    grid-template-columns: repeat(2, 48%);
  }

  .duty li {
    margin: 30px 0 0;
  }

  .duty img {
    width: 80px;
    margin: 0 auto 10px;
  }

  .duty a {
    margin: 10px auto 0;
    font-size: 12px;
  }

  .proBox{
    flex-wrap: wrap;
    padding: 0;
  }

  .proTime {
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    display: flex;
    justify-content: space-around;
  }

  .proTime hr {
    width: 1px;
    height: auto;
  }

  .proTime h6, .proTime h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .proDeta{
    width: 100%;
    padding: 10px 0 0;
  }

  .proDeta h5 {
    font-size: 18px;
  }

  .proDeta p {
    margin: 5px 0 10px;
  }

  .proList p {
    font-size: 13px;
    line-height: 20px;
  }

  .leader li{
    width: 32%;
  }

  .cadre li{
    width: 22%;
  }

  .person h5 {
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0 0;
  }

  .person p{
    font-size: 12px;
  }

  .honor p {
    font-size: 14px;
    line-height: 25px;
  }
  
  .honList {
    grid-template-columns: repeat(2, 48%);
    margin: 30px 0 0;
  }

  .person h4 {
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 20px;
  }

  .proList li {
    margin: 0 0 15px;
  }

}


@media screen and (max-width:500px) {
  
  .duty{
    grid-template-columns: repeat(1, 100%);
  }

}