body {
  overflow-x: hidden;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about_banner {
  width: 100%;
  height: 270px;
  background: url(../img/news_banner.png) no-repeat center center;
  background-size: 100% 100%;
  ;
  position: relative;
}

.about_banner .about_content {
  width: 100%;

}

.about_banner .about_content .textdesc {
  width: 300px;
  height: 120px;
  position: absolute;
  left: 21%;
  top: 30%
}

.about_banner .about_content .textdesc p {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 13px;
}

.about_banner .about_content .textdesc .poline {
  width: 540px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
  position: relative;
}

.about_banner .about_content .textdesc .poline div {
  width: 265px;
  height: 12px;
  background: #ffffff;
  box-shadow: rgb(0, 204, 0) 0px 0px 3px inset;
  position: absolute;
  left: 0;
  top: -6px;
}

.about_banner .about_content .textdesc .poline p {
  font-size: 30px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  bottom: -40px;
}

.title>ul>li {
  list-style: outside;
}

/* headline */
.headline {
  width: 1060px;
  height: 1px;
  background: #BFBFBF;
  opacity: 0.6;
  margin: 0 auto;
  margin-top: 60px;
}

/* 说明 */
.textbox {
  width: 1060px;

  display: flex;
  justify-content: space-between;
  margin: 0 auto;

}



.textbox .content {
  width: 697px;
  min-height: 740px;
  margin: 0 auto;
  padding-bottom: 26px;
  border-right: 1px #EEEEEE solid;
  margin-top: 30px;
  padding-right: 31px;

}

.textbox .content h2 {
  width: 665px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
}

/* 段落图片 */
.chart {
  width: 697px;
  height: 218px;
  background-image: url('../img/chart\(1\).png');
  line-height: 280px;
  text-align: center;
  margin-bottom: 30px;
}

.chart>div>img {
  width: 269px;
  height: 77px;
}

.chart1 {
  width: 697px;
  height: 218px;
  background-image: url('../img/chart\(2\).png');
  line-height: 340px;
  text-align: center;
  margin-bottom: 30px;

}

.chart1>div>img {
  width: 157px;
  height: 132px;
  padding-left: 30px;
}

/*时间 */
.time {
  width: 697px;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  text-align: right;
  margin-top: 34px;
}

.textbox .content h2 span {
  font-weight: normal;
  font-size: 18px;
}

.textbox .content .boldtitle {
  font-size: 18px;
  color: black;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 5px;
  padding-top: 30px;
}


i {
  display: inline-block;

  /*padding-left: 100%;*/

  width: 100%;

}

.textbox .content .title {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
  /* 两端对齐 */
  text-align: justify;
}

.textbox .content .title>p>img {
  max-width: 695px;

}

.textbox .content .line {
  position: relative;
  left: 0px;

  border-bottom: 1px solid rgba(12, 11, 11, 0.301);
  margin: 0 auto;
}


.textbox .content .floatbox {
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.textbox .content .floatbox .fitem {
  width: 46%;
  height: 198px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.textbox .content .floatbox .fitem .floimg {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.textbox .content .floatbox .fitem .fl_title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}

.textbox .content .floatbox .fitem .fl_span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}

.textbox .content .floatbox .left {
  float: left;
  background-image: url(../img/about_left.png);
}

.textbox .content .floatbox .right {
  float: right;
  background-image: url(../img/about_right.png);
}

.textbox .content .floatbox .gr_block1 {
  width: 46px;
  height: 188px;
  background: #85CD27;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 0;
  left: 42.3%;
}

.textbox .content .floatbox .gr_block2 {
  width: 46px;
  height: 188px;
  background: #85CD27;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 0;
  right: 0;
}


/* 导航下划线 */
.bottomLine {
  left: 285px;
}

/* 正文 */
.title>span {
  font-weight: 800;
  font-size: 8px;
  position: relative;
  top: -7px;

}

.test {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.test.h3 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
}

.test.h3.span {
  font-weight: normal;
  font-size: 18px;
}


/* 右侧 */
.content-right {
  width: 300px;
  height: 500px;
  margin-top: 30px;

}

.content-right>img {
  width: 265px;
  height: 76px;
  margin-bottom: 58px;
}

/* 热门新闻 */


.hotNews>h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 26px;
}

.hotNews>a {
  color: #8A8A8A;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.hotNews>a {
  text-decoration: none;
  font-size: 16px;
  color: #8A8A8A;
  line-height: 24px;
}

.hotNews>a:hover {
  color: #348DCC;
}

/* 更多新闻 */
.moreNews {
  margin-top: 50px;
}

/* .moreNews1 {
    display: flex;
    justify-content: space-between;
} */

.moreNews2>button {
  display: inline-block;
  width: 137px;
  height: 45px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
  text-align: center;
  line-height: 45px;
  background: #FFFFFF;
  border: 1px solid #9999995d;
  margin-top: 18px;


}


.moreNews2>button:hover {
  color: #FFFFFF;
  background: linear-gradient(257deg, #80BE30, #348DCC);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.342);
  border: 1px solid rgba(255, 255, 255, 0);
}



/* 下载按钮 */
.xiazai {
  width: 171px;
  height: 25px;
  margin: 0 auto;

}

/*  */
.line5 {
  width: 1060px;
  height: 1px;
  background: #BFBFBF;
  opacity: 0.6;
  margin: 0 auto;
  margin-top: 30px;

}


/* 轮播 */
.imgdesc .content .blackbox {
  width: 1200px;
  height: 140px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -600px;
  background: rgba(0, 0, 0, .4);
  z-index: 98;
}

.swiper-container {
  width: 100%;
  height: 470px !important;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: 100% 100%;
  background-position: center;
}

.gallery-top {
  margin-top: 50px;
}

.swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  background-image: url(../img/next_left.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  left: 60px !important;
  top: 87% !important;
  z-index: 100 !important;
}

/* 右按钮 */
.swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  background-image: url(../img/next_right.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  right: 60px !important;
  top: 87% !important;
  z-index: 100 !important;
}

.gallery-top {
  height: 100%;
  width: 100%;
}

.gallery-thumbs {
  width: 80%;
  height: 108px !important;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute !important;
  bottom: 60px;
  left: 10%;
  z-index: 99 !important;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: .8;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  /* border: 2px solid #fff; */
}

/* 上一条下一条 */
.Previous {
  display: flex;
  width: 750px;
  margin-bottom: 10px;
}

.Next {
  display: flex;
  /* font-size: 15px; */
}

.Next>span {
  width: 80px;
}

.Next>a {

  width: 666px;
}

.Previous>span {
  width: 80px;
}

.Previous>a {

  width: 666px;
}

.next {

  width: 1060px;
  height: 60px;
  line-height: 20px;
  /* background-color: #EEEEEE; */
  margin-top: 30px;
  margin-left: 415px;
  margin-bottom: 80px;

}

.next1 {
  width: 1000px;
  /* display: flex; */
  margin: 0 auto;
}

.next1 div p {
  font-size: 16px;
}

/*返回列表  */
.next2 {
  width: 182px;
  height: 50px;
  background-image: url('../img/info_back.png');
  background-repeat: no-repeat;
  line-height: 45px;
  text-align: center;
  background-size: 182px 50px;
  margin-left: 434px;
  margin-top: 40px;


}

.next2>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-family: Arial;
  font-weight: 600;
  color: #FFFFFF;
}

.next2>a:hover {
  color: #FFFFFF;
}


.next2 img {
  width: 10px;
  height: 10px;
}

.next3>a>div {
  width: 900px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  text-decoration: none;
  color: #333333;
  line-height: 24px;
  border-bottom: 1px solid white;
}

.next3>div>a {
  font-size: 16px;
  font-family: Arial;
  color: #333333;

}

.Next>a {
  font-size: 15px;
}

.next3>a>span {
  width: 74px;

}

.next3>div>a:hover {
  color: #348DCC;
  text-decoration-line: underline;
}



/* 默认超链接字体悬停时色彩为红色 */