/* banner分类 */
.open {
  width: 100%;
  height: auto;
  position: relative;
}
.open .row {
  width: 1200px;
  height: 62px;
  background-color: rgb(255, 255, 255, 0.7);
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -600px;
  top: -62px;
  opacity: 0.7;
}
.open .row ul {
  height: 100%;
  display: flex;
  justify-content: center;
}
.open .row ul li {
  width: 20%;
  height: 100%;
  flex: 1;
  border-right: 1px solid #ffffff;
}
.open .row ul li a {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 62px;
  display: block;
}
.open .row ul li .openA {
  font-weight: bold;
  color: #0062ff;
}
/* 新闻中心 */
.new {
  width: 100%;
  height: auto;
}
.new .row {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
/* 头部 */
.newTit {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #e5e5e5;
}
.newTit p {
  font-size: 22px;
  font-weight: bold;
  float: left;
  margin-top: 33px;
  text-indent: 6px;
}
.newTit_Yc {
  width: auto;
  height: auto;
  float: right;
  margin-top: 40px;
  margin-right: 8px;
}
.newTit_Yc span {
  font-size: 14px;
  color: #999999;
}
.newTit_Yc .span1 {
  color: #487ed4;
}
/* 中部 */
.newBody {
  width: 100%;
  min-height: 300px;
  margin-bottom: 70px;
}
.newBody ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.newBody ul li {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.newBody ul li .p1 {
  width: 60%;
  height: auto;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 56px;
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newBody .cur .p1 {
  color: #487ed4;
}
.newBody ul li .p2 {
  width: auto;
  height: auto;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 56px;
  float: right;
}