/* 公共样式 */
/*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, sub, sup, tt, var,*/
/*b, u, i, center,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend, caption, thead, 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;
}
/* 页面样式 */
/* 头部和搜索区域 */
/* 布局样式 */
.newsDetail_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;
	margin: 0 auto;
	background: #fff;
	padding: 62px 32px 75px;
	margin-bottom: 40px;
}
.news_content h3{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.news_content .content_top{
	width: 800px;
	font-size: 14px;
	color: #999;
	margin: 0 auto 43px;
	text-align: center;
}
.news_content .title{
	font-size: 14px;
	color: #474747;
	margin-bottom: 30px;
}
.news_content span{
	display: inline-block;
	font-size: 14px;
	color: #474747;
	line-height: 30px;
	margin: 0 15px;
}
/* 底部区域样式 */
.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;
}



/* 2021.04.10 样式 -  开始 */
/* 新增工具类样式 */
.clearfix:before,.clearfix:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fleft{
	float:left
}
.fright{
	float: right;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*  */
.articel-content-box{
	width: 1230px;
	margin: 0 auto 40px;

}

/* 左 */
.articel-content-box .leftBox{
	float: left;
	width: 914px;
	padding: 42px 32px 75px;
	background-color: #fff;
}
.articel-content-box .rightBox{
	float: right;
	width: 300px;
	background-color: #fff;
	padding: 15px;
	color:#999;
	font-size: 14px;
}

/* 右 */
.articel-content-box .rightBox .titleBar{
	line-height: 21px;
	margin-bottom: 20px;
}
.articel-content-box .rightBox .titleBar .titleName{
	font-weight: 600;
	color: #333;
	font-size: 16px;
}
.articel-content-box .rightBox .titleBar  .rightMOre{
	color: #999;
	font-size: 14px;

}
.articel-content-box .rightBox .articleList  .articleItem{
	padding: 20px 0;
	border-top: 1px solid #e3e7ed;
}
.articel-content-box .rightBox .articleList .itemLink{
	display: block;
	color: #555555;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.articel-content-box .rightBox .articleList .pushTime{
	color: #999;
	line-height: 25px;
}
.articel-content-box .rightBox .moreArtBtn{

}
.articel-content-box .rightBox .moreArtBtn  .moreLink{
	display: inline-block;
	text-align: center;
	background-color: #ed530f;
	color: #ffffff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999999;
	margin: 10px 0;
}
/* 2021.04.10 样式 -  结束 */
