/* 清除浮动  */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

body {
    font-family: "PingFangSC-Semibold";
}

.bx1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.shadow {
    width: 100%;
    height: 495px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
}

.section02 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f0f7ff;
}

/* 文章正文 */
.article {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(44, 115, 214, 0.2);
    margin: 30px 0;
    padding: 0 30px;
    overflow: hidden;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D8D8D8;
}

.dqwz li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:nth-child(2) {
    margin-left: 9px;
}

.dqwz li a {
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:last-child span {
    display: none;
}

.dqwz li span {
    margin: 0 7px 0 11px;
}

.bx900 {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin: 40px 0 24.5px 0;
}

.h1 {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.details {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    margin: 20px 0;
}


.details span:nth-child(2) {
    margin: 0 22px 0 12px;
}

.details a {
    color: #999;
}

.details span a:nth-child(2) {
    margin: 0 6px;
}

/* 主要内容 */
.content {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
    color: #333;
    
}

/* 编辑 */
.edit {
    width: 100%;
    height: 72px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    margin: 40px 0;
}

/* 分享 */
.share {
    width: 100%;
    height: 50px;
    background-color: #fafafb;
    margin-bottom: 40px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.share>span:nth-child(1) {
    margin-right: 14px;
}

.share-component {
    /* width: 96px; */
    height: 50px;
}

.share-component a:nth-child(2) {
    margin: 0 8px 0 10px;
}

.print li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    line-height: 53px;
}

.print li:nth-child(2) {
    margin: 0 14px 0 18px;
}
/* 自适应 */
@media only screen and (max-width:1024px) {
    .bx1200 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .bx900 {
        width: 100%;
    }

    .footerText01 {
        margin-left: calc(50% - 196px);
    }
}

@media only screen and (max-width:768px) {
    .bx1200 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }
  .content{
    text-indent: 0;
}

.content img{
    width: 100% !important;
    height: auto !important;
}

.content p{
    text-indent: 36px;
}
  .edit p{
       display: none;
    }

    .bx900 {
        width: 100%;
    }

    .details {
        text-align: center;
    }

    .details span:nth-child(1) {
        margin-left: 0;
    }
    .footerText01{
        margin-left: 0;
    }
    .footerText li span, .footerText li a{
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .search-banner{
        width: 100%;
    }
    .search-banner>input[type=text]{
        width: 185px;
    }
    .search-banner input[type=submit]{
        width: 62px;
        background:#005BAC;
        text-indent: 3px;
    }
    .share,
    .details span:nth-child(2){
        display: none;
    }
     
}