@import url("../../../common/css/init.css");

html {
	scroll-behavior: smooth;
}

.banner {
	width: 100%;

}

.banner img {
	width: 100%;
}

.tab {
	width: 100%;
	background: #cccccc;
}

.tab_comt {
	width: 75%;
	margin: 0 auto;
}

.tab_comt ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.tab_comt ul li {
	font-size: 16px;
	flex: 1;
	text-align: center;
	padding: 20px 5px;
	color: #c68e00;
	height: 100%;
}

.tab_class {
	background: #ab0017 !important;
	color: #FFFFFF !important;
}

.tab_body>div {
	display: none;
}

.selected {
	display: block !important;
}

.tab_body {
	width: 75%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 1rem;
}



.selected_table{
	display: inline-block;

}


.selected_table h2 {
	display: inline-block;
	color: #ab0017;
}
.selected_table hr{
	width: 50%;
	height: 2px;
	background:#ab0017 ;

}
.coursebody{
	/*margin-top: 1rem;*/
	width: 100%;
	padding-top: 1.2rem;
	padding-bottom: .6rem;
	border: 1px solid #F1B0B7;
	background-size:100% 100%;
	background: url(bj.jpg) center no-repeat;
	background-size:100% 100% ;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;


}
.coursebody_body{
	display: flex;
	align-items: center;

}
.b{
	width: 16px;
	height: 16px;

	background: rgb(255,255,255,0.5);
	border-radius: 50%;
	display: flex;

	justify-content: center;
	align-items: center;
	position: relative;
}
.b_a{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
;

}
.b_t{
	color: #FFFFFF;
	position: absolute;
	top: -300%;
	font-size: .375rem;
	font-weight: 400;
}

.b_t a{
	color: #FFFFFF;
}

.coursebody_body hr{
	width: 2.2rem;
	height: 1px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}


.course_text{
	width: 75%;
	margin: 0 auto;
	margin-top: 40px;
}
.course_text_b{
	width: 100%;

}
.course_text_b >span{
	display: inline-block;
	font-size: .75rem;
	font-weight: 400;
	color: #393939;
	margin-top: .5rem;
}
.course_text_b_b{
	width: 100%;
	margin: 0 auto;
	padding-left: 70px;
	margin-top: 20px;
}
.course_text_b_b a{
	font-size: .375rem;
	font-weight: bold;
	color: #393939;

}


.course_text_b_b a .dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #B21E23;
	border-radius: 50%;
	vertical-align: middle;
}


.c_b_b_comt{
	width: 90%;
	margin-top: 18px;
	border-left: 1px solid  #393939;
	margin-left: 60px;
	padding-left: 10px;

}
.c_b_list{ 
	display: flex;
	margin-top: .1rem;
}
.list_left{
	display: flex;

	width: 150px;
	font-size: 1rem;
}
.list_left_l{
	width: 0.75rem;
	height: 0.75rem;
	background: #B21E23;
	border-radius: 50%;
	margin-top: 5px;
}
.list_left span{
	margin-left: 5px ;
}
.list_rig{
	padding-left: .125rem;
	font-size: .3rem;
	font-weight: 500;
	color: #393939;
	line-height: .425rem;
}

.c_b_list:not(:first-of-type) {
	margin-top: 10px;

}


 .news-title {
	font-size: 0.475rem;
	color: #b21e23;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.25rem;
	 text-decoration: underline;
	 text-underline-offset: 0.4em;
	 text-decoration-thickness: 0.12em;
}

 .news-title::after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.9625rem;
	height: 0.0625rem;
	background-color: #b21e23;
}




