.nav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: rgba(241, 241, 241, 1);
}

.nav .nav-block {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    width: 1200px;
    height: 50px;
}

.nav .nav-block .nav-item {
    display: block;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

.nav .nav-block .nav-item .iconfont {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

.container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: auto;
    margin: 20px auto;
}

.container .sub-nav {
    width: 230px;
    height: auto;
    background: rgba(241, 241, 241, 1);
    border-radius: 10px 10px 0 0;
}

.container .sub-nav .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
}

.container .sub-nav .title .activity-pic {
    width: 28px;
    height: 26px;
    margin-right: 10px;
    background-image: url("/static/web/images/template3/activity_news.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .sub-nav .title .text {
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.container .sub-nav .list {
    width: 100%;
}

.container .sub-nav .list .item {
    display: block;
    width: 100%;
    height: 50px;
    padding-bottom: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
}

.container .sub-nav .list .item:first-child {
    padding-top: 10px;
}

.container .sub-nav .list .item .item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
    background: rgba(241, 241, 241, 1);
}

.container .sub-nav .list .item .item-wrapper .iconfont {
    font-size: 22px;
}

.container .sub-nav .list .item .active {
    color: rgba(255, 255, 255, 1);
    background: rgba(139, 44, 40, 1);
}

.container .news-list {
    position: relative;
    width: 940px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 34px 0 rgba(153, 153, 153, 0.28);
}

.container .news-list .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid rgba(226, 226, 226, 1);
}

.container .news-list .title .text {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 22px;
    color: rgba(139, 44, 40, 1);
    border-bottom: 2px solid rgba(139, 44, 40, 1);
    margin-top: 2px;
}

.container .news-list .title .total {
    margin-left: auto;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.container .news-list .none {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.container .news-list .list {
    width: 100%;
}

.container .news-list .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}

.container .news-list .list .item .cover {
    position: relative;
    width: 142px;
    height: 78px;
}

.container .news-list .list .item .cover .cover-img {
    width: 100%;
    height: 100%;
}

.container .news-list .list .item .cover .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.container .news-list .list .item .cover .mask .over {
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    background: rgba(139, 44, 40, 1);
}

.container .news-list .list .item .activity-info {
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    height: 74px;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: 1px solid rgba(153, 153, 153, .3);
}

.container .news-list .list .item .activity-info .activity-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .news-list .list .item:hover .activity-info .activity-title {
    color: rgba(139, 44, 40, 1);
}

.container .news-list .list .item .activity-info .activity-desc {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.container .news-list .list .item .date {
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 60px;
}

.container .news-list .list .item .date .day {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
}

.container .news-list .list .item .date .year {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
}

.container .news-list .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    padding: 40px 0;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container .news-list .page .prev {
    margin-right: 10px;
    cursor: pointer;
}

.container .news-list .page .next {
    margin-left: 10px;
    margin-right: 30px;
    cursor: pointer;
}

.container .news-list .page .item {
    display: flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
}

.container .news-list .page .active {
    color: rgba(255, 255, 255, 1);
    background: rgba(139, 44, 40, 1);
}

.container .news-list .page .slightly {
    display: flex;
    justify-content: center;
}
