#latest_news {
  padding:60px 0px 80px;
}

#latest_news .c-box {
  background: #fff;
  border-radius: .25rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#latest_news .c-box .img{
  width: 100%;
  overflow: hidden;
}
#latest_news .c-box .img img{
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 320px;
}
#latest_news .c-box:hover img {
  transform: scale(1.25, 1.25);
}
#latest_news .c-box:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.219);
}

#latest_news .c-box:focus {
  outline: 0px;
}
#latest_news .c-box article {
  padding:22px 20px 22px;
}

#latest_news .c-box article .footer {
  margin-top: 12px;
}

#latest_news .c-box a h4 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#latest_news .c-box a:hover h4 {
  color: #0072ff;
}

#latest_news .c-box article p {
  margin-bottom:15px;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;/*控制行数*/
 overflow: hidden;
}
#latest_news .c-box article .readmore:hover{
  color: #0072ff;
}
#latest_news .c-box article .readmore{
  font-size: 14px;
  color: #999;
}
#latest_news .c-box {
  margin-bottom: 40px;
}

#latest_news .c-box a h4 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.fy  .center{
  display: flex;
  align-items: center;
}
.fy .fy_inp{
  display: inline-block;
}
.fy .fy_inp .inp_span{
  margin: 0 10px;
}

.fy .fy_inp input{
  width: 50px;
  height: 31px;
  position: relative;
  top: -3px;
  text-align: center;
  border: 1px solid #ccc;
  outline: none;
}
.fy .fy_inp button{
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #2056ad;
  color: #fff;
  outline: none;
}
.acttab {
	background: #2056ad;
	color: #fff!important;
	border-left: 1px solid #fff;
}
.acttab_hy{
	border-right: 1px solid #fff;
	transition: all 1s;
}
.acttab_hy:hover{
  background: #2056ad;
  color: #fff;
  border-left: 1px solid #fff;
}
/* 移动端开始 */
@media(max-width:768px){
  #latest_news {
    padding: 30px 0px;
  }
  #latest_news .c-box{
    box-shadow: 0px 0px 10px rgb(167 167 167 / 20%);
    margin-bottom: 30px;
  }
}

/* 移动端结束 */