.section{
	width: 100%;
	background-color: #fff;min-height:450px;
}
.qrcode{border: 4px solid #fff;}
.search_btn{cursor: pointer;}
.dpzw img{padding-left:30px;}
.column_title{
	padding: 20px 0px;
	color: #333;
	margin-top: 30px;    
}

.column_title img{
	margin-right: 15px;

}
.column_title span{
	display: inline-block;
	border-bottom: 5px solid #277bd5;
}
.column_main{
	margin-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;min-height: 400px;
}
.column_item{

}
.item_title{
	font-size: 18px;
	color: #0065b3;
	line-height: 45px;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.item_title img{
	margin-bottom: 2px;
	margin-right: 20px;
}
.column_item ul{
	width: 100%;
	padding: 10px 40px;
	overflow: hidden;
}
.column_item ul li{
	margin: 10px 20px;
	list-style: none;
	float: left;
}
.column_item ul li a{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.school_item{
	border-bottom: 1px dotted #aaa;
}
.school_item ul{
	width: 100%;
	padding: 0px 20px;
	overflow: hidden;
}
.school_item ul li{
	width: 25%;
	float: left;
	list-style: none;
	line-height: 50px;
	text-align: center;
	margin: 30px 0px;
	padding: 0px 10px; 
}
.school_item ul li a{
	color: #333;
	font-size: 18px;

}
.about_img{
	float: right;
	width: 390px;
	margin-top: 30px;
}
.about_left{
	float: left;
	width: 800px;
	color: #333;
	margin-top: 30px;
}
.p_margin p{
	margin: 30px 0px;
	color: #333;
	text-indent: 2em;
	line-height: 36px;
}
.p_margin p:first-child{
	margin-top: 0px;
}

.column_form{
	width: 100%;
}
.column_form>div{
	width: 100%;
	
	margin-top: 20px;
}
.column_form>div>div{
	width: 27%;
	float: left;
	margin-left: 4%;
	
}
.column_form>div>div:first-child{
	margin-left: 0px;
}
.column_form>div>div>input[type="text"]{
	width: 65%;
	float: right;
	height: 2.4375em;
	margin: 0 0 1em;
	padding: 0.5em;
	padding-top: 0.7em;
	outline: none;	
}
.column_form>div>div>select{
	width: 65%;
	float: right;
	border-color: #666;
	vertical-align: middle;
}
.column_form>div>div>label{
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.column_form>div>div.long_select{
	width: 38%;
}
.column_form>div>div.long_select>select{
	width: 60%;
}
.column_form>div>div.long_input{
	width: 27%;
}
.column_form>div>div.long_input>input{
	width: 74%;
}
.column_form>div>div.column_btn_group{
	float: right;
}
.column_search_btn {
    border-radius: 8px;
    height: 40px;
    width: 170px;
    float: right;
    background-color: #dba504;
    border: none;
    outline: none;
    display: inline-block;
    margin-left: 12px;
    color: #fff;
    padding-left: 20px;
    background-position: 33% center;
    background-repeat: no-repeat;
    background-image: url(../img/search_btn.png);    line-height: 40px;
}
.column_reset_btn{
	border-radius: 8px;
    height: 40px;
    width: 90px;
    float: right;
    background-color: #6f6f6f;
    border: none;
    outline: none;
    display: inline-block;
    margin-left: 12px;
    color: #fff;    line-height: 40px;
}

.members_list {
    margin-right: -30px;
    width: 1160px;
    margin: 0 auto;min-height: 360px;
}

.members_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 240px;
    
    position: relative;
    height: auto;
    margin: 10px 25px;
}


.team_img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border: 1px solid #80b3d5;
}

.members_img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border: 10px solid #fff;
}

.members_name {
    font-size: 18px;
    color: #0065b3;
    margin-top: 30px;
    text-align: center;
    white-space: nowrap;
    padding: 0px 20px;
}
.members_item>a:hover{
    text-decoration: none;
}
.team_info{
    text-align: left;
    color: #333;
    margin-top: 20px;
    padding: 0px 20px;
    line-height: 26px;
}
.team_info p:first-child{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column_ul{
	padding-left: 40px;
	margin: 40px 0px;

}
.column_ul li{
	list-style: none;
	font-size: 18px;
	line-height: 36px;
	position: relative;
}
.column_ul li:before{
	content:"";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 15px;
	background-color: #b3c7dd;
}

.column_ul li a{
	color: #333;
}

.no_result{
	margin: 120px 0px;
	color: #333;
	font-size: 18px;
}
.no_result_advice>p:first-child{
	margin: 30px 0px;
	color: #333;
}
.no_result_advice p{
	color: #666;
	font-size: 18px;
}

.result_ul{
	padding: 0px 20px;
	margin:15px 0px;

}
.result_ul li{
	list-style: none;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
.result_ul li:before{
	content:"";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 15px;
	background-color: #b3c7dd;
}
.result_ul li a{
	color: #333;
}