/* CSS Document */

/* ---------- 课程体系 ---------- */
.course-wrap {
  position: relative;
  padding: 50px 0 0px;
  background: #f6f6f6;
}
.course-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: url("../images/btm-lace.png") repeat-x center top;
  content: "";
}

.course-wrap .ad img {
  width: 100%;
}

/*.course {
  padding-top: 100px;
}*/

.course-tit {
  overflow: hidden;
}
.course-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.course-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.course-tit a.more-btn {
  float: right;
  /* top: 13px; */
  right: 0;
  padding: 0 42px 0 24px;
  height: 35px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  background: url("../images/more-arrow02.png") no-repeat right 0 center;
  font-size: 14px;
  color: #999;
  line-height: 35px;
}
.course-tit a:hover.more-btn {
  border: 1px solid #ffae1a;
  background: url("../images/more-arrow02.png") no-repeat right -100px center #ffae1a;
  color: #fff;
}

.course-list {
  padding: 60px 0 20px;
  overflow: hidden;
}
.course-list ul {
  width: calc(100% + 40px);
}

.course-list  li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(100% / 3 - 30px);
}
.course-list li a {
  display: flex;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.course-list  li .pic {
  float: left;
  padding: 16px 0 0 16px;
}
.course-list  li .pic img{
  width: 70%;
  border-radius: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.course-list  li .con {
  float: left;
  width: 300px; 
  padding: 28px 30px 36px 0;
}
.course-list li .con p {
  padding-top: 16px;
  margin-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.1);
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.course-list  li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #006;
}
.course-list li p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* sub02 */
.sub-nav02 {
  margin: auto;
  padding: 15px 0px 30px;
  max-width: 1320px;
  overflow: hidden;
}
.sub-nav02 ul {
  width: calc(100% + 10px);
}
.sub-nav02 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(100% / 9 - 10px);
}
.sub-nav02 li a {
  display: block;
  /* height: 50px; */
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  text-align: center;
  padding: 15px 0 0;
}
.sub-nav02 li a:hover {
  background: #ffae1a;
  color: #fff;
}
.sub-nav02 li a.current {
  background: #ffae1a;
  color: #fff;
}
.sub-nav02 li img {
  width: 60%;
  border-radius: 100%;
  
}

/*.course-list li {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(100% / 3 - 40px);
}
.course-list li a {
  display: block;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.course-list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.course-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.course-list li a:hover .pic img {
  transform: scale(1.08);
}
.course-list li .con {
  padding: 28px 36px 36px;
}
.course-list li .con h4 {
  padding-bottom: 16px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-list li .con p {
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.1);
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}*/
.course-list li a:hover {
  background: #006;
  box-shadow: 0 4px 24px rgba(88,188,76,0.2);
}
.course-list li a:hover h4 {
  color: #fff;
}
.course-list li a:hover p {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .course-wrap {
    padding: 0 0 12px;
  }
  .course-wrap:after {
    bottom: -5px;
    height: 5px;
    background-size: 50px;
  }
  
  .course {
    padding-top: 40px;
  }
  
  .course-tit h2 {
    font-size: 20px;
  }
  .course-tit h3 {
    padding: 10px 0 0 8px;
    font-size: 16px;
  }
  .course-tit a.more-btn {
    margin-top: 4px;
    padding-right: 24px;
    background-size: 20px;
  }
    
  .course-list {
    padding: 28px 0;
  }
  .course-list ul {
    width: auto;
  }
  .course-list li {
    margin: 0 0 16px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .course-list li:nth-of-type(odd) {
    /* padding-right: 8px; */
  }
  .course-list li:nth-of-type(even) {
    /* padding-right: 8px; */
  }
  .course-list li a {
    border-radius: 12px;
  }
  .course-list li .pic {
    width: auto;
    height: auto;
  }
  .course-list li .con {
    padding: 16px 20px 20px;
  }
  .course-list li .con h4 {
    padding-bottom: 8px;
    font-size: 15px;
  }
  .course-list li .con p {
    padding-top: 12px;
    line-height: 20px;
  }

  
  .sub-nav02 li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 3 - 10px);
  }
}

