@import url('include_part.css');

@media screen and (max-width:800px){

	/*通用列表页样式*/
	#position_share{
		margin-top:1em;
		height:4em;
		width:100%;
	}
	
	#position_share #block{
		width: 94%;
	}
	
	#position_share .position{
		height:4em;
		float:left;
		line-height:4em;
		font-size:0.8em;
		text-indent:1em;
	}
	#position_share #normal_share{
		float:right;
		font-size:0.8em;
		line-height:4em;
		display: none;
	}
	#position_share #normal_share li{
		float:left;
		width:3em;
		height:4em;
		cursor: pointer
	}
	#position_share #normal_share li:last-child{
		margin-right:1em;
	}
	#position_share #normal_share li:nth-child(n+2):hover{
		opacity:0.5;
	}
	#position_share #normal_share .weibo{
		background:url(../images/s_weibo.png) no-repeat center center;
	}
	#position_share #normal_share .weixin{
		background:url(../images/s_weixin.png) no-repeat center center;
	}
	#position_share #normal_share .qq{
		background:url(../images/s_qq.png) no-repeat center center;
	}
	#position_share #normal_share .facebook{
		background:url(../images/s_facebook.png) no-repeat center center;
	}
	#position_share #normal_share .twitter{
		background:url(../images/s_twitter.png) no-repeat center center;
	}
	#position_share #normal_share .linkedin{
		background:url(../images/s_linkedin.png) no-repeat center center;
	}
	
	#main_part{
		display:table;
		width:100%;
	}
	
	#main_part #block{
		width: 94%;
		background: #fff;
	}
	
	#left{
		width:20%;
		float:left;
		margin-right:2%;
		display:table;
		display: none;
	}
	#left #content_k{
		width:100%;
	}
	#left .top_line{
		width:100%;
		height:5px;
		background:#c01111;
	}
	#left .column_name{
		width:100%;
		height:4em;
		line-height:4em;
		font-size:1.3em;
		font-weight:bold;
		text-align:center
	}
	
	#left .show_list{
		border:1px solid #c01111;
	}
	#left .show_list .item{
		height:3em;
		line-height:3em;
		font-size:1em;
		text-indent:1.5em;
		transition:0.5s;
		cursor:pointer;
		border-bottom:1px solid #f5f5f5;
	}
	#left .show_list .item:before{
		content:'>';
		text-indent:1.5em;
		padding-right:1em;
	}
	#left .show_list .item:nth-last-child(1){
		border-bottom:none;
	}
	#left .show_list .item:hover{
		background:#910404;
		color:#f7f7f7;
	}
	

	#right{
		width:100%;
		display:table;
	}
	
	#right #square_column_name{
		height:3.5em;
		line-height:3.5em;
		font-size:1em;
		border-bottom:1px solid #e0e0e0;
		background:url(../images/title_dian2.jpg) no-repeat left center;
		font-weight:bold;
		text-indent:1.5em;
	}
	
	#right #article_list{
		width:100%;
		display:table;
	}
	#right #article_list .item{
		width:100%;
		display: table;
		border-bottom:1px solid #f0f0f0;
	}
	#right #article_list .item .img{
		width:30%;
		height:6em;
		float:left;
		margin-right:1.5%;
		border:none;
	}
	#right #article_list .item .text{
		width:68.5%;
		height:8em;
		overflow: hidden;
		float:left;
	}	
	#right #article_list .item .text .title{
		width:100%;
		max-height:5em;
		overflow: hidden;
		font-size:1.1em;
		line-height:1.3em;
		font-weight:bold;
	}
	#right #article_list .item .text .desc{
		width:100%;
		margin-top:0.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777;
		display: none;
	}
	#right #article_list .item .text .date{
		width:100%;
		height:1.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777;
		margin-top: 0.5em;
	}

	#right #page_list{
		width:100%;
		height:2.5em;
		margin-top:3em;
		line-height:2.5em;
	}
	#right #page_list ul{
		width:80%;
		height:2.5em;
		margin: 0 auto;
	}
	#right #page_list ul li{
		float:left;
		width:19.5%;
		font-size:1em;
		line-height:2.5em;
		text-align:center;
		border-right:1px solid #f0f0f0;
		cursor:pointer
	}
	
	#right #page_list ul li:last-child{
		border-right:none
	}
	
	#right #page_list ul li:hover{
		background:#910404;
		color:#f7f7f7
	}
	
	/*文件下载 管理规定*/	
	#right #article_list2 .item{
		width:100%;
		display: table;
		margin-top:1em;
		border-bottom:1px solid #f0f0f0;
	}
	#right #article_list2 .item .text2{
		width:100%;
		height:100%;
		float:left;
		margin-top:0.5em;
	}	
	#right #article_list2 .item .text2 .title{
		width:100%;
		display: table;
		font-size:1.1em;
		line-height:1.3em;
		font-weight:bold;
	}
	#right #article_list2 .item .text2 .desc{
		width:100%;
		display: table;
		margin-top:0.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777;

	}
	#right #article_list2 .item .text2 .date{
		width:100%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		color:#777;
		margin-bottom: 2em;
		margin-top: 0.5em;
	}

	/*搜索结果页样式*/
	#right #content_k{
		width:100%;
		display: table;
		background: #fff;
	}
	
	#right #search_k2{
		display: none;
	}
	
	#right #article_list .item{
		width:100%;
		display: table;
		padding-top: 2em;
	}
	
	#right #article_list .item:nth-child(1){
		border-top:1px solid #f0f0f0;
	}
	
	#right #article_list .search_text{
		width:100%;
		height:100%;
	}
	#right #article_list .search_text .title{
		width:100%;
		display: table;
		font-size:1.1em;
		line-height:1.3em;
		font-weight:bold;
	}
	#right #article_list .search_text .desc{
		width:100%;
		display: table;
		margin-top:0.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}
	#right #article_list .search_text .date{
		width:100%;
		font-size:0.8em;
		line-height:1.5em;
		color:#777;
		margin-top: 0.5em;
		margin-bottom: 2em;
	}
	
	
	/*站点地图样式*/
	#webMap_title{
		width:98%;
		text-align:center;
		font-size:1.5em;
		line-height:3em;
		border-bottom:1px solid #e0e0e0;
		margin-bottom:1em;
		font-weight:bold
	}
	
	#webMap{
		width:98%;
		display:table;
	}
	
	#webMap h1{
		width:100%;
		clear:both;
		font-size:1em;
		font-weight:bold;
		height:2.5em;
		line-height:2.5em;
	}
	#webMap li{
		float:left;
		width:23%;
		height:3em;
		font-size:0.8em;
		line-height:3em;
		text-align:center;
		margin:1% 1.2% 1% 0;
		background:#f0f0f0;
		cursor:pointer;
		transition:0.3s;
	}
	#webMap li:hover{
		background:#f7f7f7;
	}
	
	/*咨询留言*/
	#messageForm{
		width:100%;
		margin-bottom:4em;
	}
	#messageForm table{
		width:60%;
		margin-top:2em;
	}
	#messageForm table td:nth-child(odd){
		text-align:right;
	}
	#messageForm input{
		width:25em;
	}
	#messageForm textarea{
		width:31em;
		height:10em;
		padding:3px;
	}
	
	#messageForm .validate{
		float:left;
		width:18em;
	}
	#messageForm .code{
		float:left;
		width:7em;
		line-height:2.5em;
		background:#C1BABA;
		border-bottom:1px solid #C1BABA;
		border-top:1px solid #C1BABA;
		text-align:center;
		margin-top:0.3em;
		cursor: pointer
	}
	#messageForm .code2{
		float:left;
		width:7em;
		height:2.5em;
		background:#C1BABA;
		text-align:center;
		margin-top:0.3em;
		cursor: pointer
	}
	#messageForm .code2 img{
		width:100%;
		height:100%;
		border-top:1px solid #f0f0f0;
		border-bottom:1px solid #f0f0f0
	}
	#messageForm button{
		width:25.6em;
		margin-top:2em;
		background:#910404;
		color:#f7f7f7;
		text-align:center;
		cursor:pointer;
		border:1px solid #910404
	}
	
	/*视频多媒体*/
	#video_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#video_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#video_list .item:nth-child(2n){
		margin-right:0
	}
	#video_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#video_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}

	/*图片记录*/
	#pic_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#pic_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#pic_list .item:nth-child(2n){
		margin-right:0
	}
	#pic_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#pic_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}

	/*科研课题*/
	#researchType{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#researchType li{
		width:12%;
		height:3em;
		line-height:3em;
		float:left;
		text-align:center;
		background:#f7f7f7;
		cursor: pointer
	}
	#researchType li:hover{
		background:#910404;
		color:#f7f7f7
	}
	#researchType .researchTypeHover{
		background:#910404;
		color:#f7f7f7
	}
	
	#research_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#research_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		background:#f7f7f7
	}
	#research_list .item:nth-child(2n){
		margin-right:0
	}
	#research_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#research_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}

	/*发表论文*/	
	#thesis_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	
	#thesis_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		background:#f7f7f7
	}
	
	#thesis_list .item:nth-child(2n){
		margin-right:0
	}
	
	#thesis_list .item .pic{
		width:100%;
		height: 12em;
	}
	
	#thesis_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}
	
	/*科学食谱*/	
	#recipes_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#recipes_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#recipes_list .item:nth-child(2n){
		margin-right:0
	}
	#recipes_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#recipes_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}
	
	/*防癌宣传周*/	
	#xuanchuan_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	
	#xuanchuan_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	
	#xuanchuan_list .item:nth-child(2n){
		margin-right:0
	}
	
	#xuanchuan_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#xuanchuan_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}
	
	/*发言整理*/	
	#speaker_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#speaker_list .item{
		width:49%;
		display: table;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#speaker_list .item:nth-child(2n){
		margin-right:0
	}
	#speaker_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#speaker_list .item .title{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em;
		margin-bottom: 2em;
	}

	/*友情链接*/	
	#link_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#link_list .item{
		width:32%;
		height: 10em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		transition:1s;

	}
	#link_list .item:nth-child(3n){
		margin-right:0
	}
	#link_list .item:hover{
		opacity:0.8
	}
	#link_list .item .pic{
		width:100%;
		height:10em;
		display:table;
		background-color:#f7f7f7
	}
	#link_list .item .title{
		width:80%;
		display: table;
		font-size:1em;
		line-height:1.3em;
		text-align:center;
		margin-top:-65%;
	}
	

	/*组织架构 会员*/
	#member_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	
	#member_list .item{
		width:49%;
		height:17em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		transition:1s
	}
	
	#member_list .item:nth-child(2n){
		margin-right:0
	}
	
	#member_list .item:hover{
		opacity:0.8
	}
	
	#member_list .item .pic{
		width:100%;
		height:12em;
		display:table;
		background-color:#f7f7f7
	}
	
	#member_list .item .name{
		width:98%;
		display: table;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
		margin-top:1em;
		transition:1s;
		margin-bottom: 2em;
	}
	
	#member_list .item:hover .name{
		color:#910404
	}
	
	#member_list .item .zhiwei{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
	}
	
	#member_list2{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#member_list2 .item{
		width:32.5%;
		display: table;
		margin-right:1.25%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		transition:1s
	}
	#member_list2 .item:nth-child(3n){
		margin-right:0
	}
	#member_list2 .item:hover{
		opacity:0.8
	}
	#member_list2 .item .pic{
		width:100%;
		height:12em;
		display:table;
		background-color:#f7f7f7;
		border-radius: 10px;
	}
	#member_list2 .item .name{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
		margin-top:1em;
		transition:1s
	}
	#member_list2 .item:hover .name{
		color:#910404
	}
	#member_list2 .item .zhiwei{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
	}
	
	
	/*会员入会 单位会员申请登记表*/	
	#join_gaca{
		width:100%;
		margin-top:1.5em;
		font-size:1em;
		display:table;
	}
	#join_gaca .big_title{
		width:100%;
		height:3em;
		line-height:3em;
		font-size:1.5em;
		text-align:center
	}
	#join_gaca .info_title{
		width:100%;
		height:2.5em;
		margin-top:1em;
		line-height:2.5em;
		text-indent:1em;
		background:#f0f0f0;
		font-size:1.2em;
		color:#910404
	}
	
	#join_gaca input[type="radio"]{
		vertical-align:middle;
		margin:-2px 0.5em 1px 1em;
	}
	
	#join_gaca .info_form{
		width:100%;
		display:table
	}
	#join_gaca .content_k{
		width:90%;
		display: table;
		margin:0 auto;
		margin-top:1em;
		font-size:1em;
		line-height:2em;
		/*background: #ccc;*/
	}
	#join_gaca .content_k2{
		width:90%;
		display: table;
		margin:0 auto;
		margin-top:1em;
		font-size:1em;
		line-height:2em;
	}

	#join_gaca .info_form li{
		float:left;
		width:100%;
	}

	#join_gaca .info_form .tag_name{
		width:100%;
		height:3.1em;
		float:left;
		line-height:3.1em;
		text-align:left
	}
	#join_gaca .info_form input{
		width:97%;
		float:left;
	}
	#join_gaca .info_form select{
		width:100%;
		float:left;
	}
	
	#join_gaca .relative_attachment_form{
		width:100%;
		display:table
	}
	#join_gaca .relative_attachment_form input[type="file"]{
		border:none;
	}
	
	#join_gaca .pay_type_form{
		width:100%;
		display:table
	}

	#join_gaca .yzcode_form{
		width:100%;
		display:table;
		margin-bottom: 5em;
	}
	#join_gaca .yzcode_form input{
		width:75%;
		float:left;
	}
	#join_gaca .yzcode_form img{
		margin-top:0.3em;
		height:2.5em;
		float:left;
		border-top:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
		cursor:pointer
	}
	
	#join_gaca .submit_button{
		width:100%;
		display:table;
	}
	#join_gaca .submit_button .content_k{
		height:5em;
		width:80%;
		text-align:center
	}
	
	#join_gaca .submit_button input{
		font-size: 1.1em;
		width:48%;
		height:3em;
		line-height:3em;
		text-align:center;
		background:#306AAF;
		color:#fff;
		margin-right:2%;
		border-radius: 15px;
	}
	#join_gaca .submit_button input:nth-child(2n){
		margin-right:0;
	}
	
	#join_gaca #gr_entry{
		width: 100%;
		display: table;
	}
	
	#join_gaca #gr_entry .button{
		font-size: 1.1em;
		width: 80%;
		height: 3em;
		margin: 0 auto;
		margin-top: 3em;
		line-height: 3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
	
	/*提交申请后提示*/
	#submitTips{
		width:90%;
		font-size:1em;
		padding: 0; 
		margin:0 auto;
		margin-top: 5em;
	}
	
	#submitTips .desc{
		width:90%;
		text-align: center;
	}
	
	#submitTips .bnt{
		width:90%;
		text-align: center;
	}
	
	#submitTips .button{
		width:90%;
		height:3em;
		margin: 0 auto;
		line-height:3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
	
	/*PC支付提示*/
	#payTips{
		display:none;
	}

	
	/*Mobile支付提示*/
	#payTips_m{
		width:90%;
		font-size:1em;
		padding: 0; 
		margin:0 auto;
		margin-top: 5em;
	}
	
	#payTips_m #qrcode_m{
		width:100%;
		height: 18em;
		margin-top: 5em;
	}

	#payTips_m .desc{
		margin-top: 5em;
		width:90%;
		text-align: center;
	}
	
	#payTips_m .bnt{
		width:100%;
		text-align: center;
	}
	
	#payTips_m .button{
		width:90%;
		height:3em;
		margin: 0 auto;
		line-height:3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
	
}

