/* 新闻详情页面 */

hr{width:100%; height:9px; background:#F6F6F6; border:0;}
h1.title{width:677px;padding:25px 0; text-align:left; font-size:26px; color:#1d1d1d; line-height:1.5; font-family: PingFangSC-Regular, PingFang SC; font-weight: 600; }
h2.title{width:677px;padding:5px 0; text-align:left; font-size:18px; color:#1d1d1d; line-height:1.5; font-family: PingFangSC-Regular, PingFang SC; font-weight: 600; }

h5{width: 677px !important; font-size:18px; color:#666; line-height:3.5; text-align:center; border-bottom:1px dashed  #dadada;}
.content{
    width:677px; margin:0 auto;
    padding:25px 0px 100px;
    line-height:2;
    overflow: hidden;
}
.content p{margin:20px auto;}
.content img{max-width:677px !important; margin:10px auto;}
.content section{
}

.nav0{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.nav0 a:nth-child(2){
    padding-left: 25px;
    background: url(../images/d.svg) no-repeat left center;
}

.share{
    width: 96px;
    position: fixed;
    right: 10px;
    top: 20%;
    border: 1px #c4c4c4 solid;
    border-radius: 10px;
    background: #fff;
    padding: 17px;
    text-align: center;
    font-size:14px;
    color: #767676;
}
.share img{
    width: 96px;
    height: 96px;
    margin-bottom: 8px;
}

/* 媒体查询 */
@media screen and (max-width: 1538px) {
    
}

@media screen and (max-width: 1480px) {
    
}

@media screen and (max-width: 1366px) {
    
}

@media screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    h1.title{
        width:96%;
        font-size: 26px;
        padding:20px 0;
    }
    h2.title{
        width:96%;
        font-size: 18px;
        padding:10px 0;
    }
    h5{width:96% !important;
        font-size:16px;}
    .content{
        width:96%;
        padding:10px 0;
    }
    .content img{
        max-width: 100%  !important;
        height: auto !important;
    }

    .share{
        display: none;
        }
}