body { 
    background-image: url(../images/bg.jpg);
    background-position: center bottom;
    background-color: #fff;
    background-repeat: no-repeat;
}

.bg-default {
    background: #f8f8f8;
}

.bgc1 {
    background: #5ea198
}

.bgc2 {
    background: #222
}

.bgc3 {
    background: #cf2d27
}

.bgc4 {
    background: #fc6b5d
}

.text-primary {
    color: #0968d1 !important
}

.text-grey {
    color: #888 !important
}

.text-center {
    text-align: center
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.container {
    margin: 0 auto;
    max-width: 1460px
}

.container-lg {
    margin: 0 auto;
    width: 1500px
}

.container-avg {
    margin: 0 auto;
    width: 1500px
}

.mb20 {
    margin-bottom: 20px
}



/* -------- 头部 -------- */
.header-fixed {
    position: fixed;
    z-index: 9999;
}

.header {
    background: rgba(255, 255, 255, .92);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .08);
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.logo {
    width:400px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    margin-top: 17px
}

.logo img {
    height: 50px
}

/* -------- 导航-------- */

.menu {
    width: 900px; 
}

.menu li {
    line-height: 89px;
    position: relative;
    text-align: center
}

.menu .top-level {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

.menu .top-level::after {
    content: '';
    background: #085fcc;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.menu .top-level:hover,
.menu .active {
    color: #085fcc
}

.menu .top-level:hover::after,
.menu .active::after {
    width: 100%
}

.menu .sub-menu {
    background: #fff;
    width: 200%;
    left: -50%;
    display: none;
    position: absolute;
    z-index: 999;
    font-size: 14px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .4)
}

.menu .sub-menu a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: normal;
    font-size: 14px;
}

.menu .sub-menu li:last-child a {
    border: none
}

.menu .sub-menu a:hover {
    color: #085fcc;
}

/* -------- 搜索 -------- */

.search {
    float: left;
    width: 55px;
    height: 90px;
    position: relative
}

.search-btn {
    background: url(../images/search-icon.png) no-repeat center;
    display: block;
    height: 100%;
    width: 100%
}

.search-btn:hover {
    background: url(../images/search-icon-hover.png) no-repeat center
}

.search-form {
    position: absolute;
    width: 250px;
    padding: 20px;
    background: #fff;
    z-index: 999;
    display: none;
    bottom: -70px;
    right: 0;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .4);

}

.web-form-group {
    position: relative
}

.web-form-group .btn {
    position: absolute;
    right: 0;
    top: 0
}

/* -------- 轮播 -------- */
.banner-content {
    position: relative;
    height: 640px;
    background: #e8e8e8;
    margin-top: 90px;
}

.banner {
    width: 100%;
    height: 640px;
    background: #e8e8e8
}

.banner-item {
    height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner-left,
.banner-right {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
    opacity: 0
}

.banner-left {
    background: url(../images/prev-white-s.png) no-repeat center rgba(0, 0, 0, .02);
    left: 24px
}

.banner-right {
    background: url(../images/next-white-s.png) no-repeat center rgba(0, 0, 0, .02);
    right: 24px
}

.banner-left:hover,
.banner-right:hover {
    background-color: #085fcc;
    border-color: #085fcc
}

.banner:hover .banner-right,
.banner:hover .banner-left {
    opacity: 1;
    transition: all .5s
}

.banner-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    margin: 0 4px;
    cursor: pointer
}

.banner .swiper-active-switch {
    background: #085fcc
}

/* 标题 */
.title {
    padding-bottom: 20px;
    margin-bottom: 0px; 
    overflow: hidden;
    position: relative;
}

.title .t {
    font-weight: bold;
    font-size: 24px;
}

.title a {
    color: #888;
    position: absolute;
    right: 0;
    top: 12px;
}

.title a:hover {
    color: #cf2d27;
}

/* 标题 */
.title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.title .t {
    font-weight: bold;
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    color: #0968d1;
}

.title .t::after {
    position: absolute;
    width: 30px;
    height: 6px;
    content: '';
    background: #0968d1;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.title h2 {
    color: #e8e8e8;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: capitalize;
    font-size: 48px;
}

.title a:hover {
    color: #cf2d27;
}

/* 教育项目 */
.edu-projects {
    background-color: #f8f8f8;
    padding: 0px 0;
    overflow: hidden;
}

.edu-projects li {
    padding: 20px;
}

.edu-projects-item {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    background: #fff;
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, .01);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .01);
    text-align: center;
    border-radius: 15px;
    padding: 20px;
}

