/*首页头部类*/

/* .header{background: url("../img/head_bj.gif") no-repeat top center;} */

.logo{height: 227px;}

/*主体左侧部分类*/

.main-left{width: 670px;}

/*主体右侧部分类*/

.main-right{width:305px;}

/*左侧banner*/

.lunbo{

	width: 670px;

	height: 340px;

	position: relative;

	overflow: hidden;

}



.lunbo ul{

	position: absolute;

	left: 0;

	top: 0;

}



.lunbo ul li{

	float: left;

}



.lunbo ul li a img{

	display: block;

	width: 670px;

	height: 340px;

}



.lunbo .btn{

	display: block;

	width: 35px;

	height: 70px;

	position: absolute;

	top: 50%;

	border-radius: 3px;

	margin-top: -35px;

	opacity: 0;

	filter: alpha(opacity=0);

	transition: opacity .2s linear 0s;

}



.lunbo .left{

	left: 5px;

	background: #000 url(../img/arrow-left.png) no-repeat 50%;

}



.lunbo .right{

	right: 5px;

	background: #000 url(../img/arrow-right.png) no-repeat 50%;

}



.lunbo ol{

	position: absolute;

	left: 50%;

	bottom: 20px;

	overflow: hidden;

	zoom: 1;

}



.lunbo ol li{

	float: left;

	width: 12px;

	height: 12px;

	background-color: #fff;

	margin: 0 4px;

	text-indent: -9999px;

	cursor: pointer;

	border-radius: 100%;

}



.lunbo ol li.current{

	background-color: #bc0000;

}



/*新闻标题*/

.tit{height: 36px;}

.tit-border{margin-bottom: 31px;}

.tit h2{top: 25px;left: 0;padding:5px 0;border-left:9px #bc0000 solid;color: #305798;font-size: 20px;}

.tit h2.right{top:0;left: -4px;}

.tit a{right: 0;top:27px;color: #0072ff;font-size: 14px;}

.tit a.right{top:8px;}

.tit h2,.tit a{background-color: #fff;}

/*新闻主体*/

.new li{height: 45px;line-height: 45px;}

.new li.li1{background: #f4f4f4;}

.new li a{float:left;color: #333;font-size: 14px;}

.new li span{float: right; color: #a5a5a5;padding-right: 8px;}

/*.new li a:visited{color: #808080;}*/

.new li a:hover{color: #0072ff;}

/*右侧新闻主体*/

.right-border{border-left: 1px #e2e2e2 solid;}

.main-right .notice{

	height: 380px;

}

.main-right .loading{

	width: 32px;

	height: 32px;

	background: url(../img/loading.gif) no-repeat;

	margin: 125px 40% 0 40%;

}

.main-right .jyzc{

	height: 488px;

	position: relative;

}

.main-right .jyzc img{

	position: absolute;

	bottom: 0;

	left: 0;

}



.right-new{margin-left: 30px;margin-top: 10px;}

.right-new li{list-style: disc;line-height: 20px; margin-bottom: 15px;}

.right-new li:hover{color:#0072ff;}

.right-new li a{
	color: #646464; display: inline-table;font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.right-new li a:hover{

	color: #0072ff;

}

/*加载按钮样式*/

.new .loading{

	width: 100%;

	height: 40px;

	line-height: 40px;

	text-align: center;

	background-color: #305798;

	color: #fff;

	font-size: 16px;

	text-indent: 0;

	cursor: pointer;

	margin: 0 auto 0 auto;

	color: #fff;

	opacity: 0.9;

	filter: alpha(opacity=90);

}

.new .loading.active{

	background-color: #305798;

	color: #fff;

	opacity: 1;

	filter: alpha(opacity=100);

}



.new .load{

	width: 32px;

	height: 32px;

	background: url(../img/loading.gif) no-repeat;

	margin: 152px auto;

}

