/*font-size*/
.bannerHead {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}
.bannerHead .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerHead .bannerImg .title {
  position: relative;
  font-weight: 600;
  margin-top: -0.5rem;
  font-size: 32px;
}
.bannerHead .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -10px;
  background-color: #fff;
}
.bannerHead .bannerImg .text {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.content {
  background-color: #e9e9e9;
  padding-bottom: 0.2rem;
  background-size: cover;
  background-position: center;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-50px);
}
.content .innerWrap .box {
  display: block;
}
.content .innerWrap .box:hover {
  text-decoration: none;
}
.content .innerWrap .box:nth-child(2n) .list {
  flex-direction: row-reverse;
}
.content .innerWrap .box .list {
  width: 100%;
  height: 250px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .innerWrap .box .list:hover {
  box-shadow: 0px 10px 20px #999;
}
.content .innerWrap .box .list:hover .left-img .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .innerWrap .box .list:hover .right-word .text .title {
  color: #1b3086;
}
.content .innerWrap .box .list:hover .right-word .more {
  color: #1b3086;
}
.content .innerWrap .box .list:hover .right-word .more .iconfont {
  font-weight: bold;
}
.content .innerWrap .box .list .left-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.content .innerWrap .box .list .left-img .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .innerWrap .box .list .right-word {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .innerWrap .box .list .right-word .wrap {
  padding: 0 30px;
}
.content .innerWrap .box .list .right-word .wrap > * {
  margin: 10px 0;
}
.content .innerWrap .box .list .right-word .icon {
  flex: none;
}
.content .innerWrap .box .list .right-word .icon i {
  font-size: 0.8rem;
  color: #999;
}
.content .innerWrap .box .list .right-word .icon img {
  height: 0.6rem;
}
.content .innerWrap .box .list .right-word .text {
  flex: none;
}
.content .innerWrap .box .list .right-word .text .title {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 1440px) {
  .content .innerWrap .box .list .right-word .text .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .innerWrap .box .list .right-word .text .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .box .list .right-word .text .title {
    font-size: 18px;
  }
}
.content .innerWrap .box .list .right-word .text .title::after {
  content: " ";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #1b3086;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .innerWrap .box .list .right-word .text .describe {
  color: #999;
  font-size: 16px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
@media only screen and (max-width: 1366px) {
  .content .innerWrap .box .list .right-word .text .describe {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .box .list .right-word .text .describe {
    font-size: 14px;
  }
}
.content .innerWrap .box .list .right-word .line {
  border-bottom: 1px dotted #b3b3b3;
}
.content .innerWrap .box .list .right-word .more {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .box .list .right-word .more {
    font-size: 12px;
  }
}
.content .innerWrap .box .list .right-word .more .iconfont {
  margin-left: 4px;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .banner.bannerPc {
    display: none;
  }
  .banner.bannerMobile {
    display: block;
  }
  .banner .innerWrap {
    top: auto;
    bottom: 10px;
    flex-direction: column;
    align-items: center;
  }
  .banner .innerWrap .left .left-nav li {
    width: 20%;
  }
  .banner .innerWrap .right {
    margin-top: 10px;
  }
  
  .content .innerWrap .box .list .right-word .wrap {
    padding: 0 10px;
  }
  .content .innerWrap .main-box {
    flex-direction: column;
  }
  .content .innerWrap .main-box .left {
    width: 100%;
    margin: 0 0 20px;
  }
  .content .innerWrap .main-box .left .text-box {
    text-align: center;
    padding: 0 30px;
  }
  .content .innerWrap .main-box .left .text-box .text {
    width: auto;
  }
  .content .innerWrap .main-box .right {
    width: 100%;
  }
  .content .innerWrap .mian-list .list {
    width: 100%;
  }
}