.gjhz .article-title{
  position: relative;
  height: 12rem;
  line-height: 12rem;
}
.gjhz .article-title::before{
  content: "";
  position: absolute;
  left: 6rem;
  top: 6rem;
  width: 4px;
  height: 4px;
  background: linear-gradient(297deg, #FDDFDA 0%, #FA9483 100%);
  border-radius: 2px;
  z-index: -1;
}
.gjhz .article-title::after{
  content: "";
  position: absolute;
  right: 5rem;
  top: 20px;
  width: 19px;
height: 19px;
background: linear-gradient( 317deg, rgba(253,223,218,0) 0%, #FA9483 100%);
  border-radius: 10px;
  z-index: -1;
}

.gjhz .box1{
/* background: url(../img/gjhzbg.png) no-repeat bottom;
background-size: contain;
padding-bottom: 2rem; */
position: relative;
}
.gjhzmore{
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  display: block;
  font-size: 2.6rem;
color: rgba(33,33,33,0.8);
  width: 27rem;
height: 6rem;
line-height: 6rem;
text-align: center;
background: rgba(255,255,255,0.8);
border-radius: 1px 1px 1px 1px;
border: 1px solid rgba(42,60,93,0.4);
margin: 4rem auto;
}
.gjhz .box1 .bgimg{
width: calc( 100% + 8rem);
margin: 5rem -4rem 0;
}
.gjhz .box1 .bgimg img{
  width: 100%;
}
/* 国际合作项目 */
.hzxm{
  margin: 2rem auto;
}
.gjhz .article-title.gjhzxm::before{
  left: 20rem;
}
.gjhz .article-title.gjhzxm::after{
  background: linear-gradient( 303deg, rgba(253,223,218,0) 0%, #FA9483 100%);
border-radius: 10px;
  right: 17rem;
}
.hzxm .tab-bars .tab-list .mui-scroll{
  width: 158rem;
}
.hzxm .tab-bars .tab-list .tab-item {
  width: auto;
  margin: 0 3rem;
  padding: 2rem 0;
}
.link-list img{
  width: 100%;
  margin: 4rem auto;
}
.article-name{
  font-size: 3rem;
  font-weight: bold;
color: #333333;
line-height: 8rem;
text-align: center;
}
.tab-bars .tab-list .tab-item.active{
  position: relative;
}
.tab-bars .tab-list .tab-item.active::before{
  content: "";
  width: 10px;
height: 7px;
border-bottom: solid 5px #D6000F;
border-right: solid 5px transparent;
border-left: solid 5px transparent;
/* background: #D6000F; */
border-radius: 0px 0px 0px 0px;
position: absolute;
left: calc(50% - 5px);
bottom: 0;
}
.hzxm .article-text {
  line-height: 5.1rem;
}