/*contentStar*/
.cicle{
display:inline-block;width:16px;
height:16px;border-radius: 50%;
border:1px solid black;line-height:16px;
text-align: center;font-size:14px;
}
.Index_right{width:-webkit-calc(100% - 260px);padding:15px;width:calc(100% - 260px);width:-moz-calc(100% - 260px);background:papayawhip;overflow: auto;}
.Index_right_warn{
    text-indent: 22px;
color:red;text-align: left;
font-size:12px;
padding:10px 0;
border-bottom:1px solid grey;
box-shadow:0 2px 0 gainsboro;
background:white;
}
.II,.FormIII,.fornIV{padding-top:15px}

.elf-content{height:100%;overflow: auto;}
/*.Index_right_Title{*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*width:100%;*/
/*text-align: center;*/
/*margin-bottom:15px;font-size:24px;font-weight: bold;*/
/*border-bottom:1px solid grey;*/
/*padding:10px 0;*/
/*box-shadow: 0px 2px 0 gray;}*/
.Index_right_Title{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	text-align: center;
	font-size:24px;font-weight: bold;
	/*border-bottom:1px solid grey;*/
	padding:10px 0;
	}

.Index_right_Couter p{display:inline-block}
.Index_right_Couter{text-align: center;}
.Index_right_Couter p:nth-of-type(2){margin-left:100px}
.lbg{ 
	color:white;
	background: -webkit-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -moz-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -o-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d90f1), to(#116fcd));
	background: linear-gradient(#2d90f1 0%, #116fcd 100%);
}

.lrwl{position:relative;overflow: hidden;}
.lrwl:before{
	content:"";display:block;width:100%;background:rgba(255,120,255,0.5);height:100%;position:absolute;top:0;left:-100%;transition:left 0.3s ease,margin-left 0.2s 0.3s ease,transform 0.2s 0.5s ease;
}
.lrwl:hover:before{left:0;margin-left:-15px;transform:translateX(15px)}
.Index_formIV{padding:15px}
.Index_formIV_th th{width:33.3%}
.Index_formIV_th td{height:64px;text-align: center;}
.yes:after{content:"是";}
.no:after{content:"否"}
.yes,.no{display:inline-block;width:80px;text-align:center;height:100%}
.Index_formIV_th td input{margin-right:5px}
.Index_formIV_th td div{height:100%;line-height:64px}
.Index_formIV_buttons {text-align:center;margin:30px 0}
.Index_formIV_buttons input{
	cursor: pointer;
	width:80px;height:44px;color:white;border:none;outline:none;
	background: -webkit-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -moz-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -o-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d90f1), to(#116fcd));
	background: linear-gradient(#2d90f1 0%, #116fcd 100%);
	}
.Index_formIV_buttons  .disabled{background:gainsboro;}
.UserAdministration form{min-width:auto}
.Index_right_gridButtons span{
cursor: pointer;
	width:80px;height:40px;color:white;
	background: -webkit-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -moz-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -o-linear-gradient(#2d90f1 0%, #116fcd 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d90f1), to(#116fcd));
	background: linear-gradient(#2d90f1 0%, #116fcd 100%);
	display:inline-block;
	/*width:120px;*/
	/*height:46px;*/
	margin-left:15px;
	text-align: center;
	line-height: 40px;
}
.Index_right_gridButtons{margin-bottom:18px}
.Dialog_View{padding-top:10px}
.Dialog_View h3{text-indent: 18px;  margin-bottom: 10px;}
.Dialog_View a{display:block;margin-left:20px;;margin-bottom:7px;}
.line{;height:1px; background:gainsboro;margin:7px auto;}
.table_textarea{
	width:700px;
	height:260px;
	font-family: Verdana, Arial;
	resize: none;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
}
.blue-btn{
	width:100px;
	line-height:35px;
	border: 1px solid #025dba;
	color:#fff;
	font-size:16px;
	background-image: -webkit-linear-gradient(to bottom,#1989e7 0,#195aa8 100%);
	background-image: -ms-linear-gradient(to bottom,#1989e7 0,#195aa8 100%);
	background-image: -o-linear-gradient(to bottom,#1989e7 0,#195aa8 100%);
	background-image: linear-gradient(to bottom,#1989e7 0,#195aa8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1989e7', endColorstr='#195aa8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.blue-btn:hover{
	background-image: linear-gradient(to bottom,#1989e7 0,#195aa8 100%);
	background-position: 0 -10px;
	border-color: #025dba;
	background-color: #025dba;
	background-repeat: no-repeat;
}
.blue-btn:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-ms-o-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.ulForm{list-style:none;width:550px;overflow:hidden; margin-left: 10px;}
.liForm{width:275px;float:left; padding-top: 10px;}
.ssss th:first-child{text-align: center !important;}
.gridTd td{line-height: 1}


/**********基地遴选的 css**************/
.rightSide{
	display: inline-block;
	width: 90px;
	text-align: right;
}
.inpSel-s{/*select、input[type="text"]的统一样式*/
	width: 150px!important;
	height:27px!important;
	text-align: left;
}
.inpSel-s[type="text"]{/*select、input[type="text"]的统一样式*/
	width: 150px!important;
	height:27px!important;
	text-align: left;
}

.searchDiv{/*查询条件的每一个div的统一样式*/
	display: inline-block;
	margin-top:20px;
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
	width: 235px;
}

/*基地申请(申报记录)或材料审核 的页面  css*/
.auditOrRecord-viewport .elf-header{
	min-width: 900px;
}
.auditOrRecord-viewport .elf-view{
	padding-top: 155px;
	min-width: 900px;
}

@media screen and (max-width: 1920px) and (min-width: 1920px){
	.auditOrRecord-viewport .view-variable{
		padding-top: 110px;
	}
}

/*基地申报-----参考资料 处  上传/更新 的css*/
div.upINP{
	width: 30px;
	overflow: hidden;
	display:inline-block;
	vertical-align: top;
}

.btn_submit{cursor:pointer;margin-left: 34%;color:white;width: 140px;height: 40px;background: #169BD5;border-radius: 5px;}
.bg_input { width:312px; height:38px;background-size:200% 100%; background:url(../images/input_bg.gif) no-repeat; position:relative; z-index:8888;}
.bg_input img { width:20px; height:20px; padding-top:9px; padding-left:8px;}
.input_n { width:270px; height:30px; line-height:30px; font-size:14px; color:#333; border:0; padding-right:5px; position:absolute; left:35px; top:4px;}

.title_p{color: rgb(255, 153, 0)}













