/*main*/
.main
{
	width: 1000px;
	margin: 0px auto;
}

.mainL
{
	width: 780px;	
	float: left;
	
}
.mainL .foucsL
{
	height: 390px;
	width: 720px;
	background: #fff;
	border: 1px solid #dedede;
	padding: 30px;
		border-radius: 5px;
	-moz-border-radius: 5px;
}
.foucsLContent 
{
	height: 292px;
	width: 680px;
	border: 1px solid #dedede;
	border-top:3px solid #b31313;
	padding: 20px;
}
.foucsLContent .img
{
	float: left;
	width: 363px;
	height: 239px;
}
.foucsLContent .titarc{font-size: 14px; line-height: 35px; color: #a6a6a6;}
.foucsLContent .foucsLNews
{
	float: left;
	height: 211px;
	width: 298px;
	margin-left:15px ;
}
.foucsLContent .newsAll
{
	border-bottom: 1px solid #DEDEDE;
	height: 80px;
	
}
.newsAll .newsTitle
{
	font-size: 16px;
	line-height: 25px;
}
.newsAll .newsTitle a
{
	color: #434343;
}
.newsAll .newsTitle a:hover
{
	color: #00a0e9;
}
.newsAll .newsContent
{
	font-size: 12px;
	line-height: 25px;
	text-indent: 25px;
	color: #434343;
}
.mainL .icons
{
	height: 212px;
	margin-top: 22px;
}
.mainL .icons ul
{
	
}
.mainL .icons ul li
{
	width: 141px;
	height: 212px;
	display: inline;
	float: left;
	
}
/*.mainL .icons ul li:nth-child(2)
{
	margin:0px 17px;
}*/
/*IE8及以下浏览器写法*/
.mainL .icons ul li:first-child+li
{
	margin:0px 17px;
}
/*.mainL .icons ul li:nth-child(3)
{
	margin-right:17px;
}*/
/*IE8及以下浏览器写法*/
.mainL .icons ul li:first-child+li+li
{
	margin-right:17px;
}
.mainL .icons ul li a
{
	display: block;
	width: 141px;
	height: 212px;
}
.iconImg
{
	height: 173px;
}
.icons1
{
	background: url(../images/icons_bottom.jpg) no-repeat left center;
	color: #fff;
	height: 39px;
	text-align: center;
	line-height: 39px;
}
.mainR
{
	width: 306px;
	background: #fff;
	border: 1px solid #dedede;
	float: right;
	height: 390px;
	padding: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainC .mainCleft,.mainC .mainCright
{
	width: 430px;
	height: 324px;
	float: left;
	background: #fff;
	border: 1px solid #dedede;
	padding: 30px;
}
.mainC
{
	width: 1000px;
	height: 384px;
	margin: 22px auto;
}
.mainC .mainCleft
{
	float: left;
	
	
}
.mainCTitle h1
{
	font-size: 22px;
	line-height: 20px;
	height: 40px;
	color: #265584;
	font-weight: bold;
}
.mainCTitle h2,.mainCTitle h3
{
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	float: left;
}
.mainCTitle h2
{
 	color: #00a0e9;
}
.mainCTitle h3
{
 	color: #abcd03;
}
.mainC .mainCright
{
	float: right;
	
}
.mainLine
{
	width: 430px;

}
.mainRLine
{
	width: 306px;
}
.foucsLine
{
	width: 554px;
}
.mainLine .lineLeft,.mainRLine .mLineLeft,.foucsLine .lineLeft
{
	display: block;
	float: left;
	width:178px;
	border-bottom: 2px solid #00a0e9;
		height: 0px;
}
.mainLine .lineRight,.mainRLine .mLineRight,.foucsLine .lineRight
{
	display: block;
	float: right;
	border-bottom: 2px solid #e3e3e3;
		height: 0px;
}
.mainRLine .mLineRight
{
	width: 128px;
}
.mainLine .lineRight
{
	width: 252px;
}
.foucsLine .lineRight
{
	width:376px;
}
.mainR .mainCContent ul
{
	height: 292px;
}
.mainCContent
{
	border: 1px solid #E3E3E3;
border: 1px solid #dedede;
	border-top:3px solid #b31313;
	padding: 20px;height: 292px;
}
.mainCContent ul
{
	/*height: 470px;*/margin: 0px ; padding: 0px;
}
.mainCContent ul li
{
	clear: both;
	font-size: 14px;
	line-height: 46px;
	height: 46px;
	border-bottom: 1px solid #CDCDCD;	
}
.newsList ul li
{
	clear: both;
	font-size: 14px;
	line-height: 46px;
	height: 46px;
	border-bottom: 1px solid #CDCDCD;	
}
.mainCContent ul li span,.newsList ul li span
{
	display: block;
	float: left;
	margin: 0px 5px 0px 2px;
	width:10px;
	text-align: center;
	color: #434343;
}
.mainCContent ul li a,.newsList ul li a
{
	color: #434343;
	display: block;
	float: left;

}
.mainCContent ul li .time
{
	float: right;
	color: #434343;
	font-size: 12px;
}
.mainCContent ul li a:hover,.newsList ul li a:hover
{
	color: #265584;
}

.mainCContent ul.more
{
	background: #f39800;
	float: right;	
	width: 85px;
	height: 34px;
	margin-right: 30px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}
.mainCContent ul.more
{
	margin-top:20px;
}
.mainCContent ul.more a
{
	display:block;
	cursor: pointer;
	width: 85px;
	height: 34px;
	color: #FFFFFF;
}

/*banner*/
.fullSlide{ width:100%;  position:relative;  height:400px; background:#000;  }	
		.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }	
		.fullSlide .bd ul{ width:100% !important;  }	
		.fullSlide .bd li{ width:100% !important;  height:400px; overflow:hidden; text-align:center;  }	
		.fullSlide .bd li a{ display:block; height:400px; }	
		.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:45px; line-height:30px; background:url(../images/touming.png) repeat-x; text-align:center;		 _background:#000; _filter:alpha(opacity=60); 	}	
		.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }	
		.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; 		line-height:9999px; 	}	
		.fullSlide .hd ul .on{ background-position:0 0; }
