/*.section1 .container {
    background-color: #f5f5f5;
}*/



.section2 div.col-lg-11 {
    border-top: solid 1px grey;
}

.new_list {
    border-bottom: dashed 1px #c7c7c7;
}

.new_list p {
    margin: 0.4em 0em;
}

    .new_list p a {
        margin: 0.4em 0em;
        font-size: 1.125rem;
        color: grey;
        text-decoration: none;
    }
    .new_list:hover a {
        text-decoration: underline;
    }

a {
    color: grey;
}

/* newsList */
.newsList .item {
    border-bottom: dashed 1px #e2e0e3;
}

.newsList > li {
    border-bottom:1px solid #e0e2e3;
}
.newsList li {
    list-style: none;
}

.newsList .date > span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #00b4d8;
    border-top-color: #0096c7;
    border-bottom-color: #57a0cb;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #0077b6;
    line-height: 1.8;
    text-align: center;
}

    .newsList .date > span::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 8px;
        width: calc(100% - 8px * 2);
        height: 1px;
        background-color: #8ecae6;
    }

.Txt{
     margin-left:50px;
     color: #646464;
}

/*.newsText:hover {
    background-color: #0077b6;
    color: #fff;
    padding: 8px;
}*/
    .newsText:hover a {
        color: grey;
    }

/* classTitle */
.classTitle {
    color: #0077b6;
}

    @media screen and (max-width:768px) {
        ul {
        padding: 0 5px;
    }
    .Txt {
        margin-left: 0;
    }
}