﻿@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;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #004C80;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse: collapse;
}
table th,table td{
    padding: 5px 10px;
    border: 1px solid gray;
}
video{
    max-width: 100%;
}

.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;
    background: #00538C url(../images/header.jpg) no-repeat center top;
}
.header .logo{
    float: left;
    line-height: 176px;
}
.header .search{
    float: right;
    margin-top: 68px;
}
.header .search input{
    float: left;
    height: 40px;
    line-height: 40px;
}
.header .search input[type='text']{
    width: 340px;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}
.header .search input[type='submit']{
    width: 60px;
    border: none;
    cursor: pointer;
    background: #004C80 url(../images/search.png) no-repeat center center;
}

/*导航栏*/
.nav{
    position: relative;
    height: 60px;
    background: #004C80;
}
.menu{
    display: flex;
}
.menu>li{
    flex-grow: 1;
    position: relative;
}
.menu>li>a{
    position: relative;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 60px;
    text-align: center;
}
.menu>li:hover{
    background: #007aff;
}
.menu .second-menu{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: 99;
}
.menu .second-menu a{
    display: block;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu .second-menu a:hover{
    background: #004C80;
}
.toggle{
    display: none;
}

/*轮播大图*/
#slide img{
    width: 100%;
}
.swiper-pagination{
    bottom: 20px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #004C80;
}

/*主体*/
.section{
    position: relative;
    min-height: 500px;
}
.title{
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    overflow: hidden;
}
.title h2{
    font-size: 30px;
    position: relative;
    padding-left: 30px;
}
.title h2:before{
    content: '';
    position: absolute;
    top: 16px;
    left: 10px;
    width: 4px;
    height: 30px;
    background: #004C80;
}
.title .rt{
    margin-right: 30px;
    color: #666;
    font-size: 16px;
}
.title .rt:hover{
    color: #004C80;
}

