body{
	margin:0;
	padding:0;
	background:#fefefe;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
}
a {
	color:#094C9E;
}
.picnews{
	height:900px;
	overflow:hidden;
}
.picnews:hover{
}
.picnews::-webkit-scrollbar  { 
	width: 10px; 
} 
/* Track */ 
.picnews::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 0px; border-radius: 0px; 
} 
	
/* Handle */ 
.picnews::-webkit-scrollbar-thumb { 
	-webkit-border-radius: 0px; border-radius: 0px; background: rgba(169,21,21,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
} 
.picnews::-webkit-scrollbar-thumb:window-inactive { 
	background: rgba(255,0,0,0.4); 
}
.picnews ::-moz-scrollbar { width: 4px; height: 4px;}



/*Main*/
.main {
	margin:0 auto;
	width:1024px;
	position:relative;
}
/*Header*/
.header{
	width:100%;
	height:100px;
	background:#fff;
}
/*Logo*/
.enelogo{
    width:410px;
	height:95px;
    background:url(../images/logo.png) no-repeat;
	background-size: auto 100%;
    margin:0;
    float:left;
}
/*Navigation*/
.navigation{
	width:100%;
	background:#999;
	display:table;
	background:#333;
}
/*Naviation-menu*/
.mainmenu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	display:table;
	border-bottom:4px solid #A91515;
}
.mainmenu li{
	float:left;
	position:relative;
	background:#333;
}
.mainmenu li:hover{
	background:#A91515;
}
.mainmenu li a{
	padding:10px 8px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	text-shadow:-1px -1px 2px rgba(0, 0, 0, 0.9);
	text-decoration:none;
	font-weight:500;
	border-left:1px solid rgba(255,255,255,0.1);
	border-right:1px solid rgba(3,3,3,0.4);
}
.mainmenu li a:hover{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}
.mainmenu .selected{
	background:#A91515;
}
.mainmenu .selected a{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}
/*Wrapper*/



