/*新闻*/

.gray {
  color: #656565;
}

.news {
  background: #ebf0f4;
}

.news .content {
  padding-bottom: 6%;
}

.news .recommend {
  background: #fff;
  position: relative;
}

.news .recommend .img {
  width: 40%;
}

.news .recommend .r {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  box-sizing: border-box;
  padding: 3.6em 3.3em;
}

.news .recommend .r .tit,
.news .recommend .r .des,
.news .newslist .item .description .tit,
.news .newslist .item .description .des {
  margin-top: 1em;
  line-height: 1.5;
}

.news .recommend .r .des {
  max-height: 5em;
  overflow: hidden;
}

.news .newslist {
  margin-top: 3.31%;
  overflow: hidden;
}

.news .newslist .item {
  overflow: hidden;
  float: left;
  background: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3.31%;
}

.news .newslist .item .img img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.news .newslist .item:nth-child(3n) {
  margin-right: 0;
}

.news .newslist .item .description {
  padding: 1.8em 1.8em 2em 1.8em;
}

.news .newslist .item .description .tit,
.news .newslist .item .description .des {
  height: 4.4em;
  overflow: hidden;
}

.news .more {
  width: 157px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #000;
  margin: 20px auto 0;
  font-size: 18px;
  cursor: pointer;
}

.news .newslist .item .img {
  overflow: hidden;
}

.news .newslist .item .img img,
.news .recommend .img {
  transform: scale(1);
  transition: all 0.3s;
  background-size: 100% 100%;
}

.news .newslist .item:hover .img img,
.news .recommend:hover .img {
  transform: scale(1.1);
  background-size: 110% 110%;
}

/*学员介绍*/

.staff_title {
  text-align: center;
  font-weight: 100;
}

.staff .icons {
  padding: 0 0.7em;
  overflow: hidden;
  margin-bottom: 0.8em;
  margin-top: 0.6em;
}

.staff .icons li {
  width: 33.33333%;
  float: left;
  text-align: center;
}

.staff .icons li + li:before {
  content: '';
  display: block;
  width: 1px;
  background: #ccc;
  height: 2.2em;
  float: left;
}

.staff .icons i {
  color: #164d91;
}

.staff .staff_pto {
  margin-bottom: 7.04%;
}

.staff .staff_pto .img img {
  width: 100%;
  vertical-align: top;
}

.staff .icons p {
  color: #656565;
  line-height: 1.5;
  margin-top: 2em;
  padding: 0 2em;
  font-family: 'Microsoft Yahei', arial, '\5b8b\4f53' !important;
}

.staff .list ul {
  overflow: hidden;
}

.staff .list li {
  width: 25%;
  float: left;
  background-position: top;
  color: #fff;
  padding: 3.4em 2em;
  box-sizing: border-box;
}

.staff .list li p {
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
}

.staff .list li:hover p:before {
  visibility: initial;
}

.staff .list li p:before {
  content: '';
  display: block;
  height: 2px;
  background: #fff;
  width: 77px;
  vertical-align: top;
  margin-bottom: 1em;
  visibility: hidden;
}

.staff .list li:nth-child(2) {
  color: #000;
}

.staff .list li:nth-child(2) p:before {
  background: #ac895f;
}

.tit_top {
  text-align: center;
}

.tit_top p {
  margin-top: 48px;
}

.tit_top p span {
  margin-right: 48px;
}

.new_content {
  margin-top: 48px;
  margin-bottom: 48px;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
}

.new_content img {
  max-width: 100%;
  height: auto;
}

.news_share {
  overflow: hidden;
  padding: 48px 0;
}

.icon_share {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  color: #ccc;
}

.icon_share:hover {
  color: #4b757f;
}

.new_page {
  margin-bottom: 48px;
  width: 50%;
  float: left;
}

.new_page_r {
  width: 50%;
  float: left;
  text-align: right;
}

.new_page_r .btn {
  padding: 0.5em 1.5em;
  background: #000;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}

.new_page p:nth-child(1) {
  margin-bottom: 15px;
}

.new_page a:hover {
  color: #4b757f;
}

/* 微信分享框 */

.weixin {
  position: fixed;
  width: 260px;
  height: 240px;
  z-index: 100000;
  left: 50%;
  top: 50%;
  margin: -120px 0 0 -150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #ddd;
}

.weixin .c {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.weixin h2 {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
}

.weixin .img {
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.weixin .img img {
  width: 115px;
  height: 115px;
}

.weixin p {
  padding: 15px 10px 0;
  text-align: center;
}

.news .item:hover .description .tit,
.news .recommend:hover .r .tit {
  color: #164d91;
}

@media screen and (max-width: 1024px) {
  .new_page {
    width: auto;
    float: none;
  }
  .new_page_r {
    display: none;
  }
  .news .recommend .img,
  .news .recommend .r {
    width: 100%;
  }
  .news .recommend .r {
    position: relative;
    padding: 2em;
  }
  .news .newslist .item,
  .news .newslist .item:nth-child(3n) {
    width: 100%;
    margin-right: 4%;
  }
  .news .newslist .item:nth-child(2n) {
    margin-right: 0;
  }
  .staff .icons li + li:before {
    height: 4em;
  }
  .staff .icons {
    padding: 0;
  }
  .staff .list li {
    width: 50%;
  }
  .staff .list li {
    padding: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .news .newslist .item .img img {
    height: auto !important;
  }
  .staff .icons li {
    width: 50%;
    float: left;
    padding: 15px 0;
  }
  .staff .icons li + li {
    margin-top: 0;
  }
  .staff .icons li + li:before {
    display: none;
  }
  .tit_top p span {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  .tit_top p {
    margin-top: 30px;
  }
  .new_content {
    margin-top: 30px;
  }
  .staff .list li {
    width: 100%;
    height: auto !important;
  }
}

.search_t {
  background: #f4f4f4;
  padding: 3% 20%;
  margin-bottom: 2%;
  overflow: hidden;
}

.search_t input,
.search_t button {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border: none;
  outline: none;
}

.search_t input {
  padding: 0 10px;
  width: calc(100% - 140px);
  float: left;
}

.search_t button {
  background: #e60012;
  color: #fff;
  width: 140px;
  float: left;
}

.search_p {
  color: #4c4c4c;
  padding: 2%;
}

.search_p span,
.search_p i {
  color: #e60012;
}

.search_list {
  padding: 0 0 5%;
}

.search_list li {
  overflow: hidden;
  padding: 0 2%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.search_list p {
  float: left;
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_list p i {
  color: #e60012;
}

.search_list span {
  float: right;
  width: 135px;
  text-align: center;
  font-family: arial;
}

.search_list p a {
  color: #4c4c4c;
}

.search_list span {
  color: #999999;
}

@media only screen and (max-width: 1024px) {
  .news .newslist .item .img img {
    height: auto !important;
  }
  .search_list p {
    width: calc(100% - 100px);
  }
  .search_list span {
    width: 90px;
  }
  .search_t input,
  .search_t button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .search_t {
    padding: 5%;
  }
  .search_t button {
    width: 100px;
  }
  .search_t input {
    width: calc(100% - 100px);
  }
  .search_p {
    padding-bottom: 0;
  }
  .search_list li {
    height: 40px;
    line-height: 40px;
  }
  .search_list span {
    font-size: 12px;
    text-align: right;
  }
  .xmn_margin-top {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.xmn_margin-top {
  margin-top: 2em;
}
