/*细览开始*/
.gsbg_detial {
    overflow: hidden;
}
.listmiddle{
	padding-bottom: 30px;
}
.xlbg{
	background: #F2F2F2;
}
.listmiddle .dqwz{
	height: 57px;
	line-height: 57px;
	font-size: 14px;
	color: #595959;
	background: #F2F2F2;
}
.listmiddle .dqwz a{
	color: #595959;
	font-size: 14px;
}
.gsbg_detial .gsbg_detialleft{
	width: 1047px;
	background: #FFFFFF;
}
.gsbg_detialright{
	width: 153px;
	/*border-left: 1px solid #DADADA;*/
	background: #FAFAFA;
	height: 100%;
	position: relative;
}

.gsbg_detial .gsbg_detialleft .nr{ font-size:16px; color:#000; padding:60px 120px;}
.gsbg_detial .gsbg_detialleft .nr h1{ font-size:28px !important; line-height:46px !important; text-align:center; padding-bottom: 6px;}
.gsbg_detial .gsbg_detialleft .nr  *{ font-family:"Microsoft YaHei" !important;line-height:32px !important;font-size:16px ;}
.gsbg_detial .gsbg_detialleft .nr img {
	max-width: 800px;
}
.TRS_Editor table table td{ padding-left:15px;}
.xl-message { height: auto;line-height:46px;margin-bottom: 40px; border-bottom: 1px solid #d6d6d6; }
.xl-message p, .xl-sysbox a, .xl-sysbox span { font-size: 14px; }
.xl-sysbox a{margin:0 5px;}
.index_switchsize span { cursor: pointer; }
.xl-time {/* position: absolute; top: 10px; left: 0; */}
.xl-sysbox {/* position: absolute; top: 10px; right: 0; */}



.pages_content { margin-bottom: 20px; padding-bottom: 60px; width: 100%; margin: 0 auto; }
.pages_content p { line-height: 36px; margin-bottom: 26px; font-size: 16px; }
.seaSurveyAccessory { overflow: hidden; margin-bottom: 20px; }
.seaSurveyAccessoryDownloads { font-size: 18px; margin-bottom: 15px; }
.downloadsList li { position: relative; margin-bottom: 10px; margin-left: 10px; }
.downloadsList a { font-size: 14px; margin-left: 20px; color: #6a6a6a; }
.downloadsIcon { position: absolute; top: 0; left: 0; display: inline-block; width: 19px; height: 19px; background: url() no-repeat; }



/*上一篇下一篇*/
.gsbg_detialbottom{
	/*height: 68px;*/
	border: 1px solid #DBDBDB;
	padding: 19px 22px;
	width: 778px;
	margin-bottom: 57px;
}
.gsbg_detialbottom ul li{
	line-height: 33px;min-height:33px;
}
.gsbg_detialbottom ul li span,.gsbg_detialbottom ul li span a{
	color:  #1B76C2;font-size:16px;
}

/*右侧内容*/
.gsbg_detialright{
	width: 153px;
	height: 100%;
	position: relative;
}
.gsbg_detial .gsbg_detialright .detialright_scorll {
      position: absolute;margin-left: 17px;
    }
    .social-share .social-share-icon:hover {
      color: #333!important;
    }
.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{/*width:108px;*/
	display: block;
	color: #5C5C5C;
}





/*保存弹窗*/
     .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;
        }

.gsbg_detialleft .nr img {max-width: 800px;}

@media screen and (max-width:768px) {
    .govtjjxlct-box{float:none;width:98%;padding:20px 0 10%;margin: 0 auto;}
.govWinSetting,.kjtzt-xl-sysbox{display:none;}
    .govXLTitle { font-size: 20px; line-height: 1.6em; padding-top: 40px; }
    .share_author > span, .share { display: none; }
    .easysite-news-describe { width: 100%; float: none; margin-left: 0; position: static; }
    .govXLBox{width:96%;margin:0 auto;padding:0 5px;}
    .kjtzt-xl-time{width:100%;font-size:16px;text-align: center;float:none;}
   .govWinBox p.fr{display:none;}
   .easysite-related-news ul li a{max-width: 78%;}
   .easysite-related-news ul li span {max-width: 22%;}
.govtjjcgxl-currbox{width:98%;margin:0 auto;}
.govtjjcgxl-xltitlebox{margin-bottom:30px;}
}




@media screen and (max-width:1025px) {
.gsbg_detialright {
    display: none;
}

.gsbg_detial .gsbg_detialleft {
    width: 100%;
}

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

.gsbg_detial .gsbg_detialleft .nr img {
    max-width: 100%;
}
.content_box {
    width: 100%;
}

.gsbg_detialleft .nr img {max-width: 100%;}
}