.edu-projects-item:hover {
    -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, .4);
    box-shadow: 10px 20px 40px rgba(0, 0, 0, .4);
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    -webkit-transition: all .8s;
}

.edu-projects-tit {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.edu-projects-tit h2 {
    font-size: 32px;
    color: #0968d1;
    margin-bottom: 10px;
}

.edu-projects-img {
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 280px;
    position: relative;
}

.edu-projects-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.edu-projects-img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

/* 新闻 */
.inews {
    overflow: hidden;
    padding:40px 0 20px;
    background-image: url(../images/inews-bg.png);
    background-color: #f8f8f8;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.inews-project {
    overflow: hidden;
    padding: 20px 0 20px;
}

.inews li {

    overflow: hidden;
    padding: 20px;
}

.inews-item {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    background: #fff;
    -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, .04);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .04);
    border-radius: 15px;
    padding: 40px;
}

.inews-item:hover {
    -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .2);
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    -webkit-transition: all .8s;
}

.inews-item-tit {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.inews-item-tit h2 {
    color: #0968d1;
    font-size: 24px;
}

.inews-item-tit h2 span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.inews-item-tit a {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #0968d1;
}

.inews-info {
    height: 213px;
    overflow: hidden;
}

.inews-info p {
    margin: 5px 0;
    font-size: 16px;
}

.inews-list-item {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.inews-list-item span {
    color: #888;
    margin-right: 10px;
}

.inews-list-item a {
    font-weight: bold;
}


/* about */
.about-g {
    overflow: hidden;
    padding: 0px 0 40px;
    background: #f8f8f8;
}

.about-g li {
    overflow: hidden;
    padding: 20px;
}

.about-item {
    overflow: hidden;
    position: relative;
    height: 360px;
    border-radius: 15px;
}


.about:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.about img {
    width: 100%;
    height: 100%;
    position: absolute;

}

.about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
}

.about-info {
    overflow: hidden;
    color: #fff;
    padding: 40px;

}

.about-info p {
    margin: 0px 0 20px;
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden;

}



/* -------- 视频 -------- */

.express-fr {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-left: 20px;
}

.express-fr-item {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    height: 400px;
    background: #e8e8e8
}


/* brochure */
.brochure-item a {
    padding: 40px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    border-top: 10px solid #0968d1;
    display: block;
    font-size: 18px;
    -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, .04);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .04);
    height: 150px;
    font-weight: bold;
}

.brochure-item a:hover {
    -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .2);
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    -webkit-transition: all .8s;
}

/* -------- 友情链接 -------- */


.link {
    overflow: hidden;
    padding: 10px 0;
}

.link span {
    font-weight: bold;
    color: #fff;
}

.link a {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.link a::after {
    position: absolute;
    right: -2px;
    height: 12px;
    margin-top: -6px;
    top: 50%;
    content: '';
    width: 1px;
    background: #fff;
}

.link a:last-child:after {
    display: none;
}



/* -------- 网站底部 -------- */
.footer {
    overflow: hidden;
    padding: 40px 0 30px;
    background: #064d9c
}

.footer img {}

.footer-fl {
    width: 85%;
    float: left;
    overflow: hidden;
}

.footer-fr {
    width: 15%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.footer p {
    color: #fff;
    margin-bottom: 10px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #0968d1
}

/* -------- 返回顶部 -------- */
.gotop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    background: #222;
    text-align: center;
    line-height: 45px;
    border-radius: 48px;
    display: none
}

.gotop a {
    display: block
}

.gotop:hover {
    background: #0968d1
}

/* -------- 栏目封面 -------- */
.inner-banner {
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 300px;
    background: url(../images/banner3.jpg) #e8e8e8 center no-repeat;
    margin-top: 90px;
}

.inner-banner h2 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .8);
    background: rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-top: 80px
}

/* -------- 栏目内容-------- */
.inner-g {
    overflow: hidden;
    background: #f8f8f8;
    background-position: top center;
    background-repeat: repeat-x;

    padding: 302px 0 40px;
}

.inner-content {
    background: #fff;
    position: relative;
    padding: 40px;
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .2);
    overflow: hidden;
    min-height: 400px;
}

.inner-container {
    position: relative;
    overflow: hidden;
}

/* -------- 栏目左侧-右侧布局-------- */
.inner-fl {
    overflow: hidden;
    float: left;
    width: 230px;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;

}

.inner-fr {
    overflow: hidden;
    float: right;
    width: 1200px;
    margin-top: 40px;
    border-radius: 15px;
}

/* -------- 子栏目导航（左侧）-------- */
.sidebar {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .02);
    padding: 0 20px;
}

.side-t {
    background: #0968d1;
    font-size: 24px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    font-weight: bold
}

