body {
    min-width: 1200px
}

.bg-default {
    background: #f4f4f4;
}

.bgc1 {
    background: #5ea198
}

.bgc2 {
    background: #406ab7
}

.bgc3 {
    background: #fcad60
}

.bgc4 {
    background: #fc6b5d
}

.text-primary {
    color: #b51d09 !important
}

.text-grey {
    color: #8a8a8a !important
}

.text-center {
    text-align: center
}

.container {
    margin: 0 auto;
    width: 1200px
}

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

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

.mb20 {
    margin-bottom: 20px
}

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

.header {
    background: url(../images/headerbar.png)repeat #7c0a12;
    height: 90px;
}

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



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

.menu {
    width: 760px;
    padding-left: 20px
}

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

.menu .top-level {
    display: inline-block;
    position: relative;
    color: #fff
}

.menu .top-level::after {
    content: '';
    background: #ffc100;
    height: 2px;
    position: absolute;
    bottom: 20px;
    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: #ffc100
}

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

.menu .sub-menu {
    background: #b51d09;
    width: 140%;
    left: -20%;
    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 #bf3f0a;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

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

.menu .sub-menu a:hover {
    color: #ffc100;
    background: #7c0a12;
}

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

.search {
    float: left;
    width: 40px;
    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: 600px;
    background: #e8e8e8
}

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

.banner-item {
    height: 600px;
    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.png) no-repeat center rgba(0, 0, 0, .02);
    left: 24px
}

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

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

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

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

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 4px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer
}

.banner .swiper-active-switch {
    background: #b51d09
}

/* -------- 通知公告 -------- */

.latest-news {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, .1);
    position: absolute;
    height: 120px;
    bottom: -60px;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
    border-top: 4px solid #b51d09;
    opacity: .98
}

.latest-content {
    position: relative;
    overflow: hidden;
    height: 76px
}

.latest-news .flt {
    color: #b51d09;
    font-weight: bold;
    float: left;
    width: 110px;
    line-height: 1.28;
    text-align: center
}

.latest-news .flt span {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 34px;
}

.latest-news ul {
    float: left;
    width: 900px;
    padding-left: 10px;
    z-index: 99;
    overflow: hidden;
    position: relative
}

.latest-news li span {
    position: absolute;
    right: 0px;
    color: #8a8a8a
}

.latest-news ul li {
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    background: url(../images/inner-list-icon.png) no-repeat left center;
    padding-left: 20px
}

.latest-news-more {
    float: right;
    width: 150px;
    overflow: hidden;
    text-align: right;
    line-height: 76px
}

/* -------- 首页标题 -------- */