/* ---------- 为什么选择我们 ---------- */
.why {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../images/why-pic.jpg) no-repeat center 180px;
    background-size: 35%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.why-tit {
  text-align: center;
}
.why-tit h2 span {
  display: inline-block;
  padding-left: 45px;
  background: url("../images/why-ico.png") no-repeat left center;
  font-size: 28px;
}
.why-tit p {
  padding-top: 18px;
  font-size: 15px;
  color: #999;
}
.why-con {
  /*padding: 100px 0 40px;*/
  overflow: hidden;
}
.why-con li {
  float: left;
  padding-bottom: 80px;
  /* padding-left: 50px; */
  width: 45%;
}
.why-con li .ico {
  float: left;
}
.why-con li .con {
  float: left;
  padding-left: 20px;
  width: 240px;
}
.why-con li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #006;
}
.why-con li p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why-con li:nth-of-type(even) {
  float: right;
  text-align: right;
  padding-left: 0px;
  /* padding-right: 50px; */
}
.why-con li:nth-of-type(even) .ico {
  float: right;
}
.why-con li:nth-of-type(even) .con {
  float: right;
  padding-right: 20px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .why {
    background: none;
}
  .why-tit h2 span {
    padding-left: 32px;
    background-size: 24px;
    font-size: 20px;
  }
  .why-tit p {
    font-size: 14px;
  }
  .why-con {
    /* padding: 40px 0 0px; */
  }
  .why-con li {
    padding-right: 8px;
    padding-bottom: 28px;
    text-align: center;
    box-sizing: border-box;
  }
  .why-con li .ico {
    float: none;
  }
 .why-con li .ico img {
    width: 48px;
  }
  .why-con li .con {
    float: none;
    padding-left: 0;
    width: auto;
  }
  .why-con li h4 {
    padding-top: 10px;
    font-size: 15px;
  }
  .why-con li p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  .why-con li:nth-of-type(even) {
    padding-left: 8px;
    text-align: center;
    width: 45%;
  }
  .why-con li:nth-of-type(even) .ico {
    float: none;
  }
  .why-con li:nth-of-type(even) .con {
    float: none;
    padding-right: 0;
  }
}

/* ---------- 师资介绍 ---------- */
/*.teacher {
  position: relative;
  padding: 100px 0;
  background-position: center top;
  background-color: #f6f6f6;
}
.teacher:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: url("../images/top-lace.png") repeat-x center top;
  content: "";
}
.teacher:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: url("../images/btm-lace.png") repeat-x center top;
  content: "";
}

.teacher-tit {
  overflow: hidden;
}
.teacher-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.teacher-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.teacher-tit a.more-btn {
  float: right;
  right: 0;
  padding: 0 42px 0 24px;
  height: 35px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  background: url("../images/more-arrow02.png") no-repeat right 0 center;
  font-size: 14px;
  color: #999;
  line-height: 35px;
}
.teacher-tit a:hover.more-btn {
  border: 1px solid #ffae1a;
  background: url("../images/more-arrow02.png") no-repeat right -100px center #ffae1a;
  color: #fff;
}

.teacher-list {
  padding-top: 40px;
  overflow: hidden;
}
.teacher-list ul {
  margin: 0 -20px;
}
.teacher-list li {
  float: left;
  position: relative;
  padding: 0 20px;
  width: 25%;
  height: 400px;
  box-sizing: border-box;
}
.teacher-list li:after {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: #e9e9e9;
  content: "";
}
.teacher-list li:last-child:after {
  background: none;
}
.teacher-list li a {
  display: block;
  padding: 50px 50px 0;
  height: 350px;
  border-radius: 24px;
  text-align: center;
}
.teacher-list li .pic {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.teacher-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.teacher-list li a:hover .pic img {
  transform: scale(1.08);
}
.teacher-list li .con {
  padding-top: 28px;
}
.teacher-list li .con h4 {
  font-size: 18px;
}
.teacher-list li .con p {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.teacher-list li a:hover {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}*/

