.items-container {
    margin-bottom: 20px;
}

.items-container .item-h {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    margin: 0;
    padding: 25px 0;
}

.item-h__link {
    display: block;
    width: 100%;
    text-align: center;
}
.item-h:not(:last-of-type):after {
    content: "";
    width: 1px;
    height: 80px;
    border-left: 1px solid #ddd;
}

.item-h__link > i.iconfont {
    font-size: 70px;
    color: #006838;
}


.item-h__link > .name {
	font-weight: 600;
    font-size: 25px;
    color: #555;
    margin-top: -10px;
}

.item-h__link:hover .name {
    color: #006838;
}

@media screen and (max-width: 786px) {
    .item-h__link {
        padding: 8px 0;
    }

    .item-h__link > i.iconfont {
        font-size: 50px;
    }

    .item-h__link > .name {
        font-size: 16px;
    }
}

/*新闻动态 */

.blog-post {
    margin-bottom: 0;
}

.blog-post-image .img-fluid {
    width: 100% !important;
    height: 280px;
}

.bg-stripe {
    height: 280px;
    background: url("../../style/images/pattern.png") center center;
    background-color: #006838;
}

.bg-stripe .news-list span {
    color: #fff;
}

.bg-stripe .dt-1, .bg-stripe .dt-1 a, .bg-stripe .dt-1 i.text-primary {
    color: #fff !important;
}

.bg-stripe .dt-1 .rq {
    color: #fff;
}

.bg-stripe .btn-more {
    border-color: #fff;
    color: #fff;
}


.row-custom {
    display: block;
    padding-bottom: 24px;
}

.row-custom [class *=col-] {
    float: left;
}

.left-block {
    float: left !important;
}

.right-block {
    float: right !important;
}

.block-hd {
    display: flex;
    height: 100px;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
}


.block-title {
    font-size: 30px;
    color: #006838;
    margin: 0;
    font-weight: normal;
}

.section-title {
    margin-bottom: 0;
}

.news-list {
    padding: 30px 0;
}

@media only screen and (max-width: 786px) {
    .block-hd {
        height: 90px;
        padding-top: 5px;
    }

    .dt-1 .rq {
        font-size: 14px;
    }
    .item-h:after {
        height: 50px !important;
    }
    .item-h:nth-child(3n):after {
        border-left-width: 0;
    }

    .block-title {
        font-size: 24px;
    }
}


/*公告栏*/
.info-section {
    padding-top: 70px;
    padding-bottom: 55px;
    /*background-color: rgb(218 247 200 / 40%);*/
}

.info-item {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    height: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
    background-color: #d7e9d3;
}

.info-item .iconfont {
    font-size: 32px;
    color: #006838;
}

.info-item__name {
    font-size: 18px;
    color: #006838;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .info-item {
        height: 120px;
    }


    .home_department .icon-pudong:before {
        font-size: 30px;
    }

    .col-6:nth-of-type(2n + 1) .info-item {
        margin-right: -8px;
    }

    .col-6:nth-of-type(2n) .info-item {
        margin-left: -8px;
    }

    .info-section {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

ul, li {
    list-style: none;
    padding: 0;
}

.ky-wrap {
    /*background-color: #dadadb69;*//*方案一*/
	background-color：#ffffff;/*方案一*/
}

.home_department, .home_subject {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ky-tabs, .subject-tabs {
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 2px solid #aaabab;
}

.tabs-content .icon {
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 45px;
    margin: 35px auto 15px;
    transform: rotate(45deg);
    background-color: #dadadb;
}

.tabs-content .icon .icon-pudong {
    transform: rotate(315deg);
    display: block;
    color: #006838;
}

.tab-item {
    padding: 10px 0;
    float: left;
    position: relative;
    cursor: pointer;
    color: #000000a8;
	font-weight: bolder;
}

.tab-item:not(:last-of-type) {
    margin-right: 40px;
}

.r-row {
    margin-left: -15px;
    margin-right: -15px;
}

.tab-item.current {
    color: #006838;
}

.subject .tab-item {
    color: #777;
}

.subject .tab-item.current {
    color: #006838;
}

.ks-item-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ks-item-link h4 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #006838;
	font-weight: bolder;
}

.tab-item.current:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: currentColor;
}

.xk-wrap {
    position: relative;
    background: url("../images/skyline.png") center bottom no-repeat;
    background-size: contain;
}

.xk-wrap .block-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(205, 251, 236, 0.6);
}

.xk-wrap .container {
    position: relative;
    z-index: 10;
}

/*.subject {*/
/*    background-color: rgb(205 251 236 / 44%);*/
/*}*/

.subject .item {
    display: block;
    padding: 20px 30px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.36);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.subject .item .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #b8b8b8;
}
.subject .item .hd .more {
    display: flex;
    justify-content: center;
    width: 42px;
    height: 28px;
    line-height: 27px;
    color: #fff;
    background-color: #006838;
}
.subject .item h3 {
    font-size: 16px;
    color: #575554;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.subject p.desc {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #727171;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 768px) {
    .tabs-content .icon {
        width: 50px;
        height: 50px;
        padding: 10px 12px;
        margin: 14px auto;
        border-radius: 10px;
    }

    .ks-item-link h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .home_subject, .home_department {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .home_subject .item {
        padding: 15px 15px;
        margin-bottom: 15px;
    }

    .home_subject .item h3 {
        font-size: 15px;
    }

    .subject .item .hd .more {
        width: 30px;
        height: 18px;
        line-height: 17px;
        background-color: #006838;
    }

    .col-6:nth-of-type(2n + 1) .item {
        margin-right: -8px;
    }

    .col-6:nth-of-type(2n) .item {
        margin-left: -8px;
    }

    .owl-carousel .owl-dots {
        display: none;
    }
}

.research-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
}

.research {
    width: 390px;
    height: 622px;
    background: url("../../style/images/bg-research.jpeg") no-repeat center;
    background-size: cover;
    padding: 50px 85px 65px 40px
}

.education {
    position: absolute;
    width: 398px;
    height: 590px;
    padding: 50px 55px 65px 60px;
    left: 0;
    top: 70px;
    background: url("../../style/images/bg-education.jpeg") no-repeat center;
    background-size: cover;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
    color: #004a98;
}

.innovate {
    position: absolute;
    width: 365px;
    height: 601px;
    padding: 50px 55px 65px 60px;
    left: 0px;
    top: 0px;
    background: url("../../style/images/bg-innovate.jpeg") no-repeat center;
    background-size: cover;
}

.r-title {
    background: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-bottom: 14px;
}

.r-list {
    margin-bottom: 30px;
}

.r-list a {
    color: #fff;
    font-size: 16px;
}

.education .r-title, .education a {
    color: #006838;
    border-color: #006838;
}

.r-list__item {
    margin-bottom: 8px;
}

.r-list__item .icon-pudong {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.r-dynamic {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.r-dynamic .sub-title {
    color: #fff;
    font-size: 16px;
}

.r-dynamic-item {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.r-dynamic-item > p {
    margin-bottom: 0;
    font-size: 15px;
}

.one-txt-cut {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.r-dynamic-item:hover {
    color: #99d174;
}

.education .r-dynamic {
    border-color: #006838;
}

.education .r-dynamic .sub-title {
    color: #006838;
}

@media (max-width: 768px) {
    .research-wrap {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .r-list__item {
        width: 50%;
    }

    .r-list__item {
        float: left;
    }

    .r-item-box {
        position: static;
        width: 100%;
        height: 500px;
        margin-bottom: 15px;
        padding: 40px;
    }
}
