@charset "utf-8";

body {
	color: #333333;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif','微软雅黑';
	background-image: url(../images/bgi-ecnu.gif);
	background-repeat: repeat;
}

/*这里是中英文切换css*/
.language-switcher {
    position: relative; 
	float: right; 
	top: -30px; 
	right: 20px; 
	z-index: 999;
}

/* 其他样式保持原有不变 */
.lang-link {
    font-family: 'Arial', 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    color: #666;
	font-weight: 400;
    text-decoration: none;
    padding: 4px 8px;
    transition: all 0.2s;
}

/* 鼠标悬停优化 */
.lang-link:hover:not(.active) {
	color: #970000;
	font-weight: 600;
    border-radius: 4px;
    background: #f8f9fa;
}

/*这里是头部css*/
.header {
	width: 1487px;
	margin: auto;
}
.header .banner {
	height: 194px;
	background-image: url(../images/banner.gif);
	vertical-align: middle;
	text-align: left;
	display: table-cell;
	width: 1457px;
	padding-left: 30px;
}
.header .nav {
	background-color: #002147;
	height: 50px;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #002147;
	font-weight: bold;
}

.nav li {
    float: left;
}

.nav li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: left;
	padding-top: 15px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
}

.nav li a:hover, .dropdown:hover .dropbtn {
    background-color: #6b7c8f;
}

.nav .dropdown {
    display: inline-block;
}

.nav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #002147;
	filter:alpha(opacity=90);
	opacity: 0.9;
	font-weight: normal;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99999;
}

.nav .dropdown-content a {
	color: #FFFFFF;
	padding: 12px 20px;
	text-decoration: none;
	display: block;
}

.nav .dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #000000;
}

.nav .dropdown:hover .dropdown-content {
    display: block;
}

/*这里是nav菜单详情css*/
/*院系概况-机构设置*/
.nav-leader{
	width: 90%;
	padding: 20px;
	margin: 20px 0;
	overflow: auto;
/*	border: 1px solid #C7C7C7;*/
}
.nav-leader img {
	float: left;
}
.nav-leader-con {
	width: 80%;
	overflow: auto;
}
.nav-leader-con01 {
	font-size: 28px;
	font-weight: bold;
	float: left;
	margin: 0 20px;
	color: #076899;
}
.nav-leader-con02 {
	font-size: 18px;
	float: left;
	margin: 0 20px;
}
.nav-leader-con03 {
	width: 400px;
	height: 2px;
	background-color:#E4E4E4;
	margin: 20px 500px 20px 10px;
	float: left;
}
.nav-leader-con04 {
	width: 90%;
	margin: 10px 20px;
	float: left;
}

/*员工表格css*/
table.staff{
	border-collapse:collapse;
}
table.staff td{
	border: 1px solid #E9E9E9;
}
table.staff th{
	border: 1px solid #E9E9E9;
}


/*这里是搜索css*/
.search-bar {
	padding:9px 0;
	margin-right: 20px;
	float: right
}
.search-bar form {
	position:relative;
	width:220px;
	margin:0 5px;
}
.search-bar input,button {
	border:none;
	outline:none;
}

.search-bar input {
	width:90%;
	height:25px;
	padding-left:10px;
	border:2px solid #970000;
	border-radius:5px;
	background:transparent;
	background-color: #ffffff;
	top:0;
	right:0;
}
.search-bar button {
	height:31px;
	cursor:pointer;
	position:absolute;
	background:#970000;
	border-radius:0 5px 5px 0;
	width:60px;
	top:0;
	right:0;
}
.search-bar button:before {
	content:"Search";
	font-size:13px;
	color:#F9F0DA;
}


/*这里是主体css*/
.content {
	width: 1487px;
	margin: auto;
}


