.section{
	width: 100%;
	background-image: url(../img/column_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.qrcode {
    border: 4px solid #fff;
}
.search_btn{cursor: pointer;}
.dpzw img{padding-right:50px;border:none !important;}
.dpzw p,.dpzw p span{line-height:35px !important;font-size:16px !important;font-size:16px !important;}

p{
word-wrap: break-word;
	word-break: break-all;
}
.color2lxx {
    float: right;font-size: 20px;
    padding-right: 5px;
}
.column_title{
	padding: 20px 0px;
	color: #333;
	margin-top: 30px;
	font-size: 22px;color: #0057ae;
	text-transform: uppercase;
}
.column_title img{
	margin-right: 15px;

}
.column_main{
	margin-top: 20px;
	padding-bottom: 30px;min-height: 400px;
	}
.column_item{

}
.item_title{
	font-size: 18px;
	color: #333;
	line-height: 45px;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.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: 15px 0px;
}
.school_item ul li a{
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 220px;
	display: inline-block;
}
.school_item ul li span{
	display:inline-block;
	width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about_img{
	float: left;
	width: 390px;
	margin-top: 30px;
}
.about_right{
	float: right;
	width: 800px;
	color: #333;
	margin-top: 30px;
	line-height: 28px;
}
.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: 29%;
	float: left;
	margin-left: 4%;
	}
.column_form div div:first-child{
	margin-left: 0px;
}
.column_form div div select{
	width: 60%;
	float: right;

	vertical-align: middle;
}
.column_form>div>div>label{
	float: left;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.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;	
}
input::-webkit-input-placeholder{
  color:#666;
}
input::-moz-placeholder{ 
  color:#666;
}
input:-moz-placeholder{ 
  color:#666;
}
input:-ms-input-placeholder{ 
  color:#666;
}
.column_form>div>div.first_select{
	width: 26%;
}
.column_form>div>div.long_select{
	width: 37%;
}
.column_form>div>div.long_select>input{
	width: 50%;
}
.column_form>div>div.column_form_btn{
	margin-left: 0px;
	width: 33%
}
.column_search_btn {
    border-radius: 8px;
    height: 40px;
    width: 160px;
    float: right;
    background-color: #dba504;
    border: none;
    outline: none;
    display: inline-block;
    margin-left: 12px;
    color: #fff;
    padding-left: 20px;
    background-position: 30% center;
    background-repeat: no-repeat;
    background-image: url(../img/search_btn.png);line-height: 40px;
    text-align: center;
}
.column_reset_btn{
	border-radius: 8px;
    height: 40px;
    width: 120px;
    float: right;
    background-color: #6f6f6f;
    border: none;
    outline: none;
    display: inline-block;
    margin-left: 12px;
    color: #fff;line-height: 40px;
    text-align: center;
}

.members_list {
    margin-right: -30px;
    width: 1160px;
    margin: 0 auto;min-height: 400px;
}

.members_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 240px;
    
    position: relative;
    height: 290px;
    margin: 0px 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: #333;
    margin-top: 50px;
    text-align: center;
       word-wrap: break-word;
    word-break: break-all;}


.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 dashed #aaa;
}
.result_ul li:before{
	content:"";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 15px;
	background-color: #666;
}
.result_ul li a{
	color: #333;
}