.top{
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #DADADA;
  margin-top: 20px;
}
.top h3{
  float: left;
  line-height: 30px;
  height: 40px;
  width: auto;
  border-bottom: 2px solid #B71E21;
  font-size: 22px;
  color: #333;
}
.top .mbx{
  float: right;
  width: auto;
  height: 40px;
  color: #555;
  line-height: 40px;
}
.top .mbx a{
  color: #666;
}


.fanye{
  text-align: center;
  margin-top: 62px;
  margin-bottom: 70px;
}
.fanye a{
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  color: #C02632;
  padding: 15px 10px;
  
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin: 0;
  height: 24px;
  vertical-align: bottom;
  margin-left: -4px;
  line-height: 2px;
  text-align: center;
}
.fanye .first{
  border-left: 1px solid #ddd;
}
.fanye .on{
  color: #fff;
  background-color: #C02632;
}
.fanye a:hover{
  color: #fff;
  background-color: #C02632;
}
.fenlei{
  height: 50px;
  width: 100%;
  text-align: center;
  background-color: #F5F5F5;
  line-height: 50px;
}
.fenlei a{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 46px;
  box-sizing: border-box;
}
.fenlei a:hover{
  color: #B71E21;
  border-bottom: 2px solid #B71E21;
}
.fenlei .on{
  color: #B71E21;
  border-bottom: 2px solid #B71E21;
}
.news{
  width: 1245px;
  margin-left: -22.5px;
  margin-top: 5px;
}
.new{
  float: left;
  width: 370px;
  height: 340px;
  margin: 22.5px;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  padding: 30px;
}
.new .new-t{
  width: 310px;
  height: 210px;
  overflow: hidden;
}
.new .new-t img{
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.new:hover img{
  transform: scale(1.1);
}

.new .new-b p{
  width: 100%;
  height: 50px;
  margin-top: 15px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new .new-b span{
  font-size: 13px;
  color: #777;
}
.new-nr{
  margin-top: 30px;
}
.nr-t {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
}
.nr-t h3{
  line-height: 2;
  font-size: 20px;
  text-align: center;
  font-family: '微软雅黑';
  color: #333;
}
.nr-t p{
  text-align: center;
  line-height: 2;
  font-size: 15px;
  font-family: '微软雅黑';
  color: #949494;
}
.nr-m{

  padding-bottom: 20px;
}
.nr-m p{
  font-size: 16px;
  color: #666;
  font-family: '微软雅黑';
  line-height: 1.8;
}
.nr-m img{
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.fenxiang{
  height: 40px;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.fenxiang p{
  float: left;
  line-height: 40px;
}
.bdsharebuttonbox{
  float: left;
  margin-top: 6px;
}
.nr-b{
  width: 100%;
  height: 50px;
  margin-bottom: 60px;
}
.nr-b .syp,.nr-b .xyp{
  width: 50%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nr-b .syp a,.nr-b .xyp a{
  color: #666;
}
.nr-b .syp{
  float: left;
  text-align: left;
}
.nr-b .xyp{
  float: right;
  text-align: right;
}
