@charset "gb2312";
/* CSS Document */

/**
 * job168网制作规范
 * 制作部门：网站设计部
 * 制作人员：huanghaishen
 * 制作时间:2015-9-20
 * 更新时间:2015-9-20
 *
 * 样式目录:* 第一部分 基础样式部分
 *     ?Nreset
 *     ?Npub Class
 * 第二部分 用例样式部分
 *     ?Ncommon Class
 * 第三部分 页面模式部分
 */

/* ☆ reset ======================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 14px;
	color: #222;
	background: url(../images/header_spring.gif) no-repeat center top;
}
/* ☆ pub Class==================================================================*/
.clearfix {zoom: 1;display: table;width: 100%;}
.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}
/* ☆ common Class=============================================================*/
.mainC {
	width: 900px;
	padding: 0 50px 50px 50px;
	background: #ffeda4;
	margin: 350px auto 0 auto;
	line-height: 24px;
}

.list{position:relative;margin:55px 0 0 0;background:#fff;border-bottom:10px solid #cfa205;border-radius:50px;}
.list{padding:40px 20px 20px 20px;font-family:'Microsoft yahei';}
.tit_main{
	color: #fff;
    text-align: center;
    position: absolute;
    top: -43px;
    height: 60px;
    line-height: 60px;
    background: #f43628;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 30px;
}
.zphTable {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.zphTable td,.zphTable th {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 0 0;
	text-align: center;
	line-height: 30px;
	vertical-align: center;
}

.zphTable th,.zphTable td.point {
	background: #f6f6f6;
	color: #222;
	font-weight: bold;
}
/* ☆ 页面模式部分===========================================================*/
.footer {
	padding: 15px 0;
	margin: 15px 0 0 0;
	text-align: center;
}

.imgList li {
	display: block;
	width: 250px;
	height: 188px;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
	float: left;
}

.qyml {
	color: red;
}