/*============主要内容区=*/
#mainarea{
	MARGIN:0px 0 0 0px;
	display:inline;
	TEXT-ALIGN: left;
	WIDTH:1230px;
	overflow: hidden;/*保持高度自适应，适应FIREFOX*/
	padding:0px 0px 0px 0px;
}
/*===========边栏设定=display:none;*/
#sidearea{margin:0px 0 0 0px; padding:0px 0 0px 0; }
/*===========边栏信息=*/
.sidearea_box{ width:100%;margin:0 auto 10px auto; display:none;}
.sidearea_box h2 {height:40px;font-size:16px;}
.sidearea_box h2 span {
	float:left;
	height:40px;
	font-family:Microsoft YaHei;
	padding-left:0px;
	line-height:40px;
	font-weight: normal;
	color: #333;
	}
.sidearea_box_con{padding:5px 0 0 0;overflow:hidden;}
.sidearea_box_con ul { margin-top:0px;}
.sidearea_box_con ul li {
	line-height:24px;
	height:24px;
	padding:0;
	overflow: hidden;/*===========根据宽度显示字数=*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*===========边栏二级栏目样式=*/
.class_box{ width:100%;margin:0px 0 0px 0; display:table; border-bottom:0px solid #eee;}
.class_box h2 {height:40px;font-size:18px;border-bottom:1px solid#e4e4e4;border-top:2px solid #666; display:none; }
.class_box h2 span {
	float:left;
	height:40px;
	font-family:Microsoft YaHei;
	padding-left:0px;
	line-height:40px;
	font-weight: normal;
	color: #333;
	}
.class_con {padding:0px 0 0px 0;TEXT-ALIGN: center;}
.class_con ul {padding:0;display:inline-block;}
.class_con ul li{list-style:none;margin:0 0px 0px 0;float:left;}
.class_con ul li a{
	width:204px;
	box-sizing: border-box;
	height:45px;
	line-height:45px;
	color: #666;
	display:inline-block;
	text-align: center;
	padding:0px 20px 0 20px;
	margin:0 1px 0px 1px;
	font-size:18px;
	text-decoration: none;
	background:#f8f8f8;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	overflow: hidden;float:left;
	border:1px solid #eee;

	border-radius:0;
}
.class_con ul li a:hover{
	color: #801979;
	text-decoration: none;
	background:#fff;
	border:1px solid #e4e4e4;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.class_con ul li.ddt a{color:#801979;text-decoration: none;display:block;background:#fff;border:1px solid #e4e4e4;}

#detail_b{
	/*background-image: url(images/list_bj.gif);*/
	padding:0px 0 30px 0;
	line-height:1.8;
	font-size:14px;/*直接内容基础字号*/
	min-height:400px;
	_height:400px;
	color:#333;
	text-align: left;
}
.detail_content{
    min-height:400px;
	_height:400px;
	line-height:2.0;
	font-size:16px;/*直接内容基础字号*/
	color:#333;
	font-weight:normal;
	text-align:left;
}

#info_content img{    max-width: 55% !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100%;
    text-align: center;

    display: block;}
video{width:100%;margin:0px auto 20px auto; padding:0px 0 0 0;}

/*---------详细信息显示样式：标题、属性、内容-*/
#info_title{COLOR: #333;TEXT-ALIGN: center;font-size:28px;line-height:1.5;font-family:Microsoft YaHei;font-weight: normal;margin:auto;OVERFLOW: hidden;white-space:pre-wrap}
#info_pro{line-height:26px;HEIGHT: 26px;margin:20px 0;border-bottom:1px dashed #E5E5E5;}
.info_pro_left{float: left;margin:0;HEIGHT:12px;TEXT-ALIGN: left;padding:0;font-size:12px;line-height:12px;color: #666;}
.info_pro_right{float:right;margin:0;}
.info_pro_right a{
	display: block;
	margin:0 0 0 8px;
	color:#FFF;
	text-align:center;
	font-size:20px;
	width:20px;
	height:20px;
	line-height:18px;
	background-color:#999;
	float:left;
	cursor:pointer;
	text-decoration: none;
}
.info_pro_right a:hover{background:#801979;color:#ffffff;}
#info_content{WIDTH:100%;line-height:30px;TEXT-ALIGN:left;padding: 0px 0 0 0;font-size: 16px;color: #333;}
#info_content p{ margin:0;}
#info_content img{max-width:1230px; height:100%;}
video{width:100%;margin:0px auto 20px auto; padding:0px 0 0 0; background:#333;}
.info_box{margin:0;border-top:1px solid #E4E4E4;}
.info_con{padding:0;TEXT-ALIGN: left;}
.info_con ul {padding:0;width:1260px;}
.info_con ul li{width:600px;text-align:left;color:#801979;margin:0 30px 0px 0px;height:70px;line-height:70px;float:left;font-size:18px;position: relative; padding:0 0 0 30px;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;}
.info_con ul li:before {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	margin:-16.5px 0 0 0;
	width:17px;
	height:33px;
	background:url(../images/list_icon.png) no-repeat;opacity:0.8;filter:alpha(opacity=80);
}
.info_con ul li:hover:before{background:url(../images/list_icon.png) 0px -33px no-repeat;opacity:1.0;filter:alpha(opacity=100)}
.info_con ul li a:hover:before {border:1px solid #801979; background-color:#801979;}
.info_con ul li a:hover{color:#801979;}

/*==========图片详细页显示样式*/
#img_img{width:800px;margin:auto;text-align:center; padding:0 0 20px 0;}
#img_img img{max-width:800px;margin:auto;}
#img_title{COLOR:#801979;TEXT-ALIGN: left;font-size:20px;height:80px;line-height:80px;font-family:Microsoft YaHei;font-weight: normal;OVERFLOW: hidden;white-space:pre-wrap;position: relative; padding:0 0 0 40px;}
#img_title:before {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	margin:-25px 0px 0 0;
	width:25px;
	height:50px;
	background:url(../images/bt_icon.png) no-repeat center;
}

/*==========新闻栏目样式——1=*/
#news_list{ width:100%;margin:0px 0px 0px 0px; border-top:0px solid #eee;}
#news_list ul li{padding:0 0 0 40px;height:65px;line-height:65px;color:#F30;font-size:18px;border-bottom: 1px dashed #dddddd;position: relative;box-sizing: border-box;}
#news_list ul li:before {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	margin:-16.5px 0 0 0;
	width:17px;
	height:33px;
	background:url(../images/list_icon.png) no-repeat;opacity:0.8;filter:alpha(opacity=80);
}
#news_list ul li:hover:before{background:url(../images/list_icon.png) 0px -33px no-repeat;opacity:1.0;filter:alpha(opacity=100)}
#news_list ul li a:hover:before {border:1px solid #801979; background-color:#801979;}
#news_list ul li a{width:1000px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;display:inline-block;}
#news_list ul li strong{color:#999999;font-size:16px;font-weight:normal;padding:0 10px 0 0px;}
#news_list ul li strong a{color:#0a57a7;}
#news_list ul li span {float:right;color:#666;font-size:16px;}
#news_list ul li:hover span{color:#801979;}
/*==========新闻栏目样式——2=*/
.news_con {width:100%;padding:10px 0 0 0;overflow:hidden; }
.news_con ul li{position: relative;padding:0;padding:0px 0 20px 0;overflow: hidden; border-bottom:1px dashed #eee; margin:0 0 20px 0px;}
.news_con ul li span{ width:100px;font-size:16px; font-weight:bold;border:1px solid #dadada; padding:0; margin:0px 20px 0 0px; text-align: center; float:left;overflow:hidden;}
.news_con ul li .day{color:#145ab2;font-size:30px; font-weight: bold; line-height:60px;}
.news_con ul li .year{color:#666;font-size:14px; font-weight: normal; line-height:30px; background:#eeeeee;}
.news_con ul li .intro{color:#999;font-size:14px;font-weight: normal;line-height:1.6;text-align: justify;overflow: hidden;}
.news_con ul li .title{ width:830px;color:#333;font-size:20px;font-weight: normal;line-height:1.8;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;display:inline-block;}
.news_con ul li:hover .title{color:#145ab2;}
.news_con ul li strong{position: absolute;top:0;left:0;border-top:40px solid red;border-right:40px solid transparent;}
.news_con ul li strong:before {
	content:"New";
	font-size:12px;
	color: #fff;
	font-weight: 900;
	position: absolute;
	top:-35px;
	left:2px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* Internet Explorer */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); /* Opera */
	font-weight:bold;
	letter-spacing:1px;
}

/*==============学术活动样式=*/
.xshd_con{width:100%;padding:0px 0 30px 0;box-sizing: border-box; margin:30px 0 0 0;}
.xshd_con ul{width:1260px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.xshd_con ul li a{width:600px;padding:30px 30px;overflow: hidden;text-align: left;border:1px solid #ddd;margin:0px 20px 20px 0; display:inline-block;border-radius:0px;box-sizing: border-box;float:left;}
.xshd_con ul li p{ height:100%;overflow: hidden;}
.xshd_con ul li .title{font-size:16px;height:80px;line-height:1.5;text-align: left;color:#801979; font-weight:bold;}
.xshd_con ul li .name{font-size:16px;line-height:1.5;text-align: left;color: #666; font-weight:bold;}
.xshd_con ul li .date{font-size:20px;height:50px;line-height:1.6;text-align: left; padding:0 0 0 10px;color:#999;font-weight:lighter;}
.xshd_con ul li .date span{font-size:14px;line-height:1.1;text-align: left; padding:0 0 0 10px;color:#999;font-weight: normal;}
.xshd_con ul li .intro{font-size:12px;height:60px;line-height:1.5;text-align: left;color: #666;text-align:justify;}
.xshd_con ul li .img{ width:230px; height:353px; float:left;background:no-repeat top center;background-size:100%; margin:0 20px 0 0;}
.xshd_con ul li a:hover{ background:#f5f5f5;}
/*==学术活动详细页显示样式*/
#xshd_main{background:#fff;margin:20px 0 0 0;}
#xshd_main img{ width:260px;float:left; margin:0 50px 0 0;}
#xshd_main p{ height:100%;overflow: hidden;}
#xshd_main .title{COLOR:#801979;TEXT-ALIGN: left;font-size:20px;height:40px;line-height:1.5; font-weight:bold;}
#xshd_main .name{font-size:16px;line-height:1.7;text-align: left;color: #333; font-weight:normal;}
#xshd_main .date{font-size:16px;line-height:1.7;text-align: left;color:#333;font-weight: normal;}
#xshd_main .content{font-size:14px;line-height:2.0;text-align: left;color: #666;margin:30px 0 0 0;padding:20px 0 0 0px; border-top:1px solid #eee;}
/*===================================================图片栏目图片样式=*/
.img_con_1 {width:100%;padding:30px 0px 0px 0px;}
.img_con_1 ul{padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_1 ul li a{width:1230px;padding:0px 0px 0px 0px;overflow: hidden;text-align: left;margin:0px 0px 30px 0; display:inline-block;border-radius:0px;overflow: hidden;box-sizing: border-box; float:left; background:#ededed;}
.img_con_1 ul li p{ padding:0px 20px;}
.img_con_1 ul li .title{ width:425px;font-size:16px;height:60px;line-height:60px;text-align: left;color:#801979; font-weight: bold;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.img_con_1 ul li .intro{font-size:12px;height:60px;line-height:1.7;text-align: left;color: #666;text-align:justify;}
.img_con_1 ul li img{ width:300px; height:220px;margin:0px 0px 0px 0; float:left}
.img_con_1 ul li a:hover{ background:#f5f5f5;}

.img_con_2 {width:100%;padding:30px 0px 0px 0px;}
.img_con_2 ul{width:1260px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_2 ul li a{width:600px;padding:0px 0px 20px 0px;overflow: hidden;text-align: left;margin:0px 30px 30px 0; display:inline-block;border-radius:0px;overflow: hidden;box-sizing: border-box; float:left; background:#ededed;}
.img_con_2 ul li p{ padding:0px 20px;}
.img_con_2 ul li .title{ width:425px;font-size:16px;height:60px;line-height:60px;text-align: left;color:#801979; font-weight: bold;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.img_con_2 ul li .intro{font-size:12px;height:60px;line-height:1.7;text-align: left;color: #666;text-align:justify;}
.img_con_2 ul li img{ width:100%; height:380px;margin:0px 0px 0px 0;}
.img_con_2 ul li a:hover{ background:#f5f5f5;}

.img_con_3 {width:100%;padding:30px 0px 0px 0px;}
.img_con_3 ul{width:1260px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_3 ul li a{width:390px;padding:0px 0px 20px 0px;overflow: hidden;text-align: left;margin:0px 30px 30px 0; display:inline-block;border-radius:0px;overflow: hidden;box-sizing: border-box; float:left; background:#ededed;}
.img_con_3 ul li p{ padding:0px 20px;}
.img_con_3 ul li .title{ width:260px;font-size:16px;height:60px;line-height:60px;text-align: left;color:#801979; font-weight: bold;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.img_con_3 ul li .intro{font-size:12px;height:60px;line-height:1.7;text-align: left;color: #666;text-align:justify;}
.img_con_3 ul li img{ width:100%; height:240px;margin:0px 0px 0px 0;}
.img_con_3 ul li a:hover{ background:#f5f5f5;}

.img_con_4 {width:100%;padding:0px 0px 0px 0px;}
.img_con_4 ul{width:990px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_4 ul li a{width:217.5px;padding:0px 0px 20px 0px;overflow: hidden;text-align: left;margin:0px 30px 30px 0; display:inline-block;border-radius:0px;overflow: hidden;box-sizing: border-box; float:left; background:#ededed;}
.img_con_4 ul li p{ padding:0px 20px;}
.img_con_4 ul li .title{ width:180px;font-size:14px;height:60px;line-height:60px;text-align: left;color:#801979; font-weight:bold;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.img_con_4 ul li .intro{font-size:12px;height:60px;line-height:1.7;text-align: left;color: #666;text-align:justify;}
.img_con_4 ul li img{ width:100%; height:150px;margin:0px 0px 0px 0;}
.img_con_4 ul li a:hover{ background:#f5f5f5;}