@charset "utf-8";
/* CSS Document */

.news{
    max-width: 640px;
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}

.news-1{
    text-align: center;
}
.news-1 p span{
    display: inline-block;
}
.news-2_1{
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: dotted 1px #000;
    padding: 30px 0;
}

.date{
    margin-right: 30px;
}
.news-title{
    font-weight: bold;
}
.date a,.news-title a{
    color: #000;
}
.date a:hover,.news-title a:hover{
    opacity: 0.7;
}
@media (max-width: 1200px){


}
@media (max-width: 768px){


}
@media (max-width: 480px){


}
