.htpost{background: #FF6600;margin: 15px auto;width: 50%;}
.htpost a{height: 2.5rem;display: block;line-height: 2.5rem;text-align: center;color: #fff}
.menu{background: #fff;padding: 0px 6px;border-bottom: 1px solid #ccc;width: 93%;margin: 0px auto}
.menu li a{height: 2rem;line-height: 2rem;text-align: center;display:inline-block;color: #333;width: 100%}
.menu li{float: left;width: 19.5%;position: relative;z-index: 10;top: 1px;}
.menu .select{border: 1px solid #ccc;border-bottom: 1px solid #fff;}
.list{width: 95%;border-bottom: 1px solid #e6e6e6;padding-top: 1rem;margin-left: 3%;line-height: 2rem;margin-right: 2%;}
.title a{color: #333;}
.auth_msg{padding-bottom: 0.5rem;height: 2rem;line-height: 2rem;}
.auth_msg span,.auth_msg a{color: #9da5ab;font-size: 0.8rem;}
.lit{border: 1px solid #ccc;
    border-radius: 300px;
    padding: 1px 1px 0px 1px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 25px;
}
_::-webkit-full-page-media, _:future, :root .lit{
padding: 0.5px 2px;
}
.st{color: #3F90EB;border-color: #3F90EB}
.zx{color: #008000;border-color: #008000}
.jp{color: #CC6633;border-color: #CC6633}
.itop{color: #FFF;border-color: #DA3838; background-color: #DA3838}
/*搜索样式*/
.searchS{
    position: relative;
    margin: 25px auto;
}
.searchS input{
    border: 1px #ABADB3 solid;
    line-height: 24px;
    padding: 5px;
    padding-right: 105px;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    word-wrap: break-word;
    outline: none;
    -webkit-appearance: none;
    font-size: 14px;
}
.searchS .wdbtn{
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: absolute;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    font-size: 14px;
    outline: none;
    right: 0;
    background-color: #0091ED;
    color: white;
    border: 0;
    width: 100px;
    overflow: hidden;
    line-height: 30px;
}


ul,li,p,time,a,i,h2,span{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.list-post {
    margin-top: -1px;
    border-top: solid #cccccc 1px;
}

.list-post li {
    border-bottom: solid #f5f5f5 1px;
}

.list-post li > a {
    display: block;
    padding: 15px 12px 15px 36px;
    overflow: hidden;
    position: relative;
    color: #000;
    text-decoration: none;
}
.list-post li h2 {
    font-size: 18px;
    line-height: 24px;
	
   
}

.list-post li .editor, .list-post li .latest {
    float: right;
    margin-top: 4px;
    font-size: 14px;
    color: #939393;
    line-height: 18px;
    text-align: right;
}

.list-post li .data {
    float: left;
    height: 18px;
    margin-top: 4px;
    font-size: 12px;
    color: #939393;
    line-height: 18px;
    text-align: right;
    overflow: hidden;
}

.list-post li .data .reply {
    margin-right: 12px;
    width: 38px;
    display: inline-block;
    text-align: left;
}

.list-post li .data .reply .fa-envelope-o {
    height: 19px;
    margin: 3px 8px 0 0;
}

.list-post li .data .view .fa-eye {
    height: 13px;
    margin: 3px 8px 0 0;
}

.fa, .iconfont {
    display: inline-block;
    vertical-align: top;
}

.list-post li > a > .icon {
    position: absolute;
    top: 15px;
    left: 10px;
}

.latest time,.reply span,.view span{
    color: #ccc;
    line-height: 0.875rem;
}
.main li a:visited h2{color: #800080;}

/*发帖按钮*/
.postht a{
    display: block;
    z-index: 100;
    position: fixed;
    right: 68px;
    bottom: 78px;
    width: 70px;
    height: 45px;
    background: rgba(255,102,0,0.6);
    margin-top: -15px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
}