/*é¦–é¡µ*/

.hovers:hover {
	opacity: 0.8;
	cursor: pointer;
}

.content_s {
	width: 1200px;
	margin: 0px auto;
}

.home_top_img {
	width: 100%;
	height: 190px;
}

.home_page_content {
	width: 1200px;
	margin: 0px auto;
}

.sign_up_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 25px 0px;
}

.sign_up_title>a {
	width: 390px;
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background-blend-mode: normal, normal;
	border-radius: 6px;
}

.sign_up_title i {
	font-size: 36px;
	margin-right: 20px;
}

.sign_up_title>a:last-child i {
	font-size: 32px;
}

.sign_up_title>a:first-child {
	background-image: linear-gradient(0deg, #ef9239 0%, #f5983f 43%, #fb9d44 100%), linear-gradient( #fb9d44, #fb9d44);
	border: solid 1px #e28126;
}

.sign_up_title>a:first-child:hover {
	box-shadow: 0px 0px 10px #f8ae66;
	transition: all .2s ease-in;
}

.sign_up_title>a:nth-child(2) {
	background-image: linear-gradient(0deg, #fe4653 0%, #ff4f5b 43%, #ff5763 100%), linear-gradient( #fa5258, #fa5258);
	border: solid 1px #fc4957;
}

.sign_up_title>a:nth-child(2):hover {
	box-shadow: 0px 0px 10px #ff757e;
	transition: all .2s ease-in;
}

.sign_up_title>a:nth-child(3) {
	background-image: linear-gradient(0deg, #018df3 0%, #0e94f5 43%, #1b9af7 100%), linear-gradient( #38b8e8, #38b8e8);
	border: solid 1px #0081df;
}

.sign_up_title>a:nth-child(3):hover {
	box-shadow: 0px 0px 10px #41abf8;
	transition: all .2s ease-in;
}

.before_title {
	width: 100%;
	display: flex;
	padding: 20px 0px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ececec;
}

.before_title a:last-child:hover {
	opacity: 0.6;
}

.before_title div:first-child {
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #db1d28;
	display: flex;
	justify-content: center;
	align-items: center;
}

.before_title>a:first-child>div>span {
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #444444;
}

.before_title>a:first-child>div:before {
	content: ' ';
	width: 4px;
	height: 20px;
	display: inline-block;
	background: #db1d28;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.before_title>a:last-child>div {
	color: #aaaaaa;
	display: flex;
	align-items: center;
}

.before_title>a>div:last-child i {
	font-size: 18px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.home_page_sign_up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px 0px;
}

.home_page_sign_up a:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	transition: all .2s ease-in;
}

.home_page_sign_up a>div:first-child {
	width: 380px;
	height: 272px;
}

.home_page_sign_up .sign_up {
	width: 380px;
	padding: 20px;
	position: relative;
	background-color: #f9f8f8;
}

.home_page_sign_up .sign_up>span:first-child {
	width: 100%;
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home_page_sign_up .sign_up .signup_title {
	display: flex;
	margin-top: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
}

.home_page_sign_up .sign_up .signup_title>div:first-child {
	margin-right: 30px;
}

.home_page_sign_up .sign_up .up {
	width: 100px;
	height: 28px;
	background-color: #fe4e5b;
	border-radius: 4px;
	color: white;
	border: 0px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.home_page_sign_up .sign_up .up:hover {
	background: #d2131a;
}

.home_page_project {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px 0px;
}

.home_page_project a>div:first-child {
	width: 380px;
	height: 272px;
}

.home_page_project a:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease-in;
}

.home_page_project .project {
	width: 380px;
	padding: 20px;
	background-color: #f9f8f8;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.announcements_and_information {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.announcements_and_information>div {
	width: 574px;
}

.announcements_and_information .announcements,
.announcements_and_information .information {
	margin-top: 20px;
}

.announcements_and_information .announcements a,
.announcements_and_information .information a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6em;
}

.announcements_and_information .announcements a>span:first-child,
.announcements_and_information .information a>span:first-child {
	width: 75%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.announcements_and_information .announcements a:hover,
.announcements_and_information .information a:hover {
	opacity: 0.8;
}

.elegant_demeanour {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-bottom: 40px;
}

.elegant_demeanour div {
	width: 284px;
	height: 184px;
}

.elegant_demeanour a {
	margin-right: 22px;
}

.elegant_demeanour a:last-child div {
	margin-right: 0px;
}

.elegant_demeanour a:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
	transition: all .2s ease-in;
}


/*åŸ¹è®­é¡¹ç›®åˆ—è¡¨*/

.ambulance_list_content {
	width: 1200px;
	margin: 0px auto;
}

.current_position {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #8a8a8a;
	padding: 15px 0px;
	border-bottom: 1px solid #f6f6f6;
}

.project_description {
	display: flex;
	flex-direction: column;
	margin: 20px 0px;
}

.project_description .sp_1 {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
}

.project_description .sp_2 {
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #8a8a8a;
}

.project_description_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.project_description_list:after {
	content: ' ';
	display: block;
	width: 380px;
}

.project_description_list .a {
	margin-bottom: 20px;
}

.project_description_list .a:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	transition: all .2s ease-in;
}

.project_description_list .a .dv_img {
	width: 380px;
	height: 272px;
}

.project_description_content {
	width: 380px;
	background-color: #f9f8f8;
	padding: 20px;
	height: 140px;
}

.project_description_content .dv_1 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.project_description_content .project_title {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #8a8a8a;
}

.project_description_content .project_title .sp_2 {
	font-size: 14px;
	letter-spacing: 0px;
	color: #f63756;
	padding-bottom: 5px;
}

.project_description_content .project_title .sp_2:hover {
	color: red;
	opacity: 0.8
}




/*æ•‘æŠ¤æŠ¥åé¡µ*/

.sign_up_content {
	width: 1200px;
	margin: 0px auto;
}

.sign_up_content .before_title {
	border: 0px;
	margin-top: 30px;
}

.sign_up_content .tit {
	margin-top: 40px;
	margin-bottom: 20px;
}

.sign_up_content .tit .dv {
	display: flex;
	align-items: center;
	position: relative;
}

.sign_up_content .sp_1 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #444444;
	font-weight: bold;
	position: relative;
}

