.top-bar {
    height: 30px;
    background: #27282D;
}
.top-bar .inside {
    width: 1280px;
    margin: 0 auto;
}
.inside .left {
    float: left;
    position: relative;
}
.inside .btn-item {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    float: left;
    margin: 0 60px 0 0;
    cursor: pointer;
    position: relative;
}
.inside .btn-item .up-text {
    position: absolute;
    top: -15px;
    opacity: 0;
    transition: all .2s;
}
.inside .btn-item .down-text {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: all .2s;
}
.inside .btn-item:hover > .up-text{
    top: 0;
    opacity: 1;
    transition: all .2s;
}
.inside .btn-item:hover > .down-text{
    top: 15px;
    opacity: 0;
    transition: all .2s;
}
.containerBox {
    padding-top:10px;
}
.shadowWrapperCardBox {
    transition: all 0.2s linear;
    position: relative;
}
.articleBox {
    padding: 20px 0;
    height: 178px;
    border-bottom: none;
}
.shadowWrapperCardBox::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
}
.articleImg {
    width: 210px;
    height: 132px;
    margin-right: 13px;
    background-size: 100%;
    overflow: hidden;
}
.articleImgLink {
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 210px;
    height: 132px;
    border-radius: 6px;
}
.articleTitle {
    font-size: 18px;
    line-height: 28px;
    margin-top: -5px;
    color: #212629;
    margin-bottom: 10px;
}
.articleContent {
    font-size: 13px;
    line-height: 22px;
    height: 67px;
    overflow: hidden;
    color: #818386;
    width: 540px;
}
.contentText-more {
    font-size: 13px;
    cursor: pointer;
    color: #818386;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ContentItem-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0 20px;
    margin: 0 -20px -10px;
    color: #646464;
    clear: both;
    bottom: 0;
    font-size: 14px;
}
.splitLine {
    margin: 0 15px;
    color: #d8d8d8;
}
.articleListControlNewBtn2 {
    height: 23px;
    width: 75px;
    font-size: 13px;
    color: #aaaeb3;
    opacity: .6;
    line-height: 23px;
}
.articleInfBox2 .articleClassify2 {
    position: absolute;
    left: 481px;
    width: 90px;
    font-size: 13px;
    color: #aaaeb3;
    opacity: .6;
    padding-left: 23px;
    background: url(../images/read.png) no-repeat;
    background-size: 16px 16px;
    font-weight: normal;
}
.articleInfBoxItem {
    font-size: 13px;
    color: #aaaeb3;
    opacity: .6;
}
.hotFindBox2 {
    background:#fff;
    border-radius:8px;
    margin-right: 20px;
}
.yellowafter {
    padding-left :28px;
    position:relative;
}
.yellowafter::before {
    content: '';
    position: absolute;
    top: 36%;
    left: 20px;
    width: 4px;
    height: 14px;
    background: #1f5bf5;
    border-radius: 2px;
}
.containerBox {
    overflow:hidden;
}
.hotFindBox, .recommAuthor, .recommRead {
    padding: 17px 19px 19px 16px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
}
.recommAuthorTitle, .recommReadTitle {
    font-size: 20px;
    padding: 8px 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.SideRightTitle.yellowafter::before,.hotFindTitle.yellowafter::before,.recommAuthorTitle.yellowafter::before,.recommReadTitle.yellowafter::before {
    content: '';
    position: absolute;
    top: 58%;
    left: 4px;
    width: 4px;
    height: 16px;
    background: #1f5bf5;
    border-radius: 2px;
    transform: translateY(-50%)
}
.authorList-item,.readList-item {
    display: flex;
    justify-content: space-between;
    padding: 9px 0
}
.readList-item-l {
    width: 110px;
    height: 70px;
    border-radius: 4px;
    margin-right: 16px;
}
.readList-title {
    height: 40px;
    font-size: 14px;
    color: #212629;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 13px;
}
.readList-tips {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #AAAEB3;
}
.featherselection_titleimg:hover,
.topicIndex img:hover {
    cursor: pointer;
}
.shadowWrapperCardBox {
    transition: all 0.2s linear;
    position: relative;
}
.shadowWrapperCardBox:hover {
    z-index: 10;
}
.shadowWrapperCardBox::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
}
.shadowWrapperCardBox:hover::before {
    box-shadow: 1px 3px 20px 0 rgba(202, 202, 202, 0.65);
}
.hotTag{
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}
.new-question .recommReadTitle {
    padding:19px 18px 0 28px;
}
.new-question .recommReadTitle.yellowafter::before {
    top: 71%;
    left: 18px;
}
.relevant-question,
.new-question {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 16px;
}
.question-title {
    padding: 24px;
    border-bottom: 1px solid rgba(233, 235, 239, 1);
}
.question-title:before {
    content: '';
    width: 4px;
    height: 18px;
    background: #ffdb33;
    border-radius: 2px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.question-list {
    padding: 16px 0;
}
.question-list-item {
    display: flex;
    padding: 0 16px;
    margin-bottom: 16px;
}
.question-list-item .list-item-text:hover {
    color: #0086ffff;
}
.list-item-text {
    width: 320px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.question-list-item-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    background: #cccccc;
    position: relative;
    top: 7px;
}

.question-answer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #607d8b;
    background: #fff;
    border-radius: 8px;
}
.lookMore {
    font-size: 14px;
    color: #999;
}
.contentLeft, .rankingBox {
    background: #fff;
}
.sTit{
    font-size: 24px;
    font-weight: 500;
    color: #262b2f;
    margin: 0 0 20px;
    padding: 50px 25px 0;
    line-height: 40px;
}
.articleInfBox {
    color: #999;
    font-size: 14px;
}
.article {
    padding: 0 25px;
    margin-top: 10px;
    position: relative;
    height: 100%;
}
.writeTime3{
    padding-left: 25px;
}
.pc_content{
    color: #000000;
    text-align: inherit;
    font-weight: inherit;
    line-height: 2;
    margin: 25px 0 20px;
    font-size: 14px;
}
.pc_content center{
    text-align: left;
}
.pc_content h2,
.pc_content h3,
.pc_content h4,
.pc_content h5,
.pc_content h6{
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.pc_content h2{
    font-size: 28px;
}
.pc_content h3{
    font-size: 24px;
}
.pc_content h4{
    font-size: 22px;
}
.pc_content h5{
    font-size: 20px;
}
.articles_page {
    padding: 28px 24px;
    display: flex;
}
.articles_page_l, .articles_page_r {
    display: flex;
    align-items: center;
}
.articles_page_l_btn, .articles_page_r_btn {
    padding: 8px 14px;
    border-radius: 4px;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #212629;
}
.articles_page_l_btn {
    background-color: #f7f7f7;
}
.articles_page_l_btn .btn_icon, .articles_page_r_btn .btn_icon {
    width: 6px;
    height: 11px;
}
.articles_page_r_btn img{
    filter: grayscale(1000%) brightness(1000%);
}
.articles_page_l_text, .articles_page_r_text {
    width: 240px;
    height: 44px;
    color: #212629;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: 24px;
    padding-right: 30px;
    margin-right: 34px;
}
.articles_page_l_text::before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: rgba(170, 174, 179, 0.29);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.articles_page_r_btn {
    background: #1f5bf5;
    color: #ffffff;
}
.preArtTitle {
    width: 100%;
    display: flex;
    padding: 24px;
    color: #212629;
    font-size: 20px;
    padding-bottom: 0;
}
.preArtTitle .title {
    position: relative;
    padding-left: 10px;
}
.preArtTitle .title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 19px;
    background: #1f5bf5;
    border-radius: 3px;
    top: 3px;
}
.recArticleItems {
    width: 100%;
    padding: 20px 12px;
    justify-content: space-between;
}
.articleItem {
    float: left;
    margin: 0 10px 20px;
    width: 200px;
    position: relative;
}
.articleItemTop {
    position: relative;
}
.articleItemImg {
    width: 100%;
    border-radius: 8px 8px 0 0;
    height: 110.11px;
}
.viewNum {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 4px 8px;
    width: 60px;
    height: 22px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.viewNumIcon {
    width: 12px;
    height: 12px;
}
.tipViewNum {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}
.articleItemInfo {
    background: #F9F9F9;
    padding: 10px 10px;
    border-radius: 0 0 8px 8px;
}
.articleItemText {
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #212629;
    margin: 10px 0;
    font-size: 14px;
}
.articleItemBottomInfo {
    display: flex;
    font-size: 12px;
    color: #AAAEB3;
    width: 100%;
    align-items: center;
}
.articleItemBottomTip {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #AAAEB3;
    flex: 1;
}
.articleItemBottomTip {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #AAAEB3;
    flex: 1;
}
.articleItemBottomInfo .articleItemBottomTip:nth-child(2) {
    text-align: center;
}
.tagItem {
    background: #F7F7F7;
    border-radius: 19px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 12px;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 12px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #818386;
}
.tags{
    background: #ffffff;
}
.search .article{
    width: 1000px;
}
.search .articleContent{
    width: 100%;
}
.search .ContentItem-actions{
    padding-top: 0;
}
.search .reading{
    position: absolute;
    right: 0;
    width: auto;
}
.page{
    padding: 20px 40px 40px;
    font-size: 16px;
    line-height: 28px;
    color: #212629;
}
.page h1,
.page h2{
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #212629;
    margin-top: 20px;
}
.page h2{
    font-size: 24px;
    line-height: 32px;
}