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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background: #bdbdef;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #444;
}

.examinationReview .examinationReview_bj {
  width: 100%;
  height: 534px;
  background: url(../img/bj.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.examinationReview .examinationReview_put {
  width: 1200px;
  margin: 0 auto;
}

.examinationReview .examinationReview_put .examinationReview_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 110px;
}

.examinationReview .examinationReview_put .examinationReview_list .examinationReview_list_list {
  width: 380px;
  height: 340px;
  background: url(../img/list.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  cursor: pointer;
}

.examinationReview .examinationReview_put .examinationReview_list .examinationReview_list_list h2 {
  font-size: 30px;
  color: #121287;
  text-align: center;
  padding: 23px 0;
}

.examinationReview .examinationReview_put .examinationReview_list .examinationReview_list_list > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 238px;
  padding-left: 190px;
}

.examinationReview .examinationReview_put .examinationReview_list .examinationReview_list_list > div span {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.examinationReview .examinationReview_put .examinationReview_list .examinationReview_list_list > div i {
  font-size: 20px;
  color: #ff6600;
}

.footer-parent {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  background-color: #f0f0f0;
}

.page-footer {
  width: 1200px;
  margin: 0 auto;
}

.title-parent {
  display: flex;
  justify-content: center;
}

.title {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.title li {
  position: relative;
  color: #333 !important;
  padding: 0 10px;
  font-weight: 700;
}

.title li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  border-radius: 1px;
}

.cursor {
  cursor: pointer;
}

.keep-on-record {
  cursor: pointer;
  width: 215px;
  margin: 10px auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

img {
  border: 0;
  vertical-align: middle;
}

.help_box {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.help_box div {
  margin-right: 10px;
}
