html,
body {
    font-size: 20px;
    background: #f8f8f8;
}

* {
    margin: 0;
    padding: 0;
    /* color: #333; */
    text-decoration: none;
}

.text-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-two-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.text-three-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

/* .header-box {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-box .header {
    width: 1250px;
    height: 53px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

/* .header-box .header .left {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.header-box .header .left a {
    float: left;
    color: #fff;
}

.header-box .header .left .icon {
    width: 106px;
    height: 33px;
}

.header-box .header .left .tabs {
    display: flex;
    margin-left: 65px;
    float: left;
}

.header-box .header .left .tabs .tab {
    width: 95px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-right: 14px;
    float: left;
}

.header-box .header .left .tabs .tab .name {
    font-size: 16px;
    line-height: 16px;
    color: #111111;
    font-weight: 400;
}

.header-box .header .left .tabs .tab .arrow-down {
    width: 10px;
    height: 7px;
    margin-left: 7px;
    margin-top: 4px;
}

.header-box .header .left .tabs .tab .fixed {
    display: none;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 100;
    width: 95px;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.header-box .header .left .tabs .tab .fixed .origin-box {
    width: 95px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-box .header .left .tabs .tab .fixed .origin-box .name {
    font-size: 16px;
    line-height: 16px;
    color: #b20b30;
    font-weight: 400;
}

.header-box .header .left .tabs .tab .fixed .origin-box .arrow-top {
    width: 10px;
    height: 7px;
    margin-left: 7px;
    margin-top: 4px;
}

.header-box .header .left .tabs .tab .fixed .fixed-name {
    display: inline-block;
    width: 95px;
    height: 32px;
    background: #ffffff;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 4px;
}

.header-box .header .left .tabs .tab .fixed .fixed-name:last-child {
    margin-bottom: 0;
}

.header-box .header .left .tabs .tab .fixed .fixed-name:hover {
    background-color: #b20b30;
    color: #ffffff;
} */
/* 
.header-box .header .info {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    cursor: pointer;
}

.header-box .header .logged {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    min-width: 121px;
    float: right;
}

.header-box .header .logged .avatar {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.header-box .header .logged .name {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    padding: 0 6px;
}

.header-box .header .logged .arrow-down {
    width: 10px;
    height: 7px;
}

.header-box .header .logged .logged-fixed {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    min-width: 121px;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.header-box .header .logged .logged-fixed .origin-box {
    min-width: 121px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-box .header .logged .logged-fixed .origin-box .avatar {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.header-box .header .logged .logged-fixed .origin-box .name {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    padding: 0 6px;
}

.header-box .header .logged .logged-fixed .origin-box .arrow-top {
    width: 10px;
    height: 7px;
}

.header-box .header .logged .logged-fixed .fixed-name {
    display: inline-block;
    min-width: 121px;
    height: 32px;
    background: #ffffff;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 4px;
}

.header-box .header .logged .logged-fixed .fixed-name:last-child {
    margin-bottom: 0;
}

.header-box .header .logged .logged-fixed .fixed-name:hover {
    background-color: #b20b30;
    color: #ffffff;
}


.header-box .header-search .input-box .input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f8f8f8;
}

.header-box .header-search .search-btn {
    width: 126px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    background: #b20b30;
    border-radius: 0px 3px 3px 0px;
    color: #deccac;
    font-size: 20px;
    cursor: pointer;
} */

.container {
    width: 100%;
}

.container .content {
    width: 1250px;
    margin: 0 auto;
}

.container .content .crumbs {
    display: flex;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.container .content .crumbs .crumbs-box {
    height: 24px;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0 6px;
    color: #999;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.container .content .crumbs .crumbs-box:last-child {
    border-color: #002f6b;
    color: #002f6b;
}

.container .content .crumbs .arrow-right {
    width: 10px;
    height: 7px;
    transform: rotateZ(270deg);
    margin: 0 6px;
}

.container .content .search-box {
    width: 669px;
    height: 53px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
    cursor: pointer;
}

.container .content .search-box .input-box {
    width: 542px;
    height: 53px;
    box-sizing: border-box;
    padding: 6px 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    float: left;
}

.container .content .search-box .input-box .input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    border: none;
    outline: none;
}

