/* 公共样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ed530f;
	text-decoration: none;
}
button:focus {
    outline: 0!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
body {
    color: #000000;
}
/* 布局样式 */
.moreNews_box {
	position: relative;
	background: #ecebf1;
}
.header {
    height: 78px;
	width: 100%;
	background: #ffffff;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 0;
	z-index: 100000000;
	border-bottom: 1px solid #cccccc;
}
.headerContent {
    width: 1230px;
	height: 78px;
	line-height: 78px;
	margin: 0 auto;
	
}
.headerContent .leftBox img{
	vertical-align: middle;
	max-height: 78px;
}
.headerContent .centerBox {
	margin-left: 55px;
}
.headerContent .centerBox ul li {
	font-size: 14px;
	color: #333333;
	float: left;
	margin-left: 35px;
	cursor: pointer;
}
.headerContent .centerBox ul img {
	vertical-align: text-top;
}
.headerContent .centerBox ul li:hover {
	font-weight: bold;
}
.rightBox .btn-default {
	width: 79px;
	height: 24px;
	line-height: 10px;
	color: #f77a23;
	font-size: 14px;
	border-radius: 12px;
	border: solid 1px #f77a23;
}
.searchArea {
	margin-top: 60px;
	width: 100%;
	height: 120px;
	background-color: #ed530f;
}
.searchContent {
	width: 1230px;
	height: 100%;
	margin: 0 auto;
}
.searchContent .searchLogo {
	line-height: 120px;
}
.searchContent .searchLogo .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 10px;
}
.searchContent .searchLogo img {
	vertical-align: middle;
}
.searchContent .searchInput  {
	margin-top: 30px;
}
.searchContent .searchInput .input-group {
	width: 700px;
	height: 40px;
}
.searchContent .searchInput .input-group .form-control {
	height: 40px;
}
.searchContent .searchInput .input-group-addon {
	height: 40px;
	width: 100px;
	color: #ffffff;
	background-color: #ed530f;
}
.searchContent .searchInput .searchNav ul li{
	float: left;
	margin-top: 14px;
	margin-right: 30px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
}
.searchContent .searchInput .searchNav ul li:hover {
	color: #e2e2e2;
	text-decoration: underline;
}
/* 面包屑样式 */
.details_box{
  width: 1230px;
  margin: 0 auto;
}
.details_box .breadcrumb{
  font-size: 14px;
  background: #ecebf1;
  padding-left: 0;
  margin-bottom: 0px;
}
.details_box .breadcrumb li,
.details_box .breadcrumb li a
{
  color: #000;
  font-size: 14px;
}
.details_box .breadcrumb > li + li:before {
  color: #000;
  content: "> ";
  padding: 0px;
}
/* 页面主体内容结构 */
.news_content{
	width: 1230px;
	padding: 0 22px 52px 6px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.news_content .content_left{
	width: 180px;
	height: 260px;
	background: #fff;
	margin-right: 23px;
	/*padding: 32px 0;*/
}
.news_content .content_left ul{
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}
.news_content .content_left ul li{
	width: 100%;
	line-height: 40px;
}
.news_content .content_left ul li:hover{
	cursor: pointer;
}
.news_content .content_left ul li.active{
	background: #ef4b0d;
	color: #fff;
}
.news_content .content_right{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background: #fff;
	padding: 20px 32px 0;
	/*padding: 38px 32px 0;*/
}
.news_content .content_right .news_item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.news_content .content_right .news_item:hover{
	cursor: pointer;
}
.content_right .news_item i{
	width: 7px;
	height: 7px;
	background: #cfcfdb;
	border-radius: 50%;
	margin:7px 24px 0 0;
}
.content_right .news_item span{
	font-size: 14px;
	color: #474747;
}
.content_right .news_item .item_time{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;	
	text-align: right;
	font-size: 14px;
	color: #474747;
}
nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.paginationBlock {
    width: 100%;
    height: 92px;
    background: #ffffff;
}

.page {
    width: 690px;
    height: 50px;
    float: right;
}
.page .custom-pagination {
    margin: 30px 0px 0px -390px !important;
    
}
.current-page {
    background: #ED530F !important;
}
.page .custom-pagination ul li:hover {
    background: #ED530F !important;
}
.page .custom-pagination a.prev-page:hover {
    background: #ED530F !important;
}
.page .custom-pagination a.next-page:hover {
    background: #ED530F !important;
}
.page .custom-pagination .page-to span:hover {
    background: #ED530F !important;
}
/* 底部区域样式 */
.footer {
	width: 100%;
	height: 320px;
  background: #2b2c31;
}
.footerContent {
	width: 1230px;
	margin: 0 auto;
	padding: 50px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footerLeft {
	width: 600px;
	height: 190px;
}
.footerLeft .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footerLeft li {
	font-size: 12px;
	line-height: 30px;
	color: #abacad;
}
.footerLeft li:first-child {
	font-size: 14px;
	line-height: 40px;
	color: #eaebeb;
}
.footerLeft .bottom {
	font-size: 12px;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 60px;
    line-height: 100px;
}
.footerRight {
	color: #abacad;
	font-size: 12px;
	text-align: right;
}
.footerRight .title {
	font-size: 24px;
}
.footerRight p {
	margin-bottom: 20px;
}
.footerRight p img {
	margin-left: 10px;
}

.news_content .nodata{
	width:100%;
	text-align: center;
}

.news_content .nodata .noMoreBoxBg{
	width: 200px;
	height: 128px;
	margin: 0px auto;
	background: url('../images/noMoreImg2.png') no-repeat center/153px 100px;

}

/*.news_content .noMoretext{*/
/*	margin:0;*/
/*	padding: 0;*/
/*	vertical-align:baseline;*/

/*}*/

