.m-left{
	display: inline-block;
	width: 20%;
    float: left;
    padding-right: 15px;
    margin-top: 15px;
}
.m-list{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 0;
    font-size: 18px;
    line-height: 36px;
}
.m-list>ul>li{
	padding-left: 20px
}
.m-list>ul>li:hover {
	border-left: 5px solid rgb(35, 138, 129);
}
a:focus{
	color:#000;
	text-decoration:none;
}
.m-line{	
	width: 50px;
	height: 2px;
	background-color: #000
}
.m-active{
	border-left: 5px solid rgb(35, 138, 129);
}
.m-center{
	display: inline-block;
	width: 60%;
	margin-top: 15px;
}
.m-body{
	background: #fff;
    font-size: 18px;
    line-height: 36px
}
.m-bodya{
	background: #fff;
    font-size: 18px;
    line-height: 36px
}
.m-body h2{
	line-height: 56px;
    border-bottom: 1px solid #c9c9c9;
    height: 56px;
    padding-left: 30px;
}
.m-body img{
	width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 5px;
/*    margin-bottom: 10px;*/
}
.m-right{
	display: inline-block;
	width: 20%;
	float: right;
}
.m-anli{

	overflow: hidden;
}
.m-anli>ul>li{
	float: left;
	width: 20%;
	padding: 0 5px;
}
.m-anli>ul>li img{
    width: 100%;
    object-fit: cover;
    min-height: 251px;
    max-height: 288px;
}
.q-title{
    font-size: 16px;
    color: #323232;
		cursor: pointer;
}
.q-ask{
	color: #666;
    font-size: 13px;
		display: none;
	/* border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px; */
}
.q-line{
	border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.con-input{
	border: 1px solid #999;
    padding: 10px;
    font-size: 14px;
    height: 36px;
    border-radius: 5px;
}
.con-con{
	border: 1px solid #999;
    padding: 10px;
    font-size: 14px;
    height: 120px;
    width: 100%;
    border-radius: 5px;
}
.con-btn{
	border: 1px solid #ddd;
    padding: 5px 20px;
    background-color: #666;
    color: white;
    border-radius: 5px;
}
.con-txt{
	font-size: 13px;
	color: #888
}
.faq_nav{
	margin-right: 20px;
	cursor: pointer;
}
.faq_nav:hover{
	color: rgb(35, 138, 129);
    border-bottom: 2px solid rgb(35, 138, 129);
    padding-bottom: 15px;
}
.faq_nav_active{
	color: rgb(35, 138, 129);
    border-bottom: 2px solid rgb(35, 138, 129);
    padding-bottom: 15px;
		cursor: pointer;
}