.container .content .search-box .search-btn {
    width: 126px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    background: #b20b30;
    border-radius: 0px 3px 3px 0px;
    color: #deccac;
    font-size: 20px;
    cursor: pointer;
    float: right;
}

.container .content .result-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.container .content .result-text.result-no {
    margin-bottom: 10px;
}

.container .content .result-text.result-no .result-no-desc{
    font-size: 16px;
    background: rgba(230, 162, 60, 0.3);
    width: auto;
    display: inline-block;
    padding: 8px;
    line-height: 24px;
    border-radius: 4px;
    color: #333;
    margin-top: 6px;
}

.container .content .result-text text {
    color: #b20b30;
}

.container .content .filterRe-box {
    margin: 0 0 20px 0;
    display: flex;
}

.container .content .filterRe-box .filterRe {
    height: 32px;
    position: relative;
    padding: 0 16px;
    background-color: #ffffff;
    margin-right: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.container .content .filterRe-box .filterRe:hover {
    border-radius: 3px;
    border: 1px solid #002f6b;
}

.container .content .filterRe-box .filterRe:hover .close {
    background-image: url("https://imgs0.zupu.cn/photos/common/20210302/5bb28c76-05db-4ca9-9879-3960efba1e11.png");
}

.container .content .filterRe-box .filterRe text {
    font-size: 16px;
    color: #002f6b;
    line-height: 16px;
}

.container .content .filterRe-box .filterRe .close {
    background-image: url("https://imgs0.zupu.cn/photos/common/20210302/b428b80d-c614-4616-ae11-4823a680ee51.png");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    right: -6px;
}

.container .content .filterRe-box .clear {
    height: 32px;
    font-size: 16px;
    color: #999999;
    margin-left: 14px;
    line-height: 32px;
    cursor: pointer;
}

.max-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.max-box .max-left {
    flex: 1;
    float: left;
}

.max-box .max-left .filter-box {
    width: 954px;
    height: auto;
    /*min-height: 250px;*/
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 24px 34px 24px 20px;
    display: flex;
    margin-bottom: 10px;
}

.max-box .max-left .filter-box .filter-header {
    margin-right: 12px;
}

.max-box .max-left .filter-box .filter-content .filter .header {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    float: left;
}

.max-box .max-left .filter-box .filter-header .header:last-child {
    margin-bottom: 0;
}

.max-box .max-left .filter-box .filter-content {
    flex: 1;
}

.max-box .max-left .filter-box .filter {
    width: 100%;
    height: auto;
    min-height: 32px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.max-box .max-left .filter-box .filter.filter-region {
    /*justify-content: space-between;*/
}

.max-box .max-left .filter-box .filter:last-child {
    margin-bottom: 0;
}

.max-box .max-left .filter-box .filter .filter-name {
    height: 32px;
    font-size: 16px;
    color: #666666;
    margin-right: 20px;
    line-height: 32px;
    padding: 0 16px;
    cursor: pointer;
}
.max-box .max-left .filter-box .filter .active {
    color: #002f6b!important;
}

.max-box .max-left .filter-box .filter .filter-name:hover {
    color: #002f6b;
    font-weight: bold;
}

.max-box .max-left .filter-box .filter .filter-left {
    width: 786px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}

.max-box .max-left .filter-box .filter .hide {
    height: 32px;
}

.max-box .max-left .filter-box .filter .region {
    margin-right: 14px;
    display: flex;
    align-items: center;
    position: relative;
    height: 32px;
    justify-content: center;
    padding: 0 16px;
    float: left;
}

.max-box .max-left .filter-box .filter .region.showall {
    margin-right: 0;
    padding: 0;
    cursor: pointer;
    float: right;
}

.max-box .max-left .filter-box .filter .region.showall .name {
    color: #002f6b;
}

.max-box .max-left .filter-box .filter .region .name {
    font-size: 16px;
    color: #666;
    float: left;
}

.max-box .max-left .filter-box .filter .region .arrow-down {
    width: 10px;
    height: 7px;
    margin-left: 4px;
    margin-top: 4px;
}

.max-box .max-left .filter-box .filter .region-fixed {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.max-box .max-left .filter-box .filter .region-fixed .region-active {
    position: relative;
    width: fit-content;
    height: 32px;
    background: #f8f8f8;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    word-break: keep-all;
    box-shadow: -2px -2px 8px -4px rgba(0, 0, 0, 0.2), 2px -2px 8px -4px rgba(0, 0, 0, 0.2);
    z-index: 201;
}

.max-box .max-left .filter-box .filter .region-fixed .region-active .name {
    font-size: 16px;
    color: #002f6b;
    cursor: pointer;
}

.max-box .max-left .filter-box .filter .region-fixed .region-active .active-arrow-down {
    width: 10px;
    height: 7px;
    margin-left: 8px;
    transform: rotateX(180deg);
}

.max-box .max-left .filter-box .filter .region-fixed .area {
    width: 212px;
    min-height: 150px;
    background: #f8f8f8;
    border-radius: 0px 3px 3px 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 4px 8px;
    z-index: 200;
    position: relative;
}

.max-box .max-left .filter-box .filter .region-fixed .area .area-name {
    display: inline-block;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #111;
    background-color: #ffffff;
    margin-right: 1px;
    margin-top: 4px;
    cursor: pointer;
}

.max-box .max-left .filter-box .filter .region-fixed .area .area-name:hover {
    background-color: #002f6b;
    color: #ffffff;
}

.max-box .max-left .filter-box .filter .right {
    height: 32px;
    display: flex;
    align-items: center;
    float: left;
}

.max-box .max-left .filter-box .filter .right .letter {
    width: 32px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 20;
    float: left;
}

.max-box .max-left .filter-box .filter .right .letter .word {
    color: #666;
}

.max-box .max-left .filter-box .filter .right .letter .fixed-word {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.max-box .max-left .filter-box .filter .right .letter .fixed-word .word-info {
    position: relative;
    width: 32px;
    height: 21px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    box-shadow: -2px -2px 8px -4px rgba(0, 0, 0, 0.2), 2px -2px 8px -4px rgba(0, 0, 0, 0.2);
    color: #002f6b;
}

.max-box .max-left .filter-box .filter .right .letter .fixed-word .word-area {
    width: 212px;
    min-height: 90px;
    background: #f8f8f8;
    border-radius: 0px 3px 3px 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 4px 8px;
    text-align: left;
}

.max-box .max-left .filter-box .filter .right .letter .fixed-word .word-area .name {
    display: inline-block;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #111;
    background-color: #ffffff;
    margin-right: 1px;
    margin-top: 4px;
}

.max-box .max-left .filter-box .filter .right .letter .fixed-word .word-area .name:hover {
    background-color: #002f6b;
    color: #ffffff;
}

.max-box .max-left .list {
    width: 100%;
    margin-top: 32px;
}

.max-box .max-left .list .li {
    width: 954px;
    height: 263px;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.max-box .max-left .list .li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.max-box .max-left .list .li .img {
    flex: 0 0 222px;
    width: 222px;
    height: 222px;
    margin-right: 24px;
    position: relative;
}

.max-box .max-left .list .li .img .model {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 222px;
    display: none;
    /*height: 115px;*/
    background: #111111;
    opacity: 0.4;
    box-sizing: border-box;
    padding: 6px 9px;
}

.max-box .max-left .list .li .img .model p {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

.max-box .max-left .list .li .img .model .other {
    font-size: 12px;
    text-align: right;
    color: #ddd;
    line-height: 12px;
}

.max-box .max-left .list .li .img img {
    width: 100%;
    height: 100%;
}

.max-box .max-left .list .li .right {
    flex: 1;
    max-width: 660px;
}

.max-box .max-left .list .li .right .title {
    font-size: 22px;
    line-height: 22px;
    color: #111;
    font-weight: bold;
}

.max-box .max-left .list .li .right .tags {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.max-box .max-left .list .li .right .tags .tag {
    height: 32px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: fit-content;
    padding: 0 12px;
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
    line-height: 32px;
    max-width: 560px;
}

.max-box .max-left .list .li .right .desc {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    position: relative;
    max-height: 66px;
    overflow: hidden;
}

.max-box .max-left .list .li .right .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.money-box {
    float: left;
}

.max-box .max-left .list .li .right .bottom .money-box .origin {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 14px;
    text-decoration: line-through;
}

.max-box .max-left .list .li .right .bottom .money-box .now {
    font-size: 18px;
    line-height: 18px;
    color: #111;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.max-box .max-left .list .li .right .bottom .li-btn {
    width: 137px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #b20b30;
    font-size: 18px;
    color: #dfcfaf;
    float: right;
}

.max-box .max-left .pagegation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px 0;
}

.max-box .max-left .pagegation .pages {
    display: flex;
    align-items: center;
}

.pages > a {
    display: block;
    float: left;
}

.max-box .max-left .pagegation .pages .head,
.max-box .max-left .pagegation .pages .prev,
.max-box .max-left .pagegation .pages .next,
.max-box .max-left .pagegation .pages .end {
    font-size: 16px;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}

.max-box .max-left .pagegation .pages .num {
    width: 44px;
    height: 44px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-right: 8px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.max-box .max-left .pagegation .pages .num.active {
    border-color: #b20b30;
    color: #b20b30;
}

.max-box .max-left .pagegation .pages .num:last-child {
    margin-right: 16px;
}

.max-box .max-right {
    width: 271px;
    flex: 0 0 271px;
    margin-left: 25px;
    float: left;
}

.max-box .max-right .news {
    width: 271px;
    box-sizing: border-box;
    padding: 24px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 6px;
}

.max-box .max-right .news .news-img {
    width: 222px;
    /*height: 126px;*/
    margin-bottom: 12px;
}

.max-box .max-right .news .news-title {
    font-size: 16px;
    color: #111;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}

.max-box .max-right .news .news-desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    max-height: 60px;
    overflow: hidden;
}

.coverImg {
    flex:  0 0 222px;
    width: 222px;
    height: 222px;
    box-sizing: border-box;
    padding: 20px 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
}

.coverImg:hover > .model {
    display: block!important;
}

.familyCover {
    position: relative;
    width: 100%;
    height: 100%;
}

.familyCon {
    position: absolute;
    right: 9px;
    top: 9px;
    background: white;
    text-align: center;
    max-height: 246px;
    overflow: hidden;
}

.familyNum {
    position: absolute;
    bottom: 0;
    right: 38px;
    width: 12px;
    font-size: 12px;
    word-wrap: break-word;
    color: #fff;
}

.borderFirst {
    padding: 2px;
    border: 2px solid #d4b382;

}

.borderDiv {
    width: 20px;
    position: relative;
    border: 1px solid #704a12;
    min-height: 23px;
}

.familyName {
    max-height: 112px;
    /* overflow: hidden; */
    width: 8px;
    font-size: 12px;
    padding: 4px 0;
    word-wrap: break-word;
    background-color: #fff;
    color: #93631c;
    letter-spacing: 5px;
    margin-left: 4px;

}

.borderDiv img {
    width: 10px !important;
    height: 7px !important;
    display: block;
}

.borderLT {
    position: absolute;
    top: 0;
    left: 0;
}

.borderLB {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg); /* IE 9 */
    -moz-transform: rotateY(180deg); /* Firefox */
    -webkit-transform: rotateY(180deg); /* Safari and Chrome */
    -o-transform: rotateY(180deg); /* Opera */
}

.borderRT {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg); /* IE 9 */
    -moz-transform: rotateX(180deg); /* Firefox */
    -webkit-transform: rotateX(180deg); /* Safari and Chrome */
    -o-transform: rotateX(180deg); /* Opera */
}

.borderRB {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

/*添加*/
.search-header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 148px;
    height: 65px;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 800;
}

.fixed-search {
    width: 1250px !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
    margin: 0 auto !important;
}

.fixed-input {
    background-color: #f8f8f8 !important;
}

.noData {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 148px;
}

.noData-icon {
    width: 61px;
    height: 65px;
    margin-bottom: 22px;
}

.noData-name {
    font-size: 16px;
    line-height: 16px;
    color: #cccccc;
}

footer {
    clear: both;
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-top: 1px solid #f3f3f3;
    background: white;
    text-align: center;
    font-size: 13px;
    color: #333333;
}

footer .list {
    margin-top: 15px;
}

footer .list a {
    margin-right: 10px;
}

.newH4 {
    width: 400px;
    font-size: 20px;
    margin-top: 6px;
    color: #CFCFCF;
}

.zgjmBox {
    width: 256px;
    height: 269px;
    position: relative;
    margin-top: 10px;
}

.zgjmBox > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("https://imgs0.zupu.cn/photos/common/20200225/f489401f-d01e-4a49-902f-878d80e14fc8.png");
    background-size: 100% 100%;
}

.cjmBox {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 8%;
    top: 70%;
}

.cjmBox span {
    font-size: 14px;
    color: #040404;
    float: left;
}

.cjmBox ul {
    display: inline-block;
    float: left;
}

.cjmBox ul li {
    float: left;
    color: #E60214;
    font-size: 14px;
    cursor: pointer;
}


.advert {
    width: 271px;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 20px;
}

.advert .title {
    line-height: 18px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}

.advert .state {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #eeeeee;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.advert .state span {
    color: #b20b30;
}

.advert .desc {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.advert .desc p {
    margin-bottom: 6px;
}

.advert .desc p:last-child {
    margin-bottom: 0;
}

.advert .desc p span {
    color: #012f6b;
}

.other-link {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0;
    text-align: right;
    width: 100%;
    color: #012f6b;
}

.lead {
    width: 100%;
}

.lead .title {
    font-size: 19px;
    color: #111;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lead .lead-box {
    width: 271px;
    /*height: 188px;*/
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
}

.lead .lead-box a {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 6px;
    color: #333;
    display: inline-flex;
    margin-right: 20px;
    align-items: center;
    /*justify-content: center;*/
    max-width: 100%;
}
.lead .lead-box a:hover span {
    color: red;
}

.lead .lead-box a .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #b20b30;
    margin-right: 4px;
}

.name-map {
    width: 954px;
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 18px 58px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.name-map .title-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #cccccc;
}

.name-map .title-box .title {
    color: #111;
    font-weight: bold;
}

.name-map .title-box .more {
    font-size: 15px;
    line-height: 15px;
    color: #012f6b;
}

.name-map .bottom {
    display: flex;
    margin-top: 15px;
}

.name-map .bottom .right-img {
    width: 230px;
    height: 230px;
    margin-right: 38px;
    background-image: url(https://imgs0.zupu.cn/photos/common/20191113/9ac2121a-cd55-4144-a488-ae9a15ef30c1.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 228px;
    font-size: 110px;
    color: #F5F1DC;
    font-family: pictos;
    display: inline-block;
}

.name-map .bottom .bottom-right {
    flex: 1;
    margin-top: 10px;
}

.name-map .bottom .bottom-right .info-box {
    margin-bottom: 10px;
}

.name-map .bottom .bottom-right .info-box p {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    max-width: 270px;
    margin-right: 20px;
    margin-bottom: 8px;
}

.name-map .bottom .bottom-right .info-box p:nth-of-type(2n + 2) {
    margin-right: 0;
}

.name-map .bottom .bottom-right .info-box p span {
    color: #b20b30;
}

.name-map .bottom .bottom-right .info-desc {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
    text-indent: 34px;
}

.zhpk-tuijian {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zhpk-tuijian span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #B30B20;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}

.zhpk-tuijian span:last-child, .zhpk-tuijian span:nth-last-child(2) {
    background-color: #333333;
}