/* 清除浮动  */
.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;
    text-indent: 36px;
}

/* 编辑 */
.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;
}





/* 底部 */
.footer {
    width: 100%;
    height: 160px;
    background-color: #005bac;
}

/* 友情链接 */
.yqlj {
    width: 100%;
    height: 50px;
}

.yqlj li {
    width: 200px;
    height: 50px;
    float: left;
    color: #f3f7fb;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}


.yqlj li div {
    width: 100%;
    height: 100%;
    padding: 14px 0 16px 0;
    box-sizing: border-box;
}

.yqlj li img {
    width: 14px;
    height: 9px;
    position: absolute;
    top: 21px;
    left: 170px;
}

.yqlj li:first-child~li div {
    padding-left: 20px;
}

.yqljList {
    width: 200px;
    overflow: hidden;
    background-color: #005bac;
    box-shadow: 0px 2px 10px rgb(153 153 153 / 30%);
    position: absolute;
    bottom: 50px;
    left: 0;
    display: none;
}

.yqljList li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.yqljList li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 20px;
}

.yqlj li:hover .yqljList {
    display: block;
}

.yqlj li:hover img {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.yqljh1 {
    width: 100%;
    height: 1px;
    background-color: #aacae9;
    opacity: 0.5;
}

.footerBox {
    margin-top: 24px;
    width: 100%;
    height: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.footerBox img {
    float: left;
}

.footerText {
    height: 64px;
}

.footerText li {
    width: 100%;
}

.footerText li span,
.footerText li a {
    color: #f3f7fb;
    opacity: 0.7;
}

.footerText01 {
    margin-left: 40px;
}

.footerText01 span {
    margin-right: 6px;
}

.footerText01 a {
    margin-left: 14px;
}

.footerText02 {
    margin-left: 57px;
}

.footerText02 li:nth-child(1) span {
    margin-right: 20px;
}

.footerText02 li:nth-child(2) span {
    margin-right: 25px;
}

/* 自适应 */
@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;
    }
     
}