/* 头部 */
/* 头部顶端导航和logo */
.head_top{
    height: 88px;
}
.head_top .head{
    text-align: center;
}
.head_top .head .nav_f{
    width: 380px;
    font-size: 0;
}
.head_top .nav{
    font-size: 18px;
    color: white;
    display: inline-block;
    vertical-align: top;
    line-height: 88px;
    height: 88px;
    /* 导航宽度设置 */
    width: 33%;
    /* 导航宽度设置over */
    box-sizing: border-box;
}
.head_top .fl.nav_f .nav{
    text-align: left;
}
.head_top .fr.nav_f .nav{
    text-align: right;
}
/* 导航悬浮色 */
.head_top .nav:hover{
    color: #ccc;
}
/* 导航悬浮色over */

.head_top .logo{
    height: 88px;
    line-height: 88px;
    vertical-align: top;
    display:inline-block;
    box-sizing: border-box;
}
.head_top .logo img{
    max-width: 100%;
    max-height: 100%;
}
/* 头部结束 */


/* 轮播 */


/* 轮播容器 */

.banner01 .swiper-container{
    width: 1600px;
/* 1900时的宽度 */
    height: 550px;
}
.banner01 .swiper-slide{
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.head_bottom{
    height: 370px;
}
/* 轮播容器over */


/* 轮播按钮 */
.banner01 .swiper-pagination-switch{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: white;
    vertical-align: top;
    margin: 0 10px;
}
.banner01 .swiper-pagination-switch:hover,.banner01 .swiper-active-switch{
    background-color:#ff8711;
}
.banner01 .pagination{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    margin-top: -35px;
    z-index: 10;
    position: relative;
}

.head_bottom .swiper-arrow{
    height: 0;
    position: relative;
    z-index: 11;
    line-height: 550px;
    /* 控制箭头居中,行高为容器高 */
}
.head_bottom .swiper-arrow .arrow-right{
    position: absolute;
    right: 0;
}
.head_bottom .swiper-arrow .arrow-left{
    position: absolute;
    left: 0;
}

/* 轮播按钮over  */

/* 轮播图片尺寸 */
.banner01 .swiper-slide img{
    width: 100%;
}
/* 轮播图片尺寸over */


/* 正文内容 */
.article_shouye{
    margin-top: 220px;
}
/* 系统概况轮播图 */
.banner02{
    width: 690px;
    overflow: hidden;
}
.channel01 .swiper-container{
    width: 395px;
    height: 295px;
    overflow:visible;
    float: left;
}
.channel01{
    overflow: hidden;
}
.channel01 .left_words{
    width: 400px;
    margin-left: 20px;
}
.channel01 .left_words .title{
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.channel01 .left_words .summary{
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 35px;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.channel01 .left_words .more{
    width: 135px;
    height: 37px;
    border-bottom: 3px solid #eb7501;
    line-height: 37px;
    text-align: center;
    color: white;
    font-size: 16px;
    display: block;
    background-color: #ff8711;
}
.channel01 .left_words .more:hover{
    color:#ff8711;
    background-color: #eeeeee;
}
.channel01 .swiper-arrow{
    height: 0;
    position: relative;
    z-index: 11;
    line-height: 295px;
    /* 控制箭头居中,行高为容器高 */
}
.channel01 .swiper-arrow .arrow-right{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.channel01 .swiper-arrow .arrow-left{
    position: absolute;
    left: 0;
    cursor: pointer;
}
.channel01 .swiper-slide{
    margin-right: 30px;
    width: 395px;
    height:295px
}

.channel01 .swiper-slide img{
    width: 100%;
	height: 100%;
}
.channel01 .swiper-wrapper{
    overflow: visible;
}



/* 栏目公用样式 */
.channel .channel_title{
    height: 59px;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #dddddd;
}
.channel .channel_title_left{
    height:61px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 22px;
    color: white;
    line-height: 61px;
    font-weight: bold;
    text-indent: 30px;
    width: 600px;
    margin-top: -1px;
}
.channel .channel_title_left .more{
    font-size: 14px;
    color:#e4edff;
    margin-right: 40px;
	font-weight:normal
}



/* 新闻中心栏目 */
.channel02{
    margin-top: 40px;
}
/* 控制第二个li间距 */
.channel02 .list .list2{
    margin: 0 35px;
}
/* 控制第二个li间距 */
.channel02 .list{
    margin-top: 20px;
}
.channel02 .list li{
    border:1px solid #cccccc;
    float: left;
    width: 374px;
}
.channel02 li img{
    width: 100%;
}
.channel02 .list li .title{
    width: 280px;
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.channel02 .list li:hover .title{
    color: #eb7501;
}
.channel02 .list li .time{
    font-size: 16px;
    color: #666666;
    float:right;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}

/* 通知公告栏目 */
.channel03{
    margin-top: 40px;
}
.channel03 .list li{
    width: 600px;
    float: left;
    margin: 20px 0 30px;
}
.channel03 .time{
    width: 60px;
    height:70px;
}
.channel03 .time .md{
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #1aa0fe;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.channel03 .time .yy{
    font-size: 16px;
    color: #333333;
    background-color:#fff6ee;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.channel03 .tit_sum{
    width: 390px;
    margin-left: 20px;
}
.channel03 .tit_sum .title{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.channel03 .tit_sum .summary{
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.channel03 .list .more{
    float: right;
    margin-right: 30px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #1aa0fe;
}
/* 悬浮状态 */
.channel03 .list li:hover .md{
    background-color: #ff8711;
}
.channel03 .list li:hover .more{
    background-color: #ff8711;
}
.channel03 .list li:hover .title{
    font-weight: bold;
}
/* 教学科研栏目 */
.channel04{
    margin-top: 10px;
	overflow: hidden;
}
.channel04 .banner03{
    margin-top: 20px;
}
.channel04 .swiper-fake{
    width: 530px;
    height: 300px;
    float: left;
}
.channel04 .slide-fake img{
    width: 100%;
    height: 100%;
}
.channel04 .slide-fake .title_left{
    background-image: url(./opacity.png);
    height: 40px;
    line-height: 40px;
    padding:0 20px;
    color: white;
    font-size:16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -40px;
    position: relative;
    z-index: 12;
}

.channel04 .list {
    float: right;
    width: 660px;
}
.channel04 .list .time{
    width: 68px;
    height: 44px;
    border-right: 1px solid #e9e9e9;
}
.channel04 .list .dd{
    font-size: 24px;
    color: #333333;
    text-align: center;
    height: 22px;
    line-height: 22px;
}
.channel04 .list li{
    width: 310px;
    float: left;
    height:74px;
    margin-left: 20px;
    margin-bottom: 22px;
    padding-top: 8px;
    border-bottom: 1px solid #ececec;
}
/* 悬浮样式 */
.channel04 .list li:hover .dd,.channel04 .list li.active .dd{
    color: #ff8711;
}
.channel04 .list li:hover .title,.channel04 .list li.active .title{
    font-weight: bold;
}
.channel04 .list .ym{
    font-size: 14px;
    color: #666666;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.channel04 .list .tit_sum{
    width: 225px;
}
.channel04 .tit_sum .title{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.channel04 .tit_sum .summary{
    font-size: 12px;
    color: #999999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}