body {
  overflow-x: hidden;


  width: 100%;
  background-image: url(../img/list_back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.bottomLine {
  left: 282px;
}

.about_banner {
  width: 100%;
  height: 192px;
  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: 43px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 13px;
}

.about_banner .about_content .textdesc .poline {
  width: 400px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
  position: relative;
}

.about_banner .about_content .textdesc .poline div {
  width: 200px;
  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: 21px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  bottom: -30px;
}

/* banner年份 */
.year {
  width: 925px;
  height: 65px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  position: relative;
  top: -24px;
  background: #FFFFFF;
  box-shadow: 0px 10px 10px 0px rgba(85, 185, 255, 0.18);

}

.year>div {
  width: 325px;
  height: 65px;
  font-size: 14px;
  font-weight: 500;
  /* color: #333333; */
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  transition: all .4s;
}


.year>.yearOne:hover {
  font-size: 22px;
  height: 60px;
  color: #2E7FBA;
  border-bottom: 5px #2E7FBA solid;
}

.yearOne {
  color: #333333;
}

.yearTwo {
  font-size: 22px !important;
  height: 60px !important;
  color: #2E7FBA;
  border-bottom: 5px #2E7FBA solid;
}


hr {
  width: 923px;
  position: relative;
  top: -70px;
  margin: 0 auto;
  border: 1px #ccccccd8 dotted;
}

/* 滑块 */
.huakuai {
  position: relative;
  left: 300px;
  top: -64px;
  z-index: 80;
  transition: all 0.3s ease;
  height: 11px;
  width: 320px;
  background-color: #2E7FBA;
  ;

}

/* 新闻内容 */
.news {
  width: 746px;
  margin: 0 auto;
  /* border-bottom: 1px solid #E1E1E1; */
  display: flex;

  /* padding-bottom: 40px;
    margin-top: 40px; */

  transition: linear 0.3s all;

  line-height: 50px;
  margin-bottom: 40px;
}

/* 新闻移入效果 */
.news:hover .new2>.new3 {
  display: block;
}

.news:hover .new1 {
  background: url('../img/riliback.png') no-repeat center center;
  background-size: 100% 100%;
}

.news:hover {
  transform: scale(1.03);
}

.new1 {
  width: 113px;
  height: 107px;
  background: url('../img/riliback\(2\).png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 4px;
  text-align: center;
  line-height: 54px;
}

.new1>h5 {
  margin-left: -10px;
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
}

.new1>p {
  margin-left: -10px;
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}

.new1 .newyear {
  font-size: 18px;
  /* width: 146px; */
  /* margin-left: 2px; */
  margin-top: 8px;
  text-align: center;
}

.new2 {
  display: block;
  width: 640px;

  margin-left: 20px;
  border-bottom: 1px solid #d6d5d5fb;
  line-height: 50px;


}

.new2>.new3 {

  width: 620px;
  height: 5px;
  background: linear-gradient(257deg, #348DCC, #80BE30);
  box-shadow: 4px 4px 5px 0px rgba(107, 107, 107, 0.26);
  position: absolute;
  bottom: -2px;
  z-index: 5;
  display: none;
}



.new2>.new4 {
  width: 640px;
  height: 94px;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  /* 实现多行文本垂直居中 */
  display: table-cell;
  text-align: left;
  vertical-align: middle;



}

.new2>.new5 {

  text-overflow: ellipsis;
  /*white-space:nowrap;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 11px;
  color: #666666;
  margin-top: 15px;
  line-height: 17px;
  text-align: left;
  /* height: 50px; */



}


/* 底部分页 */
.pagin {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;

}

.pagin1 {
  width: 73px;
  height: 28px;
  border: 1px solid #C2C2C2;
  text-align: center;
  line-height: 28px;
  font-size: 11px;
  color: #9B9B9B;
  cursor: pointer;
  margin-right: 15px;
}

.pagin3 {
  width: 73px;
  height: 28px;
  margin-left: 15px;
  border: 1px solid #C2C2C2;
  text-align: center;
  line-height: 28px;
  color: #9B9B9B;
  font-size: 11px;
  cursor: pointer;

}

.pagin1:hover {
  background-color: #348DCC;
  color: white;
  border: 1px solid #ffffff;

}

.pagin2:hover {
  background-color: #348DCC;
  color: white;
  border: 1px solid #ffffff;
}

.pagin3:hover {
  background-color: #348DCC;
  color: white;
  border: 1px solid #ffffff;

}

.pagin2 {
  width: 28px;
  height: 28px;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #9B9B9B;
  border: 1px solid #C2C2C2;
  text-align: center;
  line-height: 28px;
  margin: 0 15px;
}

.pagin4 {
  display: flex;
  justify-content: center;
}

.mgg1 {
  background-color: #348DCC;
  color: white;
  border: 1px solid #ffffff;

}