.gsbg_detial .gsbg_detialleft .nr * {
    font-family: "Microsoft YaHei" !important;
    line-height: 32px !important;
    font-size: 16px !important;
}


/*图片新闻*/

.listmiddle {
    padding-bottom: 30px;
}

.xlbg {
    background: #F2F2F2;
}


.gsbg_detial .gsbg_detialleft {
    width: 1047px;
    background: #FFFFFF;
}

.gsbg_detial .gsbg_detialright {
    width: 153px;
    /*border-left: 1px solid #DADADA;*/
    background: #FAFAFA;
    height: 100%;
    position: relative;
}



/*右侧  上*/
.gsbg_detial .gsbg_detialright .detialright_scorll {
      position: absolute;margin-left: 17px;
    }
    .social-share .social-share-icon:hover {
      color: #333!important;
    }
.social-share .icon-wechat:hover{color:#000;}
.gsbg_detial .gsbg_detialright .gsbg_detialewm{
	width: 103px;
	height: 154px;
	background: #DFDFDF;
	padding: 11px 8px 0;
	border-radius: 6px;
	margin-top: 17px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.gsbg_detial .gsbg_detialright .gsbg_detialewm img{
	display: block;
	width: 103px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.gsbg_detial .gsbg_detialright ul li{
	width: 119px;
	height: 35px;
	border: 1px solid #DADADA;
	border-radius: 6px;
	line-height: 35px;
	text-align: center;
	text-indent: 24px;
	margin: 0 auto;
	margin-bottom: 8px;
	font-size: 15px;
}
.gsbg_detial .gsbg_detialright ul li.share01{
	background: url(/uiFramework/commonResource/image/2022060910263729533.png) no-repeat 19px center;
}
.gsbg_detial .gsbg_detialright ul li.share02{
	background: url(/uiFramework/commonResource/image/2022060910353293257.png) no-repeat 19px center;
}
.gsbg_detial .gsbg_detialright ul li.share03{
	background: url(/uiFramework/commonResource/image/2022060910362435457.png) no-repeat 19px center;
}
.gsbg_detial .gsbg_detialright ul li.share04{
	background: url(/uiFramework/commonResource/image/2022060910373658796.png) no-repeat 19px center;
}
.gsbg_detial .gsbg_detialright ul li.share05 {
        background: url(/uiFramework/commonResource/image/2023060909334661525.png) no-repeat 19px center;
}
.gsbg_detial .gsbg_detialright ul li a{
	display: block;
	color: #5C5C5C;
}


/*右侧   下*/

/*相关推荐侧边栏*/
.detial_xgtj{
	position: relative;
}
.detial_xgtj .detial_xgtjtitle{
	display: block;
	height: 45px;
	line-height: 45px;
	background: #F7F7F7;
	text-indent: 25px;
	font-size: 16px;
}
.detial_xgtj .detial_xgtjlist{
	padding: 25px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 22px;
}
.detial_xgtj .detial_xgtjlist ul li{
	line-height: 38px;
	height: 38px;
	padding-left: 17px;
	background: url() no-repeat left center;
}
.detial_xgtj .detial_xgtjlist ul li:hover a{
	color: #BF170C;
}

.detial_xgtj .xgtj_side{
	width: 119px;
	height: 290px;
	background: #94100D;
	border-radius: 8px;
	padding: 17px 0;
	position: absolute;
	bottom: 110px;
	right: -250px;
	z-index: 99;
}
.detial_xgtj .xgtj_side ul li{
	height: 41px;
	line-height: 41px;
	text-align: center;
	transition: 0.5s;
}
.detial_xgtj .xgtj_side ul li .on,
.detial_xgtj .xgtj_side ul li:hover{
	background: #6A0E0B;
	border-left: 4px solid #F4AA0A;
	text-indent: 23px;
	text-align: left;
}
.detial_xgtj .xgtj_side ul li a{
	color: #FFFFFF;
	display: block;font-size:16px;
}








/*相关推荐*/
.detial_xgtj {
    width: 824px;
    position: relative;
}
.detial_xgtj .detial_xgtjpiclist ul li {
    width: 257px;
    float: left;
    margin-left: 25px;
    margin-bottom: 68px;
}
.detial_xgtj .detial_xgtjpiclist ul li:first-child {
    margin-left: 0;
}

.detial_xgtj .detial_xgtjpiclist ul li a {
    display: block;
    line-height: 25px;
    font-size: 15px;
}

.detial_xgtj .detial_xgtjpiclist ul li a img {
    width: 100%;
    height: 164px;
    margin-bottom: 10px;
}

.detial_xgtj .detial_xgtjpiclist ul li span {
    color: #B3B3B3;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}



/*保存弹窗*/

/*保存弹窗*/
     .SetTimerTanbc {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 30px 40px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .4);
            border-radius: 7px;
            z-index: 99999;
            display: none;
        }
        
        .SetTimerTanbc .cont {
            margin-bottom: 30px;
            margin-top: 10px;
            font-size: 18px;
            line-height: 35px;
            text-align: center;
            color: #015293;
            font-weight: 700;
        }
        
        .SetTimerTanbc .cont p {
            font-size: 16px;
            color: #999;
            margin: 0;
            font-weight: normal;
        }
        
        .SetTimerTanbc .bot {
            text-align: center;
        }
        
        .SetTimerTanbc .bot button {
            border: none;
            width: 60px;
            height: 30px;
            border-radius: 3px;
            margin: 0 5px;
            outline: none;
        }
        
        .SetTimerTanbc .bot button#SetTimerTanbc1 {
            background-color: #015293;
            color: #fff;
        }
        
        .SetTimerTanBg {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .4);
            z-index: 9999;
            display: none;
        }























@media only screen and (max-width: 1025px){

.dqwz {
    width: 100%;
}

.gsbg_detial .gsbg_detialleft {
    width: 100%;
}

.gsbg_detial .gsbg_detialright {
    display: none;
}

.gsbg_detial .gsbg_detialleft .nr {
    padding: 10px;
}

.content_box {
}

.gsbg_detial {
    width: 100%;
}

.detial_xgtj {
    width: 100%;
}

.detial_xgtj .detial_xgtjpiclist ul li {
    display: block;
    margin: 10px auto;
    float: none;
}

.detial_xgtj .detial_xgtjpiclist ul li:first-child {
    margin: 10px auto;
}


}