﻿@import "common.css";
@import "reset.css";

.sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center
}
#image-text {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%, 30%);
    z-index: 999
}

#image-text .text-content .title {
    height: 78px;
    font-size: 56px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px
}
.newsDetail-container {
    background-color: #f6f7fa
}

.newsDetail-container #banner {
    position: relative;
    height: 59px
}

.newsDetail-container #banner .nav {
    background-color: #010c22
}

.newsDetail-container #newsDetail-header {
    width: 100%;
    height: 110px;
    background: #1C253A
}

.newsDetail-container #newsDetail-header .head {
    padding: 0 20px;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.newsDetail-container #newsDetail-header .head h1 {
    float: left
}

.newsDetail-container #newsDetail-header .head h1 img {
    width: 184px;
    height: 36px;
    display: inline-block;
    vertical-align: middle
}

.newsDetail-container #newsDetail-header .head .phone {
    float: right;
    font-size: 14px;
    color: #fff
}

.newsDetail-container #newsDetail-header .head .phone .num {
    font-size: 20px
}

.newsDetail-container #newsDetail-header .nav {
    height: 48px;
    line-height: 48px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.newsDetail-container #newsDetail-header .nav .nav-list {
    width: calc(100% - 150px);
    float: left;
    height: 100%;
    line-height: 48px;
    font-size: 0px
}

.newsDetail-container #newsDetail-header .nav .nav-list li {
    height: 48px;
    line-height: 48px;
    float: left;
    margin: 0px 18px
}

.newsDetail-container #newsDetail-header .nav .nav-list li a {
    font-size: 14px;
    color: #fff;
    opacity: .8
}

.newsDetail-container #newsDetail-header .nav .nav-list li:hover a {
    opacity: 1
}

.newsDetail-container #newsDetail-header .nav .nav-list li:hover .secondary-nav {
    display: block
}

.newsDetail-container #newsDetail-header .nav .nav-list .active-nav {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #fff
}

.newsDetail-container #newsDetail-header .nav .nav-list .active-nav a {
    opacity: 1
}

.newsDetail-container #newsDetail-header .nav .nav-list .secondary-nav {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: -63px;
    width: 100%;
    height: 64px;
    background: #192031;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.08)
}

.newsDetail-container #newsDetail-header .nav .nav-list .secondary-nav .secondary-nav-item {
    line-height: 64px;
    float: left;
    margin: 0 36px;
    font-size: 14px;
    color: #FFFFFF
}

.newsDetail-container #newsDetail-header .nav .nav-list .secondary-nav .secondary-nav-item:hover {
    color: #1855EB;
    cursor: pointer
}

.newsDetail-container #newsDetail-header .nav .linkUs {
    float: right;
    height: 100%;
    width: 150px
}

.newsDetail-container #newsDetail-header .nav .linkUs>div {
    width: 48px;
    text-align: center;
    height: 100%;
    line-height: 48px;
    float: left;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}

.newsDetail-container #newsDetail-header .nav .linkUs>div a {
    color: #fff
}

.newsDetail-container #newsDetail-header .nav .linkUs>div a:hover+img {
    display: block
}

.newsDetail-container #newsDetail-header .nav .linkUs>div img {
    display: none;
    position: absolute;
    top: 47px;
    left: -49px;
    z-index: 999999
}

.newsDetail-container #newsDetail-header .nav .linkUs .weixin a {
    width: 21px;
    height: 16px;
    display: inline-block;
    background: url("../image/weixin-normal.svg") no-repeat
}

.newsDetail-container #newsDetail-header .nav .linkUs .weixin a:hover {
    background: url("../image/weixin-active.svg") no-repeat
}

.newsDetail-container #newsDetail-header .nav .linkUs .weibo a {
    width: 19px;
    height: 16px;
    display: inline-block;
    background: url("../image/weibo-normal.svg") no-repeat
}

.newsDetail-container #newsDetail-header .nav .linkUs .weibo a:hover {
    background: url("../image/weibo-active.svg") no-repeat
}



.newsDetail-container #news-detail {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.newsDetail-container #news-detail .detail-con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 64px;
    background: #f6f7fa
}

.newsDetail-container #news-detail .detail-con .detail-left {
    float: left;
    width: 760px;
    height: auto;
    padding: 45px 50px;
    box-sizing: border-box;
    position: relative;
    background: #fff
}

.newsDetail-container #news-detail .detail-con .detail-left::after {
    content: "";
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f6f7fa
}

