body {
    background: #f7f7f7;
    color: #555;

}
ol, ul, li {
    list-style: none;
}
ul.cont li {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
ul.contentDetail{
    width: 100%;
    padding: 20px;
    background: #ffffff;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
ul.contentDetails{
    width: 100%;
    padding: 20px;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.main{
    margin-top: 220px;
}
.content-all{
    width: 1100px;
    margin: auto;
}
.content-all .contents{
    display: flex;
}
.sidebar_left{
    width: 30%;
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 20px;
}
.sidebar_left .title{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.sidebar_left .title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 110px;
    height: 1px;
    background: #5fb4e5;
}
.cateLists .cate{
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cateLists .cate .name:hover{
    color: #5fb4e5;
}
.active{
    color: #5fb4e5!important;
}
.sidebar_right{
    width: 100%;
    min-height: 400px;
    margin-bottom: 50px;
    /* margin-left: 20px; */
}
.sidebar_right h1{
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.right_cont_title{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
}
.right_cont_title:hover{
    color: #5fb4e5;
}
.right_cont_content {
    color: #888888;
    margin-top: 15px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    -webkit-line-clamp: 3; 
    height: 60px; 
    text-overflow: ellipsis; 
    line-height: 20px; 
}
.right_cont_content:hover{
    color: #888888;
}
.right_cont_date{
    margin-top: 20px;
    color: #999999;
}
.contentDetail{
    display: none;
}
.cate .children{
    margin-left: 10px;
}
.content_title{
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    padding: 0 0 14px 0;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .content-all .contents{
        display: block;
    }
    .main{
        margin-top: 167px!important;
    }
    .mainss{
        margin-top: 167px!important;
    }
    .sidebar_left .title{
        font-size: 16px;
    }
    .sidebar_left .title:after {
        width: 100px;
    }
    .cate_name{
        font-size: 14px;
    }
    .sidebar_right_name{
        display: none;
    }
    .sidebar_left{
        margin-bottom: 20px;
    }
    .cateLists .cate{
        font-size: 10px;
    }
    .sidebar_right h1{
        font-size: 14px;
    }
    .right_cont_title{
        font-size: 13px;
    }
    .right_cont_content{
        font-size: 12px;
    }
    .content-all .contents {
        padding: 0 10px;
    }
    .content_title{
        font-size: 14px;
    }
    .contentDetails  #contents p span{
        font-size: 14px!important;
    }
    .contentDetails  #contents h1 span{
        font-size: 15px!important;
    }
    .contentDetails  #contents h2 span{
        font-size: 14px!important;
    }
    .contentDetails  #contents h3 span{
        font-size: 13px!important;
    }
    .sidebar_left{
        width: 100%;
    }
    .right_cont_date{
        font-size: 10px;
    }
    .contentDetails  #contents h2 span span{
        font-size: 14px!important;
    }
    .contentDetails img{
        height: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.content-all .contents {
        padding: 0 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    .sidebar_right{
        min-height: 100%;
    }
}
   
