* {
    margin: 0;
    padding: 0;
}

.Gnews-detail {
    width: 98%;
    margin: 0 auto;
    min-height: 11.7188rem;
}

.detail-titles {
    text-align: center;
    margin-bottom: 0.375rem;
}

.detail-titles h1 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #333333;
}


.detail-infos {
    line-height: 28px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.detail-infos .time {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}

.detail-infos :after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-image: linear-gradient(-90deg, 
#92c219 0%, 
#0084cd 100%), 
linear-gradient(
#005bac, 
#005bac);
}

.detail-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

#Content p.indent, #Content p img{
    /* margin-bottom: 0.3906rem !important; */
}
#Content p.indent{
    margin-bottom: 0.3906rem !important;
    text-indent: 0 !important;
    line-height: 30px !important;
    font-family: "PingFang SC","Microsoft YaHei" !important;
    color: #666666 !important;
}
#Content p.indent font{
     font-family: "PingFang SC","Microsoft YaHei" !important;
     color: #666666 !important;
}
.indent{
    
text-indent: 0;
}
#Content{
    padding-bottom: 0.75rem;
    padding-top: 12px;
}


@media screen and (max-width:960px){ 


    .detail-titles h1 {
        font-size: 20px;
        line-height: 28px;
        color: #333333;
    }

    .detail-infos .time {
        font-size: 16px;
        line-height: 16px;
        color: #666666;
    }
    
   #Content p.indent{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    #Content  img{
        width: 26.8rem !important; 
        height: auto !important;
    }
    .bdshare_popup_box,.bdshare_popup_bg{
    	
display: none !important;
    }
}
.fx-con{
	float:right;
	padding-right: 20px;
	padding-bottom: 30px;
}
.fx-con div{
	float:left;
}
.fx-con div a{
	font-size:14px;
	text-decoration: none;
	color:#666;
}
.bdshare_popup_box,.bdshare_popup_bg{
	width: 210px !important;
}
.bdshare_popup_list li {

width: 90px;
}