﻿/*reset*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
	width:100%;
}

body {
	font-size: 14px;
	color: #333;
	line-height: 1em;
	font-family: "arial", sans-serif;
	background: #fff;
	min-width:1200px;
	margin:0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
table,
tbody,
tfoot,
thead,
th,
td,
input,
textarea,
fieldset,
p,
span,
strong,
small,
b,
img,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:link,
a:visited {
	text-decoration: none
}

a:hover,
a:active {
	text-decoration: none;
	color: #f60
}
/*顶部*/
.nav_top {
	font-family: arial;
	width: 100%;
	line-height: 40px;
	background: #f60;
	font-size: 14px;
	color: #fff;
	z-index: 9999;
	margin:0 auto;
}

.nav_top_in {

	margin: 0 auto;
}

.nav_top_in p {
	margin: 0 auto;
	margin-left: 19%;
}

/*logo*/
nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 10px 5px 10px;
}

.logo {
	width: 30%;
	float: left;
}

.logo img {
	float: left;
}

.logo a img {
	float: left;
}

/*导航*/
.nav_bj {
	height: 90px;
	float: right;
}

.nav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.nav ul {
	width: 100%;
	text-align: center;
	float: left;
}

.nav ul li {
	width: 95px;
	height: 70px;
	display: inline;
	float: left;
}

.nav ul li.on,
.nav ul li:hover {
	border-bottom: #e97913 solid 3px;
}

.nav ul li a {
	color: #333;
	line-height: 45px;
	font-size: 16px;
}

.nav ul li a label {
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #888
}

.nav ul li ol {
	position: absolute;
	top: 133px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 4px 4px;
	width: 90px;
	height: auto;
	display: none;
	overflow: hidden;
	z-index: 9999;
}

.nav ul li ol li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
}

.nav ul li ol li:hover,
.nav ul li ol li a:hover {
	border: none;
	background: #f60;
	color: #fff;
}

.nav ul li ol li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 14px;
}

.nav ul li:hover ol {
	display: block;
}

/*banner*/

.slideBox {
	width: 100%;
	max-height: 450px;
	overflow: hidden;
	position: relative;

}

.slideBox .hd {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 1200px;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 8px;
	background: #FFFFFF;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f4940c;
}

.slideBox .bd {
	position: relative;
	width: 1200px;
	margin: 0 auto;
    padding: 0 15px;
}

.slideBox .bd  img {
	width: 100%;
	max-height: 450px;
	margin: 0 auto;
}
.slideBox .bdArticle {
	position: relative;
	width: 1200px;
    height: 360;
	margin: 0 auto;
}

.slideBox .bdArticle img{
	width: 100%;
  	height: 100%;
	margin: 0 auto;
	opacity:1;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
  	min-height: 503px;
}

.content-wrap {
	width: 100%;

	box-sizing: border-box;
}

.content {
	margin-top: 20px;
}

.content-left {
	padding-right: 5px;
}

.content-right {
	padding-left: 5px;
}


.title {
	width: calc(100% - 2px);
	height: 38px;
	background: #f9f9f9;
	border: #ddd solid 1px;
	border-bottom: none;
	overflow: hidden;
	float: left;
}

.title h3 {
	width: 80px;
	font-size: 18px;
	line-height: 38px;
	border-bottom: #f60 solid 2px;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 9999;
}

.title .more {
	float: right;
	position: absolute;
	top: 13px;
	right: 20px;
}

.title .more a {
	display: inline-block;
	color: #999;
	font-size: 14px;
}

.excerpt {
	border: 1px solid #eaeaea;
	padding: 20px 20px 20px 255px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: -1px;
}

.excerpt .post-linkto {
	text-align: right;
	margin-bottom: 0;
	margin-top: 5px;
}

.excerpt-text {
	padding-left: 20px;
}

.excerpt-text .note {
	margin-bottom: 0;
}

.excerpt-1 {
	border-radius: 4px 4px 0 0
}

.excerpt-10 {
	border-radius: 0 0 4px 4px
}

.excerpt:hover {
	background-color: #fdfdfd;
	position: relative;
	z-index: 2;
}

.excerpt .focus {
	float: left;
	margin-left: -235px;
	width: 220px;
}

.excerpt .thumb {
	width: 220px;
	height: 150px;
}

.excerpt header {
	margin-bottom: 10px;
}

.excerpt h2 {
	display: inline;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0;
}

.excerpt h2 a {
	color: #555;
}

.excerpt h2 a:hover {
	color: #f60;
}

.excerpt h2 a span {
	color: #f60;
}

.excerpt h2 a:hover span {
	color: #45B6F7;
}

.excerpt time,
.excerpt .pv,
.excerpt .pc,
.excerpt .author {
	margin-right: 20px;
}

.excerpt .post-like {
	float: right;
}

.excerpt .note {
	color: #999;
	word-wrap: break-word;
	line-height: 20px;
	margin-bottom: 0;
}

.excerpt .meta {
	color: #999;
	margin-bottom: 10px;
}

