.list {-webkit-border-radius: 10px;border-radius: 10px;display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin: 20px 0;}
.list div{height: 80px;}
.list .chose {width: 480px;background: #fff;-webkit-border-top-left-radius: 10px;border-top-left-radius: 10px;-webkit-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;border:0px;height: 80px;text-indent: 20px;font-size: 24px;font-family: inherit;letter-spacing: 6px}

.list .search_box ul li{line-height: 48px;padding-left: 20px; font-size: 24px;letter-spacing: 6px;}
.list .search_box ul li a{display: block;color:#333;border-bottom: #eee 3px solid;width: 600px;}
.list .search_box ul{background: #fff;position: absolute;width:640px;height:300px;overflow-x:hidden;display: none;}

.content .content_body {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background: #fff;}
.content .content_body .person {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin: 40px 0 30px 0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.content .content_body .person .text {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width: 390px;margin-left: 38px;}
.content .content_body .person .text .name {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom: 10px}
.content .content_body .person .text .name h1{font-size: 32px;line-height: 30px;}
.content .content_body .person .text .name span{display: block; background: url(../images/ystd/person_zc_bg.png) left scroll no-repeat;height:34px;line-height: 34px;font-size: 20px;color: #fff;-webkit-border-radius: 5px;border-radius: 5px;padding: 0 10px 0 15px;margin-left: 20px;}
.content .content_body .person .text p {line-height: 34px;font-size: 20px;color: #555; margin: 10px 0;}
.content .content_body .person .text .buttom_box {display: -webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; -webkit-box-pack:justify; -webkit-justify-content:space-between; -ms-flex-pack:justify; justify-content:space-between;}
.content .content_body .person .text .buttom_xq {
	width: 170px;
	height: 40px;
	background: #339ee2;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.content .content_body .person .text .buttom_gh {width: 170px;height: 40px; background: #ffa000;line-height: 40px;text-align: center;color: #fff;font-size: 24px;font-weight: bold;-webkit-border-radius: 20px;border-radius: 20px}
.content .content_body div:last-child img{visibility: hidden;}