.title {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

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

.title .info {
    color: #8a8a8a;
    font-family: 'Arial Narrow Bold', sans-serif;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.title .info::before {
    content: "";
    background: #8a8a8a;
    width: 1px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px
}

/* -------- 学院动态 -------- */

.dynamic-content {
    padding: 120px 0 50px;
    overflow: hidden;
    background: url(../images/inews-bg.png) #f4f4f4 no-repeat center top;
    background-size: cover;
    background-attachment: fixed
}

.dynamic-item {
    overflow: hidden;
    padding: 10px
}

.dynamic-item-main {
    overflow: hidden;
    background: #fff
}

.dynamic-img {
    background: #e8e8e8;
    overflow: hidden;
    height: 180px;
    position: relative;
    display: block
}

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

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

.dynamic-info {
    padding: 20px;
    height: 120px;
    overflow: hidden;
    display: block
}

.dynamic-info h3 {
    font-size: 16px;
    margin-bottom: 10px
}

.dynamic-info p {
    color: #8a8a8a;
    padding-left: 20px;
    background: url(../images/time.png) left center no-repeat
}

.time {
    color: #8a8a8a;
    padding-left: 20px;
    background: url(../images/time.png) left center no-repeat
}

.dynamic-info:hover {
    background-color: #b51d09;
    color: #fff
}

.dynamic-info:hover p {
    background-image: url(../images/time-hover.png);
    color: #fff
}

.dynamic-left {
    right: 114px;
    top: 0
}

.dynamic-right {
    right: 10px;
    top: 0
}

.dynamic .more {
    position: absolute;
    top: 0;
    right: 51px;
    line-height: 20px;
    height: 36px
}

/* -------- 学术科研 -------- */

.academic-content {
    overflow: hidden;
    padding: 60px 0;
    background: url(../images/iacademic-bg.jpg) no-repeat center top;
    background-size: cover
}

.academic {
    padding-bottom: 70px
}

.academic-item {
    overflow: hidden;
    padding: 10px
}

.academic-item-main {
    overflow: hidden;
    background: #fff;
    position: relative
}

.academic-img {
    background: #e8e8e8;
    overflow: hidden;
    height: 400px;
    position: relative;
    display: block
}

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

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

.academic-info {
    padding: 20px;
    height: 60px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.academic-info h3 {
    font-size: 16px
}

.academic-info p {
    padding-left: 20px;
    background: url(../images/time-hover.png) left center no-repeat;
    opacity: 0
}

.academic-info:hover {
    background-color: #b51d09;
    color: #fff;
    height: 100px
}

.academic-info:hover p {
    opacity: 1;
    margin-top: 10px
}

.academic-left {
    bottom: 0;
    left: 50%;
    margin-left: -73px
}

.academic-right {
    bottom: 0;
    left: 50%;
    margin-left: 36px
}

.academic .more {
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 0;
    height: 36px;
    line-height: 20px
}

/* -------- 快速通道+招生信息+视频 -------- */

.express {
    padding: 60px 0 30px;
    overflow: hidden;
    background-color: #f4f4f4;
    height: 668px;

}

/* -------- 快速通道 -------- */
.express-fl {
    overflow: hidden;
    width: 310px;
    float: left;
    padding: 0 10px;
    height: 578px;
}

.express-fl ul {
    padding-top: 10px;
}

.express-fl-item {
    overflow: hidden;
    height: 240px;
    position: relative;
}

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

.express-fl-item-img img {
    width: 100%;
    height: 100%
}

.express-fl-item-info {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: 99;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

.express-fl-item-info:hover {
    opacity: 1
}

.express-fl-item-info:hover h3 {
    padding-top: 80px
}


.express-fl-item-info h3 {
    color: #fff;
    font-size: 24px;
    padding: 100px 40px 10px;
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}


.express-fl-item-info h3::after {
    content: '';
    width: 40px;
    left: 40px;
    bottom: 0px;
    height: 4px;
    background: #fff;
    position: absolute
}

.express-fl-item-info p {
    color: #fff;
    padding: 10px 40px 0px;
    position: relative
}

/* -------- 招生信息 -------- */

.express-center {
    width: 500px;
    float: left;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    height: 578px;

}

.express-center-content {
    overflow: hidden;
    background: url(../images/express-center-bg.jpg) no-repeat center #fc6b5d;
    background-size: cover;
    padding: 20px;
    height: 510px;
    margin-top: 30px;
}

.express-center-list-top {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 0 10px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .04);
    background: url(../images/express-center-top-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

.express-center-list-top-fl {
    position: absolute;
    width: 100px;
    height: 80px;
    text-align: center;
    background: #f37b1d;
    left: 0;
    top: 0
}

.express-center-list-top-fl .date {
    color: #fff;
    font-size: 24px;
    margin-top: 10px
}

.express-center-list-top-fl .year {
    font-size: 12px;
    color: #fff
}

.express-center-list-top-fr {
    line-height: 80px;
    font-size: 16px;
    padding-left: 120px;
    display: block;
    color: #fff
}

.express-center-list-top-fr:hover {
    background: url(../images/express-center-top-bg.jpg) no-repeat center right;
    color: #fff
}

.express-center-lst li {
    padding: 10px;
    position: relative;
    color: #fff;
}

.express-center-lst li::before {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    content: "";
    top: 50%;
    border-radius: 4px;
    margin-top: -4px
}

.express-center-lst li a {
    color: #fff;
    font-size: 16px
}

.express-center-lst li a:hover {
    color: #ffc100
}

.express-center-lst li span {
    position: absolute;
    right: 0
}

.express-center .more {
    position: absolute;
    right: 30px;
    bottom: 20px
}

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

.express-fr {
    float: left;
    width: 410px;
    overflow: hidden;
    padding: 78px 10px 0;
    height: 578px;
}

.express-fr-item {
    width: 390px;
    overflow: hidden;
    height: 240px;
    background: #e8e8e8
}

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

.link-content {
    overflow: hidden;
    padding: 0px 0 60px;
    background: url(../images/link-bg.png) left bottom no-repeat #f4f4f4;
    background-size: cover;
}

.link-content li {
    padding: 10px;
    overflow: hidden;
    text-align: center
}

.link-content li a {
    display: block
}

.link-content li img {
    width: 100%;
    height: 60px
}

.link-content li p {
    margin-top: 5px;
}


/* -------- 网站底部 -------- */
.footer {
    overflow: hidden;
    padding: 40px 0 30px;
    border-top: 6px solid #b51d09;
    background: #333
}

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

.footer a {
    color: #fff
}

.footer a:hover {
    color: #b51d09
}

/* -------- 返回顶部 -------- */
.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: #b51d09
}

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

.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.1);
    padding: 40px;
    margin-top: 60px
}

/* -------- 栏目内容-------- */
.inner-g {
    overflow: hidden;
    background: url(../images/inner-g.png) no-repeat center top #f4f4f4;
    background-attachment: fixed;
    background-size: cover;
    padding: 0px 0 60px;
}

.inner-content {
  margin-top:60px;
    position: relative;
    background: #fff;
    padding: 40px;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-top: 6px solid #b51d09;
    min-height: 400px
}

/* -------- 栏目左侧-右侧布局-------- */
.inner-fl {
    overflow: hidden;
    margin-right: 40px;
    float: left;
    width: 200px;
    background: #fff
}

.inner-fr {
    overflow: hidden;
    float: left;
    width: 880px;
    background: #fff
}

/* -------- 子栏目导航（左侧）-------- */
.sidebar {
    overflow: hidden;
    background: #f4f4f4
}

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

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

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

.sidebar a:last-child {
    border: none
}

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

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

.inner-menu .active,
.inner-menu a:hover {
    background-color: #b51d09;
    border-color: #b51d09;
    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;
    color: #8a8a8a;
    padding: 10px 0
}

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

.position a {
    line-height: 40px
}

.position .active {
    color: #b51d09
}

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

.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: 20px 0;
    position: relative;
    color: #b51d09
}

 

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

 

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

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

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

.article-body {
    line-height: 1.8;
    overflow:auto
}

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

.article-bd h3 {
    border: 1px solid #f7ede8;
    color: #d81e05;
    margin: 20px 0;
    padding: 10px;
    background: #fbf6f3
}

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

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

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

.article-prne .nomore {
    color: #8a8a8a
}

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

.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: #d81e05;
    color: #fff
}

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

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

