.news1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 12px auto;
}

.news3 li {
    border-bottom: 1px dashed #ccc;
}

.news1 li {
    width: 100%;
    padding: 5px 0;
    height: 30px;
    font: 14px/30px "Microsoft Yahei";
    color: #737373;
    /* background: #fff; */
}

.news_indent li a {
    text-indent: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}


.pg-color {
    color: #2269d5;
}

.news1 li:hover a p {
    margin-left: 30px;
    color: #ff9610
}

.news1 li a p {
    float: left;
    width: 76%;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news1 li a span {
    float: right;
    margin-right: 12px;
    color: #737373;
}