﻿@charset "utf-8"; 
div.hgroup{
	padding: 20px;
	background: #fff;
}
div.navLeft{
	float: left;
	width: 200px;
}
div.navLeft > p.title{
	background: #181818;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
div.navLeft > ul{
	border:1px solid #e0e0e0;
	border-top: 0;
	padding: 0 10px;
	font-size:14px;
}
div.navLeft > ul > li{
	line-height: 50px;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
div.navLeft > ul > li > a {
	color: #2b2b2b;
}
div.navLeft > ul > li > a > span {
	padding-left: 10px;
}
div.navLeft > ul >li:nth-child(2) a{
	color: #da271f;
}
div.navLeft > ul > li > a.on,
div.navLeft > ul > li > a:hover {
	color: #da271f;
} 
div.navLeft > ul > li.last{
	border-bottom: 0px;
}
div.hgroup > p.bread-crumb {
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	margin-left: 240px;
	overflow: hidden;
}
div.hgroup > p.bread-crumb > span.h2{
	float: left;
	font-size: 16px;
	font-weight: 600;
	color:#da271f;
}
div.hgroup > p.bread-crumb > span > a{
	color: #343434; 
}
div.hgroup > p.bread-crumb >  span > a.on{
	font-weight: 600; 
}
div.hgroup > div.sectionList{

	margin-left: 240px;
} 
div.hgroup > div.sectionList > div.section {
	padding: 20px 0;
	border-bottom: 1px dashed #bfbfbf;
}
/*div.hgroup > div.sectionList > div.section > span{
	float: left;
	font-size: 50px;
	color: #656565;
	margin-right: 20px;
}*/
div.hgroup > div.sectionList > div.section div.right> h3{
	width: 100%;
	margin-top: -10px;
	font-size: 16px;
	font-weight: 600; 
	line-height: 36px;
}
div.hgroup > div.sectionList > div.section div.right> h3 span{
	float: right;
	font-size: 12px;
	color: #656565;
	font-weight: normal;
	margin-right:14px;
}
div.hgroup > div.sectionList > div.section div.right> p{
	line-height: 30px;
	color: #656565;
	padding: 0 14px 0 0;
	font-size: 13px;
}
div.hgroup > div.sectionList > div.section> div.img{
	float: left;  
	padding:0 20px;
}
div.right{
	float: right;
	width: 56%;
}
div.hgroup > div.sectionList > div.section  div.right> a{
	float: right;
	margin-top: 20px;
	color: #2b2b2b;
}
div.hgroup > div.sectionList > div.section  div.right> a:hover,
div.hgroup > div.sectionList > div.section  div.right> h3:hover{
	color:#da271f; 
}
div.hgroup > div.sectionList > div.section div.right>p.sectionList_p{
	max-height: 210px;
	overflow: hidden;
}
