body{
  background-color: #f9f9f9;
}
.news_active{
  width: 50%;
  height: 100%;
  background-color: #0095ff;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.news_box{
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.news-img{
  width: 156px;
  height: 78px;
  margin-top: 15px;
  margin-left: 22px;
  float: left;
}
.news-title{
  width: 50%;height: 100%;float: right;font-size: 14px;color: #323232;
  float: right;
}
.news_more{
  font-size: 14px;
  color: #323232;
  float: right;
  margin-right: 50px;
  margin-top: 20px;
}
.news-design{
  width: 100%;height: 55px;background-color: #ffffff;margin-top: 20px;border:1px solid #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.designs{
  font-size: 14px;
  color: #0095ff;
  margin-left: 28px;
  margin-top: 25px;
}
.news_border{
  width: 600px;
  height: 400px;
  margin-left: 80px;
  margin-top: 25px;
}
.new_title{
  font-size: 22px;
  color: #323232;
}
.read{
  font-size: 14px;
  float: right;
  margin-top: 10px;
}
.news_content{
  width: 760px;height: 460px;float: left;background-color: #ffffff;border-bottom: 1px solid #d2d2d2;
}
 #query{
          width: 62px;
    height: 32px;
    border-radius: 5px;
    padding: 0px 0px 0px 26px;
    border: 0px;
    outline: none;
    border: 1px solid #d2d2d2;
}

  .Jump{
    width: 40px;
  height: 40px;
  background-color: #ccc;
  color: #404040;
  border: 0px;

  }
.cooperation-select{
  float: left;
  margin-top: 28px;

}
.cooperation-select li{
  width:90px;
  height: 25px;
  margin-left: 6px;
}
.cooperation-select li:first-of-type{
 margin-left: 0px;
}
.designs a{
  color: #0195ff;
}
.designs a:hover{
  color: #0159ff;
}
.design1 a{
  color: #c6c6c6;
}
.design1 a:hover{
  color: #0195ff;
}
.learn1{
  width: 400px;float: right;margin-top: 100px;margin-bottom: 20px;
  display: none;
}
.learn2{
  width: 400px;float: right;margin-top: 100px;margin-bottom: 20px;
  display: none;
}

/*20200729*/
.news_content{
  float: left;background-color: #ffffff;border-bottom: 1px solid #d2d2d2;margin-top: 40px;width: 900px;padding-bottom: 40px;
}

.img-new{height: 220px;
        width: 320px;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        float:left
}


.new_title{
  font-size: 22px;
  color: #323232;width: 350px;height: 30px; overflow: hidden;text-overflow: ellipsis;
        white-space:nowrap;
}
.new-time{width: 320px;height: 20px;margin-top: 10px;}

.new-time p{float: left;font-size: 14px;color: #c6c6c6;line-height: 4px;}
.new-time img{width: 16px;}
.img-responsive{width: 100%}
.read{
  font-size: 14px;
  float: left;
  margin-top: 10px;
}
.new-content{float: left;margin-left: 40px;}
.news_content1{ width:462px;max-height: 120px;font-size: 14px;color: #7d7d7d;margin-top: 20px;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
/*重新定义-webkit私有盒模型*/
-webkit-box-orient: vertical;
/*内容之间的排列顺序，vertical垂直方向排列*/
-webkit-line-clamp: 4;
/*在第几行末尾显示省略号...*/
word-break: break-all;}

