html,
body {
    font-family: tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "WenQuanYi Micro Hei", sans-serif;
    background-color: #f5f5f5;
    color: #4b4c4d;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

a:hover,
a:active {
    text-decoration: none !important;
}

.topbox {
    background-color: #fff;
    padding-bottom: 10px;
}

.logo {
    margin-top: 8px;
    display: inline-block;
    height: 50px;
}

.logo a {
    display: block;
    text-align: left;
}
.logo img{
    width: auto;
    height: 50px;
}
.logo .logo-title{
    display: block;
    text-align: left;
    font-size: 30px;
}

.navs {
    height: 56px;
    line-height: 56px;
    display: flex;
}

.navs a {
    flex: 1;
    color: #4b4c4d;
    text-decoration: none;
    font-weight: 700;
    height: 56px;
    text-align: center;
}

.navs .active,
.navs a:hover {
    border-bottom: solid 3px #f8aa00;
}

.search {
    padding: 0;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 0;
    outline: 0;
    text-align: center;
}

.btn-login {
    background: yellowgreen;
    display: block;
    color: white;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none !important;
    border-radius: 4px;

}

.btn-login:hover {
    color: white;
}

#keywords {
    width: 90%;
    margin-left: 5px;
    height: 36px;
    line-height: 36px;

    background-color: #f5f5f5;
    border: 0;
    outline: 0;
}

#searchbtn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 0;
    background-image: url(/style/img/search.png);

}

.consbox {
    margin-top: 18px;
}

.leftbox>.articles {
    border-radius: 8px;
    background-color: #fff;
}

.link-item {
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    position: relative;
    padding: 15px;
}

.link-item .imgs {
    margin: 10px 0;
}

 /*.link-item:hover {
   background-color: #fafafa;
}*/

.link-item .cover img {
    display: block;
    width: 100%;
    height: auto;
    /* border-radius: 5px; */
}

.link-item .tags {
    padding: 0;
    display: inline-block;
}
.link-item .tagsblock{
    display:block !important;
}
.link-item .tags span::before {
    margin-right: 2px;
}

.link-item .tags span {
    display: inline-block;
    padding: 2px 10px;
    background-color: #f8aa00;
    border-radius: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.link-item .tags span a {
    text-decoration: none;
    color: #fff;
}

.link-item .info .title {
    display: block;
    margin-top: 6px;
    word-wrap: break-word;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    color: #4b4c4d;
    text-decoration: none;
}

.link-item .info .desc {
    margin-top: 8px;
    font-size: 12px;
    word-wrap: break-word;
    color: #999;
}

.link-item .info .cover {
    display: grid;
    grid-template-columns: repeat(5,  33%);
}
@media (min-width: 1170px) {
    
    .link-item .info .cover {
    
         grid-template-columns: repeat(5, 200px);
    
    }
}

.link-item .info .cover img {
    width: 95%;
    height: 100px;
}


.link-item .user .userCover {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    border: 1px solid #f5f5f5;
}

.link-item .user .userName,
.link-item .user .times {
    margin-left: 6px;
    font-size: 12px;
    color: #999;
}

.link-item .user {
    display: flex;
}

.link-item .user .userInfo {
    display: inline-block;
    flex: 2;
}

.link-item .user .userInteractive {
    text-align: right;
    display: inline-block;
    flex: 1;
}

.link-item .user .userInteractive span {
    display: inline-block;
    font-size: 14px;
    color: #aeaeae;
    font-size: 16px;
    margin-right: 20px;
}

.link-item .user .userInteractive span::before {
    margin-right: 2px;
}

.link-item .user .userInteractive .icon-a-Chat4:hover,
.chatactive {
    color: #aaaeee;
}

.link-item .mb {
    font-size: 13px;
    margin-left: 8px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
}

.link-item .mbname {
    /* display: none; */
    color: #888;
    font-size: 13px;
}



.link-area {
    display: block;
    padding-top: 10px;
    /* background-color: #f9f9F9FF; */
    /* border: 1px solid #eaeAEAFF; */
    background-color: #fff;
    border-top: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;

}

.link-area .plbox {
    padding: 0 5px;
    height: 150px;
}


.link-area .plbox .utext textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #eaeaea;
    text-indent: 6px;
    font-size: 12px;
    resize: none;
}

