.all-content {
  padding-top: 80px;
  width: 100%;
  background-color: #F7F7F7;
}
.all-content .box {
  padding-bottom: 152px;
  margin: 0 auto;
  width: 83.33%;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.all-content .box .top {
  padding: 0 4.25%;
  box-sizing: border-box;
  width: 100%;
}
.all-content .box .top .year {
  float: right;
  margin-top: 64px;
  font-size: 24px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #B6B6B6;
  overflow: hidden;
}
.all-content .box .top .date {
  padding-top: 122px;
  font-size: 24px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #222222;
  opacity: 0.8;
}
.all-content .box .top .title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  line-height: 44px;
}
.all-content .box .top .function {
  margin-top: 30px;
}
.all-content .box .top .function .publish,
.all-content .box .top .function .share,
.all-content .box .top .function .font {
  display: inline-block;
  vertical-align: middle;
}
.all-content .box .top .function .publish {
  margin-right: 66px;
  font-size: 14px;
  font-weight: 400;
  color: #B6B6B6;
}
.all-content .box .top .function .publish span {
  color: #5B5C5D;
}
.all-content .box .top .function .share {
  position: relative;
}
.all-content .box .top .function .share span,
.all-content .box .top .function .share i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.all-content .box .top .function .share span {
  font-size: 14px;
  font-weight: 400;
  color: #B6B6B6;
}
.all-content .box .top .function .share i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #CDCBCC;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.all-content .box .top .function .share #qrcode {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #909090;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 25px;
  display: none;
}
.all-content .box .top .function .font {
  margin-top: -10px;
  float: right;
}
.all-content .box .top .function .font span {
  display: inline-block;
  vertical-align: middle;
}
.all-content .box .top .function .font .small,
.all-content .box .top .function .font .big {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #FAFAFA;
  border: 1px solid #E9EEF4;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
.all-content .box .top .function .font .small:hover,
.all-content .box .top .function .font .big:hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: #BDA46D;
}
.all-content .box .top .function .font .small {
  margin-right: 10px;
  font-size: 14px;
  font-family: Arial;
}
.all-content .box .top .function .font .big {
  font-size: 22px;
  font-family: Arial;
}
.all-content .box .top .function .font .line {
  margin: 0 25px;
  width: 1px;
  height: 21px;
  background-color: #E4E4E4;
}
.all-content .box .top .function .font .phone {
  display: inline-block;
  vertical-align: middle;
  width: 159px;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  background-color: #FAFAFA;
  border: 1px solid #E9EEF4;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  transition: all 0.5s;
  position: relative;
}
.all-content .box .top .function .font .phone:hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: #BDA46D;
}
.all-content .box .top .function .font .phone #m-qrcode {
  padding: 10px;
  line-height: 0;
  box-sizing: border-box;
  border: 1px solid #909090;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 38px;
  display: none;
}
.all-content .box .bot {
  margin-top: 46px;
  padding: 0 4.25%;
  padding-top: 86px;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  position: relative;
}
.all-content .box .bot .news-content,
.all-content .box .bot .news-list {
  display: inline-block;
  vertical-align: top;
}
.all-content .box .bot .news-content {
  width: 71%;
  transition: all 0.5s;
}
.all-content .box .bot .news-content p {
  font-size: 16px;
  color: #9C9C9C;
  line-height: 36px;
  text-align: justify;
}
.all-content .box .bot .news-content img {
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 0;
}
.all-content .box .bot .news-list {
  margin-left: 5%;
  width: 22%;
  overflow: hidden;
}
.all-content .box .bot .news-list .top {
  padding: 0;
  margin-bottom: 39px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.all-content .box .bot .news-list .top span {
  font-size: 24px;
  color: #0349A8;
}
.all-content .box .bot .news-list .news-box {
  padding-left: 15.93%;
  padding-right: 8.43%;
  box-sizing: border-box;
  width: 100%;
  height: 502px;
  background-color: #F9F9F9;
  border: 1px solid rgba(239, 239, 239, 0.8);
  position: relative;
}
.all-content .box .bot .news-list .news-box:hover .year,
.all-content .box .bot .news-list .news-box:hover .date,
.all-content .box .bot .news-list .news-box:hover .title,
.all-content .box .bot .news-list .news-box:hover .intro {
  color: #fff;
}
.all-content .box .bot .news-list .news-box:hover .intro {
  opacity: 0.8;
}
.all-content .box .bot .news-list .news-box:hover .line {
  width: 100%;
}
.all-content .box .bot .news-list .news-box:hover .block {
  opacity: 1;
}
.all-content .box .bot .news-list .news-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .box .bot .news-list .news-box .block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  opacity: 0;
}
.all-content .box .bot .news-list .news-box .year,
.all-content .box .bot .news-list .news-box .line,
.all-content .box .bot .news-list .news-box .date,
.all-content .box .bot .news-list .news-box .title,
.all-content .box .bot .news-list .news-box .intro {
  position: relative;
}
.all-content .box .bot .news-list .news-box .year {
  margin-top: 44px;
  float: right;
  overflow: hidden;
  font-size: 18px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #B6B6B6;
  transition: all 0.5s;
}
.all-content .box .bot .news-list .news-box .line {
  margin-top: 123px;
  width: 0%;
  height: 1px;
  background-color: #91A6F5;
  transition: all 0.5s;
}
.all-content .box .bot .news-list .news-box .date {
  margin-top: 85px;
  font-size: 20px;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #222222;
  opacity: 0.8;
  transition: all 0.5s;
}
.all-content .box .bot .news-list .news-box .title {
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.all-content .box .bot .news-list .news-box .intro {
  margin-top: 45px;
  font-size: 13px;
  color: #9C9C9C;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 0.5s;
}
.all-content .btn {
  padding: 120px 0;
  text-align: center;
}
.all-content .btn .prev,
.all-content .btn .next {
  margin: 0 50px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  transition: all 0.5s;
}
.all-content .btn .prev:hover,
.all-content .btn .next:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.all-content .btn .prev .arrow,
.all-content .btn .next .arrow,
.all-content .btn .prev .text,
.all-content .btn .next .text {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #222;
}
.all-content .btn .prev .arrow,
.all-content .btn .next .arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 11px;
  color: #909090;
}
.all-content .btn .prev .text {
  border-left: 1px solid #F7F7F7;
}
.all-content .btn .next .text {
  border-right: 1px solid #F7F7F7;
}
@media screen and (max-width: 1020px) {
  .all-content {
    padding-top: 8rem;
    width: 100%;
    background-color: #F7F7F7;
  }
  .all-content .box {
    padding-bottom: 5rem;
    margin: 0 auto;
    width: 90%;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  }
  .all-content .box .top .year {
    float: right;
    margin-top: 3rem;
    font-size: 2rem;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #B6B6B6;
    overflow: hidden;
  }
  .all-content .box .top .date {
    padding-top: 8rem;
    font-size: 2rem;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #222222;
    opacity: 0.8;
  }
  .all-content .box .top .title {
    margin-top: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #222222;
    line-height: 2.5rem;
  }
  .all-content .box .top .function {
    margin-top: 2rem;
  }
  .all-content .box .top .function .publish {
    margin-right: 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #B6B6B6;
  }
  .all-content .box .top .function .share span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #B6B6B6;
  }
  .all-content .box .top .function .font {
    width: 100%;
    margin-top: 1rem;
    float: none;
  }
  .all-content .box .top .function .font .small,
  .all-content .box .top .function .font .big {
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #E9EEF4;
    border-radius: 0.5rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
  }
  .all-content .box .top .function .font .small {
    margin-right: 1rem;
    font-size: 1.4rem;
    font-family: Arial;
  }
  .all-content .box .top .function .font .big {
    font-size: 2.2rem;
    font-family: Arial;
  }
  .all-content .box .top .function .font .line,
  .all-content .box .top .function .font .phone {
    display: none;
  }
  .all-content .box .bot {
    margin-top: 3rem;
    padding: 0 4.25%;
    padding-top: 3rem;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    position: relative;
  }
  .all-content .box .bot .news-content {
    width: 100%;
    transition: all 0.5s;
  }
  .all-content .box .bot .news-content p {
    font-size: 1.6rem;
    color: #9C9C9C;
    line-height: 3rem;
    text-align: justify;
  }
  .all-content .box .bot .news-list {
    float: right;
    width: 22%;
    overflow: hidden;
    display: none;
  }
  .all-content .btn {
    padding: 6rem 0;
    text-align: center;
  }
  .all-content .btn .prev,
  .all-content .btn .next {
    margin: 0 1rem;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    transition: all 0.5s;
  }
  .all-content .btn .prev .arrow,
  .all-content .btn .next .arrow {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 11px;
    color: #909090;
  }
  .all-content .btn .prev .text,
  .all-content .btn .next .text {
    display: inline-block;
    vertical-align: middle;
    width: 10rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #222;
  }
}