.sidebar .active,
.sidebar a:hover {
    color: #0968d1;
    font-weight: 600
}

.sidebar a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: center
}



/* -------- 子栏目导航（通栏）-------- */

.inner-menu {
    overflow: hidden;
    padding: 30px 0 0px
}

.inner-menu .active,
.inner-menu a:hover {
    background-color: #0968d1;
    border-color: #0968d1;
    color: #fff
}

.inner-menu a {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px
}

/* -------- 当前位置-------- */

.position {
    overflow: hidden;
    background: #f8f8f8;
    padding: 10px 20px;
}

.position .breadcrumb {
    margin: 0;
    padding: 0
}

.position a {
    line-height: 40px;
}

.position .active {
    color: #0968d1
}

/* -------- 文章详情-------- */

.article img {
    padding: 10px 0;
    height: auto !important;
    display: inline-block
}

.article-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px;
    position: relative;
    color: #0968d1
}



.article-bd {
    overflow: hidden;
    line-height: 1.8;
    font-size: 16px;
}



.article-meta {
    margin: 20px 0;
    overflow: hidden
}

.article-meta span {
    padding: 0 8px
}

.article p {
    margin-bottom: 10px;
    overflow: hidden
}

.article-body {
    line-height: 1.8
}

.article-footer {
    overflow: hidden;
    margin: 40px 0 0;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 10px
}

.article-bd h3 {
    border: 1px solid #e8e8e8;
    color: #0968d1;
    margin: 20px 0;
    padding: 10px;
    background: #f8f8f8;


}

.article-prne {
    margin: 40px 0 0;
    overflow: hidden;
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8
}

.article-prne a {
    display: block;
    padding: 10px 0
}

.article-prne a:first-child {
    border-bottom: 1px solid #e8e8e8
}

.article-prne .nomore {
    color: #888
}

/* -------- 页码-------- */

.pagination {
    margin: 20px 0 20px;
    overflow: hidden
}

.pagination ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.pagination li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
    line-height: 36px;
}

.pagination li.active span,
.pagination li a:hover {
    background: #0968d1;
    color: #fff
}

.pagination a,
.pagination span {
    display: block;
    padding: 0 16px;
    border: 1px solid #e8e8e8;
    background: #fff;

}

/* -------- 列表-------- */

.inner-list li {
    padding: 12px 20px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    background: url(../images/inner-list-icon.png) no-repeat left center
}

.inner-list span {
    color: #888;
    position: absolute;
    right: 0
}

.inner-img-list {
    padding: 10px 0;
    overflow: hidden
}

.inner-img-list li {
    padding: 10px;
    overflow: hidden;
    position: relative
}

.inner-img-list a {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: block;
    text-align: center
}

.inner-img-list img {
    width: 100%;
    height: 203px
}

.inner-img-list p {
    padding: 10px
}

/* -------- 领导列表-------- */

.leader-top {
    padding: 40px 10px;
    overflow: hidden;

}

.leader-top-item {
    border: 1px solid #f8f8f8;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;

    height: 362px
}

.leader-top-img {
    width: 271px;
    float: left;
    display: block;
    overflow: hidden;
    height: 100%;

}

.leader-top-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.leader-top-info {
    overflow: hidden;
    display: block;
    float: left;
    width: 587px;
    padding: 40px;
    position: relative;
    height: 100%;
}

.leader-top-info h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #0968d1
}

.leader-top-info p {
    color: #888;
    margin-top: 20px
}

.leader-top-info a {
    position: absolute;
    bottom: 40px
}

.leader-top-info a i {
    margin-left: 5px
}

.leader-top-info h3::after {
    content: '';
    background: #0968d1;
    height: 4px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0
}

.leader-list {
    padding: 10px;
    overflow: hidden
}

.active-nav .leader-list-item {
    background: #0968d1;
    color: #fff;
    border-color: #0968d1
}

.leader-list-item {
    overflow: hidden;
    background: #fff;
    text-align: center;
    border: 1px solid #f8f8f8;
    height: 236px;
    border-radius: 8px;

}

.leader-list-item-img {
    overflow: hidden;
    height: 167px;
    display: block
}

.leader-list-item-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.leader-list-item-info {
    display: block;
    padding: 10px;
    overflow: hidden
}

.leader-list-item-info h4 {
    position: relative;
    padding-bottom: 5px
}

.leader-list-item-info p {
    font-size: 12px
}

.leader:hover .arrow-left,
.leader:hover .arrow-right {
    opacity: .95;

}

/* -------- 师资力量-------- */

