#news{
  width: 100%;
  background: #efefef;
}
.news_box1{
  max-width: 1300px;
  margin: 0 auto;
}
.news_box1 .kko{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_box1 ul li:nth-child(1) h1{
  margin-top: 100px;
  color: #444444;
  font-size: 34px;
}
.news_box1 ul li .qwe a{
  display: block;
  width: 310px;
  height: 52px;
  text-indent: 2rem;
  line-height: 52px;
  font-size: 16px;
}
.news_box1 ul li .ook{
  margin-top: 57px;
}
.news_box1 ul li .qwe a:hover{
  background:#3f5fbc;
  color: #fff;
}
.news_box1 .kko .yhy .ook .qwe .hover{
  display: block;
  width: 310px;
  height: 52px;
  text-indent: 2rem;
  line-height: 52px;
  font-size: 16px;
  background:#3f5fbc;
  color: #fff;
}
.news_box1 .kko   .hjh{
  width: 930px;
  height: 220px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 40px;
}
.news_box1 .kko   .hjh p:nth-child(1){
  margin-top: 49px;
  margin-left: 39px;
  color: #3f5fbc;
  font-size: 24px;
}
.news_box1 .kko   .hjh p:nth-child(2){
  margin-top: 25px;
  margin-left: 39px;
  color: #7a7a7a;
  font-size: 15px;
  width: 836px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_box1 .kko   .hjh p:nth-child(3){
  margin-top: 22px;
  margin-left: 39px;
  color: #afafaf;
  font-size: 12px;
}
.news_box1 .kko .news_lis2 ul li:nth-child(1){
  margin-top: 193px;
}
.read_box1{
  max-width: 1300px;
  height: 190px;
  margin: 0 auto;
  text-align: center;
}
.read_box1 .title{
  position: relative;
  top: 100px;
  font-size: 17px;
  color: #494d55;
}
.read_box1 .time{
  position: relative;
  top: 137px;
  font-size: 14px;
  color: #747474;
}
.read_box2{
  max-width: 1300px;
  margin: 0 auto;
}


.read_button{
  max-width: 1200px;
  height: 204px;
  margin: 0 auto;
}
.read_button ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: 40px;
}
.read_button ul li{
  width: 500px;
  height: 44px;
}
.read_button ul .read_lis1 .f{
  width: 44px;
  height: 44px;
  background: #e5e5e5;
}
.read_button ul .read_lis1 p{
  position: absolute;
  top: 10px;
  left: 59px;
  font-size: 15px;
  color: #5b5e65;
}
.read_button ul .read_lis1 h1{
  font-size: 15px;
  color: #5b5e65;
  position: absolute;
  top: 11px;
  left: 127px;
}
.read_button ul .read_lis2 .r{
  width: 44px;
  height: 44px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
}
.read_button ul .read_lis2 p{
  position: absolute;
  right: 60px;
  top: 12px;
}
.read_button ul .read_lis2 h1{
  position: absolute;
  right: 58px;
  top: 13px;
  font-size: 15px;
  color: #5b5e65;
}
.read_button ul .read_lis2:hover div{
  background:#3f5fbc;
}
.read_button ul .read_lis1:hover div{
  background:#3f5fbc;
}
.read_button ul .read_lis1 img{
  position: relative;
  left: 13px;
  top: 11px;
}
.read_button ul .read_lis2 img{
  position: relative;
  left: 13px;
  top: 11px;
}
.read_box2{
  max-width: 1300px;
  margin: 0 auto;
}
#news .news_box1 .kko .yhy .ook li:nth-child(1){
  animation:fadeInLeft;
  animation-duration: 0.4s;
}
#news .news_box1 .kko .yhy .ook li:nth-child(2){
  animation:fadeInLeft;
  animation-duration: 0.8s;
}