.header .navwrapper .nav .mainnav li a {
    padding: 0 20px;
    font-size: 16px;
}
.header .topimg {
    position: relative;
    width: 100%;
    z-index: 0;
}
.header .topimg:hover .prev{
    display: block !important;
}
.header .topimg:hover .next{
    display: block !important;
}
.header .topimg .prev, .header .topimg .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    background: #000;
    color: #fff;
    font-size: 40px;
    height: 70px;
    width: 70px;
    margin-top: -45px;
    border-radius: 50%;
    opacity: 0.5;
    text-align: center;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.header .topimg .prev:hover, .header .topimg .next:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.header .topimg .prev {
    background-image: url("../images/icon_thin_arrow_l.png");
    background-position: center center;
    background-repeat: no-repeat;
    left: 100px;
    display: none !important;
}
.header .topimg .next {
    background-image: url("../images/icon_thin_arrow_r.png");
    background-position: center center;
    background-repeat: no-repeat;
    right: 100px;
    display: none !important;
}
.header .topimg .slide__item {
    position: relative;
    margin-bottom: -5px;
}
.header .topimg:hover a:after {
    content: '';
    position: absolute; 
    height: 314px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url("../images/cover.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.header .topimg .slide__item img{
    position: relative;
    vertical-align: top;
    width: 100%;
}
.header .topimg .slide__item h3 {
    font-size: 28px;
    color: #fff;
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 50%;
    margin-right: -640px;
    line-height: 87px;
    text-shadow: 2px 2px 0px #000;
    text-align: right;
    max-width: 70%;
}
.header .topimg .slide__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background:url(../images/bgrad_2.png) repeat-x bottom left;
}
.header .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.header .topimg .slick-dots li {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: middle;
}
.header .slick-dots li button {
    cursor: pointer;
    float: left;
    line-height: 87px;
    font-size: 26px;
    color: #fff;
    background: none;
    height: 87px;
    width: 58px;
    border-radius: 0;
    text-align: center;
}
.header .slick-dots li.slick-active button{
    background: #af121c;
}

.class-navigation{
    height: 291px;
    width: 55px;
    position: absolute;
    right: 0;
    background-color: #8C1313;
    top: 174px;
}

.class-navigation > a{
    margin: 10px;
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    display: block;
}

.class-navigation > a:last-child{
    border-bottom: 0;
}

.section-focus {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-focus .w-news-hd {
    margin-bottom: 50px;
}
.focus-news .item {
    width: 360px;
    margin-right: 70px;
    float: left;
}
.focus-news .item h3 {
    position: relative;
    padding-left: 80px;
    height: 68px;
    font-size: 18px;
    line-height: 26px;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.focus-news .item h3 a {
    display: block;
    height: 100%;
    overflow: hidden;
    font-weight: normal;
}
.focus-news .item .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background-color: #90000a;
    color: #FFF;
    padding-top: 15px;
    text-align: center;
    line-height: 1;
}
.focus-news .item .date .day {
    font-size: 24px;
    display: block;
    margin-bottom: 2px;
}
.focus-news .item .date .month {
    font-size: 12px;
    display: block;
}
.focus-news .item .pic {
    height: 240px;
    overflow: hidden;
    margin-bottom: 18px;
}
.focus-news .item .pic img {
    width: 360px;
    height: 240px;
}
.focus-news .item .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.focus-news .item .desc a:link, .focus-news .item .desc a:visited{
    color: #777777;
}
.focus-news .item .desc a:hover {
    color: #90000a;
}
.focus-news .item .more {
    margin-top: 15px;
    text-align: right;
}
.focus-news .item .more a:link,.focus-news .item .more a:visited {
    color: #888888;
}

.focus-news-list-wrap {
    float: right;
    width: 400px;
}
.focus-news-list .item {
    position: relative;
    padding-left: 26px;
    margin-bottom: 24px;
    font-size: 16px;
}
.focus-news-list .item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #bdbcbe;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.focus-news-list .item:hover:before {
    background-color: #90000a;
}
.focus-news-list .item a {
    display: block;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.focus-news-list .item .date {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0,0,0,.5);
}

/* xysh */
.xysh{width:100%;}
.xysh>img{width:100%;}

