.imgBox {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 0px;
}
.imgBox>img {
  width: 100%;
  height: 348px;
  margin: 0 auto;
  z-index: 1;
  display: block;
}
.imgBox2 {
  position: absolute;
  z-index: 2;
  width: 1078px;
  top: 96px;
}

.imgBox2>img {
  width: 510px;
}

.imgBox2>.img2 {
  margin-left: 45px;
}


/* 科研概况 */
.science_survey {
    margin-top: 23px;
    padding-bottom: 49px;
}
.science_survey .fl{
    width: 600px;
}
.science_survey>img{
    width: 554px;
}

.science_survey .fl h3{
    position: relative;
    font-size: 24px;
    color: #333;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.science_survey .fl h3::before{
    content: "";
    width: 118px;
    height: 16px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.science_survey .fl p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-top: 20px;
}
.science_survey .fl p img{
   float:left;
}

/* 科研信息 */
.science_msg{
    background-color: #f4faf8;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 66px;
}
.science_title{
    width: 100%;
    position: relative;
}
.science_title p{
    position: relative;
    font-size: 24px;
    color: #333;
    height: 36px;
    line-height: 36px;
    /* margin-top: 60px; */
    font-weight: bold;
}

.science_content{
    margin-top: 40px;
}
.science_imgbox{
    width: 520px;
    height: 388px;
    overflow: hidden;
    position: relative;
}
.science_imgbox a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.science_imgbox img{
    width: 100%;
}
.science_imgbox p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    line-height: 66px;
    /* text-align: center; */
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.76);
    padding-left: 20px;
    padding-right: 20px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}






















