.news{
    width: 1200px;
    margin: 0 auto;
}

.news-top{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    justify-content: center;
    border-bottom: 4px solid rgba(213, 214, 215, 1);
}

.news-top-title{
    height: 100%;
    border-bottom: 4px solid #8c0000;
    font-weight: 600;
    font-size: 30px;
    color: #8c0000;
    line-height: 45px;
    text-indent: 12px;
    letter-spacing: 12px;
    text-align: right;
    font-style: normal;
    position: relative;
    margin-top: 4px;
}

.news-top-title>div{
    position: absolute;
    height: 4px;
    width: 14px;
    left: 50%;
    bottom: -4px;
    background-color: rgba(151, 151, 151, 1);
    transform: translateX(-50%);
}

.news-title{
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    margin-top: 48px;
}

.news-title1{
    width: 100%;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
    font-style: normal;
}

.news-xian{
    width: 100%;
    height: 1px;
    margin-top: 48px;
    margin-bottom: 40px;
    background-color: rgba(214, 215, 216, 1);
}

.news-ly{
    width: 100%;
    height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}

.news-ly>span{
    margin-right: 10px;
}

.news-content{
    width: 100%;
    margin-top: 40px;
}

.news-content>p{
    line-height: 2em;
    margin-bottom: 1.5em;
}

.app-image-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-image{
    max-width: 800px;
    margin-bottom: 1em;
}

.news-content video {
    width:600px;
}
.news-content .app-video-container {
    text-align: center;
}
}