.flexrow{
	display: flex;
	justify-content: space-between;
}
.app_left{
	width: 248px;
	background-color: #fff;
}
.app_right{
	width: 942px;
	background-color: #fff;
}
.menu_left{
	background: #fff;
	/* border:
	 1px solid #E1ECF5; */
}
.menu_line{
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	cursor: pointer;
	border-left: 5px solid #DCDCDC;
	border-right: 5px solid #DCDCDC;
}
.menu_line:last-of-type{
	border-bottom: 5px solid #DCDCDC;
}
.menu_line.active span,.menu_line.active a{
	/* background: #E1ECF5; */
	color: #0C69B7;
}
.menu_line span{
	font-size: 16px;
	display: inline-block;
	width: calc(100% - 20px);
	line-height: 55px;
	text-align: center;
	height: 100%;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid #DCDCDC;
}
.menu_line:last-of-type span{
	border-bottom: none;
}
.menu_title{
	background: #fff;
	height: 70px;
	/* margin-bottom: 10px; */
	border-top: 5px solid #0C69B7;
	border-left: 5px solid #0C69B7;
	border-right: 5px solid #0C69B7;
}
.menu_title span{
	display: inline-block;
	width: calc(100% - 20px);
	line-height: 65px;
	text-align: center;
	height: 100%;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0C69B7;
	border-bottom: 1px solid #0C69B7;
}
li{
	list-style: none;
}
.ul_box{
	/* margin: 0 26px; */
	
}
.ul_box>ul{
	padding: 0;
}
.ul_box li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #C8DCF5;
	display: flex;
	align-items: center;
}
.ul_box .title{
	font-size: 24px;
	font-weight: bold;
	color: #0C69B7;
	border-bottom: 1px solid #DCDCDC;
}

.dot{
	width: 15px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dot::before{
	width: 4px;
	height: 4px;
	content: '';
	display: inline-block;
	background-color: #0749A9;
}
.content{
	width: calc(100% - 15px);
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.times{
	font-size: 14px;
	
color: #999999;
}
.content_title{
	font-size: 18px;
	color: #333;overflow: hidden;
}

