﻿@charset "utf-8";

/* CSS Document */

.faq_desBox ul li h1,h3{

	line-height: 38px;

	height: 38px;

	color:#424242;

	border:1px solid #e3e3e3;

	background-color:#f0eeee;

	font-size:16px;

}

.desBoxcon{

	border:1px solid #e3e3e3;

	border-top:none; padding:20px;

	font-size:14px;

}

.desBoxcon p{

	    margin: 5px 0px 10px;
    padding: 0px;
    line-height: 1.75em;
    color: rgb(66, 66, 66);
    font-family: sans-serif;
    font-size: 16px;

 list-style-type: none; font-size: 14px; font-family: 微软雅黑, 'Microsoft YaHei';
}

.desBoxcon p a{ color:#E25B0C;}

.desBoxcon p a:hover{color:#f55354;}

.foldDown{

	right:10px;

	height: 8px;

	/* top:15px;	width:8px;	background:url(../images/foldimg.png) no-repeat 0 0; */

}

.faq_leftbg{

	display: inline-block;

	top:-1px;

	left:0;

	width:2px;

	height: 40px;

	background-color:#ff5d5e;

}

.foldUp{

	top:15px;

	right:10px;

	width:8px;

	height: 8px;

	background:url(../images/foldimg.png) no-repeat -12px 0;

}





/*20160830-yang【开始】*/

.desBoxcon table tr th a:hover{color:#ea4645;text-decoration:underline;}

/*20160830-yang【结束】*/