.inner-list li {
    padding: 10px 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: #8a8a8a;
    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: 30px 10px;
    overflow: hidden
}

.leader-top-item {
    border: 1px solid #f4f4f4;
    overflow: hidden;
    background: #fff;
    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: #b51d09
}

.leader-top-info p {
    color: #8a8a8a;
    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: #b51d09;
    height: 4px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0
}

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

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

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

.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: #8a8a8a
}

.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: #b51d09;
    border-color: #b51d09;
    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
}

.teamtxt-item:hover {
    background-color: #b51d09;
    border-color: #b51d09;
    color: #fff
}

.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: #8a8a8a;
    margin-top: 10px
}

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

}

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

.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: #b51d09;
    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: #b51d09;
    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 #eaeaea;
}

.news-time-list .date {
    padding: 20px;
    float: left;
    width: 14%;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    height: 102px;
    border: 1px solid #eaeaea;

}

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

.news-time-list .txt {
    width: 85%;
    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: #8a8a8a;
}

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

.science {
    margin-top: 60px;
    overflow: hidden
}


.science-item {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border-top: 6px solid #b51d09;
    background: #fff;
    padding: 40px;
    height: 480px;
    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;
}
.en-t{
    text-transform: uppercase;
}
.menu-en .fl{
    padding: 0 6px;
}
.dynamic-content{
     
}
.dynamic-left-en{
    right: 128px!important;
}


 .express-en-fl{
     width: 700px!important;
 }

 .express-en{ 
    background: url(../images/link-bg.png) left bottom no-repeat #fff!important; 
    padding-bottom: 60px!important;
    height: 720px;
}
  
  
.team-tab-nav {
                    margin: 40px 10px 0px;
                    border-bottom: 6px solid #b51d09;
                    position: relative;
                }

.team-tab-nav a {
                    position: relative;
                    font-size: 24px;
                    padding: 20px 0;
                    font-weight: bold;
                    display: inline-block;
                    margin-right: 20px;
                }

                .team-tab-nav a::after {
                    height: 0px;
                    background: transparent;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: -9px;
                    content: '';
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s;
                    -o-transition: all .4s;
                }

                .team-tab-nav a.active::after,
                .team-tab-nav a:hover::after {
                    height: 12px;
                    background: #b51d09;
                }

                .team-tab-nav a.active,
                .team-tab-nav a:hover {
                    color: #b51d09;

                }

                .team-tab-item {
                    display: none;
                }

                .team-tab-item:first-Child {
                    display: block;
                }

                .team-tit {
                    padding: 10px 20px;
                    margin: 20px 10px;
                    border-bottom: 1px solid #e8e8e8;
                    position: relative;
                    font-size: 18px;
                    font-weight: bold;
                    color: #b51d09;
                    ;
                }

                .team-tit::before {
                    height: 18px;
                    background: #b51d09;
                    width: 6px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -10px;
                    content: '';
                    position: absolute;
                } 
 