.item{}
.item ul{}
.item ul li{
    padding: 15px;
    background: #fff;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgb(224 224 224 / 10%);
}
.item ul li .user {}
.item ul li .user .avatar{
    height: 38px;
    width: 38px;
    border-radius: 5px;
}
.item ul li .user .user-info{margin-left: 8px;}
.item ul li .user .user-info .username{
    font-size: 14px;
    margin-bottom: 4px;
}
.item ul li .user .user-info .time{
    font-size: 12px;
    color: #898989;
}

.item ul li .content{

}
.item ul li .content .con{line-height: 2;font-size: 15px;color: #555;word-break: break-all;}
.item ul li .content .con p{margin: 6px 0;}
.item ul li .content h3{font-size: 16px;margin-bottom: 4px;}
.item ul li .content h3 a{color: #454545;}
.item ul li .user{
    display: flex;
    margin-bottom: 15px;
}
.item ul li .pic{
    width: 33.33%;
    height: 136px;
    border-radius: 5px;
    overflow: hidden;
    background: #ccc;
    margin: 4px 0;
    position: relative;
}
.item ul li .pic img{
    max-width: 300px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item ul li .pics{display: flex;justify-content: center;margin: 0 -4px;}
.item ul li .pics>span{
    width: 33.33%;
    float: left;
    height: 136px;
    border-radius: 5px;
    overflow: hidden;
    background: #ccc;
    margin: 4px;
    position: relative;
}
.item ul li .pics img{height: 140px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.item .flex{display: flex;margin-bottom: 15px;}
.item ul li dl{
    text-align: center;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 14px;
}
.item ul li dl dd{
    width: 33%;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    color: #9e9e9e;
}
.item ul li dl dd span{

}
.item ul li dl dd em{
    font-style: normal;
}
.item ul li dl dd:nth-child(2) {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.item ul li dl dd a{color: #9e9e9e;}
@media (max-width: 640px) {
.item ul li .pics img{
        height:80px;
    }
    .item ul li .pic{height:80px}
    .item ul li .pics>span{
        height: 80px;
    }
}
.tag{
    font-size:12px;
}
.tag a{color: #70d0f0;margin-right: 8px;}
.sidel {
    margin-right: 25px;
    padding-right: 20px;
    background: #fff;
}
.sidel_bg{
    position: fixed;
    margin-left: -400px;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    transition: all 0.5s;
}
.sidel .title{
    color: #006287;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}
#side-search input {
    padding: 0 10px;
    border: 0;
    line-height: 38px;
    height: 36px;
}
#side-search .button{
    vertical-align: middle;
    margin-left: -1px;
    color: #979797;
    background: #fff;
    border: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
}
.searchbar{border-bottom: 1px solid #dfdfdf;margin-bottom: 15px;}
@media (max-width: 640px) {
    .sidel {
        position: fixed;
        max-width: 250px;
        background: #fff;
        z-index: 999;
        top: 0;
        padding: 10px;
        height: 100%;
        padding-top: 20px;
        box-shadow: rgba(219, 219, 219, 0.5) 1px 4px 5px;
        left: -250px;
        transition: 0.3s;
    }
    .sidel.open {
        left: 0;
    }
    .sidel_bg.open {
        display: block;
        backdrop-filter: blur(5px);
        margin-left: 0;
        width: 100%;
    }
}
.bbslist{width: 140px;margin-left: auto;background: #fff;border-radius: 5px;padding: 10px 0;}
.bbslist .line{
    border-bottom: 1px solid #d1d1d1;
    width: 50px;
    padding: 8px;
    margin: 0 auto 10px;
}
.bbslist li{text-align: center;}
.bbslist li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 8px 10px;
    margin: 5px 10px;
}
.bbslist li img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 5px;
}
.bbslist li a.active,.bbslist li a:hover{
    background: #dfefff;
}
.istu{
    font-size: 18px;
    color: #bcbcbc;
}
table {
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    width:100%;
    border-collapse: collapse;
    background: #fff;
}
table.ym{
    margin-bottom: -1px;
}
table.date{
}
th, td{
    text-align: center;
    padding: 3px 5px;
    line-height: 2;
    color: #9a96aa;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
}
th a, td a{color: #70d0f0;}
table .cur{
    background: #a6c7ff;
    color: #fff;
}
table .cur a{
    color: #fff;
}
.article_new{
    padding: 5px;
    margin-top: 15px;
    background: #fff;
}
.article_new .head{
    padding: 5px 10px 10px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
}
.article_new li{
    color: #ccc;
    overflow: hidden;
    padding: 5px 10px;
}
.article_new li a{
    color: #4a4a4a;
    padding: 5px;
    display: block;
    white-space: nowrap;
    font-size: 13px;
}
.user_new{
    margin-top: 15px;
    padding: 10px 5px;
}
.user_new .head{
    padding: 5px 10px 15px;
    font-weight: 600;
    
}
.user_new li{
    color: #ccc;
    float: left;
    width: 25%;
    overflow: hidden;
    text-align: center;
}
.user_new li a{
    color: #4a4a4a;
    padding: 5px;
    display: block;
    white-space: nowrap;
    font-size: 13px;
}
.user_new li a .avatar{
    color: #4a4a4a;
    width: 38px;
    height: 38px;
    border-radius: 8px;
}
.user_new li a span{
    color: #4a4a4a;
    display: block;
}
.btn{
    font-size: 14px;
    border-radius: 3px;
}
.bbsinfo{
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.bbsinfo .info{}
.bbsinfo .info .title{
    line-height: 30px;
    font-size: 18px;
    color: #187ea7;
}
.bbsinfo .info .count{
    height: 20px;
    line-height: 20px;
    color: #838383;
    font-size: 12px;
}
.bbsinfo .info .count span{
    margin-right: 12px;
}
.bbsinfo .gg{
    margin-top: 12px;
    font-size: 14px;
    color: #797979;
    line-height: 1.2;
}

.reward li{
    color: #9b9b9b;
    font-size: 12px;
    margin: 5px 0;
}