@charset "utf-8";/*PUBLIC STYLE*/html {	margin: 0;	padding: 0;}body {	min-width: 1100px;	overflow-x: hidden;	font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;	font-size: 14px;	color: #666;	margin: 0;	padding: 0;}h1,h2,h3,h4,h5,h6,p,ol,ul,li,img,table,th,td,tr,button,form,span,div,span,dl,dt,dd,form,label {	margin: 0;	padding: 0;	font-weight: normal;	font-size: inherit;}ol,ul {	list-style: none;}img {	border: 0;}input,select {	vertical-align: middle;	font-size: 14px;	outline: none;}/*报考指南列表页*/.baokao {	width: 100%;	height: auto;	margin: 30px 0;}.baokao_con {	width: 1100px;	height: auto;	margin: 0 auto;}.baokao_con ul {	width: 1130px;	float: left;}.baokao_con li {	width: 346px;	height: 240px;	float: left;	margin: auto 30px 30px auto;	border-bottom: 2px solid #fff;}.baokao_con li:hover {	border-bottom: 2px solid #217CD1;}.baokao_con li img {	width: 100%;	height: 195px;	overflow: hidden;}.baokao_con li p {	width: 346px;	height: 40px;	line-height: 40px;	float: left;	text-align: center;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;}.baokao_con li p a {	font-size: 18px;	text-decoration:none;	color:#333;}