.sign_up_content .sp_2 {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #d2131a;
	margin-left: 18px;
	padding-bottom: 5px;
}

.sign_up_content .tit .sp_2:hover {
	opacity: 0.8;
}

.sign_up_content .tit .dv:before {
	content: ' ';
	width: 4px;
	height: 20px;
	display: inline-block;
	background: #db1d28;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.sign_up_content .before_title .dv .sp_1 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px!important;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #444444;
	font-weight: bold;
}

.sign_up_content .before_title .dv .sp_2 {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #d2131a;
	margin-left: 15px;
}

.sign_up_content .course_name {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f7f7f7;
	margin: 10px 0px;
}

.sign_up_content .course_name .course_title,
.sign_up_content .course_name .course_content {
	padding: 20px;
}

.sign_up_content .course_name .course_title {
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #444444;
	font-weight: bold;
}

.sign_up_content .course_name .course_content {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #444444;
}

.sign_up_content .course_name .course_content .dv_3 .sp {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #f63756;
	font-weight: bold;
}

.student_information table {
	width: 100%;
	background: #f7f7f7;
	margin: 10px 0px;
}

.sign_up_content tr,
th,
td {
	border: 1px solid #e8e8e8;
}

.student_information table i {
	font-size: 24px;
	color: #cccccc;
}

.sign_up_content th {
	padding: 20px;
	text-align: center;
	color: #444444;
	font-weight: bold;
	font-size: 20px;
}

.sign_up_content td {
	padding: 15px;
	text-align: center;
	font-size: 16px;
	color: #444444;
}

.sign_up_content .td_1 {
	width: 184px;
}

.sign_up_content .td_2 {
	width: 162px;
}

.sign_up_content .td_3 {
	width: 289px;
}

.sign_up_content .td_4 {
	width: 256px;
}

.sign_up_content .td_5 {
	width: 200px;
	position: relative;
}

.sign_up_content .td_5 .td5_input {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
}

.sign_up_content .td_5 .td5_input:hover~.sp {
	opacity: 0.6;
	cursor: pointer;
}

