*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei",sans-serif;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
}
/*.container{
    padding-left: 0;
    padding-right: 0;
}*/
.title,
.one-line{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.none{
    display: none;
}
.block-margin{
    margin-top: 60px;
}
.content{
    padding-bottom: 60px;
}
/*part标题开始*/
.part-title{
    font-style: italic;
    font-family:Georgia;
}
.part-title{
    text-align: center;
    position: relative;
}
.show_banner_head{
    margin-bottom: 40px;
}
.part-title:before,.part-title:after{
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30%;
}
.part-title:before{
    left: 25px;
}
.part-title:after{
    right: 25px;
}
@media (max-width: 768px) {
    .part-title:before{
        left: 0;
    }
    .part-title:after{
        right: 0;
    }
}
@media (max-width: 767px) {
    .part-title:before,.part-title:after{
        width: 20%;
    }
    .part-title h1{
        font-size: 25px;
    }
}
/*part标题结束*/

/*banner开始*/
.banner{
    width: 100%;
    height: 250px;
    background-image: url("../image/banner-top.jpg");
    background-position: center;
    background-size: cover;
}
/*banner结束*/

/* tree开始 */

/* tree结束 */
/*filter开始*/
.filter{
    margin-bottom: 20px;
    line-height: 35px;
}
.filter span{
    font-size: 16px;
    padding: 7px 15px;
}
.type{
    cursor: pointer;
}
@media (max-width: 767px) {
    .filter span{
        padding: 5px 10px;
    }
    .filter {
        margin-bottom: 0;
    }
}
/*filter结束*/
/* 文章列表开始*/
.my-list .top-div{
    position: relative;
    margin-bottom: 10px;
}
.my-list .block{
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}
.my-list .block+.title{
    margin-left: 30px;
}
.my-list .title{
    font-weight: 700;
}
.my-list .row{
    font-size: 16px;
}
.my-list .time{
    text-align: right;
}
.my-list li{
    padding: 30px 0;
}
.short{
    height: 3em;
    overflow: hidden;
}
.short p{
    line-height: 1.5em;
}

/*文章列表结束*/
/*分页开始*/
.pagination{
    width: 100%;
    text-align: center;
}
.pagination>li {
    display: inline-block;
    margin: 0 0.5%;
    *display:inline;
    *zoom:1;
}
.prev>li,.next>li{
    margin-right: 5%;
}

.pagination>li>a{
    padding: 10px 15px;
    /*  color: #333;*/
    border-radius: 15%;
}
.page{
    margin-top: 20px;
}
@media (max-width: 768px) {
    .pagination>li>a{
        padding: 3px 5px;
    }
}
/*分页结束*/
.type.selected{
    font-weight: 700;
}

@media (max-width: 768px){
    .banner{
        height: 150px;
    }
    .block-margin {
        margin-top: 30px;
    }
}
@media (max-width:767px ) {
    .banner{
        height: 100px;
    }
    .content{
        padding-bottom: 30px;
    }
}

/* 加载 start */
.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2{
    width: 20px;
    height: 20px;
    background-size: 100%;
}
/* 加载 end */