/* responsive */
/*@media only screen and (max-width: 1024px) {
  .teacher-list li a {
    padding: 50px 30px 0;
  }
}

@media only screen and (max-width: 912px) {
  .teacher {
    padding: 40px 0;
  }
  .teacher:before {
    top: -5px;
    height: 5px;
    background-size: 50px;
  }
  .teacher:after {
    bottom: -5px;
    height: 5px;
    background-size: 50px;
  }

  .teacher-tit h2 {
    font-size: 20px;
  }
  .teacher-tit h3 {
    padding: 10px 0 0 8px;
    font-size: 16px;
  }
  .teacher-tit a.more-btn {
    margin-top: 4px;
    padding-right: 24px;
    background-size: 20px;
  }

  .teacher-list {
    padding-top: 28px;
  }
  .teacher-list ul {
    margin: auto;
  }
  .teacher-list li {
    padding: 0;
    width: 50%;
    height: 240px;
  }
  .teacher-list li:after {
    background: none;
  }
  .teacher-list li a {
    padding: 20px 20px 0;
    height: 220px;
    border-radius: 12px;
  }
  .teacher-list li .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
  .teacher-list li .con {
    padding-top: 8px;
  }
  .teacher-list li .con h4 {
    font-size: 15px;
  }
  .teacher-list li .con p {
    padding-top: 6px;
    line-height: 20px;
  }
}*/

