
.breadcrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: rgba(25,35,46,.4);
    line-height: 18px
}

.breadcrumb ul i {
    color: rgba(25,35,46,.2);
    margin-right: 4px
}

.breadcrumb ul a:hover {
    color: #dd3d3d
}


#index-container {
    padding: 12px 0 0
}

#index-container .section-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#index-container .section-body .section-left {
    width: 824px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#index-container .section-body .section-right {
    margin-left: 40px;
    width: 364px
}

#index-container .footer-gap {
    height: 80px
}


.lists-section-title {
    margin: 20px 0
}

.lists-section-title,.lists-section-title .title-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.lists-section-title .title-left h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-right: 40px;
    max-width: 400px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.lists-section-title .title-left .followInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.lists-section-title .title-left .followInfo .followNum {
    margin-left: 12px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(25,35,46,.4)
}

.lists-section-title .type-of-list {
    cursor: pointer;
    position: relative
}

.lists-section-title .type-of-list:hover .menu-box .menu-list-wrap {
    display: block
}

.lists-section-title .type-of-list h2 {
    margin-right: 8px
}

.lists-section-title .type-of-list .menu-box .menu-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(25,35,46,.2);
    font-size: 16px;
    color: rgba(25,35,46,.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.lists-section-title .type-of-list .menu-box .menu-list-wrap {
    display: none;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 9;
    padding-top: 36px
}

.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 192px;
    height: 92px;
    padding: 20px 24px;
    background: #fff;
    position: relative;
    outline: 1px solid rgba(0,0,0,.05);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.04);
    border-radius: 2px
}

.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul>li {
    width: 32px;
    height: 20px;
    margin-bottom: 12px
}

.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul>li a:hover {
    color: #dd3d3d
}

.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul>li:first-child,.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul>li:nth-child(2),.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul>li:nth-child(4),.lists-section-title .type-of-list .menu-box .menu-list-wrap>ul>li:nth-child(5) {
    margin-right: 24px
}

.lists-section-title .type-of-list .menu-box .special-list>ul {
    width: auto;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.lists-section-title .type-of-list .menu-box .special-list>ul>li {
    width: 60px;
    margin-bottom: 0
}

.lists-section-title .right-part-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.lists-section-title .right-part-container .right-part {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: rgba(25,35,46,.6);
    font-size: 12px;
    line-height: 18px
}

.lists-section-title .right-part-container .right-part:hover {
    color: #dd3d3d
}

.lists-section-title .right-part-container .right-part:hover .qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.lists-section-title .right-part-container .right-part i {
    font-size: 18px;
    margin-right: 4px
}

.lists-section-title .right-part-container .right-part .qrcode {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: -36px;
    width: 160px;
    padding: 20px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    border-radius: 4px;
    z-index: 3
}

.lists-section-title .right-part-container .right-part .qrcode img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px
}

.lists-section-title .right-part-container .right-part .qrcode span {
    color: #19232e;
    font-size: 12px;
    text-align: center
}



.information-list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information-list>ul .section-item {
    width: 100%;
    max-height: 169px;
    margin-top: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2fa
}

.information-list>ul .section-item:last-child {
    margin-bottom: 0
}

.information-list>ul .item-title {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.information-list>ul .item-title:hover {
    color: #dd3d3d
}

.information-list>ul .info-right,.information-list>ul .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.information-list>ul .info-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information-list>ul .info-right .item-intro {
    font-size: 14px;
    color: rgba(25,35,46,.4);
    line-height: 20px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    margin-bottom: 12px
}

.information-list>ul .info-right .item-details {
    font-size: 12px;
    color: rgba(25,35,46,.4);
    width: 100%
}

.information-list>ul .info-right .item-details,.information-list>ul .info-right .item-details .author,.information-list>ul .info-right .item-details .author .avatar-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.information-list>ul .info-right .item-details .author .avatar-name:hover .name {
    color: #dd3d3d
}

.information-list>ul .info-right .item-details .author .avatar-name #empty-block,.information-list>ul .info-right .item-details .author .avatar-name .head {
    width: 24px;
    height: 24px;
    border: .5px solid rgba(0,0,0,.08);
    border-radius: 12px
}

