/*commom style*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

a:hover {
    color: #427fda;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

body {
    font-family: "PingFangSC-Medium";

}



/**头部开始**/


/* 导航栏结束 */

/* 当前位置开始 */
.dqwz {
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.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;
}

/* 当前位置结束 */


/* 正文内容开始 */
.contentBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F6F9FF;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 150px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 30px 0 34px 0;
}

.title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 26px;
    color: #000;
}

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

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

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

.details a {
    color: #999;
}

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

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

.contentText p {
    margin-bottom: 0px;
}

.contentText p:last-child {
    margin-bottom: 0;
}

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

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

.share>span:nth-child(1) {
    margin-right: 7px;
    line-height: 44px;
}

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

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

.print li {
    float: left;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    line-height: 50px;
}

.print li:nth-child(2) {
    margin: 0 18px 0 24px;
}

/* 正文内容结束 */

/* 底部开始 */

/* 底部结束 */

/* 页面自适应 */

@media only screen and (max-width:768px) {
    .content {
        padding: 0 15px;
    }

    .details span:nth-child(1) {
        margin-left:0;
    }
  
     .dqwz {
        display: none;
    }
  
  .details span:nth-child(2){
  display:none;
  }
  
  .details{text-align: center;}
  
  .share{display: none;}
  .content img{
        width: 100%;
    	  margin-left: -32px;
    }
}