@charset "utf-8";
/* CSS Document */


/*微信全局样式*/

body {
	font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
	background: #fff;
	line-height: inherit;
}
body,h2,p {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rich_media {
	width: 740px;
	margin:0 auto;
	
}
.rich_media_inner {
	position: relative;
	padding: 20px;
	padding-bottom: 100px;
	font-size: 16px;
  	word-wrap: break-word;
}
.rich_media_area_primary {
	position: relative;
	padding: 10px 15px 15px;
	background-color: #fff;
}
.rich_media_area_primary:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	top: auto;
	bottom: -2px;
}


/*微信标题*/
.rich_media_title {
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e7e7eb;
}
.rich_media_title {
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 24px;
}



/*副标题*/
.rich_media_meta_list {
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
	line-height: 20px;
	font-size: 0;
	line-height: 20px;
}
.rich_media_meta {
	max-width: none;
    display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 16px;
}
.rich_media_meta_text {
	color: #8c8c8c;
}

a.rich_media_meta_nickname {
	display: inline-block!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 9em;
}
a {
	color: #607fa6;
	text-decoration: none;
}
.rich_media_meta_nickname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 9em;
}

.profile_container {
	display: none;
	width: 535px;
	position: absolute;
	top: 100%;
	left: 65px;
	font-size: 14px;
}


/*头图*/
.rich_media_thumb {
	width: 640px!important;
	margin-bottom: 6px;
}


/*文字内容*/
.rich_media_content {
	min-height: 350px;
	position: relative;
	overflow: hidden;
	color: #3e3e3e;
}
.rich_media_content p {
	clear: both;
	min-height: 1em;
	white-space: pre-wrap;
}
.rich_media_content * {
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important;
}
p img {
	width: 640px !important;
	visibility: visible !important;
	height: auto !important;
}

/*微信关注浮标*/
div#js_pc_qr_code {
  display: block!important;
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  color: #717375;
  text-align: center;
}
.qr_code_pc_inner {
  position: relative;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.qr_code_pc {
  position: absolute;
  right: -145px;
  top: 0;
  border: 1px solid #d9dadc;
  background-color: #fff;
 
}
.qr_code_pc1 {
  top: 600px;
  border: 0;
  right: -25px;
}
.qr_code_pc_img {
  width: 102px;
}
/*返回顶部*/
#gotop{ width:45px;
	height:45px;
	background:url(../newCss/images/goTop_Vs.png) no-repeat 0 -181px;
	position:absolute;
	bottom:0px;
	display:none;
	cursor:pointer
}

#gotop:hover{
	background-position:0 -263px;
}
/*footer页脚部分*/
.footer {
	margin-width:1200px;
	width: 100%;
	min-width: 1200px;
	height: 231px;
	background-color: #292929;
	color: #c3c3c3;
	font-family: "宋体";
}
.footer .footer-nav {
	height: 176px;
}
.footer .footer-nav .sogren {
	padding-top: 20px;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.footer .footer-nav .sogren dl {
	width: 200px;
	float: left;
}
.footer .footer-nav .sogren dl.focusUs {
	width: 300px;
}
.footer .footer-nav .sogren dl dt {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #c3c3c3;
}
.footer .footer-nav .sogren dl dd {
	line-height: 20px;
	color: #c4c4c4;
	margin:0;
}
.footer .footer-nav .sogren dl dd a {
	font-size: 13px;
	color: #c4c4c4;
	text-decoration: none;
	cursor: auto;
}
.footer .footer-nav .sogren dl dd a:hover {
	color: #fff;
}
.footer .footer-copyright {
	border-top: 1px solid #676767;
	text-align: center;
	line-height: 54px;
	font-size: 13px;
	font-family: "微软雅黑"
}
.footer .footer-nav .sogren dl dd img {
	margin-right: 10px;
}

/*去掉footer底部列表默认样式（圆点）*/
.footer_top_left ul li{
	list-style: none;
}

