﻿.sidebar_box .left_con .article_title h3{
	font-size: 18px;
	color: #484848;
	text-align: center;
	padding: 16px 0;
}
.sidebar_box .left_con .article_title>div p{
	background: #f1f2f2;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #484848;
	margin-bottom: 16px;
	text-align: center;
}
/*.sidebar_box .left_con .article_con{
	padding: 20px 0;
}*/
.sidebar_box .left_con .article_con p{
	font-size: 14px;
	text-indent: 2em;
	padding-bottom: 30px;
	line-height: 25px;
	
}


.article_con{font-size:14px; line-height:20px; text-indent:2em;}
.article_con p{font-size:14px; line-height:20px;}
		
.article_con h1{ margin-top: 15px; padding-bottom: 15px;}



.sidebar_box .left_con .article_con b{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	display: block;
}
.sidebar_box .left_con .article_next p{
	text-indent: 0;
	padding-bottom: 0;
	font-weight: bold;
}
.sidebar_box .left_con .article_next p a{
	font-weight: normal;
}
.sidebar_box .left_con .article_next p a:hover{
	color: #f1990d;
}
.sidebar_box .left_con .btn{
	text-align: center;
	margin: 1rem auto;	
}
.sidebar_box .left_con .btn img{
	padding: 0 2%;
	width: 28%;
	display: inline;
}
.recommended_read{
	box-sizing: border-box;
	margin-bottom: 10px;
}
.recommended_read .title{
	font-size: 18px;
	color: #3a9995;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
.recommended_read .title:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 24px;
	background: #3a9995;
	margin-right: 10px;
}
.recommended_read .left_pic img{
	width: 100%;
}
.sidebar_box .sidebar .title span,.recommended_read .title span{
	width: 47px;
	height: 7px;
	background: url(../images/sidebar_arrow.png) no-repeat;
	float: right;
	margin: 20px auto;
}
.recommended_read ul li{
	border-bottom: 1px solid #efefef;
}
.recommended_read ul li a{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	color: #656464;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recommended_read ul li a:before{
	content: "-";
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	padding-right: 0.2em;
}

.service_pro ul{
	text-align: center;
}
.service_pro ul li{
	width: 32%;
	display: inline-block;
	background: #ff9900;
	border-radius: 4px;
	margin-bottom: 2%;
}
.service_pro ul li:nth-child(2n){
	background: #999999;
}
.service_pro ul li a{
	color: #fff;
}
.service_pro ul li a:before{
	content: "";
}

/*咨询服务*/
.wrap_zx{
	background: url(../images/index_bg03.jpg) no-repeat;
	background-size: 100%;
	padding: 10px 0;
}
.wrap_zx form{
	margin-top: 20px;
}
.wrap_zx form input,.wrap_zx form textarea{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-indent: 1em;
}
.wrap_zx form textarea{
	height:100px;
}
.wrap_zx button {
    display: block;
    width: 26%;
    height: 30px;
    line-height: 30px;
    background: #ec970c;
    margin: 10px auto;
    border-radius: 4px;
    color: #fff;
}
.wrap_zx .title p{
	color: #fff;
	text-align: center;
	font-weight: bold;	
}
/*咨询服务end*/
.article_next{
	margin-bottom: 10px;
}
.article_next p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_con {
	line-height:25px;
}
.article_con img{ 
width:85%;
clear: both; 
display: block; 
margin:auto;
height:auto
}