
.footer-bottom{
    bottom: 0;
    line-height: 60px;
    height: 60px;
}
body{
    background-color: #F6F3FC;
    position: relative;
}
.news-main {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top: 20px;
    padding-bottom: 80px;
}

.news-main .main-left {
    width: 240px;
}

.news-main .main-right {
    box-sizing: border-box;
    width: calc(100% - 260px);
    min-height: calc(100vh - 550px);
    /* min-height: 280px; */
    padding: 0 30px 20px;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    -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;
    line-height: 2;
}

.menu-first {
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #6817B4;
    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: 16px;
    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: #6817B4;
}

.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: #6817B4;
    border-bottom: 1px solid #6817B4;
    font-weight: bold;
    margin-bottom: -1px;
}

.news-main .public-title-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-main .public-title-right {
    font-size: 16px;
    font-weight: normal;
}

.news-main .public-title-right span:nth-last-child(1) {
    color: #6817B4;
}

.news-main .public-title-right span:nth-last-child(1) em {
    display: none;
}
@media screen and (max-width: 540px){
    /* .news-main .main-left{
        display: none;
    } */
    /* .news-main .main-right{
        width: 100%;
    } */
     .news-main{
        width: 100%;
     }
}