﻿@charset "utf-8";
/*----------内容页1----------*/
.base_news_show{height: auto;background-color: #ffffff;width: 100%;margin: 30px auto 20px;border: 0px solid #ededed;padding: 0;box-sizing: border-box;}
.base_news_title1{background-color: #f3f3f3;}
.base_news_title{height: auto;text-align: center;}
.base_news_title>h3{font-size: 30px;color: #000;font-weight: bold;padding-top: 20px;width: auto;margin: 0 auto;padding-bottom: 15px;}
.base_news_title_er{font-size: 14px;color: #999999;line-height: 40px;padding-bottom: 0;width: auto;margin: 10px auto 20px;text-align: center;border-bottom: 0px solid #ddd;background-color: #f5f5f5;}
.base_news_title_er1 span{padding-right:20px;}
.base_news_title_er1 span a{font-size: 14px;color: #999999;}
.base_news_main{padding: 00px 0px 20px;min-height: 300px;line-height: 30px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.base_news_main img{max-width:100% !important ;height: auto!important;}
.base_news_foot{width: 100%;height: 84px;margin:10px auto 0;padding: 0px 0px;box-sizing: border-box;border-top: 1px solid #ededed;}
.base_news_foot span{display: block;width: 49%;height: 84px;line-height: 84px;font-size: 16px;color: #666666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.base_news_foot span.fl{text-align: left;}
.base_news_foot span.flr{text-align: right;}
.base_news_foot a{line-height: 26px;font-size: 16px;color: #666666;width: 100%;}
.base_news_foot a:hover{color: #1370d2;}

@media only screen and (max-width: 1000px) {
	*{box-sizing: border-box;}

	/*----------内容页1----------*/
	.base_news_show{height: auto;background-color: #ffffff;width: 100%;margin: 10px auto 0;padding: 0px 15px 0;box-sizing: border-box;border: 0;font-size: 14px;}
	.base_news_title>h3{font-size: 18px;color: #333333;font-weight: normal;padding-top: 7px;width: auto;margin: 0 auto;padding-bottom: 11px;line-height: 30px;}
	.base_news_title_er{font-size: 12px;color: #666666;line-height: 15px;padding-bottom:10px;width: auto;margin: 0 auto;text-align: center;border-bottom: 0px solid #ddd;background-color: #fff;}
	.base_news_title_er1 span{padding-right:10px;}
	.base_news_title_er1 span a{font-size: 12px;color: #666666;}
	.base_news_foot{height: 96px;background: none;border-top: 1px solid #ddd;padding: 10px 0;}
	.base_news_foot span{display: block;width: 100%;height: 33px;line-height: 33px;font-size: 14px;color: #666666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left!important;}
	.base_news_foot span a{font-size: 14px}

}