.xysh{overflow:hidden;min-width:1280px;}
.xysh .col-4 {width:25%;min-width:310px;overflow:hidden;float:left;position:relative;}
.xysh .row {overflow:hidden;position:relative;}
.xysh .mask{position:absolute;left:0;top:0;width:100%;height:100%;padding-top:140px;line-height:45px;text-align:center;color:#fff;background:url(../images/cover.png) 0 bottom repeat-x;opacity:0;filter:alpha(opacity=0)}
.xysh .mask p {font-size:22px;letter-spacing:3px;}
.xysh .mask.r2 {padding-top:60px;}
.xysh .unit:hover .mask {opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);transition:0.3s;}
.xysh .unit img {
    display: block;
    width: 100%;
    height: 100%;
}
.xysh .unit .unit-title {position:absolute;bottom:16px;left:30px;color:#fff;font-size: 18px;}


.academic-wrap {
    width: 380px;
    float: left;
    margin-right: 60px;
}
.academic-list {
    margin-top: 45px;
}
.academic-list .item {
    position: relative;
    padding-left: 90px;
    padding-bottom: 18px;
    border-bottom: dashed 1px #dcdcdc;
    margin-bottom: 35px;
}
.academic-list .item .date {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 0;
    top: 0;
    padding-top: 15px;
    text-align: center;
    line-height: 1;
    background-color: #f7eff0;
    color: #90000a;
}
.academic-list .item .date .day {
    font-size: 24px;
    display: block;
    margin-bottom: 2px;
    color: #bd010f;
}
.academic-list.item .date .month {
    font-size: 12px;
    display: block;
    color: #bd010f;
}
.academic-list .item a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    height: 38px;
    text-overflow: ellipsis;
}
.academic-list .item .meta {
    margin-top: 12px;
    color: #999;
}
.section-three .w-text-list-wrap {
    width: 390px;
    float: left;
}
.section-three .note-list-wrap {
    margin-right: 60px;
}
.section-three .w-text-list .item {
    position: relative;
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 16px;
}
.section-three .w-text-list .item a {
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section-three .w-text-list .item .date {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0,0,0,.5);
}

.quick-way {
    height: 496px;
    background-image: url("../images/bg_01.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: 15px;
}
.quick-way-list__group{
    height: 496px;
    width: 640px;
}
.quick-way .item{
    width: 50%;
    float: left;
    text-align: center;
    height: 248px;
    padding-top: 30px;
    position: relative;
}
.quick-way .item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 60px;
    line-height: 30px;
    margin-bottom: 76px;
}
.quick-way .item img {
    display: inline;
}
.quick-way a:link, .quick-way a:visited {
    color: #90000a;
}
.quick-way .item .text {
    font-size: 20px;
    font-weight: bold;
}


.people-box {
    width: 615px;
    overflow: hidden;
    float: left;
}
.people-box .content {
    width: 100%;
    height: 467px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}
.people-box .content img {
    display: block;
    width: 100%;
    height: 100%;
}
.people-box .content p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 66px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 19.25px;
    color: #ffffff;
    text-overflow: ellipsis;
    font-weight: bold;
    padding-left: 25px;
    line-height: 66px;
    background-color: rgba(0,0,0,.5);
}
.people-box .text {
    padding-top: 22px;
    line-height: 30px;
    font-size: 16px;
    height: 112px;
    overflow: hidden;
}
.people-box .prev, .people-box .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    background: #000;
    font-size: 40px;
    height: 50px;
    width: 38px;
    margin-top: -70px;
    opacity: 0.5;
    text-align: center;
    z-index: 1000;
}
.people-box .prev{
    background-image: url("../images/icon_thin_arrow_l.png");
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
}
.people-box .next {
    background-image: url("../images/icon_thin_arrow_r.png");
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
}
.new-media-box {
    width: 615px;
    float: right;
}
.new-media-box .new-media-list {
    margin-top: 35px;
}
.new-media-box .new-media-list .item {
    position: relative;
    padding-left: 75px;
    padding-bottom: 33px;
    padding-right: 120px;
    margin-bottom: 33px;
    border-bottom: dashed #ababab 1px;
}
.new-media-box .new-media-list .item:last-child {
    margin-bottom: 0;
}
.new-media-box .new-media-list .sub-list .sub-item {
    margin-bottom: 33px;
}
.new-media-box .new-media-list .sub-list .sub-item:last-child {
    margin-bottom: 0;
}
.new-media-box .new-media-list .logo {
    position: absolute;
    left: 0;
    top: 0;
}
.new-media-box .new-media-list .qrcode {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-77px;
}
.new-media-box .new-media-list .qrcode img{
    width: 83px;
    height: 83px;
}
.new-media-box .new-media-list .tit {
    font-size: 18px;
    font-weight: bold;
}
.new-media-box .new-media-list p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    height: 82px;
    overflow: hidden;
    color: #000000;
}
.new-media-box .new-media-list .date {
    font-size: 14px;
    margin-top: 15px;
    color: #000000;
    opacity: .6;
}

