/* banenr */
.lmy_banner{width: 100%; position: relative;height: auto;}
.lmy_banner img{width: 100%;max-height:85vh;}
.banner_title{position: absolute;top: 43%;left: 8%;}
.banner_title p{font-size: 1.65rem;font-weight: bold;margin-bottom: 10%;color: #fff;}
.banner_title span{font-size: 0.75rem;color: #fff;}

/* 当前栏目同级栏目 */
.lmy_nav{width: 80%;margin: 0 auto;overflow: hidden;}
.lmy_nav ul{display: -webkit-box;display: -ms-flexbox;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.lmy_nav ul li a{height: 1.75rem;line-height: 1.75rem;font-size: 0.5rem;display: block;padding:0 0.5rem}
.lmy_nav ul li a.on{background-color:#015EC5;color:#fff;}
.lmy_nav ul li a:hover{background-color:#015EC5;color:#fff;}

/* 公用样式 */
.h50{height: 1rem;}
.mr50{margin-right: 3%;}
.ml50{margin-left: 3%;}
/*滚动条*/
.ScrollStyle::-webkit-scrollbar {width: 0.125rem;height: 0.25rem;}
.ScrollStyle::-webkit-scrollbar-track,::-webkit-scrollbar-corner {background: #d6d6d6;}
.ScrollStyle::-webkit-scrollbar-thumb {-webkit-border-radius: 0.125rem;border-radius: 0.125rem;background: #2d5ca2;}
.ScrollStyle::-webkit-scrollbar-thumb:window-inactive {background: #2d5ca2;}

/* 主体 */
.main{width: 80%;margin: 0 auto;overflow: hidden;margin-bottom: 3rem;}
.main_content{margin-top: 1rem;overflow: hidden;}


/* 通用文章页 */
.dqwz{width: 80%;margin: 0 auto;}
.dqwz p{width: 100%;margin: 0 auto;height: 1.25rem;line-height: 1.25rem;font-size: 0.4rem; }
/*文章页代码*/
.article{width:80%;margin:0 auto 3rem auto;position:relative;overflow:hidden;padding:0.5rem;background:#fff;font-family:"微软雅黑";}
/*标题、引题、副标题*/
.article .article_hd{width:100%;float:left;padding:0.65rem 0;}
.article .article_hd h1{text-align:center;line-height:1.5rem;font-size:0.95rem;font-weight:normal;}
.article .article_hd h2{text-align:center;line-height:1.5rem;font-size:0.625rem;font-weight:normal;height: auto;}

/*时间来源字体大小及分享*/
.article .article_td{width:100%;float:left;height:0.875rem;line-height:1;font-size:0.35rem;color:#666;position:relative;border-bottom:0.025rem #dcdcdc solid;margin-top:0.175rem;text-align:left;font-family:"微软雅黑";}
.article .article_td .article_td_l{float:left;display:inline-block;}
.article .article_td .article_td_l span{padding-right:0.5rem;}
.article .article_td .article_td_r{float:right;display:inline-block;}
.article_td_rl{float:left;}
.article_td_rr{float:left;position:relative;top:-0.175rem;margin-right:-0.25rem;}
.index_switchsize{padding-right:0.375rem;}
.index_switchsize span{cursor:pointer;}
.printIco{height:0.375rem;display:inline-block;background:url(printIco.png) no-repeat 0 0; padding-left:0.55rem;padding-right:0.35rem;cursor:pointer;background-size: auto 100%;}
/*分享代码*/
/*.mainShareDiv_24{width:138px !important;background:none !important;}
.mainShareDiv_24 a{width:24px;height:24px;float:left;margin-left:10px;display:inline-block;padding:0 !important;background-image:url(share.png) !important;background-repeat:no-repeat !important;}
.mainShareDiv_24 a.gwds_add{background-position:0 -114px !important;}
.mainShareDiv_24 a.gwds_weixin{background-position:0 -76px !important;margin-left:5px;}
.mainShareDiv_24 a.gwds_tsina{background-position:0 -38px !important;}
.mainShareDiv_24 span.gwds_more{background-position: 0 0 !important;margin-left:3px;background-image:url(share.png) !important;background-repeat:no-repeat !important;}*/

/*文章正文代码*/
.article .article_bd{width:100%;float:left;font-family:"微软雅黑";}
.article .pages_content{line-height:0.75rem;margin:0;padding:1rem 0 1rem 0;font-size:0.4rem;}
.article .pages_content p{ text-indent: 2em; font-size: 0.5rem; font-weight: 400; line-height: 0.8rem; }

/*上一篇、下一篇*/
/*.article_context{width:100%;float:left;padding-top:20px;line-height:35px;font-size:1.6vh;border-top: 1px solid #333;}
.article_context a{color:#333;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.article_context a:hover{text-decoration:underline;}
.article_context span{float:left;}*/


@media screen and (max-width: 880px){
  .banner_title p{font-size: 1.625rem;font-weight: bold;margin-bottom: 10%;color: #fff;}
	.banner_title span{font-size: 0.8125rem;color: #fff;}
	
	
    .main{width: 90%;margin: 0 auto;}
    .content_txt{width: 100%;}
    .content_txt_title{font-size: 1.25rem;line-height: 1.75rem;}
	.content_txt_title i{float: left;width: 0.375rem; height: 0.375rem;margin-right: 0.875rem;background: url(dian.png) no-repeat;margin-top: 0.625rem;}
    .content_txt_bj{margin-top: 1.875rem;height: 0.9375rem;}
    .content_txt_xq{font-size: 1.125rem;height: auto;line-height: 2.25rem;margin-top: 1.875rem;}
    .content_pic{width: 100%;}
    .picl img,.picr img{border-radius: 0;}
    .content_pic{margin-top: 1.25rem;}
    .mr50,.ml50{margin: 0;}
    .content_1 .fr{float: left;} 
    .content_1{height: auto;overflow: hidden;}
    .main_content{margin-top: 0.5rem;}
    .h50{height: 0.35rem;}
  
  /* 当前栏目同级栏目 */
	.lmy_nav{width: 100%;} 
    .lmy_nav{width: 100%;margin: 0 auto;} 
    .lmy_nav ul li{display: inline-block;float:none;width: auto;width:33.3%;text-align: center;}
	.lmy_nav ul li a{font-size: 1.25rem;height: 4.375rem;line-height: 4.375rem;padding:0;display: block;}
    .lmy_nav::-webkit-scrollbar {width: 0.3125rem;}
    .lmy_nav:hover::-webkit-scrollbar {width: 0.625rem;}
    .lmy_nav::-webkit-scrollbar-thumb {border-radius: 0.3125rem;}
    .lmy_nav::-webkit-scrollbar-track {border-radius: 0.3125rem;}
	
	 /* 通用文章页 */
    .dqwz p{font-size: 0.85rem;height: 3.125rem;line-height: 3.125rem;padding-left: 0rem;}
  .dqwz{width: 90%;margin: 0 auto;}
    .article{padding: 0;margin-bottom: 3.125rem;width: 90%;}
    .article .article_hd{padding:1.625rem 0;}
    .article .article_hd h1{font-size:1.875rem;line-height: 2.75rem;}
    .article .article_hd h2{font-size:1.5625rem;line-height: 2.75rem;}
   .article .article_td{font-size: 1rem;height: 2rem;line-height: 2rem;}
    .article .article_td .article_td_l span{padding-right: 1.25rem;}
    .article .article_td .article_td_r{display: none;}
    .article .article_td .article_td_l{position: absolute;left: 0;}
    .article .pages_content{font-size: 0.875rem;}
    .article .article_fd{display: none;}
    .article_context{padding-top: 1.25rem;line-height: 2.1875rem;font-size: 1rem;border-top: 0.0625rem solid #000;margin-top: 0;}
	.article .pages_content p{ margin-top:0.9375rem;line-height: 2.5rem;font-size: 1.25rem;}
}