@charset "utf-8";
img {
  max-width: 100%;
}
body {
  background-color: white;
}
html,
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 0.16rem;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.special-content {
  overflow: hidden;
  background: #fff;
}
.special-content .content {
  width: 100%;
  overflow-y: scroll;
}
.special-content .content ul {
  padding-left: 0.3rem;
  white-space: nowrap;
}
.special-content .content ul li {
  display: inline-block;
  overflow: hidden;
  width: 2.9rem;
  height: 2.62rem;
  margin-right: 0.2rem;
  margin-bottom: 0.26rem;
  background: #FFFFFF;
  position: relative;
  white-space: normal;
}
.special-content .content ul li .aside {
  float: left;
  width: 2.9rem;
  height: 1.64rem;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
.special-content .content ul li .aside > div {
  width: 2.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.special-content .content ul li .text {
  float: left;
  margin: 0.2rem 0 0.16rem 0;
  width: 2.8rem;
  height: 0.8rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information-content {
  margin-top: 0.2rem;
  overflow: hidden;
  background: #fff;
}
.information-content .content_title {
  border-bottom: 0.01rem #F3F3F3 solid;
  padding-bottom: 0.13rem;
  margin-bottom: 0.2rem;
}
.information-content .content {
  width: 100%;
}
.information-content .content > ul {
  margin-top: 0.16rem;
}
.information-content .content > ul li {
  overflow: hidden;
}
.information-content .content > ul li .common_list_banner {
  margin-top: 0.24rem;
}
.information-content .content > ul li .aside {
  overflow: hidden;
  margin-right: 0;
  float: right;
}
.banner_content {
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.banner_content .slider_itme {
  width: 6.9rem;
  height: 1.76rem;
  position: relative;
  margin: 0.2rem auto 0;
  z-index: 100;
  background: #Fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.banner_content .slider_itme .am-slides > li {
  height: 1.76rem;
  position: relative;
}
.banner_content .slider_itme .am-slides > li img {
  width: 100%;
  height: 100%;
}
.banner_content .slider_itme .am-slider-desc {
  background: linear-gradient(#4b494900, 50%, #0000009e);
  position: absolute;
  bottom: 0;
  /* padding: 8px 60px 8px 8px; */
  width: 100%;
  color: #fff;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.19rem 0.28rem;
  overflow: hidden;
  font-size: 0.32rem;
}
.banner_content .slider_itme .am-slider-desc a {
  font-size: 0.32rem;
  color: #fff;
}
.banner_content .slider_itme .am-control-nav {
  position: absolute;
  bottom: 0.2rem;
  font-size: 0;
  line-height: 0;
  text-align: right;
  right: 0;
}
.banner_content .slider_itme .am-control-nav li {
  display: inline-block;
  margin-right: 0.15rem;
}
.banner_content .slider_itme .am-control-nav li a {
  display: block;
  cursor: pointer;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.05rem;
  box-shadow: none;
}
.banner_content .slider_itme .am-control-nav li a.am-active {
  width: 0.24rem;
  height: 0.1rem;
  background: #395BFF;
}
.main_news {
  position: relative;
  background: #F4F8FB;
  padding-bottom: 0.98rem;
}
.main_news .slider-content {
  width: 7.5rem;
  height: 3.76rem;
  position: relative;
  margin: 0 auto;
  z-index: 100;
  background: #fff;
  overflow: hidden;
}
.main_news .slider-content .am-slides > li {
  height: 3.76rem;
  position: relative;
}
.main_news .slider-content .am-slides > li img {
  width: 100%;
  height: 100%;
}
.main_news .slider-content .am-slider-desc {
  background: linear-gradient(#4b494900, 50%, #0000009e);
  position: absolute;
  bottom: 0;
  /* padding: 8px 60px 8px 8px; */
  width: 100%;
  color: #fff;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.19rem 0.28rem;
  overflow: hidden;
  font-size: 0.32rem;
}
.main_news .slider-content .am-slider-desc a {
  font-size: 0.32rem;
  color: #fff;
}
.main_news .slider-content .am-control-nav {
  position: absolute;
  bottom: 0.2rem;
  font-size: 0;
  line-height: 0;
  text-align: right;
  right: 0;
}
.main_news .slider-content .am-control-nav li {
  display: inline-block;
  margin-right: 0.15rem;
}
.main_news .slider-content .am-control-nav li a {
  display: block;
  cursor: pointer;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.05rem;
  box-shadow: none;
}
.main_news .slider-content .am-control-nav li a.am-active {
  width: 0.24rem;
  height: 0.1rem;
  background: #395BFF;
}
.main_news .classify-top {
  background-color: #fff;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.main_news .classify-top .content-slider {
  margin-top: 0.4rem;
}
.main_news .classify-top .content-slider li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 0.44rem;
}
.main_news .classify-top .content-slider li .icon {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 auto 0.12rem;
  display: block;
  text-align: center;
}
.main_news .classify-top .content-slider li .icon img {
  max-width: 0.66rem;
  max-height: 0.66rem;
  margin: auto;
}
.main_news .classify-top .content-slider li p {
  font-family: PingFang SC;
  color: #354364;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.main_news .classify-top .am-slider-default {
  margin: 0 0 0.3rem;
  box-shadow: none;
  height: auto;
}
.main_news .classify-top .am-slider-default .am-control-nav {
  bottom: 0rem;
}
.main_news .classify-top .am-slider-default .am-control-nav li {
  margin: 0;
  display: inline-block;
}
.main_news .classify-top .am-slider-default .am-control-nav li a {
  width: 0.3rem;
  height: 0.04rem;
  background: #C7DBEC;
  border-radius: 0.04rem;
  line-height: 0;
  font-size: 0;
  box-shadow: none;
}
.main_news .classify-top .am-slider-default .am-control-nav li a.am-active {
  background-color: #2253F5;
}
.main_news .content_title {
  width: calc(100% - 0.6rem);
  margin: 0.23rem auto;
  overflow: hidden;
}
.main_news .content_title span {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 0.5rem;
  color: #333333;
}
.main_news .content_title a {
  float: right;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #999999;
  padding-right: 0.2rem;
}
.main_news .information-content .content_title {
  margin-bottom: 0;
}
.main_news .information-content .common_list_information .textBox {
  width: calc(100% - 2.5rem);
}
.main_news .information-content .common_list_information .textBox.textAll {
  width: 100%;
}
.main-news-category {
  position: relative;
  background: #F4F8FB;
  padding-bottom: 0.88rem;
}
.main-news-category .classify-top {
  background-color: #fff;
  margin-bottom: 0.2rem;
  overflow: hidden;
  position: relative;
}
.main-news-category .classify-top ul {
  width: calc(100% - 0.6rem);
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 0.56rem;
}
.main-news-category .classify-top ul li {
  width: 20%;
  overflow: hidden;
  margin-bottom: 0.16rem;
  float: left;
}
.main-news-category .classify-top ul li .icon {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0.4rem auto 0.14rem;
  text-align: center;
}
.main-news-category .classify-top ul li .icon img {
  max-width: 0.66rem;
  max-height: 0.66rem;
  margin: auto;
}
.main-news-category .classify-top ul li p {
  margin: 0 auto;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.3rem;
  color: #354364;
  text-align: center;
}
.main-news-category .classify-top .btnBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.56rem;
  background: #fff;
  text-align: center;
  line-height: 0.56rem;
}
.main-news-category .classify-top .btnBox .mo_btn {
  width: 1.86rem;
  height: 0.56rem;
  background: #EDF3F6;
  border-radius: 0.16rem 0.16rem 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.24rem;
  color: #506f80;
}
.main-news-category .classify-top .btnBox .mo_btn i {
  font-size: 0.24rem;
  display: inline-block;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  margin-left: 0.05rem;
}
.main-news-category .classify-top.showOrHide {
  max-height: 2.5rem;
}
.main-news-category .classify-top.showOrHide ul {
  padding-bottom: 0;
}
.main-news-category .content_title {
  width: 6.9rem;
  margin: 0.3rem auto 0.2rem;
  overflow: hidden;
}
.main-news-category .content_title span {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 0.5rem;
  color: #333333;
}
.main-news-category .content_title a {
  float: right;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
  color: #999999;
  padding-right: 0.2rem;
}
.main-news-category .am-control-nav {
  right: 0;
}
.hide {
  display: none;
}
