body{background: #f6f7f8;}
/* 导航栏 */
nav{width: 100%;height: 50px;background: #3e99ff;}
nav a{
    display: block;
    float: left;
    padding: 0 40px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
nav a:hover{background: #0963c8;}
.nav_active{background: #0963c8;}
/* 热点新闻 */
.hotspot{
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}
.hotspot span{color: #a5a5a5;}
.hotspot a{margin-right: 60px;color: #a5a5a5;}

/* 第一部分内容 */
.first{
    background: #fff;
    padding: 15px;
}
.first_left{
    width: 340px;
    height: 550px;
    background: url(../images/icon/first_bg.png) no-repeat center center;
}
/* 轮播 */
.first_lb{
    width: 296px;
    height: 448px;
    margin: 78px auto 0;
    /* background: #ccc; */
}
.lunbo{ position:relative;margin:0 auto;  }
.lunbo > .item{ display:none; }
.lunbo > .item.active{ display:block; }
.lunbo > .item a{ font-size:0;display:block; }
.lunbo > .item img{ margin:0 auto; }
.lunbo > ul{ position: absolute; left:50%; margin-left: -38px; bottom: 15px;}
.lunbo > ul>li{ margin-right: 5px; padding: 0;display:inline-block; width:10px; height:10px; background: #fff; box-sizing:border-box; border-radius:50%; cursor: pointer;  list-style: none;}
.lunbo > ul>li.active{ background:#17c6ff; }
.first_center{
    width: 485px;
    height: 560px;
    margin: 0 25px 0 20px;
}
.first_center ul{width: 485px;}
.first_center ul li{
    height: 80px;
    border-bottom: 1px dashed #adadad;
    margin-bottom: 15px;
}
.first_center ul li h3{
    height: 20px;
    line-height: 20px;
    position: relative;
    text-indent: 18px;
    font-size: 16px;
}
.first_center ul li h3::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 6px;
    background: #666;
    top: 7px;
    left: 0;
}
.first_center ul li h3 a{color: #373737;}
.first_center ul li p{
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    -webkit-line-clamp: 2;
}
.first_center ol{
    width: 485px;
    margin-top: 10px;
}
.first_center ol li{
    height: 34px;
    line-height: 34px;
    position: relative;
}
.first_center ol li::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 4px;
    background: #939393;
    top: 15px;
    left: 0;
}
.first_center ol li a{
    display: block;
    float: left;
    margin-left: 18px;
    width: 460px;
    color: #373737;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.first_right{
    width: 300px;
    height: 560px;
}
/* 实时资讯 */
.timely{
    width: 300px;
    height: 325px;
    border: 1px solid #eee;
    padding: 10px;
}
.h2{
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #3e99ff;
    text-indent: 10px;
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}
.h2 a{
    float: right;
    font-size: 16px;
    color: #5c5c5c;
}
.timely_banner{
    display: block;
    width: 280px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 10px 0;
}
.timely_banner img{width: 100%;height: 100%;}
.timely_banner span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.timely ul li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.timely ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 5px;
    background: #9b9b9b;
    top: 13px;
    left: 0;
}
.timely ul li a{
    float: left;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 16px;
    margin-left: 15px;
}
/* 加盟热点资讯 */
.league{
    width: 300px;
    height: 220px;
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 10px;
}
.league h2{margin: 10px 0;}
.league dl dt{
    height: 24px;
    line-height: 24px;
    background: #bed6f2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    margin-top: 10px;
    font-size: 12px;
}
.league dl dt a{color: #fff;}
.league dl dd{
    height: 24px;
    line-height: 24px;
    border: 1px solid  #bed6f2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    margin-top: 10px;
    font-size: 12px;
}
.league dl dd a{color: #7297c2;}

/* 品牌轮播 */
.brand_play{padding: 10px 0;background: #fff;margin-top: 15px;}
.brand_play h2{margin: 10px 15px;}
.brand_play_box{
    border-top: 1px solid #eee;
    padding: 20px 15px;
}
.slideBox{ width:1170px; height:280px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left: 50%; bottom:5px; z-index:1; margin-left: -30px;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; line-height:14px;  background:rgba(0, 0, 0, .3);border-radius: 20px; cursor:pointer;}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.brand_play_box .bd ul{
    height: 280px;
    border: 1px solid #e5e5e5;
}
.brand_play_box .bd ul li{
    width: 100%;
    height: 260px;
    position: relative;
    padding: 15px;
}
.brand_play_box .bd ul li::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 69px;
    top: 0;
    left: 0;
    background: url(../images/icon/play_bg.png) no-repeat;
}
.brand_play_box .bd ul li dl{height: 230px;}
.brand_play_box .bd ul li dl dt{
    width: 565px;
    height: 230px;
    float: left;
    position: relative;
    overflow: hidden;
}
.brand_play_box .bd ul li dl dt img{
    width: 100%;
    height: 100%;
}
.brand_play_box .bd ul li dl dt span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.brand_play_box .bd ul li dl dd{
    width: 275px;
    height: 230px;
    float: left;
    margin-left: 10px;
}
.brand_play_box .bd ul li dl dd img{
    width: 275px;
    height: 180px;
}
.brand_play_box .bd ul li dl dd p{
    width: 275px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: #f7f7f8;
}
.brand_play_box .bd ul li dl dd p span{
    float: left;
    font-size: 16px;
    color: #666;
}
.brand_play_box .bd ul li dl dd p em{
    float: right;
    font-size: 14px;
    color: #ff5664;
}
.brand_play_box .bd ul li dl dd p em i{font-size: 20px;font-weight: 600;margin: 0 2px;}


/* 资讯 */
.news_zx{
    height: 550px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.news_zx_cont{
    width: 385px;
    height: 550px;
    padding: 15px;
    background: #fff;
}
.zx_img{
    width: 355px;
    height: 210px;
    border: 1px solid #eee;
    margin-top: 20px;
    overflow: hidden;
}
.zx_img a{display: block;width: 100%;height: 100%;}
.zx_img a img{
    width: 355px;
    height: 170px;
    overflow: hidden;
}
.zx_img span{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.zx_txt{
    margin-top: 10px;
    width: 355px;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    -webkit-line-clamp: 3;
}
.news_zx_cont ul{margin-top: 10px;}
.news_zx_cont ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.news_zx_cont ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #939393;
    top: 14px;
    left: 0;
}
.news_zx_cont ul li a{
    display: block;
    float: left;
    margin-left: 15px;
    color: #333;
}
/* 热门项目 */
.news_item{
    height: 200px;
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    overflow:hidden !important;
}
.news_item_cont{
    margin: 25px 0;
    overflow: hidden !important;
}
.picScroll-left{ width:1170px;  overflow:hidden !important; position:relative; }

.picScroll-left .hd .prev,.picScroll-left .hd .next{
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 25px;
    float: right;
    margin-top: -12px;
    cursor: pointer;
}
.picScroll-left .hd .next{left: 0;background: url(../images/icon/item_left.png) no-repeat;}
.picScroll-left .hd .prev{right: 0;background: url(../images/icon/item_right.png) no-repeat;}
.picScroll-left .bd{width: 1110px;margin-left: 30px;overflow: hidden;}
.picScroll-left .bd ul{ overflow:hidden !important; zoom:1; }
.picScroll-left .bd ul li{width: 255px;height: 100px; margin-right: 30px;margin-bottom: 20px; float:left; _display:inline; overflow:hidden !important; text-align:center;  }
.picScroll-left .bd ul li dl dt{
    width: 135px;
    height: 100px;
    border: 1px solid #eee;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.picScroll-left .bd ul li dl dt img{width: 100%;height: 100%;}
.picScroll-left .bd ul li dl dd{
    width: 110px;
    height: 100px;
    float: left;
}
.picScroll-left .bd ul li dl dd h3{
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #666;
}
.picScroll-left .bd ul li dl dd p{
    text-align: left;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.picScroll-left .bd ul li dl dd p span{
    width: 62px;
    text-align: left;
    float: right;
    color: #ff5664;
    font-weight: 600;
}
.picScroll-left .bd ul li dl dd>a{
    display: block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    background: #ff5664;
    color: #fff;
    margin-top: 5px;
}
/* 第五部分内容 */
.five{
    /* height: 370px; */
    background: #fff;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}
.five_cont{
    width: 370px;
}
.five_cont dl{
    height: 140px;
    border-bottom: 1px dashed #eee;
    padding: 20px 0;
}
.five_cont dl dt{
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-right: 15px;
}
.five_cont dl dd{
    float: left;
    width: 200px;
}
.five_cont dl dd h3{height: 25px;line-height: 25px;margin: 10px 0;font-size: 15px;}
.five_cont dl dd h3 a{color: #ff5664;}
.five_cont dl dd p{
    height: 50px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    color: #666;
}
.five_cont ul{margin-top: 10px;}
.five_cont ul li{
    height: 25px;
    line-height: 25px;
}
.five_cont ul li em{float: left;color: #6c6c6c;}
.five_cont ul li a{
    float: left;
    width: 300px;
    color: #666;
    margin-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.five_cont ul li span{
    float: right;
    color: #999999;
}
.five_cont ul li:first-child a{color: #ff5664;}
/* 品牌专区 */
.prefecture{
    padding: 15px;
    background: #fff;
    margin-top: 15px;
}
.prefecture_title{
    height: 50px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;
}
.prefecture_title span,
.prefecture_title a{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}
.prefecture_title_active{color: #3e99ff !important;border-bottom: 2px solid #3e99ff;}
.prefecture ul{
    height: 235px;
    border: 1px solid #eee;
}
.prefecture ul li{display: none;}
.prefecture_cont_active{display: block !important;}
.prefecture ul li dl{padding: 15px 15px;}
.prefecture ul li dl dt{
    height: 50px;
    overflow: hidden;
}
.prefecture ul li dl dt a{
    display: block;
    line-height: 25px;
    float: left;
    margin-right: 25px;
    color: #999;
}
.prefecture_on{color: #3e99ff !important;}
.prefecture ul li dl dd{
    margin-top: 10px;
    height: 140px;
    display: flex;
    justify-content: space-between;
}
.prefecture ul li dl dd img{
    width: 215px;
    height: 140px;
    overflow: hidden;
}
/* 友情链接 */
.link{
    background: #fff;
    padding: 15px;
    margin: 15px auto;
}
.link_cont{margin-top: 20px;}
.link_cont a{
    display: block;
    line-height: 25px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #666;
}





/* 资讯列表页 */
/* 位置 */
.place{
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}
.place span{color: #a5a5a5;}
.place a{color: #a5a5a5;}
.place_active{color: #eb5b5b !important;}
/* 中间内容 */
/* 左边内容 */
.main_left{
    width: 880px;
}
section{width: 880px;padding: 20px;background: #fff;box-sizing: border-box;}
section ul li{
    height: 180px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
section ul li dl{height: 150px;}
section ul li dl dt{
    float: left;
    width: 220px;
    height: 150px;
    overflow: hidden;
    margin-right: 60px;
}
section ul li dl dd{
    width: 540px;
    float: left;
}
section ul li dl dd .p_title{height: 40px;line-height: 40px;}
section ul li dl dd .p_title a{
    float: left;
    display: block;
    width: 440px;
    font-size: 21px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section ul li dl dd .p_title span{
    display: block;
    float: left;
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eb5b5b;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0 5px;
}
section ul li dl dd div{
    height: 20px;
    line-height: 20px;
    margin: 20px 0;
	color:#999;
}
section ul li dl dd div .p1{
    float: left;
}
section ul li dl dd div .p1 span{
    display: block;
    float: left;
    margin-right: 25px;
    color: #bbbbbb;
}
section ul li dl dd div>span{
    padding: 0 4px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
    font-size: 15px;
    margin-right: 14px;
}
section ul li dl dd div .p1 span:first-child{
    text-indent: 28px;
    background: url(../images/icon/sj.png) no-repeat left center;
}
section ul li dl dd div .p2{float: right;}
section ul li dl dd div .p2 span{
    display: block;
    float: left;
    margin-left: 25px;
    color: #bbbbbb;
}
section ul li dl dd div .p2 span:first-child{
    background: url(../images/icon/yanj.png) no-repeat left center;
    text-indent: 20px;
}
section ul li dl dd div .p2 span:last-child{
    background: url(../images/icon/xx.png) no-repeat left center;
    text-indent: 20px;
}
section ul li dl dd .dd_p{
    height: 44px;
    line-height: 22px;
    color: #999;
    -webkit-line-clamp: 2;
}

/* 分页 */
.page{
    height: 40px;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}
.page a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
}
.page a:hover{color: #fff !important;background: #ff5664 !important;}
.page_active{color: #fff !important;background: #ff5664 !important;}


/* 加盟问答 */
.question{
    /* width: 880px; */
    padding: 0 20px;
    background: #fff;
    margin: 15px 0;
}
.question .question2{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.question .question2 strong{
    display: block;
    width: 90px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    border-bottom: 1px solid #3e99ff;
    color: #3e99ff;
    margin-left: 20px;
}
.question_cont{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.question_cont ul{
    width: 370px;
}
.question_cont ul li{
    height: 36px;
    line-height: 36px;
    position: relative;
}
.question_cont ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    top: 16px;
    left: 0;
}
.question_cont ul li a{
    margin-left: 15px;
    display: block;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}
/* 右边内容 */
.main_right{width: 300px;}
article{
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
article .article_t{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    border-left: 4px solid #3e99ff;
    margin-bottom: 20px;
    text-indent: 15px;
    color: #333;
}
/* 热门文章排行 */
.article1 ul{
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.article1 ul li{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #eee;
}
.article1 ul li em{
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: 14px 10px 0 0;
    text-align: center;
    float: left;
    color: #fff;
    background: #adadad;
}
.article_em{background: #ff5664 !important;}
.article1 ul li a{
    float: left;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 最新教育推荐 */
.article2 ul{
    border-top: 1px solid #eee;
}
.article2 ul li{
    height: 100px;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.article2_a{
    width: 105px;
    height: 70px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
.article2_a img{width: 100%;height: 100%;}
.article2 h3 span{float:right}
.article2 ul li .article_3{
    width: 155px;
    float: left;
    height: 30px;
    line-height: 30px;
}
.article2 ul li .article_3 a{color: #444;float: left;}
.article2 ul li .article_3 span{float: right;font-size: 12px;color: #999;}
.article2 ul li p{
    width: 155px;
    float: left;
    height: 30px;
    line-height: 15px;
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article2 ul li p a{color: #ff5664;}
/* 最新教育资讯 */
.article3 ul{
    margin-top: 10px;
}
.article3 ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.article3 ul li::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
    top: 14px;
    left: 0;
}
.article3 ul li a{
    display: block;
    float: left;
    width: 200px;
    margin-left: 10px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article3 ul li span{float: right;color: #999;font-size: 12px;}
/* 热门品牌 */
.article4 ul{
    margin-top: 20px;
    padding: 0 5px;
}
.article4 ul li{
    width: 115px;
    height: 120px;
    float: left;
    margin: 10px 30px 0 0;
}
.article4 ul li:nth-child(2n){margin-right: 0;}
.article4 ul li a{display: block;}
.article4 ul li img{
    width: 115px;
    height: 80px;
    border: 1px solid #eee;
    overflow: hidden;
}
.article4 ul li span{
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
}






/* 资讯详情页 */
/* 详细内容 */
.detail{
    width: 880px;
    padding: 20px 20px 0;
    background: #fff;
}
.detail .detail2{
    width: 700px;
    line-height: 50px;
    color: #333;
    font-size: 30px;
}





/* 动态/问答 */
.dongtai{
    height: 310px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.dongtai_cont{
    width: 430px;
    height: 310px;
    background: #fff;
}
.dongtai_cont .dongtai2{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
}
.dongtai_cont .dongtai2 span{
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    border-bottom: 1px solid #3e99ff;
    color: #3e99ff;
    text-align: center;
    font-size: 20px;
}
.dongtai_cont .dongtai2 a{
    float: right;
    color: #b0b0b0;
    font-size: 12px;
}
.dongtai_cont ul{
    padding: 15px;
}
.dongtai_cont ul li{
    height: 40px;
    line-height: 40px;
    position: relative;
}
.dongtai_cont ul li::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    top: 18px;
    left: 0;
}
.dongtai_cont ul li a{
    display: block;
    float: left;
    width: 300px;
    margin-left: 15px;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dongtai_cont ul li span{
    color: #b8b8b8;
    font-size: 12px;
    float: right;
}
.detail_title{
    height: 20px;
    line-height: 20px;
    color: #acacac;
    font-size: 13px; 
    margin-top: 10px;
}
.detail_title span{
    float: left;
    margin-right: 15px;
}
.detail_title p{float: right;}
.detail_title p em{display: block;float: left; margin-left: 25px;}
.detail_title p em:nth-child(1){
    background: url(../images/icon/zan.png) no-repeat left 0;
    padding-left: 20px;
}
.detail_title p em:nth-child(2){
    background: url(../images/icon/xin.png) no-repeat left 2px;
    padding-left: 20px;
}
.detail_title p em:nth-child(3){
    background: url(../images/icon/xx.png) no-repeat left 3px;
    padding-left: 20px;
}
.detail_title p em a{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/fenxiang.png) no-repeat left 2px;
}
/* 内容 */
.detail_cont{
    padding: 10px 0;
}
.detail_cont img{
    display: block;
    margin: 10px auto;
}
.detail_cont p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
	text-indent: 2em; 
}

/* 关键字 */
.keyword{margin-top: 50px;}
.keyword a{
cursor:text;
    display: block;
    float: left;
    /* width: 80px; */
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
    font-size: 15px;
    margin-right: 20px;
}
/* 上/下一篇 */
.piece{
    height: 60px;
    line-height: 60px;
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.piece span{
    color: #999;
}
.piece span a{color: #666;}