.timer-shaft-box {
	width: 100%;
	/* padding: .375rem .5rem; */
	box-sizing: border-box;
}
.timer-shaft {
	position: relative;
	width: 100%;
	height: 1.875rem;
	overflow: hidden;
	margin: .625rem 0;
	background: url(bj.jpg) no-repeat center/100%;

}
.timer-left {
	position: absolute;
	top: 50%;
	left: .25rem;
	z-index: 99;
	width: .2875rem;
	height: .4625rem;
	margin-top: -0.2313rem;
	background: url(icon_left.png)
	no-repeat;
	background-size: cover;
	cursor: pointer;
}
.timer-right {
	position: absolute;
	top: 50%;
	right: .25rem;
	z-index: 99;
	width: .2875rem;
	height: .4625rem;
	margin-top: -0.2313rem;
	background: url(icon_right.png)
	no-repeat;
	background-size: cover;
	cursor: pointer;
}
.timer-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.875rem;
	line-height: 1.875rem;
	padding-left: 1rem;
	font-size: 0;
	white-space: nowrap;
}
.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 1rem;
}
.time-circle {
	display: inline-block;
	vertical-align: middle;
	width: .75rem;
	height: .75rem;
	line-height: .75rem;
	text-align: center;
	font-size: .225rem;
	color: #fff;
	border-radius: 50%;
	background: #e2302e;
	transition: all 0.3s;
	cursor: pointer;
}

.time-circle a{
	color: #fff;
}


.timer-scale-cont.hov .time-circle {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	font-size: .3rem;
	background: #ff8d3d;
}
.line-scale {
	display: inline-block;
	vertical-align: middle;
	width: 1.875rem;
	height: .025rem;
	margin: 0 .025rem;
	background-size: cover;
	background-color: #fff;
}

.timer-shaft-content {
	width: 100%;
	margin-top: .5625rem;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
}
.shaft-detail-cont {
	display: block;
	width: 100%;
}
.timer-year {
	padding-left: .25rem;
	font-weight: bold;
	color: #333;
	font-size: 0;
}
.icon-year {
	display: inline-block;
	vertical-align: middle;
	width: .4125rem;
	height: .5rem;
	background: url(https://www.jq22.com/demo/jquerysjz201901142244/images/icon_sign.png)
	no-repeat;
	background-size: cover;
}
.timer-year span {
	display: inline-block;
	vertical-align: middle;
	margin-left: .225rem;
	font-size: .3rem;
}
.month-detail-box {
	position: relative;
	width: 100%;
	min-height: 1.1625rem;
	padding-top: .375rem;
	font-size: 0;
	box-sizing: border-box;
	white-space: normal;
}
.month-detail-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: .4562rem;
	height: 100%;
	border-right: .0125rem dashed #ff8d3d;
}
.month-detail-box .month-title {
	position: absolute;
	font-size: .2rem;
	font-weight: bold;
	color: #333;
}
.month-detail-box .month-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: .375rem;
	width: .1625rem;
	height: .1625rem;
	margin-top: -0.0813rem;
	background: url(https://www.jq22.com/demo/jquerysjz201901142244/images/icon_circle.png)
	no-repeat;
	background-size: cover;
}
.incident-record {
	display: inline-block;
	padding-left: .8875rem;
	line-height: 2;
	font-size: .175rem;
	color: #333;
}
.incident-record a {
	font-size: .175rem;
	color: #1d69a3;
}

.navFix {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 .0625rem rgba(0, 0, 0, 0.2);
	border-bottom: .0125rem solid #e3e3e3;
	z-index: 99999;
	width: 100%;
	height: 1.875rem;
	overflow: hidden;
	background: url(bj.jpg) no-repeat center/100%;

}



.time-info .info-year {
	font-size: 0.5625rem;
	font-weight: 400;
	color: #393939;
	margin-top: 0.375rem;
}

.time-info .info-month {
	font-size: 0.375rem;
	font-weight: 400;
	color: #393939;
	margin-top: 0.125rem;
	margin-left: 0.75rem;
}
.time-info .desc-box {
	margin-top: 0.125rem;
}

.time-info .info-desc {
	margin-left: 1.25rem;
	padding-bottom: 0.125rem;
	border-left: 1px solid #393939;
	padding-left: 0.0625rem;
	vertical-align: middle;
	font-size: .25rem;
}

.time-info .info-desc:last-child {
	padding-bottom: 0;
}