@charset "UTF-8";
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:16px;font-family:"微软雅黑","Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif}
body{overflow-x:hidden;font-size: 16px;}
table{border-collapse:collapse;border-spacing:0}
article,aside,dialog,figure,footer,header,menu,nav,section{display:block}
li,ol,ul{list-style:none;*font-size:0}
*{margin:0;padding:0;margin:0 auto}
img{border:0}
a{text-decoration:none;font-family:"微软雅黑","Myriad Set Pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 16px;}
input,textarea{background-color:transparent;border:none;overflow:auto;outline:0}
.clearfix::before{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    right: 1px;
    opacity: 0.2;
    background-color: #F3F3F4;
}

::-webkit-scrollbar-track {
    width: 6px;
    background: #F3F3F4;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #94999F;
    display: block;
    right: 1px;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    display: block;
}
@font-face {
    font-family: 'FZCSJW';
    src: url('../font/FZCSJW.TTF');
}
.newslist{
	width:1000px;
	margin:0 auto;
	padding-top: 50px;
}
.newslist ul{
	list-style: none;
}
.newslist ul li{
height: 49px;
    line-height: 49px;
    padding-left: 30px;
    position: relative;
}
.newslist ul li::before{
	content: "";
    position: absolute;
    top: 23px;
    left: 10px;
    height: 5px;
    width: 5px;
    background: #666;
}
.newslist ul li a{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #2b2b2b;
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist ul li span{
	float: right;
    color: #2b2b2b;
	font-size:16px;
}

.page {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 40px auto 20px auto;
  font-size: 14px;
  color: #505050;
}
.page a {
  padding: 5px 10px;
  color: #505050;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
}
.page a:hover {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  background-color: #337cbd;
  border-radius: 5px;
}
.page .pages-current {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  background-color: #337cbd;
  border-radius: 5px;
}
.page font input {
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.page font .inp_submit {
  padding: 0 10px;
  line-height: 29px;
  text-align: center;
  color: #505050;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.footer{
	background:#F3F3F4;
}