.wd-content{
	background:#fff;
	padding-bottom: 40px;
}
.wd-content .container{
	background:#FFFFFF;
	padding:40px;

}
.wd-search{;
	border-bottom:4px solid #CCCCCC;
	padding-bottom: 40px;
}
.wd-search input{
	max-width:380px;
	height:40px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-left:20px;
	padding-right:40px;
}
.wd-search .searchBtn{
	display: block;
    width: 19px;
    height: 21px;
    background: url(../imgs/search.png)no-repeat center;
    background-size: 90%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0,-50%);
    border: none;
    background-color: white;
    cursor: pointer;
}
.wd-search .fr ,.wd-search .fr>a{
	margin:0 5px;
	font-size: 16px;
	color:#333333;
}
.wd-list{
	margin-top: 60px;
}
.wd-list li>div:first-child:before{
	    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 15px;
    border-radius: 4px;
    background: #333333;
    margin-right: 10px;
}
.wd-list li>div:first-child{
	min-width:10%;
	font-size:16px;
}
.wd-list li>div:last-child{
	max-width:90%;
	font-size:14px;
}
.wd-list li>div:last-child p>a{
	margin-top: 40px;
	margin-left: 20px;
	color:#333333;
	font-size: 14px;
}
.wd-list li>div:last-child p>a:first-child{
	color:#ff917a;
}
/**绉诲姩**/
.wd-search-mb{
	display: none;
	background:#FFFFFF;
	margin-top: 20px;
	padding:40px 20px;
}
.wd-search-mb input{
	width:100%;
	height:40px;
	border-radius:20px;
	border:1px solid #CCCCCC;
	padding-left:20px;
	padding-right:40px;
}
.wd-list-mb{
	display: none;
	background:#F3F3F3;
	margin-top: 20px;

}
.wd-list-mb li{
	background:#FFFFFF;
	margin-bottom: 20px;
	padding:40px 20px;
}
.wd-list-mb li p:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 30px;
    border-radius: 5px;
    background: #108AED;
    margin-right: 10px;
}
.wd-list-mb li p{
	font-weight: bold;
	font-size: 20px;
}
.wd-list-mb li div>a{
	color:#666666;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	width:28%;
	margin:5px;
	height:40px;
	line-height:40px;
	border:1px solid #cccccc;
	border-radius:5px;
}
@media (min-width: 1400px){
 
 
}
@media (min-width: 1000px) and (max-width:1400px){
 
  
 
}
@media (max-width:1000px){
	.wd-content .container{
		background:#F3F3F3;
		padding:0px;

	}
	#demo,.wd-search,.wd-list{
		display: none;
	}
	.wd-search-mb,.wd-list-mb{
		display: block;
	}
	.wd-content {
	    padding-bottom: 0px;
	}
}

@media (max-width: 750px) {
	
}
@media (max-width:500px){
	
}