.link-area .plbox .utext textarea:focus {
    border: 1px solid #eaeaea;
    outline: none;
    resize: none;
}

.link-area .plbox .ubtn span:hover {

    background-color: #ffb71b;
}

.link-area .plbox .ubtn span {
    cursor: pointer;
    background-color: #ffdA8AFF;
    border-color: #ffdA8AFF;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 100%;
    line-height: 35px;
    border-radius: 3px;
}

.link-area .plbox .plmsg {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    display: none;
}


.link-area .loading {
    width: 100%;
    text-align: center;
    color: #aeaeae;

}

.plmore {
    width: 100%;
    text-align: center;
    color: #aeaeae;
    cursor: pointer;
}

.pls {
    margin-top: 10px;
}

.pls .item {
    display: block;
    padding: 15px;
}

.pls .itemInfo{
    display:flex;
    border-bottom:1px solid #eee;
}
.pls .itemtitle{
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:8px;
}
.pls .item .plcover {
    width: 30px;
    height: 30px;
    margin-right:5px;
}

.pls .item .plcover img {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

.pls .item .plinfo {
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    line-height:30px;
    width:calc(100% - 115px);
}
.pltimes{
        display:none;
}
@media (min-width: 1200px){
    
    .pltimes{
        display:inline;
    }
    
    
}
.pls .item .plinfo span {
    margin-right: 5px;
    line-height: 30px;
}

.pls .item .plinfo span:last-child {
    margin-left:8px;
    background-color: #f0f0f0;
    padding: 2px 4px;
}

.pls .item .pljubao {
    width:80px;
    text-align: right;
    font-size:12px;
    line-height:30px;
}

.pls .item .pljubao a {
    text-decoration: none;
    color: #999;
    margin-right: 10px;
}

.pls .plcons {
    width:98%;
    margin:0 auto;
    color: #333;
    font-size: 12px;
    margin-top:5px;
    border-radius:4px;
}
.pls .plcons h2{
    border-left: 5px #666 solid;
    padding: 10px;
    background-color:#FFEFD5;
    font-weight: bold !important;
    font-size: 14px !important;
}
.pls .plcons img{
    max-width:100%;
    height:auto;
}
.pls .level2{
    
    background-color: #f5f5f5;
}

.rightbox {

    padding: 0;
}

.rightbox .rightitem {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 12px;
    color: #888;
}

.rightbox .hot {
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.rightbox .hot h5{
    border-left: 4px solid #f8aa00;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.rightbox .hot .h-picture{
    width: 100%;
    height: auto;
    
}
.rightbox .hot .h-picture img{
    width: 100%;
    height: 200px;
}
.rightbox .hot .h-title{
    margin-top: 5px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
}
.rightbox .tops {
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
}

.rightbox .tops h5 {
    border-left: 4px solid #f8aa00;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 700;
}

.rightbox .tops .tops-navs {
    margin-top: 20px;
    display: flex;
}

.rightbox .tops .tops-navs-item {
    flex: 1;
}

.rightbox .tops .btn-active {
    background-color: #e4e0e0 !important;
}

.rightbox .tops .tops-navs.tops-navs .tops-navs-item a {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #f5f5f5;
    padding: 5px 0;
    color: #4b4c4d;
    text-decoration: none;

}

.rightbox .tlist a {
    color: #654441;
    text-decoration: none;
}


.rightbox .tlist .picture {
    position: relative;
    padding-right: 5px;
}


.rightbox .tlist .picture img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
    margin-bottom: 8px;
}


.rightbox .tlist .picture .iconfont {
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 15px;
    width: 22px;
    height: 24px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    color: rgb(73, 55, 55);
    font-weight: 700;
}

.rightbox .tlist a:nth-child(1) .picture .iconfont {
    color: red;
}

.rightbox .tlist a:nth-child(2) .picture .iconfont {
    color: rgb(243, 138, 19);
}

.rightbox .tlist a:nth-child(3) .picture .iconfont {
    color: rgb(252, 199, 23);
}

.rightbox .tlist .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;

}

.hide {
    display: none;
}

.more {
    text-align: center;
    margin-top: 10px;
}

.more span {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    /* border: 1px solid #f8aa00; */
    cursor: pointer;
    transition: all .2s ease-in-out;
    /* background-color: #f8aa00; */
    color: #888;
    font-weight: 400;
}


.link a {

    text-decoration: none;

}


