/*左侧菜单*/
.menu-ul {
    overflow: hidden;
    margin-top: 10px;
}
.menu-ul li {
    height: 52px;
    line-height: 52px;
    float: left;
    width: 100%;
}
.menu-ul li a{
	padding: 0 20px 0 20px;
}
.menu-ul li:hover {
    background: #f6f6f6;
    border-left: none;
}
.menu-ul li.active {
    background: #f6f6f6;
    border-left: none; 
}
.LocalBox ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e2e2e2;
}
.LocalBox ul li div {
    width: 100%;
    float: left;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.LocalBox .layui-icon {
    font-family: layui-icon!important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.LocalBox ul li i{
	color: #1760ad;
	margin-right: 10px;
}
.coueseBox .item{
    background: #fff;
    margin-bottom: 20px;
}
.coueseBox .item h3{
    border-bottom: 2px solid #1760ad;
    height: 40px;
    padding: 20px 0 0 20px;
    margin: 0px 0 15px;
}