body {
	background-color: #f0f0f0;
}
.content .left {
	width: 200px;
	margin-top: 35px;
}
.content .left>div {
    width: 200px;
    background: url(../../img/background/typetitlebg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 150px;
}
.content .left>div h2 {
    font-size: 36px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    padding-top: 80px;
    margin-left: 13px;
}
.content .left>div h3 {
    font-size: 12px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    padding-left: 13px;
    text-transform: uppercase;
}
.content .right {
    background-color: #FFFFFF;
    width: 890px;
    padding-bottom: 20px;
    margin-top: 35px;
}
.content .right>img {
	width: 100%;
}
/*左侧列表*/
.left_list {
	background: #fff;
}
.left_list li>span {
	display: block;
    padding: 10px;
    border-bottom: 2px #CBD1D5 solid;
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    color: #485D6C;
}
.left_list li>span:hover {
	color: #00c253;
	border-bottom: 2px solid #00c253;
}
.left_list li .active_nav {
	color: #66ce00;
	border-bottom: 2px solid #66ce00;	
}
.left_list .fa-arrow-circle-o-right:before{
	color: #485D6C;
	margin-right: 10px;
}
.product_list p {
    background-color: #F9F9F9;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #fff;
    color: #616161;
    font-size: 14px;
}
.product_list a {
    color: #616161;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 34px;
    display: block;
    text-decoration: none;
    font-weight: normal;
}
.product_list a:hover {
	color: #00c253;
	background-color: #fff;
}
.product_list p .active {
	color: #66ce00;
	background-color: #fff;
}
table {
	width: 100%;
}
caption {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}
thead th {
	text-align: center;
    font-size: 14px;
    padding: 5px 0;
}
.table {
	text-align: center;
}
.ruanjian td {
	padding: 0 10px;
}
tbody tr td {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0;
}
tbody tr td em {
    position: absolute;
    color: red;
    width: 5px;
    height: 5px;
    margin: auto;
    left: 2px;
    top: 10px;
    font-size: 10px;
    line-height: 5px;
}
tbody tr td span {
	color: red;
}
.red {
	color: red;
	font-size: 16px;
	padding-left: 10px;
}
.buzhou {
	padding-left: 10px;
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	line-height: 30px;	
}
.content .right>img {
	width: 100%;
}
.content .right div h2 {
	font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.content .right div h3 {
	font-size: 18px;
}
.content .right div p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-indent: 10px;
}
.content .red {
    color: red;
    font-size: 16px;
    line-height: 25px;
}