/*newslist-a1*/

.nl-a1 {
    padding-top: 20px;
}

.nl-a1 li {
    border-bottom: 1px dotted #dbdbdb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.nl-a1-img img {
    padding: 2px;
    border: 1px solid #f7f7f7;
}

.nl-a1-nav {
    font-size: 16px;
    line-height: 34px;
    color: #b0b0b0;
}

.nl-a1-nav a {
    font-size: 2.0rem;
    line-height: 48px;
    color: #292929;
}

.nl-a1-nav a:hover {
    padding-left: 10px;
    transition: 0.8s;
}


.nl-a1-nav p {
    height: 68px;
    overflow: hidden;
}

.nl-a1-time {
    font-size: 1.2rem;
    line-height: 20px;
    border: 1px solid #cfcfcf;
    color: #cfcfcf;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}