.middle-items{
    display: flex;
    justify-content: space-between;
}
.middle-item{
    width: 32.5%;
    height: 120px;
    background: #115198;

    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 120px;
}
.middle-item a {
    color: #FFFFFF;
}
.content-items{
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-item{
    width: 49.4%;
    height: 441px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 4px 0px #00000026;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.item-title{
    height: 56px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title{
    font-weight: 400;
    font-size: 18px;
    color: #342A2A;
}
.more a {
    font-weight: 400;
    font-size: 14px;
    color: #115198;
}

.item-news{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.news-left{
    display: flex;
    align-items: center;
}
.news-circle{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #154977;
    margin-right: 13px;
}
.news-title{
    width: 387px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    color: #342A2A;
}
.news-title > a {
	font-size: 16px;
  color: #342a2a;
}

.news-title > a:hover {
  color: #115198;
}

.news-time{
    font-weight: 400;
    font-size: 16px;
    color: #BFBFBF;
}

a{
    text-decoration: none;
}