.news-notice{
    position: relative;
    margin-top: -80px;
    z-index: 9999;
}
.news-notice>div{
    min-height: 300px;
    height: 418px;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.news-notice .title{
    border: none;
    border-bottom: 1px solid #DFDFDF;
}
.news{
    float: left;
    width: 936px;
}
.news-info{
    height: 356px;
    padding: 30px;
    box-sizing: border-box;
}
.news-info .img{
    float: right;
    width: 395px;
    height: 260px;
    overflow: hidden;
}
.news-info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-info .txt{
    float: left;
    width: 445px;
}
.news-info .txt .date{
    color: #004C80;
    font-size: 16px;
    font-weight: bold;
}
.news-info .txt .date span{
    font-size: 36px;
    font-family: 'Arial';
    margin-right: 10px;
}
.news-info .txt h2{
    margin: 10px 0;
    font-size: 18px;
    height: 3em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-info .txt p{
    color: #666;
    font-size: 16px;
    height: 7em;
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.notice{
    float: right;
    width: 444px;
}
.notice ul{
    padding: 30px;
}
.notice ul li{
    position: relative;
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}
.notice ul li p{
    margin-bottom: 10px;
}
.notice ul li:after{
    content: '';
    position: absolute;
    left: 100px;
    right: 0;
    bottom: 10px;
    height: 1px;
    background: #EBEBEB;
}
/*协会活动*/
.activity{
    min-height: 220px;
    background: url(../images/hd_bg.jpg) no-repeat center bottom;
}
.activity ul{
    margin: 10px -15px;
    overflow: hidden;
}
.activity ul li{
    float: left;
    width: 31%;
    height: 90px;
    margin: 20px 15px;
    border: 1px solid #004C80;
}
.activity ul li .date{
    float: left;
    margin: -20px 0 0 20px;
    width: 88px;
    height: 72px;
    color: #fff;
    text-align: center;
    background: #004C80;
}
.activity ul li .date h2{
    line-height: 45px;
    font-size: 36px;
    font-family: 'Arial';
}
.activity ul li>p{
    margin: 15px 30px 0 120px;
    font-size: 16px;
    font-weight: bold;
    height: 3.5em;
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.activity .title{
    border: none;
}
/*育人特色*/
.honor{
    margin: 30px 0;
}
.honor .box{
    border: 1px solid #DFDFDF;
    border-top: none;
    overflow: hidden;
}
.honor .box>.lf{
    width: 936px;
    border-right: 1px solid #DFDFDF;
    box-sizing: border-box;
}
.honor .box>.rt{
    width: 460px;
}
#honor .txt{
    width: 100%;
}
#honor .img{
    display: none;
}

/*学术讲座*/
.garden{
    min-height: 200px;
    padding-top: 60px;
    background: url(../images/xsjz.jpg) no-repeat center top;
}
.garden>div{
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    padding: 0 60px 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgba(6,10,16,0.1);
}
.garden h1{
    font-size: 30px;
    text-align: center;
    padding: 30px 0;
}
.garden h1 a{
    position: relative;
}
.garden h1 a:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 24px;
    height: 4px;
    margin-left: -12px;
    background: #004C80;
}
.garden ul li{
    margin-bottom: 20px;
}
.garden ul li p{
    margin-right: 40px;
}
.garden ul li a{
    color: #666;
    font-size: 16px;
}
.garden ul li i{
    width: 20px;
    height: 20px;
    background: url(../images/download.png) no-repeat center center;
}
.garden ul li:hover a{
    color: #004C80;
}

/*尾部*/
.footer{
    padding: 35px 0;
    line-height: 2.2em;
    color: #fff;
    font-size: 16px;
    margin-top: 60px;
    background: #004C80;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #C32D30;
}
.footer span{
    margin: 0 5px;
}
.footer span:last-of-type{
    display: none;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 15px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
}

.banner{
    margin-bottom: -30px;
}
.banner img{
    width: 100%;
}

.side{
    float: left;
    width: 270px;
    min-height: 580px;
    background: url(../images/side_bg.jpg) no-repeat center bottom;
}
.side p{
    height: 120px;
    line-height: 120px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: url(../images/lm_bg.jpg) no-repeat;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
    margin: 0 40px;
}
.side li a{
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}
.side>ul>li>a{
    border-bottom: 1px dotted #ccc;
}
.side>ul>li span{
    position: absolute;
    top: 21px;
    right: 0;
    color: #9D9696;
    font: 16px '宋体';
    font-weight: bold;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    height: 50px;
    line-height: 50px;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #004C80;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a,
.side ul .active>span{
    color: #004C80;
}

.column{
    margin-left: 300px;
    padding: 0 30px;
    background: #fff;
}

.bread{
    height: 67px;
    line-height: 67px;
}
.bread h1{
    color: #004C80;
    font-size: 18px;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    border-left: 4px solid #004C80;
}
.bread .rt{
    position: relative;
    color: #999;
}
.bread .rt a{
    color: #999;
}
.bread .rt a:hover{
    color: #004C80;
}
.bread .rt span{
    color: #004C80;
}

.common-list li{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dotted #ddd;
}
.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: #004C80;
}

.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    color: #004C80;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 10px 0;
}
.caption p span{
    color: #999;
    margin: 0 5px;
}
.content{
    margin: 20px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #F0F0F0;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    overflow: hidden;
}

.profile{
    padding: 30px 0;
    min-height: 300px;
    font-size: 16px;
}

/*师资队伍*/
.teacher p{
    color: #333;
	text-align: center;
}
.teacher ul{
	margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 300px;
}
.teacher li{
    float: left;
    width: 25%;
	padding: 15px 15px 0;
    line-height: 40px;
    font-size: 16px;		
}
.teacher li img{
	width: 100%;
border: 1px solid #dcdc; height: 270px;
	object-fit: cover;
}

/*现任领导*/
.leader{
    margin: 30px 0;
}
.leader ul{
    margin: 0 -15px;
    overflow: hidden;
	min-height: 300px;
}
.leader li{
	display: flex;
    float: right;
    width: calc(50% - 10px);
	padding: 20px;
    margin: 0 0px 20px;
    background: #eee;
}

.leader li:nth-child(2n){
	float: left;
}

.leader li:first-of-type {
	float: left;
        width: 100%;
}

.leader li .ptbox{
	width: 140px;
	margin-right: 25px;
}
.leader li .ptbox .inner{
	padding-bottom:140% ;
}
.leader li .info{
   flex: 1;
}
.leader li .info h2{
    font-weight: normal;
	color: #7B031F;
}
.leader li .info h2>a{
	color: #7B031F;
}
.leader li .info p{
    color: #666;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}

.ptbox .pic:hover .img {
	transform: scale(1.1);
}

.ptbox .img a {
	display: block;
	height: 100%;
}

.ellipsis-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 30px;
    height: 30px;
}
.page a:hover,
.page span:hover {
    border: 1px solid #1258AD;
    text-decoration: none;
    color: #1258AD;
    cursor: pointer;
}
.page .current {
    background: #1258AD;
    border: 1px solid #1258AD;
    color: #fff !important;
    font-weight: bold;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
}