.footer {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    color: #a4a4a4;
}

.footer a {
    color: #a4a4a4;
    text-align: center;
    text-decoration: none;
}

.footer .app {
    text-align: center;
}

.footer .app img {
    width: 100px;
    height: 100px;
}


.l-tags {
    background-color: #fff;
    min-height: 500px;
    display: none;
    border-radius: 8px;
}

.l-tags .tlist {

    text-align: center;
}

.tlist .t-item,
.t-item-s {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.t-item-s {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    background-color: #f8aa00;
}

.t-item-s i {
    margin-right: 6px;
}

.tlist .t-item {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.tlist .t-item .iconfont {

    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.tlist .t-item a {
    color: #999;
    font-size: 14px;
    text-decoration: none;

}

.warning {
    text-align: center;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
}

.warning .w-item {
    background-color: #fff;
    margin-top: 5px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.warning .w-item a {
    display: block;
    text-decoration: none;
}

.warning .w-one img {
    width: 29px;
    height: 24px;
}

.warning .w-two img {
    width: auto;
    height: 18px;

}

.warning .w-liwu {
    margin-top: 0 !important;
}

.warning .w-liwu img {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.warning .w-item span {
    color: #4b4c4d;
    margin-left: 5px;
    font-size: 15px;

}

.user {
    background-color: #fff;
}

.user .u-top {
    background: url(../img/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 120px;
    position: relative;
}

.user .u-top img {
    width: 80px;
    margin-left: 10px;
    height: 80px;
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 80px;
}

.user .u-top .u-top-uinfo {
    display: block;
    position: absolute;
    left: 110px;
    top: 20px;
    color: white;
    padding: 5px;
}

.user .u-top .u-top-uinfo span {
    display: block;
    margin: 0;

}

.user .u-top .u-top-uinfo span:first-child {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.user .u-top>a>i {
    font-size: 12px;
}

.user .u-top>a {
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 10px;
    background-color: #ad9ffc;
    color: #fff;
    top: 80px;
    font-size: 14px;
    border-radius: 2px;
    text-decoration: none;
}

.u-list {
    padding: 10px 8px;
    background-color: #fff;
}

.u-list a {
    display: inline-block;
    width: 45%;
    text-align: center;
    text-decoration: none;
    color: #aaaaaa;
    font-size: 13px;
}

.u-share {
    text-align: center;
}

.u-share .u-share-btn {

    text-align: center;
    margin-top: 12px;
}

.u-share .u-share-btn>img {
    width: 40px;
    height: 35px;
    cursor: pointer;
    margin-left: 15px;
}


@media (min-width: 1170px) {
    
    
    .l-tags {
        padding: 0;
    }

    .pls .item .plcover img {
        width: 25px;
        height: 25px;
    }

    .rightbox .tlist .picture img {
        width: 65px;
        height: 65px;
    }

    .topbox {
        padding-bottom: 0px;
    }

    .link-item .info .tags {
        margin-top: 0 !important;
        margin-bottom:0 !important;
        display:inline-block;
    }

    .link-item .cover img {
        width: 100%;
        height: 100px;
        border-radius: 4px;
    }

    /*.footer {
        text-align: left;
    }

    .footer a {
        text-align: left;
    }

    .footer .app {
        text-align: left;
    }*/

}



.rightbox .article_infobox {
    padding: 8px 15px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}

.rightbox .article_title .article_t {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
    margin-left: 4px;
}

.rightbox .article_title .right_info {
    color: #666;
    display: inline-block;
    position: absolute;
    font-size: 15px;
    right: 8px;
    font-weight: bold;
}

.rightbox .article_title {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 5px;
}

.rightbox .article_title .article_icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}



.rightbox .article_app .app_ui{
    
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.rightbox .article_app .app_ui img{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    
}
.rightbox .article_app .app_info{
    
    font-size: 13px;
    color: #888;
    margin-top:18px;
}


.rightbox .article_app .app_sm{
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 12px;
    padding-top: 12px;
}

.rightbox .article_app .app_sm_tp{
     text-align: center;
} 
.rightbox .article_app .app_sm_tp img{
    height: 100px;
    width:100px;
    text-align: center;
    margin: 10px 0;
}


.rightbox .article_app .app_sm_nav{
    text-align: left;
    color:#000;
    font-weight: bold;
    
}