/* 导航 */
.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%;
    /* height: 1981px; */
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
}

.Lcont_one ul li {
    width: 100%;
    height: 187px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.Lcont_one ul li::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #f4f2f2;
}

.Lcont_one ul li dl dd {
    display: inline-block;
    vertical-align: top;
    width: 212px;
    height: 144px;
    margin: 20px 0;
}

.Lcont_one ul li dl dd a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.Lcont_one ul li dl dt {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 237px);
    margin: 20px 0;
    margin-left: 20px;
}

.Lcont_one ul li dl dt h2 a {
    font-size: 20px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Lcont_one ul li dl dt .p1 {
    color: #999;
    margin: 10px 0 20px 0;
}

.Lcont_one ul li dl dt .p1 span {
    margin-right: 30px;
}

.Lcont_one ul li dl dt .p1 a,
.Lcont_one ul li dl dt .p1 em {
    color: #999;
    margin-right: 20px;
}

.Lcont_one ul li dl dt .p2 {
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Lcont_one ul li:hover {
    border: 1px solid #e0dfdf;
    background-color: #fafafa;
}

.Lcont_one ul li:hover dl dt h2 a {
    color: #c1292e;
}

/* 页码 */
.pagination {
    width: 100%;
    height: 119px;
    box-sizing: border-box;
    padding: 40px 68px;
    display: flex;
}

.pagination a {
    float: left;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
    border-radius: 2px;
    background-color: #f9f9f9;
    margin-right: 10px;
}

.pagination a.twoWords {
    width: 50px;
}

.pagination a.threeWords {
    width: 63px;
}

.pagination a.selected {
    background-color: #c1292e;
    color: #fff;
}

/* 猜你喜欢 */
.Lcont_two {
    width: 100%;
    height: 232px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px;
}

.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: 14px;
    color: #999;
}

.Lcont_two ul {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
}

.Lcont_two ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 167px;
    height: 119px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 5px;
}

.Lcont_two ul li a img {
    width: 155px;
    height: 107px;
    border-radius: 6px;
}

.Lcont_two ul li a p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.Lcont_two ul li:hover {
    border: 1px solid #c1292e;
}

.Lcont_two ul li:hover a p {
    color: #c1292e;
}

/* 右侧 */
.main_Rcont {
    width: 290px;
}

/* 最新资讯 */
.Rcont_one {
    width: 100%;
    /* height: 714px; */
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 14px;
}

.Rcont_one h3 {
    line-height: 54px;
}

.Rcont_one h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_one h3 a {
    float: right;
    font-size: 14px;
    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;
    padding-bottom: 10px;
}

.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;
}

.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: 14px;
    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 {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Rcont_two ul li {
    display: inline-block;
    width: calc(50% - 7px);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    line-height: 36px;
    text-overflow: ellipsis;
}

.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: 14px;
    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%;
    /* height: 443px; */
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 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: 14px;
    color: #999;
}

.Rcont_four ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.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;
}