/*公共ＣＳＳ*/
body{font-family:宋体;margin:0 auto;padding:0;width:100%;height:auto;font-size:12px;line-height:25px;color:#424242;background:#f4f4f4;}
div,form,ul,ol,li,span,p,dl{list-style:none;margin:0;padding:0;border:0;overflow:hidden;}
img,a img{border:0;margin:0;padding:0;outline:none;overflow:hidden;}
img {vertical-align:top;outline:none;overflow:hidden;}
a:link{color:#000;text-decoration:none;outline:none;}
a:visited{color:#000;text-decoration:none;outline:none;}
a:hover{color:#cc0000;text-decoration:underline;outline:none;}
.clear{clear:both;height:1px}
.left{float:left;}
.right{float:right}
.jianju10{clear:both;width:100%; overflow:hidden; height:10px;}

.body_main{width:1003px;margin:0 auto;height:auto;background:#fff;}

#pages{width:98%;height:25px;line-height:25px;text-align:center;}
	#pages a:link{width:25px;color:#333;border:1px #aaaaaa solid;padding:3px 5px 3px 5px;}
	#pages a:visited{width:25px;color:#333;border:1px #aaaaaa solid;padding:3px 5px 3px 5px;}
	#pages a:hover{width:25px;color:#cc0000;border:1px #aaaaaa solid;background:#e4e4e4;padding:3px 5px 3px 5px;}

/*头部样式*/
.m_top{width:1003px;height:241px;margin:0 auto;background: url(newimgtop1.jpg) no-repeat;}
.m_nav{width:850px;height:34px;margin:172px 0 0 10px;}
	.m_nav li{float:left;width:81px;height:34px;}
.m_date_search{width:810px;height:36px;line-height:36px;margin:0 0 0 35px;}
	.m_date{width:150px;font-size:12px;color:#1c74b4;}
	.m_search{margin-left:338px;width:205px;}
		.m_search input{border:0;}
		.m_search .m_s_1{color:#ccc;width:145px;border:0;margin-top:-5px;}
		.m_search .m_s_2{width:46px;height:17px;border:0;margin-top:-5px;cursor:pointer;background: url(newimgsearch.jpg) no-repeat;}

/*底部CSS*/
.m_bottom{width:1003px;height:138px;background: url(newimgbottom.jpg) no-repeat;color:#fff;font-size:14px;text-align:center;}
	.m_bottom a,a:visited{color:#fff;}
	.m_bottom a:hover{color:#cc0000;}

/*go top*/
.backToTop {
    display: none;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 50px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}
