@charset "utf-8";
.news-page {
  height: 100vh;
  background-color: #f2f2f2;
}
.news-page .common-title{
  margin-top: 5.2rem;
  font-size: 1.8rem;
  color: #024671;
}
.news-page .imgsine{  width: 100%;}

.tab1 > div:first-child {
  width: 100%;
  height: 19.4rem;
  background: #fff;
  position: relative;
  top: 6rem;
  margin-bottom: 7rem;
}
.tab1 .img {
  width: 33rem;
  height: 22rem;
  float: left;
  position: relative;
  top: -2.6rem;
  background: #fff;
  overflow: hidden;
}
.tab1 .img img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
}
.tab1 .rr {
  height: 100%;
  margin-left: 32rem;
  padding: 3.6rem 3rem;
  position: relative;
}
.tab1 .rr h3 {
  font-size: 1.1rem;
  color: #1C394E;
  margin: 0 auto 1.4rem;
  position: relative;
  z-index: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 1.5rem;
  text-overflow: ellipsis;
  font-weight: bold;
}
.tab1 .rr p {
  font-size: .875rem;
  color: #000;
  line-height: 1.5rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  max-height: 6.6rem;
  overflow: hidden;
  margin-bottom: 2.6rem;
}
.tab1 .rr span {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.55rem;
  background: #FE0000;
  position: absolute;
  bottom: 3.8rem;
  right: 10%;
  border-radius: 1.25rem;
  width: 7.4rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
}

/*  */
.tab1 ul {
  overflow: hidden;
  clear: both;
  padding-top: 0rem;
  width: 100%;
}
.tab1 ul li {
  border-bottom: 1px #B9B9B9 solid;
  padding: 2rem 0 1.2rem 0rem;
  color: #333333;
  display: flex;
  width: 100%;
}
.tab1 ul li b {
  width: 6.8rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  vertical-align: top;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.tab1 ul li .text {
  flex: 1;
  display: inline-block;
  width: 50rem;
}
.tab1 ul li h5 {
  font-size: 1rem;
  color: #004169;
  margin: 0;
  line-height: 2rem;
  font-weight: normal;
  margin-bottom: 1.1rem;
}
.tab1 ul li p {
  font-size: .875rem;
  color: #000;
}
.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab1 ul li a {
  width: 7rem;
  color: #FE0000;
  font-size: 0.85rem;
  font-weight: normal;
  vertical-align: top;
  text-align: right;
  flex-shrink: 0;
  /* flex: 1; */
}
.content-view {

}

/*  */
/* 每个页面 footer 上的缺口颜色不同 */
footer .footer-arr{
  background: url('../assets/footer_bg_arr_2.png')no-repeat ;
  background-size: 2.85rem 1.15rem;
  background-position: left top;
}