/***通用样式***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0; box-sizing: border-box;} 
table {border-collapse:collapse; border-spacing:0; }
ol,ul {list-style:none; } 
.clearfix:after {display: block;clear: both;content: "";visibility: hidden;height: 0}
.clearfix {zoom: 1}
a{text-decoration: none}
.block{display:block}
.hidden{display: none;}
body{background-color: #f6f6f6;font-family: 'Microsoft YaHei';}
.w1200{width: 1200px;margin: 0 auto;}

/***当前位置***/
.section1{height: 50px;font-size: 14px;line-height: 50px;color: #999}
.section1 a{color: #448AF0;}
.section1 a,.section1 span{display: inline-block;padding: 0 5px}
.section1 a:nth-child(1){padding-left: 0px;}

/***新生儿一件事***/
.section3{background: #fff;margin-bottom: 40px!important;}
.bj-title{width:100%;padding:30px;line-height: 45px;font-size: 32px;}
.bj-title a{display: inline-block;width: 90px;height: 34px;line-height: 34px;text-align: center;color: #fff;background: #448af0;font-size: 15px;font-weight: 500;float: right;margin-top:10px;border-radius: 5px}
.xse-flow{width: 1140px; min-height: 120px;margin: 0 30px}
.xse-flow li {
	float:left;
width: 265px;
height: 64px;
text-align: center;
margin:20px 20px 0 0 ;
line-height: 64px;
background: #FFFFFF; 
box-shadow: 0 0 12px 0 rgba(68,138,240,0.10);
	
}
.xse-flow li:hover a{
	display:inline-block;
	width:265px;
	height:64px;
	background: url(../images/grfr-zymbg.png) no-repeat left center;
	box-shadow: 0 0 17px 0 rgba(0,0,0,0.25);
	color: #fff;
	font-weight: 600;
    }
.xse-flow li a{
	display:inline-block;
	font-size: 18px;
	width:265px;
	height:64px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    color: #333;
}    
 
.part_11{display:inline-block;font-size: 24px;line-height:33px;margin:0 30px;border-bottom: 2px solid #3d3d3d;width:1140px;padding-bottom: 10px}
.part_12{width:1140px;margin: 20px 30px;}
.part-table{min-height: 400px;border-collapse:collapse;border:none;padding-bottom: 20px;}
.part-table td{border:solid #ddd 1px;}
.part_13{width: 140px;padding: 0 10px;line-height: 40px;background: #F9F9F9; }
.part_14{width: 210px;padding: 0 10px;line-height: 40px; }


/***当屏幕尺寸小于1200px时自适应***/
@media screen and (max-width: 1199px){.header,.footer{width: 1200px;} }