.newsDetail-container #news-detail .detail-con .detail-left .article-title {
    width: 100%;
    height: auto
}

.newsDetail-container #news-detail .detail-con .detail-left .article-title h3 {
    font-size: 28px;
    padding-bottom: 16px;
    font-weight: 600
}

.newsDetail-container #news-detail .detail-con .detail-left .article-title p {
    margin-bottom: 56px
}

.newsDetail-container #news-detail .detail-con .detail-left .article-title p span {
    font-size: 14px;
    color: #7d8189;
    margin-right: 8px
}

.newsDetail-container #news-detail .detail-con .detail-left .article-title p a {
    color: #4979dc
}

.newsDetail-container #news-detail .detail-con .detail-left .synopsis {
    background: #f1f1f1;
    border-left: 4px solid #2d64d7;
    font-size: 16px;
    display: flex;
    padding: 40px;
    margin-bottom: 35px
}

.newsDetail-container #news-detail .detail-con .detail-left .synopsis .synopsis-yinhao {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 17px
}

.newsDetail-container #news-detail .detail-con .detail-left .synopsis p {
    line-height: 36px;
    color: #283047
}

.newsDetail-container #news-detail .detail-con .detail-left .article-con p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 24px
}

.newsDetail-container #news-detail .detail-con .detail-left .article-con p.ql-align-center {
    color: #333435
}

.newsDetail-container #news-detail .detail-con .detail-left .article-con .ql-align-center {
    text-align: center;
    font-size: 12px;
    color: #7d8189;
    margin-top: -38px
}

.newsDetail-container #news-detail .detail-con .detail-left .article-con img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 48px
}

.newsDetail-container #news-detail .detail-con .detail-left .switch-page {
    position: relative;
    overflow: hidden
}

.newsDetail-container #news-detail .detail-con .detail-left .switch-page .front-page {
    width: 256px;
    line-height: 17px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    float: left
}

.newsDetail-container #news-detail .detail-con .detail-left .switch-page .front-page a {
    color: rgba(0, 0, 0, 0.5)
}

.newsDetail-container #news-detail .detail-con .detail-left .switch-page .after-page {
    float: right;
    text-align: right;
    width: 256px;
    line-height: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.newsDetail-container #news-detail .detail-con .detail-left .switch-page .after-page a {
    color: rgba(0, 0, 0, 0.5)
}

.newsDetail-container #news-detail .detail-con .detail-right {
    float: left;
    width: 440px;
    height: auto;
    position: relative;
    background: #f6f7fa
}

.newsDetail-container #news-detail .detail-con .detail-right::before {
    content: "";
    width: 18px;
    height: 100%;
    position: absolute;
    left: -18px;
    top: 0;
    background: #f6f7fa
}

.newsDetail-container #news-detail .detail-con .detail-right>div {
    background: #fff;
    padding: 20px
}

.newsDetail-container #news-detail .detail-con .detail-right .aboutArticle {
    border-bottom: 20px solid #f6f7fa
}

.newsDetail-container #news-detail .detail-con .detail-right .right-title {
    font-size: 18px;
    color: #333435;
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 12px;
    border-bottom: 1px solid #e5e7eb
}

.newsDetail-container #news-detail .detail-con .detail-right .right-title span {
    display: block;
    padding-left: 8px;
    border-left: 4px solid #ff9900;
    font-size: 18px;
    height: 20px;
    line-height: 20px
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list {
    width: 100%;
    height: auto
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item {
    width: 100%;
    height: 100px;
    background: #fff;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6d6d6
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item:hover p.con-title {
    color: #0053fd
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-img {
    float: right;
    width: 160px;
    height: 90px;
    padding: 2px;
    box-sizing: border-box
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-img img {
    width: 100%;
    height: 100%
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-content {
    padding-right: 20px;
    float: left;
    position: relative;
    width: calc(100% - 160px);
    height: 100%;
    box-sizing: border-box
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-content .con-title {
    font-size: 16px;
    font-weight: 600;
    color: #333435;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-content .con-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: calc(100% - 20px);
    height: auto
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-content .con-bottom .bottom-form {
    float: left;
    font-size: 12px;
    color: #7d8189
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-content .con-bottom .bottom-form span {
    margin-right: 8px
}

.newsDetail-container #news-detail .detail-con .detail-right .news-list .news-item .item-content .con-bottom .tagType {
    float: right;
    color: #3b6eda
}