* {
	margin: 0;
	padding: 0; list-style: none;
}

body {
	padding: 1rem;
	padding-top: 0;
}
.kuangjia{ display: flex;}
.left_menu{width: 150px;position: sticky;left: 0;top: 0;height: 100vh;margin-right: 20px;}
.left_menu ul>li>a{
    display: flex;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    color: #bdbdbd;
    justify-content: center;
    border-radius: 5px;
    transition: all .3s;
}
.left_menu ul>li:last-child>a{
    border: none;
}
.left_menu ul>li>a b{
    font-weight: normal;
    color: #515151;
}
.left_menu ul>li>a:hover, .left_menu ul>li.active>a{
    background: #667eea;
}
.left_menu ul>li>a:hover b, .left_menu ul>li.active>a b{
   color:#fff
}

.left_menu ul>li>a span{}


.kuangjia_right{ flex: 1;}

.lists{
    /* padding: 1rem; */
}
.lists>a{
    display: flex;
    /* align-items: center; */
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
    color: #555555;
    padding: .5rem;
}
.lists>a>div:nth-child(1){
    flex: 1;
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.lists>a>div:nth-child(1)>span{
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制文本为2行 */
    overflow: hidden;
    font-size: .9rem;
}
.lists>a>div:nth-child(1)>ol{
    display: flex;
    width: 100%;
}
.lists>a>div:nth-child(1)>ol li{
    display: flex;
    align-items: center;
    color: #a3a3a3;
    margin-right: 1rem;
}
.lists>a>div:nth-child(1)>ol li svg{
    width: 1.5rem;
    height"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
    height"CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX";
    height: 1.5rem;
}
.lists>a>div:nth-child(1)>ol li span{
    font-size: 1rem;
}
.lists>a>div:nth-child(2){
    width: 35%;
    max-width: 180px;
}
.lists>a>div:nth-child(2)>img{
    width: 100%;
    object-fit: cover;
    height: 130px;
}

.top{position: sticky;background: #fff;width: 100%;top: 0;display: flex;align-items: center;justify-content: space-between;padding: 10px;z-index: 111;box-sizing: border-box;}
.top_0{
    margin-left: auto;
}
.top_1{
    display: flex;
    align-items: center;
    background: #e3e3e3;
    border-radius: 10px;
    padding: 5px 10px;
    flex: 1;
}
.top_1>input{
    border: none;
    background: none;
    height: 35px;
    line-height: 35px;
    flex: 1;
    font-size: 16px;
}
.top_1>svg{}
.top_2{
    margin-left: 15px;
}
.top_2>svg{}
.top_2_1{
    display: none;
    position: fixed;
    top: 68px;
    right: 10px;
    background: #fff;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08),0 1px 4px 0 rgba(0,0,0,0.04);
    border-radius: 10px;
    padding: 13px;
    width: 40%;
    max-width: 250px;
    z-index: 111;
}
.top_2_1>li>a{
    display: flex;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    color: #bdbdbd;
    border-radius: 5px;
    padding: .5rem;
}
.top_2_1>li:last-child>a{ border: none;}
.top_2_1>li b{font-weight: normal;color: #515151;}
.top_2_1>li span{}
.top_2_1>li.active a{
    background: #667eea;
}
.top_2_1>li.active a span{
    color: #fff;
}
.top_2_1>li.active a b{
    color: #fff;
}
.top_3{ display: none;  margin-left: 15px;}

@media (min-width: 1000px) {
	.top_1{display: flex;}
	.top_0{display: none;}
	.top_2{ display: none;}
	.top_3{ display: none !important;}
}

@media (max-width: 1000px) {
	.top_1{display: none;}
	.top_0{display: block;}
	.top_2{ display: block;}
	.left_menu{ display: none;}

}
@media (max-width: 660px) {
	
}

@media (max-width: 547px) {
	
}

@media (max-width: 480px) {
	
}