@charset "utf-8";

/* CSS Document */

#main {
    max-width: 1380px;
    overflow: hidden;
    margin: 0 auto 0;
}

body {
    overflow-x: hidden;
}


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .til_slides {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: url(../2022images/banner_bg.png) repeat;
    font-weight: bold;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides>li a {
    display: block;
}

.flexslider .slides>li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: 100%;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */


/* .flex-direction-nav {
    *height: 0;
} */

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -50px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em
}

.flex-direction-nav .flex-prev {
    left: -50px;
    background: url(../2022images/lf.png) no-repeat center center;
}

.flex-direction-nav .flex-next {
    right: -50px;
    background: url(../2022images/rt.png) no-repeat center center;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 0px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 0px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 17px;
    *bottom: 17px;
    right: 8px;
    text-align: center;
    z-index: 889;
}

.flex-control-nav li {
    margin: 0 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 8px;
}

.flex-control-paging li a:hover {
    background: #fff;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

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

.link ul li {
    width: 16.6%;
    float: left;
}

.link ul li a {
    display: block;
    padding: 26px 0
}

.link ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.link ul span {
    height: 50px;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0px auto 20px;
}

.link ul p {
    text-align: center;
}

#main .bannerMore {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    *background: #fff;
    z-index: 9;
}

#main .bannerMore a {
    display: inline-block;
    padding: 3px 5px;
}

#main .bannerMore a:hover {
    color: #910200;
}

.content {
    width: 100%;
    overflow: hidden;
    margin: 0px auto 0px;
    padding: 0 0 40px 0;
    background: url(../2022images/content_bg.png) no-repeat center bottom;
}

.mode01 {
    max-width: 1285px;
    margin: 20px auto;
    overflow: hidden;
}

.mode01 .lf {
    width: 38.5%;
    float: left;
    overflow: hidden;
}

.mode01 .rt {
    width: 58.25%;
    float: right;
    overflow: hidden;
}

.articleList {}

.articleTitle {
    border-bottom: 1px solid #9E0207;
    padding-bottom: 10px;
}

.articleTitle .more {
    float: right;
    margin-top: 7px;
    font-size: 16px;
    color: #9E0207;
}

.articleTitle h2 {
    font-size: 20px;
    color: #9E0207;
    /* font-weight: normal; */
}


/*新闻中心*/

.NewsList {
    margin-top: 30px;
    overflow: hidden;
}

.TopNews {
    overflow: hidden;
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

.TopImg {
    float: left;
    width: 293px;
    overflow: hidden;
}

.TopImg span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.553%;
    overflow: hidden;
    background-color: #ccc;
}

.TopImg span img {
    width: 100%;
}

.TopCon {
    overflow: hidden;
    margin: 0 0 0 325px
}

.TopCon a {
    display: block;
}

.TopCon a h2 {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    font-weight: normal;
    color: #464646;
    /*! max-height: 42px; */
    overflow: hidden;
}

.TopCon a:hover h2 {
    color: #8c0000;
}

.leftDate {
    color: #888;
    font-size: 14px;
    font-style: normal;
}

.TopCon p {
    margin-top: 22px;
    font-size: 12px;
    color: #838383;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
}

.NewsConList {}

.NewsConList li {
    border-bottom: 1px solid #ddd;
}

.NewsConList li a {
    display: block;
    height: 60px;
    line-height: 60px;
}

.NewsConList li a h2 {
    /* font-size: 14px; */
    color: rgba(51, 51, 51, 1);
    font-weight: normal;
    margin: 0 90px 0 0
}

.NewsConList li a {
    display: block;
    overflow: hidden;
}

.NewsConList li a:hover {
    background-color: #fafafa;
}

.NewsConList li a:hover h2 {
    color: rgba(158, 2, 7, 1);
}

.NewsConList li .leftDate {
    color: #888;
    font-size: 12px;
    float: right;
    margin-right: 5px;
}


/*通知公告*/

.articleTitle01 {
    border: 0;
}

.EventsList {
    background: #f2f2f2;
}

