<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* 2017.07.24 by zq */
.mr_tips  h3:nth-child(2)
{
  display: none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
  margin: 0;
  padding: 0;
  font: 16px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  color: #333;
  border: none;
}
html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
}
body {
  background: #fff;
}
article, iframe {
  display: block;
  border: 0;
}
ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
}
tr:hover {
  background: #f9f9f9;
}
th, td {
  border: 1px solid #e5e5e5;
  text-align: center;
}
th {
  background: #f5f5f5;
}
input::focus-inner {
  outline: 0;
  padding: 0;
  border: 0;
}
input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: 0;
}
:focus {
  outline: none;
}
a, area {
  blr: expression(this.onFocus=this.blur())
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e10c2c;
  text-decoration: none;
}
.htBtn{
 display: inline-block;
width: auto;
height: 60px;
padding: 0 20px;
margin-right: 10px;
font-size: 22px;
cursor: pointer;
background: #e10c2c;
color: #fff;
line-height: 60px;
text-align: center;
transition: all .2s ease-out;
margin-bottom: 10px;
  
}
.Width {
  width: 1240px;
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0px;
  width: 100%;
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide, .mobshow {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
/* 公共图片 */
.head .logo a, #slides .prev, #slides .next {
  background: url(https://www.huatu.com/images/2015css/images/indeximg.png) no-repeat;
}
.ml_nav li i, .headtel b, .mctabkey .more i {
  background: url(../images/icon.png) no-repeat center;
}
/* 通用头部 */
.head {
  padding: 2px 0;
}
.head .logo {
  float: left;
  width: 200px;
}
.head .logo a {
  display: block;
  width: 200px;
  height: 86px;
  background-position: 0 -24px;
  text-indent: -9999em;
  overflow: hidden;
}
.headname {
  float: left;
  height: 40px;
  padding-left: 12px;
  margin: 23px 0 0 10px;
  border-left: solid 1px #ccc;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.headname a {
  color: #e10c2c;
}
.headtel {
  float: right;
  height: 40px;
  margin-top: 20px;
  line-height: 40px;
  font-size: 18px;
  color: #e10c2c;
}
.headtel b {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px 7px 0 0;
  background-position: 0 -900px;
}
.headtel a {
  color: #e10c2c;
}
.topnav {
  float: right;
  position: relative;
  height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  z-index: 3;
}
.topnav .navtit {
  display: block;
  padding: 0 10px;
  height: 40px;
  z-index: 5;
  background: #fff;
}
.topnav .navtit i {
  display: block;
  float: right;
  width: 15px;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  line-height: 40px;
  text-align: center;
  transform: scaleY(0.75) rotate(-90deg);
  transition: transform 0.3s;
}
.topnav .navcon {
  display: none;
  position: absolute;
  top: 40px;
  width: 190px;
  padding: 20px;
  z-index: -1;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 0 40px rgba(209, 209, 209, .7);
}
.topnav .navcon img {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
}
.topnav .navcon span {
  display: block;
  float: left;
  width: 115px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.topnav .navcon a {
  display: block;
  float: left;
  width: 75px;
  height: 28px;
  margin-left: 20px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.topnav .navcon a:hover {
  background: #f54560;
}
.topnav:hover .navcon {
  display: block;
}
.topnav:hover .navtit i {
  transform: scaleY(0.75) rotate(90deg);
}
/* banner */
.banner {
  position: relative;
  width: 100%;
  height: 383px;
  background: url(../images/banner_bg1.jpg) no-repeat center;
}
.banner p { 
width:805px; 
padding-top:100px; 
/*padding-right:435px; */
margin:0 auto;
color:#fff;
 font-size:50px; 
line-height:30px; 
 text-align:center;
 /*letter-spacing:18px;*/
 }
.banner h1 {
 width:805px; 
/*padding-right:435px; */
margin:19px  auto 0 auto;
color:#fff;
 font-size:129px;
 line-height:150px;
 font-weight: bold; 
text-align:center;
text-shadow:2px 2px 15px rgba( 252,81,72,0.7);
 }

.banner h1.font7 {
  font-size: 96px;
}
.banner h1 span {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  text-indent: -9999em;
}
/*.banner .pic { position:absolute; left:50%; bottom:30px; width:519px; height: 294px; margin-left:100px;
	background:url(../images/banner_bg01.png) no-repeat center; }*/   


.banner .banner_cl {position:absolute;left: 27.9%;top:12%;width:44px; height:45px;background:url("../images/banner_cl.png") no-repeat center;}
.banner .banner_pl{position:absolute; left: 23%;top:63%;width:90px;height:89px;background:url("../images/banner_pl.png") no-repeat center;}
.banner .banner_pn{position:absolute; left:71.8%;top:40.5%;width:71px;height:72px;background:url("../images/banner_pn.png") no-repeat center;}

/* 导航 */
.nav
{
	background:#e10c2c;
    background-image: linear-gradient(to right,#E10C2C,#C70422);

}

.nav li {
  float: left;
  height: 54px;
  text-align: center;
}
.nav li.cur, .nav li:hover {
  background: #f54560;
}
.nav li a {
  display: block;
  float: left;
  width: 187px;
  height: 54px;
  color: #fff;
  font-size: 20px;
  line-height: 54px;
}
.nav li a.n_one {
  width: 118px;
}
/* 主体部分 */
.main {
  margin-bottom: 75px;
}
/*  -- main-left-nav 左侧导航  */
.ml_nav {
  display: inline;
  width: 215px;
  background: #fff;
  box-shadow: 1px 2px 18px rgba(0, 0, 0, .15);
}
.ml_nav li p {
  height: 45px;
  background: #e10c2c;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.ml_nav li p i {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  background: url(../images/icon.png) no-repeat;
}
.ml_nav li .icon-01 {
  background-position: 0 0;
}
.ml_nav li .icon-02 {
  background-position: 0 -50px;
}
.ml_nav li .icon-03 {
  background-position: 0 -100px;
}
.ml_nav li .icon-04 {
  background-position: 0 -150px;
}
.ml_nav li .icon-05 {
  background-position: 0 -200px;
}
.ml_nav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  text-indent: 45px;
}
.ml_nav li a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  width: 4px;
  height: 40px;
  background: #e10c2c;
}
.ml_nav li a:hover, .ml_nav li a.cur {
  background: #ededed;
  color: #e10c2c;
}
.ml_nav li a:hover:before, .ml_nav li a.cur:before {
  transform: translateY(40px);
  transition: transform 0.3s ease-out;
}
/*  ---- main-right-content-tab 首页右侧-通用切换  */
.mctabkey a {
  display: block;
  float: left;
  position: relative;
  width: 145px;
  height: 58px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-right: none;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
}
.mctabkey a i {
  display: none;
  position: absolute;
  left: 66px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #e10c2c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: none;
}
.mctabkey a:hover, .mctabkey a.cur {
  background: #e10c2c;
  border-color: #e10c2c;
  color: #fff;
  cursor: pointer;
}
.mctabkey a:hover i, .mctabkey a.cur i {
  display: block;
}
.mctabkey .more {
  display: block;
  float: left;
  width: 107px;
  height: 58px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.mctabkey .more i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 18px auto 0;
  background-position: 0 -800px;
}
.mctabbox {
  width: 100%;
}
.mctabcon {
  width: 943px;
  padding: 15px 20px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
.mctabcon h3 {
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #e10c2c;
  font-size: 20px;
  line-height: 50px;
}
.mctabcon h3 a {
  float: right;
  color: #e10c2c;
}
.mctabcon .art {
  width: 100%;
  height: 100%; /*margin-top:20px; */ overflow: hidden;
}
.mctabcon .artbox {
  height: auto;
}
.mctabcon .art p {
  line-height: 34px;
  text-indent: 2em;
}
/*  ---- main-right-content-tips 右侧-通用提示 */
.mr_tips {
  width: 100%;
  height: 100px;
  background: #f8f8f8;
  border-left: 4px solid #e10c2c;
}
.mr_tips h3 {
  display: inline; /*width:120px;*/ height: 82px;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #e10c2c;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.mr_tips h3.line01 {
  line-height: 54px;
}
.mr_tips p {
  display: inline;
  width: 790px;
  padding-top: 10px;
  margin-left: 20px;
  line-height: 26px;
  text-align: justify;
  text-indent: 2em;
}
.mr_tips p.line02 {
  padding-top: 23px;
}
/*  ---- main-right-content-more 右侧-通用更多地区 */
.mr_more .citybtn {
  width: 1005px;
  margin-left: -20px;
}
.mr_more .citybtn a {
  display: block;
  float: left;
  width: 89px;
  height: 40px;
  margin: 0 0 20px 20px;
  border: 1px solid #e5e5e5;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.mr_more .citybtn a:hover, .mr_more .citybtn a.cur {
  border-color: #e10c2c;
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content-key 右侧-通用关键词推荐 */
/* .mr_keyword { margin-bottom:50px; } */
.mr_keyword .keywords {
  width: 1005px;
  margin-left: -20px;
}
.mr_keyword .keywords a {
  display: block;
  float: left;
  width: 181px;
  height: 40px;
  margin: 0 0 15px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eee;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.mr_keyword .keywords a:hover, .mr_keyword .keywords a.cur { /* background:#898788; */ color: #fff;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content-key 右侧-通用关键词推荐2 */
.mr_keyword .keywords02 a {
  width: 482px;
}
/*  ---- main-right-content-h2tit 右侧-h2通用标题1  */
.mr_con .h2tit {
  position: relative;
  z-index: 3;
  height: 100px;
  font-size: 24px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
}
/*  ---- main-right-content-h3tit 右侧-h3通用标题1  */
.mr_con .h3tit {
  position: relative;
  z-index: 3;
  height: 100px;
  font-size: 24px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
}
.mr_con .h3tit:before, .mr_con .h3tit:after {
  content: "";
  position: absolute;
  top: 50px;
  width: 340px;
  height: 0;
  border-top: 1px solid #e5e5e5;
}
.mr_con .h3tit:before {
  left: 0;
}
.mr_con .h3tit:after {
  right: 0;
}
/*  ---- main-right-content-h3tit02 考试费用skbmfy  右侧-h3通用标题2   */
.mr_con .h3tit02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
/*  ---- main-right-content-list 右侧-常用列表  */
.mr_con .list {
  width: 440px;
}
.mr_con .list .h3tit02 .btn, .moblist .h3tit02 .btn {
  display: block;
  float: right;
  width: 65px;
  height: 24px;
  margin-top: 18px;
  background: #5cce90;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.mr_con .list ul {
  height: 250px;
  padding-top: 20px;
  border: 1px solid #e5e5e5;
}
.mr_con .list li {
  width: 400px;
  height: 32px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*  -- main-right-content 首页右侧  */
.mr_con {
  display: inline;
  width: 985px;
}
.mr_hot {
  height: 310px;
  overflow: hidden;
}
.mr_hot h2 {
  margin-bottom: 15px;
  color: #e10c2c;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.mr_hot .news {
  width: 310px;
  margin-right: 25px;
}
.mr_hot .news h4 {
  width: 310px;
  color: #e10c2c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mr_hot .news h4 a {
  padding-right: 5px;
  color: #e10c2c;
}
.mr_hot .news li {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mr_hot .news li a {
  padding-right: 5px;
}
.mr_hot .news li span a {
  padding-right: 0;
}
/*  ------ main-right-content-hot-slides 首页右侧-焦点图  */
.mr_hot .focus {
  width: 310px;
  margin-right: 20px;
}
.slides {
  width: 310px;
  height: 245px;
  position: relative;
  z-index: 5;
}
.slides_container {
  width: 100%;
  height: 245px;
  overflow: hidden;
  position: relative;
}
.slides_container dl {
  float: left;
  width: 310px;
  height: 245px;
  position: relative;
}
.slides_container dl dt img {
  width: 310px;
  height: 245px;
}
.slides_container dl dd p {
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 34px;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 34px;
  z-index: 8;
}
.slides_container dl dd div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 100%;
  background: #333;
  z-index: 6;
  opacity: 0.7;
}
#slides .prev, #slides .next {
  position: absolute;
  top: 97px;
  display: block;
  width: 20px;
  height: 50px;
  z-index: 6;
  display: none;
}
#slides .prev {
  left: 10px;
  background-position: -40px -261px;
}
#slides .prev:hover {
  background-position: 0px -261px;
}
#slides .next {
  right: 10px;
  background-position: -60px -261px;
}
#slides .next:hover {
  background-position: -20px -261px;
}
.pagination {
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 6;
}
.pagination li {
  float: left;
  margin: 0 1px;
}
.pagination li a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  font-size: 0;
  background: url(https://www.huatu.com/images/2015css/images/m01-banbtn.png) no-repeat;
}
.pagination li.current a {
  background-position: -10px 0;
}
/*  ------ main-right-content-hot-schedule 首页右侧-日程  */
.mr_hot .schedule {
  width: 310px;
}
.mr_hot .schedule ul {
  width: 100%;
  height: 226px;
  padding-top: 17px;
  background: #f8f8f8;
  border-top: 2px solid #e10c2c;
}
.mr_hot .schedule li {
  line-height: 30px;
  text-indent: 25px;
  letter-spacing: -1px;
}
/*  ---- main-right-content-info 首页右侧-信息  */
.mr_info {
  margin: 50px auto;
}
.mr_info .list {
  width: 315px;
}
.mr_info .fl {
  margin-right: 20px;
}
.mr_info .list ul {
  height: 200px;
}
.mr_info .list li {
  width: 283px;
  height: 36px;
}
/*  ---- main-right-content/mrgg-tab 公告右侧-公告及解读切换  */
.mrgg_tab .mctabcon {
  width: 985px;
  padding: 0;
  border: none;
}
.mrgg_tab .mctabcon_01, .mrgg_tab .mctabcon_02 {
  width: 943px;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
/*  ---- main-right-content/mrgg-tinfo 公告右侧-信息  */
.mrgg_info {
  margin: 50px auto;
}
/*  ---- main-right-content/mrdgjd-tab 大纲及解析右侧-切换  */
.mrdgjd_tab .mctabcon {
  width: 985px;
  padding: 0;
  border: none;
}
.mrdgjd_tab .mctabcon_01, .mrdgjd_tab .mctabcon_02 {
  width: 943px;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
.mrdgjd_tab .mctabcon h3 a {
  display: block;
  float: right;
  height: 24px;
  padding: 0 12px;
  margin: 12px 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 13px;
  color: #525252;
  font-size: 14px;
  line-height: 24px;
}
.mrdgjd_tab .mctabcon h3 a:hover, .mrdgjd_tab .mctabcon h3 a.cur {
  border-color: #ff5807;
  background: #ff5807;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content/mrdgjd-info 大纲及解析右侧-信息  */
.mrdgjd_info .list {
  width: 440px;
}
.mrdgjd_info ul {
  height: 250px;
  padding-top: 20px;
  border: 1px solid #e5e5e5;
}
.mrdgjd_info li {
  width: 400px;
  height: 32px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*  ------ main-right-content/mrbmrk-login 报名入口右侧-表单
    ------ main-right-content/mrcxrk-login 成绩查询入口右侧-表单 */
.mr_con .login {
  position: relative;
  width: 450px;
  height: 395px;
  overflow: hidden;
}
/*  ------ main-right-content/mrbmrk-att 报名入口右侧-注意事项  */
.mrbmrk_rk .att {
  width: 490px;
}
.mrbmrk_rk .att h4, .mrbmrk_rk .moretit, .mrcxrk_rk .moretit {
  font-size: 20px;
  line-height: 40px;
}
.mrbmrk_rk .att p {
  margin-left: 1.5em;
  line-height: 30px;
  text-indent: -1.5em;
}
.mrbmrk_rk .att li {
  line-height: 30px;
  text-indent: 1em;
}
/*  ------ main-right-content/mrbmrk-more 报名入口右侧-各地入口
    ------ main-right-content/mrcxrk-more 成绩查询入口右侧-各地入口  */
.mrbmrk_rk .more, .mrcxrk_rk .more {
  width: 980px;
  margin: 25px auto 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.mrbmrk_rk .more a, .mrcxrk_rk .more a {
  display: block;
  float: left;
  width: 139px;
  height: 42px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.mrbmrk_rk .more a:hover, .mrbmrk_rk .more a.cur, .mrcxrk_rk .more a:hover, .mrcxrk_rk .more a.cur {
  background: #35c472;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content/mrbmrk-lc 报名入口右侧-流程  */
.mrbmrk_lc {
  padding-bottom: 40px;
  margin-top: 100px;
  border: 1px solid #e5e5e5;
}
.mrbmrk_lc .h3tit {
  width: 305px;
  height: 100px;
  margin: -50px auto 0;
  background: #fff;
}
.mrbmrk_lc .h3tit:before, .mrbmrk_lc .h3tit:after {
  display: none;
}
.mrbmrk_lc h4 {
  width: 920px;
  margin: 20px auto 0;
  color: #00a0e9;
  font-size: 20px;
  line-height: 50px;
}
.mrbmrk_lc h4 span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 8px 10px 0 0;
  border: 2px solid #00a0e9;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.mrbmrk_lc p {
  width: 920px;
  margin: 0 auto;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
}
/*  ---- main-right-content/mrbmrk-tj 报名入口右侧-条件  */
.mrbmrk_tj {
  margin: 50px 0 80px;
}
.mrbmrk_tj table {
  background: #f9f9f9;
}
.mrbmrk_tj tr:hover {
  background: #f0f0f0;
}
.mrbmrk_tj td {
  min-height: 30px;
  padding: 5px 20px;
  line-height: 30px;
  text-align: left;
}
.mrbmrk_tj .satis, .mrbmrk_tj .nosatis {
  width: 196px;
  padding: 5px 0;
  background: #ff5a08;
  color: #fff;
  text-align: center;
}
.mrbmrk_tj .satis {
  background: #ff5a08;
}
.mrbmrk_tj .nosatis {
  background: #82817f;
  color: #fff;
}
.mrkssj_table, .mrdgjd_tab, .mrdgjd_info {
  margin-bottom: 50px;
}
/*  ------ main-right-content/mrcxrk--att  成绩查询入口右侧-入口 */
.mrcxrk_rk h3.h3tit:before, .mrcxrk_rk h3.h3tit:after {
  width: 330px;
}
/*  ------ main-right-content/mrcxrk--att  成绩查询入口右侧-注意事项 */
.mrcxrk_rk .att {
  width: 490px;
}
.mrcxrk_rk .att h4 {
  font-size: 20px;
  line-height: 40px;
}
.mrcxrk_rk .att span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 50px;
}
/*  ---- main-right-content/mrcxrk--loss  成绩查询入口右侧-找回准考证 */
.mrcxrk_loss h3.h3tit:before, .mrcxrk_loss h3.h3tit:after {
  width: 320px;
}
.mrcxrk_loss h4 {
  margin-top: 25px;
  color: #e23c42;
  font-weight: bold;
  line-height: 40px;
}
.mrcxrk_loss p {
  line-height: 32px;
}
/*  ---- main-right-content/mrcxrk--cjjs  成绩查询入口右侧-成绩计算 */
.mrcxrk_cjjs h3.h3tit:before, .mrcxrk_cjjs h3.h3tit:after {
  width: 320px;
}
.mrcxrk_cjjs h4 {
  margin-top: 25px;
  font-weight: bold;
  line-height: 40px;
}
.mrcxrk_cjjs p {
  line-height: 32px;
}
/*  ---- main-right-content/mrcxrk--yd  成绩查询入口右侧-相关推荐
    ---- main-right-content/mrksfy-yd 考试费用右侧-相关阅读
	---- main-right-content/mrkslc--yd  考试流程右侧-相关推荐
	---- main-right-content/mrbktj--yd  报考条件右侧-相关推荐 */
.mrcxrk_yd, .mrksfy_yd, .mrkslc_yd, .mrbktj_yd {
  margin-bottom: 50px;
}
.mrcxrk_yd h3.h3tit:before, .mrcxrk_yd h3.h3tit:after, .mrksfy_yd h3.h3tit:before, .mrksfy_yd h3.h3tit:after, .mrkslc_yd h3.h3tit:before, .mrkslc_yd h3.h3tit:after, .mrbktj_yd h3.h3tit:before, .mrbktj_yd h3.h3tit:after {
  width: 430px;
}
/*  ---- main-right-content/mrkssj-table 考试时间右侧-时间表 */
.mrkssj_table th {
  background: #ff5807;
  color: #fff;
  line-height: 54px;
}
.mrkssj_table td {
  line-height: 48px;
}
.mrkssj_table td.nf {
  width: 88px;
  font-weight: bold;
}
/*  ---- main-right-content/mrkskm-km 考试科目右侧-科目  */
.mrkskm_km h3.h3tit:before, .mrkskm_km h3.h3tit:after {
  width: 320px;
}
.mrkskm_km th {
  line-height: 40px;
}
.mrkskm_km td {
  height: 68px;
  line-height: 28px;
}
.mrkskm_km .w01 {
  width: 163px;
}
.mrkskm_km .w03 {
  width: 175px;
}
.mrkskm_km .w04 {
  width: 160px;
}
.mrkskm_km .w05 {
  width: 150px;
}
.mrkskm_km td .btn {
  display: block;
  width: 90px;
  height: 30px;
  margin: 0 auto;
  background: #e10c2c;
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
/*  ---- main-right-content/mrkskm-tab 考试科目右侧-切换  */
.mrkskm_tab h3.h3tit:before, .mrkskm_tab h3.h3tit:after {
  width: 300px;
}
.mrkskm_tab .mctabcon {
  width: 100%;
  padding: 0;
  border: none;
}
.mrkskm_tab .mctabcon h3 {
  border-bottom: none;
}
.mrkskm_tab th {
  line-height: 40px;
}
.mrkskm_tab td {
  padding: 5px 0;
  line-height: 28px;
}
.mrkskm_tab .tit {
  width: 160px;
  background: #fff;
}
/*  ---- main-right-content/mrkskm-ms 考试科目右侧-面试  */
.mrkskm_ms h3.h3tit:before, .mrkskm_ms h3.h3tit:after {
  width: 310px;
}
.mrkskm_ms table {
  width: 100%;
}
.mrkskm_ms th {
  background: #d1f9e3;
  line-height: 40px;
}
.mrkskm_ms td {
  height: 68px;
  font-size: 15px;
  line-height: 28px;
}
.mrkskm_ms .tit {
  width: 160px;
  background: #5bcf90;
  color: #fff;
}
/*
---- main-right-content/mrkskm-jyz 考试科目右侧-加油站
---- main-right-content/mrkstk-hz 考试题库右侧-试题汇总
---- main-right-content/mrxcbk-jq 行测备考右侧-答题技巧
---- main-right-content/mrxcbk-tk 行测备考右侧-题库
*/
.mrkstk_hz h3.h3tit:before, .mrkstk_hz h3.h3tit:after {
  width: 400px;
}
.mrkskm_jyz, .mrkstk_hz {
  margin-bottom: 50px;
}
.mrxcbk_jq, .mrxcbk_tk {
  margin-bottom: 0;
}
.mrkskm_jyz .listtab, .mrkstk_hz .listtab {
  width: 458px;
  height: 360px;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #e10c2c;
}
.mrkskm_jyz h4, .mrkstk_hz h4 {
  width: 100%;
  height: 45px;
  overflow: hidden;
  background: #f7f7f7;
}
.mrkskm_jyz h4 a, .mrkstk_hz h4 a {
  display: block;
  float: left;
  width: 50%;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}
.mrxcbk_jq h4 a {
  width: 152px;
}
.mrxcbk_jq h4 a:last-child {
  width: 154px;
}
.mrkskm_jyz h4 a:hover, .mrkskm_jyz h4 a.cur, .mrkstk_hz h4 a:hover, .mrkstk_hz h4 a.cur {
  background: #e10c2c;
  color: #fff;
}
.mrkskm_jyz .listcon, .mrkstk_hz .listcon {
  padding-top: 25px;
}
.mrkskm_jyz ul, .mrkstk_hz ul {
  width: 410px;
  margin: 0 auto;
}
.mrkskm_jyz li, .mrkstk_hz li {
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mrkskm_jyz .listcon .btn, .mrkstk_hz .listcon .btn {
  display: block;
  width: 65px;
  height: 24px;
  margin: 25px 0 0 345px;
  background: #959595;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.mrkskm_jyz .listcon .btn:hover, .mrkstk_hz .listcon .btn:hover {
  background: #e10c2c;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content/mrfsx-tab 分数线右侧-切换  */
.mrfsx_tab .mctabcon {
  width: 100%;
  padding: 0;
  border: none;
}
.mrfsx_tab tr:hover {
  background: #f7f7f7;
}
.mrfsx_tab th {
  background: #f5f5f5;
  font-size: 20px;
  line-height: 40px;
}
.mrfsx_tab td {
  padding: 5px 20px;
  line-height: 30px;
}
.mrfsx_tab .w01 {
  width: 240px;
}
.mrfsx_tab .hot {
  width: 995px;
}
.mrfsx_tab .hot a {
  display: block;
  float: left;
  height: 28px;
  padding: 0 10px;
  margin: 10px 10px 0 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  color: #525252;
  line-height: 28px;
}
.mrfsx_tab .hot a:hover, .mrfsx_tab .hot a.cur {
  border-color: #ff5807;
  background: #ff5807;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content/mrfsx-ph 分数线右侧-排行  */
.mrfsx_ph h3.h3tit:before, .mrfsx_ph h3.h3tit:after {
  width: 310px;
}
/*  ---- main-right-content/mrfsx-kq 分数线右侧-考情数据分析  */
.mrfsx_kq h3.h3tit:before, .mrfsx_kq h3.h3tit:after {
  width: 300px;
}
.mrfsx_kq {
  margin-bottom: 50px;
}
/*  ---- main-right-content/mrksfy-rk 考试费用右侧-缴费入口  */
.mrksfy_rk h3.h3tit:before, .mrksfy_rk h3.h3tit:after {
  width: 310px;
}
.mrksfy_rk .des {
  width: 933px;
  padding: 18px 25px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  color: #e10c2c;
  line-height: 32px;
}
.mrksfy_rk ul {
  width: 1026px;
}
.mrksfy_rk li {
  display: inline;
  float: left;
  width: 301px;
  height: 52px;
  margin-right: 41px;
  margin-bottom: 20px;
}
.mrksfy_rk li a {
  display: block;
  border-radius: 5px 0 0 5px;
  width: 301px;
  height: 52px;
  overflow: hidden;
  text-align: center;
}
.mrksfy_rk li span {
  display: block;
  float: left;
  width: 56px;
  height: 52px;
  background: #ff9600;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 17px;
  line-height: 52px;
}
.mrksfy_rk li b {
  display: block;
  float: left;
  width: 143px;
  height: 50px;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
  font-weight: normal;
  line-height: 50px;
}
.mrksfy_rk li i {
  display: block;
  float: left;
  width: 102px;
  height: 52px;
  background: #5bcf90;
  color: #fff;
  font-size: 17px;
  line-height: 52px;
  font-style: normal;
}
/*  ---- main-right-content/mrksfy-lc 考试费用右侧-支付流程  */
.mrksfy_lc h3.h3tit:before, .mrksfy_lc h3.h3tit:after {
  width: 320px;
}
.mrksfy_lc ul {
  width: 70px;
  height: 520px;
  padding-top: 80px;
  margin: 0 auto;
  background: url(../images/ksfy_lc02.png) no-repeat center 80px;
}
.mrksfy_lc li {
  position: relative;
  width: 70px;
  height: 50px;
  margin-bottom: 93px;
}
.mrksfy_lc li h4 {
  position: absolute;
  z-index: 3;
  width: 136px;
  height: 30px;
  background: url(../images/ksfy_lc01.png) no-repeat;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.mrksfy_lc li .tit01 {
  left: -160px;
  bottom: 0;
  padding-right: 124px;
  background-position: 0 0;
}
.mrksfy_lc li .tit02 {
  right: -160px;
  bottom: 0;
  padding-left: 124px;
  background-position: 0 -50px;
}
.mrksfy_lc li .tit03 {
  left: -160px;
  bottom: 0;
  padding-right: 124px;
  background-position: 0 -100px;
}
.mrksfy_lc li .tit04 {
  right: -160px;
  bottom: 0;
  padding-left: 124px;
  background-position: 0 -150px;
}
.mrksfy_lc li .con {
  position: absolute;
  z-index: 2;
  width: 430px;
  padding: 15px 0;
  border: 1px solid #e5e5e5;
}
.mrksfy_lc li .con p {
  width: 380px;
  margin: 0 auto;
  line-height: 32px;
}
.mrksfy_lc li .con01 {
  left: 95px;
  top: -45px;
}
.mrksfy_lc li .con01 p {
  width: 420px;
  margin-left: 10px;
}
.mrksfy_lc li .con02 {
  right: 95px;
  top: -45px;
}
.mrksfy_lc li .con03 {
  left: 95px;
  top: -12px;
}
.mrksfy_lc li .con04 {
  right: 95px;
  padding: 18px 0;
}
/*  ---- main-right-content/mrksfy-jm 考试费用右侧-费用减免  */
.mrksfy_jm h3.h3tit:before, .mrksfy_jm h3.h3tit:after {
  width: 250px;
}
.mrksfy_jm th {
  color: #fff;
  background: #5bcd90;
  line-height: 50px;
}
.mrksfy_jm td {
  padding: 20px 30px;
  line-height: 30px;
}
.mrksfy_jm .con {
  width: 370px;
  text-align: left;
}
/*  ---- main-right-content/mrkskm-tab 考试题库右侧-切换  */
.mrkstk_tab h3.h3tit:before, .mrkstk_tab h3.h3tit:after {
  width: 370px;
}
.mrkstk_tab .mctabcon {
  width: 100%;
  padding: 0;
  border: none;
}
.mrkstk_tab .mctabcon h3 {
  border-bottom: none;
}
.mrkstk_tab .mctabcon h3 .btn {
  display: block;
  float: right;
  width: 65px;
  height: 24px;
  margin-top: 13px;
  background: #5cce90;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.mrkstk_tab .mctabcon ul {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.mrkstk_tab .mctabcon li {
  width: 923px;
  height: 56px;
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mrkstk_tab .mctabcon li:hover, .mrkstk_tab .mctabcon li.cur {
  background: #f7f7f7;
}
.mrkstk_tab .mctabcon li span {
  float: right;
  color: #909090;
}
/*  ---- main-right-content/mrmsmd-cx 面试名单右侧-快速查询  */
.mrmsmd_cx h3.h3tit:before, .mrmsmd_cx h3.h3tit:after {
  width: 300px;
}
.mrmsmd_cx h4, .mrzwb_cx h4 {
  height: 28px;
  margin-bottom: 15px;
  border-left: 4px solid #e10c2c;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-indent: 8px;
}
/*  ------ main-right-content/mrmsmd-cx-msmd/msgg 面试名单右侧-快速查询-精确查询  */
.mrmsmd_cx .msmd {
  display: inline;
  width: 643px;
  height: 228px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.mrmsmd_cx .msgg {
  display: inline;
  width: 318px;
  height: 228px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.mrmsmd_cx .msmd h5, .mrmsmd_cx .msgg h5 {
  height: 42px;
  margin-bottom: 25px;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  line-height: 42px;
  text-indent: 25px;
}
.mrmsmd_cx .selectbox {
  width: 270px;
  height: 30px;
  margin: 0 25px 15px;
}
.mrmsmd_cx .selectbox label {
  display: block;
  float: left;
  padding-right: 14px;
  line-height: 30px;
}
.mrmsmd_cx .selectbox .divselect {
  position: relative;
  display: inline;
  float: left;
  width: 190px;
  height: 28px;
  border: 1px solid #e5e5e5;
  line-height: 28px;
  background: #fff url(https://u2.huatu.com/xuyl/eig_imgsel.jpg) no-repeat right center;
  cursor: pointer;
}
.mrmsmd_cx .selectbox cite {
  display: block;
  width: 170px;
  padding-right: 20px;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  font-style: normal;
  text-indent: 5px;
  cursor: pointer;
}
.mrmsmd_cx .selectbox ul {
  display: none;
  position: absolute;
  top: 30px;
  right: -1px;
  z-index: 5;
  min-width: 190px;
  max-height: 250px;
  overflow: auto;
  margin-top: -2px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.mrmsmd_cx .selectbox li {
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  cursor: pointer;
}
.mrmsmd_cx .selectbox li a {
  display: block;
  height: 28px;
  padding: 0 5px;
  font-size: 12px;
}
.mrmsmd_cx .selectbox li a:hover {
  background: #f7f7f7;
  color: #333;
}
.mrmsmd_cx .btnbox {
  width: 110px;
  height: 34px;
  padding-top: 10px;
  margin: 0 auto;
}
.mrmsmd_cx .btnbox input, .mrmsmd_cx .btnbox button {
  width: 110px;
  height: 34px;
  background: #e10c2c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  cursor: pointer;
}
/*  ---- main-right-content/mrmsmd-cx-tab 面试名单右侧-快速查询-条件查询  */
.mrmsmd_cx .tabkey {
  height: 40px;
  border-bottom: 2px solid #676767;
}
.mrmsmd_cx .tabkey span {
  display: block;
  float: left;
  width: 150px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.mrmsmd_cx .tabkey span:hover, .mrmsmd_cx .tabkey span.cur {
  color: #e10c2c;
  border-bottom: 2px solid #e10c2c;
}
.mrmsmd_cx .tabbox .tabcon {
  width: 100%;
  height: auto;
}
.mrmsmd_cx .tabcon h5 {
  width: 986px;
  margin-left: -1px;
}
.mrmsmd_cx .tabcon h5 span {
  display: block;
  float: left;
  width: 57px;
  height: 46px;
  margin-left: 1px;
  margin-bottom: 1px;
  background: #ededed;
  font-size: 17px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.mrmsmd_cx .tabcon h5 span:hover, .mrmsmd_cx .tabcon h5 span.cur {
  color: #fff;
  background: #e10c2c;
}
.mrmsmd_cx .tabcon h5 span.w01 {
  width: 145px;
}
.mrmsmd_cx .tabcon h5 span.w02 {
  width: 180px;
}
.mrmsmd_cx .tabcon h5 span.w03 {
  width: 325px;
}
.mrmsmd_cx .tabcon h5 span.w04 {
  width: 332px;
}
.mrmsmd_cx th {
  line-height: 45px;
}
.mrmsmd_cx td {
  font-size: 14px;
}
.mrmsmd_cx td a.btn01, .mrmsmd_cx td a.btn02 {
  display: block;
  width: 70px;
  height: 32px;
  margin: 10px auto;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.mrmsmd_cx td a.btn01 {
  border: 1px solid #70d3c8;
  background: #70d3c8;
}
.mrmsmd_cx td a.btn02 {
  border: 1px solid #ffad72;
  background: #ffad72;
}
.mrmsmd_cx td a.btn01:hover {
  background: #fff;
  color: #70d3c8;
}
.mrmsmd_cx td a.btn02:hover {
  background: #fff;
  color: #ffad72;
}
/*  ---- main-right-content/mrmsmd-fs 面试名单右侧-资格复审  */
.mrmsmd_fs {
  margin-bottom: 50px;
}
.mrmsmd_fs ul {
  height: 422px;
}
.mrmsmd_fs li {
  margin-left: 25px;
  border-left: 1px dashed #e5e5e5;
}
.mrmsmd_fs li.h02 {
  height: 100px;
}
.mrmsmd_fs h4 {
  height: 35px;
  padding-bottom: 15px;
}
.mrmsmd_fs h4 i {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-left: -17px;
  background: #5cce90;
  border-radius: 55%;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  line-height: 35px;
  text-align: center;
}
.mrmsmd_fs h4 b {
  display: block;
  float: left;
  width: 110px;
  height: 35px;
  margin-left: 12px;
  font-size: 20px;
  line-height: 35px;
}
.mrmsmd_fs h4 span {
  display: block;
  float: left;
  height: 33px;
  padding: 0 8px;
  border: 1px dashed #094;
  line-height: 33px;
}
.mrmsmd_fs .con p {
  margin-left: 140px;
  margin-bottom: 10px;
  line-height: 28px;
}
.mrmsmd_fs .con b {
  color: #5cce90;
}
/*  ---- main-right-content/mrzkz-rk 准考证打印右侧-入口  */
.mrzkz_rk h3.h3tit:before, .mrzkz_rk h3.h3tit:after {
  width: 260px;
}
.mrzkz_rk th, .mrzkz_rk td {
  font-size: 14px;
}
.mrzkz_rk th {
  line-height: 42px;
}
.mrzkz_rk td {
  padding: 5px 0;
  height: 54px;
  line-height: 24px;
  word-break: break-all;
}
.mrzkz_rk .w01 {
  width: 108px;
}
.mrzkz_rk .w02 {
  width: 235px;
}
.mrzkz_rk .w04 {
  width: 120px;
}
.mrzkz_rk .w05 {
  width: 170px;
}
/*  ---- main-right-content/mrzkz-wt 准考证打印右侧-常见问题  */
.mrzkz_wt {
  margin-bottom: 50px;
}
.mrzkz_wt dl {
  position: relative;
  height: 168px;
  width: 100%;
}
.mrzkz_wt dt {
  position: absolute;
  float: right;
  right: 254px;
  padding-right: 15px;
  height: 36px;
  border-top: 1px solid #e0f1fe;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.mrzkz_wt p {
  line-height: 30px;
}
.mrzkz_wt .con01 {
  background: #fff url(../images/zkz_wt01.png) no-repeat right;
}
.mrzkz_wt .con01 dt {
  top: 60px;
}
.mrzkz_wt .con01 dd {
  width: 493px;
}
.mrzkz_wt .con02 {
  background: #fafafa url(../images/zkz_wt02.png) no-repeat left;
}
.mrzkz_wt .con02 dt {
  left: 254px;
  top: 48px;
  float: left;
  padding-left: 15px;
}
.mrzkz_wt .con02 dd {
  width: 680px;
  padding-top: 90px;
  margin-left: 269px;
}
.mrzkz_wt .con03 {
  background: #fff url(../images/zkz_wt03.png) no-repeat right;
}
.mrzkz_wt .con03 dt {
  top: 70px;
}
.mrzkz_wt .con03 dd {
  padding-top: 73px;
}
.mrzkz_wt .btnbox a {
  display: block;
  width: 100%;
  height: 50px;
  background: #eee;
  line-height: 50px;
  text-align: center;
}
.mrzkz_wt .btnbox a:hover {
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*  ---- main-right-content/mrzwb-cx 职位表右侧-查询  */
.mrzwb_cx {
  margin-bottom: 50px;
}
.mrzwb_cx .zwss {
  height: 215px;
}
.mrzwb_cx .zwss h5 {
  display: inline;
  float: left;
  width: 47px;
  height: 168px;
  padding-top: 47px;
  background: #e10c2c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.mrzwb_cx .zwss .con {
  display: inline;
  float: left;
  width: 877px;
  height: 180px;
  padding: 33px 0 0 60px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-left: none;
}
.mrzwb_cx .zwss h6 {
  position: relative;
  display: inline;
  float: left;
  width: 85px;
  height: 30px;
  padding-left: 30px;
  margin: 0 24px 28px 0;
  background: #e10c2c;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.mrzwb_cx .zwss h6 span {
  position: absolute;
  left: -22px;
  top: -7px;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #e10c2c;
  border-radius: 60%;
  color: #e10c2c;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.mrzwb_cx .zwss .selectbox {
  display: inline;
  float: left;
  width: 166px;
  height: 30px;
  margin: 0 24px 28px 0;
}
.mrzwb_cx .zwss .divselect {
  position: relative;
  width: 164px;
  height: 28px;
  border: 1px solid #e5e5e5;
  line-height: 28px;
  background: #fff url(https://u2.huatu.com/xuyl/eig_imgsel.jpg) no-repeat right center;
  cursor: pointer;
}
.mrzwb_cx .zwss cite {
  display: block;
  width: 144px;
  padding-right: 20px;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  color: #909090;
  font-style: normal;
  text-indent: 5px;
  cursor: pointer;
}
.mrzwb_cx .zwss ul {
  display: none;
  position: absolute;
  top: 30px;
  right: -1px;
  z-index: 2;
  min-width: 164px;
  max-height: 250px;
  overflow: auto;
  margin-top: -2px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.mrzwb_cx .zwss li {
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  cursor: pointer;
}
.mrzwb_cx .zwss li a {
  display: block;
  height: 28px;
  padding: 0 5px;
  font-size: 12px;
}
.mrzwb_cx .zwss li a:hover {
  background: #f7f7f7;
  color: #333;
}
.mrzwb_cx .zwss .selectbox_02 {
  width: 290px;
}
.mrzwb_cx .zwss .selectbox_02 .divselect {
  width: 288px;
}
.mrzwb_cx .zwss .selectbox_02 cite {
  width: 268px;
}
.mrzwb_cx .zwss .selectbox_02 ul {
  min-width: 288px;
}
.mrzwb_cx .zwss .selectbox_03 {
  width: 133px;
}
.mrzwb_cx .zwss .selectbox_03 .divselect {
  width: 131px;
}
.mrzwb_cx .zwss .selectbox_03 cite {
  width: 111px;
}
.mrzwb_cx .zwss .selectbox_03 ul {
  min-width: 131px;
}
.mrzwb_cx .zwss .textbox {
  display: inline;
  float: left;
  width: 384px;
  height: 30px;
  margin-left: 139px;
}
.mrzwb_cx .zwss .textbox input {
  width: 164px;
  height: 28px;
  margin-right: 16px;
  border: 1px solid #e5e5e5;
  color: #909090;
  line-height: 28px;
  text-indent: 5px;
}
.mrzwb_cx .zwss .textbox span {
  color: #e10c2c;
  font-weight: bold;
  line-height: 30px;
}
.mrzwb_cx .zwss .btnbox {
  display: inline;
  float: left;
  width: 110px;
  height: 34px;
}
.mrzwb_cx .zwss .btnbox input, .mrzwb_cx .zwss .btnbox button {
  width: 110px;
  height: 34px;
  background: #e10c2c;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  cursor: pointer;
}
/*  ------ main-right-content/mrzwb-cx 职位表右侧-查询-按地区  */
.mrzwb_cx h4 {
  margin-bottom: 25px;
}
.mrzwb_cx .cx_gzdd {
  width: 1000px;
  margin-left: -15px;
}
.mrzwb_cx .cx_gzdd a {
  display: block;
  float: left;
  width: 85px;
  height: 40px;
  margin: 0 0 18px 15px;
  background: #f5f5f5;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.mrzwb_cx .cx_gzdd a:hover, .mrzwb_cx .cx_gzdd a.cur {
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*  ------ main-right-content/mrzwb-cx 职位表右侧-查询-按部门  */
.mrzwb_cx .cx_bmxz {
  width: 984px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.mrzwb_cx .cx_bmxz a {
  display: block;
  float: left;
  width: 491px;
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  line-height: 46px;
  text-align: center;
}
.mrzwb_cx .cx_bmxz a:hover, .mrzwb_cx .cx_bmxz a.cur {
  background: #f5f5f5;
}
/*  ------ main-right-content/mrzwb-cx 职位表右侧-查询-排行榜  */
.mrzwb_cx .cx_ph {
  margin-bottom: 50px;
}
.mrzwb_cx .cx_ph h5 {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.mrzwb_cx .cx_ph h5 .btn {
  display: block;
  float: right;
  height: 24px;
  padding: 0 15px;
  margin-top: 13px;
  background: #959595;
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.mrzwb_cx .cx_ph h5 .btn:hover {
  background: #e10c2c;
  transition: all 0.3s ease-out;
}
.mrzwb_cx .cx_ph .lefttab, .mrzwb_cx .cx_ph .righttab {
  display: inline;
  height: 339px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.mrzwb_cx .cx_ph .lefttab {
  width: 613px;
}
.mrzwb_cx .cx_ph .righttab {
  width: 307px;
}
.mrzwb_cx .cx_ph .tabtit {
  width: 616px;
}
.mrzwb_cx .cx_ph .tabtit a {
  display: block;
  float: left;
  top: -1px;
  width: 153px;
  height: 48px;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  line-height: 48px;
  text-align: center;
}
.mrzwb_cx .cx_ph .tabtit a:hover, .mrzwb_cx .cx_ph .tabtit a.cur {
  height: 47px;
  background: #fff;
  border-top: 2px solid #e10c2c;
  color: #e10c2c;
  line-height: 47px;
}
.mrzwb_cx .cx_ph ul {
  padding-top: 35px;
  margin: 0 auto;
}
.mrzwb_cx .cx_ph .lefttab ul {
  width: 500px;
}
.mrzwb_cx .cx_ph .righttab ul {
  width: 268px;
}
.mrzwb_cx .cx_ph li a {
  display: block;
  width: 100%;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mrzwb_cx .cx_ph li span {
  display: block;
  float: left;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mrzwb_cx .cx_ph .lefttab li span {
  width: 160px;
}
.mrzwb_cx .cx_ph .righttab li span {
  width: 130px;
}
.mrzwb_cx .cx_ph .tabcon a {
  color: #707070;
}
.mrzwb_cx .cx_ph .tabcon .btn {
  display: block;
  width: 70px;
  height: 36px;
  margin: 20px auto 0;
  color: #b2b2b2;
  text-align: center;
}
.mrzwb_cx .cx_ph .tabcon .btn:hover {
  color: #e10c2c;
}
.mrzwb_cx .cx_btnbox a {
  display: block;
  width: 100%;
  height: 50px;
  background: #e10c2c;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
/*	---- main-right-content/skcjcx_bszcj 成绩查询-笔试总成绩计算 2019.11.14*/
.skcjcx_bszcj .pic {
  text-align: center;
}
/*.skbmfy_zysx dl {  padding-bottom:10px; border-bottom:1px solid #e5e5e5; }
.skbmfy_zysx dl:last-child { border-bottom:none; }*/
/*.skbmfy_zysx dd p { line-height:32px; text-align:justify; }
.skbmfy_zysx dd .key a { display:block; float:right; height:30px; padding:0 15px; margin-left:5px; background:#eaeaea; border-radius:16px; line-height:30px; }
.skbmfy_zysx dd .key a:hover,
.skbmfy_zysx dd .key a.cur { background:#e10c2c; color:#fff; transition:all 0.3s ease-out; }
.skbmfy_zysx .tips {padding:0px 20px; margin-top:15px; background:#f9f9f9; border:1px solid #e5e5e5; }*/
.skcjcx_bszcj .tips li {
  width: 100%;
  margin: 5px auto 5px; 
  line-height: 30px;
  text-align: justify;
  color:#a96939;
}
.skcjcx_bszcj .tips li b {
  font-size: 20px;
  font-weight: bold;
}
/*	---- main-right-content/mrbktj--tj  报考条件右侧-条件 */
.mrbktj_tj {
  margin-bottom: 50px;
}
.mrbktj_tj h4 {
  height: 28px;
  margin-bottom: 15px;
  border-left: 4px solid #e10c2c;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-indent: 8px;
}
.mrbktj_tj h4 span {
  color: #e10c2c;
}
.mrbktj_tj ul {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
}
.mrbktj_tj li {
  position: relative;
  display: inline;
  float: left;
  height: 100px;
  padding-top: 15px;
  overflow: hidden;
  background: #f6f6f6;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.mrbktj_tj .tjlist01 li {
  width: 245px;
}
.mrbktj_tj .tjlist02 li {
  width: 195px;
}
.mrbktj_tj .tjlist02 li.w02 {
  width: 199px;
}
.mrbktj_tj .tjlist02 li.w03 {
  width: 395px;
}
.mrbktj_tj li i {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background: url(../images/bktj_01.png) no-repeat;
}
.mrbktj_tj li i.icon01 {
  background-position: 0 0;
}
.mrbktj_tj li i.icon02 {
  background-position: -100px 0;
}
.mrbktj_tj li i.icon03 {
  background-position: -200px 0;
}
.mrbktj_tj li i.icon04 {
  background-position: -300px 0;
}
.mrbktj_tj li i.icon05 {
  background-position: -400px 0;
}
.mrbktj_tj li i.icon06 {
  background-position: -500px 0;
}
.mrbktj_tj li i.icon07 {
  background-position: 0 -100px;
}
.mrbktj_tj li i.icon08 {
  background-position: -100px -100px;
}
.mrbktj_tj li i.icon11 {
  background-position: -200px -100px;
}
.mrbktj_tj li i.icon12 {
  background-position: -300px -100px;
}
.mrbktj_tj li i.icon13 {
  background-position: -400px -100px;
}
.mrbktj_tj li i.icon14 {
  background-position: -500px -100px;
}
.mrbktj_tj li i.icon15 {
  background-position: 0 -200px;
}
.mrbktj_tj li i.icon16 {
  background-position: -100px -200px;
}
.mrbktj_tj li i.icon17 {
  background-position: -200px -200px;
}
.mrbktj_tj li i.icon18 {
  background-position: -300px -200px;
}
.mrbktj_tj li i.icon19 {
  background-position: -400px -200px;
}
.mrbktj_tj li span {
  display: block;
  width: 100%;
  line-height: 20px;
  text-align: center;
}
.mrbktj_tj li p {
  position: absolute;
  top: 200px;
  left: 0;
  height: 105px;
  padding: 10px 10px 0;
  background: #e10c2c;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  transition: all 0.3s ease-in;
}
.mrbktj_tj .tjlist01 li p {
  width: 225px;
}
.mrbktj_tj .tjlist02 li p {
  width: 175px;
}
.mrbktj_tj .tjlist02 li.w02 p {
  width: 179px;
}
.mrbktj_tj .tjlist02 li.w03 p {
  width: 375px;
  line-height: 20px;
}
.mrbktj_tj li:hover p, .mrbktj_tj li.cur p {
  top: 0;
  transition: all 0.3s ease-out;
}
/*	---- main-right-content/mrbktj--att  报考条件右侧-注意事项 */
.mrbktj_att {
  position: relative;
}
.mrbktj_att .tabkey {
  position: absolute;
  right: 0;
  top: 15px;
  width: 500px;
  height: 30px;
}
.mrbktj_att .tabkey span {
  display: block;
  float: left;
  width: 120px;
  height: 30px;
  margin-left: 5px;
  background: #eaeaea;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.mrbktj_att .tabkey span:hover, .mrbktj_att .tabkey span.cur {
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
}
.mrbktj_att .tabcon h4 {
  font-size: 18px;
  font-weight: bold;
}
.mrbktj_att .tabcon h5 {
  line-height: 32px;
}
.mrbktj_att .tabcon h6 {
  line-height: 32px;
}
.mrbktj_att .tabcon p {
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}
.mrbktj_att .tabcon table {
  margin: 10px 0;
}
/* 底部 */
.footer {
  padding: 50px 0;
  background: #e10c2c;
}
.footer p {
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.footer p a {
  color: #fff;
}
/*  2018.05.23 追加  */
/* ---- main-right-content/mrzyml-table 专业目录右侧-目录 */
.mrzyml_table th {
  line-height: 54px;
}
.mrzyml_table td {
  width: 30%;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
}
.mrzyml_table td:first-child {
  background: #f9f9f9;
  width: 10%;
  font-weight: bold;
}
/* ---- main-right-content/mrzgsc_table table01 证件审核右侧-表格 */
.mrzgsc_table table
{
   background-color:#f9f9f9;
   text-align: center;
}
/*.mrzgsc_table table tr th
{
	
	font-weight:bold;
}
.mrzgsc_table table tr th, .mrzgsc_table table tr td,.mrzgsc_table  table a 
{
	/*color: #a96939;*/
	 color: #000000;
}

.mrzgsc_table table a:hover{
	color: #e10c2c;
}
 
.mrzgsc_table .table01 tr td:first-child ,.mrzgsc_table .table02 tr:td:first-child{
  font-weight: bold;
}
.mrzgsc_table .table01 tr td:nth-child(1)
{
	width:25%;
}
.mrzgsc_table .table01 tr td:nth-child(2)
{
	width:25%;
}
.mrzgsc_table .table01 tr td:nth-child(3)
{
    width:25%;
}
.mrzgsc_table .table01 tr td:nth-child(4)
{
	
	width:25%;
}
.mrzgsc_table .table02 tr td:nth-child(1)
{
	
   width:50%;
}
.mrzgsc_table .table02 tr:td:nth-child(2)
{
	width:50%;
}
.mobzgsc
{
	display: none;
}
.mobzgtm
{
	
	display:none;
	
}
/* ---- main-right-content/mrbmqr-lc 报名确认右侧-流程 */
.mrbmqr_lc p {
  margin-bottom: 20px;
  line-height: 28px;
}
.mrbmqr_lc h6 {
  color: #e10c2c;
  line-height: 28px;
  text-indent: 2em;
}
/* ---- main-right-content/mrbmqr-cx 报名确认右侧-查询
   ---- main-right-content/mrxcbk 行测备考右侧
   ---- main-right-content/mrmsgg 面试公告右侧 */
.mrbmqr_cx p {
  margin-bottom: 20px;
  line-height: 28px;
}
.mrbmqr_cx p span {
  color: #e10c2c;
}
.mrbmqr_cx ul {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-right: none;
}
.mrbmqr_cx li {
  float: left;
  width: 327px;
  padding: 45px 0 30px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.mrbmqr_cx li img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}
.mrbmqr_cx li img:hover {
  transform: scale(1.03);
}
.mrbmqr_cx h6 {
  margin-top: 30px;
  color: #e10c2c;
  font-size: 18px;
  line-height: 30px;
}
.mrbmqr_cx h6 a {
  color: #e10c2c;
}
.mrbmqr_cx th, .mrbmqr_cx td, .mrxcbk_table th, .mrxcbk_table td, .mrmsgg_table th, .mrmsgg_table td {
  height: 36px;
  font-size: 15px;
  line-height: 24px;
}
.mrbmqr_cx th, .mrxcbk_table th, .mrmsgg_table th {
  height: 45px;
}
.mrbmqr_cx td a, .mrmsgg_table td a {
  color: #e10c2c;
}
.mrbmqr_cx td:first-child, .mrbmqr_cx td:last-child {
  width: 120px;
}
/* ---- main-right-content/mrdtxz-art 答题须知右侧 */
.mrdtxz_art li {
  margin-bottom: 20px;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
}
/* ---- main-right-content/mrmsgg 面试公告右侧 */
.mrmsgg_table td .btn {
  display: block;
  width: 100%;
  height: 50px;
  background: #eee;
  color: #333;
  line-height: 50px;
}
.mrmsgg_table td .btn:hover {
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
}
/* ---- main-right-content/mrzgfs 资格复审右侧 */
.mrzgfs_art p {
  line-height: 30px;
  text-align: justify;
}
.mrzgfs_art p.red {
  color: #e10c2c;
}
.mrzgfs_cl p {
  margin-left: 3em;
  text-indent: -3em;
}
.mrzgfs_wt h4 {
  color: #070707;
}
.mrzgfs_wt p {
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  color: #666;
  line-height: 28px;
}
/* ---- main-right-content/mrmsly 面试礼仪右侧 */
/*	---- main-right-content/mrmsly--zz  面试礼仪右侧-着装 */
.mrmsly_zz .con {
  width: 385px;
  height: 295px;
  padding: 30px 45px;
  background: #fff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.mrmsly_zz .con h4 {
  font-size: 26px;
  line-height: 46px;
}
.mrmsly_zz .con p span {
  color: #e10c2c;
}
/*	---- main-right-content/mrmsly--tab  面试礼仪右侧-切换 */
.mrmsly_tab .listtab {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mrmsly_tab h4 {
  padding-left: 4px;
  height: 46px;
  background: #fea045;
}
.mrmsly_tab h4 a {
  position: relative;
  display: block;
  float: left;
  width: 122px;
  height: 46px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  transition: height 0.3s ease-out;
}
.mrmsly_tab h4 a:hover, .mrmsly_tab h4 a.cur {
  top: -2px;
  height: 58px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  color: #333;
  line-height: 50px;
}
.mrmsly_tab h4.kctit {
  background: #3cc0fd;
}
.mrmsly_tab .listcon {
  padding: 40px 30px 30px;
  text-align: justify;
}
.mrmsly_tab .listcon a {
  color: #e10c2c;
}
/* ---- main-right-content/mrjghms 结构化面试右侧 */
.mrjghms_gs p, .mrwldxz_gs p {
  font-size: 15px;
  line-height: 30px;
}
.mrjghms_table th {
  height: 54px;
  font-size: 18px
}
.mrjghms_table td:first-child {
  width: 25%;
  background: #fcfcfc;
  color: #e10c2c;
}
.mrjghms_table td:nth-child(3) {
  width: 63%;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.mrjghms_lc, .mrwldxz_lc {
  text-align: center;
}
/* ---- main-right-content/mrtjkc 体检考察右侧 */
.mrtjkc_art p, .mrlymd_art p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.mrtjkc_art p.gray, .mrlymd_art p.gray {
  text-indent: 50px;
}
/* ---- main-right-content/mrlymd 录用名单右侧 */
.mrlymd_art h4 {
  color: #070707;
  font-weight: bold;
}
.mrlymd_art .btn {
  display: block;
  width: 100%;
  height: 50px;
  margin: 20px auto 0;
  background: #eee;
  color: #333;
  line-height: 50px;
  text-align: center;
}
.mrlymd_art .btn:hover {
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
}
/*悬浮菜单*/
.wxFixed {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 99;
}
.wxFixed a, .wxFixed &gt; div {
  position: relative;
  display: block;
  width: 70px;
  height: 46px;
  margin-bottom: 2px;
  cursor: pointer;
  background: #e10c2c;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  color: #fff;
  line-height: 46px;
  text-align: center;
}
.wxFixed a:hover, .wxFixed #gotop:hover {
  background: #f54560;
}
.wxFixed .code {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 150px;
  height: 150px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  transform: translate(50%, 50%) scale(.0001);
  transition: all .2s ease-out;
}
.wxFixed .wx:hover .code {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.wxFixed #gotop {
  display: none;
}
.content {
  width: 800px;
}
.content p {
  padding-bottom: 10px;
  text-indent: 2em;
}
/*2019.11.14 成绩查询 活动图 通用*/
.hn_newBox {
  margin-top: 25px;
}
.hn_newBox a {
  display: block;
  float: left;
  width: 235px;
  margin-right: 15px;
  background: #fd655c;
  text-align: center;
  font-size: 18px;
  height: 74px;
  padding: 26px 0 0;
  line-height: 1.5;
  transition: all .3s;
}
.hn_newBox a:hover {
  transform: scale(1.02);
}
.hn_newBox a.a2 {
  background: #5a99fa;
}
.hn_newBox a.a3 {
  background: #8389eb;
}
.hn_newBox a.a4 {
  margin-right: 0;
  background: #fb6593;
}
.hn_newBox a p {
  color: #ffffff;
  font-size:18px;
  line-height: 1.5;
  
}
.hn_newBox a p.p2 {
  font-size: 16px;
  font-weight: bold;
}
.hn_newBox a p span {
  color: #f6ec28;
}
/* 2019.11.13 考试费用skbmfy  右侧下划线 通用 */
.mr_line {
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #e10c2c;
}
/* 相关推荐 */
.xiangguan a:hover, .xiangguan a.cur {
  background: #e10c2c;
  color: #fff;
  transition: all 0.3s ease-out;
} /* 注掉147行颜色代码 */
/* 标题文字 */
.biaotiPC {
  position: relative;
  z-index: 3;
  height: 60px;
  width: 400px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background-color: #CC0000;
  color: #ffffff;
  margin: 0 auto;
}
.biaotiSJ {
  position: relative;
  z-index: 3;
  height: 50px;
  width: 280px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background-color: #CC0000;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.biaotiPC a {
  color: #ffffff;
}
.biaotiSJ a {
  color: #ffffff;
}
/* 底部文章 */
.mr_con .listbox {
    width: 100%;
}
.mr_con .listbox .h3tit02 .btn, .moblist .h3tit02 .btn {
  display: block;
  float: right;
  width: 65px;
  height: 24px;
  margin-top: 18px;
  background: #5cce90;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.mr_con .listbox ul {
  height: 250px; /* padding-top:20px; */ border: 0px solid #e5e5e5;
}
.mr_con .listbox li {
  float: left;
  width: 442px;
  border: 0px solid #e5e5e5;
  height: 32px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 50px;
}
/* .yicang{display: block;} */
/* 综合模板 */
.mctabcon .allbtn {
  display: block;
  width: 225px;
  height: 35px;
  margin-top: 20px;
  margin-right: 30px;
  background: #ededed;
  color: #333333;
  text-align: center;
  letter-spacing: -1px;
  cursor: pointer;
  float: left;
}
.mctabcon .allbtn:hover {
  background: #e10c2c;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
/* 待遇 */
.daiyuPC {
  display: block;
}
.daiyuSJ {
  display: none;
}
/*2019.11.13 成绩查询skcjcx 首行文本缩进 通用*/
.txt_sh {
  text-indent: 2em;
}
/*2019.11.14 成绩查询skcjcx 通用*/
.mctabcon01 {
  padding: 0px 16px;
  /*border: 1px solid #e5e5e5;*/
  background-color: #f9f9f9;
  text-indent: 2em;
  color: #a96939;
}
.mctabcon01&gt;a
{
	color:#a96939;
}
.mctabcon01&gt;a:hover{
	color:#e10c2c;
}</pre></body></html>