/*公共头部*/
body{
	padding: 0;
	margin: 0;
	font-family: '微软雅黑';
}
ul,li,p{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: blink;
	color: #000;
	}
.medicine_head{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-family: '微软雅黑';
	font-size: 14px;
}
.medicine_head .head_title{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
}
.medicine_head .head_title .head_title_left li{
	float: left;
}
.medicine_head .head_title .head_title_left li span{
	color:  #cdcdcd;
}
.medicine_head .head_title .head_title_right{
	float: right;
	color:  #8e8e8e; 
	font-size: 12px;
	margin: 0 10px;
}
.medicine_head .head_title .head_title_in{
	float: right;
	margin: 0 15px;
	position: relative;
}
.medicine_head .head_title .head_title_in img{
	width: auto;
}
.medicine_head .head_title .head_title_in .head_title_in_k{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.medicine_head .head_title .head_title_in .head_title_in_k a{
	float: left;
	width: 25%;
	height: 100%;
}
.medicine_head .head_title .head_title_in .huiyuanzx{
	width: 140px;
    margin: 0;
    text-align: center;
    background: #2c843a;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    color: #f2f8ef;
    font-size: 15px;
    vertical-align: middle;
}
.medicine_head .head_title .head_title_in .huiyuanzx i{
	font-size: 22px;
    vertical-align: middle;
	margin-right: 5px;	
}
.medicine_head .head_lg{
	float: left;
	width: 100%;
	margin: 30px 0;
}
.medicine_head .head_lg .head_lg_logo{
	float: left;
	margin: 0 30px;
}
.medicine_head .head_lg .head_lg_i{
	float: left;
	width: 94px;
	height: 85px;
	margin: 5px 0;
	border-left: 1px solid #cbd5b9;
}
.medicine_head .head_lg .head_lg_i img{
	width: 50px;
	height: 50px;
	margin: 0px 22px;
}
.medicine_head .head_lg .head_lg_i p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #5f7922;
}
.medicine_head .head_lg .medicine_head_search{
	float: right;
	width: 310px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #c1ccb4;
	margin: 31px 15px;
}
.medicine_head .head_lg .medicine_head_search input{
	float: left;
	width: 240px;
	height: 28px;
	line-height: 28px;
	border: none;
	outline: none;
	margin-left: 20px;
}
.medicine_head .head_lg .medicine_head_search i{
	float: right;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	font-size: 16px;
}
.medicine_head .head_navigation{
	width: 1200px;
	margin: 0 auto;	
}
.medicine_head .head_navigation ul{
	float: left;
	padding: 0 25px;
	border-bottom: 1px solid #c6d8c0;
	width: 1150px;
}
.medicine_head .head_navigation ul li{
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
}
.medicine_head .head_navigation ul li.color{
	color: #db0d0d;
	border-bottom: 1px solid #db0d0d;
}
.rotation_chart{
	width: 100%;
	height: auto;
}
.rotation_chart img{
	width: 100%;
	height: 100%;
}


/*绝对定位*/
.customer_service{
	position: fixed;
	right: 150px;
	top: 300px;
	width: 50px;
	text-align: center;
	background: #2c843a;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #aecc9b;
}
.customer_service .customer_service_i{
	float: left;
	width: 44px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ffffff;
	margin: 0 3px;
}
.customer_service .customer_service_i i{
	font-size: 24px;
}

/*登录*/
.login_title{
	width: 1200px;
	margin: 0 auto;
	height: 110px;
}
.login_title .login_title_l{
	float: left;
	margin: 10px 0;
}
.login_title .login_title_l .login_title_l_f{
	line-height: 90px;
	height: 90px;
	float: left;
	font-size: 24px;
}
.login_title .login_title_l img{
	margin-right: 10px;
	float: left;
}
.login_title .login_title_r {
	float: right;
	position: relative;
	margin: 30px 0;
}

