
/**关于我们**/

/**
方案二：使用无单位数值（更稳健）
.about_con2 .ab_con {
    /* 行高将是字体大小的 1.5 倍 */
    /* 如果 font-size 是 14px，行高就是 21px */
    /* 如果 font-size 是 20px，行高就是 30px */
    /*line-height: 1.5; 
	
	如果你希望行高随字体大小自动调整（响应式友好），建议使用无单位数字。
}
**/


/*---子页新闻详情---*/

.sub_news_show_position{ font-size:16px !important; line-height:1.2 !important; margin-left:20px; float:left; display:inline-block;}/*页面位置*/
.sub_news_show_pilot{ font-size:16px !important; line-height:1.5;}/*页面导航*/
.sub_news_show_pilot a{font-size:16px !important; line-height:1.5; }
.sub_news_show_pilot a:hover{ color:#0168b7 !important;}

.news_detail_content{ width:95% !important; margin:0 auto; clear:both;}
.news_detail_content .newsshow{ min-height:130px; overflow:hidden; width:100%; clear:both;}
.news_detail_content .news_title{font-size: 30px; color: #333; width:100%; min-height:60px; overflow:hidden; text-align:center; line-height:1.5; margin-bottom:0px;}
.news_detail_content .news_title i{display: block; width: 60px;  height: 4px; background: #045acf; margin: 0 auto; margin-top: 15px;}
.news_detail_content .news_title h5{display: block; font-size: 0.83em; margin-block-start:0.5em; margin-block-end: 0em; margin-inline-start: 0px;margin-inline-end: 0px; font-weight: bold; line-height:1.5; }

.news_detail_content .newshsow_con2{padding-top:20px; text-align:left;}
.news_detail_content .newshsow_con2  div,
.news_detail_content .newshsow_con2  p,
.news_detail_content .newshsow_con2  span,
.news_detail_content .newshsow_con2  b { line-height: 1.5; font-size:16px !important;}


/**上页下页**/
.newsshow_nextup{width:100%; height:55px; line-height:1.8; font-size:16px; text-align:center; padding-top:50px; padding-bottom:100px;}
.newsshow_nextup a.prev{ padding-right:50px; line-height:1.8; font-size:16px; display:inline-block;}
.newsshow_nextup a.prev:hover{ color:#0077B0;} 
.newsshow_nextup a.next{ line-height:1.8; font-size:16px; display:inline-block;}
.newsshow_nextup a.next:hover{ color:#0077B0;} 

.newsshow_nextup .span_prev{ padding-right:50px; line-height:1.8; font-size:16px; display:inline-block;}
.newsshow_nextup .span_next{ line-height:1.8; font-size:16px; display:inline-block;}


@media (max-width: 1200px) {
	
}


@media (max-width: 767px) {
	
	
.newsshow_nextup{width:100%; height:55px; line-height:1.8; font-size:16px; text-align:left; padding-top:50px; padding-bottom:100px; padding-left:10px; box-sizing: border-box;}
.newsshow_nextup a.prev{ line-height:1.8; font-size:16px; display:block; }
.newsshow_nextup a.prev:hover{ color:#0077B0;} 
.newsshow_nextup a.next{ line-height:1.8; font-size:16px; display:block; }
.newsshow_nextup a.next:hover{ color:#0077B0;} 

.newsshow_nextup .span_prev{  line-height:1.8; font-size:16px; display:block; }
.newsshow_nextup .span_next{ line-height:1.8; font-size:16px; display:block; }	


}
