@charset "gb2312";

body {
    color: #333333;
    font-family: '微软雅黑';
    background-image: url(../images/bgi-ecnu.gif);
    background-repeat: repeat;
    left: auto;
}

/*这里是头部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: 14px;
	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:auto;
	overflow: hidden;
}
.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: auto;
	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:"搜索";
	font-size:13px;
	color:#F9F0DA;
}


/*这里是主体css*/
.content {
	width: 1487px;
	margin: auto;
}
/*这里是公共标题titlebar*/
.title-bar {
	height: 80px;
	width: auto;
}
.title {
	color: #002147;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 5px solid #002147;
}
.more {
	color: #333333;
	float: right;
	font-weight: lighter;
	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: 520px;
}
.content .news .shutter-img {
	width: 1070px;
	height: 472px;
	float: left;
	margin: 15px 15px;
	padding: 2px;
	border: 4px solid #D9D4C6;
}

.content .news .newslist {
	width: 345px;
	height: 480px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.nl-title {
	width: auto;F
	height: 64px;
	font-size: 24px;
	border-bottom: 1px solid #d9d4c6;
	line-height: 64px;
	margin: 0 auto;
}
.nl-content {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	text-align: justify;
	background-color: undefined;

}

.nl-content a {
	text-decoration: none;
	color: #333333;
}
.nl-content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #CED5DE;
}
/*这里是第二行模块css*/
.middle{
	height: 142px;
	width: auto;
	background-image: url( "../images/middle2023.png");
	text-align: center;
}
.middle-font{
    display: inline-block;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 21px 18px 20px 18px;
    /*position: relative;*/
	}
.middle-font a{
	text-decoration: none;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	}
.middle-font:hover{
		background-color: #002147;
		opacity: 1;
		transition-duration: 0.3s;
	}

/*这里是第三行模块css-thirdbox*/
.thirdbox {
	display: block;
	margin: 30px 0;
	min-height: 486px;
	overflow: auto;
}
/*这里是重要链接模块*/
.thirdbox .importantlinks {
	width: 231px;
	height: 476px;
	background-image: url(../images/triangle.png);	
	float: left;
	margin: 15px;
}

.importantlinks a{
	display: block;
	width: 100%;
	height: 64px;
	margin: 20px 0 37px 0;
	padding: 18px 0 0px 0;
	text-align: center;
	border-radius: 5px;
	color: #333333;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.importantlinks a:hover{
	background-color: rgba(0,33,71,0.60);
	color: #ffffff;
	transition-duration: 0.3s;
	font-style: normal;
}

