* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 微软雅黑;
}

input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

input,
textarea,
select,
button,
a:focus {
	outline: none;
}

body {
	min-width: 1350px;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #015ca2;
	/*鼠标指上*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.p_width {
	width: 100%;
	min-width: 1350px;
	margin: 0 auto;
}

.m_width {
	width: 1350px;
	margin: 0 auto;
}

.headbox {
	height: 130px;
	background: url(../images/topbox_bg.png) center no-repeat;
	padding-top: 30px;
}

.index_main {
	width: 1350px;
	margin: 30px auto 0 auto;
}

.index_middle {
	background: #f5f5f5;
	height: 340px;
	margin: 30px 0;
	padding: 30px 0;
}

.index_bottom {
	background: #f5f5f5;
	box-shadow: 0 0 50px #e6e6e6 inset;
	height: 296px;
	margin-top: 20px;
}


/*toplink*/

.logo {
	margin-top: 10px;
}

.top_link li {
	float: left;
	background: url(../images/top_link_ico.png) right center no-repeat;
	padding-right: 15px;
	margin-right: 15px;
}

.top_link li.li_last {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

.top_link li a {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}


/*search*/

.searchbox {
	width: 180px;
	height: 26px;
	background: url(../images/search_box.png) center no-repeat;
	margin-top: 30px;
	padding: 2px 11px;
}

.search_txt {
	height: 26px;
	line-height: 26px;
	width: 155px;
}

input.search_txt:focus {
	border: 1px solid #f5f5f5;
}

.search_btn {
	background: url(../images/search_btn.png) right center no-repeat;
	width: 18px;
	height: 18px;
	margin-top: 5px;
}




/*index_foot*/

.index_foot {
	background: url(../images/index_foot.png) center no-repeat;
	height: 260px;
	border-bottom: 2px solid #fee794;
	padding: 80px 0;
}


/*footer*/

.footerbox {
	background: #015ca2;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
}

.copyright_info,.copyright_info a {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.copyright_info ul{
	width: 58%;
	margin:0 auto;
}
.copyright_info ul li{
	float: left;
	text-align: center;
	margin: 0 10px;
}
.bshare-custom{
	margin-top: 20px;
	font-size: 14px !important;
}


/*foot_info*/

.foot_info {
	width: 950px;
}


/*foot_ewm*/

.foot_ewm {
	width: 300px;
}

select {
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

.footbox {
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background: #662286;
}


/*index_left*/

.index_left {
	width: 890px;
}

.index_right {
	width: 425px;
}


.paging_content p{
font-size:16px !important;
line-height:36px !important;
text-indent:2em !important;
}

.
element.style {
    text-align: center;
    font-size: 16px;
    line-height: 2em;
}
.ej_content_info table tr td p, .paging_content table tr td p {
    text-indent: 0;
}
.wp_entry table tr td p, .paging_content table tr td p {
    text-indent: 0 !important;
}