/*这里是公共标题titlebar*/
.title-bar {
	height: 80px;
	width: auto;
}
.title {
    color: #002147;
    font-weight: bolder;
    font-size: 20px;
    text-align: left;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 5px solid #002147;
    width: auto;
}
.more {
    color: #333333;
    float: right;
    font-weight: normal;
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    padding-left: 20px;
}
.more a{
	text-decoration: none;
	color: #333333;
}
.more a:hover{
	font-style: italic;
	text-decoration: underline;
}


/*这里是第一行模块css滚动图*/
.content .news {
	display: block;
	width: 100%;
	height: 570px;
}
.content .news .shutter-img {
	width: 1460px;
	height: 520px;
	float: left;
	margin: 15px 5px;
	padding-top: 5px;
	border: 4px solid #D9D4C6;
	background-size: cover; 
}

.content .news .newslist {
	width: 345px;
	height: 480px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}


/*这里是第二行模块css-others*/
.content .others{
	display: block;
	width: 100%;
	min-height: 550px;
	overflow: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*这里是Seminars and Mini-Course*/
.content .seminar {
	width: 60%;
	min-height: 516px;
	overflow: auto;
	margin: 15px 0;
	padding-bottom: 30px;
	float: left;
	background-color:#FFFFFF;
	border: 1px solid #E4E4E4;
	border-top-right-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}

.sem-t {
	height: 82px;
	width: 100%;
	float: left;
}
.sem-t-img {
	background-image: url(../images/list1.gif);
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.sem-t-list {
	height: 82px;
	width: 92%;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
.sem-t-list:hover{
	background-color: #f2f2f2;
}
.sem-t-l-title {
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin: 0 auto;
    color: #002147;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sem-t-l-title a{
	text-decoration: none;
	color: #002147;
}
.sem-t-l-title a:hover{
	color:#ffffff;
	background-color: #9A9A9A;
}
.sem-t-l-time {
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin: 0 auto;
	color: #970000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.sem-t-l-people {
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*这里是Conference模块*/
.forum {
	height: 486px;
	height: auto;
	width: 35%;
	float: right;
	margin: 15px;
	background-color: #f6f6f6;
}
.forum-titlebox{
	height: 150px;
	padding: 20px;
	background-color: #002147;
}
.forum-title {
    width: 60%;
    float: left;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
	padding-bottom: 75px;
    margin-bottom: 25px;
    border-bottom: 5px solid #FFFFFF;
}
.forum-more{
	float: right;
	line-height: 28px;
}
.forum-more a{
	text-decoration: none;
	color: #fff;
	
}
.forum-more a:hover{
	font-style: italic;
	text-decoration: underline;
}

.forum-list {
	margin: 15px 20px 15px 20px;
	padding-bottom: 15px;
	overflow: auto;
}
.forum-date{
    width: 80px;
    height: 70px;
    border-radius: 15px;
    background-color: #fff;
	float: left;
}
.forum-date-day{
    width: 100%;
    height: 50%;
    background-color: #002147;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.forum-date-year{
	line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.forum-list-titlebox{
	width: 80%;
	height: 50px;
	float: left;
	margin-left: 10px;
}
.forum-list-titlebox a{
	text-decoration: none;
}
.forum-list-title{
	color: #002147;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 5px;
　　 vertical-align: middle;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.forum-list-title:hover{
	background-color: aliceblue;
}

.forum-list-name{
	color: #999999;
	font-size: 14px;
}



/*这里是尾部css*/

.footer {
	width: 1487px;
	margin: auto;
	color: #FFFFFF;
}
.footer .footer01 {
	height: 338px;
	background-color: #002147;
	text-align: center;
}
.footer01-1{
	padding: 40px 0 20px 0;
	overflow: hidden;
}
.footline{
	width: 628px;
	height: 1px;
	float: left;
	background-color: #797979;
	margin: 61px 26px;
}

.footer01-1 img{
	float: left;
}
.footer01-2{
	color: #999999;
	font-size: 13px;
	margin-bottom: 40px;
}
.footer01-3{
	
}
.footer01-3 a{
	text-decoration: none;
	color: white;
}
.footer01-4{
	margin: 15px 0;
}
.footer01-4 a{
	text-decoration: none;
	color: white;
	font-size: 13px;
}

.footer .footer02 {
	height: 67px;
	background-color: #333333;
	font-size: 14px;
	text-align: center;
}
.f2-logo {
	height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 194px;
}

.f2-logo img{
	float: left;
}
.f2-logo p{
	float: left;
	margin-top: 22px;
	
}

/*这里是尾部CSS弃用部分——暂留*/
.ql-title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.ql-link {
	padding-left: 30px;
	padding-right: 30px;
	height: 180px;
	white-space: nowrap;
}
.ql-box {
	width: 20%;
	font-size: 14px;
	margin-left: 45px;
	margin-top: 30px;
	padding-left: 10px;
	border-left: 2px solid #666666;
	float: left;
	text-align: left;
}
.ql-boxtitle {
	font-size: 18px;
	font-weight: bold;
}
.ql-box p {
	line-height: 10px;
}
.ql-box p a {
	text-decoration: none;
	color: #cccccc;
}


.ql-link p {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ql-link p a{
	text-decoration: none;
	color: #ffffff;
}

.line {
	width: 2px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 7px;
	margin-right: 5px;
	height: 200px;
}
.contact-us {
	width: 25%;
	height: 100%;
	float: right;
}
.contact-us p {
	line-height: 28px;
	;
	;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/*这里是列表详情页css*/
/*面包屑导航*/
.mbx {
	height: 19px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}
.mbx span {
	font-weight: bold;
}
.mbx a {
	text-decoration: none;
	color: #666666;
}
/*面包屑下方内容*/
.con {
	height: auto;
	overflow: auto;
}
/*侧边菜单栏*/
.con .con-sidebar {
	width: 264px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
/*侧边栏一级菜单*/
.con-sidebar-f {
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	margin: 1px auto;
	background-color: #002147;
	padding-left: 15px;
}
.con-sidebar-f a {
	text-decoration: none;
	color: #ffffff;
}
.con-sidebar-f:hover{
	background-color: #2687EB;
}

/*侧边栏二级菜单*/
.con-sidebar-s {
	
}
.con-sidebar-s ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.con-sidebar-s a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	padding: 8px 0 8px 30px;
	display: block;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ffffff;
}
.con-sidebar-s a:hover{
	color: #ffffff;
	background-color: #b70031;
}
/*侧边栏三级菜单*/
.con-sidebar-t a{
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	padding: 6px 0 6px 60px;
	display: block;
	background-color:#FDFDFD;
	border-bottom: 1px solid #ffffff;
}
.con-sidebar-t a:hover{
	color: #ffffff;
	background-color: #838383;
}


/*右侧通用内容栏css*/
.con .con-body {
	margin-left: 15px;
	margin-right: 15px;
	width: 1160px;
	min-height: 700px;
	margin-top: auto;
	margin-bottom: 30px;
	float: right;
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	position: relative;
}
.con .con-body .con-b-title {
	margin: 20px 40px;
	height: 50px;
	color: #076899;
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
}
.con .con-body .con-b-line {
	height: 5px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #F84241;
}
.con .con-body .con-b-content {
    margin: 20px 40px;
	font-size: 18px;
    line-height: 32px;
    color: #3333333;
}
.con-b-content-teamtitle{
	color:#b70031;
	font-size: 20px;
	font-family:abel;
	font-weight: 800;
}

/*这里是右侧列表css*/
.con-body .seminarlist{
	margin: 20px 50px 20px 5px;
	overflow: auto;
}
.con-body .seminarlist li{
	list-style-type: none;
	list-style-image: url( ../images/list2.gif);
	border-bottom: 1px solid #E4E4E4;
	text-align: justify;
	padding: 15px 0 2px 0;
}
.con-body .seminarlist li a{
	text-decoration: none;
	color: #666666;
}
.con-body .seminarlist li a:hover{
	color: #666666;
	background-color: #E4E4E4;
}
.con-body .seminarlist li span{
	float: right;
	font-weight: lighter;
	color: #999999;
	line-height: 30px;
}

/*学术报告列表单独css*/
.con-body .xueshubaogao{
	margin: 20px 50px 20px 5px;
	overflow: auto;
}
.con-body .xueshubaogao li{
	list-style-type: none;
	text-align: justify;
	padding: 15px 0 2px 0;
	display: inline-block;
}
.rili{
	width: 70px;
	height: 60px;
	background-color: #85aeda;
	color: #ffffff;
	text-align: center;
	padding: 10px 0px;
	float: left;
}
.rili .month{
	font-size: 18px;
}
.rili .day{
	font-size: 24px;
}
.xueshubaogao-title{
	min-height: 80px;
	width: 940px;
	float: left;
	margin: 0 0 0 10px;
}
.xueshubaogao-title01 a{
	text-decoration: none;
	color:#076899;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	display: block;
}
.xueshubaogao-title01 a:hover{
	background-color:#E0E0E0;
}
.xueshubaogao-title02{
	padding: 10px 0 0px 0;
}

/*列表页页码css*/

.page {
	bottom: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
	margin:0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: #999999;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #687C8F;
    color: white;
    border: 1px solid #687C8F;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}


/*这里是新闻详情页css*/
.con-body .con-b-newstitle {
	min-height: 50px;
	color: #076899;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
.con-body .con-b-newstime {
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
.con-body .con-b-newsdetail {
	margin: 20px 40px;
	line-height: 32px;
	text-align: center;
}
.con-body .con-b-newsdetail p {
	text-align: justify;
}
.con-body .con-b-newsdetail img {
	margin: 0 auto;
	max-width: 100%;
}

/*这里是学术报告详情页css*/
.con-body .con-b-seminartitle {
	min-height: 50px;
	color: #076899;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
.con-body .con-b-seminarreporter {
 	margin: 0px 40px;
	text-align: center;
	font-weight: bold;
	color: #000000
	font-size: 14px;
}
.con-body .con-b-seminartime {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
.con-body .con-b-seminardetail {
		margin: 20px 40px;
	line-height: 32px;
	text-align: justify;
}

.quicl-link {
	width: 74%;
	height: 100%;
	float: left;
}



/*这里是faculty在职人员列表css*/
.faculty_NewTable{
	border: #A6A6A6 1px solid;
	border-collapse:collapse; 
	font-size: 14px;	
}
.faculty_NewTable th,.faculty_NewTable td{
	border:1px solid #ffffff;
	padding:2px 5px 2px 5px;
}
.faculty_NewTable th{  
  font-size:16px;
  text-align:center;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#418bca;
  color:#ffffff;
}
.faculty_NewTable tr td:first-child{
	width: 80px;
	text-align: center;
    background-color: #d9edf6;
	font-size: 16px;
	font-weight: bold;
}
.faculty_NewTable tr td.faculty-letter{
	background-color:#ffffff;
	font-size: 28px;
	line-height: 44px;
	text-align: left;
	font-weight: 400;
}
.faculty_NewTable tr:nth-child(even){
	background:#F4F4F4;
}
.faculty_NewTable tr:nth-child(odd){
	background:#fdf8e3;
}

/*这里是领导团队、行政人员CSS*/

.staff-box{
	float: left;
	width: 230px;
	height: 400px;
	margin: 10px 15px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.staff-box img{
	width: 220px;
	height: 300px;
}
.staff-box-name{
	font-size: 30px;
	padding: 5px 0 10px 0;
	font-weight: 600;
	color:#002147;
	display: block;
}
.staff-box-title{
	font-size: 16px;
	line-height: 16px;
	float: left;
}