﻿.clear {
	clear: both;
}

b {
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 15px solid #1280DD;
	border-bottom: 15px solid #1280DD;
	border-left: 2px solid #1280DD;
	border-right: 2px solid #1280DD;
	vertical-align: middle;
}

.tit {
	padding-left: 3px;
}

.yuan {
	border: 2px solid #09ade6;
	border-radius: 50%;
	margin-right: 10px;
}

/* 星号 */

.asterisk {
	color: red;
}

/* 最新动态列表内容页 */

.news_show_content {
	margin: 0 auto;
	width: 1200px;
	margin-top: 30px;
}

.news_show_list {
	/* display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between; */
}

/*左侧内容*/

.news_show_content_left {
	width: 850px;
}

/*标题*/

.left_top_title {
	font-size: 30px;
	color: #000000;
	padding: 20px 40px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

/*时间*/

.con_time {
	padding: 10px;
	text-align: center;
}

.con_time .con_num {
	padding-left: 15px;
}

.con_text {
	padding: 20px 35px;
	line-height: 30px;
}

.con_text2 {
	margin: 30px 0;
}

.con_text3 {
	padding-bottom: 30px;
}

.con_text4>div a {
	color: #09ADE6;
}

.con_text4_left {
	float: left;
}

.con_text4_right {
	float: right;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #09ADE6;
}

/*相关下载*/

.content_left_bottom b {
	vertical-align: middle;
}

.left_bottom_title {
	padding: 30px 0;
	color: #000000;
	font-size: 16px;
}

.left_bottom_con {
	border: 1px solid #ccc;
	padding: 35px 20px;
}

.left_bottom_con ul li span {
	text-decoration: underline;
}

/*右侧内容*/

.news_show_content_right {
	width: 320px;
}

/*导航菜单*/

.content_right_nav ul {
	text-align: center;
}

.content_right_nav ul li {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 25px 16px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.content_right_nav ul li a {
	color: #1280DD;
	display:block;
	border:1px solid  #1280DD;
	border-radius:10px;
}

.content_right_nav ul li a:hover{
	color: #fff;
	background-color:#1280DD;
}

.content_right_nav .active a{
	color: #fff;
	background: #1280DD;
}
.news_show_img{
	background-image: url("../../images/recruit/btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height:90px;
	width: 315px;
}
/*最新公告*/

.content_right_notice {
	border: 1px solid #ccc;
	padding: 20px 15px;
	width: 270px;
	margin-left: 17px;
}

.right_notice_con {
	padding-top: 20px;
}

.right_notice_con ul li {
	/* display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox; */
	margin-bottom: 15px;
	line-height: 16px;
}

.notice_con_right {
	position: relative;
}

.right_notice_con ul li .ico {
	margin-top: 6px;
}

.notice_con_right_time {
	padding-left: 10px;
}

/*4.4登录页-个人报名资料*/

.user_appoint_nav {
	font-size: 18px;
}

.user_appoint_nav_li {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	margin-right: 15px;
	text-align: center;
	font-size: 16px;
	background: #ffffff;
	color: #000000;
	border-radius:10px;
	border:1px solid #1280DD;
}

.active1 {
	background: #1280DD;
	color: #fff;
}

.user_text {
	margin-bottom: 15px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.user_text .txt {
	width: 100px;
	text-align: right;
}

.user_text .txt1 {
	width: 140px;
	text-align: right;
}

/* 4.12登录页-状态 */

.state {
	display: none;
}

.user_revise {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.user_revise_btn {
	border: 1px solid #e1e1e1;
	cursor: pointer;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	background: #eeeeee;
}

.progress_con {
	position: relative;
	margin-bottom:10px;
}

.progress_active {
	background: #1280DD;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	float:left;
}

.progress_line {
	border-left: 2px solid rgb(114, 113, 113);
	position: absolute;
	z-index: -999;
	left: 85px;
	height:100%;
	display:none;
}

.progress_text {
	width:590px;
	float:left;
	margin-left:10px;
	padding-top:10px;
}

/* 4.9准考证页 */

.ticket_size {
	color: #000;
	font-size: 14px;
}

/* 标题 */

.ticket_title {
	border: none;
	font-size: 20px;
}

.un_line {
	text-decoration: underline;
}

/* 笔试准考证信息 */

.pen_ticket {
	padding: 30px 50px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.pen_ticket_left_photo {
	width: 300px;
	margin-bottom: 10px;
}

.pen_ticket_left_photo .img {
	border: 2px solid rgb(105, 104, 104);
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
}

.pen_ticket_left_photo .img img {
	width: 160px;
	height: 160px;
}

.pen_ticket_left_info {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 20px 0;
	height: 24px;
	line-height: 24px;
}

.info_left {
	text-align: right;
	width: 100px;
}

.info_right {
	width: 180px;
	border: 1px solid #000;
	padding-left: 5px;
}

.pen_ticket_right {
	width: 300px;
}

.pen_ticket_right>div {
	margin-bottom: 20px;
}

.pen_ticket_right .tips {
	margin-top: 20px;
	line-height: 30px;
}

.admission_ticket_left_bottom {
	margin-bottom: 20px;
}

/* 上机准考证 */
.com_ticket {
	padding: 30px 50px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.com_ticket_left_photo {
	width: 300px;
	margin-bottom: 10px;
}

.com_ticket_left_photo .img {
	border: 2px solid rgb(105, 104, 104);
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
}

.com_ticket_left_photo .img img {
	width: 150px;
	height: 150px;
}

.com_ticket_left_info {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 20px 0;
	height: 24px;
	line-height: 24px;
}

.info_left {
	text-align: right;
	width: 100px;
}

.info_right {
	width: 180px;
	border: 1px solid #000;
	padding-left: 5px;
}

.com_ticket_right {
	width: 300px;
}

.com_ticket_right>div {
	margin-bottom: 20px;
}

.com_ticket_right .tips {
	margin-top: 20px;
	line-height: 30px;
}

.admission_ticket_left_bottom {
	margin-bottom: 20px;
}
/* 打印 */

.stamp {
	width: 320px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	background: #1280dd;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

/* 4.9单位招聘所有列表页 */

.list_topimg img {
	width: 1200px;
	height: 100px;
}

.notice_list {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.list_show {
	width: 850px;
	border: 1px solid #ccc;
	color: #000;
	margin-top: 30px;
	padding: 20px;
}

.list_title {
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.list_content ul {
	margin: 20px 0;
}

.list_content ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.list_content ul li .notice {
	font-size: 16px;
}

.list_content ul li .date {
	margin: 5px 0;
	font-size: 12px;
	color: rgb(156, 155, 155);
}

.newsso {
	width: 300px;
	height: 44px;
	border: 2px #1280dd solid;
	position: relative;
	margin: 0 0 10px 16px;
}

.newsso .soinpu {
	width: 245px;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	background-color: #FFFFFF;
}

.newsso .btn {
	width: 48px;
	height: 48px;
	position: absolute;
	right: -2px;
	top: -2px;
	background-color: #1280dd;
	border: 0px;
	cursor: pointer;
	color: #fff;
}

.empty_print{
	font-size: 22px; color: #333;padding-top: 325px; text-align: center; padding-bottom: 60px;
	border-right:1px solid #ccc;
	background:url("../../images/no_print.png") no-repeat center 20px;
}

.user_appoint_nav_li{
	cursor:pointer;
}