.col_lm_list {
	width:100%;
	height:50px;
	display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0;
	border: 1px solid #d8dce5;
	background: #fff;
	margin-bottom:20px;
}
.lm_tab {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    position: relative;
    cursor: default;
    width: 25%;
    float: left;
}
.tab-buttons {
	width: 100%;
	height: 60px;
	background-color: #EAEAEA;
}

.tab-buttons .tab-button {
	width: 25%;
    float: left;
	 height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
	position: relative;
	cursor: pointer;
}

.tab-buttons .tab-button.i1 {
	background-color: #fff;
	color: #333;
}
.tab-buttons .tab-button.i1:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #026EB9;
}
.tab-buttons .tab-button.selected {
	background-color: #fff;
	color: #333;
}
.tab-buttons .tab-button.selected:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #026EB9;
}
.tab-button a {
	display:block;
}
.lm_tab a:hover {
	background-color: #0872BC;
	color: #fff;
}
.sub_list_text li {
	color:#333;
    border-top: 1px solid #E9F0FA;
    margin-top: -1px;
}
.sub_list_text li span {
	display: inline-block;
    line-height: 32px;
    padding: 5px 10px 5px 44px;
    cursor: pointer;
}
.col_news_list {
    margin-top: 0;
}
.fixed {
    z-index: 9999;
    position: fixed;
    top: 188px;
    display: block;
    right: 50% !important;
    margin-right: -600px;
    left: auto !important;
}