*{
	margin: 0px;
	padding: 0px;
}

body{width: 100%;min-width: 1308px;margin: 0 auto;}
a{text-decoration: none;}
li{list-style: none;}


/*		      头部logo/搜索栏			*/
#header{
	width: 100%;
	height: 140px;
	color: #fff;
	background: #0569ce;
}

#header_div{
	width: 100%;
	height: 100px;
}

#header_container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#header_logo{
	width: 65%;
	height: 100%;
	float: left;
}

#header_logo img{
	width: 100%;
	height: 100%;
}

#search_div{
	width: 35%;
	height: 100%;
	float: left;
	position: relative;
}

#search_div #search{
	width: 250px;
	height: 35px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 35px;
	right: 18%;
}

#search_div #search input{
	width: 192px;
	height: 35px;
	padding-left: 20px;
	margin-left: 1px;
	border: none; 
}
/*******************************/

/*         头部导航栏          */

#header_nav{
	width: 100%;
	height: 40px;
	background: #065bb2;
}

#header_nav > ul{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

#header_nav > ul > li{
	width: 12%;
	height: 40px; 
	float: left;
	text-align: center;
	line-height: 40px;
}

#header_nav > ul >li a{
	width: 100%;
	height: 40px;
	display: block;
	color: #fff;
}

#header_nav > ul >li a:hover{
	background: #0569ce;
}

#header_nav > ul >li ul{
	opacity: 0;
}

#header_nav > ul >li:hover ul{
	transition: 0.5s all;
	opacity: 1;
	position: relative;
	background: #065bb2;
	z-index: 50;
}
/*******************************/

/*    		 主体部分		   */
#body{
	width: 100%;
	height: 1560px;
}

/*主图片*/
#heder_img_box{
	position: relative;
	width: 1000px;
	height: 280px;
	margin: 0 auto;
}

#heder_img_box img{
	width: 100%;
	height: 280px;
}
/*******************************/

#main{
	width: 1000px;
	height: 1175px;
	margin: 0px auto;
	padding-top: 45px;
	padding-bottom: 30px;
}

/*主体内容部分 上部*/
.news_container{
	width: 100%;
	height: 860px;
}

.news_container .l_con{
	width: 66.5%;
	height: 100%;
	float: left;
}

.news_img{
	width: 100%;
	height: 200px;
}

.news_img img{
	width: 100%;
	height: 200px;
}

/*新闻内容*/
.n_container{
	width: 100%;
	height: 50%;
}

.n_container h3{
	width: 100%;
	height: 28px;
	padding-left: 15px;
	line-height: 25px;
}
 .aaaa{
	width: 100%;
	height: 410px;
}
.n_container .l_news{
	width: 47%;
	height: 410px;
	float: left;
}
 
.n_container .r_news{
	width: 47%;
	height: 410px;
	float: right;
}

/*工程实训-创业创新栏样式*/
.el_container{
	width: 100%;
	height: 50%;
}

.el_container h3{
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 25px;
}

.el_container .training{
	width: 47%;
	height: 435px;
	float: left;
}

.el_container .innovate{
	width: 47%;
	height: 435px;
	float: right;
}





.news_container .r_con{
	width: 30%;
	height: 862px;
	padding-top: 28px;
	float: right;
}

.r_con_topbox{
	width: 100%;
	height: 380px;
}

.r_con_topbox .topbox{
	width: 100%;
	height: 156px;
	border-top: 2px #cccccc solid;
	border-bottom: 2px #cccccc solid;
}

.r_con_topbox .r_con_topbox1{
	border-bottom: 0px;
}

.r_con_topbox .r_con_topbox2{
	margin-bottom: 21px;
}



.r_con_bottombox{
	width: 100%;
	height: 450px;
	padding-top: 35px;
}

.infomation{
	margin-bottom: 10px;
}

.infomation_box{
	width: 100%;
	height:350px;
	border-top: 1px solid #cccccc;
	position: relative;
	padding-top: 5px;
}

.info{
	margin-top: 15px;
	width: 100%;
	height: 47px;
}

.info_time{
	width: 45px;
	height: 44px;
	color: #fff;
	cursor: pointer;
	float: left;
	text-align: center;
	border: 2px solid #cccccc;
}

.info_time p{
	width: 100%;
	height: 50%;
}

.info_time_day{
	color: #9a9a9a;
}

.info_time_ym{
	
        background: #0569ce;
}

.info_time:hover{
	border: 2px solid #0569ce; 
}

.info_time:hover .info_time_day{
	color: #0569ce;
}

.info_time:hover .info_time_ym{
	background: #cacaca;
}


.info_container{
	width: 81%;
	height: 45px;
	float: left;
	margin-left: 5px;
}

.info_container p{
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
}

.info_container_p1 a{
	color: #333333;
	font-size: 12px;
}

.info_container_p2{
	color: #828282;
}

.info5{
	margin-bottom: 38px;
}
/*主体下半部分 图片展示区*/
.img_container{
	width: 100%;
	height: 285px;
        position:relative;
}

.inova{
	height: 30px;
	padding-left: 15px; 
	border-bottom: 1px solid ;
}

#img_box{
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

#img_box ul{
	width: 180%;
	height: 200px;
	position: absolute;
}

#img_box ul li{
	width: 270px;
	height: 200px;
	float: left;
	margin: 0px 23px;
}

#img_box ul li img{
	width: 270px;
	height: 182px;
}

#img_box ul li p{
	line-height: 10px;
	text-align: center;
	font-size: 13px;
}

/*底部导航栏*/
#f_nav{
	width: 100%;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: #0569ce;
}

#f_nav a{
	color: #fff;
}

#f_nav ul{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#f_nav ul li{
	width: 9%;
	height: 100%;
	float: left;
}


/*底部logo*/
#footer{
	width: 100%;
	height: 100px;
	clear: both;
	background: #065bb2;
}

.footer_container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.footer_container p{
	width: 65%;
	padding: 29px 0px;
	margin-left: 20px;
	float: left;
	font-size: 14px;
	color: #fff;
}

.footer_container span{
	background: red;
}

.footer_container span img{
	width: 30%;
	height: 100%;
	float: left;
	display: block;
}


/*

	
 */


/*时间-标题样式*/
.title_time{
	margin: 10px 0px;
}

.title_time h4{
	margin-bottom: 28px;
        color: #333333;
}

.title_time p{
	color: #035eac;
	font-size: 12px;
}

.con p{
	color: #555555;
	line-height: 22px;
	font-size: 13px; 
}
/***************************/

/*更多按钮样式*/
.more{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #035eac;
	float: right;
}
.cgmore{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #035eac;
	float: right;
        position:absolute;
        margin-left:920px;
       
}

.more a{
	color: #fff;
	font-size: 16px;
}
.cgmore a{
	color: #fff;
	font-size: 16px;
}
.icon-sousuo{
	display: block;
	color: #ccc;
	float: right;
	font-size: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px; 
	padding-left: 2px;
	width: 23px;
	height: 25px;
}

.icon-sousuo:hover{
	transition: 0.5s;
	cursor: pointer;
	color: #ff971d;
}



.chuangxin{
	font-size: 14px;
	line-height: 20px;
}