.EventsList li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.EventsList li a {
    padding: 31px 20px;
}

.EventsList li:last-child {
    border-bottom: none;
}

.EventsList li .leftDate {
    float: left;
    overflow: hidden;
    width: 70px;
    background: #9E0207;
    text-align: center;
    font-family: "Book Antiqua";
    padding: 2px 0;
}

.EventsList li .leftDate i {
    margin: 3px 0;
    font-size: 14px;
    font-family: 'Book Antiqua';
    color: #fff;
    border-bottom: 1px solid #fff;
    font-style: normal;
    padding-bottom: 4px;
}

.EventsList li .leftDate strong {
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 30px;
}

.EvensCon {
    margin: 0 0 0 95px;
    overflow: hidden;
}

.EvensCon h2 {
    margin-top: 8px;
    /* font-size: 14px; */
    font-weight: normal;
    line-height: 24px;
    height: 48px;
}

.EventsList li a {
    display: block;
    overflow: hidden;
}

.EventsList li a:hover {
    background-color: #fafafa;
}

.EventsList li a:hover h2 {
    color: #8c0000;
}

.zt_title {
    width: 227px;
    height: 130px;
    background: rgba(158, 2, 7, 1);
    float: left;
}

.zt_tb {
    height: 130px;
    display: table;
    text-align: center;
    width: 100%;
}

