* {
	padding: 0;
	margin: 0;
}

.height_100 {
	height: 100%;
}

.con_100 {
	height: 100%;
	box-sizing: border-box;
}

.color_b {
	color: #24a8df;
}

.color_y {
	color: #f88e2b;
}

.message.new {
	min-height: 782px;
}

.content.one {
	padding-top: 26px;
}

.checktab {
	width: 930px;
	height: 34px;
	background-color: #2370dd;
}

.checktab a {
	width: 125px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.checktab .undericon {
	width: 90px;
	height: 4px;
	background-color: #f9c713;
	position: absolute;
	bottom: -2px;
	left: 17px;
}

.searching {
	width: 544px;
	height: 34px;
	line-height: 34px;
	background-color: #d6e2f1;
	margin: 24px auto 0px;
	padding-left: 10px;
	color: #4787e4;
}

.terms {
	width: 90%;
	height: 170px;
	margin: 0 auto;
}

.terms li {
	width: 260px;
	float: left;
}

.terms li p {
	color: #666;
	font-size: 12px;
	margin: 20px 0 10px;
}

.terms li input {
	width: 216px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dbdbdb;
	padding-left: 10px;
}

.terms li select {
	width: 230px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dbdbdb;
	padding-left: 10px;
}

.btns {
	height: 50px;
}

.btns button {
	width: 78px;
	height: 30px;
	border: 1px solid #2370dd;
	color: #2370dd;
	font-size: 12px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
}

.btns button.on {
	color: #fff;
	background-color: #2370dd;
}

.btns .btn_cx {
	margin-left: 180px;
}

.btns .reset {
	margin-left: 20px;
}

.searchresult {
	width: 556px;
	height: 300px;
	margin: 40px auto 0;
}

.searchresult p {
	color: #236fdd;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.searchresult p .line_blue {
	width: 2px;
	height: 10px;
	line-height: 12px;
	background-color: #236fdd;
	margin: 0px 5px 0 0;
	display: inline-block;
}

.searchresult table {
	width: 553px;
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
	table-layout: fixed;
}

.searchresult table thead {
	height: 40px;
	line-height: 40px;
	background-color: #f6faff;
	border-bottom: 1px solid #dbdbdb;
}

.searchresult table tr {
	height: 33px;
	border-bottom: solid #dbdbdb 1px;
}

.searchresult table td {
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/********************* 初审和推荐  *************************/

.pop {
	padding: 20px 0;
}

.recommend {
	cursor: pointer;
	margin-left: 16px;
}

.project {
	cursor: pointer;
	color: #24a8df;
}

.approve {
	cursor: pointer;
}

.pop .content {
	margin: 0 auto;
	width: 930px;
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	box-shadow: 1px 0px 2px rgba(36, 111, 222, 0.3);
	border: 1px solid #c1d8fb;
}

.pop .content .title {
	line-height: 1;
	background-color: #d6e2f1;
	color: #4887e3;
	font-size: 16px;
	padding: 8px 14px;
	margin-bottom: 20px;
}

.pop .content .subtitle {
	font-size: 14px;
	color: #666;
	line-height: 1;
	padding: 5px 0 10px;
}

.pop .content .table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

/* table label 部分右对齐 */

.table_label_right td[label] {
	text-align: right;
}

/* table_list  列表表格样式 */

.table_list tr td {
	font-size: 12px;
	text-align: center;
}

.pop .content .table td,
.pop .content .table th {
	border: 1px solid #dcdcdc;
	padding: 9px 8px;
	line-height: 1.2;
	color: #555;
}
.pop .content .table_text td{
	line-height: 2;
}
.pop .content .table td.operate,
.pop .content .table th.operate {
	color: #fda565;
	cursor: pointer;
}

.pop .content .table th {
	background-color: #f5f9ff;
	font-weight: normal;
	font-size: 14px;
}

.pop .content .table td[label] {
	background-color: #f6f6f6;
	font-size: 12px;
}

.pop .content .table td[content] {
	font-size: 14px;
}

.pop .content .area_three {
	margin: 0 -10px 20px -10px;
}

.pop .content .area_three li {
	float: left;
	width: 33.333%;
	padding: 0 10px;
	box-sizing: border-box;
}

.pop .content .area_long p,
.pop .content .area_three li p {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 32px;
}

.pop .content .area_long {
	position: relative;
}

.pop .content .area_long .error_info {
	top: 155px;
}

.pop .input {
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 5px 13px;
	line-height: 1;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	line-height: 21px;
}
.pop input.input{
	height: 32px;
}
.pop .area_long textarea {
	resize: none;
	height: 116px;
}

.recommend .input_file {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 1px;
}

.recommend .file_wrap {
	text-align: center;
}

.recommend .photo_wrap {
	position: relative;
	display: inline-block;
	left: 50%;
	margin-left: -59px;
}

/* 打印页面样式 */

.prints {
	width: 595px;
	margin: 0 auto;
}

.p_title {
	font-size: 29px;
	font-family: FZXiaoBiaoSong, 'Microsoft YaHei', FangSong, '仿宋' !important;
	text-align: center;
	/* font-weight: bold; */
	margin: 50px auto 50px;
}

.p_common {
	font-size: 21px;
	font-family: FangSong, '仿宋' !important;
	line-height: 40px;
}

.p_indent {
	text-indent: 44px;
}

.p_right {
	text-align: right;
}

.print_b {
	width: 300px;
	margin: 0 auto;
}

.p_btn {
	width: 78px;
	height: 30px;
	border: 1px solid #2370dd;
	background-color: #2370dd;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	margin: 20px;
	cursor: pointer;
}

.distance {
	margin-left: 30px;
}

/*************** 分页样式 *****************/

.pageTool {
	font-size: 14px;
	color: #999;
	margin: 12px auto 0;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
}

.pageTool:after {
	content: ' ';
	clear: both;
	display: block;
}

.pageTool_left {
	display: none;
	/*float: left;
	margin-left: 15px;
	line-height: 32px;*/
}

.pageTool_right span {
	display: inline-block;
	height: 32px;
	min-width: 22px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.pageTool_right>.wrap_pageItem {
	display: inline-block;
	/*float: left;*/
}

.pageTool_select {
	display: none;
	/*outline: none;
	height: 32px;
	padding:0 9px;
	line-height: 32px;
	border: 1px solid #E6E6E6;
	color: #999;
	display: block;
	float: left;
	margin-top: 0px;*/
}

.pageTool_right .pageToolJump {
	display: none;
	/*width: auto;
	border: none;
	margin-left: 8px;
	display: block;
	float: left;*/
}

.pageTool_right .pageToolText {
	display: none;
	/*display: block;
	float: left;
	width: 48px;
	height: 28px;
	text-align: center;
	border: 1px solid #E6E6E6;
	outline: none;*/
}

.pageTool_right .pageTool_currentPage {
	background: #21aaee;
	color: #fff;
	border: 1px solid #21aaee;
}

.pageTool_right .wrap_pageItem span:hover,
.pageTool_right .pageTool_previous:hover,
.pageTool_right .pageTool_next:hover {
	background: #21aaee;
	color: #fff;
	border: 1px solid #21aaee;
}

.pageTool_right .pageTool_previous {
	padding-right: 10px;
}

.pageTool_right .pageTool_next {
	padding-left: 10px;
}

.pageTool_right .pageTool_next.disclick,
.pageTool_right .pageTool_previous.disclick {
	color: #e6e6e6;
	border: 1px solid #e6e6e6;
}

.pageTool_right .pageTool_next:hover.disclick,
.pageTool_right .pageTool_previous.disclick:hover {
	background: #fff;
	color: #e6e6e6;
	border: 1px solid #e6e6e6;
}

.noneData {
	text-align: center;
	color: #8b97a3;
	font-size: 16px;
	padding-top: 98px;
	padding-bottom: 20px;
	background: #fff no-repeat center 10px;
}

.person_apply .noneData {
	background-color: #f3fafd;
}
/*  */
/* 班级管理-人员列表-上传附件开始 */
.per_list {
    position: relative;
}

.scfj {
    display: inline-block;
    position: absolute;
    /* width: 60px !important;
    height: 60px !important; */
    right: 10px;
	top: 24px;
	color: #246fde;
	cursor: pointer;
}
.zscommon .xm {
	width: 200px;
	margin-right: 50px;
}
.zscommon .tip_line {
    font-weight: bold;
}

/* 班级管理-人员列表-上传附件结束 */


