@charset "utf-8";

/*新家庭教育-专家成员  样式*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ffede3;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}

/*专家列表*/
.content{
	width:100%;
	min-width:1280px;
	float:left;
	height:auto;
	margin:20px 0 100px 0;
	}
.content .main{
	width: 1120px;
	margin:0 auto;
	height:1535px;
	background: #fff;
	padding:0 40px 50px 40px;
}
.content .main h2{
	width:1200px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	background: #f9552c;
	margin-left:-40px;
}
.content .main h3{
	width:100%;
	height:46px;
	line-height: 46px;
	color:#ff6000;
	font-size:20px;
	font-weight:bold;
	margin-top:15px;
	
} 
.content .main h3 b{
	float: left;
	width:6px;
	height:20px;
	background: #ff6000;
	margin: 13px 10px 0 0;
}
.content .main ul{
	width:1120px;
	margin:0 auto;
	}
.content .main ul li{
	width:42%;
	margin:20px 4%;
	float:left;
	}
.content .main ul li img{
	float:left;
	margin-right:20px;
	}
.content .main ul li h4{
	font-size:18px;
	color:#0099e8;
	float: left;
    width: 68%;
    margin-bottom: 5px;
	}
.content .main ul li h4 span{
	font-size:14px;
	}
.content .main ul li p{
	font-size:14px;
	color:#3b3f44;
	}