.sign_up_content .td_5 .sp {
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e9e9e9;
	font-size: 16px;
	letter-spacing: 0px;
	color: #444444;
}


/*.sign_up_content .td_5 .sp:hover{
	cursor: pointer;
	opacity: 0.6;
}*/

.sign_up_content .td_5 .td5_img {
	width: 46px;
	height: 65px;
	position: absolute;
	left: 75px;
	top: 7px;
	display: none;
}

.sign_up_content input[type='text'] {
	width: 100%;
	height: 46px;
	border: 0px;
	background: #ffffff;
	font-size: 16px;
	color: #444444;
	text-align: center;
}

.sign_up_content .td_2 .sp:first-child {
	margin-right: 34px;
}

.sign_up_content .td_2 .sp input {
	margin-left: 6px;
}

.sign_up_content .td_6 i:hover {
	opacity: 0.6;
	cursor: pointer;
	color: #F63756;
}

.sign_up_content .add_students {
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f63756;
	font-size: 18px;
	margin: 30px 0px;
}

.sign_up_content .add_students:hover {
	opacity: 0.6;
	cursor: pointer;
}

.sign_up_content .add_students .sp {
	margin-left: 5px;
}

.sign_up_content .add_students .a {
	color: white;
	font-size: 18px;
}

.sign_up_content .confirmation {
	width: 100%;
	background-color: #f7f7f7;
	margin: 20px 0px;
}

.sign_up_content .confirmation .confirmation_top {
	padding: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.sign_up_content .confirmation .confirmation_top .dv_1 {
	line-height: 36px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #444444;
	font-weight: bold;
}

.sign_up_content .confirmation .confirmation_top .dv_1 .sp {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	font-weight: bold;
	color: #f63756;
}

.sign_up_content .confirmation .confirmation_top .dv_2,
.sign_up_content .confirmation .confirmation_top .dv_3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #444444;
}

.sign_up_content .confirmation .confirmation_bottom {
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #444444;
}

.sign_up_content .confirmation .confirmation_bottom .sp {
	color: #f63756;
	font-weight: bold;
}

.submit_registration{
	width: 380px;
	height: 70px;
	background-color: #f63756;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	font-size: 24px;
	color: #ffffff;
	border: 0px;
}
.submit_registration:hover{
	background: #FF0000;
}

.submit_registration[disabled]{
	opacity: 0.5;

}

.submit_registration[disabled]:hover{
	background-color: #f63756;
}


/*æ•‘æŠ¤ç­åˆ—è¡¨*/

.training_course_list_content {
	width: 1200px;
	margin: 0px auto;
}

.content_sidebar {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 24px 0px;
}

.sidebar {
	width: 315px;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
}

.sidebar .a {
	padding: 0 20px;
	line-height: 1.5em;
	height: 50px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #8a8a8a;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar .a:hover {
	background-color: #e9e9e9;
}

.sidebar .a:first-child {
	background-color: #d2131a;
	color: white;
}

.sidebar .actives {
	background-color: #e9e9e9;
}

.sidebar_right {
	width: 855px;
}

.training_information {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}

.training_information:after {
	width: 470px;
	content: '';
	display: block;
}

.training_information .a {
	width: 415px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	margin-bottom: 20px;
}

.training_information .a:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	transition: all .2s ease-in;
}

.training_information .a .training_img {
	width: 100%;
	height: 200px;
}

.training_information .bottom_content {
	padding: 20px;
	position: relative;
}

