.tlink a{
    text-decoration: none;
}
.sm-list-dl .sm-more{
    color: #ff0000;

}
.sm-nav{
    height: 36px;
    background-color: #eaeaea;
    overflow: hidden;
    line-height: 34px;
}
.sm-nav .sm-nav-each{
    padding: 0px;
}
.sm-nav .sm-nav-each li{
    list-style-type: none;
    float: left;
    border-top: 2px solid #eaeaea;
    width: 12.5%;
    text-align: center;

}
.sm-nav .sm-nav-each li:hover{
    background-color: #ffffff;
    border-top: 2px solid #0094d4;
    cursor: pointer;
}
.sm-piece{
    margin-top: 20px;
    border: 1px solid #efefef;
}
.sm-piece-title{
    height: 30px;
    background-color: #efefef;
    line-height: 28px;
    border-top: 2px solid #0094d4;
    padding-left: 25px;
}
.pt-sort-each .pt-sort-each-detail{
    list-style-type: none;
    float: left;
    width: 113px;
    margin-left: 15px;
}
.sm-piece-content{
    padding-left: 25px;
}
.sm-list-dl {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.sm-list-dl dt {
    /*float: left;*/
    margin-right: 10px;
    width: 11%;
    font-size: 12px;
}

.sm-list-dl dd {
    overflow: hidden;
    width: 87%;
}
.sm-list-dl dd a{
    width: 90px;
    margin-right: 30px;
    color: #0f0e0e;
    float: left;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 12px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sm-list-dl dd a:hover{
    color: #0094d4;
}
.sm-new{
    padding-left: 13px;
}
.sm-quick-nav{
   overflow: hidden;
}
.sm-entrance{
    width: 33%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.sm-et-link{
    background-color: #024562;
}
.sm-et-link a{
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.sm-et-link a:hover{
    background-color: #0070a1;
}
.sm-no-link{
    position: relative;
    border: 2px solid #024562;
    line-height: 32px;
}
.sm-no-linkWrap{
    line-height: 15px !important;
}
.sm-square {
    position: absolute;
    top: 9px;
    right: -6px;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #ffffff;
}
.sm-new-text{
    padding: 15px;
}
.sm-new-text p a{
    text-decoration: none;
    font-size: 12px;
    color: #0f0e0e;
}
.sm-new-text p a:hover{
    color: #0094d4;
}