.team {
    padding: 30px 0;
    overflow: hidden
}

.team li {
    padding: 10px;
    overflow: hidden
}

.team-item {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff;
    height: 204px
}

.team-item-img {
    width: 40%;
    float: left;
    display: block;
    overflow: hidden;
    height: 100%
}

.team-item-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.team-item-info {
    overflow: hidden;
    display: block;
    float: left;
    width: 60%;
    padding: 20px;
    position: relative;
    height: 100%
}

.team-item-info h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

.team-item-info h3::after {
    content: '';
    background: #333;
    height: 4px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0
}

.team-item-info p {
    color: #888
}

.team-item-info .more-btn {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #ccc;
    background: url(../images/next-s.png) center no-repeat #fff;
}

.team-item-info .more-btn:hover {
    background-color: #0968d1;
    border-color: #0968d1;
    color: #fff;
    background-image: url(../images/next-white-s.png) center no-repeat;
}

.teamtxt-item {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding: 40px;
    display: block;
    border-radius: 15px;
}

.teamtxt-item:hover {
    background-color: #0968d1;
    border-color: #0968d1;
    color: #fff;
    -webkit-box-shadow: 4px 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 4px 10px 10px rgba(0, 0, 0, .2);
}

.teamtxt-item:hover p {
    color: #fff !important
}

.teamtxt-item:hover h3::before {
    background: #fff
}

.teamtxt-item h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px
}

.teamtxt-item h3::before {
    content: '';
    background: #333;
    height: 16px;
    width: 6px;
    position: absolute;
    top: 3px;
    left: -20px
}

/* -------- 党建栏目-------- */

.inner-dangjian {
    overflow: hidden;
    background: url(../images/dangjian-bg.jpg) no-repeat center top #fcf2f2;
    padding: 240px 0 60px
}

.dangjian {
    padding: 30px 0;
    overflow: hidden
}

.dangjian li {
    padding: 10px;
    overflow: hidden
}

.dangjian-item {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff
}

.dangjian-item-img {
    display: block;
    overflow: hidden;
    height: 180px
}

.dangjian-item-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.dangjian-item-info {
    overflow: hidden;
    display: block;
    padding: 20px;
    position: relative
}

.dangjian-item-info h3 {
    position: relative;
    height: 53px
}

.dangjian-item-info p {
    color: #888;
    margin-top: 10px
}

.dangjian-item-info .desc {
    height: 45px
}

/* -------- 人才培养-------- */

.edu {
    padding: 20px 0;
    overflow: hidden
}

.edu-item {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    height: 480px;
}

.edu-img {
    display: block;
    overflow: hidden;
    height: 100%;
}

.edu-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.edu-info {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 80px;
    display: block;
    width: 40%;
    padding: 40px 30px;
    height: 320px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff;

}

.edu-info h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #0968d1;
    padding: 0 10px 20px;
}

.edu-info ul {
    padding: 0 5px 15px;

}

.edu-info ul li {
    padding: 5px;

}

.edu-info ul li a {

    display: block;

}

.edu-info .more-btn {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.edu-info .more-btn i {
    margin-left: 5px
}

.edu-info h3::after {
    content: '';
    background: #0968d1;
    height: 8px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 10px
}


/* -------- 新闻动态-------- */

.news-time-list {
    padding: 10px 0;
}

.news-time-list li {
    padding: 10px 0;
}


.news-time-list .item {
    overflow: hidden;
    position: relative;
    height: 120px;
    border-bottom: 1px solid #e8e8e8;
}

.news-time-list .date {
    float: left;
    width: 12%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 102px;
    color: #0968d1;

}

.news-time-list .date h3 {
    font-size: 36px;
    position: relative;
}

.news-time-list .txt {
    width: 88%;
    float: left;
    padding: 10px 20px
}

.news-time-list .txt h3 {
    margin-bottom: 10px
}

.news-time-list .txt a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}


.news-time-list .txt p {
    color: #888;
    max-height: 68px;
    overflow: hidden;
}

/* -------- 科学研究-------- */

.science {
    overflow: hidden
}


.science-item {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border-top: 6px solid #0968d1;
    background: #fff;
    padding: 40px;
    height: 480px;
    -webkit-box-shadow: 4px 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 4px 10px 20px rgb(0 0 0 / 10%);
}

.science-img {
    display: block;
    overflow: hidden;
    width: 40%;
    float: left;
    padding: 40px 0;
    height: 400px;
}

.science-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.science-info {
    float: left;
    display: block;
    width: 60%;
    padding-right: 40px;
    height: 100%;
    overflow: hidden;
}

.science-info h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}



.science-info .more-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}