@charset "utf-8";
/* CSS Document */

/*news01.html*/
body{background-color: #EEEEEE}
		*{padding: 0;margin: 0;box-sizing: border-box}
		.news-new{max-width: 1300px;margin: 0 auto;padding: 20px 70px;overflow: hidden;background-color:white;border: 1px solid #cccccc;margin-top: 30px;margin-bottom: 30px}
		.news-new-bt{border-bottom: 1px solid #999999;position: relative;}
		.news-new-bt h1{font-size: 18px;font-weight: bold;margin: 10px 0;}
		.input-time{font-size: 10px; color: #999999;margin: 10px 0;position: absolute;right: 0px;top: 0px}
		.container{margin: 20px 50px;padding: 20px;border: 1px solid #cccccc;}
		@media(max-width:750px){
			.container{margin: 10px 20px;padding: 10px;}
		}
		@media(max-width:680px){
			.news-new{padding: 20px;}
			.news-new-bt h1{text-align: center;font-size: 16px}
			.input-time{position: static;text-align: center}
		}
		.news-new-text{overflow: hidden;width: 100%;margin-top: 20px}
		.news-new-text-l{width: calc(70% - 10px);margin-right: 10px;float: left}
		.news-new-text-l h1{color: #666666;font-size: 16px;margin-bottom: 10px}
		.news-new-text-l p{text-indent: 24px;font-size: 12px;line-height: 24px;color: #666666}
		.news-new-text-r{width: calc(30% - 10px);margin-left: 10px;float: left;border: 1px solid #cccccc;padding: 10px}
		.news-new-text-r span{display: block;margin: 10px 0;color:#666666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*页码按钮*/
		.show-page{margin: 0 auto;overflow: hidden;position: relative;width: 310px;height: 40px;}
		.show-page button{width: 100px;height: 38px;cursor: pointer;padding: 10px;border-radius: 5px;border: 1px solid #cccccc;background-color: white;color: #888888;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}/*显示一行多余的用点表示*/
		.show-page button:hover{background-color: #00a6e0;border: 1px solid #00a6e0;color: white}
