/* 导航 */
.main_nav {
    width: 100%;
    height: 45px;
    margin-top: 30px;
    background-color: #c1292e;
}

.main_nav .nav_bar li {
    float: left;
}

.main_nav .nav_bar li a {
    display: block;
    width: 133px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.main_nav .nav_bar li a.active {
    background-color: #a72428;
}

/* 页面内容 */
.wrap {
    width: 100%;
    background-color: #f9f9f9;
}

.path {
    height: 43px;
    line-height: 43px;
    color: #999;
}

.path a {
    color: #999;
}

/* 中间内容 */
.main {
    overflow: auto;
}

/* 左侧 */
.main_Lcont {
    width: 895px;
    /* height: 2228px; */
}

.Lcont_one {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 20px 50px 10px;
}

.info_title {
    font-size: 26px;
    color: #333;
    line-height: 40px;
    max-height: 80px;
    overflow: hidden;
}

.fu_title {
    margin-top: 15px;
}

.fu_title i,
.fu_title em,
.fu_title a,
.fu_title span {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

.fu_title a,
.fu_title span {
    padding: 0 8px;
    background-color: #f9f9f9;
}

.info_article {
    margin: 30px 0 20px 0;
}

.info_article p {
    font-size: 15px;
    text-indent: 30px;
    color: #666;
    line-height: 30px;
    padding: 5px 0;
}

.info_article img {
    max-width: 660px;
    max-height: 485px;
    margin: 0px 0 0px 50px;
}

.page_change {
    border-top: 1px solid #eaeaea;
}

.page_change li {
    display: inline-block;
    width: calc(50% - 10px);
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.page_change li span {
    color: #666;
}

/* 品牌资讯 */
.Lcont_two {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px;
    padding-bottom: 6px;
}

.Lcont_two h3 {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.Lcont_two h3::before {
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 3px;
    height: 18px;
    content: "";
    background-color: #c1292e;
}

.Lcont_two h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.Lcont_two h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Lbox {
    width: 416px;
    padding: 17px 0;
    font-size: 0;
}

.Lbox li {
    display: inline-block;
    width: 100%;
    height: 94px;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
}

.Lbox li:last-of-type {
    margin-bottom: 0;
}

.Lbox li dl dd a img {
    width: 145px;
    height: 94px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.Lbox li dl dt {
    width: 254px;
}

.Lbox li dl dt .p1 {
    width: 100%;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.Lbox li dl dt .p1 a {
    color: #333;
}

.Lbox li dl dt .p2 {
    position: absolute;
    bottom: 5px;
    color: #999;
}

.Lbox li dl dt .p2 a {
    color: #999;
    margin-right: 10px;
}

.Rbox {
    width: 403px;
    padding: 10px 0;
}

.Rbox ul li {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
}

.Rbox ul li::before {
    position: absolute;
    left: -2px;
    top: 16px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c1292e;
}

.Rbox ul li a {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Rbox ul li:first-of-type a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.Rbox ul li span {
    float: right;
    color: #999;
}

.Rbox .Rbox_ad {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.Rbox .Rbox_ad a img {
    width: 192px;
    height: 102px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

/* 右侧  */
.main_Rcont {
    width: 290px;
}

.Rcont_zero {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 21px;
    text-align: center;
}

.Rcont_zero .p1 a img {
    width: 132px;
    height: 91px;
    margin: 0 auto;
    margin-top: 28px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

.Rcont_zero .p2 {
    margin-top: 20px;
}

.Rcont_zero .p2 a {
    font-size: 18px;
    color: #333;
}

.Rcont_zero .p3 {
    font-size: 15px;
    margin: 15px auto 20px;
}

.Rcont_zero .p3 span {
    color: #c0292e;
    margin-left: 8px;
}

.Rcont_zero .p4 a {
    display: inline-block;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #ff9c00;
    border-radius: 6px;
}

.Rcont_zero .p4 a:last-of-type {
    background-color: #c1292e;
    margin-left: 5px;
}

/* 最新资讯 */
.Rcont_one {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 14px;
    padding-bottom: 10px;
}

.Rcont_one h3 {
    line-height: 54px;
}

.Rcont_one h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_one h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.swiper_one {
    border-radius: 6px;
    width: 262px;
    height: 233px;
    overflow: hidden;
    position: relative;
}

.swiper_one .swiper-wrapper .swiper-slide a img {
    width: 262px;
    height: 191px;
    border-radius: 6px 6px 0 0;
}

.swiper_one .swiper-wrapper .swiper-slide a p {
    position: absolute;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    background-color: #f9f9f9;
    width: 100%;
}

.swiper_one .swiper-wrapper .swiper-slide a p span {
    font-size: 16px;
    margin-left: 15px;
    color: #333;
}

.swiper_one .swiper-wrapper .swiper-slide a p em {
    float: right;
    color: #c1292e;
    margin-right: 8px;
}

.swiper_one .swiper-pagination {
    bottom: 45px;
    text-align: center;
}

.swiper_one .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #c0b0a2 !important;
    opacity: 1;
    border-radius: 3px;
}

.swiper_one .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 23px;
}

.Rcont_one ul {
    margin-top: 8px;
}

.Rcont_one ul li {
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding: 6px 0;
    padding-left: 10px;
}

.Rcont_one ul li:last-of-type {
    border-bottom: none;
}

.Rcont_one ul li::before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #c1292e;
}

.Rcont_one ul li .p1 a {
    display: block;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Rcont_one ul li .p2 {
    color: #999;
}

/* 推荐品牌 */
.Rcont_two {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 14px;
}

.Rcont_two h3 {
    height: 64px;
    line-height: 64px;
}

.Rcont_two h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_two h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Rcont_two_ad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Rcont_two_ad dl {
    display: inline-block;
    width: 124px;
    margin-bottom: 8px;
}

.Rcont_two_ad dl a dd {
    display: flex;
    align-items: center;
    width: 124px;
    height: 96px;
}

.Rcont_two_ad dl a dd img {
    width: 124px;
    height: 96px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

.Rcont_two_ad dl a dt {
    line-height: 26px;
    color: #666;
    text-align: center;
}

.Rcont_two ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}

.Rcont_two ul li {
    display: inline-block;
    width: calc(50% - 7px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 36px;
}

.Rcont_two ul li::before {
    position: absolute;
    left: 10px;
    top: 18px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c1292e;
}

.Rcont_two ul li a {
    margin-left: 30px;
}

/* 热门资讯排行 */
.Rcont_three {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 14px;
    padding-bottom: 5px;
}

.Rcont_three h3 {
    line-height: 54px;
}

.Rcont_three h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_three h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Rcont_three ul {
    width: 100%;
}

.Rcont_three ul li {
    height: 39px;
    border-bottom: 1px dotted #ccc;
}

.Rcont_three ul li:last-of-type {
    border: none;
}

.Rcont_three ul li em {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: url('../image/rank_grayBg.png') no-repeat;
}

.Rcont_three ul li.rank_red em {
    background: url('../image/rank_redBg.png') no-repeat;
}

.Rcont_three ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 39px;
}

/* 加盟热搜 */
.Rcont_four {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 14px 14px 14px;
}

.Rcont_four h3 {
    height: 68px;
    line-height: 68px;
}

.Rcont_four h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_four h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Rcont_four ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Rcont_four ul li {
    display: inline-block;
    width: calc(50% - 5px);
    height: 33px;
    line-height: 33px;
    border-radius: 17px;
    border: 1px solid #ced5d8;
    margin-bottom: 11px;
    text-align: center;
}

.main_Rcont h3 i {
    font-size: 15px;
    color: #c1292e;
}