@charset "UTF-8";

/*导航*/
.header-content{ display:none;}

#main-news-list img { display: block; margin: 0 auto; width: 100%;}

/* 当前位置 */
.position{ padding-left:125px; margin-top:20px;}
.position .breadcrumb {float:left;}
@media(max-width:959px){ .position {  padding-left: 75px;} }
/* 稿件信息 */
.artichle-info { margin-left:110px; margin-right:50px; position:relative; }
.artichle-info h2 {margin: 5px 0; font-size: 2.5rem; line-height: 1.2em; font-weight: bold; margin-right: 80px; text-rendering: optimizeLegibility;}
.artichle-info p{ margin:0.5em 0; color:#5d5d5d;}
.artichle-info p a{ color:#5d5d5d;}
.artichle-info p span{ margin-right:10px;}
.artichle-info p em{ color: #1d4d75; font-style: normal;}
@media(max-width:1279px){ .artichle-info h2 {font-size: 2rem;} }
@media(max-width:960px){ .artichle-info{ margin:0;} .artichle-info h2{margin:0;font-size: 20px;} }

/* 分享 */
.a2a_floating_style{ position: relative !important;    background: none !important;  z-index: 1 !important;}
.artichle-info .addthis_sharing_toolbox{position:relative; margin-bottom: 40px;}
.artichle-info .addthis_sharing_toolbox .at-share-tbx-element .at-share-btn{border-radius: 50% !important;margin: 0 0 10px 0;}
.a2a_vertical_style:not(.a2a_flex_style) a{ float: left; padding: 0 !important; clear: none !important;  margin-right: 5px;}

/* article-content */
.article-content{margin-top: 40px; margin-bottom: 50px; margin-left:180px; margin-right:50px;line-height:1.6em; color:#000; padding:0 5% 0 0; clear: both;    background: #fff;}
.article-content p { margin:5px 0; font-size:20px; width: 50%; float: left;}
.article-content center,.article-content p[align=center]{ margin:1em 0; font-size:14px;}
.article-content p .imgdesc{ text-align: left !important; color: #1d4d75;  border-bottom: 2px solid; padding-bottom: 5px; }

/*鼠标样式*/
.cursor-left { cursor: url("../images/back.png"), auto; }
.cursor-right { cursor: url("../images/forward.png"), auto; }

/* 移动端加载下一页 */
#loadNextPageBtn { padding: 50px 0; border-top: 1px solid #ddd; background: #f2f2f2; color: #555; text-align: center; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
#loadNextPageBtn span { width: 15rem; font-size: 1.2rem; }
#loadNextPageBtn small { margin: 0; color: #999; }

/* 移动端分页 */
.page-split { overflow: hidden; margin-top: 15px; margin-bottom: 15px; clear: both; }
.page-split hr { margin: 0; }
.page-split small.pageNum { padding: 2px 5px; border-radius: 0 0 5px 5px; background: #d33; color: #FFF; float: left; }

/* 相关稿件 */
.relation-news { margin-left: -15px; margin-right: -15px; padding: 0; list-style: none; overflow: hidden; opacity: 0.8; }
.relation-news li { margin: 0; padding: 0 15px; float: left; width: 20%; box-sizing: border-box; }
.relation-news li a { display: block; position: relative; }
.relation-news li a img { width: 100%; position: relative; display: block; }
.relation-news li a p { position: relative; height: 115px; overflow: hidden; margin: 10px 0; }
.relation-news li a p:after { content: ""; transition: 0.4s; opacity: 0; position: absolute; left: 0; top: 30px; right: 0; bottom: 0; background: #000; z-index: 5;display: none\9;}
.relation-news li a:hover { color: #F55; }
.relation-news li a:hover p:after {opacity: 0.7; top: 0;}
.relation-news:hover { opacity: 1; }
@media (max-width: 1199px) { .relation-news li { width: 25%; } }

/* 加载下一页效果 loader */
.loader { width: 110px; height: 3px; margin: 15px auto 15px auto; position: relative; border: none; background: #DDD; }
.loader:after { content: ""; position: absolute; width: 20px; height: 3px; background: #189; animation: anm-loader 2s infinite linear; -webkit-animation: anm-loader 2s infinite linear; }

@-webkit-keyframes anm-loader {
	0% { left: 0; }
	50% { left: 90px; }
	100% { left: 0; }
}

@keyframes anm-loader {
	0% { left: 0; }
	50% { left: 90px; }
	100% { left: 0; }
}

/* 分页 */
#displaypagenum { overflow: hidden; padding-top: 30px; padding-bottom: 30px; line-height: 22px; clear: both; }
#displaypagenum p { margin: 0; padding-bottom: 0; }
#displaypagenum span.page, #displaypagenum a, #displaypagenum a.next { padding: 6px 12px; height: 28px; background: #333; color: #fff; text-decoration: none; font-weight: bolder; line-height: 28px; }
#displaypagenum a, #displaypagenum a.next { background: #f3f3f3; color: #333; font-weight: normal; }
#displaypagenum a:hover { background: #333; color: #FFF; }
@media (max-width: 992px) { #displaypagenum { display: none; } }

.pageNum{ background: #145; color: #FFF;  padding: 0.2em 0.5em; margin-top: -8px;display: block; float: left;margin-bottom: 15px;}
#zoombox{position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #000;display:none;}
#zoombox img{position: absolute;max-width: 100%;left: 50%;top: 50%;transform: translateY(-50%) translateX(-50%);}
#zoombox .pinch-zoom-container{position:absolute !important; left:0; right:0; top:30px; bottom:0;height: auto !important;}
#zoombox button.return{border: none;background-color: #222;padding: 5px;width: 100%;height: 30px;z-index: 5;}
#zoombox button.return i{border-width: 2px 2px 0 0;border-color: #fff #fff transparent transparent;border-style: solid;width: 5px;height: 5px;display: block;transform: rotate(-135deg);margin-left: 10px;}
#touchzoom{ position:absolute; left:0; right:0; top:0; bottom:0;}

#imageToolBox{ position:absolute; z-index:10;background: rgba(0,0,0,0.3);padding: 10px; overflow:hidden;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); display:none;}
#imageToolBox:hover{background: rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000',endColorstr='#CC000000')}
#imageToolBox button{ border:none; background-color:transparent; float:left; cursor:pointer;width:20px; height:20px;text-indent:20px;overflow:hidden; line-height:20px;}
#imageToolBox button.origin{ background-image:url('../images/zoom-in.png');  }

.bg{ background: #f0f3f4; }
.video-object, .cm-video{ display:block; margin:auto; background: #000;}
video{display: block;    padding: 20px 50px 20px 30px; border-right: 1px solid #1d4f73;}
@media(max-width:1499px){
   video{ padding: 10px 30px 10px 0px; margin-left: -30px;}
   .article-content p.ueditor-text-p_display{ margin-left: 30px; width: 43%;font-size: 18px;}
}
@media(max-width:1279px){
   .article-content p.ueditor-text-p_display{font-size: 14px;}
}
@media (max-width:959px){
    .bg {  background: none; }
	.article-content{ margin: 0; padding: 0;}
    .article-content p { width: 100%;}
    .article-content p.ueditor-text-p_display{float: none; margin-left: 0;width: 100%;}
    video{ margin-left: 0; border: 0;}
    #main-news-list{ padding: 0 10px; margin-top: 0;}
    
}