*{
    margin: 0;
    padding: 0;
}
/*踩盘笔记*/

/*轮播*/
.cumt-tit{
    width:90%;
    height: 154px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.zuixin{
    width: 36%;
    height: 69.5px;
    overflow: hidden;
}
.span1{
    width:100%;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
}
.span2{
    width:100%;
    height: 37px;
    font-size: 0.7rem;
    color: #545454;
    line-height: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10.5px;
}
.jieshao{
    width: 90%;
    height: 66px;
    margin-top: 15px;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    margin-left: 2px;
    overflow: hidden;
}
.jieshao ul{
    width: 40%;
    height: 37px;
    margin-left: 3%;
    margin-top: 5%;
    overflow: hidden;
}
.jieshao ul li{
    width: 100%;
    height: 37px;
    line-height: 18px;
    font-size: 0.9rem;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lunbo{
    width: 50%;
    height: 152px;
    border-radius: 5px;
    position: absolute;
    top: 9%;
    right: 6%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
}
.swiper-slide {
    text-align: center;
    border-radius: 3px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{
    width: 98%;
    height: 98%;
}
.swiper-slide img{
    width: 98%;
    height: 100%;
    border-radius: 3px;
    margin-top: 2px;
    border: 2px solid #FC7A39;
}
.swiper-pagination-bullet{
    width: 4px !important;
    height: 4px !important;
}
.swiper-pagination-bullet-active{
    background: #FF5C26 !important;
}
ul.num{
    width: 36px;
    height: 77.5px;
    background:rgba(252, 122, 57, 0.93);
    position: absolute;
    top: 11px;
    left: -25px;
    z-index: 9999;
    border-radius: 3px;
    overflow: hidden;
}
.num li{
    width: 36px;
    height: 77.5px;
    border-radius: 3px;
}
.num-r{
    width: 32px;
    height: 38.5px;
    line-height: 38.5px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #FFB18A;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    font-family:Sans-serif;
}
.num-y{
    width: 32px;
    height: 15.5px;
    margin: 0 auto;
    color: #fff;
    font-size: 0.9rem;
    line-height: 18.5px;
    text-align: center;
    margin-top: 2px;
    font-family: Sans-serif;
}
.num-n{
    width: 32px;
    height: 16.5px;
    margin: 0 auto;
    color: #fff;
    font-size: 0.9rem;
    line-height: 18.5px;
    text-align: center;
    font-family: Sans-serif;
}
.gengduo{
    width:90%;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
    margin-top: 37px;
}
.container{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5.5px;
}
ul.dian{
    margin-top: 5px;
}
.dian li{
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    margin-right: 7px;
    float: left;
}
/*列表*/
ul#scanList{
    width: 100%;
}
#scanList li{
    width: 100%;
    height: 93.5px;
    border-bottom: 1px solid #DFDFDF;
    margin-top: 16px;
}
.left{
    width: 60%;
    height: 77.5px;
    float: left;
    margin-top: 1px;
}
.left p{
    width: 100%;
    height: 63px;
    font-size: 0.8rem;
    color: #545454;
    line-height: 19px;
}
.left span{
    font-size: 0.7rem;
    color: #999999;
    margin-top: 32px;
}
.right{
    width: 35%;
    height:80px;
    float: right;
    background: #EDEDED;
    border-radius: 2px;
}
.right img{
    width: 100%;
    height:100%;
    border-radius: 2px;
}
/*购房百科*/
/*头图*/
.img{
    width: 100%;
    height: 150px;
}
.zixunNav{
    height: 40px !important;
}