body {
    margin: 0px;
    padding: 0px;
}

.pc-bk>img {
    padding-top: 90px;
    height: 500px;
    width: 100%;
}

/* 标题菜单 */
.title {
    display: flex;
    justify-content: flex-end;
    height: 90px;
    align-items: center;
    padding-right: 8%;
    box-shadow: 0px 1px 0px #DCDDE3;
}

.title-content {
    color: #284BA6;
    border-bottom: 2px solid #284BA6;
    margin-top: 1.9%;
    padding-bottom: 1.9%;

}

.title>div {
    margin-left: 2%;
    font-family: 'PingFang SC';
    font-size: 16px;
    /* color: #373C47; */
    text-decoration: none;

}

/* 新闻内容 */
.content-news>p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: #213F8E;
}

.news-text {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.news-text>div {
    margin: 1% 3% 1% 0%;
}

.news-text>div>img {
    width: 400px;
    height: 230px;
    border-radius: 5%;
}

.news-text>div>h3 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #373C47;
    margin: 0px;

}

.news-text>div>p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000000;

}

.news-text>div>div {
    width: 790px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 200%;
    color: #373C47;
    flex: none;
    order: 2;
    flex-grow: 0;

}

#text-img-start {
    height: 80px;
    width: 80px
}

/* 初始按钮 */
#text-img-start {
    /* margin-left: ; */

    background-image: url(../../img/index/start.png);
    background-size: 100% 100%;


}

#news-content:hover+#text-img-start {
    color: #FF602E;
    background-image: url(../../img/index/end.png);
    background-size: 100% 100%;
}

#news-content:hover#news-content #news-title {
    color: #FF602E;
}


/* 新闻内容 -end */

/* 新闻内容-详细页面 -start */
.detailed-news {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
}

.detailed-news>h5 {
    /* width: 80%; */
    height: 1px;
    background: #D9D9D9;
    /* margin-left: 10%;
    margin-right: 10%; */

}

.detailed-news>h4 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FF602E;
    padding-right: 90%;
    cursor: pointer;
}

.detailed-news>h3 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #373C47;
}

.detailed-news>p {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.detailed-news>p>span {
    padding-left: 5%;
}

.detailed-news>div>p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-indent: 36px;
    color: #373C47;
}

.detailed-news>div>div {

    margin: 50px 10% 0px 10%;
}

.detailed-news>div>div>img {
    padding-left: 1%;
    width: 553px;
    height: 382px;
}

/* 新闻内容-详细页面 -end */
/* 子菜单 */
.title-fixed {
    display: flex;
    position: fixed;
    top: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 38%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FFFFFF;
    height: 90px;
    font-family: "PingFang SC";
    font-size: 16px;
    color: #373C47;

}

.header-title {
    position: absolute;
    top: 300px;
    margin-left: 10%;
    margin-right: 45%;
    width: 200px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    color: #FFFFFF;
    padding-top: 60px;
}
