/*font-size*/
.banner {
  position: relative;
  width: 100%;
  height: 6.15rem;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.banner.bannerPc {
  display: block;
}
.banner.bannerMobile {
  display: none;
}
.banner .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(5, 20, 39, 0.5);
}
.banner .bannerImg .title {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 1440px) {
  .banner .bannerImg .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bannerImg .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .title {
    font-size: 24px;
  }
}
.banner .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -0.1rem;
  background-color: #fff;
}
.banner .bannerImg .text {
  font-size: 16px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1366px) {
  .banner .bannerImg .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .text {
    font-size: 14px;
  }
}
.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(-0.8rem);
}
.content .innerWrap .box {
  display: block;
}
.content .innerWrap .box:nth-child(2n) .list {
  flex-direction: row-reverse;
}
.content .innerWrap .box .list {
  width: 100%;
  height: 3.6rem;
  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: #e60111;
}
.content .innerWrap .box .list:hover .right-word .more {
  color: #e60111;
}
.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%;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
}
@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: #e60111;
  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;
}
@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 {
    padding: 0.3rem 0.2rem;
  }
  .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%;
  }
}
