.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 > .lt .pager2 { margin-bottom: 20px; border-top: 1px solid #f00; padding: 30px 0; display: flex; justify-content: space-between; }
        .main-body > .lt .pager2 a { display: block; width: 49%; }
            .main-body > .lt .pager2 a:nth-child(1) { margin-bottom: 15px; }
        .main-body > .lt .pager2 i { font-style: normal; color: #f00; margin-bottom: 5px; font-size: 18px; display: block; }
.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; }
.detail { box-sizing: border-box; padding: 15px 0 0 0; }
    .detail h1 { font-size: 23px; text-align: justify; color: #3b3b3b; padding: 0 0 10px 0; line-height: 1.5; }
    .detail .info { display: flex; justify-content: space-between; padding: 5px 0; line-height: 3; border-bottom: 1px solid #eee; }
        .detail .info > span { font-size: 13px; color: #979797; display: flex; align-items: center; }
            .detail .info > span em { font-style: normal; color: #ddd; padding: 0 10px; }
            .detail .info > span > img { width: 15px; height: 20px; margin-right: 3px; }
.content { box-sizing: border-box; padding: 20px 0; text-align: justify; color: #333; border-bottom: 1px solid #eee; margin-bottom: 20px; line-height: 1.8; }
    .content p { padding: 5px 0; margin: 0; }
    .content img { max-width: 100%; max-height: auto !important }
    .content a { text-decoration: none; color: #0b77e7; border-bottom: 1px dashed #0b77e7; }
.previewcount { padding: 0 10px; color: #999; }
.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; }
.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%; }
.notice { padding: 10px; border: 1px dashed #ff8f8f; color: #ff8f8f; background-color: #fff8f8; text-align: center; border-radius: 5px; }
.main-body .lt .bm { display: flex; justify-content: space-between; align-items: center; }
    .main-body .lt .bm > div:nth-child(1) { width: 40%; text-align: center; }
        .main-body .lt .bm > div:nth-child(1) img { width: 60%; }
    .main-body .lt .bm > div:nth-child(2) { width: 60%; }
.page-qrcode { position: relative; }
    .page-qrcode span { opacity: 0; z-index: -1; }
    .page-qrcode:hover span { opacity: 1; z-index: 10; line-height: 1.5; text-align: center; }
        .page-qrcode:hover span::after { content: '用手机扫码打开'; font-size: 12px; }
    .page-qrcode span { position: absolute; right: 0; top: 40px; box-shadow: 0px 0px 5px 0px #ddd; border-radius: 8px; padding: 10px 10px 5px 10px; box-sizing: border-box; background-color: #fff; }
        .page-qrcode span img { margin-bottom: 0; }

.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; }
