/*
 *@Description: tag_list.css
 *@Version:	    v1.0(2020-11-12)
 *@Website:	    http://www.19lou.com
 *@Author:      LiMing
 */
body{
    background: #f8f8f8;
}
#list-wrap{
    width: 1190px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
}
.tag-left{
    float: left;
    width: 826px;
    box-sizing: border-box;
    display: inline-block;
    padding: 30px;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
}
.tag-head{
    position: relative;
}
.tag-head p{
    font-size: 16px;
    color: #909399;
    margin: 16px 0 0 0;
}
.tag-head span{
    margin-right: 30px;
}
.tag-head .send-btn a{
    width: 108px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #91C700;
    border-radius: 4px;
}
.tag-head .send-btn a{
    color: #ffffff;
    text-decoration: none;
}
.tag-head .send-btn a:hover{
    color: #ffffff;
}
.tag-head .send-btn a:visited{
    color: #ffffff;
    text-decoration: none;
}
.tag-left h3{
    font-size: 22px;
    color: #303133;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
    cursor: pointer;
}
.tag-left h3 em{
    color: #91C700;
    font-style: normal;
}
.tag-right{
    float: right;
    width: 350px;
    box-sizing: border-box;
    display: inline-block;
    padding: 30px;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}
.tag-tab{
    margin-top: 38px;
    margin-bottom: 8px;
    position: relative;
}
.tag-tab a{
    text-decoration: none;
}

