.swiper-container {
    height: 400px;
}
.swiper-container img {
    width:1920px;
}

.content {
    opacity: 0;
    padding: 60px 0;
    background: #F5F5F5;
    min-height: calc(100vh - 374px);
}

.content .title .t {
    font-size: 30px;
}


.content .title .width1200 {
    flex-direction: column;
}

.news_content p {
	padding: 0.5em 0;
	line-height: 1.75em;
}

.news_content img {
    max-width: 100%;
}

.content .title .subt {
    margin-top: 12px;
    font-size: 14px;
    color: #999;
}

.line {
    width: 100%;
    height: 2px;
    background: #E3E3E3;
    margin-top: 24px;
}

.zw {
    margin-top: 24px;
}


.zw .line-box {
    background: #fff;
    width: 400px;
    padding: 0 26px;
}

.zw .line-box .line- {
    padding: 32px 0;
    align-items: flex-start;
}

.zw .line-box .line- .time div {
    text-align: center;
}

.zw .line-box .line- .right .title {
    font-size: 18px;
    width:280px;
    padding-left: 20px;
    min-height: 53px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.zw .line-box .line- .right .notice {
    font-size: 12px;
    margin-top: 16px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /* 设置对齐模式 */
    -webkit-line-clamp: 2; /* 设置行数 */
}

.zw .line-box .border {
    background: #F5F5F5;
    height: 2px;
}

.zw .line-box .border::before {
    content: '';
    width: 56px;
    height: 2px;
    background: #3664AF;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.syp{
    font-size: 14px;
    margin-top: 16px;
    display: block;
}
