html,body{
	margin:0;
	padding: 0;
	background-color: #edf4ec;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
ul,li{
	padding: 0;
	margin:0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.duc{
	width: 910px;
	height: auto;
    margin-left:20px;
    float:left;
}
.duc-healthdata{
	width: 908px;
	height: auto;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.duc-top{
	width:898px;
	height: 50px;
	padding-left: 10px;
	line-height: 50px;
	font-size: 14px;
	color: #00bc9b;
}
.duc-top img{
	vertical-align: middle;
}
.duc-top a{
	float: right;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #00bc9b;
}
.sjcx-content{
	width: 850px;
	height: auto;
	margin-left: 40px;
}
.sjcx-content ul{
	width: 485px;
	height: 25px;
	border: 1px solid #46c1ae;
	border-radius: 5px;
}
.sjcx-content li{
	width: 80px;
	height: 25px;
	float: left;
	list-style-type: none;
	text-align: center;
	line-height: 25px;
	border-right: 1px solid #46c1ae;
	font-size: 14px;
	color: #4f4f4f;
	cursor: pointer;
}
.sjcx-hover{
	background-color: #46c1ae;
	color: #fff;	
}
.sjcx-table{
	width: 850px;
	height:auto;
    margin-bottom:30px;
}
.sjcx-table table{
    border-collapse:collapse;
}
.sjcx-table tr{
    
}
.color{
    background-color:#eeeeee;
}
.change{
    background-color:#fff;
}
.sjcx-table td{
    width:130px;
    height:30px;
    text-align:center;
    font-size:13px;
    color:#050505;
    border:1px solid #cbcbcb;
}
.show{
	display:block;
}
.hidden{
	display: none;
}
.duc-expert{
	width: 908px;
	height: auto;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.expert-content{
	width: 868px;
	height: auto;
	margin: 0 auto 20px;
	border:1px dotted #bbc6ba;
}
.duc-service{
	width: 908px;
	height: 160px;
	margin: 20px 0;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.service-content{
	width: 868px;
	height: 90px;
	margin: 0 auto;
	border:1px dotted #bbc6ba;
	position: relative;
}
.service-comm{
	width: auto;
	height: 50px;
	font-size: 12px;
	color: #646464;
	line-height: 50px;
	background-color: #eeeeee;
    padding:0 10px;
    margin:20px;
    float:left;
    min-width:200px;
}
.service-comm-left{
	width: 60px;
	height: 50px;
}
.service-comm-right{
	width: auto;
	height: 50px;
}
.service-comm-left img{
	vertical-align: -13px;
	margin-left:10px;
}
.expert-list{
	width: 828px;
	height: auto;
	margin:10px auto;
    cursor:pointer;
}
.expert-question{
	width: 828px;
    padding:5px 0;
    word-break:break-all;
    word-wrap:break-word;
}
.list-question{
	font-size: 14px;
	color: #00bc9b;
}
.list-time{
	font-size: 12px;
	color: #b8c0b8;
	float: right;
}
.expert-answer{
	width: 828px;
	height: auto;
	font-size: 14px;
	color: #525252;
	background-color: #f3f3f3;
	line-height: 25px;
	text-indent:2em;
}
.expert-answer a{
	color: #00bc9b;
}
.lis-tip{
    color: #00bc9b;
    text-align: center;
    line-height: 300px;
}
.lis-tip img{
    vertical-align:middle;
}