﻿@charset "UTF-8";

body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #035293;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
.img{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img:hover img{
    transform: scale(1.1);
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*头部*/
.header{
    position: relative;
}
.header .top{
    height: 155px;
    background: url(../images/header.jpg) no-repeat center center;
}
.header .logo{
    float: left;
    padding: 33px 0;
}
.header .search{
    float: right;
    margin-top: 40px;
}
.header .search p{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.header .search p img{
    margin-right: 10px;
}
.header .search form{
    position: relative;
}
.header .search input[type='text']{
    width: 360px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid rgba(36,104,242,0.99);
    border-radius: 22px;
    padding: 0 70px 0 10px;
    box-sizing: border-box;
}
.header .search input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 44px;
    border: none;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    background: #035293 url(../images/search.png) no-repeat center center;
}
.header .toggle{
    display: none;
}
/*导航栏*/
.nav{
    height: 50px;
    background-color: #035293;
}
.menu{
    display: flex;
}
.menu>li{
    position: relative;
    flex-grow: 1;
    font-size: 16px;
}
.menu>li:before{
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 22px;
    background: #4C83B1;
}
.menu>li:last-of-type:after{
    display: none;
}
.menu>li>a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.menu>li>a.on,
.menu>li>a:hover{
    background-color: rgba(0,0,0,.4);
}
.menu .second-menu{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 999;
}
.menu .second-menu a{
    display: block;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.menu .second-menu a:hover{
    background: rgba(3, 82, 147,.8);
}
/*轮播图*/
#slide .swiper-pagination{
    bottom: 5%;
}
#slide .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    background: #E6E6E6;
    border-radius: 0;
    opacity: 1;
}
#slide .swiper-pagination-bullet-active{
    background: #035293;
}
/*主体*/
.section{
    position: relative;
    min-height: 300px;
}
.title{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
}
.title h2{
    display: flex;
    align-items: center;
}
.title h2 a{
    font-size: 20px;
    font-weight: normal;
    margin-left: 15px;
}
.title a.rt{
    color: #787879;
}
.title a.rt:hover{
    color: #035293;
    font-weight: bold;
}
/*学院新闻*/
.news-box{
    float: left;
    width: 432px;
}
.news-box .img{
    height: 293px;
    overflow: hidden;
}
.news-box p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    background: rgba(3, 82, 147, 0.7);
}
#news .swiper-pagination{
    bottom: 40px;
}
.news .list{
    margin-left: 462px;
}
.list li{
    margin-top: 22px;
    font-size: 16px;
}
.list li p{
    margin-right: 100px;
}
.list li p a{
    position: relative;
    padding-left: 15px;
}
.list li p a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    transition: .3s;
}
.list li p a:hover:before{
    left: 5px;
    background-color: #035293;
}
.list li span{
    color: #999;
}
/*公告通知*/
.wrapper{
    display: flex;
    justify-content: space-between;
}
.notice{
    width: 37.25%;
}
.notice-first{
    font-size: 16px;
    padding-bottom: 23px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ebebeb;
    overflow: hidden;
}
.date{
    float: left;
    font-size: 15px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #F0F0F0;
}
.date h3{
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
}
.text{
    margin-left: 90px;
}
.text h2{
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.notice .list li{
    margin-top: 15px;
}

/*快速链接*/
.fast{
    min-width: 265px;
    width: 265px;
}
.fast li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    color: #fff;
    font-size: 26px;
    background: #7CA2DE;
    margin-bottom: 13px;
}
.fast li:nth-of-type(2) a{
    background: #FD9065;
}
.fast li:nth-of-type(3) a{
    background: #48B9B7;
}
.fast li:nth-of-type(4) a{
    background: #9CA34B;
    margin-bottom: 0;
}
.fast li a:hover{
    opacity: 0.8;
}
/*校园风光*/
#view .swiper-slide{
    padding: 0 4%;
    box-sizing: border-box;
}
#view p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    background: rgba(3, 82, 147, 0.7);
}

/*尾部*/
.footer{
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    padding: 40px 0;
    background: #035293;
}
.footer .copyright{
    float: left;
    line-height: 2em;
    margin-top: 15px;
    opacity: 0.8;
}
.footer .code{
    float: right;
    text-align: center;
}

.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #035293;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #035293;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #035293;
}

.column{
    margin: 30px 0 0 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
    font-size: 16px;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #035293;
}

.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #035293;
}

.leader-list{
    margin: 10px;
    overflow: hidden;
}
.leader-list li{
    float: left;
    width: 50%;
    padding: 15px;
    background-color: #eee;
    border: 10px solid #fff;
    box-sizing: border-box;
}
.leader-list li>a{
    float: left;
    width: 120px;
    height: 168px;
    overflow: hidden;
}
.leader-list li>a img{
    width: 100%;
    height: 100%;
}
.leader-list li div{
    margin-left: 140px;
    height: 168px;
    overflow: hidden;
}
.leader-list li h3{
    line-height: 1.75em;
    margin-bottom: 8px;
}
.leader-list li h3 a{
    color: #035293;
    font-size: 18px;
    font-weight: normal;
}
.leader-list li p{
    line-height: 1.75em;
    margin-top: 5px;
    color: #666;
    text-align: justify;
}

.detail{
    margin-top: 20px;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0 10px;
}
.caption p span{
    color: #999;
    margin: 0 8px;
}
.content{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0F0F0;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
}

.profile{
    margin-top: 20px;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 15px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
}
