.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: 113px;
    padding-bottom: 119px;
}
.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: 50px;
    height: 16px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.science_survey .fl p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 40px;
}
.science_survey .fl .look_more{
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #4b9a7b;
    line-height: 38px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #4b9a7b;
    margin-top: 40px;
}
.science_survey .fl .look_more::before{
    content: "";
    display: block;
    width: 62px;
    height: 1px;
    background-color: #4b9a7b;
    position: absolute;
    left: 108px;
    top: 20px;
}
.science_survey .fl .look_more::after{
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #4b9a7b;
    position: absolute;
    left: 164px;
    top: 20px;
    transform-origin: right center;
    transform: rotate(30deg);
}

/* 科研信息 */
.science_msg{
    background-color: #f4faf8;
    width: 100%;
    padding-top: 50px;
    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_title::before{
    content: "";
    width: 50px;
    height: 16px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.science_title a{
    display: block;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 1px;
    right: 2px;
    box-sizing: border-box;
    border: 2px solid #4b997a;
    text-align: center;
    line-height: 30px;
    color: #4b997a;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}

.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;
}
/* .science_imgbox p:hover{
    color: #4b997a;
} */
.science_list{
    width: 680px;
    height: 388px;
    padding: 44px 40px;
    box-shadow: 4px 4px 16px -10px rgba(51, 51, 51, 0.2),0px -4px 16px -10px rgba(51, 51, 51, 0.2);
    background-color: #fff;
}
.science_list li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e2efea;
}
.science_list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.science_list li p{
    float: left;
    font-size: 16px;
    color: #000;
    width: 460px;
    height: 100%;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.science_list li span{
    float: right;
    display: block;
    width: 96px;
    height: 100%;
    font-size: 16px;
    color: #b2b2b2;
}
.science_list li:hover p{
    color: #4b997a;
}
.science_list li:hover span{
    color: #4b997a;
}



/* 学科建设·重点学科+科研平台 */
.subject_platform{
    margin-top: 97px;
}

.subject_platform h3{
    width: 100%;
    position: relative;
}
.subject_platform h3 p{
    position: relative;
    font-size: 24px;
    color: #333;
    height: 36px;
    line-height: 36px;
}
.subject_platform h3::before{
    content: "";
    width: 100px;
    height: 16px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.subject_platform .fl{
    width: 1200px;
    padding-left: 40px;
}
.subject_platform .fl,.subject_platform .fr{
    
    padding-top: 38px;
    box-shadow: 4px 4px 16px -8px rgba(51, 51, 51, 0.2),-4px -4px 16px -8px rgba(51, 51, 51, 0.2);
    border-bottom: 6px solid #4b9a7b;
}
.subject_platform .fr{
    width: 560px;
    padding-left: 30px;
}
.subject_platform .fl .classify{
     height: 140px; 
    margin-left: -60px;
    width: 1200px;
    overflow: hidden;
    margin-top: 40px;
}
.subject_platform .classify li{
    width: 100px;
    height: 114px;
    display: inline-block;
    margin-left: 40px;
    /* margin-top: 40px; */
    margin-bottom: 40px;
}
.subject_platform .classify li img{
    width: 80px;
    margin-left: 10px;
    display: block;
}
.subject_platform .classify li p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 14px;

    white-space: nowrap;
}

.subject_platform .fr h3::before{
    width: 50px;
} 
.subject_platform .fr .list{
    width: 494px;
    /* padding-right: 42px; */
    height: 295px;
    margin-top: 25px;
    overflow: hidden;
}

.subject_platform .fr .list .mCSB_container{
    margin-right: 42px !important;
}
.subject_platform .list li{
    width: 100%;
    height: 61px;
    line-height: 60px;
    border-bottom: 1px solid #e2efea;
    /* margin-right: 42px; */

    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    color: #000; */
}
.subject_platform .list li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    color: #000;
}
.subject_platform .list li:first-child{
    border-top: 1px solid #e2efea;
}

/* 科研项目+科研成果 */
.science_box{
    width: 100%;
    /* background-color: #f4faf8;*/
    margin-top: 100px;
    padding-top: 64px;
    padding-bottom: 72px;
}
.science_box_bg{
    position: absolute;
    width: 100%;
    height: 575px;
    background-color: #f4faf8;
    z-index: -1;
    margin-top: -60px;
}
.project_achievement h3{
    width: 100%;
    position: relative;
}
.project_achievement h3 p{
    position: relative;
    font-size: 24px;
    color: #333;
    height: 36px;
    line-height: 36px;
}
.project_achievement h3::before{
    content: "";
    width: 50px;
    height: 16px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.project_achievement .fl{
    width: 620px;
    padding-left: 40px;
}
.project_achievement .fl,.project_achievement .fr{
    background-color: #fff;
    height: 444px;
    padding-top: 32px;
    box-shadow: 4px 4px 16px -8px rgba(51, 51, 51, 0.2),-4px -4px 16px -8px rgba(51, 51, 51, 0.2);
    /* border-bottom: 6px solid #4b9a7b; */
}
.project_achievement .fr{
    width: 560px;
    padding-left: 40px;
}

.project_achievement .fl .list{
    width: 546px;
    height: 310px;
    margin-top: 25px;
    overflow: hidden;
}
.project_achievement .fl .list .mCSB_container{
    margin-right: 42px !important;
}
.project_achievement .list li{
    width: 100%;
    height: 61px;
    line-height: 60px;
    border-bottom: 1px solid #e2efea;

    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    color: #000; */
}
.project_achievement .list li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 50px;
    color: #000;
}
.project_achievement .list li:first-child{
    border-top: 1px solid #e2efea;
}
.project_achievement .list li p{
    float: left;
    font-size: 16px;
    height: 100%;
    width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.project_achievement .list li span{
    font-size: 16px;
    float: right;
    color: #b2b2b2;
    display: block;
}
.project_achievement .fr .achievement{
    /* padding-right: 42px; */
    height: 336px;
    width: 504px;
    margin-left: -24px;
    /* margin-top: 25px; */
    overflow: hidden;
    font-size: 0;
}
.project_achievement .fr .achievement li{
    display: inline-block;
    width: 144px;
    height: 144px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-left: 24px;
    margin-top: 24px;

}
.project_achievement .achievement li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 102px;
    color: #999;
}
.project_achievement .achievement li i{
    display: block;
    width: 100%;
    position: absolute;
    top: 23px;
    left: 0;
    font-size: 58px;
}
.project_achievement .achievement li i.icon-_ruanjianzhuzuoquanzhuanrang{
    font-size: 70px;
    top: 20px;
}
.project_achievement .achievement li p{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.project_achievement .achievement li:hover a{
    color: #4b9a7b;
}

.science_other{
    margin-top: 130px;
    width: 1224px;
    margin-left: -24px;
}
.science_other li{
    float: left;
    width: 282px;
    height: 140px;
    margin-left: 24px;
    background-color: #fff;
    border-bottom: 6px solid #4b9a7b;
    box-shadow: 4px 4px 24px -10px rgba(51, 51, 51, 0.2),-4px -4px 24px -10px rgba(51, 51, 51, 0.2);
    position: relative;
}

.science_other li i{
    display: block;
    height: 100%;
    line-height: 134px;
    width: 134px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #4b9a7b;
    font-size: 50px;
}
.science_other li i.icon-dianzizazhi{
    font-size: 70px;
}
.science_other li i.icon-huaxueshiyan- {
    font-size: 75px;
}
.science_other li h4{
    font-size: 26px;
    color: #333;
    margin-top: 32px;
}
.science_other li span{
    display: block;
    color: #4b9a7b;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 10px;
}

.science_other li a{
  width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 130px;
}
.science_other li{
    transition: all 0.5s;
}
.science_other li:hover{
    transform: translate(0,-5px);
    box-shadow: 4px 4px 24px -10px rgba(51, 51, 51, 0.2),-4px -4px 24px -10px rgba(51, 51, 51, 0.5);
}

/*移动端*/
@media screen and (max-width: 768px){
.imgBox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 0px;
}
.imgBox>img {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
    margin: 0 auto;
    z-index: 1;
    display: block;
}
.imgBox2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 2.8rem;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgBox2>img {
    width: 3rem;
}
.imgBox2>.img2 {
    margin-left: 0.5rem;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: auto;
    margin-right: auto;
}
.science_survey {
    margin-top: 0.5rem;
    padding-bottom: 1rem;
}
h3,h3 p {
    position: relative!important;
    color: #555!important;
    height: 0.55rem!important;
    line-height: 0.55rem!important;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
}
h3::before {
    content: ""!important;
    width: 2.1em!important;
    height: 0.25rem!important;
    background-color: #7fb6a1!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
}
h3 a {
    font-size: 0.24rem!important;
    font-weight: bolder!important;
    border: 0.03rem solid#4b9a7b!important;
    /* padding: 0.03rem 0.2rem!important; */
    line-height: 0.45rem!important;
    color: #4b9a7b!important;
}
.science_survey .fl p {
    font-size: 0.25rem;
    line-height: 1.5;
    color: #333;
    margin-top: 0.4rem;
}
.science_survey .fl {
    width: 100%;
}
.science_survey .fl p {
    font-size: 0.25rem;
    line-height: 1.8;
    color: #333;
    margin-top: 0.3rem;
}
.science_survey .fl .look_more {
    display: block;
    width: 2rem;
    height: 0.7rem;
    border: 1px solid #4b9a7b;
    line-height: 0.7rem;
    position: relative;
    text-align: center;
    font-size: 0.25rem;
    color: #4b9a7b;
    margin-top: 1.4rem;
}
.science_survey>img {
    width: 3.5rem;
    margin-top: -1.5rem;
}
.science_title a {
    display: block;
    width: 1rem;
    text-align: center;
    height: 0.5rem;
    position: absolute;
    top: 0.05rem;
    right: 0;
    box-sizing: border-box;
    border: 2px solid #4b997a;
    text-align: center;
    line-height: 30px;
    color: #4b997a;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.science_msg {
    background-color: #fff;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.science_content {
    margin-top: 0.4rem;
}
.science_imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.science_imgbox p {
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    /* text-align: center; */
    color: #fff;
    font-size: 0.25rem;
    background-color: rgba(0, 0, 0, 0.76);
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.science_list {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding: 0.1rem;
    box-shadow: 4px 4px 16px -10px rgba(51, 51, 51, 0.2), 0px -4px 16px -10px rgba(51, 51, 51, 0.2);
    background-color: #fff;
}
.science_imgbox img {
    width: 100%;
    height: 100%;
}
.science_list li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #e2efea;
}
.science_list li p {
    float: left;
    font-size: 0.2rem;
    color: #000;
    width: 75%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.science_list li span {
    float: right;
    display: block;
    width: 20%;
    height: 100%;
    font-size: 0.2rem;
    color: #b2b2b2;
}
.science_list {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.2rem;
    box-shadow: 4px 4px 16px -10px rgba(51, 51, 51, 0.2), 0px -4px 16px -10px rgba(51, 51, 51, 0.2);
    background-color: #fff;
}
.subject_platform {
    margin-top: 0.6rem;
}
.subject_platform .fl {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.subject_platform .fl, .subject_platform .fr {
    padding-top: 0.3rem;
    box-shadow: 4px 4px 16px -8px rgba(51, 51, 51, 0.2), -4px -4px 16px -8px rgba(51, 51, 51, 0.2);
    border-bottom: 6px solid #4b9a7b;
}
.subject_platform .fl .classify {
    /* height: 320px; */
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 0.4rem;
}
.subject_platform .fl .classify {
    height: 3.8rem;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 0.4rem;
}
.subject_platform .classify li {
    width: 1.55rem;
    height: 1.3rem!important;
    display: inline-block;
    margin-left: 0;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.subject_platform .classify li img {
    width: 1rem;
    margin-left: 0.25rem;
    display: block;
}
.subject_platform .classify li p {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.15rem;
    white-space: nowrap;
}
.science_box {
    width: 100%;
    /* background-color: #f4faf8; */
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
}
.mt12{
  margin-top:1.2rem;
  display:block;
}
.science_box_bg {
    display: none;
}
.project_achievement .fl, .project_achievement .fr {
    background-color: #fff;
    height: auto;
    padding-top: 0.4rem;
    box-shadow: 4px 4px 16px -8px rgba(51, 51, 51, 0.2), -4px -4px 16px -8px rgba(51, 51, 51, 0.2);
    /* border-bottom: 6px solid #4b9a7b; */
}
.project_achievement .fl {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.5rem;
}
.project_achievement .list li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e2efea;
}
.project_achievement .fl .list {
    width: 100%;
    height: 4rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.project_achievement .fl .list .mCSB_container {
    margin-right: 0.4rem !important;
}
.project_achievement .list li p {
    float: left;
    font-size: 0.25rem;
    height: 100%;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.project_achievement .list li span {
    font-size: 0.25rem;
    float: right;
    color: #b2b2b2;
    display: block;
}
.project_achievement .fr {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.project_achievement .fr {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 1rem;
}
.project_achievement .fr .achievement {
    /* padding-right: 42px; */
    height: 5rem;
    width: 100%;
    margin-left: 0;
    margin-top: .4rem;
    overflow: hidden;
    font-size: 0;
}
.project_achievement .fr .achievement li {
    display: inline-block;
    width: 2.5rem;
    height: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.3rem;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}
.project_achievement .achievement li i {
    display: block;
    width: 100%;
    position: absolute;
    top: 0.3rem;
    left: 0;
    font-size: 0.8rem;
}
.project_achievement .achievement li i.icon-_ruanjianzhuzuoquanzhuanrang {
    font-size: 0.9rem;
    top: 0.2rem;
}
.project_achievement .achievement li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 1.3rem;
    color: #999;
}
.science_other {
    margin-top: 1rem;
    width: 100%;
    margin-left: 0;
}
.science_other li {
    float: left;
    width: 50%;
    height: 1.5rem;
    margin-left: 0;
    margin-bottom: 0.2rem;
    background-color: #fff;
    border-bottom: 6px solid #4b9a7b;
    box-shadow: 4px 4px 24px -10px rgba(51, 51, 51, 0.2), -4px -4px 24px -10px rgba(51, 51, 51, 0.2);
    position: relative;
}
.science_other li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 1.5rem;
}
.science_other li h4 {
    font-size: 0.3rem;
    color: #333;
    margin-top: 0.35rem;
}
.science_other li span {
    display: block;
    color: #4b9a7b;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 0rem;
}
.science_other li i {
    display: block;
    height: 100%;
    line-height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #4b9a7b;
    font-size: 0.6rem;
}
.science_other li i.icon-huaxueshiyan- {
    font-size: 1rem;
}
.science_other li i.icon-dianzizazhi {
    font-size: 0.9rem;
}

}





















