@charset "utf-8";
/* CSS Document */
.content {padding-bottom:192px;}
.banner {width:100%; height:301px; background:#263630;}
.banner_in {width:1140px; height:300px; margin:0px auto; overflow:hidden;}
.banner_in img {width:100%;}

.news_box {width:670px; margin:54px auto 0px auto;}
.news_list li {width:100%; height:88px; margin-top:58px;}
.news_list li:first-child {margin:0;}
.time_box {width:153px; height:78px; float:left; padding-top:10px; margin-right:27px; background:#ededed; text-align: center;}
.time_box span {display:block; font-size:14px;}
.time_box span em {margin-bottom:5px; font-size:30px; display: block;}
.news_title {height:84px; padding-top:4px;}
.news_title h1 {font-size:14px;}
.news_title p {line-height:24px; margin-top:16px; color:#808080;}
.news_title a {color:#000; transition:color 0.3s; -webkit-transition:color 0.3s; -moz-transition:color 0.3s; -o-transition:color 0.3s;}
.news_title a:hover {color:#0091ff;}
.page_box {padding-top:21px; margin-top:58px; border-top:1px solid #ebebeb; font-size:0; text-align: center;}
.page_box li {margin:0px 12px; display:inline-block; *display: inline; *zoom:1; font-size:12px;}
.page_box li a {color:#000; transition:color 0.3s; -webkit-transition:color 0.3s; -moz-transition:color 0.3s; -o-transition:color 0.3s;}
.page_box li a:hover {color:#0091ff;}
.page_box li span {margin:0px 4px;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:160px;}
	.banner {display:none;}
	.news_box {width:auto; padding:0px 14px; margin-top:30px;}
	.news_list li {margin-top:24px;}
	.time_box {width:100px; height:72px; padding-top:16px; margin-right:14px;}
	.news_title h1 {height:16px; font-size:14px; overflow: hidden;}
	.news_title p {height:47px; overflow:hidden;}
	.page_box {margin-top:30px;}
}