.information-list>ul .info-right .item-details .author .avatar-name .iconfont {
    -webkit-transform: translate(-8px,5px);
    transform: translate(-8px,5px)
}

.information-list>ul .info-right .item-details .author .avatar-name .name {
    color: rgba(25,35,46,.4);
    max-width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px
}

.information-list>ul .info-right .item-details .author>span {
    max-width: 72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.information-list>ul .info-right .item-details .author i {
    margin-right: 4px;
    font-size: 14px
}

.information-list>ul .info-right .item-details .split-line {
    margin-left: 8px;
    width: 1px;
    height: 8px;
    background: #fff;
    border-left: 1px solid rgba(0,0,0,.08)
}

.information-list>ul .info-right .item-details .comments,.information-list>ul .info-right .item-details .hot-num {
    margin-left: 8px;
    line-height: 18px
}

.information-list>ul .info-right .item-details .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px
}

.information-list>ul .info-right .item-details .tags .tag {
    display: block;
    padding: 0 3px;
    width: auto;
    text-align: center;
    height: 20px;
    color: rgba(25,35,46,.4);
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    line-height: 18px;
    max-width: 104px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.information-list>ul .info-right .item-details .tags .tag:not(:first-child) {
    margin-left: 8px
}

.information-list>ul .info-right .item-details .tags .tag:hover {
    color: rgba(25,35,46,.6);
    border: 1px solid rgba(0,0,0,.08)
}

.information-list>ul .info-right .item-details .update-time {
    margin-left: 8px
}

.information-list>ul .info-right-spe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.information-list>ul .info-left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 136px;
    height: 102px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.information-list>ul .info-left img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -o-object-fit: cover;
    object-fit: cover
}

.information-list>ul .info-left img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}


.side-rankbox .bar {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.side-rankbox .bar>span {
    font-size: 20px;
    font-weight: 700
}

.side-rankbox .bar>span .iconfont {
    color: #fd5444;
    margin-right: 8px
}

.side-rankbox .bar>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    color: rgba(25,35,46,.4)
}

.side-rankbox .bar>a i {
    font-size: 16px
}

.side-rankbox .bar>a:hover {
    color: #dd3d3d
}

.side-rankbox .bar>a .icon-refresh-line {
    margin-right: 4px
}

.side-rankbox .content {
    margin: 18px 0 0
}

.side-rankbox .content ul li {
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.side-rankbox .content ul li:not(:last-child) {
    margin: 0 0 20px
}

.side-rankbox .content ul li>span {
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    line-height: 20px;
    font-family: Barlow-Bold;
    font-size: 16px;
    color: rgba(25,35,46,.2);
    position: relative;
    margin-right: 9px
}

.side-rankbox .content ul li>span.sn-1 {
    color: #fc3739
}

.side-rankbox .content ul li>span.sn-1:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fc3739));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fc3739);
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.side-rankbox .content ul li>span.sn-2 {
    color: #f0731c
}

.side-rankbox .content ul li>span.sn-2:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#f0731c));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#f0731c);
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.side-rankbox .content ul li>span.sn-3 {
    color: #ffba00
}

.side-rankbox .content ul li>span.sn-3:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#ffba00));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#ffba00);
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.side-rankbox .content ul li>span.ad {
    background: #f8f8f8;
    border-radius: 4px;
    font-size: 12px;
    color: rgba(25,35,46,.4);
    font-family: inherit
}

.side-rankbox .content ul li>img {
    width: 20px;
    height: 12px;
    margin-right: 12px
}

.side-rankbox .content ul li a {
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 243px
}

.side-rankbox .content ul li a:hover .classify,.side-rankbox .content ul li a:hover {
    color: #004077
}

.side-rankbox .content ul li a .classify {
    color: #426fc4;
    margin-right: 8px
}