/* 文章 */
.news_list{
  display: flex;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 25px;
}
.sear_about_news{
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 35px;
}
.news_expic{
  width: 20%;
  height: 135px;
  overflow: hidden;
}
.news_contents{
  width: 80%;
  margin-left: 20px;
}
.news_expic img{
  width: 100%;
  height: auto;
}
.news_title{
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  width: 760px;
  overflow: hidden;
  white-space: nowrap;
	text-overflow: ellipsis;
}
.news_fonts{
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.news_time{
  margin-right: 30px;
}
.about_btn{
  display: flex;
}
.sear_about_news{
  width: 16%;
}
.sear_about_news a{
  display: table-cell;
  width: 150px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #838383;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}


/* 组图 */
.box_zutu{
  width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
}
.zutu_list{
  display: inline-block;
  width: 350px;
  height: 250px;
  /* background: red; */
  overflow: hidden;
  position: relative;
  margin-right: 45px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.zutu_list:nth-child(3n+0){
  margin-right: 0;
}
.zutu_list img{
  width: 100%;
  height: auto;
  min-height: 250px;
}
.zutu_num{
  background: #3d3d3d;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 2px;
}
.zutu_title{
  display: inline-block;
  width: 350px;
  background: #3d3d3d;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 5px;
}
/* 弹框 */
#pro_bg{
  height: 100%;
  width: auto;
  background-color: #7b7b7b;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
#pro_detail{
  position: fixed;
  height: 525px;
  width: 850px;
  background-color: #fff;
  top: 20%;
  left: 25%;
  z-index: 501;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
}
.dis_none{
  display:none;
}
.close{
  text-align: right;
  margin: 5px;
}
.icon-x-guanbi:before{
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
}
.content{
  box-sizing: border-box;
  padding: 20px;
  display: flex;
}
.con_imgs{
  width: 100%;
  text-align: center;
}
.con_bigimg{
  width: 480px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}
.con_bigimg img{
  max-height: 100%;
  height: auto;
}
.con_smallimg{
  margin-top: 20px;
  height: 65px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}
.con_smallimg::-webkit-scrollbar {
  height: 14px;
}
.con_smallimg::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #DCDCDC;
}
.con_smallimg::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #FFF;
}
.smallings{
  display: inline-block;
  width: 70px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #eee;
}
.smallings img{
  width: 100%;
  height: 100%;
  min-height: 52px;
}


.fy{
  text-align: center;
}

