@charset "utf-8";

/*轮播图*/
#slide .swiper-pagination {
    bottom: 30px;
}

#slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    opacity: 0.5;
    background: #0E0E0E;
    border-radius: 50%;
}

#slide .swiper-pagination-bullet-active {
    background: #ED6D25;
    opacity: 1;
}

#slide img {
    width: 100%;
}

/*主体*/
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
    font-size: 16px;
}

.title div {
    display: flex;
    align-items: center;
}

.title h2 {
    color: #000;
    font-size: 36px;
    margin: 0 10px;
}

.title a {
    display: inline-flex;
    height: 27px;
    color: #7F89A1;
}

.title a:hover {
    color: var(--varColor);
}

.title-white h2 {
    color: #fff;
}

.title-white a {
    color: #fff;
}

.title-white a:hover {
    color: #ED6D25;
}

.box {
    padding-bottom: 50px;
    box-sizing: border-box;
    background: url(../images/new-bg.png) no-repeat center center;
    background-size: cover;
}

/*工作动态*/
.news {
    margin-right: 352px;
}

#news .img {
    height: 220px;
}

.news-detail {
    color: #666;
    font-size: 15px;
    line-height: 1.5em;
}

.news-detail h3 {
    margin-top: 15px;
    height: 3em;
    line-height: 1.5em;
}

.news-detail h3 a {
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

.news-detail h3 a:hover {
    color: var(--varColor);
    font-weight: bold;
}

.news-detail p {
    margin: 15px 0;
    text-align: justify;
}

/*通知公告*/
.notice {
    width: 328px;
}

.notice ul li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230, 224, 224, 0.6);
}

.notice ul li .date {
    float: left;
    width: 50px;
    color: var(--varColor);
    text-align: center;
}

.notice ul li .date h2 {
    font-size: 30px;
    line-height: 35px;
}

.notice ul li .date h3 {
    font-size: 12px;
}

.notice ul li p {
    margin-left: 65px;
    font-size: 16px;
    line-height: 26px;
}

.notice ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--varColor);
    transition: .5s;
    z-index: 2;
}

.notice ul li:hover:after {
    width: 100%;
}

/*成果展示*/
.achievement {
    padding-bottom: 60px;
    box-sizing: border-box;
    background: #76B0E6 url(../images/cg-bg.jpg) no-repeat center center;
    background-size: cover;
}

.achievement-box {
    overflow: hidden;
}

.ach-img {
    float: left;
    width: 58%;
    height: 511px;
    position: relative;
}

.ach-img .img {
    height: 100%;
}

.ach-img .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 5%;
    background: url(../images/tp-bg.png) no-repeat center bottom;
    background-size: cover;
}

.ach-img .txt p a {
    color: #fff;
    font-size: 25px;
}

.ach-img .txt p a:hover {
    color: orangered;
}

.ach-list {
    float: right;
    width: 40%;
}

.ach-list li {
    height: 118px;
    padding: 30px;
    margin-bottom: 13px;
    background: #FFFFFF;
    border-left: 3px solid var(--varColor);
}

.ach-list li .date {
    float: left;
    text-align: right;
    color: var(--varColor);
    margin-right: 30px;
}

.ach-list li .date h2 {
    font-size: 24px;
}

.ach-list li .date h3 {
    font-size: 14px;
}

.ach-list li p a {
    color: #000;
    font-size: 20px;
}

.ach-list li p a:hover {
    color: var(--varColor);
    text-decoration: underline;
}

/*研究方向*/
.research {
    padding-bottom: 60px;
    box-sizing: border-box;
    background: #F5F5F5 url(../images/research.jpg) no-repeat center center;
    background-size: cover;
}

#research .swiper-slide {
    background: #F5F5F5 url(../images/mask.png) no-repeat right 10px bottom 20px;
    background-size: 96px;
    overflow: hidden;
    transition: .5s;
}

#research .swiper-slide:nth-of-type(2) {
    background-image: url("../images/mask1.png");
}

#research .swiper-slide:nth-of-type(3) {
    background-image: url("../images/mask2.png");
}

#research .swiper-slide:nth-of-type(4) {
    background-image: url("../images/mask3.png");
}

#research .swiper-slide .txt {
    padding: 50px 35px;
    box-sizing: border-box;
}

#research .swiper-slide .txt h2 {
    font-size: 22px;
    height: 3em;
    line-height: 1.5em;
}

#research .swiper-slide .txt h2 a {
    color: #000;
}

#research .swiper-slide .txt h2 a:hover {
    color: var(--varColor);
}

#research .swiper-slide .txt i {
    display: inline-block;
    width: 42px;
    height: 3px;
    margin-top: 10px;
    background: var(--varColor);
}

#research .swiper-slide .txt p {
    color: #666;
    font-size: 16px;
    height: 7em;
    line-height: 1.75em;
    margin: 1em 0 5em;
}

#research .swiper-slide .txt > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: var(--varColor);
    border-radius: 6px;
}

#research .swiper-slide .txt > a:hover {
    background: orange;
}

/*媒体聚焦*/
.media {
    padding-bottom: 60px;
    box-sizing: border-box;
    background: url(../images/mtjj.jpg) no-repeat center center;
    background-size: cover;
}

#media .img {
    height: 300px;
}

#media .txt {
    padding: 20px 38px;
    background: #fff;
}

#media .txt h3 {
    margin-bottom: 10px;
}

#media .txt h3 a {
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

#media .txt h3 a:hover {
    color: var(--varColor);
    text-decoration: underline;
}

#media .txt span {
    color: #666;
    font-size: 16px;
}

/*资源共享*/
.resource {
    height: 847px;
    padding: 20px 0;
    box-sizing: border-box;
    background: url(../images/zygx-bg.jpg) no-repeat center center;
    background-size: cover;
    display: none;
}

.res-list {
    display: flex;
    flex-wrap: wrap;
}

.res-list li {
    width: 32%;
    height: 258px;
    background: #fff;
    position: relative;
    margin: 0 2% 2% 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.res-list li:first-of-type {
    width: 66%;
}

.res-list li:nth-of-type(2),
.res-list li:nth-of-type(5) {
    margin-right: 0;
}

.res-list li a.img {
    width: 326px;
    min-width: 326px;
    height: 217px;
    margin-left: 20px;
    border: 1px solid #C7C7C7;
}

.res-list li .res-detail {
    position: relative;
    margin: 0 30px;
    padding: 0 15px;
    color: #666;
}

.res-list li .res-detail h3 {
    height: 60px;
    line-height: 30px;
}

.res-list li .res-detail h3 a {
    color: #000;
    font-size: 22px;
}

.res-list li .res-detail h3 a:hover {
    color: var(--varColor);
}

.res-list li .res-detail p {
    font-size: 16px;
    height: 69px;
    line-height: 23px;
    margin: 1.5em 0 2em;
}

.res-list li .res-detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 63px;
    background: var(--varColor);
}

.res-list li .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.59);
}

.res-list li .txt h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.res-list li .txt h4 a:hover {
    color: var(--varColor);
    text-decoration: underline;
}
