/* main-news */
.news-right{
  border-left:1px solid #ddd;
}
#main-news h4 {
    padding: 20px 0px;
    text-align: center;
}

.news-content {
    padding-bottom: 30px;
}

.lich-sp {
    text-align:center;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    background: white;
    width: 45px;
    height: 45px;
    border: 2px solid #0e4086;
    transition: all .3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.lich-sp .lich {
    font-weight: bold;
    display: table-cell;
    font-size: 13px;
    color: #0e4086;
}
.news-text-title{
    display: flex;
    align-items: center;
}
.news-content:hover .lich-sp {
    background: #0e4086;
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.news-content:hover .lich {
    color: white !important;
}
.news-content a{
  color:#000;
}
.news-content a:hover{
    text-decoration: none;
}
.news-img img {
    width: 100%;
    height: 100%;
}

.news-text {
    margin-top: 10px;
}

.news-text h5 {
    font-size: 16px;
    font-weight: bold;
}

.news-text p {
    font-size: 15px;
    color: #000;
    opacity: 0.8;
}

.news-title {
    margin-left: 20px;
}
.news-title h5{
  font-weight:600;
  font-size:1em;
}
.news-title ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    list-style: none;
    text-decoration: none;
}

.news-title ul li a {
    color: #575ac1;
}

.news-title ul li a:hover {
    color: yellowgreen;
    list-style: none;
    text-decoration: none;
}