p,h4,ul,li{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
button{
  outline: none;
  cursor: pointer;
}
/** bannar **/
.news-intro{
  width: 100%;
  height: 400px;
  position: relative;
  background: url('../img/news-bannar.png') no-repeat center/cover;
}
.intro__main{
  width:189px;
  height:47px;
  position: absolute;
  left:50%;
  top:146px;
  margin-left: -94px;
}
.intro__small{
  width:264px;
  height:30px;
  font-size:22px;
  color:rgba(255,255,255,1);
  line-height:30px;
  position: absolute;
  left:50%;
  top:226px;
  margin-left: -132px;
}
.intro__small::after{
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  height: 1px;
  width: 54%;
  left: 23%;
  top: -14px;
}

/** 新闻列表 **/
.news-tabs{
  height: 55px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.news-tabs__wrap{
  width: 582px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  display: flex;
  justify-content: space-between;
}
.tab-item{
  width: 111px;
  height: 54px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  line-height: 54px;
  text-align: center;
}
.tab-item.active{
  background-color: rgba(204, 42, 33, 1);
  color: #fff;
}

.news-content{
  overflow: hidden;
  background-color: #fff;
  padding-top: 50px;
  min-height: 520px;
  position: relative;
}
.news-item{
  display: flex;
  height: 258px;
  align-items: center;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  width: 1103px;
  margin: 0 auto;
  cursor: pointer;
}
.news-item:last-child{
  border: none;
}
.news-item .img {
  width: 366px;
  height: 204px;
  margin-left: 55px;
  flex: none;;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-item .dynamic{
  width: 683px;
  flex: none;
}
.dynamic .title{
  width:654px;
  height:28px;
  font-size:20px;
  color:rgba(51,51,51,1);
  line-height:28px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.dynamic .desc{
  width:683px;
  font-size:14px;
  color:rgba(102,102,102,1);
  line-height:22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 32px;
}
.dynamic .time{
  width:654px;
  height:22px;
  font-size:14px;
  color:rgba(102,102,102,1);
  line-height:22px;
  margin-top: 18px;
}
.el-pagination{
  display: inline-block;
}
.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination .el-pager li {
  height: 34px;
  width: 34px;
  padding: 0;
  line-height: 34px;
}
.el-pager .more::before{
  line-height: 34px;
}

.pagination{
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination .tip{
  width:104px;
  height:20px;
  font-size:14px;
  color:rgba(153,153,153,1);
  line-height:20px;
  margin: 12px auto 0;
  display: block;
  text-align: center;
}
.news-content .nodata{
  height: 204px;
  width: 113px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nodata-mack{
  height: 144px;
  width: 113px;
}
.nodata-tip{
  height:28px;
  font-size:20px;
  color:rgba(51,51,51,1);
  line-height:28px;
  margin-top: 32px;
}

/* 新闻稿 */
.detail-top{
  padding-top: 80px;
  width: 740px;
  margin: 0 auto;
}
.detail-top .top-link{
  width:64px;
  height:22px;
  font-size:16px;
  color:rgba(51,51,51,1);
  line-height:22px;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.top-link::after{
  content: "";
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent rgba(204,42,33,1) transparent transparent;
  position: absolute;
  left: 0;
  top: 7px;
}
.detail-top .top-title{
  margin-top: 40px;
  font-size:34px;
  font-weight:500;
  color:rgba(51,51,51,1);
}
.detail-top .top-time{
  margin-top: 24px;
  height: 20px;
  font-size: 14px;
  color: rgba(153,153,153,1);
  line-height: 20px;
  display: block;
}
.detail-middle{
  width: 740px;
  margin: 0 auto;
  min-height: 600px;
  margin-top: 26px;
  padding-bottom: 80px;
}

.detail-middle img {
  width: 100%;
}

.pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #CC2A21;
}
