.flexrow{
min-height: 561px;
	display: flex;
	justify-content: space-between;
}
.app_left{
	width: 300px;
	background-color: #fff;
}
.app_right{
	width: 946px;
	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;
}
.menu_line.active{
	background: #E1ECF5;
	color: #015293;
}
.menu_line span{
	font-size: 18px;
	margin-left: 9px;
}
.menu_title{
	background: rgb(0,109,194);
	/* margin-bottom: 10px; */
}
.menu_title span{
	color: #FFFFFF;
}
li{
	list-style: none;
}
.ul_box{
	margin: 0 26px;
	
}
.ul_box li{
	height: 50px;
	line-height: 50px;
	/* border-bottom: 1px dashed #d3c6c6; */
	display: flex;
	align-items: center;
}
.ul_box .title{
	font-size: 18px;
	font-weight:bold;
	color:#015293;
	border-bottom: 1px solid #2884CE;
}

.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: rgb(0,109,194);;
}
.content{
	width: calc(100% - 15px);
	height: 100%;
	display: flex;
	justify-content: space-between;
}


/* list */
.wb-data-item {
    margin-left: -37px;
    font-size: 16px;
}

.wb-data-list {
    margin-bottom: 16px;
    line-height: 28px;
    padding-left: 18px;
    background: url(http://zx.lyg.gov.cn/lygzxx/img/listimg.png) 0 50% no-repeat;
}
.clearfix:after {
    clear: both;
}
.wb-data-infor {
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.wb-data-infor {
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}.wb-data-infor a {
    color: #333;
}
.wb-data-infor a {
    color: #333;
}
.list-content .wb-data-infor {
    margin-right: 192px;
}
.wb-data-date {
    float: right;
    padding-right: 15px;
    margin-top: -28px;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #015293;
    text-decoration: underline;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.list-time {
    float: right;
    width: 192px;
    text-align: right;
    color: #999;
	display: none;
}

