@import url(pscroll.css);
/*富文本叶子页*/
.article_banner {
    width: 100%;
    height: 376px;
    position: relative;
}
.article_banner img {
    max-width: 100%;
    height: 376px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.article_banner_text {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 115px;
}
.article_banner_text div:nth-child(1){
    font-size: 36px;
    color: #000000;
    margin-bottom: 22px;
}
.article_banner_text div:nth-child(2){
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
    width: 700px;
    height: 105px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.article_banner_text div:nth-child(3){
    display: flex;
}
.article_banner_text div:nth-child(3) a{
    width: 150px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: #0058FF;
    border-radius: 5px;
    color: #FFFFFF;
    margin-right: 20px;
    font-size: 14px;
}
.article_banner_text div:nth-child(3) a:hover{
    opacity: 0.8;
}
.article_banner_text div:nth-child(3) div:nth-child(2){
    width: 150px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #0058FF;
    font-size: 14px;
    cursor: pointer;
}
.article_banner_text div:nth-child(3) div:nth-child(2):hover{
    opacity: 0.8;
}
.article_nav {
    display: flex; /* 使用Flexbox布局 */
    align-items: center; /* 垂直居中 */
    height: 52px;
    width: 1400px;
    margin: 0 auto;
    line-height: 52px;
}
.article_nav img {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
}
.article_nav a {
    color: #888F9B;
    font-size: 16px;
}
.article_nav div {
    font-size: 16px;
    color: #1D1D1F;
}
.article_detail {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.article_detail .article_float_bg .article_float {
    margin-top: 0;
}
.article_detail_content {
    width: 980px;
}
.article_detail_content_title {
    color: #1D1D1F;
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
}
.article_detail_content_time {
    color: #A6A6A6;
    font-size: 14px;
    margin-top: 12px;
}
.article_detail_content_line {
    width: 100%;
    height: 1px;
    background: #E2E5EB;
    margin-top: 30px;
}
.article_detail_content_con_id {
    padding: 30px 0;
    border-bottom: 1px solid #E2E5EB;
    color: initial;
    font-size: initial;
}
.article_detail_content_to {
    display: flex;
    padding: 22px 0;
    box-sizing: border-box;
}
.article_detail_content_to_text {
    width: 50%;
}
.article_detail_content_to_text:nth-child(2) {
    padding-left: 28px;
    box-sizing: border-box;
    border-left: 1px solid #D8D8D8;
}
.article_detail_content_to_text div {
    font-size: 16px;
    line-height: 28px;
    color: #888F9B;
}
.article_detail_content_to_text a {
    font-size: 16px;
    line-height: 28px;
    color: #1D1D1F;
}