/*这里是学院新闻模块*/
.thirdbox .collegenews {
	min-height:486px;
	width: 831px;
	float: left;
	margin: 15px 0;
	background-color:#FFFFFF;
	border: 1px solid #E4E4E4;
	border-top-right-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.collegenewslist {
	height: 130px;
}
.news-img {
	float: left;
	margin: 0 20px;
}
.news-content {
	width: 630px;
	float: right;
}
.news-content01 {
	height: 24px;
	width: 500px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-content01 a{
	text-decoration: none;
	color: #333333;
}
.news-content02 {
	height: 24px;
	width: 100px;
	margin-right: 30px;
	float: right;
	text-align: right;
	color: #cccccc;
	font-weight: lighter;	
}
.news-content03 {
	width: 600px;
	float: left;
	font-size: 14px;
	color: #999999;
	margin: 10px 30px 10px 0;
	overflow:hidden; 
/*	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; */
	position:relative;
    line-height:18px;
    height:36px;
}
.news-content03::after{
	content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 25px 0px 3px;
	background-color:#ffffff;
}
.news-content04 {
	width: 140px;
	height: 24px;
	float: right;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
	background-color: #990000;
}
.news-content04 a{
	text-decoration: none;
	color: #ffffff;
}





/*这里是特色系列讲座模块*/
.thirdbox .lecture {
	height: 486px;
	width: 345px;
	float: right;
	margin: 15px;
	background-color: #f6f6f6;
}
.lecture-title {
	height: 120px;
	padding: 20px;
	background-color: #002147;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}
.lecture-title hr{
	width: 200px;
	height: 3px;
	margin: 60px 0px 0px 0px;
	background-color: #ffffff;
}
.lecture-list {
	margin: 10px 20px 0px 20px;
	padding-bottom: 10px;
	overflow: auto;
}
.lecture-list01 {
	float: left;
	color: #002147;
	font-size: 36px;
	font-weight: bold;
}
.lecture-list02 {
	margin: 8px 10px 8px 10px;
	float: left;
	width: 2px;
	height: 32px;
	background-color: #e4e4e4;
}
.lecture-list03 {
	margin: 6px 0 0 0;
	float: left;
}
.lecture-list03 a{
	text-decoration: none;
	color: #002147;
}
.lecture-list03-1 {
	width: 180px;
	color: #002147;
	font-size: 16px;
	font-weight: bold;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lecture-list03-2 {
	width: 180px;
	color: #999999;
	font-size: 12px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}












/*这里是第四行模块css-others*/
.content .others{
	display: block;
	width: 100%;
	min-height: 550px;
	overflow: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content .others .announcement {
	width: 446px;
	min-height: 516px;
	overflow: auto;
	margin: 15px;
	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);
}
.content .others .seminar {
	width: 600px;
	min-height: 516px;
	overflow: auto;
	margin: 15px;
	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);
}
.content .others .conference {
	width: 345px;
	min-height: 516px;
	overflow: auto;
	margin: 15px;
	padding-bottom: 30px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-top-right-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


/*通知通告小标签label*/
.label{
	display: inline-block;
	margin-bottom: 10px;
}
.label-sec{
	float: left;
	margin: 0px 0px 5px 8px;
}
.label-sec a{
	display: blockl;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 14px;
	color: #085FDA;
	border-radius: 5px;
	border: 1.5px solid #B9B9B9;
}
.label-sec a:hover{
	background-color: #085FDA;
	color: #ffffff;
	border: 1.5px solid #085FDA;
}
.label-sec a::after{
	background-color: #970000;
	color: #ffffff;
	border: 1.5px solid #970000;
}

.ann-t {
	height: 32px;
	width: auto;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 8px;
	margin-left: 7px;
	margin-right: 7px;
}



.ann-t-img {
	width: 10px;
	height: 7px;
	background-image: url(../images/list2.gif);
	float: left;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-right: 10px;

}

.ann-t-title {
	width: 325px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ann-t-title a{
	text-decoration: none;
	color: #666666;
}
.ann-t-title a:hover{
	color: blue;
	text-decoration: underline;
}
.ann-t-time {
	width: 74px;
	height: 32px;
	float: right;
	line-height: 32px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: lighter;
	color: #999999;
}
.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: 550px;
	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-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;
}
.con-t {
	height: 82px;
	width: 345px;
	float: left;
}
.con-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;
}
.con-t-list {
	height: 64px;
	width: 300px;
	float: left;
}
.con-t-list:hover{
	background-color: #f2f2f2;
}
.con-t-l-title {
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
    color: #002147;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.con-t-l-title a{
	text-decoration: none;
	color: #002147;
}
.con-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;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*这里是尾部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: 20px;
	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;
	line-height: 32px;
	text-align: justify;
	color: #3333333;
}

/*这里是右侧列表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 0px 0 20px;
}
.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-seminargroup {
 	margin: 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
		color: white;
	background: #076899;
	width: 350px;
	height:30px;
}
.con-body .con-b-seminargroup:after{
  	content:'';
    width:20px;
    height: 0%;
    border: 15px solid;
    border-color:transparent transparent  transparent #076899;
    position: absolute;
    left:350px;
    top: 0px;
}

.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 70px;
	line-height: 32px;
	text-align: justify;
}
.con-body .con-b-seminardetail img{
	max-width:1000px;
}

.quicl-link {
	width: 74%;
	height: 100%;
	float: left;
}



/*这里是精品视频课程展示详情页css*/
.analysis{
	position: relative;
	margin: 10px;
	float: left;
}
.analysis img{
    width: 240px;
    height: 135px;
	
}
.analysis .mask {
    position: absolute;
    top: 100px;
    left: 0;
    width: 240px;
    height: 35px;
    background: rgba(101, 101, 101, 0.6);
    color: #ffffff;
    opacity: 1;
}
.analysis .mask h3 {
    text-align: center;
	line-height: 0px;
}
.analysis a:hover .mask {
    /*opacity: 1; 
	color: #ffffff;*/
	top: 0;
	height: 135px;
}
.analysis a:hover .mask h3{
	line-height: 100px;
}
.analysis_new a{
	text-decoration: none;
	display: block;
	min-width: 100px;
	height: 36px;
	float: left;
	padding: 0 10px;
	margin: 5px;
	text-align: center;
	color: #444444;
	background-color: #E4E4E4;
}
.analysis_new a:hover{
	color: #ffffff;
	background-color: #B70031;
}


/*这里是党员活动、工会活动、非常数学、校友活动、社会服务列表页css*/
.partylistbox{
	margin: 20px 50px 20px 5px;
	overflow: hidden;
}
.partylistbox li{
	list-style-type: none;
	text-align: justify;
	width: 92%;
	padding: 25px 40px;
	display: inline-block;
	background-color: #F2F2F2;
	border-radius: 5px;
	margin: 20px 0px;
}
.partylist-text{
	float: left;
	width: 50%;
}
.partylist-title{
	font-size: 20px;
	line-height: 48px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.partylist-content{
	font-size: 16px;
	color: #999999;
	margin: 10px 0px 10px 0;
	overflow:hidden; 
	position:relative;
    line-height:28px;
    height:84px;
}
.partylist-content::after{
	content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0px 20px 0px 2px;
	background-color:#f2f2f2;
}
.partylist-time{
	font-size: 16px;
	text-align: right;	
}
.partylist-button{
	display: block;
	width: 140px;
	height: 40px;
	background-color: #990000;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: aliceblue;
	text-decoration: none;
}

.partylist-img{
	float: right;
	width: 450px;
	height: 225px;
}





/*这里是faculty在职人员css*/
.faculty_NewTable{
	border: #A6A6A6 1px solid;
	border-collapse:collapse; 
	font-size: 14px;	
    /*border-spacing:2pt; */
}
.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-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*/
.verymath_culture{
	position: relative;
	margin: 10px;
	float: left;
}
.verymath_culture img{
    width: 225px;
    height: 135px;
	
}
.verymath_culture .mask {
    position: absolute;
    top: 100px;
    left: 0;
    width: 225px;
    height: 35px;
    background: rgba(101, 101, 101, 0.6);
    color: #ffffff;
    opacity: 1;
}
.verymath_culture .mask h3 {
    text-align: center;
	line-height: 0px;
}
.verymath_culture a:hover .mask {
    /*opacity: 1; 
	color: #ffffff;*/
	top: 0;
	height: 135px;
}
.verymath_culture a:hover .mask h3{
	line-height: 100px;
}
.verymath_culture_new a{
	text-decoration: none;
	display: block;
	min-width: 100px;
	height: 36px;
	float: left;
	padding: 0 10px;
	margin: 5px;
	text-align: center;
	color: #444444;
	background-color: #E4E4E4;
}
.verymath_culture_new a:hover{
	color: #ffffff;
	background-color: #B70031;
}
