/* banner */
.banner {
	width: 100%;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.main-content {
	width: 980px;
	margin: 0 auto;
}
.pages-head {
	padding: 0 0 8px;
	background: url(../images/pagesline.jpg) repeat-x left bottom;
	overflow: hidden;
}
.title-tabs {
	padding: 24px 0 12px;
}
.title-tabs .title-tabs-item {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	border-bottom: 2px solid transparent;
	margin-right: 30px;
}
.title-tabs .title-tabs-item.active {
	border-bottom: 2px solid #a50202;
}
.title-tabs-item:hover {
	border-bottom: 2px solid #a50202;
}
.cur-website {
	padding: 27px  0 16px;
}
.cur-website a {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.cur-website a:hover {
	color: #005bac;
}
.cur-website span {
	float: left;
	margin: 0 10px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-family: simsun;
	font-weight: bold;
}
.member-list {
	margin: 30px 0;
}
.articleWrap .artHeader {
    padding: 15px 0;
}
.articleWrap .artHeader h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.articleWrap .artHeader .author {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}
/* 来源与分享 */
.articleWrap .artHeader .artBrief {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
    cursor: default;
}
.artBrief .source span {
    margin-right: 30px;
}
.artHeader .artBrief .print {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}
.artHeader .artBrief .print a {
    color: #999999;
}
.artHeader .artBrief .printIco {
    margin: 0 10px;
}
.artHeader .artBrief .printIco img {
    margin: 0 10px;
}
.shareArea {
    position:relative;
    float: left;
}
.shareArea>a {
    float: left;
}
.shareArea>span {
    float: left;
}
.shareS {
    width: 26px;
    background: url(../images/side_sina_c.png) no-repeat 0 0;
    height: 20px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.shareS:hover {
    background: url(../images/side_sina_h.png) no-repeat 0 0;
}
.shareWX {
    width: 26px;
    background: url(../images/side_wx_c.png) no-repeat 0 0;
    height: 21px;
    float: left;
    margin-left: 5px;
    margin-right: 17px;
    cursor: pointer;
}
.shareWX:hover {
    background: url(../images/side_wx_h.png) no-repeat 0 0;
}
.shareWXQ {
    width: 26px;
    background: url(../images/side_wxq_c.png) no-repeat 0 0;
    height: 21px;
    float: left;
    margin-left: 5px;
    margin-right: 13px;
    cursor: pointer;
}
.shareWXQ:hover {
    background: url(../images/side_wxq_h.png) no-repeat 0 0;
}
.shareQ {
    width: 26px;
    background: url(../images/side_qzone_c.png) no-repeat 0 0;
    height: 23px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
.shareQ:hover {
    background: url(../images/side_qzone_h.png) no-repeat 0 0;
}
#divErweima {
    width: 200px;
    border: solid 1px #ddd;
    padding: 0px 13px 10px 15px;
    position: absolute;
    left: 0px;
    top: 50px;
    background: #fff;
    display: none;
}
.erwmTitle {
    line-height: 35px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
#spClose {
    color: #000;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}
#divErweima img {
    display: block;
    width: 197px;
    height: 197px;
}
.erwmBrief {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
}
/* 文章详情 */
.artSection {
    padding: 30px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.artContent {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.artContent>p {
    padding: 10px 0;
}
.artContent img {
    display: block;
    width: auto;
    margin: auto;
    max-width: 800px;
}
.artSectionLink {
    text-align:right;
    line-height:35px;
    font-size:12px;
}
.artSectionLink a:hover {
    color: #ff9200;
}
/* 上一篇、下一篇--开始- */
#divLink {
    line-height:35px;
    border-top:solid 1px #ddd;
    margin-left:10px;
    padding: 15px 0 20px;
}
#divLink a,#divLink span {
    font-size:16px;
    color:#333;
}
#divLink a:hover {
    color: #ff9200;
}