/* 导航 */
.main_nav {
    width: 100%;
    height: 43px;
    border-bottom: 2px solid #c2292e;
    margin-top: 15px;
}

.main_nav .nav_bar li {
    float: left;
}

.main_nav .nav_bar li a {
    display: block;
    width: 150px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.main_nav .nav_bar li:first-of-type a {
    width: 124px;
}

.main_nav .nav_bar li a.active {
    background-color: #c2292e;
    color: #fff;
}


/* 页面内容 */
.wrap {
    width: 100%;
    background-color: #f9f9f9;
}

.main {
    height: 426px;
}

/* 左右列表 */
.L_list {
    width: 220px;
    height: 426px;
    border: 1px solid #eaeaea;
    border-top: none;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 15px;
}

.L_list ul {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.L_list ul li {
    width: 50%;
    display: inline-block;
    line-height: 29px;
    overflow: hidden;
}

.L_list ul li a span {
    font-size: 14px;
    margin-left: 5px;
}

.L_list ul li:hover a span {
    color: #c2292e;
}

/* 轮播 */
.mySwiper {
    width: 735px;
    height: 426px;
    overflow: hidden;
    position: relative;
}

.mySwiper .swiper-wrapper .swiper-slide a img {
    width: 735px;
    height: 426px;
}

.mySwiper .swiper-pagination {
    bottom: 20px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 5px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 3px;
}

.R_list {
    width: 245px;
    height: 426px;
    border: 1px solid #eaeaea;
    border-top: none;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px 10px 0 20px;
}

.R_list h3 {
    line-height: 40px;
}

.R_list h3 i {
    font-size: 15px;
    color: #c1292e;
    margin-right: 5px;
}

.R_list h3 span {
    font-size: 16px;
    color: #333;
}

.R_list ul {
    font-size: 0;
    padding-top: 10px;
}

.R_list ul li {
    width: 100%;
    height: 37px;
    overflow: hidden;
}

.R_list ul li em,
.R_list ul li a,
.R_list ul li i,
.R_list ul li span {
    display: inline-block;
    vertical-align: middle;
}

.R_list ul li em {
    background: url('../image/rank_grayBg.png') no-repeat;
    width: 16px;
    height: 18px;
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.R_list ul li.rank_red em {
    background: url('../image/rank_redBg.png') no-repeat;
}

.R_list ul li a {
    width: 90px;
    margin-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
}

.R_list ul li.rank_red a {
    color: #333;
}

.R_list ul li i {
    margin-left: 25px;
    font-size: 10px;
}

.R_list ul li i.icon-sheng {
    color: #ff5f00;
}

.R_list ul li i.icon-ping {
    color: #81CC0B;
}

.R_list ul li i.icon-jiang {
    color: #2fdd00;
}

.R_list ul li span {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    color: #999;
    font-size: 13px;
}

/* 顶部广告位 */
.ad_top {
    margin-top: 15px;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 14px 17px;
    box-shadow: #dee 0px 0px 2px;
}

.ad_top ul {
    display: flex;
    justify-content: space-between;
}

.ad_top ul li {
    display: inline-block;
    width: 226px;
}

.ad_top ul li p.p1 a img {
    width: 226px;
    height: 128px;
    border-radius: 6px;
}

.ad_top ul li p.p2 a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ad_top ul li p.p2 a.hot {
    color: #c2292e;
}

/* secOne */
.secOne {
    height: 468px;
}

.secOne_l {
    width: 885px;
    height: 468px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    padding: 17px;
    box-shadow: #dee 0px 0px 2px;
}

.one_l {
    width: 343px;
}

.small_swip {
    border-radius: 6px;
    width: 343px;
    height: 309px;
    overflow: hidden;
    position: relative;
}

.small_swip .swiper-wrapper .swiper-slide a img {
    width: 343px;
    height: 309px;
    border-radius: 6px;
}

.small_swip .swiper-wrapper .swiper-slide a span {
    position: absolute;
    bottom: 0;
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    padding-left: 15px;
    width: 100%;
}

.small_swip .swiper-pagination {
    bottom: 12px;
    text-align: right;
}

.small_swip .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    cursor: pointer;
    margin-right: 1px;
    background-color: #fff;
    border-radius: 3px;
}

.small_swip .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 15px;
}

.small_box ul {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.small_box ul li {
    display: inline-block;
    width: calc(50% - 15px);
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small_box ul li a em {
    color: #c2292e;
    margin-right: 6px;
}

.one_r {
    width: 474px;
}

.zx_top ul li {
    padding: 5px 0 15px 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.zx_top ul li h2 {
    font-size: 18px;
    color: #333;
    font-weight: 900;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zx_top ul li p {
    font-size: 14px;
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.zx_bot {
    margin-top: 10px;
}

.zx_bot ul li {
    position: relative;
    padding-left: 15px;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px dotted #ccc;
}

.zx_bot ul li:last-of-type {
    border: none;
}

.zx_bot ul li::before {
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.zx_bot ul li a {
    float: left;
    font-size: 14px;
    color: #666;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zx_bot ul li span {
    float: right;
    width: 18%;
    font-size: 14px;
    color: #999;
}

.secOne_r {
    width: 300px;
    height: 468px;
    box-sizing: border-box;
    background-color: #fff;
    padding-left: 15px;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
}

.secOne_r h3 {
    height: 50px;
    line-height: 50px;
}

.secOne_r h3 i {
    font-size: 15px;
    color: #c1292e;
}

.secOne_r h3 span {
    font-size: 16px;
    color: #333;
}

.secOne_r ul li {
    display: inline-block;
    width: calc(50% - 30px);
    padding-left: 20px;
    position: relative;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secOne_r ul li::before {
    position: absolute;
    left: 4px;
    top: 14px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.secOne_r ul li a {
    font-size: 14px;
}

/* secTwo */
.secTwo {
    height: 916px;
}

.secTwo_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 15px;
}

.secTwo_title .title_l i {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 20px;
    background: url('../image/hot.png') no-repeat;
    margin-right: 6px;
    margin-bottom: 8px;
}

.secTwo_title .title_l span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color: #333;
}

.secTwo_title .title_r ul {
    font-size: 0;
}

.secTwo_title .title_r ul li {
    display: inline-block;
    font-size: 14px;
}

.secTwo_title .title_r ul li a {
    color: #999;
}

.secTwo_title .title_r ul em {
    font-size: 12px;
    margin: 0 15px;
    color: #999;
}

.secTwo_title .title_r .more a {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}

.secTwo_cont {
    width: 100%;
    height: 860px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 17px;
}

.cont_one .cont_one_l a img {
    width: 290px;
    height: 385px;
    border-radius: 6px;
}

.cont_one .cont_one_r {
    width: 862px;
}

.cont_one .cont_one_r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cont_one .cont_one_r ul li {
    display: inline-block;
    width: 206px;
    margin-bottom: 12px;
}

.cont_one .cont_one_r ul li dd img {
    width: 206px;
    height: 136px;
    border-radius: 6px;
}

.cont_one .cont_one_r ul li dt {
    padding: 0 10px;
}

.cont_one .cont_one_r ul li dt .p1 a {
    color: #444;
    line-height: 26px;
    font-size: 15px;
}

.cont_one .cont_one_r ul li dt .p2 {
    margin-top: 4px;
    font-size: 13px;
    color: #c1292e;
}

.cont_one .cont_one_r ul li dt .p2 span {
    float: left;
    padding: 1px 0;
}

.cont_one .cont_one_r ul li dt .p2 a {
    float: right;
    padding: 2px 15px;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(to right, #ea1d24, #c1292e);
    border-radius: 4px;
}

.cont_two {
    width: 100%;
}

.cont_two_t {
    line-height: 34px;
}

.cont_two_t span {
    color: #666;
    margin-right: 5px;
}

.cont_two_t a {
    color: #999;
    margin-right: 40px;
}

.cont_two_b ul {
    width: 100%;
    height: 298px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cont_two_b ul li {
    float: left;
    width: 128px;
    height: 98px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.cont_two_b ul li a img {
    display: inline-block;
    width: 105px;
    height: 64px;
}

.cont_three {
    padding: 10px 0;
    font-size: 0;
}

.cont_three ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cont_three ul li {
    display: inline-block;
    width: calc(50% - 7px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont_three ul li span {
    color: #c1292e;
    margin-right: 8px;
    font-size: 14px;
}

.cont_three ul li a {
    margin-right: 20px;
    font-size: 14px;
    display: inline-block;
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
}

.cont_three ul li a:first-of-type {
    width: 66px;
    margin-right: 10px;
}

/* 广告栏 */
.ad_one a img {
    height: 70px;
}

/* secThree */
.secThree {
    height: 522px;
}

.secThree_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 15px;
}

.secThree_title .title_l i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 21px;
    background: url('../image/medal.png') no-repeat;
    margin-right: 6px;
    margin-bottom: 8px;
}

.secThree_title .title_l span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color: #333;
}

.secThree_title .title_r .more a {
    font-size: 14px;
    color: #999;
    margin-left: 60px;
}

.secThree_cont {
    height: 465px;
}

.secThree_cont_l {
    width: 910px;
    height: 100%;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 17px;
    box-shadow: #dee 0px 0px 2px;
}

.left_cont {
    width: 371px;
}

.left_cont .cont_l_t {
    width: 371px;
    height: 255px;
    border-radius: 6px;
    position: relative;
    border: 1px solid #eee;
}

.left_cont .cont_l_t a img {
    width: 371px;
    height: 255px;
    border-radius: 6px;
}

.left_cont .cont_l_t a p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #F8F8F8;
    height: 38px;
    line-height: 38px;
}

.left_cont .cont_l_b ul {
    width: 371px;
    height: 143px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left_cont .cont_l_b ul li {
    float: left;
    width: 122px;
    height: 71px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.left_cont .cont_l_b ul li a img {
    display: inline-block;
    width: 103px;
    height: 60px;
}

.right_cont {
    width: 471px;
}

.right_cont ul {
    margin-bottom: 10px;
}

.right_cont ul h4 a {
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 900;
    color: #333;
    margin-bottom: 10px;
}

.right_cont ul li {
    position: relative;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #ccc;
}

.right_cont ul li:last-of-type {
    border: none;
}

.right_cont ul li::before {
    position: absolute;
    left: 0;
    top: 17px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.right_cont ul li a {
    float: left;
    font-size: 14px;
    color: #666;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_cont ul li span {
    float: right;
    width: 18%;
    font-size: 14px;
    color: #999;
}

.secThree_cont_r {
    width: 275px;
    height: 100%;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    box-shadow: #dee 0px 0px 2px;
}

.secThree_cont_r h3 {
    height: 50px;
    line-height: 50px;
}

.secThree_cont_r h3 i {
    font-size: 15px;
    color: #c1292e;
}

.secThree_cont_r h3 span {
    font-size: 16px;
    color: #333;
}

.secThree_cont_r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secThree_cont_r ul li {
    display: inline-block;
    width: 70px;
    margin-bottom: 20px;
}

.secThree_cont_r ul li a .p1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #f9f9f9;
    margin: 0 auto;
}

.secThree_cont_r ul li a .p2 {
    text-align: center;
    line-height: 32px;
    overflow: hidden;
}

/* secFour */
.secFour {
    height: 505px;
}

.secFour_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 15px;
}

.secFour_title .title_l i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../image/center.png') no-repeat;
    margin-right: 6px;
    margin-bottom: 6px;
}

.secFour_title .title_l span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color: #333;
}

.secFour_title .title_r .more a {
    font-size: 14px;
    color: #999;
    margin-left: 60px;
}

.secFour_cont {
    width: 100%;
    height: 449px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 0 17px;
}

.secFour_cont h3 {
    width: 266px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
}

.secFour_cont h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}

.secFour_cont h3 a {
    float: right;
    font-size: 14px;
    color: #999;
}

.secFour_cont .secFour_one,
.secFour_cont .secFour_two,
.secFour_cont .secFour_three {
    float: left;
    width: 266px;
    margin-right: 30px;
}

.secFour_cont .secFour_three {
    margin-right: 0;
}

.secFour_cont h3 i {
    font-size: 15px;
    color: #c1292e;
}

.secFour_cont .secFour_one ul li,
.secFour_cont .secFour_two ul li {
    position: relative;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secFour_cont .secFour_one ul li::before,
.secFour_cont .secFour_two ul li::before {
    position: absolute;
    left: 0;
    top: 19px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.secFour_cont .secFour_three ul li {
    position: relative;
    padding-left: 15px;
    height: 34px;
    line-height: 34px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secFour_cont .secFour_three ul li::before {
    position: absolute;
    left: 0;
    top: 17px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.secFour_cont .secFour_two .secFour_two_ad {
    margin-top: 10px;
}

.secFour_cont .secFour_two .secFour_two_ad a img {
    width: 265px;
    height: 129px;
    border-radius: 6px;
}

.secFour_cont .secFour_three .secFour_three_ad {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.secFour_cont .secFour_three .secFour_three_ad a img {
    width: 128px;
    height: 89px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

/* secFive */
.secFive {
    height: 602px;
}

.secFive_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 15px;
}

.secFive_title .title_l i {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 20px;
    background: url('../image/info.png') no-repeat;
    margin-right: 6px;
    margin-bottom: 5px;
}

.secFive_title .title_l span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color: #333;
}

.secFive_title .title_r .more a {
    font-size: 14px;
    color: #999;
    margin-left: 60px;
}

.secFive_cont {
    width: 100%;
    height: 546px;
}

.secFive_lcont {
    width: 910px;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 0 17px;
}

.lcont_l {
    width: 369px;
    margin-top: 17px;
}

.swiper_three {
    border-radius: 6px;
    width: 369px;
    height: 300px;
    border: 1px solid #ececee;
    overflow: hidden;
    position: relative;
}

.swiper_three .swiper-wrapper .swiper-slide a img {
    width: 369px;
    height: 300px;
    border-radius: 6px;
}

.swiper_three .swiper-wrapper .swiper-slide a p {
    position: absolute;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
    width: 100%;
}

.swiper_three .swiper-wrapper .swiper-slide a p span {
    font-size: 16px;
    margin-left: 15px;
}

.swiper_three .swiper-wrapper .swiper-slide a p em {
    float: right;
    color: #f9591a;
    margin-right: 8px;
}

.swiper_three .swiper-pagination {
    bottom: 45px;
    text-align: center;
}

.swiper_three .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    cursor: pointer;
    margin-right: 1px;
    background-color: #fff !important;
    opacity: 1;
    border-radius: 3px;
}

.swiper_three .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f9591a !important;
}

.swiper_three .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 15px;
}

.lcont_l_ad {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.lcont_l_ad a img {
    width: 180px;
    height: 111px;
    border-radius: 6px;
}

.lcont_l_box ul {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lcont_l_box ul li {
    display: inline-block;
    width: calc(50% - 10px);
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lcont_l_box ul li a em {
    color: #c2292e;
    margin-right: 6px;
}

.lcont_r {
    width: 480px;
}

.lcont_r h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.lcont_r h3 i {
    font-size: 15px;
    color: #c2192e;
}

.lcont_r h3 span {
    font-style: 16px;
    margin-left: 5px;
    color: #333;
}

.lcont_r h3 a {
    float: right;
    color: #999;
    font-size: 14px;
}

.lcont_r .lcont_r_ad {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 13px 10px;
}

.lcont_r .lcont_r_ad dd {
    display: inline-block;
    vertical-align: top;
    width: 81px;
}

.lcont_r .lcont_r_ad dd a img {
    width: 81px;
    height: 73px;
}

.lcont_r .lcont_r_ad dt {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    margin-left: 10px;
}

.lcont_r .lcont_r_ad dt a h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.lcont_r .lcont_r_ad dt a h5 em {
    color: #c1292e;
    font-size: 12px;
    padding: 0 8px;
    border: 1px solid #e5b2b4;
    border-radius: 4px;
}

.lcont_r .lcont_r_ad dt a p.p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    margin: 8px 0;
}

.lcont_r .lcont_r_ad dt a p.p2 i {
    font-size: 12px;
    color: #c1292e;
}

.lcont_r .lcont_r_ad dt a p.p2 span {
    font-size: 12px;
    color: #999;
}

.lcont_r .lcont_r_box {
    margin-top: 5px;
}

.lcont_r .lcont_r_box li {
    position: relative;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
}

.lcont_r .lcont_r_box li:last-of-type {
    border: none;
}

.lcont_r .lcont_r_box li::before {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.lcont_r .lcont_r_box li a {
    float: left;
    font-size: 14px;
    color: #666;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lcont_r .lcont_r_box li span {
    float: right;
    width: 18%;
    font-size: 14px;
    color: #666;
}

.secFive_rcont {
    width: 275px;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 0 17px;
}

.secFive_rcont h3 {
    height: 50px;
    line-height: 50px;
}

.secFive_rcont h3 i,
.zixun_item h3 i {
    font-size: 15px;
    color: #c2192e;
}

.secFive_rcont h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}

.secFive_rcont .hot_img {
    width: 241px;
    height: 147px;
    position: relative;
}

.secFive_rcont .hot_img a img {
    width: 241px;
    height: 147px;
}

.secFive_rcont .hot_img a p {
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: 32px;
    line-height: 32px;
    background-color: #000;
    width: 100%;
    opacity: .3;
}

.secFive_rcont .hot_img a span {
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    bottom: 0;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 10px;
}

.secFive_rcont ul {
    margin-top: 10px;
}

.secFive_rcont ul li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secFive_rcont ul li::before {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

/* secZixun */
.secZixun {
    height: 451px;
    display: flex;
    justify-content: space-between;
}

.zixun_item h3 {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eaeaea;
}

.zixun_item h3 span {
    font-size: 16px;
    color: #333;
}

.zixun_item h3 span:last-of-type {
    float: right;
    font-size: 13px;
    color: #999;
}

.zixun_item h3 a {
    float: right;
    font-size: 14px;
    color: #999;
}

.zixun_item {
    display: inline-block;
    width: 386px;
    height: 451px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 16px;
    box-shadow: #dee 0px 0px 2px;
}

.zixun_item ul li {
    position: relative;
    padding-left: 15px;
    height: 39px;
    line-height: 39px;
}

.zixun_item ul li::before {
    position: absolute;
    left: 0;
    top: 19px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.zixun_item ul li a {
    float: left;
    font-size: 14px;
    color: #666;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zixun_item ul li span {
    float: right;
    width: 24%;
    font-size: 14px;
    color: #999;
}

/* 猜你喜欢 */
.guess_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 15px;
}

.guess_title .title_l i {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 20px;
    background: url('../image/like.png') no-repeat;
    margin-right: 6px;
    margin-bottom: 5px;
}

.guess_title .title_l span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color: #333;
}

.guess_title .title_r ul li {
    display: inline-block;
    font-size: 14px;
}

.guess_title .title_r ul li a {
    color: #999;
}

.guess_title .title_r ul em {
    font-size: 12px;
    margin: 0 15px;
    color: #999;
}

.guess_title .title_r .more a {
    font-size: 14px;
    color: #999;
    margin-left: 60px;
}

.guess_cont {
    width: 100%;
    height: 147px;
    box-sizing: border-box;
    padding: 11px 15px 15px;
    box-shadow: #dee 0px 0px 2px;
    border-radius: 6px;
    background-color: #fff;
}

.guess_cont #demo3 {
    overflow: hidden;
    width: 1170px;
    position: absolute;
}

.guess_cont #demo3 a img {
    width: 190px;
    height: 112px;
}

/* 友情链接 */
.frendlyLink h3 {
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 15px;
}

.frendlyLink h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 20px;
    background: url('../image/tag.png') no-repeat;
    margin-right: 6px;
    margin-bottom: 5px;
}

.frendlyLink h3 span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color: #333;
}

.frendlyLink .link_cont {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    box-shadow: #dee 0px 0px 2px;
    border-radius: 6px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    background-color: #fff;
}

.frendlyLink .link_cont a {
    float: left;
    margin: 0 15px;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
}