
section{
	width: 100%;
	overflow: hidden;
	margin-top: -48px;
}

.section_box{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.new_box{
	width: 240px;
	padding: 20px 0px;
	background-color: #004EA1;
	text-align: center;
	color: #fff;
	/*box-sizing:border-box;*/
	margin-bottom: 10px;
}
.press_center{
	font-size: 16px;
	
}
.translate{
	font-size: 10px;
	margin-top: 10px;
}
.section_left{
	float: left;
	position: relative;
}
.section_left>ul>li{
	color: #8B8B8B;
	width: 240px;
	padding: 12px 0px;
	text-align: center;
	border-bottom: 2px solid #EDEDED;
	cursor: pointer;
}
.bj_active{
	color: #333333;
	background:url(../image/li_bj.png) no-repeat;
}
.section_rigth{
	float:right;
	width: 914px;
	margin-top: 48px;
}
.section_rigth>p{
	text-align: right;
	width: 100%;
	padding: 28px 0px 20px;
	border-bottom: 1px solid #CECECE;
}
/*右侧列表内容*/
.list_box{
	overflow: hidden;
    margin-top: 36px;
}
.list_box>img{
	float: left;
	width: 177px;
	height: 181px;
	margin-right: 34px;
}
.list_details>.cell_name{
	font-size: 14px;
	color: #48A8EA;
	margin-bottom: 20px;
}
.stick{
	display: inline-block;
	color: #fff;
	font-size: 10px;
	margin-left: 20px;
	width: 44px;
	height: 20px;
	background-color: #48A8EA;
	text-align: center;
	line-height: 20px;
	margin-right: 95px;
}
.new_time{
	float: right;
	color: #000;
	margin-left: 20px;
	font-size: 9px;
}
.cell_details{
	font-size: 10px;
	margin-bottom:32px;
	line-height: 21px;
}

.list_details{
	float: right;
	text-align: left;
    width: 695px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 47px;
}
.read{
	color: #48A8EA;
	font-size: 10px;
	cursor: pointer;
}
.rightList{
	display: none
}
.rightListBlock{
	display: block;
}
.rigth_list .cell_name{
	color: #333333;
}
.list_read{
	color: #676767;
	font-size: 10px;
}

/*页码*/
.page li:hover, .page>ul>li.active{
	background-color: #48A9E9;
	color: #fff;
}
.page li:hover a, .page>ul>li.active a{
	color: #fff;
}
.page{
	width: 100%;
	overflow: hidden;
	float: right;
	margin-top: 66px;
	height: 40px;
	line-height: 40px;
}
.next_page,.prev_page{
	float: right;
	width: 66px !important;
	height: 28px !important;
	line-height: 28px;
	text-align: center;
	margin-top: 0px !important;
}
.page>ul{
	float: right;
	
}
.page>ul>li{
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #fff;
	margin-left: 7px;
	border: 1px solid #48A9E9;
}
.page>ul>li>a{
	color: #48A9E9;
	cursor: pointer;
}
.Page_tail{
	float: right;
	margin-left: 24px;
}
.Page_tail>p{
	color: #48A9E9;
	float: left;
	height: 28px;
    line-height: 28px;
}
.num_txt{
	width: 28px;
	height: 28px;
	margin: 0px 5px;
	border: 1px solid #48A9E9;
}
.but_ok{
	width: 55px;
	height: 28px;
	color: #fff !important;
	background-color:#48A9E9;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}
.aHref{
	cursor: pointer;
}
