﻿*{padding:0;margin:0;font-family:"微软雅黑";}
ul li{list-style:none;}
a{text-decoration:none;color:#333;outline:none;}
a:hover{color:#1cad7e;}
button,input{outline:none;}
.clear{ clear:both;}
.left{float:left;}
.right{float:right;}





/*滚动公告*/
.news_box{width:100%;height:20px;padding:20px 0;background:#f2f2f2; margin-bottom:20px}
.news{width:1200px;margin:0 auto;position:relative;}
.news_area{background:url(../images/xlb.png) left no-repeat;padding-left:30px;}
.news_gundong{width:900px;height:20px;overflow:hidden;position:relative;}
.news_left{width:6600px;position:absolute;left:0px;top:0px;}
.news_left li{float:left;}
/*.news_left>img{position:absolute;width:18px;margin-top:4px;}*/
.news_content{font-size:14px;color:#000;margin-left:35px;}
.news_time{font-size:14px;color:#999;margin-left:15px;}
.news_right{width:200px;height:40px;}
.news_right a{display:block;width:200px;height:40px;border-radius:20px;text-align:center;line-height:40px;color:#fff;
	background:#50d18c;position:absolute;right:0;top:-10px;}
@media (min-width: 769px) and (max-width: 1200px)
{
.news_box{box-sizing:border-box;}
.news{ width:100%; height:inherit; padding:0 15px; box-sizing:border-box;}
.news_left{ width:60%;}
.news_right{ width:40%;}
.news_right a{position: absolute; right:15px; top:-10px;}
}
@media (max-width: 768px)
{
.news{ width:100%; height:inherit; padding:0 20px; box-sizing:border-box;}
.news_gundong{width:100%;}
.news_left{width:6600px;}
.news_left li{float:left;}
.news_right{ width:100%; float:left; height:inherit; display:none;}
.news_right .right{ float:left;}
/*.news_right a{ width:150px; margin-right:20px; position:inherit; margin-top:10px;}*/
}

.pagination {
	text-align: center;
}
.pages .pagination p { 
	float: none;
	display: inline-block;
}



