*{padding: 0;margin: 0;list-style: none;}
a{text-decoration: none;}
@media screen and (max-width: 414px) {
	.articleNavboxs{
		/* position: fixed;
        top: 120px; */
        height: 35px;
        width: 100%;
        background: #f9f9f9;
        max-width: 750px;
    }
	.content{
		margin-top: 156px;
	}
}
@media screen and (min-width: 750px) {
    .articleNavboxs
    {
        margin-bottom: 10px;

        height: 35px;
        width: 100%;
        background: #f9f9f9;
        max-width: 750px;
    }
    .content {
        margin: 0 auto;
        max-width: 750px;
        background: #fff;
        margin-top: 189px;
        
    }
   
}
.search_left {
    height: .42rem !important;
}
.content{
    margin: 0 auto;
    max-width: 750px;
    background: #fff;
    
}
.articleNavboxs{
    height: 35px;
}
.articleNavboxactive{
    /* position: fixed; */
    top: 39px;
}
.articleNavbox{
    width: 100%;
    height: 35px;
}
.articleNav{
    height: 35px;
    width: 100%;
    margin-bottom: 10px;
    
}

.NavJia{
    float: right;
    width: 10%;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #339141;
}
.Navitembox{
    width: 90%;
    height: 35px;
}
.Navitem{
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 10px;
}
::-webkit-scrollbar {
    width: 0px;
    height: 1px;
}
.navitem{
    margin-right: 20px;
    font-size: 17px;
    color: #333;
}
.navitemactive{
    color: #339140;
}
/* 点击加号弹出所有分类 */
.allclassify{
    display: none;
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0px;
}
.allclassifybox{
    display: flex;
    width: 100%;
    max-width: 750px;
}
/* 右边导航 */
.allnavleft{
    width: 30%;
    height: 900px;
}
.allnavleftbox{
    overflow-y: scroll;
    height: 100%;
    background: #fff;
}
.allnavitembox{

}
.allnavitem{
    height: 36px;
    line-height: 36px;
}
.allnavitemactive{
    background-color: #339140;
    color: #fff;
}
.allnavitem{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.allnavitem:hover{
    background: #f1f1f1;
    color: #339140;
}
.textatra{
    display: none;
}
/* 右边子分类 */
.allrightchild{
    width: 80%;
    height: 900px;
    background: #f1f1f1;
}
.allrightchildbox{
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
}
.classifyitem{
    display: inline-block;
    width: 45%;
    margin: 2%;
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border-right: 2px;
    color: #555;
}
/* 文章列表 */
/* .articlelistbox{
    padding-top: 36px;
} */
.articleitem{
    display: flex;
    justify-content: space-between;
    border: 1px solid #ededed;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.articleitemleft{
    width: 80%;
    height: 80px;
    overflow: hidden;
}
.articletitles{
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 26px;
}
.articletitle{
    display: inline-block;
    font-size: 16px;
    color: #444;
}
.articledate{
    font-size: 11px;
    margin-top: 10px;
}

.articlelistimg{
    width: 130px;
    height: 80px; 
    margin-left: 10px;
}

.mei{
    height: 50px;
    line-height: 50px;
    background: #ededed;
    text-align: center;
    color: #333;
}