/******************************** 公共style ******************************/
*{font-family:"PingFangSC,Microsoft YaHei" ,sans-serif;box-sizing: border-box;}
.bodyFix{position: fixed;width: 100%;}
body{color: #303030;    font-family: "PingFangSC,Microsoft YaHei" ,sans-serif}
.bodyF8{background-color: #f8f8f8}
html,body,h1,h2,h3,h4,h5,h6,p,img,ul,li,dl,dt,dd,button{margin: 0;padding: 0;border:none;}
img{vertical-align: middle;}
ul,ol{list-style: none;}
i{font-style: normal;}
a{color: #4c4c4c;text-decoration: none;}
input,button,textarea,select{border:none;outline: none;vertical-align: middle; margin: 0;padding: 0;}
.clearFix::after,.clearFix::before{content: "";height: 0;line-height: 0;display: block;visibility: hidden;clear: both;}
.lf{float: left;}
.rt{float: right;}
.mw1200{min-width: 1200px;margin: 0 auto;}
.w1200 {width: 1200px;margin: 0 auto;}
.w1000{ width: 1000px;margin: 0 auto; }
.w250{width: 250px}
.mb80{margin-bottom: 80px}

.border-redis-4 {
    border-radius: 4px;
}
.plr15{
    padding: 0;
}
.container {
    /* overflow: hidden; */
    max-width: 1200px;
    margin: auto;
}
.hDD25 a:hover{
    color: #dd2534;
}
.hC820 a:hover{
    color: #C8201E;
}
.mt30{margin-top: 30px}
.more{
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.rTit h2{
    font-size: 16px;
    color: #333;
    line-height: 20px;
}
.rTit .more{
    font-weight: normal;
   float: right;
}
.rTit .more:hover{
    color: #C8201e;
}

.rightBar{
    position:fixed;
    right:10px;
    bottom:64px;
    z-index:121;
}
.rightBar .btn{
    width:60px;
    height:60px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #e6e6e6;
    margin-bottom:4px;
    cursor:pointer;
    position:relative;
    display: block;
}
.rBarShow{
    background-color:#fff;
    position:absolute;
    right:64px;
    top:0;
    display:none;
}
.rightBar .btnTop{
    display: none;
}
.rightBar .btn:hover{
    -webkit-box-shadow: 0 0 8px rgba(102,120,128,0.4);
    -moz-box-shadow: 0 0 8px rgba(102,120,128,0.4);
    box-shadow: 0 0 8px rgba(102,120,128,0.4);
}
/******************** header *********************/
.infoHead{
    background-color: #f8f8f8;
    height: 92px;
    border-bottom: 2px solid #eee;
}
.infoHead .pic img{
    width: 180px;
    height: 42px;
    margin-top: 28px;

}
.infoHead .rt a{
    float: left;
    margin-left: 50px;
    line-height: 92px;
    font-size: 16px;
    color: #666;
}
.infoHead .rt a:hover,.infoHead .rt a.focus{
    color: #C8201E;
}
/******************** 面包屑 *********************/
.crumbs{
    font-size: 12px;
    line-height: 1;
    color: #666;
    margin: 19px 0;
}
.crumbs a{
    color: #666;
}
.crumbs .current{
    color: #999;

}

/******************** infoListCon *********************/
.listCon {
    background-color: #fff;
}
.listCon.bottom-45 {
    margin-bottom: 45px;
}
.listCon li{
    padding: 30px 0;
}
.listCon li:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
}
.listCon li a {
    overflow: hidden;
}
.listCon li .pic{
    float: left;
    overflow: hidden;
}
.listCon li .pic img{
    width: 240px;
    height: 170px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: transform 0.2s;
}
.listCon li .pic:hover img {
    transform: scale(1.1);
}
.listCon li .txt{
    float: left;
    width: 650px;
    margin-left: 20px;
}
.listCon li.not-img .txt {
    width: 100%;
    margin-left: 0;
}
.listCon li .txt h2{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.listCon li .txt h2:hover {
    color: #C8201E;
}
.listCon li .txt p:not(.tips){
    font-size: 16px;
    color: #666;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.listCon li .txt p.tips{
    font-size: 14px;
    line-height: 19px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 33px;
    overflow: hidden;
}
.listCon li .txt p.tips span{
    float: left;
    margin-right: 30px;
}

/******************** 热推写字楼1 *********************/
.hotOffice{
    background-color: #fff;
}
.hotOffice .rTit{
    padding-top: 26px;
    padding-bottom: 18px;
}
.hotOffice ul li{
    border-bottom: 1px solid #E5E5E5;
    padding: 23px 0;
}
.hotOffice ul li:first-of-type{
    padding-top: 0;
}
.hotOffice ul li:last-of-type{
    border-bottom: 0;
    /*padding-bottom: 30px;*/
}
.hotOffice ul li a{
    overflow: hidden;
    display: block;
}
.hotOffice ul li a .pic{
    position: relative;
    width: 85px;
    height: 60px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
.hotOffice ul li a .pic.is-vr::before,
.hotOffice ul li a .pic.has-video::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 199;
    width: 20px;
    height: 20px;
    background: url(/statics/hh/images/icon_vr_20.png) center center/cover no-repeat;
    pointer-events: none;
}
.hotOffice ul li a .pic.has-video::after {
    background-image: url(/statics/hh/images/video_24.png);
}
.hotOffice ul li a .pic.is-vr.has-video::after {
    left: 30px;
}
.hotOffice ul li a .pic p{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.50);
    font-size: 10px;
    color: #FFF;
    padding: 0 3px;
    line-height: 18px;
}
.hotOffice ul li a img{
    width: 85px;
    height: 60px;
}
.hotOffice ul li a .txt{
    width: 155px;
    float: left;
    margin-left: 10px;
}
.hotOffice ul li a .txt h2{
    font-weight: normal;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}
.hotOffice ul li a .txt .address{
    font-size: 12px;
    color: #666;
    line-height: 16px;
    padding: 4px 0;
}
.hotOffice ul li a .txt .price{
    font-size: 12px;
    color: #C8201E;
    line-height: 17px;
}
/******************** 资讯排行榜 *********************/
.infoLeague{
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 17px;
}
.infoLeague .rTit{
    padding: 26px 0 15px 0;
}
.infoLeague li{
    margin-bottom: 10px;
}
.infoLeague li a{
    display: block;
    overflow: hidden;
}
.infoLeague li a:hover{
    color: #C8201e;
}
.infoLeague  li i{
    display: inline-block;
    color: #333;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    margin-right: 10px;
    margin-top: 2px;
    text-align: center;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.infoLeague li:nth-child(1) a i,.infoLeague li:nth-child(2) a i,.infoLeague li:nth-child(3) a i {
    background: #C8201e;
    color: #fff;
}
.infoLeague li p {
    float: left;
    font-size: 14px;
    line-height: 19px;
    width: 226px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/******************** 您可能会喜欢 *********************/
.mightLike{
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 17px 0;
}
.mightLike .rTit{
    padding: 26px 0 18px 0;
}
.mightLike .con a{
    float: left;
    background: #F4F6F9;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #536D8C;
    text-align: center;
    padding: 0 11px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
/******************** 热推写字楼2 *********************/
.hotOffice2{
    padding-bottom: 20px;
}
.hotOffice2 ul li{
    border-bottom: 0;
    padding: 10px 0;
}

.share-area { height: 20px; }
.share-area .label { float: left; line-height: 20px; }
.share-area ul { display: inline-block; }
.share-area ul li { float: left; margin-right: 10px; list-style: none;cursor: pointer;    height: 20px;}
.share-area ul li a{ display: inline-block; width: 20px; height: 20px; }
.share-tx-weChat { background: url("../images/wechat.png") no-repeat center; width: 20px; height: 20px; }
.s1{position: relative;}
#layerWxcode{position: absolute;left: 50%;transform: translateX(-50%);height: 90px;top: -100px;width: 224px;padding: 10px 16px 10px 10px;background: #FFF;border: 1px solid #E5E5E5;display: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.16);
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.s1:hover #layerWxcode{
    display: block;
}
#shareUrl{float: left;width: 70px;}
#layerWxcode .txt{float: left;width: 112px;margin-left: 14px;font-size: 12px;color: #666;margin-top: 10px;}
#layerWxcode .triaArrow{width: 0;height: 0;border-top: 6px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;display: block;margin: 0 auto;position: absolute;bottom: -6px;left: 50%;margin-left: -6px;}
.share-qq { background: url("../images/qq.png") no-repeat center; width: 20px; height: 20px; }
.share-qzone { background: url(../images/space.png) no-repeat center; width: 20px; height: 20px;  }
.share-xl-weiBo { background: url(../images/weibo.png) no-repeat center; width: 20px; height: 20px;}

.hotOffice ul li a:hover .txt h2{
    color: #C8201E;
}
.pagination-wrapper {
    margin: 45px auto;
}