@charset "utf-8";

/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
*{
	margin:0;
	padding:0;
}

/* 修正IE5.x和IE6的斜体溢出bug */
* html body{
	overflow:visible;
}
* html iframe, * html frame{
	overflow:auto;
}
* html frameset{
	overflow:hidden;
}

/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body{
	color:#000;
	background:#FFF;
	font:12px/22px Verdana,Arial,sans-serif,"Times New Roman",宋体;
	text-align:center;
	background:url(../images/body_bg.png);
	background-position:top;
	background-repeat:repeat-x
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{
	margin:0;
	padding:0;
}
input,select{
	font-size:12px;
	vertical-align:middle;
}

/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
body div{
	text-align:left;
}

/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea,input{
	word-wrap:break-word;
	word-break:break-all;
	padding:0px;
}

/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li{
	list-style-type:none;
}

/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img{
	border:0 none;
}

/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited{
	color:#222;
	text-decoration:none;
}
a:hover{
	color:#F60;
	text-decoration:underline;
}

/* 去掉链接的虚线框 */
a {
	outline:none;
	
}


/* 清理浮动元素,当浮动换行时后面元素不希望浮动，添加此属性，防止IE BUG */
.clear{
	clear:both;
	height:0px;
	width:100%;
	font-size:1px;
	line-height:0px;
	visibility:hidden;
	overflow:hidden;
}
.wrapper{
	clear:both; height:auto;
	overflow:hidden;
}
.header{
	width:1200px;
	height:105px;
	margin:0 auto;
}
.logo{
	width:510px;
	float:left;
	//padding-left:30px;
}
.site_map{
	width:420px;
	float:right;
	text-align:right;
	padding-left:20px;
	line-height:40px;
}
.site_search{
	text-align:left;
	padding-left:20px;
	float:right;
	padding-top:30px; padding-left:140px;
}
.nav{
	background:#FF3030;
	/*background:url(../images/nav_bg.png);*/
	background-repeat:no-repeat;
	background-position:center top;
	height:34px;
	width:100%;
	text-align:center;
	margin:0 auto;
}
.nav_content{
	height:34px;
	width:1200px;
	text-align:center;
	margin:0 auto;
}
.nav_content li {
	width:97px;

	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.nav_content span{
	float:left;
	width:3px;
	color:#FFFFFF;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.nav_content li a{
	color:#FFFFFF;
	text-decoration:none;
}
.nav_content li a:hover{
	color:#FFFFFF; 
	text-decoration:none;
}
.banner{
	height:342px;
width:100%;
	//width:1000px;
	margin:0 auto;
background:#fff;
	// background: url(../images/pic_1.png);
	background-position:center top;
	background-repeat:no-repeat;vertical-align:bottom
}
.banner_pic{
	height:258px; 
	width:100%;
	margin:0 auto;
}
.banner_pic table{
width:100%;
}

.thematic{
	width:960px;
	height:73px;
	margin:0 auto;
	background:url(../images/index_zt_bg.png);
	background-position:center bottom ;
	background-repeat:no-repeat;   
	overflow:hidden; 
}
.zt_title{
	color:#0b285e;
	font-size:14px;
	line-height:27px;
	font-weight:bold;
}
.zt_go{
	font-size:12px;
	color:#666666;
	line-height:20px;
	padding-left:15px;
}

.main{
	width:1200px;
	margin:15px auto;
	height:auto;
}


/*校园动态*/
.index_xydt{
	width:300px;
	float:left;
	height:200px;
}
.index_xydt_title{
	height:17px; 
	width:300px;
	background:url(../images/index_titlebg.png) 0px 0px  no-repeat; 
}
.index_xydt_title span{
	float:right;
	padding-top:1px;
}
.index_xydt_nr{
	padding:10px 0 0 0;
	width:290px;
}
.list li{
	background:url(../images/ico_01.gif) 0px 11px  no-repeat;
	padding-left:15px;
	font-size:12px;
	line-height:27px;
	float:left;
	width:100%;
	overflow:hidden; 
}
.list li span{
	float:right;
	font-size:12px;
	color:#989898;
	display:inline;
	text-align: right;
}
.list li img{ margin:8px 0; vertical-align:middle} 

/*通知公告*/
.index_tzgg{
	width:300px;
	float:left;
	margin:0 15px;
	height: 200px;
}
.index_tzgg_nr{
	padding:10px 0 0 0;
	width:290px;
}
.index_tzgg_title{
	height:17px; 
	width:300px;
	background:url(../images/index_titlebg.png) 0px -27px  no-repeat; 
}
.index_tzgg_title span{
	float:right;
	padding-top:1px;
}
/*不知道这是啥*/
.list_pic li{
	float:left;
	width:91px;
	height:26px;
	margin:1px 5px 5px 0;
	display:inline;
	overflow:hidden; 
}

/*图片展示*/
.photo_dis{
	width:960px;
	float:left;
	height: 360px;

}
.photo_dis_title{
	height:20px; 
	width:960px;
	background:url(../images/index_titlebg.png) 0px -158px  no-repeat; 
}
.photo_dis_nr{
	float: left;
	padding:10px 0 0 0;
	width:485px;
}
/*研究院简介*/
.ins{
	border-left:solid 2px;
	border-right:solid 2px; 
	border-color: gray; 
	float: left;
	width: 400px;
	height: 260px;
	border-radius: 10px; 
	padding:20px; 
	background: #8B5742;
	margin-top: 15px;
	padding-top: 10px;
	margin-left: 10px;
}

/*专题1*/
.index_zhuanti1{
	//width:50%;
	//float:left;
	//margin:0 15px;
	//height: 200px;
}
.index_zhuanti1_nr{
	padding:10px 0 0 0;
	width:290px;
}
.index_zhuanti1_title{
	height:20px; 
	width:300px;
	background:url(../images/index_titlebg.png) 0px -54px  no-repeat; 
}
.index_zhuanti1_title span{
	float:right;
	padding-top:1px;
}
/*专题2*/
.index_zhuanti2{
	width:300px;
	float:left;
	height: 200px;
}
.index_zhuanti2_title{
	height:20px; 
	width:300px;
	background:url(../images/index_titlebg.png) 0px -80px  no-repeat; 
}
.index_zhuanti2_title span{
	float:right;
	padding-top:1px;
}
.index_zhuanti2_nr{
	padding:10px 0 0 0;
	width:290px;
}
.list li{
	background:url(../images/ico_01.gif) 0px 11px  no-repeat;
	padding-left:15px;
	font-size:12px;
	line-height:27px;
	float:left;
	width:100%;
	overflow:hidden; 
}
.list li span{
	float:right;
	font-size:12px;
	color:#989898;
	display:inline;
	text-align: right;
}
.list li img{ margin:8px 0; vertical-align:middle} 

/*专题3*/
.index_zhuanti3{
	//width:50%;
	//float:left;
	//margin:0 15px;
	//height: 200px;
}
.index_items{

	width:48%;
	//float:left;
	//margin:0 15px;
	height: 470px;
}
.index_zhuanti3_nr{
	padding:10px 0 0 0;
	width:290px;
}
.index_zhuanti3_title{
	height:20px; 
	width:300px;
	background:url(../images/index_titlebg.png) 0px -106px  no-repeat; 
}
.index_zhuanti3_title span{
	float:right;
	padding-top:2px;
}
/*专题4*/
.index_zhuanti4{
	width:300px;
	float:left;
	margin:0 15px;
	height: 200px;
}
.index_zhuanti4_nr{
	padding:10px 0 0 0;
	width:290px;
}
.index_zhuanti4_title{
	height:20px; 
	width:300px;
	background:url(../images/index_titlebg.png) 0px -132px  no-repeat; 
}
.index_zhuanti4_title span{
	float:right;
	padding-top:3px;
}



/*页脚*/
.end{
	width:100%;
	height:120px;
	margin-top:10px;
	//background:url(../images/end_bg.png); 
background:rgba(31, 81, 96, 1);
	background-position:top;
	background-repeat:repeat-x;
display:flex;
align-items: center;
color:#fff;
}
.footer{
	width:960px;
	margin:0 auto; 
}

.copyright{
	margin:12px 15px 0px 20px;
	font-size:12px;
	color:#fff;
	line-height:27px;
	text-align: center;
}
.thematic{
   display:none !important;
}
.banner{
//width:100%;
}
.index_title{
width:80%;
margin:0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
.index_title span{
		font-size: 22px;
		font-weight: 500;
		color: rgba(51, 51, 51, 1);
	}
	.index_title img{
		width: 114px;
		height: 8px;
	}
#flashBoxu_u3_{
//width:100% !important;
}
#flashBoxu_u3_ img{
//width:100% !important;
}
.column{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.index_item_content{
		width: 100%;
		margin-top: 10px;
		background: rgba(247, 247, 247, 1);
		padding: 15px 20px;
height: 400px;
box-sizing: border-box;
overflow-y:auto;
	}
.index_item_content .list li{
float:none;
}