/* å¤´éƒ¨å¯¼èˆªæ  */


/* å†…å®¹åŒº */
.Debris_navigation{
    /* background-color: #f8f8f8; */
    height: 54px;
    line-height: 54px;
    padding-left: 10px;
    margin-top: 15px;
}
.Debris_navigation a {
    color: #333333;
    text-decoration: none;
}
.Debris_navigation .iconfont{
    font-size: 18px;
    margin-right: 8px;
    color: #2777bc;
}
.Debris_navigation svg{
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.content_box{
    background-color:#f8f8f8 ;
    padding:15px;
}
.content h2{
    font-size: 22px;
    line-height: 3;
    text-align: center;
}
 .content .content_box_bottom{
     display: flex;
     justify-content: space-between;
     font-size: 12px;
     color: #8e8e8e;
     margin-top: 24px;
     margin-bottom: 6px;
 }




.share{
    display:flex;
}
.share span{
    width:20px;
    height:16px;
    display:inline-block;
    margin:0 4px;
    cursor: pointer;
}

.article {
    padding: 12px 0px;
}
.article img {
    max-width: 100%;
}
.article p{
   margin-bottom:0rem !important;
}



@media screen and (max-width: 767px) {
   .Debris_navigation{
    line-height: 25px;
    height: auto;
   }
}
