/* 按钮 */
@import url('UI/Buttons.css');
/* 图标 */
@import url('UI/Icon/icon.css');
/* 表单 */
@import url('UI/Form/Form.css');
/* 表格 */
@import url('UI/Table.css');
body {
	color: #333333;
	font: 14px/16px "微软雅黑";
}

a{
	color: inherit;
	transition:0.8s;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#cc3300;
}
a:active {
	text-decoration: none;
}


.container {
    margin-left: auto;
    margin-right: auto;
    width:1220px;
}
.container_left{
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.container_right{
	width:900px;
	float:right;
}
.container_g{
	width:100%;
	float:left;
	background-color:#F00;
}


.news {
	float:left;
	width:395px; 
    height:300px; 
	margin-top:15px;
	background-color:#F2F2F2;
}
#news_bt {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	height: 31px;
	width: 138px;
	padding-top:6px;
	padding-left:10px;
	
	font-size:16px;
	color:#FFF;
}
.news_lb {
	width:380px;
	padding-top:10px;
	margin-left:8px;
	font-size:14px;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}

.video{
	float: left;
	width: 500px;
}
.video_intro{
	float: left;
	width: 665px;
	height: 250px;
	padding: 25px;
	background-color: #F2F2F2;
}

.foot {
	float:left;
	width:100%;
	height:160px;
	background-image: url(Image/UI/Foot_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
