.container{
    display: block;
    max-width:100%;
    margin: auto;

}


* {
    background-color: #fff;
}

img {
    display: block;
    max-width:100%;
    margin: auto;  
}
ul,li{
    list-style: none;;

}
.slide-box{
    margin-top:6px;
    display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.slide-item{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;


}
.slide-item-title{
    padding-bottom: 7px; 
    text-align: center;
    font-size: 14px;   
    margin-left: 15px;
    margin-right: 15px;

}
/*隐藏掉滚动条*/
.slide-box::-webkit-scrollbar {
    display: none;
}
.slide-t{
    float: bottom;
}




.fl{
    float: left;
    text-align: center;

    
}
.fr{
    float: right;
    text-align: center;
    
}


p{
margin: 0px
}

* {
    font-size: 14px;
    color: #404040;
}
::-webkit-scrollbar {
    display: none
}
.banner {
    position: relative;
}

.banner .con {
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.banner .con p {
    color: #fff;
    font-size: 16px;
}

.con-list {
    padding: 10px;
    padding-top: 0px;
}
.con-list .link {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 5px;
    position: relative;
}
.con-list .time {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.more-btn {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #999;
}
.type {
    display: inline-block;
}
.month-con {
    padding: 12px;
    border-bottom: 1px solid #e1e1e1;
    background: #fafafa;
    overflow: hidden;
    padding-bottom: 0px;
    display: none;
}
.month-con dt {
    width: 20%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}
.month-con dt span {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
}
.month-con dt span.active {
    background: #ffa42f;
    color: #fff;
    border: 1px solid #ffa42f;
}
.ops-con {
    padding: 12px;
    border-bottom: 1px solid #e1e1e1;
    background: #fafafa;
}
.ops-con .sort {
    height: 20px;
    line-height: 20px;
    float: right;
    padding: 0px 15px;
}
.ops-con .sort img {
    height: 20px;
    float: left;
    display: inline-block;
}
.ops-con .sort span {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    margin-left: 4px;
}
.last {
    background: #ffa42f;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    display: none;
}
.record .last {
    display: inline-block;
}
.record .title {
    color: #ffa42f !important;
}