/*Wrap-Left*/
.left{
	width:275px;
	float:left;
}
.new-list-news-title{
	background:#333;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	position:relative;
	height:30px;
	text-transform:uppercase;
}
.inner {
	background: none repeat scroll 0% 0% #A91515 /*0096C8*/;
	padding: 8px;
	height: 14px;
	line-height: 14px;
	position: absolute;
}
.bor { /*
	position: relative; 
	background: #A91515; 
	border: 0px solid #094C9E; */
	display: block;
	position: absolute;
	margin:0;
	top: 0px;
	right: -40px;
	float: left;
	width: 40px;
	height: 30px;
	background: linear-gradient(45deg, #A91515  0%, #A91515 /*0096C8 */50%, transparent 51%, transparent 100%) repeat scroll 0% 0% transparent;
} /*
.bor:before { 
	left: 100%;
	top: 30%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.bor:before { 
	border-color: rgba(221, 221, 221, 0); 
	border-left-color: #A91515; 
	border-width: 17px; 
	margin-top: -11px; 
}*/
.new-list-news{
	position:relative;
	border:1px solid #ddd;
	height:1660px;
	height:1250px;
	overflow:hidden;
}
.new-list-news:hover{
	/*overflow-y:scroll;
    overflow-x:hidden;*/
}
.new-list{
	padding:8px 4px;
	height:50px;
	position:relative;
	border-bottom:1px dotted #ddd;
	width:265px;
}
.nl-img{
	width:80px;
	height:40px;
	float:left;
	box-shadow:0px 0px 2px #d9d9d9;
	margin-right:10px;
	overflow:hidden;
}
.nl-img img{
	width:100%;
}
.nl-tit{
	font-size:13px;
	height:33px;
	overflow:hidden;
}
.nl-inf{
	position:absolute;
	bottom:0;
	right:0;
	padding:5px;
	font-size:11px;
	color:#A91515;
    opacity:0.7;
}
.new-list a{
	color:#333;
	text-decoration:none;
}

/*Left-banner*/
.left-banner{
	width:270px;
	height:450px;
	padding:0 5px;
}

/*Wrap-Right*/
.right{
	width:738px;
	float:right;
	top:160px;
	left:290px;
}
	/*Home top*/
	.home-top{
		width:100%;
	}
	/*Highlight*/
	.home-highlight{
		width:424px;
		float:left;
		border:1px solid #ddd;
		padding-bottom:8px;
	}
	.high-top{
		height:300px;
		position:relative;
	}
	.high-top:hover span  a{
		background:rgba(9, 76, 158, 0.9);
		transition:all 0.2s ease-in-out 0s;
	}
	.high-top:hover img{
		transform: scale(1.1) rotate(-3deg);
	}
	.high-top img{
		positin:absolute;
		top:0;
		left:0;
		width:100%;
		height:240px;
		transition:all 0.2s ease-in 0s;
	}
	.high-top img:hover{
		opacity:0.8;
		transition:all 0.2s ease-in-out 0s;
	}
	.high-top span{
		position:absolute;
		left:0;
		bottom:60px;
		padding:10px;
		width: 404px;
		height:40px;
	}
	.high-top span:hover{
		background:rgba(0,0,0,0.8);
		transition:all 0.2s ease-in-out 0s;
	}
	.high-top span a{
		color:#fff;
		text-decoration:none;
		font-size:14px;
		position: absolute;
		top: 0px;
		left: 0px;
		width:404px;
		height: 40px;
		padding: 10px;
		font-weight:bold;
		background:rgba(0,0,0,0.95);
	}
	.home-short{
		position:absolute;
		left:0;
		bottom:0px;
		padding:10px;
		height:40px;
		overflow:hidden;
	}
	.high-bottom{
		position:relative;
		width:500px;
	}
	.hb-cont{
		width:128px;
		height:100px;
		float:left;
		padding:20px 6.7px;
		overflow:hidden;
	}
	.move-img:hover img{
		transform: scale(1.2) rotate(-4deg);
	}
	.hb-cont-img{
		width:128px;
		height:80px;
		overflow:hidden;
	}
	.hb-cont-img{
		width:100%;
		height:80px;
		transition:all 0.2s ease-in-out 0s;
    object-fit: cover;
	}
	.hb-cont-title{
		
	}
	.hb-cont-title a{
		text-decoration:none;
		color:#A91515;
		font-weight:bold;
		height: 30px;
		display: block;
		overflow:hidden;
		margin-top:5px;
	}
	.hb-cont-title a:hover{
		color:#094c9e;
		transition:all 0.2s ease-in-out 0s;
	}
	.home-vid-img{
		width:100%;
		height:110px;
		transition:all 0.2s ease-in-out 0s;		
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	
	/*Highright*/
	.high-right{
		float:right;
		top:0;
		right:0;
		width:300px;
	}
	.banner1{
		width:300px;
		height:250px;
    	overflow:hidden;
	}
	.banner1 img{
    	max-width:100%;
    	max-height:100%;
    }
	.twitter{
		width:300px;
		height:330px;
		background:#ddd;
	}
	
	
/*Middle Content*/
.middle-content{
}
/*hor-banner*/
.horizontal-banner{
	padding:0;
    width: 740px;
	height: 150px;
    margin-left:-1px;
    overflow:hidden;
}
.content{
	width:750px;
}
.home-content{
	width:100%;
	/*height:220px;*/
	/*float:left;*/
	position:relative;
	overflow:hidden;
	margin:5px 0;
}
.home-content:hover .home-content-title a{
	background:rgba(9, 76, 158, 0.8);
	transition:all 0.2s ease-in-out 0s;
}
.home-content:hover .home-content-cat{
	background:rgba(160, 0, 0, 0.8);
	transition:all 0.2s ease-in-out 0s;
}
.home-content-cat{
	position:absolute;
	top:0;
	right:0;
	background:rgba(9, 76, 158, 0.8);
	padding:5px;
	text-transform:uppercase;
}
.home-content-cat a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.home-content-img{
	width:290px;
	/*height:100%;*/
}
.home-content-title a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, 0.6);
	padding:10px;
	width:270px;
}
.home-c-left{
	width:430px;
	float:left;
}
.home-c-left-content{
	width:430px;
	height:80px;
	padding:0 0 8px 0;
	border-bottom:1px solid #d9d9d9;
	margin:11px 0;
	overflow:hidden;
	text-align:justify;
	font-size:12px;
	line-height:16px;
	color:#777;
}
.home-c-left-title{
	display:block;
	padding:0 0 5px 0;
	font-size:13px;
}
.home-c-left-title a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.home-c-left-title a:hover{
	text-decoration:underline;
}
.home-c-left-content-img{
	width:80px;
	height:80px;
	float:left;
	margin-right:5px;
	padding-bottom:10px;
	overflow:hidden;
}
.home-c-left-short{
}
.home-c-right{
	width:290px;
	float:left;
	margin-right:18px;
}

/*Footer*/
.footer{
	width:100%;
	height:100px;
	border-top:1px dashed #999;
    text-align:center;
}
/*Footmenu*/
.footmen{
    margin:10px;
    padding:0;
}
.footmen li {
    list-style-type:none;
	display:inline-block;
    padding:5px;
}
.footmen li a{
    font-weight:bold;
    color:#333;
}
/*Default h-space*/
.sp10{
	height:10px;
}
/*Banner*/
.bannertop{
    float:right;
    height:100px;
    width:600px;
    text-align:right;
}
/*sitelink*/
.sitelinks{
    height:100%;
    width:120px;
    overflow-y:scroll;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
}
.sitelinks ul{
    margin:0 0 0 5px;
    padding:0;
}
.sitelinks ul li{
    list-style-type:none;
}
.sitelinks ul li a:before{
    content:"\f0c1";
    font-family:'FontAwesome';
    margin-right:2px;
}
.sitelinks ul li a{
    color:#666;
    margin-left:2px;
}
.vidplay{
    height:46px;
	width:46px;
	background:url(../images/play.png);
	position:absolute;
	z-index:2;
	top:60px;
	left:10px;
	opacity:0.5;
	transition:all 0.3s ease-in-out 0s;
}
.hb-cont:hover .vidplay{
    opacity:1;
	}

#news-title{
	color: #333;
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #333;
	padding: 20px 0px;
}

        
@media (max-width: 1292px) {
	.main{
		margin-left:135px !important;
	}
}