/*广告*/
.left {
    width: 1200px;
    margin: auto;
}

.left .banner {
    width: 1200px;
    height: 90px;
    margin-top: 16px;
}

.left .banner img {
    width: 1200px;
    height: 90px;
}

/*menu*/
.menu_dropDown {
    width: 100%;
    position: relative;
}

.renovation_style {
    width: 95%;
    overflow: hidden;
}

.opname {
    display: block;
    text-align: center;
    background: #f8f8f8;
    color: #000000;
    border-right: 1px solid #E9E9E9;
}

.opname p {
    width: 60px !important;
    font-size: 12px;
    font-weight: lighter;
    margin: 6px auto;
    line-height: 20px;
}

.renovation_style .backd{
    display: block;
    background: #ff9700;
    line-height: 20px;
    max-width: 52px !important;
    color:#fff;
    height: 20px;
    text-align:center;
    border-radius: 3px;
    font-size: 12px;
    margin: 6px 0;
    border: none;
}

/*案例列表页*/
.content {
    padding: 20px 0 20px 0;
    margin-right: -30px;
}

.content .item .bgbox {
    width: 378px;
    margin-right: 10px;
    float: left;
    margin-bottom: 16px;
    height: AUTO;
    background: #fff;
    border: 1px solid #efe9e9;
    padding: 6px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.content .item .txt {
    font-weight: bold;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 290px;
}

.content .item .txt a {
    color: #3e3a39;
}

.content .item .desc {
    display: block;
    width: 290px;
    color: #6e6e6e;
    height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .item .type-title {
    display: inline-block;
    width: 100px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    vertical-align: middle;
}

.content .item .btnbox-gray {
    background: #7b7b7b;
    color: #fff !important;
    border: 1px solid #7b7b7b !important;
}

.content .rlast {
    margin-right: 0px;
}

/*翻页*/
.page {
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    padding: 15px 0;
}

#pages {
    font-size: 12px;
}

#pages a {
    border: 1px solid #e5e5e5;
    color: #3e3a39;
    overflow: hidden;
    margin: 0 2px 0 0;
    padding: 5px 10px;
}

#pages a:hover {
    background: #3e3a39;
    color: #fff;
}

#pages span {
    font-weight: 700;
    color: #5ea910;
    margin: 0 5px;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.mbx {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.mbx span {
    padding: 0 2px;
}

.mbx a {
    color: #000;
}
p.textc.yixuan {
    text-align: left;
    margin-left: 10px;
    display: flex;
}

b.tiao {
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: 12px;
    background: #ff9700;
    margin-right: 8px;
    border-radius: 5px;
    color: #fff;
    min-width: 50px;
    position: relative;
    padding-left: 7px;
}

b.tiao a {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    display: block;
    width: 50px;
    text-align: right;
    line-height: 20px;
    padding-right: 5px;
}
/*筛选*/
.wHeight {
    cursor: pointer; /* Add cursor pointer for better user interaction */
    width: 20px;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 6px;
    border-radius: 5px;
    background: url(/assets/images/drop-down-xgt.png) no-repeat center;
    background-size: 25px;
}

.whereBox .expanded {
    line-height: 52px;
    height: 52px;
}

.expandeds {
    height: 80px;
    line-height: 40px;
}

/*内容*/
.pamer_linkage {
    font-size: 14px;
    line-height: 14px;
}

.pamer_linkage span {
    display: inline-block;
    width: 40px;
    padding: 0px 6px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 10px;
    text-align-last: justify;
    border: 1px solid #9f9f9f;
    cursor: pointer;
    color: #fff;
}

.pamer_linkage span:hover{
    background: #676767;
    color: #FFF;
    border: 1px solid #676767;
}

.bgbox p.img {
    line-height: 0;
}

.desbox h3 {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.desbox {
    display: none;
    position: absolute;
    bottom: 6px;
    z-index: 999;
    width: 92%;
    background: #0000008f;
    padding: 10px;
}

.bgbox:hover .desbox {
    display:block;
}
