ul,li,div,ol,a,h1,h2,h3,h4,p{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    padding-top: 100px;
    background-color: #eee;
    color: #404040;
    font: 14px / 1.42857 "microsoft yahei","微软雅黑","helvetica neue",helvetica,arial,sans-serif;
}
li{
    list-style: none;
}
.main{
    padding-bottom: 30px;
}
/** 侧边栏 **/
.category{
    position: relative;
    padding-right: 30px;
}
.side_item{
    padding: 10px 20px;
    border-top: 4px solid #eee;
    position: relative;
    background: #fff;
    width: 100%;
}
.side_item:before{
    content: "";
    position: absolute;
    top: -4px;
    width: 100px;
    height: 4px;
    background: #358f01;
}
.side_item .side_item_title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.list{
    padding: 5px 20px 20px 20px;
    position: relative;
}
.list_item_box{
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}
.list_item_box .list_item{
    display: block;
    padding: 5px 0;
    color: #333;
    font-size: 16px;
    transition: all .3s;
}
.list_item_box .list_item:hover{
    color: #aaa;
}
.list_item_box .list_item:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: green;
}
.list_item .right{
    color: #999;
    text-align: right;
    font-size: 14px;
}
.pagerbox{
    text-align: center;
}
/** detail style  **/
.detail_page .article-list{
    position: relative;
    padding-left: 30px;
}
.detail{
    background: #fff;
    margin-top: 5px;
}
.detail .detail_title{
    color: #42b983;
    margin: 20px 0 15px;
    font-size: 28px;
}
.detail .detail_header{
    margin-bottom: 10px;
    font-size: 12px;
    color: #ccc;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}
.detail .detail_content{
    padding-bottom: 15px;
}
#node_footer {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid green;
    margin-bottom: 20px;
}
#node_footer .previous-next {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.neibanner {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1040px){
    .neibanner {
        height: 300px;
    }
}
@media screen and (max-width: 770px){
    .neibanner {
        height: 280px;
    }
}
@media screen and (max-width: 640px){
    .neibanner {
        height: 150px;
    }
}
.side_item{
    padding: 10px 20px;
    border-top: 4px solid #eee;
    position: relative;
    background: #fff;
    width: 100%;
}
.side_item:before{
    content: "";
    position: absolute;
    top: -4px;
    width: 100px;
    height: 4px;
    background: #358f01;
}
.side_item .side_item_title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.side_item_body li{
    position: relative;
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
}
.side_item_body .active{
    background: #358f01;
    color: #fff;
}
.side_item_body li:before{
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #404040;
    margin-right: 10px;
    vertical-align: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 10px;
}
.side_item_body li a{
    display: block;
    color: #4d4d4d;
}
.side_item_body li a:hover{
    color: #358f01;
}

.side_item_body .active a{
    display: block;
    color: #fff;
}
.side_item_body .active a:hover{
    color: #fff;
}