/*样式*/

.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb
;}

.sxt p {
    display: block;
    width: 1100px;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
;}
