     .news_conter {
  padding-top: 40px;
  margin-bottom: 100px;
}
.news_conter .succborder {
  margin: 39px 0 41px 0;
}
.news_conter .news_ctern_info p {
  font-size: 16px;
  color: #777777;
  line-height: 28px;
}
.news_ctern_info img{
  width: 100% !important;
  height: 100%;
  max-height: 651px;
}
.news_conter{
  padding: 0 21px;
}
.news_item{
  transition: .4s;
}

.news_item:hover >a >.news_img>img{
  transform: scale(1.05);
}
.news_img img{
  transition: .4s;
}
.news_tite {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.news_tite h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  color: #eb9d4e;
}
.news_tite p {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.news_tite p i {
  margin-left: 50px;
  display: inline-block;
}
.news_item_wrap {
  display: flex;
  height: 155px;
}
.news_info {
  display: flex;
  flex-direction: column;
  /*flex: 4;*/
  width: 80%;
  float: left;
}
.news_info p:nth-child(1) {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #3d3d3d;
  line-height: 30px;
  margin: 31px 0 0 20px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
}
.news_info p:nth-child(2) {
  font-size: 14px;
  text-align: left;
  color: #777777;
margin-bottom: 31px;
  margin-top: 25px;
  padding-left: 20px;
  display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow: hidden;

}
.news_info_p {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 20%;
  float: right;
}
.news_info_p p:nth-child(1) {
  display: inline-block;
  font-size: 30px;
  color: #999999;
  line-height: 34px;
  margin: 31px 20px 0 0;
}
.news_info_p p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  margin: 10px 0;
}
.news_info_p span {
	display: inline-block;
  width: 31px;
  height: 11px;
  background: url(/static/home/images/hover_youjiantou.png) center center no-repeat;
  margin: auto;
  color: rgba(0,0,0,0);
}
.new_box{
  margin-top: 40px;
}
.new_box .col-md-6{
  margin: 0;
  padding: 0;
}
.news_item {
  margin-bottom: 40px;
  border: 1px solid #fff;
  margin-right:40px ;
  box-shadow: 0px 2px 6px 0px rgba(52,42,42,0.1);
  overflow: hidden;
}
.new_box div:nth-child(even) .news_item{

  margin-right:0px ;

}
.new_box div:nth-child(2) .news_item{
  margin-right:0 ;
}
.news_item a:hover {
  color: #eb9d4e;
}
.news_item a:hover .news_info p:nth-child(1) {
  color: #eb9d4e;
  
}
.news_item a:hover .news_info_p p:nth-child(1) {
  color: #eb9d4e;
}
.news_item a:hover .news_info_p p:nth-child(2) {
  color: #eb9d4e;
}
.news_item:hover .news_info_p span{
  /* background: url(/static/home/images/hover_selected.png); */
  width: 31px;
  height: 11px;
  background-size: 100% 100%;
}
.news_item .news_img{
	  width: 100%;
  height: 213px;
overflow: hidden;
}
.news_item .news_img img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
}

