.news-main {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top: 20px;
}
.news-main .main-left{
    width: 220px;
}
.news-main .main-right{
    box-sizing: border-box;
    width: 950px;
    min-height: calc(100vh - 260px);
    padding: 0 30px 20px;
    background-color: #FFF;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
}
.main-text{
    margin-top: 10px;
}
.menu-first {
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #40568b;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.menu-decond-item {
    font-size: 14px;
    background-color: #FFF;
    margin-top: 5px;
    line-height: 40px;
}
.menu-decond-item a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.menu-decond-item:hover a{
    color: #FFF;
    background-color: #40568b;
}
.news-main .public-title {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.news-main .public-title .public-title-left span {
    color: #40568b;
    border-bottom: 1px solid #40568b;
    margin-bottom: -1px;
}

.news-main .public-title-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-main .public-title-right {
    font-size: 14px;
    font-weight: normal;
}
.news-main .public-title-right span:nth-last-child(1){
    color: #40568b;
}

.news-main .public-title-right span:nth-last-child(1) em{
    display: none;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
}

.team-items {
    width: 20%;
    text-align: center;
    margin-top: 10px;
}

.team-items img {
    /* width: 65%; */
    width: 100%;
    margin: 0 auto;
}

.team-items .item-name {
    color: #40568b;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.team-items .people-box {
    width: 65%;
    display: inline-block;
    padding: 4px;
    border: 2px solid #eaf0f7;
    margin: 0 auto;
}
