/* 手机搜索 */

.nav_link_input {
    background-color: #028465;
    border: 1px solid #028465;
    width: 150px;
    height: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 20px 0 10px 20px;
    color: #ddd;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

.title.col {
    flex-direction: column;
}

.title .title-left {
    display: flex;
    align-items: center;
}

.title .title-left img {
    width: 33px;
    height: 33px;
    margin: 0 10px;
}

.title .title-left span {
    font-weight: 600;
}

.title .title-right {
    display: block;
    color: #028477;
    white-space: nowrap;
}

.title.col .title-right {
    margin-top: 15px;
}

.title .white {
    color: #fff;
}

@media screen and (max-width: 780px) {
    .title .title-left img {
        width: 25px;
        height: 25px;
        margin: 0 5px;
    }
}


/* 新闻动态 通知公告 */

.news-notice {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.news-notice .news-notice-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news {
    width: 53%;
}

.news .newscon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 350px;
}

.news .newscon .news-left {
    display: block;
    width: 46%;
    height: 100%;
}

.news-left .news-img {
    width: 100%;
    height: 68%;
}

.news-left .news-img-bottom {
    padding: 0 15px 38px 15px;
    background-color: #fff;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.news-left .news-img-bottom .news-left-date {
    width: fit-content;
    padding: 0px 6px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 33px;
    background: linear-gradient(to bottom, #00c180, #039a9e);
    transform: translate(0, -50%);
}

.news-left .news-img-bottom .news-left-info {
    color: #028461;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-right {
    width: 50%;
}

.news-right a {
    display: block;
}

.news-right a li {
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #eaeded;
}

.news-right a:nth-child(1) li {
    margin-top: 0;
}

.news-right .newsRightData {
    text-align: right;
    margin-right: 10px;
}

.news-right .newsRightData div:nth-child(2) {
    margin-top: 3px;
    color: #028461;
    font-weight: 600;
    white-space: nowrap;
}

.news-right .newsRightData .date-line {
    float: right;
    width: 15px;
    height: 1px;
    background-color: #028461;
}

.news-text {
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-right a:hover .news-text {
    color: #028461;
}

.notice {
    width: 43%;
}

.notice a li {
    display: flex;
    margin-top: 15px;
}

.notice a:nth-child(1) li {
    margin-top: 0;
}

.notice-date {
    padding: 13px 11px;
    margin-right: 15px;
    background: url(../images/noticebg.png) no-repeat center;
    background-size: 100% 100%;
}

.notice-date div:nth-child(1) {
    font-weight: 600;
}

.notice-date div:nth-child(2) {
    margin-top: 5px;
    text-align: center;
}

.notice-right {
    position: relative;
    flex: 1;
    border-bottom: 1px solid #cce6dd;
}

.notice-right .text-circle {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #028458;
    border-radius: 4px;
    background-color: #fff;
}

.notice a li:hover .notice-date {
    background-image: url(../images/noticebg-active.png);
}

.notice a li:hover .notice-date div {
    color: #fff;
}

.notice a li:hover .news-text {
    color: #028461;
}

@media screen and (max-width: 780px) {
    .news-notice {
        padding-top: 0;
    }

    .news-notice .news-notice-box {
        display: block;
    }

    .news {
        width: 100%;
    }

    .news .newscon {
        display: block;
        height: auto;
    }

    .news .newscon .news-left {
        width: 100%;
        height: 320px;
    }

    .news-left .news-img-bottom {
        padding: 0 15px 20px 15px;
    }

    .news .newscon .news-right {
        width: 100%;
        margin-top: 15px;
    }

    .notice {
        width: 100%;
    }
}


/* 科研活动 学术进展 */

.research {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background: #eff1f1;
    height: 550px;
}

.research .research-title {
    position: absolute;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    width: calc(50% + 600px);
    padding-right: calc(50% - 600px);
    background: #4baf8f;
    transform: translateY(-50%);
}

.research .research-title .title {
    width: fit-content;
    padding-left: 60px;
    padding-right: 60px;
    cursor: pointer;
}

.research .research-change {
    flex: 1;
    text-align: right;
}

.research .research-change img {
    width: 15px;
    height: 23px;
    margin: 0 15px;
    object-fit: contain;
}

.research .title.active {
    background: #eaa202;
}

.research .researchbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

.research .research-box {
    width: 100%;
    position: absolute;
    top: 130px;
    left: calc(50% - 600px);
    z-index: 9;
    width: 1200px;
}

.research .research-con {
    display: flex;
    width: 100%;
}

.research .research-con.active {
    display: none;
}

.research .research-con a {
    display: block;
    width: 24%;
    margin: 0 12px;
    background-color: #fff;
}

.research .research-con a li {
    width: 100%;
}

.research .research-con a .reimg {
    width: 100%;
    height: 220px;
}

.research .research-con a .reabstract {
    height: 58px;
    padding: 20px 15px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.research .research-con a .redate {
    padding: 15px;
    color: #028461;
    line-height: 2;
}

@media screen and (max-width:780px) {
    .research {
        height: fit-content;
    }

    .research .research-title {
        width: 100%;
        padding-right: 0;
    }

    .research .research-title .title {
        padding-left: 35px;
        padding-right: 35px;
    }

    .research .research-change img {
        margin: 0 5px;
    }

    .research .researchbg {
        display: none;
    }

    .research .research-box {
        position: static;
        padding-top: 130px;
        padding-bottom: 30px;
        width: 100%;
    }

    .research .research-con {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:780px) and (min-width:600px) {
    .research .research-con a {
        width: 45%;
        margin: 0 15px 20px 15px;
    }
}

@media screen and (max-width:600px) {
    .research .research-con {
        justify-content: center;
    }

    .research .research-con a {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 430px) {
    .research {
        margin-top: 0;
    }

    .research .research-title {
        position: static;
        display: block;
        transform: translateY(0);
    }

    .research .research-title .title {
        width: 100%;
    }

    .research .research-change {
        padding: 10px 10%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .research .research-box {
        padding-top: 50px;
    }
}


/* 学术讲座 */

.lecture {
    padding-top: 20px;
    padding-bottom: 40px;
}

.lecture .lecture-con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lecture .lecture-arrow {
    width: 25px;
    margin: 0 25px;
    object-fit: contain;
}

.lecture .lecture-center {
    width: 1200px;
}

.lecture .lecture-center>ul {
    display: flex;
}

.lecture .lecture-center>ul a {
    display: block;
    width: 32%;
    margin: 0 10px;
    padding: 15px 25px 38px 25px;
    border-top: 2px solid #028458;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.lecture .lectitle {
    padding: 20px 0;
    color: #028461;
    line-height: 1.5;
    border-bottom: 1px solid #e3e5e5;
}

.lecture .leccon>div {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.lecture .leccon img {
    height: 17px;
    width: 17px;
    margin-right: 7px;
    object-fit: contain;
}

.lecture .leccon img.white-icon {
    display: none;
}

.lecture .lecture-center>ul a .leccon .lectext {
    line-height: 1.5;
}

.lecture .lecture-center>ul a:hover {
    border: 0;
    background: url(../images/lecturebg.png) no-repeat center;
    background-size: cover;
}

.lecture .lecture-center>ul a:hover .lectitle {
    color: #fff;
}

.lecture .lecture-center>ul a:hover .leccon .lectext {
    color: #fff;
}

.lecture .lecture-center>ul a:hover .leccon img.grey-icon {
    display: none;
}

.lecture .lecture-center>ul a:hover .leccon img.white-icon {
    display: inline-block;
}

@media screen and (max-width:780px) {
    .lecture .lecture-arrow {
        width: 15px;
        margin: 0 5px;
    }

    .lecture .lecture-center {
        width: 95%;
    }

    .lecture .lecture-center>ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lecture .lecture-center>ul a {
        width: 100%;
        margin-bottom: 15px;
    }

    .lecture .leccon img {
        margin-right: 5px;
    }
}


/* 快捷入口 */

.entrance {
    width: 100%;
    background: url(../images/entrancebg.png) no-repeat center;
    background-size: cover;
}

.entrance .entrance-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.entrance .entrance-box .entrance-item {
    display: block;
    width: 25%;
    padding: 100px 0;
    text-align: center;
}

.entrance .entrance-box a {
    display: inline-block;
    width: 45%;
    /* padding: 100px 0;
    text-align: center; */
}

.entrance .entrance-line {
    height: 88px;
    width: 2px;
    background-color: #96a5a5;
}

.entrance .entrance-box a .entrance-img {
    width: 120px;
    /* width: 40%; */
    height: 120px;
    margin: 0 auto;
    text-align: center;
}

.entrance .entrance-box a .entrance-img img {
    object-fit: contain;
}

.entrance .entrance-box a .entrance-img .entrance-img-green {
    display: none;
}

.entrance .entrance-box a .entrance-text {
    margin-top: 20px;
}

.entrance .entrance-box a:hover .entrance-text {
    color: #028458;
}

.entrance .entrance-box a:hover .entrance-img .entrance-img-grey {
    display: none;
}

.entrance .entrance-box a:hover .entrance-img .entrance-img-green {
    display: inline-block;
}

@media screen and (max-width:780px) {
    .entrance .entrance-box .entrance-item {
        padding: 65px 0;
    }

    .entrance .entrance-box a .entrance-img {
        width: 45px;
        height: 45px;
    }
}


/* 人才培养 */

.people {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 45px;
    background: url(../images/peoplebg.png) no-repeat center;
    background-size: 100% 100%;
}

.people .people-con {
    display: flex;
    width: 100%;
}

.people .people-box {
    width: 32%;
    margin: 0 10px;
    padding: 20px 15px;
    background-color: #fff;
}

.people .people-box .people-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #c0c9c9;
}

.people-slide-content {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.people-slide-content a {
    width: 100%;
}

.people-slide-content li {
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
}

.people-slide-content li:first-child {
    z-index: 1;
    opacity: 1;
}

.people-slide-content li img {
    height: 220px;
}

.people-slide-content li .people-txt {
    width: 90%;
    height: 136px;
    margin: 0 auto;
    padding: 10px;
    background: #f2f2f2;
    transform: translateY(-20px);
}

.people-slide-content li .people-txt .peodate {
    width: fit-content;
    padding: 5px 10px;
    color: #fff;
    background-color: #eaa202;
    border-radius: 10px;
}

.people-slide-content li .people-txt .peotext {
    margin-top: 10px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.people-slide-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20px;
    margin-top: 15px;
}

.people-slide-nav li {
    width: 8px;
    height: 8px;
    background-color: #99cdc8;
    border-radius: 4px;
    cursor: pointer;
    margin: auto 10px;
}

.people-slide-nav li.on {
    width: 20px;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
}

.people-slide-nav li img {
    display: none;
    object-fit: contain;
}

.people-slide-nav li.on img {
    display: block;
}

@media screen and (max-width:780px) {
    .people .people-con {
        display: block;
    }

    .people .people-box {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }
}


/* 党建思政 */

.dang {
    position: relative;
    width: 100%;
    height: 680px;
}

.dang .dang-top {
    width: 100%;
    padding-left: calc(50% - 600px);
    background: url(../images/dang-top.png) no-repeat center;
    background-size: 100% 100%;
}

.dang .dang-top .title {
    position: relative;
    z-index: 9;
    width: 1200px;
}

.dang .dangbg {
    position: absolute;
    top: 15px;
    left: calc(50% - 760px);
    height: 590px;
}

.dang .dang-con {
    position: absolute;
    top: 160px;
    left: calc(50% - 600px);
    display: flex;
    width: 1200px;
    background-color: #fff;
}

.dang .dang-con .dang-left {
    width: 60%;
    padding: 10px 30px 30px 30px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

.dang-left ul a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ccdfd6;
}

.dang-left ul a li {
    display: flex;
    align-items: flex-start;
}

.dang-left ul a li .dang-date {
    margin-right: 15px;
}

.dang-left ul a li .dang-date div {
    color: #028461;
    white-space: nowrap;
    text-align: center;
}

.dang-left ul a li .dang-date div:nth-child(2) {
    line-height: 1.8;
}

.dang-left .news-text {
    line-height: 1.8;
}

.dang-left ul a li:hover .news-text {
    color: #028461;
}

.dang-right {
    width: 40%;
}

.dang-right .dang-img {
    position: relative;
    width: 100%;
    display: block;
    height: 227px;
}

.dang-right .dang-img .dang-img-text {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 25px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.5);
}

.dang-right .dang-img:hover .dang-img-text {
    display: block;
}

@media screen and (max-width:1200px) and (min-width:780px) {
    .dang .dang-top .title {
        width: 95%;
        margin: 0 auto;
    }

    .dang .dang-top {
        width: 100%;
    }

    .dang .dangbg {
        display: none;
    }
}

@media screen and (max-width:780px) {
    .dang {
        position: static;
        height: fit-content;
    }

    .dang .dang-top {
        padding-left: 0;
    }

    .dang .dang-top .title {
        width: 95%;
        margin: 0 auto;
    }

    .dang .dangbg {
        display: none;
    }

    .dang .dang-con {
        position: static;
        display: block;
        width: 95%;
        margin: 0 auto;
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .dang .dang-con .dang-left {
        width: 100%;
    }

    .dang .dang-con .dang-right {
        width: 100%;
    }
}