.login_title .login_title_r  .login_title_r_k{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
}
.login_title .login_title_r  .login_title_r_k a{
	float: left;
	width: 25%;
	height: 100%;
}
.login_content{
	width: 100%;
	min-height: 500px;
	background: #a6cb50;	
	padding: 30px 0;
}
.login_content .login_content_c{
	width: 500px;
	height: 500px;
	background: #ffffff;	
	border-radius: 3px;
	padding: 0 25px;
	margin-right: 15px;
	float: right;
}
.login_content .login_content_c .login_content_c_t{
	float: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 30px;
	color: #444444;
}
.login_content .login_content_c li{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.login_content .login_content_c .login_content_c_l{
	float: left;
	width: 130px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #444444;
}
.login_content .login_content_c .login_content_c_r{
	float: left;
	width: 330px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
	border-radius: 5px;
	color: #687055;
}
.login_content .login_content_c .login_content_c_p{
	float: right;
	width: 360px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #687055;
}
.login_content .login_content_c .login_content_c_d{
	float: left;
	width: 140px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #2c843a;
	margin: 20px 25px 20px 5px;
	font-size: 22px;
	color: #FFFFFF;
	border-radius: 5px;
}
.login_b_o{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #444444;
	line-height: 40px;
	margin-top: 20px;
}
.login_b_t{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 40px;
}
.login_b_t img{
	height: 20px;
	width: auto;
	vertical-align: middle; 
}

/*首页*/
.home_association{
	width: 1200px;
	height:auto;
	margin: 20px auto;
}
.home_association .association_left{
	float: left;
	width: 386px;
	margin: 20px 14px 50px 0;
}
.home_association .association_left_list{
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.home_association .association_left_list img{
	width: 386px;
	height: 69px;
}
.home_association .association_right{
	float: left;
	width: 760px;
	margin: 20px;
}
.home_association .association_right .association_right_title{
	width: 100%;
	line-height: 40px;
	font-size: 24px;
}
.home_association .association_right .association_right_list{
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	margin: 10px 0;
}
.home_association .association_right .association_right_list li{
	float: left;
	height: 35px;
	line-height: 35px;
	width: 90px;
	border: 1px solid #c3cdb6;
	border-radius: 5px;
	text-align: center;
	margin-right: 15px;
}
.home_association .association_right .association_right_list li.color{
	background: #2c843a;
	color: #ffffff;
	border: 1px solid #2c843a;
}
.home_association .association_right .association_right_font{
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	margin: 20px 0;
}
.home_association .association_right .association_right_font .association_information_tab{
	display: none;
}
.home_association .association_right .association_right_font p{
	text-indent: 2em;
	font-weight: 600;
	color: #000000;
}
.home_association .association_right .association_right_font_r{
	float: right;
	color: #e50000;
	vertical-align: middle;
	
}
.home_association .InformationCenter{
	float: left;
	width: 1190px;
	border: 1px solid #c6d3b4;
}
.home_association .InformationCenter .new_title{
	float: left;
	width: 100%;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	border-bottom: 1px solid #c6d3b4;
}

.home_association .InformationCenter .new_title .new_title_r{
	float: right;
	color: #5d7a4a;
	vertical-align: middle;
	margin-right: 10px;
}

.home_association .InformationCenter .new_title ul{
	float: right;
	margin-right: 50px;
}
.home_association .InformationCenter .new_title ul li{
	float: left;
	padding: 0 15px;
	font-weight: 600;
}
.home_association .InformationCenter .new_title ul li.color{
	border: 1px solid #c6d3b4;
	border-top: 4px solid #2c843a;
	border-bottom: 3px solid #ffffff;
	line-height: 32px;
	height: 32px;
}
.home_association .InformationCenter .new_content{
	float: left;
	width: 100%;
	margin: 35px 0;
}
.home_association .InformationCenter .new_content .new_content_left{
	float: left;
	width: 420px;
	height: 310px;
	margin-right: 20px;
}
.home_association .InformationCenter .new_content .new_content_right{
	float: left;
	width: 720px;
}
.home_association .InformationCenter .new_content .focus_news_tab{
	display: none
}
.home_association .InformationCenter .new_content .new_content_right li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #e0e4dd;
	line-height: 37px;
	font-size: 15px;
	font-weight: 600;
	color: #444;
}
.home_association .InformationCenter .new_content .new_content_right li i{
	margin-left: -8px;
	font-size: 17px;
}
.home_association .InformationCenter .new_content .new_content_right li img{
	height: 35px;
	width: auto;
	vertical-align: middle;
	margin-left: 5px;
}
.home_association .meeting_content{
	float: left;
	width: 1190px;
	margin: 10px 0;
}
.home_association .meeting_content .meeting_content_l{
	float: left;
	width: 375px;
	margin-right: 20px;
}
.home_association .meeting_content .meeting_content_lt{
	float: left;
	width: 375px;
	border-bottom: 1px solid #d9ddd5;
	line-height: 45px;
	font-size: 20px;
	margin: 30px 0 15px;
	color: #444;
}
.home_association .meeting_content .meeting_content_lt p{
	border-bottom: 3px solid #2c843a;
	float: left;
}
.home_association .meeting_content .meeting_content_lt img{
	float: right;
	height: 35px;
	width: auto;
	margin-top: 10px;
}
.meeting_content_lt .meeting_content_lt_r{
	float: right;
	height: 35px;
	width: auto;
	position: relative;
}
.meeting_content_lt .meeting_content_lt_r .meeting_content_lt_r_r{
	position: absolute;
	right:0;
	top: 10px;
	color: #2c843a;
    vertical-align: middle;
	line-height:35px;
	height:35px;
}
.meeting_content_lt .meeting_content_lt_r .meeting_content_lt_r_r i{
    vertical-align: middle;
	
}
.home_association .meeting_content .meeting_content_lc{
	float: left;
	width: 373px;
	border: 1px solid #e5eff0;
	border-radius: 5px;
}
.home_association .meeting_content .meeting_content_lci{
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background: #eaf6f8;
}
.home_association .meeting_content .meeting_content_lci li{
	float: left;
	margin: 20px 0 20px 10px;
	border: 1px solid #2c843a;
	border-radius: 3px;
	font-size: 16px;
	line-height: 35px;
	padding: 0 10px;
}
.home_association .meeting_content .meeting_content_lci li.color{
	background: #2c843a;
	color: #FFFFFF;
}
.home_association .meeting_content .meeting_content_lu{
	float: left;
	margin: 15px;
	width: 348px;
	line-height: 30px;
	display: none;
	font-weight: 600;
	font-size: 14px;
}
.home_association .meeting_content .meeting_content_lu li{
	overflow: hidden;			
	text-overflow:ellipsis;		
	white-space: nowrap;
	line-height: 37px;
	font-size: 15px;
	color: #444;
}
.home_association .meeting_content .meeting_content_lc_il{
	float: left;
	width: 100px;
	height: 100px;
	margin: 15px;
}
.home_association .meeting_content .meeting_content_lc_il img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.home_association .meeting_content .meeting_content_lc_i{
	border-top: 1px dashed #dedede;
	float: left;
	width: 94%;
	margin: 0 3%;
}
.home_association .meeting_content .meeting_content_lc_ir{
	float: left;
	width: 200px;
	margin: 15px 0;
}
.home_association .meeting_content .meeting_content_lc_ir .name{
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}
.home_association .meeting_content .meeting_content_lc_ir .identity{
	font-size: 14px;
	color: #3d3f3e;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.home_association .meeting_content .meeting_content_lc_ir .more{
	font-size: 12px;
	color: #e50000;
}

.home_association .meeting_content .meeting_content_lc_s{
	border-top: 1px dashed #dedede;
	float: left;
	width: 94%;
	margin: 0 3%;	
}
.home_association .meeting_content .meeting_content_lc_sl{
	float: left;
	width: 80px;
	height: 100px;
	margin: 15px;
}
.home_association .meeting_content .meeting_content_lc_sl img{
	width: 75px;
	height: 95px;
	box-shadow: 5px 5px 10px #000;
}
.home_association .meeting_content .meeting_content_lc_sr{
	float: left;
	line-height: 100px;
	height: 100px;
	color: #619242;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;			
	text-overflow:ellipsis;		
	white-space: nowrap;
}

/*列表*/
.current_location{
	width: 1200px;
	border-bottom: 1px solid #b4c9a6;
	color: #707070;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	clear: both;
}
.current_location i{
	float: left;
	color: #b3bfc4;
	font-size: 24px;
	margin-right: 10px;
}
.list_entrance{
	float: left;
	width: 380px;
	margin-right: 25px;	
}
.list_entrance .list_entrance_d{
	float: left;
	width: 380px;
	border: 1px solid #d1d9cc;
	border-radius: 5px;
	margin: 20px 0 5px;
}
.list_entrance .list_entrance_d .list_entrance_d_t{
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	background: #2c843a;
	width: 100%;
}
.list_entrance .list_entrance_d .list_entrance_d_t_l{
	float: left;
	width: 80px;
	text-align: center;
}
.list_entrance .list_entrance_d .list_entrance_d_t_r{
	float: left;
	width: 300px;
	text-align: left;
}
.list_entrance .list_entrance_d .list_entrance_d_t_r img{
	float: right;
	margin: 10px 5px 0 0;
}
.list_entrance .list_entrance_d .list_entrance_d_t i{
	font-size: 32px;
}

.list_entrance .list_entrance_d .list_entrance_d_u{
	float: left;
	width: 100%;
	margin: 10px 0;
}
.list_entrance .list_entrance_d .list_entrance_d_u li{
	float: left;
	line-height: 50px;
	height: 50px;
	margin: 0 15px;
	width: 350px;
	border-top: 1px solid #b2c7a5;
	color: #4e504f;
	text-align: left;
}
.list_entrance .list_entrance_d li .list_entrance_d_u_l{
	float: left;
	width: 50px;
	text-align: center;
	color: #94a8b5;
	margin-right: 15px;
}
.list_entrance .list_entrance_d li .list_entrance_d_u_l i{
	font-size: 14px;
	color: #7c91a2;
}
.list_entrance .list_entrance_d li .list_entrance_d_u_l i.icon-huaban{
	font-size: 36px
}
.list_entrance .list_entrance_d li .list_entrance_d_u_r{
	float: left;
	width: 285px;
	font-size: 18px;
	font-weight: bold;
	color:#666;
	text-align: left;
}
.list_entrance .list_entrance_d li .r_color{
	color: #3d84ae;
	
}

.list_case{
	float: right;
	width: 790px;
}
.list_case .list_case_c{
	float: right;
	width: 790px;
	margin: 5px 0;
	border-bottom: 1px dashed #bfbfbf;
}
.list_case .list_case_c .list_case_c_l{
	float: left;
	width: 180px;
	margin-right: 20px;
	text-align: center;
}
.list_case .list_case_c .list_case_c_l img{
	width: 110px;
	margin: 30px 0;
	height: auto;
}
.list_case .list_case_c .list_case_c_r{
	float: left;
	width: 590px;
	line-height: 30px;
	margin-top: 15px;
}
.list_case .list_case_c .list_case_c_r .list_case_c_r_o{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.list_case .list_case_c .list_case_c_r .list_case_c_r_t{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #4f4f4f;
}
.list_case .list_case_c .list_case_c_r .list_case_c_r_s{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list_case .list_case_c .list_case_c_r .list_case_c_r_s span{
	color: #2777ad;
}
/*详情*/
.list_details{
	float: right;
	width: 790px;
}
.list_details .list_details_o{
	float: left;
	width: 100%;
	padding: 15px 0;
	line-height: 50px;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 18px;
	font-weight: bold;
	text-align: center
}
.list_details .list_details_t{
	float: right;
	color: #5b5b5b;
	font-size: 14px;
	line-height: 50px;
}
.list_details .list_details_s{
	float: left;
	width: 100%;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
}
.list_details .list_details_s p{
	text-indent: 2em;
}
.list_details .list_details_f{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 15px;
}
.list_details .list_details_new{
	float: left;
	width: 100%;
	border-radius: 5px;
	height: 80px;
	line-height: 80px;
	background: #2c843a;
	color: #FFFFFF;
	margin: 7px 0;
	font-size: 18px;
	font-weight: bold;
}
.list_details .list_details_new .list_details_new_l{
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 10px;	
	
}
.list_details .list_details_new .list_details_new_l img{
	vertical-align: middle;
}

.list_details .list_details_new .list_details_new_r{
	float: left;
	width: 600px;
}
/*详情2*/
.list_details2{
	float: right;
	width: 790px;
}
.list_details2_in{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.list_details2_in_l{
	float: left;
	width: 120px;
	height: 110px;
	line-height: 110px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin: 9px;
}
.list_details2_in_l img{
	width: 100px;
	margin: auto 5px;
	height: auto;
	vertical-align: middle;
}
.list_details2_in_r{
	float: right;
	width: 600px;
	margin-right: 20px;
}
.list_details2_in_r .list_details2_in_r_o{
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
}
.list_details2_in_r .list_details2_in_r_t{
	line-height: 24px;
	font-size: 14px;
}
.list_details2_p{
	float: left;
	width: 100%;
	margin: 30px 0;
	line-height: 24px;
	font-size: 14px;
}
.list_details2_p p{
	text-indent: 2em;
}
/*列表2*/
.list_case_c2{
	float: right;
	width: 790px;
	margin: 5px 0;
	border-bottom: 1px dashed #bfbfbf;
	padding: 10px 0;
}
.list_case_pinpai{
	float: left;
	width: 120px;
	height: 110px;
	line-height: 110px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin: 9px;
}
.list_case_pinpai img{
	width: 100px;
	margin: auto 5px;
	height: auto;
	vertical-align: middle;
}
.list_case_pin{
	float: right;
	width: 640px;
}
.list_case_pin .list_case_pin_o{ 
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
}
.list_case_pin .list_case_pin_t{ 
	line-height: 24px;
	font-size: 14px;
}
.list_case_pin .list_case_pin_s{ 
	float: right;
	color: #e50000;
	line-height: 24px;
	font-size: 14px;
}

/*会员注册，入会申请*/
.application{
	float: right;
	width: 790px;
}
.application .application_title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px dashed #bdcda8;
	line-height: 80px;
	margin: 20px 0;
	color: #333333;
}
.application_content{
    float: left;
	width: 100%;
	height: auto;
	background: #f6f8f7;
	border-radius: 5px;
}
.application_content .application_content_t{
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
	background: #ebf6f8;
}
.application_content .application_content_t li {
    float: left;
    height: 35px;
    line-height: 35px;
    border: 1px solid #add0a6;
    border-radius: 5px;
    margin: 20px;
    margin-left: 0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.application_content .application_content_t li.color {
    background: #2c843a;
    color: #FFFFFF;
}

.application_content .member_registration_tab{
	display: none;
}
.application_content .application_content_c{
	float: left;
	width: 100%;
}
.application_content .application_content_c_o{
	float: left;
	width: 100%;
	margin: 10px 0 40px 0;
}
.application_content .application_content_c_t{
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
.application_content .application_content_c_f{
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
.application_content .application_content_c li{
	float: left;
	width: 100%;
	margin: 10px 0;
	height: 50px;
	line-height: 50px;
	color: #666;
}
.application_content .application_content_c li .essential_information_o{
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	vertical-align: middle; 
}
.application_content .application_content_c li .essential_information_o img{
	width: 100px;
	text-align: center;
	vertical-align: middle; 
	height: 50px;
	width: auto;
	border-radius: 50%;
}
.application_content .application_content_c li .essential_information_t{
	float: left;
	width: 150px;
	font-size: 18px;
	font-weight: 600;
}
.application_content .application_content_c .application_content_c_o li .essential_information_t{
	width: 120px;
}
.application_content .application_content_c li .essential_information_s{
	float: left;
	width: 430px;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dadcdb;
	border-radius: 5px;
	outline: none;
	padding: 0 20px;
}
.application_preservation{
	width: 480px;
	margin: 20px auto;
}
.application_preservation .preservation{
	float: left;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	background: #2c843a;
	border-radius: 5px;
	height: 55px;
	line-height: 55px;
	color: #f9fff4;
	font-weight: 600;
	font-size: 24px;
	vertical-align: middle; 
}
.application_preservation .preservation img{
	margin: 3px 8px 3px 0;
	height: 34px;
	width: auto;
	vertical-align: middle; 
}
.application_preservation .preservation_l{
	float: left;
	width: 223px;
	margin: 10px 2px;	
}
.application_preservation .preservation_r{
	float: right;
	width: 223px;
	margin: 10px 2px;	
}
.application_content .application_content_c select.essential_information_f{
	float: left;
	width: 470px;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dadcdb;
	border-radius: 5px;
	outline: none;
	padding: 0 20px;
}

.application_content .application_content_c_t li.full_time {
    float: left;
    width: 100%;
    height: 280px;
    line-height: 280px;
    color: #444;
    margin: 0;
}
.application_content .application_content_c_t li.full_time .full_time_s{
	float: left;
    width: 470px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}
.application_content .application_content_c_t li.full_time .full_time_s .full_time_s_l{
	float: left;
    width: 100px;
    text-align: center;
}
.application_content .application_content_c_t li.full_time .full_time_s .full_time_s_r{
	float: right;
    width: 328px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dadcdb;
    border-radius: 5px;
    outline: none;
    padding: 0 20px;
}
.application_content .application_content_c_f .select_file{
	float: left;
    width: 470px;
    height: 50px;
    line-height: 50px;
}
.application_content .application_content_c_f .select_file .select_file_l{
	float: left;
    width: 135px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    background: #8dc469;
    color: #ffffff;
    position: relative;
}
.application_content .application_content_c_f .select_file .select_file_l input{
	position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 50px;
}
.application_content .application_content_c_f .select_file .select_file_r{
	float: left;
    margin: 0 20px;
}
.application_content .application_content_c_s{
	border: 1px solid #d3dccb;
	float: left;
	width: 788px;
	border-bottom: none;
}
.application_content .application_content_c_s li{
	border-bottom: 1px solid #d3dccb;
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
.application_content .application_content_c_s li .personnel_l{
	float: left;
	width: 85px;
	background: #fbfffe;
	padding-left: 15px;
	height: 70px;
	line-height: 70px;
	font-weight: 600;
}
.application_content .application_content_c_s li .personnel_r{
	float: left;
}
.application_content .application_content_c_s li .personnel_rr{
	float: left;
	width: 170px;
	height: 70px;
	line-height: 70px;
	border-left: 1px solid #d3dccb;
	text-align: center;
}
.application_content .application_content_c_s li .personnel_rr input{
	float: left;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	margin: 10px 15px;
	font-size: 18px;
}
.application_content .application_content_c_s li .personnel_rr select{
	height: 36px;
	line-height: 36px;
	border: 1px solid #d6dacb;
	outline: none;
	margin: 16px auto;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	padding: 0 15px;
}
/*入会申请-入会申请*/
.application_apply{
	float: left;
	width: 100%;
	background: #f5f8f7;
	border-radius: 5px;
	margin: 20px 0;
	color: #666;
}
.application_apply .application_apply_title{
	float: left;
	width: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #323232;
}
.application_apply .application_apply_content{
	float: left;
	width: 80%;
	font-size: 15px;
	margin: 0 10%;
	line-height: 24px;
	font-weight: bold;
	color: #323232;
}
.application_apply .application_apply_content p{
	margin: 0;
	padding: 0;
}
.application_apply .application_apply_button{
	float: left;
	width: 100%;
	margin: 50px 0;
}
.application_apply .application_apply_button .my_register{
	width: 240px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	font-size: 24px;
	margin: 0 auto;
}
.application_apply .application_apply_button .my_register img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
/*入会申请-收费标准*/
.application_standard{
	float: left;
	width: 100%;
}
.application_standard .application_standard_c{
	float: left;
	width: 788px;
	background: #fbfffd;
	border-radius: 5px;
	margin: 15px 0;
	color: #666;
	border: 1px solid #d1d9cc;	
}
.application_standard .application_standard_c .application_standard_c_l{
	float: left;
	width: 290px;
}
.application_standard .application_standard_c .application_standard_c_r{
	float: left;
	width: 420px;
	margin-left: 10px;
}
.application_standard .application_standard_c .application_standard_c_r p{
	padding: 0;
	margin: 0;
	line-height: 36px;
	font-size: 22px;
}
.application_standard .application_standard_p{
	float: left;
	width: 100%;
	margin: 20px 0;
	line-height: 48px;
	font-size: 22px;
	color: #666;
}
/*入会申请-协会章程*/
.application_constitution{
	float: left;
	width: 100%;
	margin: 12px 0;
	padding: 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.application_constitution .paragraph{
	float: left;
	width: 100%;
	margin: 12px 0;
	padding: 0;	
}
.application_constitution .color{
	font-weight: bold;
	color: #323232;
	display: inline-block;
	margin-right: 7px;
}
.application_constitution_general{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 0;
	top: 90px;
}
/*联系我们*/
.contact_us{
	float: right;
	width: 790px;
}
.contact_us .contact_us_t{
	float: left;
	width: 790px;
	margin: 30px 0;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.contact_us .contact_us_t .contact_us_t_l{
	margin: 0 20px;
	vertical-align: middle;
	float: left;
	width: 97px;
	height: 97px;
	margin: 0 20px;
}
.contact_us .contact_us_t .contact_us_t_r{
	float: left;
	line-height: 97px;
	height: 97px;
	width: 600px;
}
.contact_us_c{
	float: left;
	width: 790px;
}
.contact_us_c li{
	line-height: 50px;
	font-size: 18px;
	color: #666;
}
.contact_us_c li .contact_us_c_l{
	float: left;
	width: 49px;
	height: 49px;
	margin-right: 30px;
	background: #f2f2f2;
	border-radius: 50px;
}
.contact_us_c li .contact_us_c_l img{
	width: 49px;
	height: 49px;
	border-radius: 50px;
}
.contact_us_c li .contact_us_c_r {
	float: left;
	width: 700px;
	text-align: left;
}
.BaiduMaps{
	width: 799px;
	margin:  0 auto;
	height: 400px;
}
.BaiduMaps img{
	width: 1200px;
	margin: 0 auto;
}
/*分支机构-单克隆抗体专业委员会*/
.branch_committee_tab{
	display: none
}
.branch{
	float: right;
	width: 790px;
}
.branch .branch_t{
	float: right;
	width: 790px;
	background: #ebf6f8;
	border-radius: 5px;
	margin: 10px 0;
}
.branch .branch_t ul{
	float: right;
}
.branch .branch_t li {
    float: left;
    height: 35px;
    line-height: 35px;
    border: 1px solid #add0a6;
    border-radius: 5px;
    margin: 20px;
    margin-left: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    vertical-align: middle;
}
.branch .branch_t li img{
    height: 30px;
    width: auto;
    margin: 0 3px 3px 0;
    vertical-align: middle;
}
.branch .branch_t li i{
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.branch .branch_t li.color {
    background: #2c843a;
    color: #FFFFFF;
}
.branch_content {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.branch_content .branch_content_o{
	float: left;
	margin: 30px 0;
	width: 100%;
}
.branch_content .branch_content_o_img{
	float: left;
	margin: 10px 0;
	width: 100%;
}
.branch_content .branch_content_o_img img{
	width: 100%;
	height: auto;
}
.branch_content .branch_content_o_t {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px dashed #bdcda8;
    line-height: 60px;
    margin: 20px 0;
    color: #333333;
}
.branch_content .branch_content_o_c {
    font-size: 16px;
    line-height: 32px;
    margin: 15px 0;
    color: #333;
    text-indent: 2em;
    font-weight: 600;
}
.branch_content .branch_content_o_t2{
	font-size: 20px;
	line-height: 45px;
	color: #333333;
	float: left;
	margin-top: 30px;
	width: 100%;
	font-weight: 600;
}
.branch_content .branch_content_o_c2 {
    border: 1px solid #dce2d6;
    border-radius: 5px;
    padding: 25px;
    float: left;
    width: 738px;
    margin: 10px 0;
    background: #fbfffd;
}
.branch_content .branch_content_o_c2 li{
	float: left;
	width: 100%;
}
.branch_content .branch_content_o_c2 li .branch_content_o_c2_l{
	float: left;
	margin: 0 40px 0 80px;
	width: 45px;
	height: 45px;
}
.branch_content .branch_content_o_c2 li .branch_content_o_c2_r{
	float: left;
	width: 500px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
/*分支机构-单克隆抗体专业委员会-委员名单*/
.branch_content .branch_content_t{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.branch_content .branch_content_t table,.branch_content .branch_content_t table tr th { 	
	border:1px solid #cfd1d0; 				
	border-collapse: collapse;		
}
.branch_content .branch_content_t table tr td { 	
	border-left:1px solid #cfd1d0; 				
	border-collapse: collapse;		
}
.branch_content .branch_content_t table tr th{
	line-height: 26px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding: 12px 0;
	background: #9bc97e;
}
.branch_content .branch_content_t table tr td{
	line-height: 26px;
	color: #333;
	font-size: 13px;
	padding: 12px 15px;
	font-weight: 600;
}
.branch_content .branch_content_t table tr.color{
	background: #f2f8f6;
}
.page_number{
	float: left;
	margin: 20px 5px;
}
.page_number li{
	float: left;
	margin: 0 3px;
	border: 1px solid #c3c3c3;
	border-radius: 2px;
	color: #6e6e6e;
	height: 35px;
	line-height: 35px;
}
.page_number li.page_number_o{
	float: left;
	padding: 0 5px;
	
}
.page_number li.page_number_t{
	float: left;
	width: 36px;
	text-align: center;
}
.page_number li.page_number_o input{
	border: none;
	outline: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 2px 4px;
	color: #666;
	font-size: 14px;
}
.page_number li.page_number_s{
	border: none;
}
.page_number li.color{
	background: #2c843a;
	border: 1px solid #2c843a;
	color: #fff;
}
/*分页（新）*/
.text-c{
	float: left;
	margin: 20px 5px;
}
.text-c a{
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #c3c3c3;
	border-radius: 2px;
	color: #6e6e6e;
	height: 35px;
	line-height: 35px;
	width: 36px;
	text-align: center;
}
.text-c a.a1{
	display: inline-block;
	width: 60px;
	text-align: center;
}
.text-c span{
	display: inline-block;
	margin: 0 3px;
	border-radius: 2px;
	height: 35px;
	line-height: 35px;
	background: #2c843a;
	border: 1px solid #2c843a;
	color: #fff;
	width: 36px;
	text-align: center;
}
/*分支机构-委员登录*/
.branch_content .branch_content_s{
	float: right;
	width: 100%;
	margin: 100px 0;
}
.branch_content .branch_content_s .branch_content_s_login{
	width: 510px;
	height: 400px;
	background: #ffffff;	
	border-radius: 6px;
	padding: 50px 55px;
	margin: 0 auto;
	border: 1px solid #dedede;
	
	
}
.branch_content .branch_content_s_login .branch_content_s_login_t{
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.branch_content .branch_content_s_login li{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.branch_content .branch_content_s_login .branch_content_s_login_l{
	float: left;
	width: 110px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #000000;
}
.branch_content .branch_content_s_login .branch_content_s_login_r{
	float: left;
	width: 330px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
	border-radius: 5px;
	color: #687055;
}
.branch_content .branch_content_s_login .branch_content_s_login_p{
	float: left;
	width: 360px;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	color: #687055;
}
.branch_content .branch_content_s_login .branch_content_s_login_d{
	float: left;
	width: 140px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #2c843a;
	margin: 20px 25px 20px 5px;
	font-size: 22px;
	color: #FFFFFF;
	border-radius: 5px;
}
/*分支机构-委员注册*/
.branch_content .branch_content_f{
	float: right;
	width: 100%;
	margin: 25px 0;
}
.branch_content .branch_content_f .branch_content_f_t {
	text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 70px;
    color: #333333;
}
.branch_content .branch_content_f .branch_content_f_photo{
    width: 200px;
    height: 230px;
    line-height: 230px;
    text-align: center;
    background: #f8faf9;
    color: #444;
    position: relative;
    font-size: 16px;
    border: 1px solid #d4d6d5;
    margin: 30px auto;
}
.branch_content .branch_content_f .branch_content_f_photo input {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 230px;
}
.branch_content .branch_content_f .branch_content_f_info{
	float: left;
	width: 100%;
}
.branch_content .branch_content_f .branch_content_f_info li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.branch_content .branch_content_f .branch_content_f_information{
	float: left;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
}
.branch_content .branch_content_f .branch_content_f_information p{
	float: left;
	width: 75px;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	font-weight: 600;
}
.branch_content .branch_content_f .branch_content_f_information input{
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #d4d6d5;
	outline: none;
	background: #f8faf9;
	padding: 0 15px;
}
.branch_content .branch_content_f .branch_content_f_information textarea{
	float: left;
	width: 663px;
	height: 84px;
	line-height: 25px;
	border-radius: 5px;
	border: 1px solid #d4d6d5;
	outline: none;
	background: #f8faf9;
	padding: 8px 15px;
	margin-bottom: 10px;
}
.branch_content .branch_content_f .branch_content_f_information input.branch_content_f_information_in{
	width: 270px;
}
.branch_content .branch_content_f .branch_content_f_sig{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.branch_content .branch_content_f .branch_content_f_sig .branch_content_f_signature{
	float: left;
	width: 240px;
	margin-left: 20px;
}
.branch_content .branch_content_f .branch_content_f_sig .branch_content_f_signature_l{
	float: left;
	width: 100%;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.branch_content .branch_content_f .branch_content_f_sig .branch_content_f_signature_r input{
	float: left;
	width: 208px;
	height: 150px;
	line-height: 150px;
	border-radius: 5px;
	border: 1px solid #d4d6d5;
	outline: none;
	background: #f8faf9;
	padding: 0 15px;
}
/*新闻中心-详情*/
.list_details .list_details3_o {
    float: left;
    width: 100%;
    padding-top: 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}
.list_details .list_details3_t {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 40px;
    float: left;
    width: 100%;
    margin-left: 20px;
}
/*关于协会-协会简介*/
.contact_us2_t{
	float: left;
    width: 100%;
	font-size: 24px;
	line-height: 60px;
	margin-top: 15px;
}
.contact_us2_c {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin: 40px 0;
    font-weight: 600;
}
.contact_us2_c p {
    text-indent: 2em;
    color: #000000;
}
.contact_us2_c2{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.contact_us2_c2 li {
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
}
/*会议中心*/
.conference_center{
	float: right;
    width: 790px;
}
.conference_center_o{
	float: left;
	margin: 15px 0;
	border: 5px solid #83b367;
	padding: 30px;
	width: 720px;
	border-radius: 10px;
}
.conference_center_o .conference_center_o_c{
	float: left;
	width: 100%;
}
.conference_center_o .conference_center_o_c li{
	float: left;
	width: 100%;
	margin: 8px 0;
	color: #444;
	font-size: 16px;
}
.conference_center_o .conference_center_o_c li .o_c_left{
	float: left;
	width: 100px;
	margin: 0 10px;
	height: 45px;
	line-height: 45px;
}
.conference_center_o .conference_center_o_c li .o_c_right{
	float: left;
	width: 598px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}
.conference_center_o .conference_center_o_c li .o_c_right input{
	float: left;
	width: 550px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	font-size: 16px;
	margin: 1px 20px;
}
.conference_center_o .submit_information{
	float: left;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.conference_center_o .submit_information img{
	border-radius: 5px;
	margin: 0 auto;
}


.conference_center_t{
	float: left;
	margin: 7px 0;
	width: 100%;
}
.conference_center_t_c{
	float: left;
	width: 738px;
	border: 1px solid #d3d8d4;
	padding: 25px;
	border-radius: 5px;
	margin: 15px 0;
}
.conference_center_t_c .t_c_left{
	float: left;
	width: 600px;
}
.conference_center_t_c .title{
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
.conference_center_t_c p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
}
.conference_center_t_c .t_c_right{
	float: right;
}
.conference_center_t_c .t_c_right img{
	margin-top: 15px;
	border-radius: 5px;
}



.conference_center_s_c{
	float: left;
	margin: 10px 0;
	width: 100%;
}
.conference_center_s_c .s_c_tltle{
	float: left;
	line-height: 50px;
	width: 100%;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #8dc467;
}
.conference_center_s_c .s_c_tltle p{
	float: left;
	border-bottom: 1px solid #f00000;	
	margin: 0 5px;
	padding: 0 5px;
}
.conference_center_s_c .s_c_content{
	float: left;
	margin: 8px 10px;
	width: 770px;
	font-size: 16px;
	color: #444;
	line-height: 28px;
	font-weight: bold;
}
.conference_center_s_c .s_c_photo{
	float: left;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
.conference_center_s_c .s_c_photo img{
	margin: 0 auto;
	border-radius: 50%;
	height: 170px;
	width: auto;
}
.conference_center_s_c .s_c_tltle2{
	float: left;
	line-height: 40px;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.conference_center_s_c .s_c_content2{
	float: left;
	margin: 8px 45px;
	width: 700px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	font-weight: bold;
}
.conference_center_s_c .s_c_content3{
	float: left;
	margin: 10px 0;
	width: 790px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	font-weight: bold;
}
.conference_center_s_c .see_more{
	float: left;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	background: #8dc469;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 330px;
}
/*政策导读*/
.policy_list_c{
	float: left;
	width: 770px;
	border-bottom: 1px dashed #c0ceb7;
	padding: 20px 0;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.policy_list_c .policy_list_c_l{
	float: left;
	width: 105px;
	border: 1px solid #d2d8ca;
	border-radius: 5px;
	margin-right: 20px;
}
.policy_list_c .policy_list_c_l .one{
	float: left;
	width: 100%;
	border-bottom: 1px solid #d2d8ca;
	height: 54px;
	padding: 8px 0;
}
.policy_list_c .policy_list_c_l .one p{
	text-align: center;
	line-height: 27px;
}
.policy_list_c .policy_list_c_l .two{
	float: left;
	width: 100%;
	line-height: 40px;
	text-align: center;
}
.policy_list_c .policy_list_c_r{
	float: left;
	width: 640px;
}
.policy_list_c .policy_list_c_r .tit{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 25px;
	height: 50px;
}
.policy_list_c .policy_list_c_r .cont{
	float: left;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.policy_show{
	float: right;
	width: 790px;
	min-height: 840px;
}
.policy_show_t{
	float: left;
	width: 790px;
	border-bottom: 1px dashed #c0ceb7;
	padding: 20px 0;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
.policy_show_t .title {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.policy_show_t .time {
    float: right;
    width: 100%;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
}
.policy_show_c{
	float: left;
    width: 100%;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0;
}
.policy_show_c p{
	text-indent: 2em;
}
.flipping .previous ,.flipping .next{
	float: right;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
	border-radius: 3px;
	margin-left: 10px;
}
.flipping i{
	color: #e01920;
	font-size: 16px;
	vertical-align: middle;
}

/*转化平台*/
.conference_center{
	float: right;
    width: 790px;
}
.platform_list{
	float: right;
    width: 790px;
    border: 1px solid #e5eff0;
    border-radius: 5px;
    margin: 20px 0;
}
.platform_list .platform_list_t{
    border-radius: 5px 5px 0 0;
    background: #ebf6f8;
    height: 80px;
}
.platform_list_t ul{
	float: left;
	margin-left: 250px;
	margin-top: 20px;
}
.platform_list_t ul li{
	float: left;
	width: 100px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	border: 1px solid #b5c8b5;
	color: #333;
	margin: 0 8px;
}
.platform_list_t ul li.color{
	border: 1px solid #8cc469;
	color: #fff;
	background: #8cc469;
}
.platform_list_t .platform_list_t_add{
	float: right;
	width: 230px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	border: 1px solid #bee572;
	color: #333;
	margin: 20px;
	vertical-align: middle;
	font-size: 16px;
}
.platform_list_t .platform_list_t_add i{
	font-size: 24px;
	color: #64b131;
	vertical-align: middle;
}
.supply_demand_tab{
	display: none;
}
.platform_list_ul{
	float: left;
    width: 790px;
    padding: 20px 0;
    min-height: 750px;
}
.platform_list_ul li{
	float: left;
    width: 740px;
    border-bottom: 1px dashed #e0e4dd;
    line-height: 37px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    padding: 0 25px;
}
.platform_list_ul li i{
    font-size: 17px;
}
/*转化平台-供应信息详细*/
.supply_demand_details_tab{
	display: none;
}
.platform_title{
	float: left;
    width: 790px;
    border-bottom: 1px dashed #e0e4dd;
    line-height: 47px;
    font-size: 16px;
	font-weight: bold;
    color: #333;
    text-align: center;
}
.platform_content{
	float: left;
	margin: 20px 25px;
	width: 740px;
    color: #333;
	line-height: 30px;
	font-size: 16px;
}
.platform_content .platform_content_t{
	float: left;
	width: 100%;
	font-weight: bold;
}
.platform_content .platform_content_c{
	float: left;
	width: 100%;
}
.platform_content .leaving_a_message{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.leaving_a_message .message{
	float: left;
	width: 100%;
	color: #333;
	line-height: 30px;
	font-size: 16px;
}
.leaving_a_message textarea{
	float: left;
	width: 698px;
	color: #333;
	line-height: 30px;
	font-size: 16px;
	height: 100px;
	padding: 5px 20px;
	border-radius: 5px;
	outline: none;
	margin: 10px 0;
}
.leaving_a_message .my_message{
	float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8dc469;
    margin: 10px 25px 20px 0;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
}
.other_introduction{
	float: left;
	width: 740px;
	color: #333;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px dashed #c0ceb7;
	padding: 0 25px;
}
/*科普园地*/
.science_park_c{
	float: right;
	width: 790px;
	margin: 5px 0;
	border-bottom: 1px dashed #bfbfbf;
}
.science_park_c .science_park_c_l{
	float: left;
	width: 180px;
	text-align: center;
	margin: 15px 20px 15px 0;
	height: 145px;
}
.science_park_c .science_park_c_l img{
	height: 100%;
	max-width: 100%;
}
.science_park_c .science_park_c_r{
	float: left;
	width: 590px;
	line-height: 30px;
	margin-top: 15px;
}
.science_park_c .science_park_c_r .science_park_c_r_o{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.science_park_c .science_park_c_r .science_park_c_r_t{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #4f4f4f;
}
.science_park_c .science_park_c_r .science_park_c_r_s{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.science_park_c .science_park_c_r .science_park_c_r_s span{
	color: #2777ad;
}

/*行业自律*/
.list_entrance_d_u .secondary_classification{
	float: left;
	width: 100%;
	vertical-align: middle;
	line-height: 50px;
}
.list_entrance_d_u .secondary_classification .blank{
	width: 65px;
	height: 50px;
	float: left;
}
.self_discipline_ul{
	float: right;
	width: 790px;
	margin: 20px 0;
	padding: 12px 0;
	background: #8dc469;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.self_discipline_ul ul{
	float: right;
	margin: 0 20px;
}
.self_discipline_ul ul li{
	float: left;
	margin: 0 20px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
}
.self_discipline_ul ul li.color{
	background: #ffffff;
	color: #8dc469;
}
.industry_self_discipline_tab{
	display: none;
}

.open_results{
	float: left;
	margin-top: 70px;
	width: 100%;
	border-bottom: 1px dashed #bdd0b4;
}
.open_results .open_results_o{
	float: left;
	margin: 10px 15%;
	width: 70%;
	font-weight: bold;
	font-size: 30px;
	color: #000;
	text-align: center;
}
.open_results .open_results_t{
	float: left;
	margin: 5px 15% 20px;
	width: 70%;
	font-size: 18px;
	color: #444;
	text-align: center;
}
.open_results_co{
	float: left;
	width: 100%;
	margin: 20px 0;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.open_results_co .open_results_co_r{
	float: right;
	width: 100%;
	text-align: right;
}


.download_file{
	float: right;
	width: 790px;
	margin-top: 50px;
}
.download_file .download_file_t{
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #000;
	font-size: 30px;
	vertical-align: middle;
}
.download_file .download_file_t i{
	margin: 0 10px;
	font-size: 35px;
	vertical-align: middle;
}
.download_file .download_file_t .download_here{
	display: inline-block;
	color: #7eb758;
	vertical-align: middle;
}
.download_file .download_file_t .download_here img{
	height: 45px;
	width: auto;
	vertical-align: middle;
}

.download_file .download_file_ul{
	float: left;
	width: 100%;
	line-height: 45px;
	color: #000;
	font-size: 24px;
	margin: 20 0;
}
.download_file .download_file_ul li{
	float: left;
	width: 100%;	
}
.download_file .download_file_ul li .download_file_ul_i{
	width: 50px;
	text-align: center;
	float: left
}
.download_file .download_file_ul li .download_file_ul_i i{
	color: #babebd;
	font-size: 18px;
	vertical-align: middle;
}
.download_file .download_file_ul li .download_file_ul_p{
	float: left;
	width: 660px;
}
.download_file .download_file_ul li img{
	float: right;
	height: 40px;
	width: auto;
}

.industry_show_title {
    float: left;
    width: 790px;
    border-bottom: 1px dashed #c0ceb7;
    padding: 20px 0;
    color: #444;  
    text-align: center;
}
.industry_show_title .title {
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
}
.industry_show_title .time {
    float: right;
    width: 100%;
    color: #5b5b5b;
    font-size: 15px;
}
.industry_show_c {
    float: left;
    width: 790px;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0;
}
/*游客注册*/
.tourist_register{
	float: left;
    width: 100%;
    margin: 10px 0 20px 0;	
}
.tourist_register li{
	float: left;
    width: 100%;
    margin: 10px 0;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 18px;
}   
.tourist_register li .tourist_register_l{
	float: left;
    width: 150px;
    font-weight: 600;
} 	
.tourist_register li .tourist_register_r{
	float: left;
    width: 300px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dadcdb;
    border-radius: 5px;
    outline: none;
    padding: 0 20px;
} 	

.tourist_register_for {
    width: 240px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 24px;
    margin: 0 auto;
}
.tourist_register_for img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
/*主管期刊*/
.conference_center{
	width: 790px;
	float: right;
}
.journal_in_charge_img{
	width: 790px;
	float: right;
	margin: 20px 0;
}
.journal_in_charge_img img{
	width: 100%;
	height: auto;
}
.journal_in_charge_t{
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 24px;
}
.journal_in_charge_c{
	width: 790px;
	float: left;
	margin: 20px 0;
	background: #f6f8f7;
}
.journal_in_charge_c .journal_in_charge_c_img{
	float: right;
	width: 60px;
	height: auto;
}
.journal_in_charge_c .journal{
	float: left;
	width: 700px;
	height: auto;
	color: #4f4f4f;
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0 30px 30px;
}
.journal_in_charge_c .journal p{
	text-indent: 2em;
}
.journal_in_charge_c .journal_in_charge_c_shu{
	float: left;
	width: 730px;
	height: auto;
	color: #4f4f4f;
    font-size: 14px;
    line-height: 28px;
    margin:  0 30px;
    padding: 20px 0;
    border-bottom: 1px dashed #c0ceb7;
}
.journal_in_charge_c_shu .shu_left{
	float: left;
	width: 180px;
	text-align: center;
}
.journal_in_charge_c_shu .shu_left img{
	height: 100px;
	width: auto;
	margin: 0 auto;
	box-shadow: 5px 5px 10px #000;
}
.journal_in_charge_c_shu .shu_right{
	float: left;
	width: 540px;
}
.journal_in_charge_c_shu .shu_right_one{
	float: left;
	width: 540px;
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
	color: #619242;
}
.journal_in_charge_c_shu .shu_right_tow{
	float: left;
	width: 540px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #000;
	vertical-align: middle;
}
.journal_in_charge_c_shu .shu_right_tow img{
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 15px;
}
.show_zgqk_title{
	float: left;
    width: 100%;
    padding: 15px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}

/*找回密码*/
.retrieve_password{
    width: 100%;
    min-height: 500px;
    background: #f4f8f7;
    padding: 30px 0;
}
.retrieve_password_ul{
	width: 850px;
	border-bottom: 1px solid #b5d0a5;
	color: #333;
	font-size: 25px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.retrieve_password_ul ul{
	width: 400px;
	margin: 0 225px;
}
.retrieve_password_ul ul li{
	float: left;
	padding: 0 10px;
	margin: 0 25px;
}
.retrieve_password_ul ul li.color{
	color: #5a9926;
	border-bottom: 1px solid #c72727;
}
.retrieve_password_continue{
    float: left;
    width: 100%;
}
.retrieve_password_continue .continue{
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #2c843a;
    margin: 0 auto;
    font-size: 22px;
    color: #FFFFFF;
    border-radius: 5px;
}

.retrieve_password_content{
	float: left;
	margin: 20px 100px;
	width: 650px;
	min-height: 220px;
}
.retrieve_password_content .rp_content{
	float: left;
	width: 650px;	
	margin: 10px 0;
}
.retrieve_password_content .rp_content .rp_left{
	float: left;
	width: 140px;	
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	color: #333;
}
.retrieve_password_content .rp_content .rp_right{
	float: left;
	width: 500px;	
}
.retrieve_password_content .rp_content .rp_right .rp_input{
	float: left;
	width: 360px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;	
	font-size: 18px;
	color: #666;
	border: 1px solid #dbdddc;
	outline: none;
	border-radius: 5px;
}
.retrieve_password_content .rp_content .rp_right .rp_verification{
	float: left;
	width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #4783b9;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: 20px;
}
.password_verification_tab{
	display: none	
}
.password_verification_tab1{
	display: block	
}
.retrieve_password_content .rp_content .rp_right .rp_verification2{
	float: left;
	width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #4783b9;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: 10px;
}
.retrieve_password_content .already_dynamic{
	float: left;
	margin-left: 150px;
	width: 500px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
	color: #333;
}
.retrieve_password_content .already_dynamic i{
	vertical-align: middle;
	margin: 0 8px;
	color: #2c843a;
	font-size: 26px;
}
/*在线留言*/
.online_message{
	float: right;
	width: 780px;
	margin: 20px 0;
	border: 5px solid #2c843a;
	min-height: 600px;
	border-radius: 8px;
	color: #333;
}
.online_message .online_message_title{
	float: left;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #e6f8f8;
	font-size: 28px;
	font-weight: bold;
}
.online_message .online_message_title .font{
	float: left;
	width: 20%;
	text-align: center;
	margin-left: 40%;
	border-bottom: 1px solid #ff720c;
}
.online_message .online_message_title img{
	float: right;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50px;
	margin-top: 5px;
}

.online_message .online_message_c{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.online_message_c li{
	float: left;
	width: 100%;
	margin: 10px 0;
}
.online_message_c li .online_message_c_l{
	float: left;
	width: 200px;
}
.online_message_c li .online_message_c_l .images{
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 5px 5px 5px 15px;
}
.online_message_c li .online_message_c_l .images img{
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.online_message_c li .online_message_c_l .font{
	float: left;
	width: 130px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
}
.online_message_c li .online_message_c_r{
	float: left;
	width: 480px;
}
.online_message_c li .online_message_c_r input{
	float: left;
	width: 440px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 18px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	color: #333;
}
.online_message_c li .online_message_c_r textarea{
	float: left;
	width: 440px;
	height: 30px;
	padding: 20px;
	font-size: 18px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	height: 160px;
	color: #333;
}
.online_message_c li .online_message_c_r .c_r_verification{
	float: right;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background: #f7f7f7;
	color: #333;
	font-size: 24px;
}
.online_message_bot{
	float: left;
	width: 100%;
	margin: 20px 0 40px 0;
}
.online_message_bot .online_message_botttom{
    width: 190px;
    background: #8dc469;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    
}
/*关于协会-负责人*/
.association_person{
	float: left;
    width: 100%;
    margin: 30px 0;
}
.association_person .association_person_name{
    width: 365px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    border: 1px solid #d2d7d3;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin: 5px auto;
}
.association_person .association_person_explain{
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 60px;
}
.association_person_ul{
    text-align: center;
}
.association_person_ul ul{
    margin: 0 auto;
}
.association_person_ul li{
	float: left;
    border: 1px solid #d2d7d3;
    border-radius: 5px;
    height: 100px;
    text-align: center;
    margin: 0 3px;
    padding:  0 10px;
	writing-mode: vertical-rl;
}
.association_person_vertical{
	height: 35px;
	text-align: center;
}
.association_person_vertical .line{
	height: 100%;
	width: 1px;
	background: #c1c1c1;
	margin: 0 auto;
}

/*关于协会-监事会*/
.association_supervisor{
	float: left;
    width: 100%;
    margin: 40px 0;
}
.association_supervisor .association_supervisor_name{
    width: 365px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    border: 1px solid #d2d7d3;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin: 5px auto;
}
.association_supervisor .association_supervisor_explain{
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 60px;
}
.association_supervisor_ul{
    text-align: center;
}
.association_supervisor_ul ul{
    margin: 0 160px;
}
.association_supervisor_ul li{
	float: left;
    border: 1px solid #d2d7d3;
    border-radius: 5px;
    height: 130px;
    text-align: center;
    margin: 0 10px;
    padding:  0 25px;
	font-size: 28px;
	writing-mode: vertical-rl;
}
.association_supervisor_vertical{
	height: 55px;
	text-align: center;
	margin: 20px 0;
}
.association_supervisor_vertical .line{
	height: 100%;
	width: 1px;
	background: #c1c1c1;
	margin: 0 auto;
}
/*关于协会-登记事项*/
.association_register_iamge{
	float: left;
    width: 100%;
    padding: 40px 0;	
    background: #f5fbf9;
}
.association_register_iamge .association_register_img{
	float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.association_register_iamge .association_register_img img{
	width: 380px;
	margin: 0 auto;
}
.association_register_ul{
	float: left;
    width: 100%;
    margin: 20px 0;    
}
.association_register_ul li{
	line-height: 30px;
    font-size: 16px;
    color: #666;
}
/*关于协会-办事机构*/
.association_office_t{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 60px;
    margin-top: 15px;	
}
.association_office_c{
	float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;	
    border-bottom: 1px dashed #dddddd;
}
.association_office_c .association_office_c_l{
	float: left;
    width: 130px;
    height: 130px;	
    margin-right: 30px;
}
.association_office_c .association_office_c_l img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.association_office_c .association_office_c_r{
	float: left;
    width: 600px;
}
.association_office_c .association_office_c_r .c_r_name{
	float: left;
    width: 100%;
    color: #000000;
    font-weight: bold;
    margin-top: 40px;
}
.association_office_c .association_office_c_r .c_r_email{
	float: left;
    width: 100%;
    color: #666;
	line-height: 30px;
}

/*关于协会-理事名单*/
.association_supervisor{
	float: left;
    width: 100%;
    margin: 40px 0;
}
.association_supervisor .association_supervisor_name{
    width: 365px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    border: 1px solid #d2d7d3;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    font-size: 28px;
    margin: 5px auto;
}
.association_supervisor .association_supervisor_explain{
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 60px;
}
.association_supervisor_ul{
    text-align: center;
}
.association_supervisor_ul ul{
    margin: 0 160px;
}
.association_supervisor_ul li{
	float: left;
    border: 1px solid #d2d7d3;
    border-radius: 5px;
    height: 130px;
    text-align: center;
    margin: 0 10px;
    padding:  0 25px;
	font-size: 28px;
	writing-mode: vertical-rl;
}
.association_supervisor_vertical{
	height: 55px;
	text-align: center;
	margin: 20px 0;
}
.association_supervisor_vertical .line{
	height: 100%;
	width: 1px;
	background: #c1c1c1;
	margin: 0 auto;
}


.branch_content_t table td.center{
	text-align: center;	
}

/*关于协会-历任领导*/
.gyxh_lrld_c{
	float: left;
	width: 100%;
	margin: 15px 0;
	color: #333;
	font-weight: bold;
}
.gyxh_lrld_c .gyxh_lrld_c_left{
	float: left;
	width: 188px;
	height: 150px;
	background: #fbfffe;
	border-radius: 5px;
	border: 1px solid #c1d5ca;
	font-size: 20px;	
	position: relative;
}
.gyxh_lrld_c .gyxh_lrld_c_left .left_one{
	float: left;
	width: 188px;
	color: #dceed4;
	margin: 0;
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	height: 110px;
	line-height: 110px;
}
.gyxh_lrld_c .gyxh_lrld_c_left .left_two{
	position: absolute;
	left: 0;
	top: 43px;
	padding: 0;
	margin: 0;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #fbfffe;
	width: 100%;
	font-size: 20px;	
	color: #333;
}
.gyxh_lrld_c .gyxh_lrld_c_left .left_three{
	float: left;
	width: 100%;
	text-align: center;
}
.gyxh_lrld_c .gyxh_lrld_c_right{
	float: right;
	width: 540px;
	height: 120px;
	padding: 15px 20px;
	background: #fbfffe;
	border-radius: 5px;
	border: 1px solid #c1d5ca;
	font-size: 16px;	
	line-height: 26px;
}
.gyxh_lrld_c .gyxh_lrld_c_right p{
	float: right;
	width: 100%;
	
}
.new_content_left ul li .title a{
	color:#fff;
	font-size:13px;
}
.list_entrance .list_entrance_d li .list_entrance_d_u_r{
	font-weight:normal  !important;
}
.list_entrance .list_entrance_d .list_entrance_d_t i{
	font-size:26px  !important;
}
.list_entrance .list_entrance_d .list_entrance_d_t{
	font-size:21px   !important;
}
.conference_center_t_c .title{
	color:#666 !important;
	font-weight:normal  !important;
	margin-bottom:15px  !important;
}
.conference_center_t_c p{
	font-size：15px   !important;
	font-weight:normal  !important;
}
a{
	text-decoration: blink;
	color: #000;
	}
	img{
	border:none; 
	}
	.home_association .InformationCenter .new_content .new_content_right LI{
	   width:auto !important; 
		float:none !important;
	}
	.home_association .InformationCenter .new_content .new_content_right{
	   float:none !important; 
		width:auto !important; 
	}
	.customer_service{
	   position:fixed;
		top:260px;
		right:10px;
		z-index:999999;
	}
	.medicine_head{
	  position:relative;
	}
	.icon-huaban{
		color:#9CAEBA !important;
	}
	 .list_entrance .list_entrance_d li .r_color{
	   font-weight:bold !important;
	 	color:#3B84AD !important;
	}
	#NewsFocus .dots li.active{
	   background:#B8D4AF  !important;
		width:12px !important;
		border:1px solid #B8D4AF !important; 
	}
	#NewsFocus .dots li{
		width:6px !important;
		height:6px !important;
		background:#fff !important;
		opacity:1 !important;
		margin:0 6px !important;
		border:1px solid #B8D4AF !important;
	}
	#NewsFocus .dots{
	}
	.list_entrance .list_entrance_d .list_entrance_d_t_r{
	    font-weight:bold;
	}
	.medicine_foot{
		margin:0 auto;
		float:none;
	}
	.medicine_foot{
	   min-width:1300px;
	}
	.medicine_foot .foot_navigation{
	     width:1300px !important;
	}
	.home_association .association_right .association_right_font p{
	     font-size:14px;
	}
	 .online_message_c li .online_message_c_l .images{
    width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #f1f6f2;
}  
.online_message_c li .online_message_c_l .images i{
    width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #8a9599;
 	font-size: 30px;
	font-weight: bold;
}
.online_message .online_message_title i {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50px;
	color: #333;
	font-size: 50px;
	font-weight: bold;
}
.online_message .online_message_c{
	margin:0px;
}
.online_message_c li .online_message_c_r textarea{
	height:100px;
}
.online_message_bot{
	margin-bottom:0px;
}
.online_message{
	min-height:560px;
}
.online_message_c li .online_message_c_l .font{
	font-weight:normal;
	font-size:20px;
}
.online_message .online_message_title{
	font-weight:normal;
}
.online_message_c li .online_message_c_r input{
	font-size:16px;
}
.online_message .online_message_title img {
    float: right;
    width: 55px;
    height: 50px;
    margin-right: 10px;
  
}
/*添加供应商信息*/
.project_add{
	float: right;
	width: 788px;
	padding: 10px 0;
	color: #333;
	font-size: 15px;
}
.project_add_title{
	float: left;
	width: 758px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #c3cebd;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.project_add_font{
	float: left;
	width: 758px;
	padding: 10px 15px;
	line-height: 25px;
	font-size: 15px;
	color: #333;
}
.project_add_font p{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.project_add_name{
	float: left;
	width: 758px;
	padding: 15px;
	font-size: 15px;
	color: #333;
}
.project_add_name .name_left{
    float: left;
    width: 75px;
    height: 40px;
    line-height: 40px;
}
.project_add_name .name_right{
    float: left;
    width: 600px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c4cbbb;
    outline: none;
    padding: 0 20px
}
.project_add_explain{
	float: left;
	width: 758px;
	padding: 15px;
	line-height: 40px;
	height: 40px;
}
.project_add_explain .explain_left{
	color: #000;
	font-weight: bold;
	display: inline-block;
}
.project_add_explain .explain_right{
	color: #666;
	display: inline-block;
	font-size: 13px;
}
.select_information{
	float: left;
	width: 758px;
	padding: 15px;
	line-height: 40px;
	vertical-align: middle;
}
.select_information li{
	float: left;
	padding-right: 10px;
}
.select_information li i{
	font-size: 28px;
	padding-right: 10px;
	vertical-align: middle;
}
.select_information li i.icon-xuanzhong{
	color: #e72621;
}
.select_information_details{
	float: left;
	width: 726px;
	padding: 15px;
	margin: 5px 15px 15px 15px;
	line-height: 40px;
	border: 1px solid #c3c8c4;
	border-radius: 8px;
}
.select_information_details h3{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-weight: bold;
	font-size: 17px;
}
.select_information_details .individual_unit{
	float: left;
	width: 100%;
	color: #333;
}
.select_information_details .individual_unit li{
	float: left;
	width: 100%;
	margin: 8px 0;
}
.select_information_details .individual_unit .individual_unit_c{
	float: left;
    line-height: 40px;
    font-size: 16px;
    vertical-align: middle;
}
.select_information_details .individual_unit .individual_unit_c p {
    float: left;
    width: 88px;
    margin: 0;
    padding: 0;
}
.select_information_details .individual_unit .individual_unit_c input {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c1ccbb;
    outline: none;
    padding: 0 15px;
}
.select_information_details .individual_unit .individual_unit_c select {
    float: left;
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c1ccbb;
    outline: none;
    padding: 0 15px;
}

.project_add_textarea{
	float: left;
	width: 758px;
	padding: 0 15px;
	margin: 5px 0;
}
.project_add_textarea .title{
	float: left;
	width: 720px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 15px;
}
.project_add_textarea textarea{
	float: left;
	width: 728px;
	padding: 15px;
	line-height: 24px;
	height: 90px;
	border-radius: 5px;
}

.select_information_details .details_textarea{
	float: left;
	width: 728px;
	margin-bottom: 10px;
}
.select_information_details .details_textarea .title{
	float: left;
	width: 720px;
	line-height: 40px;
	font-size: 15px;
}
.select_information_details .details_textarea textarea{
	float: left;
	width: 694px;
	padding: 15px;
	line-height: 24px;
	height: 60px;
	border-radius: 5px;
}


.project_add_submit_ul{
	float: left;
	margin: 30px 0 30px 220px;
}
.project_add_submit_ul li{
	float: left;
	width: 100%;
	margin: 10px 0;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	color: #333;
}
.project_add_submit_ul li .file_name{
	float: left;
	width: 80px;
	text-align: left;
}
.project_add_submit_ul li .file_select{
	float: left;
	width: 160px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #2c843a;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
}
.project_add_submit_ul li .file_select input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    width: 100%;
    height: 40px;
}
.project_add_submit_ul li .file_r{
	float: left;
	line-height: 40px;
	height: 40px;
	color: #999;
	font-size: 14px;
	margin-left: 20px;
	
}
.project_add_submit{
	float: right;
	width: 100%;
	text-align: center;
}
.project_add_submit .add_submit {
    width: 240px;
    margin: 10px auto;
    text-align: center;
    background: #2c843a;
    border-radius: 5px;
    height: 55px;
    line-height: 55px;
    color: #f9fff4;
    font-weight: 600;
    font-size: 24px;
    vertical-align: middle;
}
.project_add_submit .add_submit img {
    margin: 3px 8px 3px 0;
    height: 34px;
    width: auto;
    vertical-align: middle;
}
.project_add_submit .font{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #333;
}


/*会员中心-协会信息公开*/
.member_center{
	float: right;
	width: 790px;
	border: 1px solid #e5eff0;
	margin: 20px 0;
	border-radius: 5px;
	min-height: 850px;
}
.member_center .member_center_list{
	float: right;
    width: 790px;
    padding: 5px 0;
}
.member_center_list li{
    float: left;
    width: 750px;
    padding: 0 20px;
    border-bottom: 1px dashed #bbd1b1;
    line-height: 37px;
    height: 37px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.member_center_list li a{
    text-decoration: blink;
    color: #333;
    margin: 0;
    padding: 0;
}
.member_center_list li i {
    font-size: 17px;
}
.member_center_list li .list_left{
    float: left;
    width: 600px;
    overflow: hidden;			
	text-overflow:ellipsis;		
	white-space: nowrap;
	line-height: 37px;
    height: 37px;
}
.member_center_list li .list_right{
    float: right;
    margin-right: 15px;
    line-height: 37px;
    height: 37px;
}
/*会员中心-会员资料*/
.member_center .member_center_title{
	float: left;
	padding: 5px 20px 0 20px;
    width: 750px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #bbd1b1;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.member_center .member_center_content{
	float: left;
	padding: 10px 20px 0 20px;
    width: 750px;
    line-height: 24px;
    font-size: 14px;
}
.member_center .member_center_content p{
	padding: 0;
	margin: 0;
}
.member_center .member_center_title .title_left{
	float: left;
}
.member_center .member_center_title .title_right{
	float: right;
	color: #8d8e8e;
	font-size: 14px;
	font-weight: normal;
}
.member_information{
	float: left;
	width: 100%;
	margin: 5px 20px;
    width: 750px;
}
.member_information .member_information_t{
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.member_information .member_information_c{
	border: 1px solid #c2ccbc;
	float: left;
	padding: 15px;
    width: 720px;
    border-radius: 5px;
	margin: 15px 0;
}
.member_information_c .member_information_c_ul{
	float: left;
    width: 100%;
    font-weight: bold;
}
.member_information_c .member_information_c_ul li{
	float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 4px 0;
    color: #333;
    font-size: 15px;
}
.member_information_c .member_information_c_ul li .member_l{
	float: left;
    width: 84px;
    height: 40px;
    line-height: 40px;
}
.member_information_c .member_information_c_ul li .member_r{
	float: left;
    width: 600px;
    height: 40px;
    line-height: 40px;
}
.member_information_c .member_information_c_ul li .member_r input{
	float: left;
    width: 210px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    font-size: 15px;
}

.member_information_c .member_information_c_ul2{
	float: left;
    width: 100%;
    font-weight: bold;
}
.member_information_c .member_information_c_ul2 li{
	float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 8px 0;
    color: #333;
    font-size: 15px;
}
.member_information_c .member_information_c_ul2 li .applicant{
	float: left;
	height: 40px;
    line-height: 40px;
}
.member_information_c .member_information_c_ul2 li .applicant p{
	float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.member_information_c .member_information_c_ul2 li .applicant input{
    float: left;
    width: 210px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c2ccbc;
    outline: none;
    padding: 0 15px;
    font-size: 15px;
    margin-right: 15px;
}
.member_information_c .member_information_c_ul2 li .applicant select{
    float: left;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c2ccbc;
    outline: none;
    padding: 0 15px;
    font-size: 15px;
    margin-right: 15px;
    color: #444;
}
.member_information_c .member_information_c_ul2 li .postal_address{
	float: left;
	width: 570px;
}
.member_information_c .member_information_c_ul2 li .postal_address select{
	float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c2ccbc;
    outline: none;
    padding: 0 15px;
    font-size: 15px;
    margin-right: 15px;
    color: #444;
}
.member_information_c .member_information_c_ul2 li .postal_address .font{
	float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    background: #2c843a;
    overflow: hidden;			
	text-overflow:ellipsis;		
	white-space: nowrap;
}

.member_information_c_ul_f{
	float: left;
	margin: 5px 25px;	
	border: 1px solid #c2ccbc;
	color: #333;
	border-bottom: none;
	border-right: none;
	font-size: 15px;
	width: 668px;
}
.member_information_c_ul_f li{
	float: left;
    width: 100%;
	border-bottom: 1px solid #c2ccbc;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.member_information_c_ul_f .f_title{
	height: 80px;
	line-height: 80px;
	font-weight: bold;
}
.member_information_c_ul_f li .one{
	float: left;
    width: 90px;
	border-right: 1px solid #c2ccbc;
}
.member_information_c_ul_f li .two{
	float: left;
    width: 75px;
	border-right: 1px solid #c2ccbc;
}
.member_information_c_ul_f li .merge{
	float: left;
    width: 304px;
}
.member_information_c_ul_f li .merge .merge_p{
	float: left;
    width: 303px;
	border-right: 1px solid #c2ccbc;
	border-bottom: 1px solid #c2ccbc;
	height: 39px;
	line-height: 39px;
}
.member_information_c_ul_f li .merge .two{
	height: 40px;
	line-height: 40px;
}
.multiple_choice{
	float: left;
    margin: 15px 20px;
    width: 750px;
}
.multiple_choice .multiple_choice_business{
	float: left;
	width: 100%;
	line-height: 40px;
	color: #333;
}
.multiple_choice .multiple_choice_business .business_l{
	float: left;
	width: 85px;
	font-size: 16px;
}
.multiple_choice .multiple_choice_business .business_r{
	float: left;
	width: 630px;
	font-size: 14px;
}
.multiple_choice .multiple_choice_business label{
	float: left;
	padding-right: 16px;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
}
.multiple_choice .multiple_choice_business label input{
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

.main_products{
	float: left;
    margin: 15px 20px;
    width: 750px;
}
.main_products .main_products_title{
	float: left;
    width: 750px;
    height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.main_products textarea{
	float: left;
    width: 710px;
    height: 80px;
	line-height: 24px;
	color: #333;
	font-size: 15px;
	padding: 10px 20px;
	border: 1px solid #c2ccbc;
	border-radius: 5px;
	outline: none;
}
.printing_submit{
	float: left;
	margin: 5px 20px;
    width: 750px;
}
.printing_submit .printing{
	float: right;
    width: 140px;
    margin-left: 20px;
    text-align: center;
    background: #2c843a;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #f2f8ef;
    font-size: 15px;
    vertical-align: middle;
}
/*会员中心-会员资料-密码修改*/
.vip_password{
	float: left;
	width: 100%;	
}
.vip_password .vip_password_ul{
	float: left;
	width: 390px;
	margin: 25px 200px;
}
.vip_password .vip_password_ul li{
	float: left;
	width: 390px;
	margin: 10px 0;
	color: #333;
	font-size: 15px;
}
.vip_password .vip_password_ul li .vip_password_l{
	float: left;
	width: 88px;
	height: 40px;
	line-height: 40px;
}
.vip_password .vip_password_ul li .vip_password_r{
	float: left;
	width: 300px;
	height: 40px;
	line-height: 40px;
}
.vip_password .vip_password_ul li .vip_password_r input{
	float: left;
	width: 270px;
	height: 40px;
	line-height: 40px;   
    border-radius: 5px;
    border: 1px solid #c2ccbc;
    outline: none;
    padding: 0 15px;
	font-size: 15px;
}
.vip_password .vip_password_ul li .submit_password{
	float: left;
    width: 140px;
    text-align: center;
    background: #2c843a;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #f2f8ef;
    font-size: 15px;
    vertical-align: middle;
    margin-top: 15px;
}
/*会员中心-会员资料-主要生物技术人员*/
.key_personnel{
	float: left;
	padding: 25px 20px 15px 20px;
    width: 750px;
}
.key_personnel table{
	float: left;
    width: 750px;
    font-size: 15px;
    color: #333;
}
.key_personnel table, .key_personnel table tr td {
    border: 1px solid #c2ccbc;
    border-collapse: collapse;
}
.key_personnel table tr th {
    border: 1px solid #fff;
    border-collapse: collapse;
    background: #2c843a;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 60px;
    text-align: center;
}
.key_personnel table tr td {
    line-height: 24px;
    width: 60px;
	min-height: 24px;
	padding: 8px 0;
}
.key_personnel table tr td select{
    border: none;
    outline: none;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
	color: #333;
}
/*会员中心-会员资料-单位名称变更*/
.vip_password_ul li .file_select {
    float: left;
    width: 160px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #f2f8ef;
    background: #2c843a;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}
.vip_password_ul li .file_select input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 40px;
}
.vip_password_ul li .file_r {
    float: left;
    line-height: 40px;
    height: 40px;
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}
/*会员中心-会员资料-委任代表变更*/
.appointed_representative{
	float: left;
	padding: 20px;
    width: 750px;
}
.appointed_representative .appointed_representative_l{
	float: left;
    width: 620px;
}
.appointed_representative .appointed_representative_r{
	float: right;
    width: 130px;
}
.appointed_representative_r .appointment_img{
	float: right;
    width: 130px;
    border: 1px solid #c2ccbc;
    margin: 10px 0;
    height: 177px;
}
.appointed_representative_r .appointment_img img{
    width: 100%;
    height: 100%;
}
.appointed_representative_r .appointment_font{
	float: left;
    width: 130px;
    line-height: 37px;
    height: 37px;
    text-align: center;
    color: #f2f8ef;
    background: #2c843a;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}
.appointed_representative_r .appointment_font input{
	position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 40px;
}
.appointed_representative_ul{
	float: left;
	width: 100%;
	font-weight: bold;
}
.appointed_representative_ul li{
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 15px;
	color: #333;
}
.appointed_representative_ul li .appointment_info{
	float: left;
}
.appointed_representative_ul li .appointment_info p{
	float: left;
	width: 45px;
	height: 40px;
    line-height: 40px;
}

.appointed_representative_ul li .appointment_info input{
    float: left;
    width: 98px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c2ccbc;
    outline: none;
    padding: 0 15px;
    margin-right: 20px;
}
.appointed_representative_ul li .appointment_info .length_o{
	width: 75px;
}
.appointed_representative_ul li .appointment_info .length_t{
	width: 110px;
}
.appointed_representative_ul li .appointment_info .length_s{
	width: 225px;
	margin-right: 0;
}
.resume{
    float: left;
    margin: 10px 0px 0 0;
    width: 750px;
    font-weight: bold;
}
.resume .resume_title {
    float: left;
    width: 750px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 15px;
}
.resume .resume_content {
    float: left;
    width: 708px;
    border: 1px solid #c2ccbc;
    border-radius: 5px;
    min-height: 70px;
    padding: 10px 20px;
}
.resume .resume_content textarea {
    float: left;
    width: 710px;
    height: 70px;
    line-height: 24px;
    color: #333;
    font-size: 15px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.resume .resume_content .sign_up{
    float: right;
    width: 700px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-align: right;
    margin-right: 10px;
}
.vip_submit {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.vip_submit .vip_submit_information {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    background: #2c843a;
    border-radius: 5px;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    vertical-align: middle;
}
.vip_submit .vip_submit_information img{
    margin: 3px 8px 3px 0;
    height: 34px;
    width: auto;
    vertical-align: middle;
}
/*会员中心-信息展示-单位简介*/
.company_profile{
	float: left;
    width: 750px;
    padding: 20px;
}
.company_profile_ul{
	float: left;
    width: 750px;
}
.company_profile_ul li{
	float: left;
    width: 750px;
    margin: 10px 0;
    font-size: 15px;
    color: #333;    
}
.company_profile_ul li .company_profile_l{
	float: left;
    width: 75px;
    height: 40px;
    line-height: 40px;
}
.company_profile_ul li .company_profile_r{
	float: left;
    width: 675px;
}
.company_profile_ul li .company_profile_r input{
	float: left;
    width: 620px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #c2ccbc;
    border-radius: 5px;
    font-size: 15px;
    color: #333;  
    outline: none;
}
.company_profile_ul li .company_profile_r textarea{
	float: left;
    width: 620px;
    height: 160px;
    line-height: 24px;
    padding: 10px 20px;
    border: 1px solid #c2ccbc;
    border-radius: 5px;
    font-size: 15px;
    color: #333;  
    outline: none;
}
.company_profile_ul li .under_review{
    float: left;
    width: 620px;
    color: #ff0000;
    font-size: 14px;
    margin-top: 15px;
}
.company_profile_ul li .submit_profile{
	float: left;
    width: 140px;
    text-align: center;
    background: #2c843a;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #f2f8ef;
    font-size: 15px;
    vertical-align: middle;
}

.upload_files{
	float: left;
}
.upload_files .upload_files_l{
    float: left;
    width: 160px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #f2f8ef;
    background: #2c843a;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}
.upload_files .upload_files_l input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 40px;
}
.upload_files .upload_files_r {
    float: left;
    line-height: 40px;
    height: 40px;
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}
/*会员中心-信息展示-公司产品*/
.company_profile_ul li .audit_status{
	float: left;
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #c2ccbc;
    border-radius: 5px;
    font-size: 15px;
    color: #999;  
    outline: none;
}
/*会员中心-行业自律*/
.member_self-discipline{
	float: left;
	margin: 10px 20px;
	width: 750px;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}
.member_self-discipline p{
	text-indent: 2em;
}
.apply_for {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.apply_for .apply_for_industry {
    width: 210px;
    margin: 0 auto;
    text-align: center;
    background: #2c843a;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    color: #f2f8ef;
    font-size: 16px;
    vertical-align: middle;
}

.industry_application{
	float: left;
	margin: 30px 0px;
	width: 790px;
}
.industry_application_ul{
	float: left;
	margin-left: 30px;
	width: 750px;
    font-size: 15px;
    color: #333;
	font-weight: bold;
}
.industry_application_ul li{
	float: left;
	margin: 10px 0;
	width: 100%;
}
.industry_application_ul li .industry_application_ul_c{
	float: left;
	height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 15px;
}
.industry_application_ul li .industry_application_ul_c .ul_c_p{
	float: left;
	height: 40px;
    line-height: 40px;
    width: 85px;
}
.industry_application_ul li .industry_application_ul_c .ul_c_select{
	float: left;
	height: 40px;
    line-height: 40px;
    width: 635px;
    padding: 0 20px;
    border: 1px solid #c2ccbc;
    border-radius: 5px;
    outline: none;
    margin-right: 15px;
}
.industry_application_ul li .business_name{
	float: left;	
	width: 345px;
}
.industry_application_ul li .business_name .name{
	float: left;
	width: 100%;
	height: 40px;
    line-height: 40px;
}
.industry_application_ul li .business_name textarea{
	float: left;
	width: 305px;
	height: 70px;
    line-height: 24px;
    padding: 10px 20px;
    color: #333;
    font-size: 15px;
    outline: none;
    border-radius: 5px;
}
.industry_application_ul li .industry_application_ul_c .ul_c_input{
	float: left;
	width: 210px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #c2ccbc;
    outline: none;
    padding: 0 20px;
    margin-right: 15px;
}
.industry_application_ul li .industry_application_ul_c .p_length1{
	width: 145px;
}
.industry_application_ul li .industry_application_ul_c .p_length2{
	width: 55px;
}
.industry_application_ul li .industry_application_ul_c .p_length3{
	width: 90px;
}
.industry_application_ul li .industry_application_ul_c .p_length4{
	width: 45px;
}
.industry_application_ul li .industry_application_ul_c .p_length5{
	width: 80px;
}
.industry_application_ul li .industry_application_ul_c .p_length6{
	width: 120px;
}
.industry_application_ul li .industry_application_ul_c .p_length7{
	width: 98px;
}
.industry_application_ul li .industry_application_ul_c .se_length1{
	width: 250px;
}
.industry_application_ul li .industry_application_ul_c .se_length2{
	width: 120px;
}
.industry_application_ul li .industry_application_ul_c .in_length1{
	width: 190px;
}

.application_submit {
    float: left;
    width: 360px;
    margin: 0px 0 50px 220px;
}
.application_submit .application_sub {
    width: 180px;
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
    background: #2c843a;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #f2f8ef;
    font-size: 16px; 
    vertical-align: middle;
}

/*会员中心-会员管理*/
.member_management_list{
	float: right;
    width: 790px;
    padding: 5px 0;
}
.member_management_list li{
    float: left;
    width: 750px;
    padding: 0 20px;
    border-bottom: 1px dashed #bbd1b1;
    line-height: 37px;
    height: 37px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.member_management_list li a{
    text-decoration: blink;
    color: #333;
    margin: 0;
    padding: 0;
}
.member_management_list li i {
    font-size: 17px;
}
.member_management_list li .list_left{
    float: left;
    width: 400px;
    overflow: hidden;			
	text-overflow:ellipsis;		
	white-space: nowrap;
	line-height: 37px;
    height: 37px;
}
.member_management_list li .list_time{
    float: right;
    margin-right: 80px;
    line-height: 37px;
    height: 37px;
}
.member_management_list li .list_right{
    float: right;
    margin-right: 15px;
    line-height: 37px;
    height: 37px;
}

/*会员中心-转化医学平台-供应留言-弹框*/
.supply_message{
	width: 560px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	color: #444;
	font-size: 15px;
	position: fixed;
	top:33%;
	left: 43%;
	z-index: 2;
}
.supply_message .supply_message_my{
	float: left;
	width: 100%;
	line-height: 30px;
	vertical-align: middle;
}
.supply_message .supply_message_my .supply_message_l{
	float: left;
	line-height: 30px;
	margin-left: 20px;
}
.supply_message .supply_message_my .supply_message_r{
	float: right;
}
.supply_message .supply_message_my .supply_message_r i{
	float: right;
	line-height: 30px;
	vertical-align: middle;
	font-size: 28px;
	color: #2c843a;
}
.supply_message .message_reply_content{
	float: left;
	margin: 5px 20px 20px 20px;
	padding: 10px 20px;
	width: 480px;
	background: #eeeeee;
	color: #444;
	line-height: 25px;
	min-height: 140px;
	font-size: 15px;
	border-radius: 10px;
	
}

/*结果公开*/
.results_disclosure_table{
	float: right;
	width: 790px;
	font-size: 14px;
	color: #333
}
.results_disclosure_table table,.results_disclosure_table table tr th,.results_disclosure_table table tr td { 	
	border:1px solid #d0dec5; 				
	border-collapse: collapse;		
}
.results_disclosure_table table tr th{
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	padding: 12px 0;
	font-weight: bold;
	color: #000;
}
.results_disclosure_table table tr td{
	line-height: 26px;
	color: #333;
	padding: 12px 15px;
}
.results_disclosure_table table tr td.tim{
	padding: 12px 10px;
}
.results_disclosure_table table tr.color{
	background: #f2f8f6;
}