@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #629698 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #629698;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  text-align: center;
  color: #454545;
}
.title i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: DolceVita;
  font-size: 50px;
  line-height: 37px;
  height: 37px;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  width: 219px;
  height: 13px;
  right: 100%;
  margin-right: 40px;
  background: url(../images/titl.png) right center no-repeat;
}
.title i::after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  width: 219px;
  height: 13px;
  left: 100%;
  margin-left: 40px;
  background: url(../images/titr.png) 0 center no-repeat;
}
.title span {
  display: block;
  margin-top: 20px;
  font-size: 30px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 28px;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: -6px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more:hover {
  padding: 0 20px;
  background-color: #629698;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(98, 150, 152, 0.5);
}
.about {
  padding: 84px 0;
  overflow: hidden;
}
.about .video {
  float: left;
  width: 640px;
  height: 442px;
  overflow: hidden;
  margin-top: 72px;
}
.about .video img,
.about .video iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}
.about .aboutText {
  float: right;
  width: 590px;
  margin-top: 72px;
  padding-top: 32px;
}
.about .aboutText .tit {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.about .aboutText .tit a span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
  color: #454545;
}
.about .aboutText .tit a i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  line-height: 12px;
  color: #747474;
  letter-spacing: 0.5px;
  position: relative;
}
.about .aboutText .tit a i::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 100%;
  top: 50%;
  width: 355px;
  height: 1px;
  background-color: #cecece;
  margin-right: 14px;
}
.about .aboutText .tit a::after {
  content: "";
  display: block;
  width: 44px;
  height: 8px;
  margin-top: 14px;
  background: url(../images/aboutdot.png) 0 center no-repeat;
}
.about .aboutText .tit .xpBox {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 100%;
  margin-left: 15px;
}
.about .aboutText .tit .xpBox .ico {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 30px;
  height: 30px;
  background-color: #e3b90f;
  border-radius: 100%;
}
.about .aboutText .tit .xpBox .xunpan {
  position: absolute;
  z-index: 99999;
  right: 100%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutText .tit .xpBox .xunpan i {
  font-weight: bold;
}
.about .aboutText .tit .xpBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #629698;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(98, 150, 152, 0.15);
}
.about .aboutText .tit .xpBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #629698;
}
.about .aboutText .tit .xpBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.about .aboutText .tit .xpBox:hover .xunpan {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutText .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  color: #808080;
  margin-top: 34px;
  text-indent: 2em;
}
.about .aboutText .more {
  display: block;
  text-align: center;
  width: 116px;
  height: 33px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  line-height: 31px;
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9b9b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
}
.about .aboutText .more i {
  min-width: 4px;
}
.about .aboutText .more:hover {
  background-color: #629698;
  border-color: #629698;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(98, 150, 152, 0.5);
}
.about .aboutText .tel {
  font-size: 16px;
  color: #464646;
  height: 33px;
  line-height: 33px;
  margin-top: 35px;
}
.about .aboutText .tel::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.about .aboutText .tel i {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #5d5d5d;
}
.about .aboutimg {
  position: absolute;
  top: 180px;
  right: -296px;
  width: 382px;
  height: 437px;
  background: url(../images/aboutimg.png) 0 center no-repeat;
}
.team {
  padding: 30px 0 88px;
  background: url(../images/teambg.jpg) center bottom no-repeat;
}
.team * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team .teamList {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.team .teamList ul {
  margin: 0 -20px;
}
.team .teamList ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-top: 20px;
}
.team .teamList ul li .item {
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #efefef;
  padding: 5px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 454px;
  background: url(../images/teamty.png) right bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -40px;
  bottom: -56px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.team .teamList ul li .item .pic {
  display: block;
  width: 100%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamList ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  border-radius: 6px;
  padding-top: 123%;
}
.team .teamList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  height: 50px;
  background-color: #ebebeb;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #6b6b6b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #629698, #629698);
  background-image: linear-gradient(to right, #629698, #629698);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}

.team .teamList ul li .item .bt i{
  display: none;
}
.team .teamList ul li .item:hover {
  top: -10px;
}
.team .teamList ul li .item:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.team .teamList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.team .teamList ul li .item:hover .bt {
  background-color: #629698;
  background-size: 100% 100%;
  color: #fff;
}
.course {
  padding: 84px 0;
  overflow: hidden;
  background: url(../images/zybg.jpg) center bottom no-repeat;
}
.course .zySwiper {
  margin-top: 64px;
  overflow: hidden;
}
.course .zySwiper .swiper-container {
  width: 1978px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.course .zySwiper ul li {
  width: 654px;
  float: left;
  margin-right: 8px;
}
.course .zySwiper ul li .item {
  width: 655px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.course .zySwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .zySwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .zySwiper ul li .item .bt {
  position: absolute;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(98, 150, 152, 0.8);
  color: #fff;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .zySwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.course .achievements {
  margin-top: 48px;
}
.course .achievements::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.course .achievements .cgL {
  float: left;
  width: 240px;
}
.course .achievements .cgL .tit {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.course .achievements .cgL .tit b {
  font-weight: normal;
  font-size: 30px;
  display: block;
  line-height: 1;
}
.course .achievements .cgL .tit b::after {
  content: "";
  width: 44px;
  height: 8px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background: url(../images/aboutdot.png) 0 center no-repeat;
}
.course .achievements .cgL .tit i {
  margin-top: 20px;
  display: block;
}
.course .achievements .cgL .tit i img {
  display: block;
}
.course .achievements .cgL .tel {
  padding-left: 48px;
  margin-top: 24px;
  color: #464646;
  line-height: 1;
  position: relative;
}
.course .achievements .cgL .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 33px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.course .achievements .cgL .tel span {
  display: block;
  font-size: 14px;
}
.course .achievements .cgL .tel i {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 8px;
  line-height: 12px;
}
.course .achievements .cgR {
  float: right;
  text-align: right;
  width: 965px;
  margin-top: 10px;
}
.course .achievements .cgR .text {
  font-size: 16px;
  color: #767676;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  text-align: left;
  text-indent: 2em;
}
.course .achievements .cgR .more {
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 116px;
  height: 33px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  line-height: 31px;
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9b9b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
  position: relative;
}
.course .achievements .cgR .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 260px;
  height: 1px;
  background-color: #ebebeb;
}
.course .achievements .cgR .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 319px;
  height: 1px;
  background-color: #ebebeb;
}
.course .achievements .cgR .more i {
  min-width: 4px;
}
.course .achievements .cgR .more:hover {
  background-color: #629698;
  border-color: #629698;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(98, 150, 152, 0.5);
}
.course .cgList {
  margin: 38px -10px 0;
}
.course .cgList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* .cgSwiper .swiper-container{
  height: 628px;
} */
.course .cgList ul li {
  width: 16.666%;
  padding: 0 10px;
  float: left;
  padding-top: 20px;
  height: 310px;
}
.course .cgList ul li .item {
  width: 198px;
  height: 290px;
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
  position: relative;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .cgList ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 150.55%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .cgList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .cgList ul li .item .bt {
  position: absolute;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(98, 150, 152, 0.8);
  color: #fff;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .cgList ul li .item:hover {
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.27);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.course .cgList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.student {
  background: url(../images/fcbg.jpg) center 0 no-repeat;
  padding: 116px 0 68px;
}
.student .title {
  color: #fff;
}
.student .title i::before,
.student .title i::after {
  opacity: 0.44;
}
.student .fcList {
  margin-top: 48px;
}
.student .fcList ul {
  margin: 0 -12px;
}
.student .fcList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.student .fcList ul li {
  padding: 12px 12px 0;
  float: left;
  width: 33.333%;
}
.student .fcList ul li .item .pic {
  display: block;
  width: 100%;
  height: 284px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.student .fcList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.student .fcList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  margin-top: 5px;
  font-size: 18px;
  background-color: #e2e5e7;
  color: #494949;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #629698, #629698);
  background-image: linear-gradient(to right, #629698, #629698);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.student .fcList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.student .fcList ul li .item:hover .bt {
  background-color: #629698;
  background-size: 100% 100%;
  color: #fff;
}
.student .more {
  display: block;
  margin: 26px auto 0;
  width: 33px;
  height: 33px;
  box-shadow: 7px 8px 7px rgba(9, 20, 17, 0.24);
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.student .more::before {
  content: "";
  display: block;
  background: url(../images/xymore.png) center center no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.student .more:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.student .more:hover::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.youshi {
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding: 108px 0 96px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  right: -320px;
  top: 242px;
  width: 906px;
  height: 343px;
  background-color: #ffffff;
}
.youshi .ysL {
  float: left;
  width: 658px;
}
.youshi .ysL .title {
  text-align: left;
}
.youshi .ysL .title i::before,
.youshi .ysL .title i::after {
  display: none;
}
.youshi .ysL .title::after {
  content: "";
  display: block;
  width: 44px;
  height: 8px;
  margin-top: 14px;
  background: url(../images/aboutdot.png) 0 center no-repeat;
}
.youshi .ysL .hd {
  margin-top: 48px;
  border-top: 1px solid #ffffff;
}
.youshi .ysL .hd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysL .hd ul li {
  float: left;
  border-left: 1px solid #ffffff;
  width: 33.333%;
  border-bottom: 1px solid #ffffff;
}
.youshi .ysL .hd ul li:nth-child(3n-2) {
  border-left: none;
}
.youshi .ysL .hd ul li .item {
  position: relative;
  z-index: 2;
  height: 116px;
  padding: 40px 0 0 70px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysL .hd ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 100%;
  right: -59px;
  bottom: -44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysL .hd ul li .item::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 100%;
  right: -22px;
  bottom: -7px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysL .hd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysL .hd ul li .item .num {
  position: absolute;
  left: 28px;
  top: 48px;
  width: 26px;
  height: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  color: #629698;
  font-size: 14px;
  z-index: 2;
}
.youshi .ysL .hd ul li .item .num::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #48a88c;
  right: -5px;
  top: -5px;
  z-index: -2;
}
.youshi .ysL .hd ul li .item .num::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysL .hd ul li .item h4 {
  line-height: 1;
  font-size: 18px;
}
.youshi .ysL .hd ul li .item h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 16px;
  margin-top: 7px;
}
.youshi .ysL .hd ul li:nth-child(7) .item,
.youshi .ysL .hd ul li:nth-child(8) .item,
.youshi .ysL .hd ul li:nth-child(9) .item {
  padding-top: 34px;
}
.youshi .ysL .hd ul li:nth-child(7) .item .num,
.youshi .ysL .hd ul li:nth-child(8) .item .num,
.youshi .ysL .hd ul li:nth-child(9) .item .num {
  top: 42px;
}
.youshi .ysL .hd ul li:hover .item,
.youshi .ysL .hd ul li.on .item {
  background-color: #629698;
  box-shadow: 3px 3px 7px 0px rgba(5, 140, 100, 0.32);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysL .hd ul li:hover .item h4,
.youshi .ysL .hd ul li.on .item h4 {
  color: #fff;
  font-weight: bold;
}
.youshi .ysL .hd ul li:hover .item h5,
.youshi .ysL .hd ul li.on .item h5 {
  color: #fff;
}
.youshi .ysL .hd ul li:hover .item::before,
.youshi .ysL .hd ul li.on .item::before {
  opacity: 0.05;
  filter: alpha(opacity=5);
}
.youshi .ysL .hd ul li:hover .item::after,
.youshi .ysL .hd ul li.on .item::after {
  opacity: 0.05;
  filter: alpha(opacity=5);
}
.youshi .ysL .tip {
  line-height: 1;
  font-size: 16px;
  margin-top: 48px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.youshi .ysL .tip::before {
  content: "";
  display: block;
  position: absolute;
  width: 426px;
  height: 6px;
  background-color: #0b8f69;
  opacity: 0.2;
  z-index: -1;
  left: -9px;
  bottom: -1px;
}
.youshi .ysL .tel {
  margin-top: 30px;
  line-height: 33px;
  font-size: 16px;
  color: #464646;
}
.youshi .ysL .tel::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: top;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.youshi .ysL .tel i {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysCont {
  float: right;
  width: 592px;
  margin-right: -6px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  width: 592px;
  height: 585px;
}
.youshi .ysCont .bd ul li {
  width: 592px;
  height: 585px;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  width: 592px;
  height: 585px;
  position: relative;
  text-align: right;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .pic {
  display: block;
  width: 582px;
  height: 413px;
  background-color: #ffffff;
  border: 10px solid #fff;
  box-shadow: 8px 6px 7px 0px rgba(30, 30, 30, 0.08);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .cont {
  padding-left: 46px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.youshi .ysCont .bd ul li .item .cont .tit {
  float: left;
  padding-top: 4px;
}
.youshi .ysCont .bd ul li .item .cont .tit span {
  display: block;
  font-size: 26px;
  color: #454545;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.youshi .ysCont .bd ul li .item .cont .tit span em {
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 26px;
  vertical-align: top;
  margin-right: 10px;
}
.youshi .ysCont .bd ul li .item .cont .tit i {
  margin-top: 16px;
  display: block;
  text-align: center;
  height: 17px;
  background-color: #629698;
  padding: 2px 5px;
  line-height: 13px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
}
.youshi .ysCont .bd ul li .item .cont .text {
  float: left;
  margin-left: 18px;
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysCont .bd ul li .item:hover .cont .tit span {
  color: #629698;
}
.youshi .page .prev {
  display: block;
  position: absolute;
  z-index: 2;
  right: 52px;
  top: 553px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  color: #fff;
  line-height: 48px;
  background-color: #629698;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .prev::before {
  content: "<";
  font-family: simsun;
  font-size: 20px;
  font-weight: bold;
}
.youshi .page .prev:hover,
.youshi .page .prev.on {
  background-color: #e3b90f;
  color: #7f7f7f;
}
.youshi .page .next {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 563px;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  background-color: #629698;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .next::before {
  content: ">";
  font-family: simsun;
  font-size: 16px;
  font-weight: bold;
}
.youshi .page .next:hover,
.youshi .page .next.on {
  background-color: #e3b90f;
  color: #7f7f7f;
}
.environment {
  padding: 96px 0 80px;
  background: url(../images/hjbg.jpg) center bottom no-repeat;
}
.environment .title i::before {
  margin-right: 20px;
}
.environment .title i::after {
  margin-left: 20px;
}
.environment .hjBox {
  margin-top: 52px;
}
.environment .hjList {
  height: 724px;
}
.environment .hjList ul {
  margin-right: -14px;
}
.environment .hjList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.environment .hjList ul li {
  margin-right: 14px;
  margin-bottom: 16px;
  float: left;
}
.environment .hjList ul li:nth-child(4) {
  margin-left: 431px;
}
.environment .hjList ul li .item {
  width: 417px;
  height: 354px;
  background-color: #ffffff;
  border: solid 1px #efefef;
  position: relative;
  overflow: hidden;
  padding: 8px 8px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjList ul li .item .pic {
  display: block;
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjList ul li .item .tt {
  position: relative;
  padding-right: 65px;
  height: 54px;
  line-height: 54px;
  margin-left: 2px;
  margin-right: 2px;
}
.environment .hjList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 36px;
  background: url(../images/hjli.png) 0 center no-repeat;
}
.environment .hjList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.environment .hjList ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #aeaeae;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.environment .hjList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.27);
}
.environment .hjList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.environment .hjList ul li .item:hover .tt .bt {
  color: #629698;
}
.environment .hjList ul li .item:hover .tt .more {
  color: #629698;
}
.environment .hjTip {
  position: absolute;
  left: 0;
  top: 440px;
  z-index: 2;
}
.environment .hjTip .t1 {
  font-size: 18px;
  line-height: 30px;
  color: #464646;
  position: relative;
  z-index: 1;
}
.environment .hjTip .t1::before {
  content: "";
  display: block;
  position: absolute;
  top: 68px;
  left: -98px;
  width: 150px;
  height: 4px;
  background: url(../images/hjtip.png) 0 center no-repeat;
}
.environment .hjTip .t2 {
  font-size: 12px;
  line-height: 30px;
  color: #8d8d8d;
  margin-top: 11px;
}
.environment .hjTip .tel {
  font-size: 16px;
  color: #4b4b4b;
  height: 33px;
  line-height: 33px;
  margin-top: 32px;
}
.environment .hjTip .tel::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.environment .hjTip .tel i {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #5d5d5d;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
}
.mbanner1 .mbanBox {
  height: 374px;
  padding-top: 88px;
}
.mbanner1 .mbanBox .text {
  width: 636px;
  height: 231px;
  margin-left: -87px;
  padding-top: 28px;
  color: #fff;
  line-height: 1;
  position: relative;
  padding-left: 110px;
  z-index: 2;
  background: url(../images/mbantipbg.png) 0 0 no-repeat;
}
.mbanner1 .mbanBox .text .t1 {
  font-size: 36px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.41);
}
.mbanner1 .mbanBox .text .t1::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 36px;
  background-color: #e3b90f;
  border-radius: 3px;
  top: 41px;
  left: 83px;
}
.mbanner1 .mbanBox .text .t2 {
  height: 18px;
  margin-top: 20px;
  background: url(../images/mbantip.png) 0 center no-repeat;
}
.mbanner1 .mbanBox .text .more {
  margin-top: 20px;
  display: block;
  width: 160px;
  height: 42px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .mbanBox .text .more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #629698;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.news {
  padding: 82px 0 62px;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  text-align: left;
}
.news .newsTab .title i::before,
.news .newsTab .title i::after {
  display: none;
}
.news .newsTab .title span {
  margin-top: 26px;
}
.news .newsTab .title::after {
  content: "";
  display: block;
  width: 44px;
  height: 8px;
  margin-top: 17px;
  background: url(../images/aboutdot.png) 0 center no-repeat;
}
.news .newsTab ul {
  float: right;
  margin-top: 42px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 30px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 160px;
  height: 54px;
  border-radius: 30px;
  border: solid 1px #e5e5e5;
  line-height: 52px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #629698;
  color: #fff;
  border-color: #629698;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.26);
}
.news .newsTabs {
  margin-top: 26px;
  position: relative;
  z-index: 1;
  margin-left: -10px;
  margin-right: -14px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 494px;
  height: 522px;
}
.news .newsList {
  overflow: hidden;
  height: 494px;
  height: 522px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  width: 25%;
  padding: 10px 14px 20px 10px;
}
.news .newsList .list ul li .item {
  height: 464px;
  height: 482px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e3e3e3;
  position: relative;
  padding: 18px 18px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  height: 258px;
  border-radius: 8px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont {
  height: 168px;
  height: 188px;
  padding-top: 5px;
  position: relative;
  top: 15px;
}
.news .newsList .list ul li .item .cont::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 35px;
  top: 68px;
  width: 1px;
  height: 112px;
  background-color: #ebebeb;
}
.news .newsList .list ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  font-size: 18px;
  color: #676767;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .item .cont .bt::before {
  content: "";
  width: 18px;
  height: 8px;
  background-color: #dff0eb;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.news .newsList .list ul li .item .cont .bt:hover {
  color: #629698;
}
.news .newsList .list ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 5px;
  margin-left: 30px;
}
.news .newsList .list ul li .item .cont .date {
  margin-left: 30px;
  margin-top: 15px;
  width: 110px;
  height: 33px;
  background-color: #ebebeb;
  border-radius: 20px;
  text-align: center;
  line-height: 33px;
  color: #696969;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item:hover {
  box-shadow: 5px 8px 13px 0px rgba(160, 110, 0, 0.1);
}
.news .newsList .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list ul li .item:hover .cont .bt {
  font-weight: bold;
}
.news .newsList .list ul li .item:hover .cont .date {
  background-color: #629698;
  box-shadow: 5px 8px 13px 0px rgba(130, 96, 0, 0.2);
  color: #fff;
}
.news .newsList .list ul li:nth-child(2n) .item .pic {
  top: 168px;
  top: 186px;
}
.news .newsList .list ul li:nth-child(2n) .item .cont {
  top: -257px;
}
