.main_view .nav_header_view{
    margin-top: 0;
}
.main_view .names_view{
    align-items: center;

}
.names_view {
    width: 100%;
    height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.names_view .left {
	display: flex;
	justify-content: center;
	align-items: center;
}
.names_view .left img{
    width: 60px;
    margin-right: 10px;
}
.names_view .left span{
    font-size: 30px;
    font-weight: bold;
}
.names_view .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 40px;
    background-color: #fff;
    padding: 0% 10px;
}
.names_view .right input{
    flex: 1;
    height: 40px;
    padding: 0 10px;
    border: 0;
}
.names_view .right img{
    width: 20px;
    flex-shrink: 0;
    margin-left: 10px;
}
.topic_title .title{
    font-weight: bold;
}
.menus_view ul{
    display: flex;
    flex-direction: column;
    height: auto ;
    overflow: visible ;
}
.menus_view ul li{
    float: none ;
    width: 100% ;
    height: auto ;
    overflow: hidden ;
    text-overflow: ellipsis ;
    white-space: nowrap ;
    padding: 10px  ;
    box-sizing: border-box;
}
.menus_view ul li a{
    font-size: 14px ;
}
.stit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #80CBA4;
    box-sizing: border-box;
    margin-top: 10px;
}
.stit span{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    background-color: #1DB278;
    color: #fff;
    text-align: center;
}
.imglist{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.imglist a{
    width: 16%;
    height: auto;
}
.imglist a img{
    width: 100%;
    height: auto;
}