.content{
    width:1200px;
    margin:0 auto;
}
.content p.addr{
    color:#a5a6a7;
    font-size: 14px;
    padding-left:30px;
    position: relative;
    margin:10px 0;
}
.content p.addr a{
    color:#a5a6a7;
}
.content p.addr .house-icon{
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/house.png) no-repeat;
    left:5px;
    top:2px;
}
.content .list{
    background: #fff;
    padding:0 20px 50px;
    box-sizing: border-box;
}
.content .list ul.title-ul li{
    float:left;
    margin:5px 15px;
    padding:5px;
    font-weight: 600;
    box-sizing: border-box;
    border-top:3px solid #fff;
    cursor: pointer;
}
.content .list ul.title-ul li.active,.content .list ul.title-ul li:hover{
    border-top:3px solid #00548a;
    color:#00548a;
    box-sizing: border-box;
}
.content .list ul.content-ul{
    padding:40px 0;
}
.content .list ul.content-ul li{
    font-size: 14px;
    height:40px;
    line-height: 40px;
    padding-left:50px;
    padding-right:200px;
    border-bottom: 1px dashed #eaeaea;
    box-sizing: border-box;
    outline:0;
    position: relative;
    cursor: pointer;
}
.content .list ul.content-ul li span{
    display: inline-block;
    max-width: 850px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .list ul.content-ul li .blue-dot{
    display: inline-block;
    width:5px;
    height:5px;
    border-radius: 5px;
    background: #2b82d8;
    position: absolute;
    left:20px;
    top:17.5px;
}
.content .list ul.content-ul li .time{
    display: inline-block;
    position: absolute;
    left:1020px;
    top:0px;
    color:#999;
}
.content .list ul.content-ul li .time .time-icon{
    display: inline-block;
    position: absolute;
    left:-30px;
    top:12px;
    width:20px;
    height:20px;
    background: url(../images/time.png) no-repeat;
}
.M-box{
    text-align: center;
    padding:40px 0;
}
.content .detail{
    background: #fff;
    padding:30px 40px 20px;
    box-sizing: border-box;
    font-size: 14px;
}
.content .detail .title{
    text-align: center;
    /*font-size: 24px;*/
    color:#000;
    font-weight: 900;
}
.content .detail .small-title{
    color:#999;
    text-align: center;
}
.content .detail .small-title span{
    padding:0 15px ;
}
.content .detail .small-title span.num{
    padding-left:25px;
    position: relative;
    color:#2782da;
}
.content .detail .small-title span i{
    position: absolute;
    width:16px;
    height:16px;
    top:2px;
    left:5px;

}
.content .detail .small-title span i.view{
    background: url(../images/view.png) no-repeat;
}
.content .detail .small-title span i.dianzan{
    background: url(../images/dianzan.png) no-repeat;
}
.content .detail pre{
    color:#333;
    padding-bottom: 30px;
}
.content .detail .fanye{
    font-size: 14px;
}
.content .detail .prev{
    float:left;
    max-width:250px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#999;
    position:relative;
    padding-left:20px;
}
.content .detail .prev>i{
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/left-icon.png) no-repeat;
    left:0;
    top:2px;
}
.content .detail .next{
    float:right;
    max-width:250px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#999;
    position:relative;
    padding-right:20px;
}
.content .detail .next>i{
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/right-icon.png) no-repeat;
    right:0;
    top:2px;
}
.blue{
    color:#2782da;
}
img{
    max-width:100%;
}