.zt_cell {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.inter_con {
    margin: 36px 0 0 0
}

.inter_con img {
    width: 100%;
}

.mode02 {
    max-width: 1280px;
    margin: 50px auto 20px;
    overflow: hidden;
}

.mode02 .lf {
    width: 38.5%;
    float: left;
    overflow: hidden;
}

.mode02 .rt {
    width: 58.25%;
    float: right;
    overflow: hidden;
}

.ResearchList {
    margin-top: 4%;
    overflow: hidden;
}

.ResearchList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ResearchList li.Nomargin {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ResearchList li h2 {
    margin-bottom: 16px;
    /* font-size: 14px; */
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.ResearchList .ResearchLf {
    float: left;
    width: 47%;
    padding-right: 2%;
    border-right: 1px solid #ddd;
}

.ResearchList .ResearchRt {
    float: right;
    width: 47%;
    padding-left: 2%;
}

.ResearchList li a:hover h2 {
    color: #8c0000;
}


/*学术公告*/

.acamicList {
    margin-top: 4%;
    overflow: hidden;
}

.acamicList li {
    margin: 9px 0 23px;
}

.acamicList li.Nomargin {
    margin-bottom: 0;
}

.acamicList li .rightDate {
    float: right;
    font-style: normal;
    color: #838383;
    font-size: 12px;
}

.acamicList li h2 {
    font-size: 14px;
    font-weight: normal;
}

.acamicList li a:hover h2 {
    color: #8c0000;
}

@media screen and (max-width:1500px) {
    .content {
        max-width: 1200px;
    }
}

@media screen and (max-width:1430px) {
    .content {
        max-width: 1170px;
    }
}

@media screen and (max-width:1023px) {
    .link ul li {
        width: 33.3%;
    }
    .zt_title {
        float: none;
        height: auto;
        line-height: 30px;
        margin: 0 0 10px 0;
        width: 100%;
        border-bottom: 1px solid #9E0207;
    }
    .zt_tb {
        height: auto;
        text-align: left;
    }
    .zt_cell {
        color: #9E0207;
        background: #fff;
    }
}

@media screen and (max-width:1200px) {
    .mode01,
    .mode02 {
        width: auto;
        padding: 0 20px;
        margin: 20px auto;
    }
    .TopCon a h2 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    .EventsList li a {
        padding: 20px
    }
    .flex-direction-nav .flex-prev {
        opacity: 0;
        left: 0px;
    }
    .flex-direction-nav .flex-next {
        opacity: 0;
        right: 0px;
    }
    .flex-direction-nav a {
        top: 65%;
    }
    .mode01 .lf {
        width: 100%;
        float: none;
    }
    .mode01 .rt {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .TopImg {
        /*! width: 33.92%; */
    }
    .TopCon {
        /*! margin: 10px 0 0 0 */
        /*! width: 62.02%; */
    }
    .NewsConList li a h2 {
        /*! margin-bottom: 10px; */
        /*! min-height: 19px; */
    }
    .articleTitle h2 {
        font-size: 1em;
    }
    .articleTitle .more {
        font-size: 12px;
    }
    .EventsList li .leftDate i {
        font-size: 14px;
    }
    .EventsList li .leftDate strong {
        font-size: 20px;
    }
    .EvensCon h2 {
        padding-bottom: 8px;
        min-height: 30px;
    }
    .TopCon a h2 {
        font-size: 14px;
        /*! min-height: 30px; */
    }
    .leftDate {
        font-size: 12px;
    }
    .TopCon p {
        margin-top: 9px;
    }
    .NewsConList li a h2 {
        font-size: 14px;
    }
    .NewsConList li a {
        /*! padding: 12px 0; */
    }
    .LinksList li a h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .AlumniList a .alumniImg {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .AlumniList a .alumniImg img {
        width: 100%;
    }
    .AlumniList a h2 {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 1% 0;
    }
    .mode02 .lf {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .mode02 .rt {
        width: 100%;
        float: none;
        margin: 3% auto 0;
    }
    .AlumniList {
        margin-top: 3%;
    }
    .NewsConList li .leftDate {
        /*! float: none; */
    }
    .EvensCon h2 {
        margin-top: 5px;
    }
    .zt_cell {
        font-size: 1em;
    }
    .link ul li a {
        padding: 20px 0;
    }
}

@media screen and (max-width:640px) {
    .NewsConList li a h2 {
        font-size: 14px;
    }
    .flexslider .til_slides {
        display: none;
    }
    .LinksList li {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .LinksList li img {
        width: 100%;
    }
    .LinksList li a h2 {
        bottom: -5px;
        width: 100%;
        min-height: 0;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ResearchList li {
        width: 100%;
    }
    .ResearchList li img {
        width: 100%;
        margin-top: 3%;
        float: none;
    }
    .ResearchList li a h2 {
        margin-bottom: 0;
    }
    #main .bannerMore {
        bottom: 5px;
        right: 5px;
    }
    #main .bannerMore a {
        font-size: 12px;
        padding: 2px 3px;
    }
    .flex-control-nav {
        text-align: left;
        width: 70%;
        left: 10px;
    }
    .EvensCon h2 {
        margin-top: 0px;
        overflow: hidden;
    }
    .acamicList li .rightDate {
        float: none;
    }
    .link ul li {
        width: 50%;
    }
    .TopImg {
        width: 100%;
        float: none;
    }
    .TopCon {
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width:480px) {
    .TopImg {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .TopImg img {
        width: 100%;
    }
    .TopCon {
        width: 100%;
        float: none;
        padding-top: 15px;
    }
    .EventsList li .leftDate {
        /*! width: 9.73%; */
    }
    .EvensCon {
        /*! width: 84%; */
        padding-top: 5px;
    }
    .EmployList li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 3%;
    }
    .EmployList li:last-child {
        border-bottom: none;
    }
    .EmployList li a {
        padding-right: 0;
    }
    .EmployList li a h2 {
        margin-bottom: 0;
        min-height: 49px;
    }
    .EmployList li.EmployNoBorder {
        width: 100%;
        float: none;
        margin-top: 3%;
    }
    .EmployList li.EmployNoBorder a {
        padding-left: 0;
    }
    .EmployList li a p {
        margin-top: 1%;
    }
    .ResearchList li.Nomargin {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .ResearchList .ResearchLf {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .ResearchList .ResearchRt {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .EventsList li a {
        padding: 10px 5px;
    }
    .EvensCon h2 {
        font-size: 12px;
    }
    .ResearchList li {
        margin-bottom: 9px;
    }
    .acamicList li {
        margin: 9px 0 15px;
    }
    /* .link ul li {
        width: 100%;
    } */
}

@media screen
/*and (min-width:320px)*/

and (max-width:360px) {}