.training_information .bottom_content .training_title {
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.training_information .bottom_content .training_content {
	display: flex;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #9d9d9d;
}

.training_information .bottom_content .training_content .fs_dv,
.training_information .bottom_content .training_content .ls_dv {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.training_information .bottom_content .training_content .fs_dv .sp,
.training_information .bottom_content .training_content .ls_dv .sp {
	color: #fe4e5b;
}

.training_information .bottom_content .training_bottom {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #9d9d9d;
}

.training_information .bottom_content .training_bottom .fs_dv {
	margin-right: 10px;
}

.training_information .bottom_content .training_bottom i {
	margin-right: 5px;
}

.training_information .bottom_content .training_up {
	width: 124px;
	height: 40px;
	background-color: #fe4e5b;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.training_information .bottom_content .training_up:hover {
	background: #d2131a;
}


/*æŸ¥è¯¢é¡µ*/

.query_content {
	width: 1200px;
	margin: 0px auto;
}

.query_content .current_position {
	border: 0px;
}

.query_content .sidebar {
	width: 290px;
}

.query_content .sidebar a:first-child {
	height: 70px;
	background-color: #fe4e5b;
}

.query_content .sidebar_right {
	width: 886px;
}

.query_content .query_number {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px 30px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}

.query_number .certificate_number {
	width: 300px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 20px;
}

.query_number .id_number {
	width: 300px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 20px;
}

.query_number .query_up {
	width: 190px;
	height: 50px;
	border: 0px;
	background-color: #4d97f7;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}

.query_number .query_up:hover {
	opacity: 0.6;
}

.query_content .results_title {
	padding: 1.5rem;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #5c5c5c;
}

.query_content .results_title .sp {
	color: #4d97f7;
}

.results_content .dv {
	padding: 1.5rem;
	display: flex;
	height: 48px;
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: 0px;
	color: #5c5c5c;
}

.results_content .dv :nth-child(odd) {
	background: #f8f8f8;
}

.results_content .dv .fs_dv {
	width: 135px;
	display: flex;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #5c5c5c;
}

.results_content i {
	font-size: 24px;
	margin: 0px 10px;
}

.icon-check {
	color: #0db56c;
}

.icon-exclamation {
	color: #db4447;
}

.overdue {
	color: #db4447;
}

.results_content .v_mid {
	display: flex;
	align-items: center;
}


/*åŸ¹è®­ç­ç®€ä»‹*/

.both_sides {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
	margin-bottom: 40px;
}

.training_left {
	width: 798px;
}

.introduce_tab {
	width: 100%;
	display: flex;
	margin: 30px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.a.tab_active {
	border-top: 1px solid #dd6362;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.introduce_tab .a {
	width: 130px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
}

.introduce_tab .a:hover {
	border-top: 1px solid #dd6362;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.training_left .before_title {
	border: 0px;
	margin-bottom: 20px;
}

.training_left .before_title .sp {
	color: #db1d28!important;
}

.course_text {
	margin: 20px auto;
}

.course_text p {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 10px;
}
.dynamic_list {
	width: 100%;
	margin-bottom: 20px;
}

.dynamic_list .dynamic_blcok:nth-child(odd) {
	background-color: #f8f8f8;
}

.dynamic_list .dynamic_blcok{
	padding: 15px 10px!important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	background-color: #fbfbfb;
}

.dynamic_information {
	display: flex;
	align-items: center;
}

.dynamic_name {
	width: 80px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px 25px;
}

.dynamic_img {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: white;
}

.dynamic_img div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.dynamic_details {
	width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dynamic_details .a {
	color: #fe4e5b;
	margin-left: 5px;
}

.dynamic_details .a:hover {

	cursor: pointer;
	opacity: 0.8;
}

.project_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.project_list .project_block:nth-child(4n+1) {
	background-color: #f8f8f8;
}

.project_list .project_block:nth-child(4n+2) {
	background-color: #f8f8f8;
}


.project_block {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 20px;
	background-color: #fbfbfb;
}

.project_block .dv {
	width: 100%;
	font-size: 16px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.project_block .dv span {
	padding-bottom: 5px;
}

.project_block .dv .fs_sp {
	margin-right: 10px;
}

.project_block:hover span {
	color: #FF4550;
	cursor: pointer;
	opacity: 0.8;
}

.training_right {
	width: 368px;
}

.project_registration {
	width: 368px;
	padding: 35px;
	background-color: #f7f7f7;
}

.project_registration .h3 {
	font-size: 22px;
	letter-spacing: 0px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 20px;
}

.project_registration .h3 .span {
	width: 79px;
	height: 23px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
	margin-left: 15px;
	top: -0.1rem;
	background-color: #fe4e5b;
}

.project_registration .h3 .span:before {
	content: ' ';
	width: 10px;
	height: 10px;
	background: #fe4e5b;
	border-radius: 0.1rem;
	position: absolute;
	left: -0.25rem;
	top: 0.6rem;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	z-index: 1;
}

.project_registration .project_div {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #555555;
}

.project_registration .project_lastdiv {
	display: flex;
	align-items: flex-start;
}

.project_registration .project_div .fs_sp {
	width: 80px;
}

.project_registration .project_div .ls_sp {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
	flex: 1;
}

.project_registration .project_btn {
	width: 298px;
	height: 58px;
	display: flex;
	align-items: center;
	border: 0;
	color: white;
	justify-content: center;
	margin: 0px auto;
	background-color: #fe4e5b;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 30px;
}

.project_registration .project_btn.disabled{
	background-color: #dddddd;
	color: #333333;
	cursor: not-allowed;
	opacity: 1;
}

.hot_trainingtit {
	padding: 15px 20px;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fe4e5b;
	background-color: #f7f7f7;
	border: solid 1px #eeeeee;
	margin-top: 40px;
}

.hot_traininglist {
	width: 100%;
}

.training_block {
	width: 368px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	margin-top: 20px;
}

.training_block:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	transition: all .2s ease-in;
	opacity: 0.8;
}

.training_block .training_titimg {
	width: 100%;
	height: 320px;
}

.training_block .training_content {
	padding: 20px;
	position: relative;
}

.training_block .training_title {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	font-weight: bold;
}

.training_block .training_bottom {
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #9d9d9d;
}

.training_block .training_bottom .training_span {
	font-size: 16px;
	letter-spacing: 0px;
	color: #fe4e5b;
}

.training_block .training_bottom i {
	margin-left: 25px;
	margin-right: 5px;
}

.training_block .training_up {
	width: 124px;
	height: 40px;
	background-color: #fe4e5b;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	right: 20px;
	bottom: 25px;
}

.training_block .training_up:hover {
	background: #d2131a;
}


/*é¡¹ç›®ç®€ä»‹*/

.project_introduction_content .current_position {
	border: 0px;
}

.project_introduction_content .before_title .sp {
	color: #db1d28!important;
}

.project_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.project_top .project_topimg {
	width: 798px;
	height: 430px;
	background-color: #f7f7f7;
}

.project_top .project_right {
	width: 368px;
	padding: 35px;
	background-color: #f7f7f7;
}

.project_top .project_right .project_title {
	font-size: 22px;
	letter-spacing: 0px;
	color: #555555;
	margin-bottom: 20px;
	font-weight: bold;
}

.project_top .project_right .project_title2 {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
}

.project_top .project_right .project_title2 .sp {
	color: #999999;
}

.project_top .project_right .project_title2 .more {
	color: #f63756;
	margin-left: 5px;
	padding-bottom: 5px;
}

.project_top .project_right .project_title2 .more:hover {
	opacity: 0.8;
}

.project_introduction_content .project_introduction {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin: 10px 0px;
}

.project_introduction_content .project_introduction p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

.project_introduction_content .before_title {
	border: 0px;
}

.project_introduction_content .training_information:after {
	width: 380px;
	content: '';
	display: block;
}

.project_introduction_content .training_information .a {
	width: 380px;
}

.project_introduction_content .training_information .a:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	transition: all .2s ease-in;
}

.project_introduction_content .training_information .training_up {
	width: 100px;
	height: 28px;
	background-color: #fe4e5b;
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}

.project_introduction_content .training_information .training_up:hover {
	background: #d2131a;
}

.project_introduction_content .training_information .training_title {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
}

.project_introduction_content .training_content {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
}

.project_introduction_content .dynamic_list {
	margin: 10px auto;
}

.project_introduction_content .training_up {
	bottom: 28px!important;
}

.project_introduction_content .dynamic_name {
	width: 200px;
}

.project_introduction_content .dynamic_details {
	width: 700px;
}

.home_page_sign_up,
.home_page_project {
	flex-wrap: wrap;
}

.home_page_sign_up:after,
.home_page_project:after {
	content: '';
	display: block;
	width: 380px;
}





/*带搜索框的头部*/
.search_start {
	top: 13px;
	position: relative;
	right: 45px;
	float: left;
	display: flex;
	height: 40px;
	background-color: #ffffff;
	border: solid 2px #d51219;
	width: 320px;
}

.search_start .search_s {
	width: 80px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d2131a;
}

.search_start .search_input {
	flex: 1;
	border: 0px;
	color: #333333;
	text-indent: 14px;
	font-size: 14px;
}

.search_start .search_s i {
	position: relative!important;
	top: 2px!important;
	left: 0px!important;
	font-size: 18px;
}
.search_start .search_s i:hover{
	cursor: pointer;
	opacity: 0.6;
}

.enjoy-tips{
	height: 26px;
	margin: 15px 0px;
}
.enjoy-tips h3{
	font-size: 20px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: bold;
}
.enjoy-tips .span{
	width: 79px;
	height: 23px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
	margin-left: 15px;
	top: -0.1rem;
	background-color: #fe4e5b;
}
.enjoy-tips .span::before{
	content: ' ';
	width: 10px;
	height: 10px;
	background: #fe4e5b;
	border-radius: 0.1rem;
	position: absolute;
	left: -0.25rem;
	top: 0.6rem;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: 1;
}
.project_registration{
	width: 368px;
	padding: 35px;
	background-color: #f7f7f7;
}
.project_div{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #555555;
}
.project_div .fs_sp{
	width: 80px;
}
.project_div .ls_sp{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
	flex: 1;
}
.project_div .ls-wid{
	width:240px ;
	height:71px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.project_div .fs-margin{
	margin-top: -46px;
}

/*PC端课程学习*/
.training-course-video{
	height: 552px;
	margin: auto;
}
.training-course-video .video-box{
	width: 798px;
	height: 552px;
	float: left;
}
.training-course-video .video-box #video{
	width: 798px;
	height: 484px;
	background: url(shiping_03.jpg) no-repeat center center;
	background-size: cover;
}
.training-course-video .video-box .video-title{
	width: 798px;
	height: 68px;
	background-color: #343434;
}
.training-course-video .video-box .video-title .video-title-title{
	float: left;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 30px;
}
.training-course-video .video-box .video-title .video-title-p{
	float: left;
	color: #db1d28;
	font-size: 14px;
	border: #db1d28 solid 1px;
	padding:2px 13px;
	border-radius: 13%;
	margin-top: 20px;
	margin-left: 22px;
}
.training-course-video .training-student{
	width: 402px;
	height: 552px;
	float: left;
	background-color: #f4f4f4;
}
.student-name{
	height: 76px;
	margin-top: 35px;
	margin-left: 35px;
}
.student-name img{
	float: left;
	width: 76px;
	height: 76px;
	border-radius: 50%;
}
.student-name p{
	width: 274px;
	float: left;
	margin-left: 15px;
}
.student-name .student-name-title{
	color: #555555;
	font-size: 20px;
	margin-top: 9px;
}
.student-name .student-name-p{
	color: #9c9c9c;
	font-size: 16px;
	margin-top: 10px;
}

.student-score{
	height: 50px;
	margin-top: 35px;
	margin-left: 8px;
}
.student-score .student-score-list{
	width: 120px;
	text-align: center;
	float: left;
	border-right: 1px #e4e0e0 solid;
}
.student-score .student-score-list:last-child{
	border-right:none;
}
.student-score-title{
	color: #555555;
	font-size: 16px;
}
.student-score-p{
	color: #9c9c9c;
	font-size: 16px;
	margin-top: 8px;
}
.student-class{
	width: 367px;
	height: 167px;
	margin-left: 35px;
	margin-top: 35px;
}
.student-class p{
	width: 338px;
	color: #8a8a8a;
	font-size: 16px;
}
.student-class-p{
	margin-top: 17px;
	height: 138px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.student-test{
	width: 334px;
	height: 60px;
	background-color: #fe4e5b;
	margin-left: 35px;
	margin-top: 57px;
}
.student-test a{
	text-decoration: none;
}
.student-test p:hover{
	background-color: #ef3c4a;
}
.student-test p{
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.student-class-left{
	width: 798px;
	float: left;
}
.student-class-bar .introduce_tab {
	width: 100%;
	display: flex;
	margin: 30px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.student-class-bar a{
	color: #555555;
	text-decoration: none;
}
.student-class-bar .introduce_tab .a {
	width: 130px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.student-class-bar .a.tab_active {
	border-top: 1px solid #dd6362;
	color: #dd6362;
}


.student-class-introduce a{
	text-decoration: none;
}
.student-class-introduce #project {
	margin: 0 auto;
}
.student-class-introduce  .before_title {
	width: 100%;
	display: flex;
	align-items: center;
}
.student-class-introduce  .before_title .line {
	color: #aaaaaa;
	display: flex;
	align-items: center;
}
.student-class-introduce .before_title span:first-child {
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #db1d28;
	display: flex;
	justify-content: center;
	align-items: center;
}
.student-class-introduce .before_title .line:before {
	content: ' ';
	width: 4px;
	height: 20px;
	display: inline-block;
	background: #db1d28;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.student-class-introduce  .before_title .sp {
	color: #db1d28!important;
}

.student-class-introduce .class-box{
	width: 798px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.student-class-introduce .class-box .class-list{
	position: relative;
	height: 56px;
}
.student-class-introduce .class-box .back-gray{
	height: 56px;
	background-color: #f8f8f8;
}

.student-class-introduce .class-box .back-grey{
	height: 56px;
	background-color: #fbfbfb;
}

.student-class-introduce .class-box .back-gray{
	height: 56px;
	background-color: #f8f8f8;
	margin-bottom: 1px;
}
.student-class-introduce .class-list-black span{
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #555555;
	font-size: 16px;
}
.student-class-introduce .class-list-black .title{
	margin-left: 29px;
	width: 628px;
}
.student-class-introduce .class-list-black .time{
	position: absolute;
	right: 90px;
}
.student-class-introduce .class-list-black .rigth{
	position: absolute;
	right: 30px;
}

.student-class-introduce .class-show{
	margin-top: 16px;
}
.student-class-introduce .class-show p{
	text-indent: 2rem;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}
.student-class-introduce .class-show img{
	max-width: 798px;
}

.student-class-right{
	width: 367px;
	float: left;
	margin-top: 30px;
	margin-left: 35px;
}
.class-right-title{
	height: 40px;
	color: #fe4e5b;
	font-size: 22px;
	padding-left: 20px;
	padding-top: 8px;
	background-color: #f7f7f7;
	border: 1px solid #eceaea;
}
.class-right-box{
	height: 322px;
	border-left: 1px solid #eceaea;
	border-right: 1px solid #eceaea;
	border-bottom: 1px solid #eceaea;
}
.class-right-list{
	position: relative;
	width: 322px;
	height: 58px;
	margin-left: 20px;
	padding-top: 27px;
}
.class-right-list span{
	float: left;
}
.class-list-title{
	margin-left: 20px;
	margin-top: 6px;
	width: 206px;
	display: block;
	font-size: 18px;
	color: #555555;
}
.class-list-p{
	margin-top: 6px;
	width: 55px;
	color: #c2c2c2;
	display: block;
	font-size: 16px;
}
.class-right-list div{
	width: 2px;
	height: 24px;
	position: absolute;
	top: 61px;
	left: 16px;
	background-color: #eae8e8;
}
.right-dot{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	border: 1px #eae8e8 solid;
}
.color-green .right-dot{
	color: #61ccb3;
	border: 1px #61ccb3 solid;
}
.color-green span{
	color: #61ccb3;
}
.color-green .line-black{
	background-color: #61ccb3;
}

.color-red .right-dot{
	color: #FFFFFF;
	border: 1px #fe4e5b solid;
	background-color: #fe4e5b;
}
.color-red span{
	color: #fe4e5b;
}
.color-red .line-black{
	background-color: #fe4e5b;
}

.class-right-box .class-right-list:last-child>.line-black{
	background-color: #FFFFFF;
}

.student-class-introduce .class-list-red span{
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #fe4e5b;
	font-size: 16px;
}
.student-class-introduce .class-list-red .title{
	margin-left: 29px;
	width: 628px;
}
.student-class-introduce .class-list-red .time{
	margin-right: 10px;
}

.student-class-introduce .class-list-green span{
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #61ccb3;
	font-size: 16px;
}
.student-class-introduce .class-list-green .title{
	margin-left: 29px;
	width: 628px;
}
/*结束*/