.news-boxs {
	/* height: calc(100vh - 442px); */
}

.top_box {
	width: 100%;
	height: 32px;
	margin-top: 40px;
}


.calendar_tit {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	width: 200px;
	float: left;
}

.date_region {
	float: right;
	width: 160px;
	height: 32px;
	border-radius: 8px;
	/* background: #448659; */

}


.el-input--suffix .el-input__inner{
	width: 160px;
	/* height: 32px; */
	border-radius: 8px;

}


.el-select{
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}


/* .el-input__suffix{
	top: 37px!important;
}
 */
.select_region {
	float: right;
	width: 160px;
	height: 32px;
	border-radius: 8px;
	/* background: #863032; */
	margin-right: 16px;
}




.month_box {
	width: 1025px;
	height: 80px;
	float: left;
	margin-left: 23px;
}

.month_box .small_box {
	width: 79px;
	height: 79px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.04);
	float: left;
	margin-right: 6px;
	text-align: center;
	line-height: 80px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}



.month_box .num {
	color: rgba(0, 0, 0, 0.6);
	font-size: 24px;
	font-weight: bold;
}

.month_active {
	color: rgba(255, 255, 255, 0.6) !important;
	background: #863032 !important;
	box-shadow: 0px 8px 14px rgba(134, 48, 50, 0.2);
}

.month_active_num {
	color: #ffffff !important;
}
.exam_box_w{
	display: flex;
	flex-flow: wrap;
}
.exam_box {
	width: 322px;
	height: 324px;
	background: #ffffff;
	/*float: left;*/
	margin-left: 24px;
	margin-top: 24px;
	border-radius: 8px;
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
}

.exam_box .exam_tit {
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-top: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 24px;
}

.bm_time {
	padding-left: 16px;
	padding-right: 16px;
	height: 19px;
	float: left;
	margin-bottom: 16px;
	font-size: 14px;
	width: 294px;
}

.bm_time .left {
	float: left;
	color: rgba(0, 0, 0, 0.3);
}

.bm_time .right {
	float: right;
	color: rgba(0, 0, 0, 0.8);

}

.Instructions_btn {
	width: 105px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #863032;
	color: #863032;
	margin-left: 111px;
	margin-top: 16px;
	float: left;
	text-align: center;
	line-height: 32px;
	cursor: pointer;

}



.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
	color: var(--main_color) !important;
}

.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
	border: 1px solid #863032 !important;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner {
	border: 1px solid #863032 !important;
}

.el-select .el-input__inner:focus {
	border: 1px solid #863032 !important;
}

.info_box {
	width: 1040px;
	/* height: 1000px; */
	float: left;
	/* background: pink; */
	margin-bottom: 50px;
}

.news-tjs {
	margin-left: 11px;
	margin-top: 32px;
}

.info_list_box {
	width: 1026px;
	/* height: 500px; */
	float: left;
	/* background: #863032; */
	margin-left: 24px;
	cursor: pointer;
	margin-bottom: 50px;
}

.info_list_box .list_box {
	width: 100%;
	height: 72px;
	/*float: left;*/
	/* background: salmon; */
	line-height: 72px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}


.list_box_active {
	background: rgba(134, 48, 50, 0.04) !important;
}

.info_list_box .info_list_tit {
	/* width: 923px; */
	margin-left: 24px;
	height: 19px;
	/* background:pink; */
	float: left;
	margin-bottom: 16px;
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 19px;
}

.info_list_box .list_box .list_name:hover {
	color: #863032 !important;
}


.info_list_box .info_list_tit .time {
	margin-left: 142px;
}

.info_list_box .info_list_tit .zs_time {
	margin-left: 102px;
}

.info_list_box .info_list_tit .ks_time {
	margin-left: 64px;
}

.info_list_box .info_list_tit .cj {
	margin-left: 90px;
}

.info_list_box .info_list_tit .zs {
	margin-left: 79px;
}

.list_box .list_name {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 24px;
	font-weight: 400;
	float: left;
	width: 171px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box .list_bm_time {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 30px;
	font-weight: 400;
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box .list_dy_time {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 26px;
	font-weight: 400;
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box .list_ks_time {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 26px;
	font-weight: 400;
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box .list_cj_time {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 12px;
	font-weight: 400;
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box .list_zs_time {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 28px;
	font-weight: 400;
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/deep/.el-select .el-input__inner{
	white-space:nowrap!important;
	overflow:hidden!important;
	text-overflow:ellipsis!important;
}