.main-body { display: flex; justify-content: space-between; }
    .main-body > .lt { flex: 0.7; }
    .main-body > .rt { flex: 0.3; box-sizing: border-box; padding: 0 0 0 30px; }
        .main-body > .rt .inner { height: 100%; box-sizing: border-box; padding: 30px 0; }
            .main-body > .rt .inner .weixin { border: 1px solid #ddd; border-radius: 8px; text-align: center; background-color: #f00; padding-top: 50px; margin-bottom: 20px; overflow: hidden; }
                .main-body > .rt .inner .weixin .tp { width: 100%; height: 70px; background-color: #fff; overflow: hidden; border-top-left-radius: 100%; border-top-right-radius: 100%; }
                .main-body > .rt .inner .weixin .bm { background-color: #fff; padding-bottom: 25px; margin-top: -20px; font-size: 18px; display: flex; justify-content: center; }
                    .main-body > .rt .inner .weixin .bm img { width: 80%; }
                    .main-body > .rt .inner .weixin .bm > div { width: 45%; }
.crumbs { padding-left: 5px; display: flex; align-items: center; font-size: 13px; color: #999; line-height: 6; }
    .crumbs svg { width: 20px; height: 20px; }
    .crumbs a { text-decoration: none; font-size: 13px; }
    .crumbs span { font-size: 9px; color: #d5d5d5; padding: 0 3px; }
.main-body .lt .list { padding-top: 10px; }
    .main-body .lt .list > h2 { margin-bottom: 20px; display: flex; align-items: flex-end; }
        .main-body .lt .list > h2 span:nth-child(1) { font-size: 23px; border-bottom: 2px solid #f00; line-height: 1.8; padding: 0 10px; }
        .main-body .lt .list > h2 span:nth-child(2) { font-size: 18px; border-bottom: 1px solid #ddd; flex: 1; }
    .main-body .lt .list ul li { line-height: 2; }
        .main-body .lt .list ul li:nth-child(5n) { border-bottom: 1px dashed #f0f0f0; margin-bottom: 15px; padding-bottom: 15px; }
        .main-body .lt .list ul li:last-child { border-bottom: none; }
        .main-body .lt .list ul li a { display: flex; justify-content: space-between; align-items: center; }
            .main-body .lt .list ul li a .tlt { overflow: hidden; text-align: justify; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
            .main-body .lt .list ul li a .time { font-size: 13px; letter-spacing: 0; opacity: 0.5; padding-top: 5px; padding-bottom: 5px; width: 80px; text-align: right; }
            .main-body .lt .list ul li a.thumb1 { display: flex; padding-bottom: 8px; }
                .main-body .lt .list ul li a.thumb1 div { -webkit-line-clamp: 20; }
.pager { text-align: center; color: #373737; padding: 25px 0; font-size: 14px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; line-height: 2; display: flex; align-items: center; justify-content: center; }
    .pager a { text-decoration: none; color: #f00; border: 1px solid #f00; border-radius: 5px; padding: 0px 8px; margin-left: 5px; margin-right: 5px; }
    .pager span { display: inline-block; padding: 0 3px; color: #f00; }
        .pager span.current { border: none; color: #ff0000; padding: 0 8px; font-weight: bold; font-size: 15px; }
    .pager .disabled { color: #c6c6c6; border: 1px solid #c6c6c6; }
.ad { display: flex; justify-content: space-between; }
    .ad .lt, .ad .rt { width: 49%; height: 150px; }
.recommend { border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; padding: 35px 20px 20px 20px; margin-bottom: 20px; }
    .recommend h2 { border-left: 5px solid #f00; padding-left: 8px; line-height: 1; font-size: 18px; font-weight: normal; margin-bottom: 8px; }
    .recommend .list { padding-top: 5px; }
        .recommend .list ul li a { display: block; width: 100%; display: flex; justify-content: space-between; line-height: 2.5; border-bottom: 1px dashed #e9e9e9; }
        .recommend .list ul li:last-child a { border-bottom: none; }
        .recommend .list ul li a .tlt { flex: 1; overflow: hidden; text-align: justify; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
        .recommend .list ul li a .time { width: 50px; text-align: right; }
.rt > .inner > .ad { height: auto !important; }

.header .c3 .logo { display: flex; align-items: center; }
    .header .c3 .logo h2 { border-radius: 5px; background-color: #f00; color: #fff; padding: 3px 10px; font-weight: normal; }

.header .nav { background-color: #f00; margin-bottom: 20px; border-radius: 5px; }
    .header .nav ul { display: flex; box-sizing: border-box; padding: 8px 20px 0 20px; }
        .header .nav ul li { margin-right: 10px; }
            .header .nav ul li:first-child a { font-weight: bold; }
            .header .nav ul li:last-child { margin-right: 0; }
                .header .nav ul li:last-child a { line-height: 2.1 !important; background-color: #fff; border-radius: 8px; color: #f00 !important; }
            .header .nav ul li a { color: #fff; display: block; line-height: 2.5; padding: 0 20px; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 18px; }
            .header .nav ul li.selected a { color: #f00; background-color: #fff; }
            .header .nav ul li a:hover { color: #f00; background-color: #fff; line-height: 2; border-radius: 8px }
            .header .nav ul li.selected a:hover { color: #f00; background-color: #fff; line-height: 2.5; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
