body {
    padding-top: 1rem;
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
    font-weight: 500 !important;
}

.nav-menu-sub {
    box-shadow: 0px 8px 16px 0px rgba(155, 155, 155, 0.09);
}

.nav-menu-sub ul {
    justify-content: center;
}

.nav-menu-sub ul a {
    padding: 0.1rem 0.6rem 0.2rem;
}

.nav-menu-sub-active {
    color: #fff !important;
    background-image: url("../img/about/nav_bg.png");
    background-size: cover;
}

.content-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
}

.content-title-en {
    margin-left: 0.15rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

p {
    margin-bottom: 0;
}

.content {
    width: 100%;
    padding: 0.4rem 2rem;
}

.news-list {
    margin-top: 0.4rem;
}

.xwzx-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px #DDDDDD solid;
    padding: 0.2rem;
}

.xwzx-item:last-child{
    border-bottom:none
}

.xwzx-item .xwzx-date {
    min-width: 2rem;
    max-width: 2rem;
    width: 2rem;
    height: 1.4rem;
    margin-right: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xwzx-date .xwzx-date-day {
    padding: 0;
    font-size: 0.42rem;
    font-weight: bold;
    margin-bottom: -0.1rem;
}

.news-content {
    text-align: start;
}

.news-content .news-title {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #333333;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-content .news-desc {
    font-size: 0.16rem;
    color: #666;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-content .bottomTime {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.16rem;
}
.dateTime{
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FF7A0E;
    line-height: 0.25rem;
    margin-left: 0.08rem;
}
.news-title{
    font-size:0.26rem;
    font-weight:bold;
}

.news-time{
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size:0.14rem;
    font-weight:400;
    color: #999999;
}

.news-show-content{
    margin-top: 0.3rem;
}