
/* CSS Document */

/*格式化样式*/
/** 清除内外边距 **/
body,html, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

/*reset*/
*{font-family:'Microsoft YaHei'}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0}
input,button,select,textarea{outline:none;background:none;}li{list-style:none}img{border:none}textarea{resize:none}
body{color:#666;background:#fefefe;word-break:break-all;word-wrap:break-word;text-align:center}
a{color:#666;outline:none;text-decoration:none;}
html{min-width:1200px;}

/* header */
.header{width:1200px;height:85px;background:#fff;margin:0px auto;}
.header .logo{display:inline-block;float:left;margin-right:65px;}
.header .logo img{margin:16px 0;}
.header ul li a{float:left; width:112px;height:85px;line-height:85px;color:#1a5796;}
.header ul li a:hover {background:#1a5796;color:#fff;}
.header .search{display:inline-block;float:right;width:174px;margin-top:25px;}
.header .search .kuang input{
	width:120px;
	background:#f5f5f5;
	border:1px solid #f5f5f5;
	height:33px;
	border-top-left-radius:2em;
	border-bottom-left-radius:2em;
	font-size:12px;
	text-align:center;
}
.header .search .anniu{
	background:#f5f5f5;
	padding:8px 12px 5px ;
	border: 1px solid transparent;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
}
.header .search .phone,.kuang,.login,.anniu{display:inline-block;float:left;}
.header .search .phone{margin-right:20px;color:#333;}
.header .search .login{margin-left:20px;margin-top:8px;color:#333;font-size:16px;}

/* footer */
.footer{height:260px;background-color:#282828;}
.f1{width:1200px;margin:0 auto;}
.f1 .f1_1{height:114px;border-bottom:1px solid #666;}
.f1 .f1_1 ul li{font-size:14px; float:left;line-height:114px;margin-right:65px;color:#999;}
.f1 .f1_1 ul li a{color:#999;}
.f1 .f1_1 .qr{margin:15px 0;}
.f1 .f1_2 p{font-size:14px;color:#999;text-align:left;line-height:20px;line-height: 40px; margin-top: 40px;}
.f1 .f1_2 p a{color:#999;}
/*分页*/
.page{ float:left; width:auto; margin: 15px 30px; text-align:center;}
.page a{ display: block; float:left;width:20px; height:20px;margin:0 2px;background:#dcdcdc;line-height:20px;font-family:"瀹嬩綋"; color:#00469e; text-align:center; }
.page a:hover,.page a.selected{ background:#00469e; color:#fff; }
.page a.page-prev{ width: 58px; height: 20px; margin:0 5px; background:url('../image/page-prev.png') left center no-repeat; text-indent: -9999px;}
.page a.page-next{width: 58px; height: 20px; margin:0 15px 0 5px; background:url('../image/page-next.png') left center no-repeat; text-indent: -9999px;}
.page a.page-first{width: 36px; height: 26px; margin: 5px 4px 0 0; background:url('http://www.csyj.cn/static/web/csyjy/images/page-fisrt.png') left center no-repeat; text-indent: -9999px;}
.page a.page-last{width: 36px; height: 26px; margin: 5px 0 0 4px; background:url('http://www.csyj.cn/static/web/csyjy/images/page-last.png') left center no-repeat; text-indent: -9999px;}
.page a.page-prev:hover,.page a.page-next:hover,.page a.page-first:hover,.page a.page-last:hover{ opacity: 0.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.page input{ outline:none; border:1px solid #c7c7c7; width:40px;height:20px; line-height:20px;text-align:center; color:#292929; margin:0 5px; font-family:"瀹嬩綋"; float:left; }
.page span{ float:left; line-height:20px;color:#666; font-family:瀹嬩綋;}
.page a.jump{ width:50px; height:20px; color:#666; background: #dcdcdc; margin-right:0px;}
.page a.jump:hover{ color: #00469e;}

/*搜索*/
.container{width:1200px;margin:0 auto;}
.container .Breadcrumbs_box{
    height: 76px;
    border-bottom: 1px solid #2f6da5;
    text-align: left;
    line-height: 100px;
    color: #666;
    font-size: 20px;}
.container .Breadcrumbs_box a{color:#20619c;}
.container .gs_new{}
.container .gs_new ul li{font-size:14px;height:50px;line-height:50px;border-bottom:1px dashed #999;text-align:left;padding-left:20px;}
.container .gs_new ul li a{color:#666;}
.container .gs_new ul li a:hover{color:red;}
.container .gs_new ul li span{float:right;margin-right:40px;}