.home_tit{/*padding: 40px 0 0;*/color: #151c28;font-size: 28px;line-height: 1;text-align: center;padding-bottom: 40px;}
.home_tit .mainTitle{display: inline-block;position: relative;font-weight: bold; font-size: 28px;}
.home_tit .mainTitle span{background-image: linear-gradient(350deg, #ff7555,#ff5027);background-clip: text;-webkit-background-clip: text;color: transparent;}
.home_tit .mainTitle::before{content: "";width:27px;height:35px;position: absolute;left:-45px;top:-8px;background: url('../images/tit_l.png') no-repeat;}
.home_tit .mainTitle::after{content: "";width:35px;height:24px;position: absolute;right:-50px;top:16px;background: url('../images/tit_r.png') no-repeat;}
.home_tit .subtitle{font-size: 16px;color: #666;padding-top: 26px;}

.quality {
  height: 450px;
  background-position: center bottom;
  background-size: cover;
}
.quality ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.quality li {
  float: left;
  position: relative;
  padding: 100px 30px 0;
  width: 13%;
  height: 450px;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.quality li:nth-of-type(even) {
  padding: 50px 30px 30px;
}
.quality li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.quality li h3 {
  position: relative;
  font-family: "PillGothic300mg-Regular";
  font-size: 72px;
  font-weight: normal;
}
.quality li h3:before {
  position: absolute;
  top: 24px;
  left: -60px;
  width: 16px;
  height: 4px;
  background: #febd00;
  content: "";
}
.quality li h4 {
  padding-top: 60px;
  font-size: 22px;
  font-weight: normal;
}
.quality li p {
  padding-top: 16px;
  line-height: 24px;
}
.quality li .btm {
  display: none;
  padding-top: 60px;
}
.quality li:hover {
  background: rgba(254,189,0,0.9);
  color: #333;
}
.quality li:hover h3:before {
  background: #333;
}
.quality li:hover .btm {
  display: block;
}
.quality li:hover .btm img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.quality li:hover .btm a:hover img {
  opacity: 0.8;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .home_tit .mainTitle{
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 24px;
  }
  .quality {
    height: auto;
  }
  .quality li {
    float: left;
    padding: 22px;
    /* width: 30%; */
    height: auto;
  }
  /*.quality li:nth-of-type(even) {
    padding: 32px;
  }*/
  .quality li:before {
    /* top: auto; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* width: auto; */
    /* height: 1px; */
  }
  .quality li h3 {
    font-size: 36px;
  }
  .quality li h3:before {
    top: 16px;
    left: -32px;
  }
  .quality li h4 {
    padding-top: 12px;
    font-size: 16px;
  }
  .quality li p {
    display: none;
    padding-top: 8px;
    line-height: 20px;
  }
  .quality li .btm {
    padding-top: 16px;
  }
}



/* ---------- 新闻动态 ---------- */
/*.news {
  padding: 100px 0;
}

.news-tit {
  overflow: hidden;
}
.news-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.news-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.news-tit a.more-btn {
  float: right;
  margin-top: 12px;
  padding-right: 28px;
  height: 24px;
  background: url("../images/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.news-tit a:hover.more-btn {
  color: #ffae1a;
}

.news-list {
  padding-top: 40px;
  overflow: hidden;
}
.news-list ul {
  width: calc(100% + 60px);
}
.news-list li {
  float: left;
  margin-right: 60px;
  width: calc(100% / 3 - 60px);
}
.news-list li .pic {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.08);
}
.news-list li .date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgb(87, 87, 87, 0.6);
  padding: 8px;
}
.news-list li .date span {
  display: block;
  font-family: "PFDinTextPro-Light";
  color: #fff;
  text-align: center;
}
.news-list li .date span.day {
  font-size: 52px;
}
.news-list li .date span.month {
  margin-top: -10px;
  font-size: 14px;
}
.news-list li .con {
  padding-top: 28px;
}
.news-list li .con h4 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 16px;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 20px;
}
.news-list li .more-btn {
  padding-right: 32px;
  background: url("../images/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .more-btn {
  padding-right: 48px;
}*/

/* responsive */
/*@media only screen and (max-width: 912px) {
  .news {
    padding: 40px 0;
  }

  .news-tit h2 {
    font-size: 20px;
  }
  .news-tit h3 {
    padding: 10px 0 0 8px;
    font-size: 16px;
  }
  .news-tit a.more-btn {
    margin-top: 4px;
    padding-right: 24px;
    background-size: 20px;
  }

  .news-list {
    padding-top: 28px;
  }
  .news-list ul {
    width: auto;
  }
  .news-list li {
    float: none;
    margin-right: auto;
    padding-bottom: 24px;
    width: auto;
  }
  .news-list li .pic {
    width: auto;
    height: auto;
    border-radius: 12px;
  }
  .news-list li .date {
    left: 20px;
  }
  .news-list li .con {
    padding-top: 20px;
  }
  .news-list li .con h4 {
    font-size: 15px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 24px;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}*/

/* ---------- News ---------- */
.news {
  padding: 40px 0;
}

.news-tit {
  position: relative;
  height: 60px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.news-tit h2 {
  float: left;
  /* font-family: "Montserrat-Regular"; */
  font-size: 28px;
  /* font-weight: normal; */
  text-transform: uppercase;
}
.news-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.news-tit a.more-btn {
  position: absolute;
  top: 13px;
  right: 0;
  padding: 0 42px 0 24px;
  height: 35px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  background: url("../images/more-arrow02.png") no-repeat right 0 center;
  font-size: 14px;
  color: #999;
  line-height: 35px;
}
.news-tit a:hover.more-btn {
  border: 1px solid #ffae1a;
  background: url("../images/more-arrow02.png") no-repeat right -100px center #ffae1a;
  color: #fff;
}

.news-con {
  padding-top: 60px;
  overflow: hidden;
}
.news-pic {
  float: left;
  position: relative;
  width: 48.5%;
  height: 360px;
  overflow: hidden;
}
.news-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.news-pic a:hover img {
  transform: scale(1.05);
}
.news-pic .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  /* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,174,26,1)); */
  padding: 36px 40px;
  color: #fff;
}
.news-pic .date {
  float: left;
  width: 20%;
  font-family: "Montserrat-Regular";
}
.news-pic .day {
  display: block;
  font-size: 24px;
}
.news-pic .year {
  display: block;
  padding-top: 4px;
  font-size: 16px;
}
.news-pic .con {
  float: right;
  width: 80%;
}
.news-pic .con h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
}
.news-pic .con p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list {
  float: right;
  width: 48.5%;
}
.news-list li {
  /* margin-bottom: 20px; */
  padding: 16px 30px 16px 0;
  /* height: 98px; */
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .date {
  float: left;
  /* width: 20%; */
  padding: 16px;
  font-family: "Montserrat-Regular";
  border-radius: 12px;
  background: #f8f8f8;
}
.news-list li .day {
  display: block;
  font-size: 24px;
  color: #333;
}
.news-list li .year {
  display: block;
  padding-top: 4px;
  font-size: 16px;
  color: #999;
}
.news-list li .con {
  float: right;
  width: 78%;
}
.news-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
}
.news-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news {
    padding: 30px 0 40px;
  }

  .news-tit h2 {
    float: none;
    font-size: 24px;
  }
  .news-tit h3 {
    float: none;
    padding: 5px 0 0 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .news-con {
    padding-top: 20px;
  }
  .news-pic {
    float: none;
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }
  .news-pic .mask {
    padding: 20px;
  }
  .news-pic .date {
    width: 25%;
  }
  .news-pic .day {
    font-size: 20px;
  }
  .news-pic .year {
    font-size: 14px;
  }
  .news-pic .con {
    width: 75%;
  }
  .news-pic .con h4 {
    font-size: 16px;
    line-height: 140%;
  }
  .news-pic .con p {
    padding-top: 8px;
    line-height: 180%;
    -webkit-line-clamp: 1;
  }

  .news-list {
    padding-top: 4px;
    float: left;
    width: 100%;
  }
  .news-list ul {
    width: auto;
  }
  .news-list li {
    float: none;
    margin-right: 0;
    padding: 24px 0 16px;
    width: auto;
  }
  .news-list li .date {
    padding: 14px 0 0 12px;
    width: 68px;
    height: 68px;
  }
  .news-list li .date span.day {
    font-size: 20px;
  }
  .news-list li .date span.year {
    padding-top: 2px;
    font-size: 14px;
  }
  .news-list li .con {
    width: calc(100% - 88px);
  }
  .news-list li .con h4 {
    font-size: 15px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 24px;
  }
  .news-list li .btm {
    padding-top: 4px;
  }
}


/* ---------- 联系方式 ---------- */
.contact {
  padding: 50px 0;
  background-size: cover;
  overflow: hidden;
}

/*.contact .tel {
  float: left;
  width: 47%;
  height: 160px;
  border-radius: 24px;
  background: #fff;
}
.contact .tel .ico {
  float: left;
  padding-top: 36px;
  width: 17.5%;
  text-align: right;
}
.contact .tel .con {
  float: right;
  padding: 32px 20px 0 0;
  width: 77.5%;
  box-sizing: border-box;
}
.contact .tel .con h3 {
  font-size: 16px;
}
.contact .tel .con h4 {
  padding: 14px 0 0;
  font-family: "PFDinTextPro-Light";
  font-weight: normal;
  font-size: 36px;
}
.contact .tel .con p {
  font-size: 14px;
  color: #999;
}*/
.contact .address_l {
  float: left;
  width: 47%;
  height: 160px;
  border-radius: 24px;
  background: #fff;
}
.contact .address_l .ico {
  float: left;
  padding-top: 30px;
  width: 17.5%;
  text-align: right;
}
.contact .address_l .con {
  float: right;
  padding: 25px 20px 0 0;
  width: 77.5%;
  box-sizing: border-box;
}
.contact .address_l .con h3 {
  font-size: 16px;
}
.contact .address_l .con h4 {
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
}
.contact .address_l .con p {
  font-size: 14px;
  color: #999;
  /*padding-top: 8px;*/
}

.contact .address {
  float: right;
  width: 47%;
  height: 160px;
  border-radius: 24px;
  background: #fff;
}
.contact .address .ico {
  float: left;
  padding-top: 30px;
  width: 17.5%;
  text-align: right;
}
.contact .address .con {
  float: right;
  padding: 25px 20px 0 0;
  width: 77.5%;
  box-sizing: border-box;
}
.contact .address .con h3 {
  font-size: 16px;
}
.contact .address .con h4 {
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
}
.contact .address .con p {
  font-size: 14px;
  color: #999;
  /*padding-top: 8px;*/
}

/* responsive */
@media only screen and (max-width: 912px) {
  .contact {
    padding: 60px 0;
  }

  .contact .tel {
    float: none;
    width: auto;
    height: 140px;
    border-radius: 12px;
  }
  .contact .tel .ico {
    padding-top: 28px;
    width: 20%;
  }
  .contact .tel .con {
    padding: 24px 16px 0 0;
    width: 75%;
  }
  .contact .tel .con h3 {
    font-size: 15px;
  }
  .contact .tel .con h4 {
    padding: 12px 0 0;
    font-size: 34px;
  }

  .contact .address_l {
    float: none;
    width: auto;
    height: 170px;
    border-radius: 12px;
  }
  .contact .address_l .ico {
    padding-top: 28px;
    width: 20%;
  }
  .contact .address_l .con {
    padding: 24px 16px 0 0;
    width: 75%;
  }
  .contact .address_l .con h3 {
    font-size: 15px;
  }
  .contact .address_l .con h4 {
    padding: 10px 0 4px;
    font-size: 15px;
    line-height: 20px;
  }

  .contact .address {
    float: none;
    margin-top: 20px;
    width: auto;
    height: 170px;
    border-radius: 12px;
  }
  .contact .address .ico {
    padding-top: 28px;
    width: 20%;
  }
  .contact .address .con {
    padding: 24px 16px 30px 0;
    width: 75%;
  }
  .contact .address .con h3 {
    font-size: 15px;
  }
  .contact .address .con h4 {
    padding: 10px 0 4px;
    font-size: 14px;
    line-height: 20px;
  }
}