.home-nav {
    background-color: #f8f4f4;
    text-align: center;
    height: 200px;
    padding-top: 45px;
}
.home-nav a {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
}
.home-nav a:link, .home-nav a:visited {
    color: #000;
}
.home-nav a:hover {
    color: #90000a;
}
.home-nav a p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 1024px){
    .header .topimg .slide__item h3{
        font-size: 16px;
        right: 10px;
        max-width: 90%;
        margin-right: 0;
        padding-bottom: 10px;
        line-height: 2;
    }

    .header .topimg .slick-dots {
        text-align: center;
        left: 0;
        bottom: 0;
    }

    .header .topimg:hover .next, .header .topimg:hover .prev{
        display: none !important;
    }

    .header .slick-dots li button {
        font-size: 0;
        border-radius: 6px;
        height: 8px;
        width: 8px;
        background: rgba(185, 159, 160, 0.8);
        margin-right: 8px;
    }

    .header .slick-dots li.slick-active button{
        background: #fff;
        font-weight: bold;
    }

    .enter-news{
        color: #90000A;
        font-size: 16px;
        text-align: center;
        margin-top: 35px;
    }

    .enter-news.more-info{
        color: rgba(0,0,0,1);
        opacity:0.5;
        margin-top: 0;
    }

    .quick-way{
        height: 198px;
        margin-top: 30px;
    }

    .quick-way-list__group{
        height: 198px;
    }

    .quick-way .item{
        height: 100px;
        padding-top: 10px;
    }

    .quick-way .item img{
        height: 50px;
        width: 50px;
    }

    .quick-way .item .text {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .quick-way .slick-dots {
        position: absolute;
        z-index: 1000;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        left: 0;
        bottom: 10px;
    }

    .quick-way .slick-dots li{
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: middle;
    }

    .quick-way .slick-dots li button {
        font-size: 0;
        border-radius: 6px;
        height: 8px;
        width: 8px;
        background: rgba(185, 159, 160, 1.000);
        margin-right: 8px;
    }

    .quick-way .slick-dots li.slick-active button{
        background: #fff;
        font-weight: bold;
    }

    .icon-people{
        margin-top: 0 !important;
    }

    .home-nav{
        height: auto;
        padding-top: 20px;
    }

    .home-nav a{
        width: 32.5%;
        margin-bottom: 20px;
    }

    .home-nav img{
        height: 44px;
        width: 44px;
    }

    .home-nav a p{
        font-size: 12px;
        padding-top: 10px;
    }

    .people-box{
        width: 100%;
        padding: 10px;
    }

    .people-box .content{
        height: auto;
        margin-top: 10px;
    }

    .people-box .content img{
        height: auto;
    }

    .people-box .slick-dots{
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .people-box .slick-dots li{
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: middle;
    }

    .people-box .slick-dots button{
        font-size: 0;
        border-radius: 6px;
        height: 8px;
        width: 8px;
        background: rgba(185, 159, 160, 0.8);
        margin-right: 8px;
        cursor: pointer;
        float: left;
        line-height: 87px;
        color: #fff;
        text-align: center;
    }

    .people-box .slick-dots li.slick-active button {
        background: rgba(185, 159, 160, 0.4);
        font-weight: bold;
    }

    .section-focus{
        margin: 25px 10px;
    }

    .w-news-hd{
        font-size: 16px;
        margin-bottom: 24px !important;
    }

    .w-news-hd .icon{
        width: 14px;
        height: 14px;
        margin-top: -4px;
    }

    .section-focus {
        margin-bottom: 24px;
        
    }

    .focus-news .item .date{
        height: 48px;
        width: 48px;
        padding-top: 6px;
    }

    .icon-more{
        display: none;
    }

    .focus-news .item{
        margin-bottom: 40px;
        float: none;
        margin-right: 0;
        width: auto;
    }

    .focus-news .item h3{
        height: 48px;
        margin-bottom: 7px;
        font-size: 16px;
        padding-top: 0;
        padding-left: 58px;
        padding-bottom: 0;
    }

    .focus-news .item .more{
        display: none;
    }

    .focus-news-list-wrap{
        width: 100%;
        float: none;
    }

    .focus-news-list .item a{
        width: 80%;
    }

    .focus-news .item .pic{
        height: auto;
        overflow: visible;
        margin-bottom: 14px;
    }

    .focus-news .item .pic img{
        width: 100%;
        height: auto;
    }

    .section-two.xysh{
        display: none;
    }

    .section-three{
        margin: 0 10px;
        width: auto;
    }

    .academic-wrap{
        width: 100%;
        float: none;
        margin: 0;
    }

    .academic-wrap .w-news-hd{
        font-size: 16px;
    }

    .academic-list{
        margin-top: 26px;
    }

    .academic-list .item{
        margin-bottom: 24px;
    }

    .section-three .w-text-list-wrap{
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }

    .section-three .media-list-wrap{
        margin-top: 75px;
    }

    .class-navigation{
        height: 200px;
        width: 35px;
        position: absolute;
        right: 0;
        background-color: #8C1313;
        top: 60px;
    }
    
    .class-navigation > a{
        margin: 5px;
        margin-top: 6px;
        margin-bottom: 0;
        padding-bottom: 5px;
        text-align: center;
        color: rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 12px;
        display: block;
    }
}