@charset "UTF-8";
.nd-share a{
    cursor: pointer;
}

.list-toggle .item-box:nth-child(1),.list-toggle .item-box:nth-child(3){
    width: 44%;
    overflow: hidden;
}
.list-toggle .item-box:nth-child(2){
    width:12%;
}
.list-toggle .item-box:nth-child(2) a{
    width:85px;
}
.list-tprev .fs-14:nth-of-type(1){
    margin-left:0;
}
.list-tprev .fs-14:nth-of-type(2){
    width:80%;
    overflow: hidden;
    margin-left:10px;
}
.list-tnext .fs-14:nth-of-type(1){
    width:80%;
    overflow: hidden;
    margin-right:10px;
}
.list-tnext .fs-14:nth-of-type(2){
    margin-right:0;
}

.list-tprev .title,.list-tnext .title{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.list-tprev .date,.list-tnext .date{
    display: inline-block;
    /* text-align:center; */
}
.list-tnext .date{
	float:left;
}
@media screen and (max-width: 768px) {
    .list-toggle .item-box:nth-child(1),.list-toggle .item-box:nth-child(2),.list-toggle .item-box:nth-child(3){
        display:block;
        width:100%;
    }
    .list-tprev .date,.list-tnext .date{
        display: none;
    }
}