.tag-tab a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
.tag-tab a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
.tag-tab a:active {
    text-decoration: none;
}
.tag-tab .tab-font{
    font-size: 18px;
    font-weight: bold;
    color: #303133;
    position: relative;
    padding-bottom: 6px;
    margin-right: 42px;
}
.tag-tab .select-tab-font{
    font-size: 18px;
    color: #91C700;
}
.tag-tab .select-tab-font:after{
    content: '';
    width: 22px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #91C700;
    border-radius: 2px;
}
.tag-tab .total-content{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 28px;
    color: #606266;
}
.tag-content ul{
    list-style: none;
    padding: 0;
}
.tag-content li{
    height: 128px;
    border-top: 1px solid #E6E6E6;
    padding: 22px 0 22px 0;
}
.tag-content li:last-child{
    border-bottom: 1px solid #E6E6E6;
}
.tag-content li img{
    width: 175px;
    height: 100%;
    float:left;
    object-fit: cover;
    margin-right: 20px;
    vertical-align: top;
}
.tag-content li .img-riht{
    width: 764px;
    overflow:hidden;
    vertical-align: top;
    position: relative;
    height: 100%;
}
.tag-content li .has-img{
    width: 567px;
}
.tag-content li .has-img .time-other{
    width: 567px;
}
.tag-content li .img-riht p{
    margin: 0;
}
.tag-content .tag-list-item-a{
    display: inline-block;
    height: 100%;
    margin: 0;
    text-decoration: none;
    color: #909399;
}
.tag-content li .title{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303133;
    font-weight: bold;
    padding-bottom: 6px;
    line-height: 26px;
}
.tag-content li .desc{
    font-size: 14px;
    color: #909399;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-align: justify;
    word-break: break-all;
}
.tag-content li .time-other{
    width: 764px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #909399;
}
.tag-content li .comment{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #909399;
}
.tag-content li .comment .see-num-icon{
    position: relative;
    /*top: 2px;*/
    vertical-align: bottom;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url("images/see_num.png") no-repeat;
    background-size: cover;
}
.tag-content li .comment .comment-icon{
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    /*top: 2px;*/
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url("images/comment.png") no-repeat;
    background-size: cover;
}
.tag-content li .comment span:first-child{
    margin-right: 30px;
}
.right-top{
    font-size: 16px;
    color: #909399;
    opacity: 0.99;
    width: 100%;
    position: relative;
}
.right-top span{
    font-size: 14px;
    width: 118px;
    height: 26px;
    text-align: center;
    padding: 2px 4px;
    /*box-sizing: border-box;*/
    line-height: 26px;
    border: 1px solid #91C700;
    border-radius: 4px;
    color: #91C700;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: center;
}
.right-top span em{
    display: inline-block;
    position: relative;
    top: 1px;
    width: 10px;
    height: 12px;
    background: url("images/right_in.png") no-repeat;
}
.right-desc{
    margin-top: 10px;
    font-size: 14px;
    color: #303133;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: hidden;
    max-width: 100%;
}
.correlation{
    border-top: 1px solid #E6E6E6;
    margin-top: 10px;

}
.correlation .right-top{
    margin-top: 24px;
}
.correlation-tag span{
    background: #F2F2F2;
    border-radius: 15px;
    font-size: 16px;
    color: #606266;
    padding: 4px 14px;
    display: inline-block;
    margin-top: 16px;
    margin-right: 14px;
}
.no-content{
    width: 100%;
    text-align: center;
    margin-top: 240px;
    padding-bottom: 240px;
}
.no-content .no-img{
    margin: auto;
    width: 157px;
    height: 125px;
    background: url("images/no_content_img.png") no-repeat;
}
.no-content p{
    margin-top: 24px;
    font-size: 18px;
    color: #909399;
    text-align: center;
    line-height: 22px;
}
.line{
    width: 100%;
    border-top: 1px solid #EDEDED;
}
.tag-tab .tag-time{
    display: inline-block;
    width: 109px;
    text-align: center;
    font-size: 16px;
    color: #909399;
    cursor: pointer;
    position: relative;
    margin-left: 34px;
}
.tag-tab .tag-time em{
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 6px;
    background: url("images/time_bottom.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.tag-tab .tag-time .tag-time-ul{
    position: absolute;
    width: 109px;
    height: 195px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    display: none;
    z-index: 222;
}
.tag-tab .tag-time li{
    height: 38px;
    line-height: 38px;
    padding: 0;
    font-size: 14px;
    color: #909399;
    border-bottom: 1px solid #F5F5F5;
    border-top: none;
}
.tag-tab .tag-time li:last-child{
    border-bottom: none;
}
.tag-tab .tag-time .tag-time-select{
    color: #91C700;
}
.tag-tab .tag-words-container{
    display: inline-block;
    height: 30px;
    position: relative;
    top: -2px;
}
.tag-tab .tag-words-container input{
    box-sizing: border-box;
    display: inline-block;
    width: 170px;
    height: 30px;
    font-size: 14px;
    color: #909399;
    border: 1px solid #E6E6E6;
    border-radius: 4px 0 0 4px;
    padding: 5px 0 5px 10px;
    vertical-align: middle;
    border-right: none;
    outline:0px;
}
.tag-tab .tag-words-container em{
    display: inline-block;
    width: 49px;
    height: 30px;
    background: url("images/words_img.png");
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    vertical-align: middle;
}
.title strong{
    color: #91C700;
}
.desc strong{
    color: #91C700;
}

.tag-list-item{
    position: relative;
}

.item-opt {
    display: none;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 90;
}

.item-opt a {
    /*display: none;*/
    margin-right: 5px;
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.6);
}

.item-opt a:hover {
    background: #8CA224;
    filter: none;
}

.item-opt a:hover {
    background: #8CA224;
    filter: none;
}

.item-opt i {
    float: left;
    margin: 6px 0 0 6px;
    padding-top: 18px;
    width: 18px;
    height: 0;
    background: url("images/board.png");
    overflow: hidden;
}

.item-opt .item-stick i {
    background-position: -20px -19px;
}

.item-opt .item-sticked i {
    background-position: -20px -38px;
}

.item-opt .item-del i {
    background-position: -40px -20px;
}

.item-opt .item-edit i {
    background-position: -60px -20px;
}
.stick-time{
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin: auto;
    z-index: 80;
}
.stick-time p{
    text-align: center;
}


.board-record-pic .board-pic-item .selected{
    display: none!important;
}
.board-record-pic .pic-select .selected{
    display: block!important;
}
.board-record-mod .board-record-item .pm_num{
    top: 0;
}
#expireTime{
    cursor: not-allowed;
}
.board-record-pic .board-pic-item .selected span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 39px;
    height: 39px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 39px;
    background: #7F9C14;
}