
/* 帮助中心样式 */

.helpCenter {
	width: 1190px;
	margin: 20px auto;
}
.left {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}
.right {
	width: 995px;
	margin-left: 12px;
	float: left;
}
.left_title {
	background-color: #f3f3f3;
	width: 168px;
	height: 33px;
	padding-left: 12px;
	border-bottom: 2px solid #ff3f0f;
	font-size: 14px;
	font-weight: 600;
	line-height: 33px;
}


.p_R_t {
	width: 980px;
	height: 33px;
	border-bottom: 2px solid #ff3f0f;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 33px;
	background-color: #f3f3f3;
}
.question {
	width: 966px;
	border: 1px solid #dedede;
	border-top: none;
	font-size: 13px;
	padding: 20px 12px 20px 12px;
}
.question p {
	line-height: 1.8em;
}
/*新闻中心样式*/

.newsCenter {
	width: 1190px;
	margin: 20px auto;
}
.main_left {
	float: left;
	width: 589px;
}
.main_right {
	width: 589px;
	float: left;
	margin-left: 12px;
}
.m_t_title {
	width: 575px;
	height: 38px;
	border: 1px solid #e9e9e9;
	line-height: 38px;
	padding-left: 12px;
	font-family: "宋体";
	font-size: 14px;
	font-weight: 600;
	color: #232323;
	margin-bottom: 12px;
}
.mc {
	border: 1px solid #e9e9e9;
	margin-bottom: 12px;
}
.mc h5 {
	height: 33px;
	line-height: 33px;
	padding-left: 12px;
	background: #f4f4f4;
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.mc h5 span {
	float: right;
	margin-right: 10px;
}
.mc ul{
	padding: 15px 7px 40px;
}
.mc ul li {
  padding: 3px 5px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #f4f4f4;
}
.mc ul li div{
	float: left;
	margin-right: 5px;
}
.a_line{
	width: 366px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mc ul li div a{
	color: #232323;
	font-family: "宋体";
	font-size:12px;
}
.mc ul li div a:hover{
   color: #ff3f0f;
}
.mc li span {
  float: right;
  margin-left: 5px;
  color: #737373;
  font-family: 宋体;
  line-height: 37px;
  font-size:13px
}
.mc li .line {
  float: none;
  height: 10px;
  overflow: hidden;
  margin-top: 11px;
}
.streamfenbox2{
	width: 589px;
	height: 40px;
	font-family: "宋体";
	text-align: center;
}

/*新闻明细页*/
.news_details{
	width: 1130px;
	padding: 0 29px;
	margin: 20px auto 0;
	border: 1px solid #e3e3e3;
	
}
.news_tt{
	width: 1130px;
	height: 45px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 45px;
	text-align: center;
	font-family: "宋体";
	font-size: 14px;
	font-weight: 600;
}
.n_time{
	font-size: 12px;
	font-family: "宋体";
	width: 1130px;
	height: 13px;
	line-height: 13px;
	color: #868686;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 25px;
	
}
.n_content{
	width: 1130px;
	margin: 0 auto;
}