/*banner*/
h3{ font-size: 20px; font-weight: bold; color: #083976; margin: 15px 0px;}
.more{font-size: 14px; color: #083976; margin-top: 15px; width: 88px; height: 32px; line-height: 30px; border: 1px solid #b2b2b2; border-radius: 30px; -moz-border-radius: 30px; text-align: center; }
.more a{ color:#083976; display: block ;}
/*新闻聚焦*/
.con01{ margin-top: 15px; height: 540px;}
.con01 ul li{ float: left; display: inline-block; height: 227px; margin-top: 15px; width: 367px; font-size: 14px; line-height: 30px;}
.con01 ul li.havimg{border-top: 3px solid #c98732;}
.con01 ul li.noimg{border-top: 3px solid #3292c9;}
.con01 ul li a{color: #434343; display: block;}
.con01 ul li+li,.con01 ul li+li+li+li+li{margin: 15px 47px 0px 47px;}
.con01 ul li+li+li,.con01 ul li+li+li+li+li+li{ margin: 15px 0px 0px 0px;}
.con01 ul li a .arc{font-size:12px; text-indent: 25px; color: #848484; line-height: 30px;}
/*新闻聚焦*/

/*科学研究*/
.con02{ margin-top: 20px; background: url(../images/con02bg.png) no-repeat center top; height:446px ; width: 100%;}
.con02left{width:787px;  margin-top: 20px;}
.con02right{width: 366px; margin-top: 20px;}
.con02main{width: 787px;}
.con02main01{width: 360px;}
.con02main01 .con02img{ margin-top: 15px; border-bottom: 3px solid #cb462e; height: 204px;}
.con02main01 a .text02{font-size: 14px; line-height: 35px; color: #434343;}
.con02main01 a .arc02{ font-size: 12px; line-height: 25px; color: #828282;}
.con02main02{width: 397px;}
.con02main02 ul li{line-height: 42px; font-size: 14px;}
.con02main02 ul li .time{ font-family: georgia; width: 90px; font-size: 14px; float: left; display: block; text-align: left; color: #375989;}
.con02main02 ul li a{ color: #434343; }

.con03main{width: 360px;}
.con03main ul li { margin-top: 9px; height:60px;}
.con03main ul li .time02{display: block; float: left; margin-right: 15px;}
.con03main ul li .time02 .date{ display: block; font-family: georgia; font-size: 18px; width: 61px; height: 27px; background: #094a9c; text-align: center; line-height: 27px; color: #FFFFff;}
.con03main ul li .time02 .year{ display: block;  font-family: georgia; font-size: 12px; width: 61px; height: 27px; background: #ffffff;  text-align: center; line-height: 27px;  color: #094a9c;}
.con03main ul li .newsAll{width: 280px;}
.con03main ul li .newsAll .newsone{ font-size: 14px;color: #002d67; line-height: 27px; margin: 0px; padding: 0px;}

/*科学研究*/
/*团学工作*/
.con03{margin-top: 20px;}
.picScroll-left{ width:1150px; margin-left:25px;  overflow:hidden; position:relative; }
		.picScroll-left .hd{  overflow:hidden;  height:30px; width: 150px; margin: 0px auto; padding:0 10px;  }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; }
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ overflow:hidden;   zoom:1; }
		.picScroll-left .hd ul li{ float:left;   width:9px; height:9px; overflow:hidden; margin: 0px 10px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{  }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ width:367px;margin:15px 30px 0px 0px; font-size: 14px; height: 230px; float:left; _display:inline; overflow:hidden;  }
	.picScroll-left .bd ul li a{ font-size: 14px;  color:#434343; line-height: 30px;}
		.picScroll-left .bd ul li.noimg01{width:367px;}
.picScroll-left .bd ul li.noimg01 .arc02{ text-indent:25px; line-height:28px; font-size: 12px; color: #848484;}
.picScroll-left .bd ul li.noimg01 .time01{font-size: 14px; font-family: georgia;}
/*团学工作*/
/*友情链接con04*/
.con04{width: 100%; background: #f0f0f0;margin-top: 20px; height: 207px;}
.con04left{margin-top: 30px;}
.con04left ul{width: 476px; margin-top: 20px;}
.con04left ul li{ float: left; font-size: 14px; line-height: 35px; color: #434343; width: 100px;}
.con04left ul li a{color: #434343; display: block;}
.con04right{ margin-top: 50px;}
.con04right ul li{ float: left; display: block; margin-right: 20px;}


/*友情链接con04*/
/*书记院长信箱*/
.email{width:200px; line-height:30px; margin-top:-10px; margin-left:100px; font-size:14px;}
.email ul {width:200px;}
.email ul li{ width:100px; background:url(../images/email.png) no-repeat left center; text-align:center;}
.email ul li+li{ width:100px; background:url(../images/email01.png) no-repeat left center; text-align:center;}