/*news*/
.home-news{
  padding-bottom: 3%;
  overflow: hidden;
}
.home-news .home-title{
  margin: 60px auto 20px;
}
.home-news-container{
  width: 1200px;
  margin:0 auto;
  display: none;
}
.home-menu{
  text-align: center;
  margin-bottom: 20px;
}
.home-menu a{
  display: inline-block;
    width: 180px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    margin: 0 11px 10px;
    color: #666;
    font-size: 16px;
    transition: all 0.3s;
}
.home-menu a.active,.home-menu a:hover{
  background: #14428e;
    color: #fff;
    border-color: #14428e;
    transition: all 0.3s;
}
.home-news-container{
  width: 1200xp;
  margin:0 auto;
}
.home-news-left{
  width:428px;
  float: left;
}
.home-news-right{
  width: 770px;
  float: left;
  box-sizing: border-box;
  padding-left: 60px;
}
.home-news-left-img{
  width: 100%;
  height: 258px;
  overflow: hidden;
}
.home-news-left img{
  width: 100%;
  height: 258px;
  transition: .4s;
}
.home-news-left h3{
  font-size: 18px;
    color: #14428e;
    line-height: 48px;
    height: 48px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news-left p{
  font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.home-news-left a:hover img{
  transform:scale(1.1,1.1);
}
.home-news-item{
  height: 100px;
}
.home-news-item a{
  display: block;
  height: 100%;
}
.home-news-item + .home-news-item{
  margin-top: 40px;
}
.home-news-time{
  display: block;
  width: 100px;
  text-align: right;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
  height: 100%;
  border-right:1px solid #d9d9d9;
}
.home-news-time h4{
  font-size: 24px;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 27px;
    padding-top: 30px;
    transition: 0.3s;
}
.home-news-time h3{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Arial';
  }
.home-news-item a:hover .home-news-time h4{
  color: #14428e;
}
.home-news-text{
  float: right;
  width: 575px;
}
.home-news-text h3{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-top: 0px;
    height: 25px;
    overflow: hidden;
    box-sizing: content-box;
    transition: .3s;
}
.home-news-item a:hover .home-news-text h3{
  color: #14428e;
}
.home-news-text p{
  font-size: 14px;
    color: #666;
    line-height: 24px;
}
.home-news-text span{
  display: block;
  width: 28px;
    height: 14px;
    background-size: cover;
    margin-top: 24px;
    position: relative;
    left: 0;
    transition: left 0.3s;
}
.home-news-item a:hover .home-news-text span{
  left: 10px;
}
/*news end*/