@charset "utf-8";
body {
	background: #f3f4f5;
}

.footer{
	 background: white;
}
.exam_content {
	padding-bottom: 20px;
}

.exam_content_l {
	float: left;
	width: 250px;
}

.exam_content_r {
	width: 836px;
	margin-left: 265px;
	padding: 30px 50px;
	background: #fff;
}
.exam_content_r img{
	max-width: 100%;
}
.exam_content_l .examlt {
	height: 46px;
	line-height: 46px;
	background: #aa3e2a;
	font-size: 18px;
	font-weight: normal;
	color: #fff !important;
	text-align: left;
	padding-left: 25px;
	display: block;
}

.examl_list>li {
	margin-bottom: 1px;
	position: relative;
}

.examl_list>li .examl_list_tit {
	padding-left: 12px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #333333;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.examl_list>li .examl_list_tit>a {
	display: block;
}

.examl_list_tit i {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #cccccc;
	font-size: 26px;
	transition: all 0.3s ease;
}

.examl_list>li .examl_list_tit_open {
	background: #aa3e2a;
	color: #fff;
}

.examl_list>li .examl_list_tit_open i {
	color: #fff;
	transform: translateY(-50%) rotate(90deg);
}

.examl_list>li .examl_list_tit:hover {
	background: #aa3e2a;
	color: #fff;
}

.examl_list>li .examl_list_tit:hover i {
	color: #fff;
}

.examl_list>li>ul {
	display: none;
}

.examl_list>li>ul>li {
	padding-left: 40px;
	background: #fff;
}

.examl_list>li>ul>li>a {
	position: relative;
	font-size: 14px;
	color: #333333;
	text-align: left;
	display: block;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.examl_list>li>ul>li>a:hover {
	color: #aa3e2a;
}

.examl_list_b {
	padding: 50px 20px;
	background: #f6f6f6;
}

.examl_list_b>img {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.examl_list_b p {
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.examl_guide_link {
	color: #333333;
}

.exam_content_r_tit {
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.exam_content_r_tit>i {
	width: 20px;
	height: 22px;
	background: url(/pcHtml/static/information/infor_channel/xfks/images/examGuide/tit_ricon.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px;
}

.exam_content_r_info{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
/* .exam_content_r_info p{
		text-indent: 2em;
} */
.exam_content_r_info a {
	color: #d63535;
}

.examl_guide_linkaction {
	color: #aa3e2a !important;
}
.examl_guide_linkaction:after{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #aa3e2a;
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -2px;
}
.exam_table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

.exam_table th,
.exam_table td {
	border: 1px solid #dddddd;
	text-align: center;
	height: 36px;
	font-size: 14px;
}

/*修改之后*/

.exam_guide_banner {
	min-width: 1200px;
	height: 428px;
	background: url(/pcHtml/static/information/infor_channel/xfks/images/examGuide/xf_banner.jpg) no-repeat center center;
	margin-top: 0;
}

.exam_guide_banner .xf_tit {
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 83px;
    white-space: nowrap;
}
.xf_tit_small {
    font-size: 19px;
    color: #fff;
    position: absolute;
    left: 50%;
    width: 665px;
    transform: translateX(-50%);
    top: 320px;
    background-color: #932B2C;
    text-align: center;
        white-space: nowrap;
}
.exam_content_r_info .article_tit{
	font-size: 24px;
	color: #000;
	padding-bottom: 12px;
	text-align: center;
}
.exam_content_r_info .article_subtit{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 28px;
}
.zhinan_timeline {
	margin: 20px auto;
	height: 126px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px 15px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zhinan_time_l{
	width: 90px;
	height: 86px;
	background: url(/pcHtml/static/information/infor_channel/xfks/images/examGuide/bk_titbg.jpg) no-repeat center center;
	line-height: 86px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-right: 30px;
	font-size: 16px;
}
.zhinan_time_r{
	flex: 1;
	padding: 0 70px;
	position: relative;
}
.zhinan_time_r_list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.zhinan_time_r_list>li{
	text-align: center;
	 padding: 0 10px;
}
.zhinan_time_r_list>li>p:first-of-type{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
}
.zhinan_time_r_list>li>p:nth-of-type(2){
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 6px;
}
.zhinan_time_r_list>li>span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #f3f4f5;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 50%;
}
.zhinan_time_r_line{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11px;
	z-index: 0;
	background: #f3f4f5;
	height: 8px;
}
.zhinan_time_r_line .arrow_l{
	position: absolute;
	left: -12px;
	top: 0;
	z-index: 3;
}
.arrow_r{
	position: absolute;
	right: -12px;
	top: 0;
	z-index: 3;
}
table p{
	text-align: center !important;
}