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;
}
.breadcrumb{
    margin-top: 20px;
}
/** 侧边栏 **/
.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;
}
.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  .active1{
    color: #358f01;
}
.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;
}
/**  list style **/
.all{
    position: absolute;
    right: -48px;
    top: 0;
    width: 48px;
    height: 48px;
    background: green;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-top: 9px;
    cursor: pointer;
}
.list{
    background: #fff;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}
.list_item{
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.list_item .list_item_title{
    position: relative;
    margin: 0 0 15px;
}
.list_item .list_item_title a{
    display: block;
    color: #42b983;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list_item .list_item_title a:hover{
    padding-left: 20px;
    color: green;
}
.list_item .list_item_title:before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: green;
}
.list_item .list_item_header,.detail .detail_header{
    margin-bottom: 10px;
    font-size: 12px;
    color: #ccc;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}
.list_item .list_item_body{
}
.list_item .more{
    text-align: right;
}
.list_item .more .read_more{
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    line-height: 18px;
    border-radius: 3px;
    -webkit-transition: all 0.28s ease-in;
    transition: all 0.28s ease-in;
    position: relative;
    top: 13px;
}
.list_item .more .read_more:hover{
    background-color: #42b983;
}
.pagerbox{
    text-align: center;
}
.alllist{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
.alllist .list-content{
    background: #fff;
}
.alllist .list-content .all-title{
    background: green;
    color: #fff;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px;
    margin-bottom: 20px;
}
.alllist .list-content .close{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
    /** detail style  **/
.detail_page .article-list{
    position: relative;
    padding-left: 30px;
}
.detail{
    background: #fff;
    margin-top: 5px;
    overflow: hidden;
}
.detail_header .submitted{
    text-align: center;
}
.detail .detail_title{
    color: #42b983;
    margin: 20px 0 15px;
    font-size: 28px;
    text-align: center;
}
.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;
}
@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;
    }
}