.excerpt .meta .fa {
	margin-right: 4px;
}

.excerpt .meta a {
	color: #999;
}

.excerpt .meta a:hover {
	color: #45B6F7;
}

.sidebar {
	float: left;
	margin-left: -360px;
	width: 360px;
	position: relative;
}

.publish {
	margin-top: 20px;
	position: relative;
}

.publish_list {
	width: calc(100% - 42px);
	border: 1px solid #eaeaea;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: -1px;
}

.publish_list ul li {
	list-style: none;
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	border-bottom: #eee dashed 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.publish_list ul li a {
	color: #333;
}

.publish_list ul li a:hover {
	color: #f60
}

.resource_list {
	width: calc(100% - 22px);
	border: 1px solid #eaeaea;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
    margin-right: 0;
}

.resource_list ul li {
	list-style: none;
	width: 30%;
	float: left;
	height: 80px;
	margin-top: 20px;
	text-align: center;
}

.resource_list ul li span {
	margin-left: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #eee;
	float: left;
	text-align: center;
}

.resource_list ul li span img {
	height: 25px;
	margin-top: 12.5px;
}

.resource_list ul li label {
	width: 100%;
	margin-top: 10px;
	float: left;
}


/*底部*/
footer {
	border-top: #f60 solid 5px;
	width: 100%;
	background: #201e1f;
	line-height: 30px;
	float: left;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: #201e1f;
	color: #858585;
}

.footer-links {
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #41424c;
	border-bottom: 1px solid #41424c;
	text-align: left;
	float: left
}

.footer-links p {
	font-size: 16px;
	color: #888888;
	float: left;
	font-weight: bold;
}

.footer-links a {
	margin-right: 20px;
	color: #888888;
}

.footer-info .info-text {
	padding: 20px 0;
	text-align: center;
}

.footer-info .info-text .copyright {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	float: left;
}

.footer a {
	color: #858585;
}

/*内页样式*/

.inside {
	width: 1200px;
	overflow: hidden;
}

/*左侧*/
.inside_left {
	margin: 20px 0;
	float: left;
	width: 270px;
}

.inside_left label {
	width: 270px;
	height: 100px;
	float: left;
	line-height: 100px;
	background: #f60;
	color: #fff;
	font-size: 20px;
	text-align: center
}

.inside_left ul {
	width: 270px;
	height: auto;
	float: left;
	background: #fafafa;
}

.inside_left ul li a {
	width: 240px;
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	background: url(../../images/eb/nav1.png);
	float: left;
	color: #333;
	border-bottom:#f60 solid 1px;
}

.inside_left ul li a.on {
	/*background: url(../../images/eb/ic2.png);*/
	color: #F60;
}

/*右侧*/
.inside_right {
	width: 900px;
	min-height: 200px;
	margin: 20px 0;
	float: right;
}

.inside_right .r_title {
	width: 100%;
	height: 38px;
	border-bottom: #ddd solid 1px;
	position: relative;
	float: left;
}

.inside_right .r_title label {
	width: auto;
	font-size: 18px;
	height: 37px;
	line-height: 33px;
	border-bottom: #f60 solid 2px;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 9999;
}

.inside_right .i_r_list {
	width: 100%;
	float: left;
}

.inside_right .i_r_list ul li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: #eee dashed 1px;
	float: left;
}

.inside_right .i_r_list ul li a {
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;
}

.inside_right .i_r_list ul li a span {
	width: 800px;
	float: left;
}

.inside_right .i_r_list ul li a label {
	color: #888
}

.page {
	display: inline-block;
	padding: 20px 0;
	overflow: hidden;
	float: right;
}

.page-num .num {
	position: relative;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 3px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.page-num a.num:hover {
	z-index: 1;
	color: #fff;
	background-color: #f60;
	border: 1px solid #f60;
}

.page-num .prev,
.page-num .next {
	width: 70px;
	font-size: 12px;
}

.page-num .prev i,
.page-num .next i {
	display: inline-block;
}

.page-num .curr {
	z-index: 1;
	color: #fff;
	cursor: default;
	background: #f60;
	border: 1px solid #f60;
}

.page-num .curr a,
.page-num .curr a:hover {
	color: #fff;
}

.page-num .curr a:hover {
	color: #fff;
	background-color: transparent;
}

.page-num .prev {
	margin-right: 6px;
	margin-left: 0;
}

.page-num .next {
	margin-left: 6px;
}

.page-num .disabled {
	color: #ccc;
}

/* 内容 */
.article-tit {
	width: 100%;
	padding: 20px 0;
	line-height: 1.5;
	text-align: center;
	float: left;
}

.article-tit h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
}

.article-tit p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}

.article-detail {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

/*
.article-detail p {
	width: 100%;
	float: left;
}

.article-detail p img {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
*/

.article-down {
	width: 100%;
	margin: 20px 0;
	float: left;
}

.article-down a {
	width: 50%;
	line-height: 20px;
	float: left;
	color: #f60;
}