@media screen and (min-width:801px){

	/*通用列表页样式*/
	#position_share{
		margin-top:1em;
		height:4em;
		width:100%;
	}
	#position_share #block{
		width: 1280px;
	}
	
	@media screen and (min-width:1152px) and (max-width:1152px){
		#position_share #block{
			width: 1135px;
		}
	}
	
	@media screen and (min-width:1024px) and (max-width:1024px){
		#position_share #block{
			width: 1000px;
		}
	}
	
	#position_share .position{
		height:4em;
		float:left;
		line-height:4em;
		font-size:0.8em;
		text-indent:1em;
	}
	#position_share #normal_share{
		float:right;
		font-size:0.8em;
		line-height:4em;
	}
	#position_share #normal_share li{
		float:left;
		width:3em;
		height:4em;
		cursor: pointer
	}
	#position_share #normal_share li:last-child{
		margin-right:1em;
	}
	#position_share #normal_share li:nth-child(n+2):hover{
		opacity:0.5;
	}
	#position_share #normal_share .weibo{
		background:url(../images/s_weibo.png) no-repeat center center;
	}
	#position_share #normal_share .weixin{
		background:url(../images/s_weixin.png) no-repeat center center;
	}
	#position_share #normal_share .qq{
		background:url(../images/s_qq.png) no-repeat center center;
	}
	#position_share #normal_share .facebook{
		background:url(../images/s_facebook.png) no-repeat center center;
	}
	#position_share #normal_share .twitter{
		background:url(../images/s_twitter.png) no-repeat center center;
	}
	#position_share #normal_share .linkedin{
		background:url(../images/s_linkedin.png) no-repeat center center;
	}
	
	#main_part{
		display:table;
		width:100%;
	}
	#main_part #block{
		width: 1280px;
	}
	
	@media screen and (min-width:1152px) and (max-width:1152px){
		#main_part #block{
			width: 1135px;
		}
	}
	
	@media screen and (min-width:1024px) and (max-width:1024px){
		#main_part #block{
			width: 1000px;
		}
	}
	
	#left{
		width:20%;
		float:left;
		margin-right:2%;
		display:table;
	}
	#left #content_k{
		width:100%;
	}
	#left .top_line{
		width:100%;
		height:5px;
		background:#c01111;
	}
	#left .column_name{
		width:100%;
		height:4em;
		line-height:4em;
		font-size:1.3em;
		font-weight:bold;
		text-align:center
	}
	
	#left .show_list{
		border:1px solid #f5f5f5;
	}
	#left .show_list .item{
		height:3em;
		line-height:3em;
		font-size:1em;
		text-indent:1.5em;
		transition:0.5s;
		cursor:pointer;
		border-bottom:1px solid #f5f5f5;
	}
	#left .show_list .item:before{
		content:'>';
		text-indent:1.5em;
		padding-right:1em;
	}
	#left .show_list .item:nth-last-child(1){
		border-bottom:none;
	}
	#left .show_list .item:hover{
		background:#910404;
		color:#f7f7f7;
	}
	

	#right{
		width:78%;
		height:100%;
		float:left;
		display:table;
	}
	
	#right #square_column_name{
		height:3.5em;
		line-height:3.5em;
		font-size:1em;
		border-bottom:1px solid #e0e0e0;
		background:url(../images/title_dian2.jpg) no-repeat left center;
		font-weight:bold;
		text-indent:1.5em;
	}
	
	#right #article_list{
		width:100%;
		display:table;
	}
	#right #article_list .item{
		width:100%;
		display: table;
		margin-top: 1.5em;
		padding-bottom: 1.5em;
		border-bottom:1px solid #f0f0f0;
	}
	#right #article_list .item .img{
		width:20%;
		height:8em;
		float:left;
		margin-right:1.5%;
		border:none;
		margin-top:1em;
	}
	#right #article_list .item .text{
		width:78.5%;
		height:8em;
		float:left;
		margin-top:1em;
	}	
	#right #article_list .item .text .title{
		width:100%;
		display: table;
		font-size:1em;
		line-height:1.3em;
		font-weight:bold;
	}
	#right #article_list .item .text .desc{
		width:100%;
		height:3.5em;
		margin-top:0.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}
	#right #article_list .item .text .date{
		width:100%;
		height:1.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}

	#right #page_list{
		width:100%;
		height:2.5em;
		margin-top:3em;
		line-height:2.5em;
	}
	#right #page_list ul{
		width:45%;
		height:2.5em;
	}
	#right #page_list ul li{
		float:left;
		width:5em;
		height:2.5em;
		font-size:1em;
		line-height:2.5em;
		text-align:center;
		border-right:1px solid #f0f0f0;
		cursor:pointer
	}
	#right #page_list ul li:last-child{
		border-right:none
	}
	#right #page_list ul li:hover{
		background:#910404;
		color:#f7f7f7
	}
	
	/*文件下载 管理规定*/	
	#right #article_list2 .item{
		width:100%;
		height:8em;
		margin-top:1em;
		border-bottom:1px solid #f0f0f0;
	}
	#right #article_list2 .item .text2{
		width:100%;
		height:100%;
		float:left;
		margin-top:0.5em;
	}	
	#right #article_list2 .item .text2 .title{
		width:100%;
		height:2.5em;
		font-size:1em;
		line-height:2.5em;
		font-weight:bold;
	}
	#right #article_list2 .item .text2 .desc{
		width:100%;
		height:3.5em;
		margin-top:0.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}
	#right #article_list2 .item .text2 .date{
		width:100%;
		height:1.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}

	/*搜索结果页样式*/
	#left .show_list .search_item:before{
		content:'？'
	}
	
	#right #search_k2{
		width:100%;
		height:6em;
		border-bottom:1px solid #e3e3e3;
		font-size:0.8em;
	}
	#right #search_k2 input[name="search_key"]{
		width:40%;
		height:3.5em;
		outline:none
	}
	#right #search_k2 input[type="submit"]{
		width:12%;
		border-radius:1.5em;
		background:#910404;
		color:#f7f7f7;
		outline:none
	}
	#right #search_k2 input[name="search_type"]{
		vertical-align:middle;
		margin:-2px 0.5em 1px 1em;
	}

	#right #article_list .search_text{
		width:100%;
		height:100%;
	}
	#right #article_list .search_text .title{
		width:100%;
		display: table;
		font-size:1em;
		line-height:1.3em;
		font-weight:bold;
	}
	#right #article_list .search_text .desc{
		width:100%;
		height:3.5em;
		margin-top:0.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}
	#right #article_list .search_text .date{
		width:100%;
		height:1.5em;
		font-size:0.8em;
		line-height:1.5em;
		color:#777
	}
	
	
	/*站点地图样式*/
	#webMap_title{
		width:98%;
		text-align:center;
		font-size:1.5em;
		line-height:3em;
		border-bottom:1px solid #e0e0e0;
		margin-bottom:1em;
		font-weight:bold
	}
	#webMap{
		width:98%;
		display:table;
	}
	#webMap h1{
		width:100%;
		clear:both;
		font-size:1em;
		font-weight:bold;
		height:2.5em;
		line-height:2.5em;
	}
	#webMap li{
		float:left;
		width:10%;
		height:3em;
		font-size:0.8em;
		line-height:3em;
		text-align:center;
		margin:1% 1.2% 1% 0;
		background:#f0f0f0;
		cursor:pointer;
		transition:0.3s;
	}
	#webMap li:hover{
		background:#f7f7f7;
	}
	
	/*咨询留言*/
	#messageForm{
		width:100%;
		margin-bottom:4em;
	}
	#messageForm table{
		width:60%;
		margin-top:2em;
	}
	#messageForm table td:nth-child(odd){
		text-align:right;
	}
	#messageForm input{
		width:25em;
	}
	#messageForm textarea{
		width:31em;
		height:10em;
		padding:3px;
	}
	
	#messageForm .validate{
		float:left;
		width:18em;
	}
	#messageForm .code{
		float:left;
		width:7em;
		line-height:2.5em;
		background:#C1BABA;
		border-bottom:1px solid #C1BABA;
		border-top:1px solid #C1BABA;
		text-align:center;
		margin-top:0.3em;
		cursor: pointer
	}
	#messageForm .code2{
		float:left;
		width:7em;
		height:2.5em;
		background:#C1BABA;
		text-align:center;
		margin-top:0.3em;
		cursor: pointer
	}
	#messageForm .code2 img{
		width:100%;
		height:100%;
		border-top:1px solid #f0f0f0;
		border-bottom:1px solid #f0f0f0
	}
	#messageForm button{
		width:25.6em;
		margin-top:2em;
		background:#910404;
		color:#f7f7f7;
		text-align:center;
		cursor:pointer;
		border:1px solid #910404
	}
	
	/*视频多媒体*/
	#video_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#video_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#video_list .item:nth-child(3n){
		margin-right:0
	}
	#video_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#video_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}

	/*图片记录*/
	#pic_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#pic_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#pic_list .item:nth-child(3n){
		margin-right:0
	}
	#pic_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#pic_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}

	/*科研项目*/
	#researchType{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#researchType li{
		width:8%;
		height:3em;
		line-height:3em;
		float:left;
		text-align:center;
		background:#f7f7f7;
		cursor: pointer
	}
	#researchType li:hover{
		background:#910404;
		color:#f7f7f7
	}
	#researchType .researchTypeHover{
		background:#910404;
		color:#f7f7f7
	}
	
	#research_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#research_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		background:#f7f7f7
	}
	#research_list .item:nth-child(3n){
		margin-right:0
	}
	#research_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#research_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}

	/*发表论文*/	
	#thesis_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#thesis_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		background:#f7f7f7
	}
	#thesis_list .item:nth-child(3n){
		margin-right:0
	}
	#thesis_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#thesis_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}
	
	/*科学食谱*/	
	#recipes_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#recipes_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#recipes_list .item:nth-child(3n){
		margin-right:0
	}
	#recipes_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#recipes_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}
	
	/*防癌宣传周*/	
	#xuanchuan_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#xuanchuan_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#xuanchuan_list .item:nth-child(3n){
		margin-right:0
	}
	#xuanchuan_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#xuanchuan_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}
	
	/*发言整理*/	
	#speaker_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#speaker_list .item{
		width:32%;
		height:16em;
		margin-right:2%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		background:#f7f7f7
	}
	#speaker_list .item:nth-child(3n){
		margin-right:0
	}
	#speaker_list .item .pic{
		width:100%;
		height:12em;
		display:table
	}
	#speaker_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:1em
	}

	/*友情链接*/	
	#link_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#link_list .item{
		width:24%;
		height:12em;;
		margin-right:1.3%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		transition:1s;
		background: #ccc;
	}
	#link_list .item:nth-child(4n){
		margin-right:0
	}
	#link_list .item:hover{
		opacity:0.8
	}
	#link_list .item .pic{
		width:100%;
		height:12em;
		display:table;
		background-color:#f7f7f7
	}
	#link_list .item .title{
		width:98%;
		height:3em;
		font-size:0.8em;
		line-height:1.5em;
		text-align:center;
		margin-top:-45%;
	}
	

	/*组织架构 会员*/
	#member_list{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#member_list .item{
		width:24%;
		height:17em;
		margin-right:1.3%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		transition:1s
	}
	#member_list .item:nth-child(4n){
		margin-right:0
	}
	#member_list .item:hover{
		opacity:0.8
	}
	#member_list .item .pic{
		width:100%;
		height:12em;
		display:table;
		background-color:#f7f7f7
	}
	#member_list .item .name{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
		margin-top:1em;
		transition:1s
	}
	#member_list .item:hover .name{
		color:#910404
	}
	#member_list .item .zhiwei{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
	}
	
	#member_list2{
		width:100%;
		margin-top:1.5em;
		display:table;
	}
	#member_list2 .item{
		width:19%;
		height:20em;
		margin-right:1.25%;
		margin-bottom:1em;
		float:left;
		cursor:pointer;
		transition:1s
	}
	#member_list2 .item:nth-child(5n){
		margin-right:0
	}
	#member_list2 .item:hover{
		opacity:0.8
	}
	#member_list2 .item .pic{
		width:100%;
		height:15em;
		display:table;
		background-color:#f7f7f7;
	}
	#member_list2 .item .name{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
		margin-top:1em;
		transition:1s
	}
	#member_list2 .item:hover .name{
		color:#910404
	}
	#member_list2 .item .zhiwei{
		width:98%;
		height:2em;
		font-size:0.8em;
		line-height:2em;
		text-align:center;
	}
	
	
	/*会员入会 单位会员申请登记表*/	
	#join_gaca{
		width:100%;
		margin-top:1.5em;
		font-size:0.8em;
		display:table;
	}
	#join_gaca .big_title{
		height:3em;
		line-height:3em;
		font-size:1.8em;
		text-align:center
	}
	#join_gaca .info_title{
		height:2.5em;
		margin-top:1em;
		line-height:2.5em;
		text-indent:1em;
		background:#f0f0f0;
		font-size:1.2em;
		color:#910404
	}
	
	#join_gaca input[type="radio"]{
		vertical-align:middle;
		margin:-2px 0.5em 1px 1em;
	}
	
	#join_gaca .info_form{
		width:100%;
		display:table
	}
	#join_gaca .content_k{
		width:80%;
		margin-top:1em;
		font-size:1em;
		line-height:2em;
	}
	#join_gaca .content_k2{
		width:90%;
		margin-top:1em;
		font-size:1em;
		line-height:2.5em;
	}

	#join_gaca .info_form li{
		float:left;
		width:48%;
		margin-right:4%;
	}
	#join_gaca .info_form li:nth-child(2n){
		margin-right:0
	}
	#join_gaca .info_form .tag_name{
		width:6em;
		height:3.1em;
		float:left;
		line-height:3.1em;
		text-align:right
	}
	#join_gaca .info_form input{
		width:18em;
		float:left;
	}
	
	#join_gaca .relative_attachment_form{
		width:100%;
		display:table
	}
	#join_gaca .relative_attachment_form input[type="file"]{
		border:none;
	}
	
	#join_gaca .pay_type_form{
		width:100%;
		display:table
	}

	#join_gaca .yzcode_form{
		width:100%;
		display:table
	}
	#join_gaca .yzcode_form input{
		width:10em;
		float:left;
	}
	#join_gaca .yzcode_form img{
		margin-top:0.3em;
		height:2.5em;
		float:left;
		border-top:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
		cursor:pointer
	}
	
	#join_gaca .submit_button{
		width:100%;
		display:table;
	}
	#join_gaca .submit_button .content_k{
		height:5em;
		width:80%;
		text-align:center
	}
	#join_gaca .submit_button input{
		width:10em;
		height:3em;
		line-height:3em;
		text-align:center;
		background:#910404;
		color:#f7f7f7;
		margin-right:1em;
	}
	
	#join_gaca #gr_entry{
		width: 40%;
		display: table;
	}
	
	#join_gaca #gr_entry .button{
		font-size: 1.2em;
		width: 100%;
		height: 3em;
		margin: 0 auto;
		margin-top: 3em;
		line-height: 3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
	
	/*提交申请后提示*/
	#submitTips{
		width:100%;
		font-size:1em;
		padding: 0; 
		margin:0 auto;
		margin-top: 5em;
	}
	
	#submitTips .desc{
		width:100%;
		text-align: center;
	}
	
	#submitTips .bnt{
		width:100%;
		text-align: center;
	}
	
	#submitTips .button{
		width:20%;
		height:3em;
		margin: 0 auto;
		line-height:3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
	
	/*PC支付提示*/
	#payTips{
		width:100%;
		font-size:1em;
		padding: 0; 
		margin:0 auto;
		margin-top: 5em;
	}
	
	#payTips #qrcode{
		width:100%;
		height: 18em;
		margin-top: 5em;
	}
	
	#payTips .desc{
		width:100%;
		text-align: center;
		margin-top: 2em;
	}
	
	#payTips .bnt{
		width:100%;
		text-align: center;
	}
	
	#payTips .button{
		width:20%;
		height:3em;
		margin: 0 auto;
		line-height:3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
	

	/*Mobile支付提示*/
	#payTips_m{
		width:90%;
		font-size:1em;
		padding: 0; 
		margin:0 auto;
		margin-top: 5em;
		display: none
	}
	
	#payTips_m #qrcode_m{
		width:100%;
		height: 18em;
		margin-top: 5em;
	}

	#payTips_m .desc{
		margin-top: 5em;
		width:90%;
		text-align: center;
	}
	
	#payTips_m .bnt{
		width:100%;
		text-align: center;
	}
	
	#payTips_m .button{
		width:90%;
		height:3em;
		margin: 0 auto;
		line-height:3em;
		text-align: center;
		border-radius: 15px;
		background: #306AAF;
		color: #fff;
		cursor: pointer;
	}
}
