/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
.clearfix::after,
.clearfix::before {
  content: '';
  display: table;
  clear: both;
}
html,
body {
  width: 100%;
  background-color: #EBF2FD;
  font: 14px 'PinFang SC', 'microsoft yahei', SimSun, tahoma, arial, sans-serif;
}
/*20190102 2019考研复试通过班 start */
/*2019考研复试通过班 banner */
.ky_ree_banner {
  background: url(../images/bannerbg.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 5% 0 10% 0;
}
.ky_ree_banner h1 {
  position: absolute;
  z-index: -99;
}
.ky_ree_banner > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .ky_ree_banner > img {
    width: 85%;
  }
}
.ky_ree_ttl {
  text-align: center;
}
.ky_ree_ttl h2 {
  font-size: 20px;
  color: #5848EB;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ky_ree_ttl h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .ky_ree_ttl h2 em {
    padding: 0 60px;
    background: url(../images/ttlb-l.png) no-repeat left 15px, url(../images/ttlb-r.png) no-repeat right 15px;
  }
}
@media (min-width: 1200px) {
  .ky_ree_ttl h2 {
    font-size: 40px;
  }
}
.ky_ree_btn {
  text-align: center;
}
.ky_ree_btn button {
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: none;
  padding: 0 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 0 20px 0 #eee;
  -moz-box-shadow: 0 0 20px 0 #eee;
  -webkit-box-shadow: 0 0 20px 0 #eee;
}
.ky_ree_btn button a {
  color: #fff;
}
.ky_ree_btn button:nth-child(1) {
  font-size: 16px;
  margin-right: 10px;
  background: -webkit-linear-gradient(left, #F3344B, #F33489);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #F3344B, #F33489);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #F3344B, #F33489);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #F3344B, #F33489);
  /* 标准的语法 */
}
.ky_ree_btn button:nth-child(2) {
  font-size: 18px;
  font-family: "Arial Black", "sans-serif";
  background: -webkit-linear-gradient(left, #3585FF, #5B53EF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3585FF, #5B53EF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3585FF, #5B53EF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3585FF, #5B53EF);
  /* 标准的语法 */
}
.ky_ree_btn button:nth-child(2) img {
  width: 16px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ky_ree_btn {
    *zoom: 1;
    zoom: 1;
  }
  .ky_ree_btn:after {
    content: " ";
    clear: both;
    display: table;
  }
  .ky_ree_btn button {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
  }
  .ky_ree_btn button:nth-child(1) {
    font-size: 24px;
  }
  .ky_ree_btn button:nth-child(2) {
    font-size: 30px;
  }
  .ky_ree_btn button:nth-child(2) img {
    width: 20px;
  }
}
/*2019考研复试通过班 初试考完是不是也有这些担忧？ */
.ky_ree_worry {
  height: 400px;
  position: relative;
  *zoom: 1;
  zoom: 1;
}
.ky_ree_worry:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_worry article {
  position: absolute;
  top: -30px;
  left: 0;
  padding: 10px;
}
.ky_ree_worry:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_worry .ky_ree_worryc {
  width: 100%;
  *zoom: 1;
  zoom: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: -webkit-linear-gradient(#D4D2EA, #EBF2FD);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#D4D2EA, #EBF2FD);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#D4D2EA, #EBF2FD);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#D4D2EA, #EBF2FD);
  /* 标准的语法 */
}
.ky_ree_worry .ky_ree_worryc:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_worry .ky_ree_worryc div {
  width: 400px;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}
.ky_ree_worry .ky_ree_worryc div img {
  width: 100%;
}
.ky_ree_worry .ky_ree_worryc dl {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: -webkit-linear-gradient(#fff, #EBF2FD);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff, #EBF2FD);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff, #EBF2FD);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff, #EBF2FD);
  /* 标准的语法 */
  padding-bottom: 20px;
}
.ky_ree_worry .ky_ree_worryc dl dt {
  background: -webkit-linear-gradient(left, #D4D2EA, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #D4D2EA, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #D4D2EA, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #D4D2EA, #fff);
  /* 标准的语法 */
  color: #5848EB;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.ky_ree_worry .ky_ree_worryc dl dd {
  font-size: 16px;
  padding: 10px 0 15px 50px;
  position: relative;
}
.ky_ree_worry .ky_ree_worryc dl dd i {
  width: 35px;
  height: 32px;
  line-height: 30px;
  background: url(../images/ree-worryicon.png) no-repeat;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 10px;
}
@media (max-width: 1000px) {
  .ky_ree_worry .ky_ree_worryc div {
    display: none;
    float: left;
    padding: 20px;
  }
  .ky_ree_worry .ky_ree_worryc dl dt {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ky_ree_worry {
    height: 420px;
    padding-bottom: 60px;
    width: 1000px;
    margin: 0 auto;
  }
  .ky_ree_worry article {
    top: -50px;
    padding: 0;
  }
  .ky_ree_worry .ky_ree_worryc dl {
    overflow: auto;
  }
  .ky_ree_worry .ky_ree_worryc dl dt {
    width: 470px;
    font-size: 30px;
    margin-top: 40px;
  }
  .ky_ree_worry .ky_ree_worryc dl dd {
    line-height: 30px;
    margin-left: 20px;
  }
}
/*2019考研复试通过班 金程考研复试班，要保险，不要冒险 */
.ky_ree_advantage {
  background: #fff;
  padding: 30px 10px;
  *zoom: 1;
  zoom: 1;
}
.ky_ree_advantage:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_advantage .ky_ree_advantagec {
  *zoom: 1;
  zoom: 1;
}
.ky_ree_advantage .ky_ree_advantagec:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_advantage .ky_ree_advantagec dl {
  float: left;
  margin: 1%;
  padding: 15px;
  box-sizing: border-box;
  border: solid 1px #EBF2FD;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: -webkit-linear-gradient(#fff, #EBF2FD);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff, #EBF2FD);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff, #EBF2FD);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff, #EBF2FD);
  /* 标准的语法 */
}
.ky_ree_advantage .ky_ree_advantagec dl dd h3 {
  line-height: 30px;
  font-size: 16px;
  color: #363DA0;
}
.ky_ree_advantage .ky_ree_advantagec dl dd p {
  color: #777;
  font-size: 14px;
}
@media (max-width: 768px) {
  .ky_ree_advantage .ky_ree_advantagec dl {
    width: 30%;
    text-align: center;
  }
  .ky_ree_advantage .ky_ree_advantagec dl dt img {
    height: 100px;
  }
}
@media (max-width: 640px) {
  .ky_ree_advantage .ky_ree_advantagec dl {
    width: 47%;
  }
  .ky_ree_advantage .ky_ree_advantagec dl dt img {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .ky_ree_advantage .ky_ree_advantagec dl {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .ky_ree_advantage {
    padding: 60px 0;
  }
  .ky_ree_advantage .ky_ree_advantagec {
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
  }
  .ky_ree_advantage .ky_ree_advantagec dl {
    background: -webkit-linear-gradient(left, #EBF2FD, #fff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #EBF2FD, #fff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #EBF2FD, #fff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #EBF2FD, #fff);
    /* 标准的语法 */
  }
  .ky_ree_advantage .ky_ree_advantagec dl dt {
    float: right;
  }
  .ky_ree_advantage .ky_ree_advantagec dl dd {
    overflow: auto;
    padding: 10px;
  }
  .ky_ree_advantage .ky_ree_advantagec dl dd h3 {
    line-height: 40px;
    font-size: 20px;
    color: #363DA0;
  }
}
/*2019考研复试通过班 金程考研个性定制 让复试安若泰山 */
.ky_ree_customized {
  padding: 30px 10px;
  *zoom: 1;
  zoom: 1;
}
.ky_ree_customized:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_customized .ky_ree_customizedc {
  padding-top: 10px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ky_ree_customized dl {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 97%;
  margin: 0 1%;
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 60px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 #eee;
  -moz-box-shadow: 0 0 20px 0 #eee;
  -webkit-box-shadow: 0 0 20px 0 #eee;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
}
.ky_ree_customized dl dt {
  padding: 10px 0;
  color: #FFF;
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: -webkit-linear-gradient(left, #3585FF, #5B53EF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3585FF, #5B53EF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3585FF, #5B53EF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3585FF, #5B53EF);
  /* 标准的语法 */
  position: relative;
}
.ky_ree_customized dl dt img {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
}
.ky_ree_customized dl dt strong {
  color: #FFF431;
  font-size: 18px;
  display: block;
}
.ky_ree_customized dl dd {
  color: #999;
  line-height: 30px;
}
.ky_ree_customized dl dd strong {
  color: #333;
}
.ky_ree_customized dl dd p {
  color: #666;
  padding: 10px 0;
  margin-top: 10px;
  border-top: solid 1px #E6E6E6;
}
.ky_ree_customized dl dd span {
  font-size: 18px;
  display: block;
}
.ky_ree_customized dl dd a {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #F33489;
  display: inline-block;
  margin-top: 10px;
}
.ky_ree_customized dl dd:last-child {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
@media (min-width: 450px) {
  .ky_ree_customized {
    padding: 0px;
  }
  .ky_ree_customized dl {
    padding: 20px;
    width: 47%;
    margin: 0 1%;
  }
}
@media (min-width: 768px) {
  .ky_ree_customized {
    padding: 0px;
  }
  .ky_ree_customized dl {
    padding: 20px;
    width: 22%;
    margin: 0 1%;
  }
}
@media (min-width: 1200px) {
  .ky_ree_customized {
    padding: 40px 0  60px 0;
  }
  .ky_ree_customized .ky_ree_customizedc {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
  }
  .ky_ree_customized .ky_ree_customizedc dl {
    padding-bottom: 80px;
  }
  .ky_ree_customized .ky_ree_customizedc dl dt {
    margin-bottom: 20px;
  }
  .ky_ree_customized .ky_ree_customizedc dl dt img {
    top: -30px;
    left: -30px;
    width: 116px;
  }
  .ky_ree_customized .ky_ree_customizedc dl dd span {
    font-size: 22px;
  }
  .ky_ree_customized .ky_ree_customizedc dl dd a {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    margin-top: 20px;
  }
}
/*2019考研复试通过班 名额申请 */
.ky_ree_apply {
  padding: 30px 10px 20px 10px;
  text-align: center;
  background: url(../images/applybg.jpg) no-repeat;
  *zoom: 1;
  zoom: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_ree_apply:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_apply .ky_ree_ttl {
  padding-bottom: 10px;
}
.ky_ree_apply .ky_ree_ttl h2 {
  color: #fff;
}
.ky_ree_apply .ky_ree_ttl p {
  color: #fff;
}
.ky_ree_apply ol {
  padding: 0 30px;
}
.ky_ree_apply ol li {
  margin: 15px 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border: solid 1px #867CEA;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.ky_ree_apply ol li input {
  background: none;
  outline: none;
  border: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  color: #fff;
}
.ky_ree_apply ol li input::-webkit-input-placeholder {
  color: #A69EEF;
}
.ky_ree_apply ol li input:-moz-placeholder {
  color: #A69EEF;
}
.ky_ree_apply ol li input::-moz-placeholder {
  color: #A69EEF;
}
.ky_ree_apply ol li input:-ms-input-placeholder {
  color: #A69EEF;
}
.ky_ree_apply ol li a {
  color: #fff;
  display: block;
}
.ky_ree_apply ol li:hover,
.ky_ree_apply ol li:active {
  border: solid 1px #fff;
}
.ky_ree_apply ol li:nth-child(3) {
  background-color: #F33489;
  border: none;
}
.ky_ree_apply ol li:nth-child(3):hover,
.ky_ree_apply ol li:nth-child(3):active {
  border: none;
}
@media (min-width: 1000px) {
  .ky_ree_apply {
    padding: 40px 0;
  }
  .ky_ree_apply .ky_ree_ttl h2 em {
    padding: 0 60px;
    background: url(../images/ttlw-l.png) no-repeat left 15px, url(../images/ttlw-r.png) no-repeat right 15px;
  }
  .ky_ree_apply .ky_ree_ttl p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .ky_ree_apply ol {
    width: 1000px;
    margin: 0 auto;
  }
  .ky_ree_apply ol li {
    width: 310px;
    float: left;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px;
  }
  .ky_ree_apply ol li a {
    font-size: 20px;
  }
}
/*20190213增加考研热门院校初试成绩统计排名查看二维码 */
.ky_com_testpop {
  color: #fff;
  text-align: center;
}
.ky_com_testpop h3 {
  font-size: 30px;
  padding-bottom: 20px;
}
.ky_com_testpop h3 em {
  display: block;
  width: 60px;
  margin: 0 auto;
  padding-top: 15px;
  border-bottom: solid 2px #fff;
}
.ky_com_testpop h3 span {
  font-size: 18px;
}
.ky_com_testpop p span {
  display: block;
  font-size: 14px;
}
@media (min-width: 660px) {
  .ky_com_testpop {
    width: 660px;
    margin: 0 auto;
  }
  .ky_com_testpop h3 {
    width: 420px;
    float: left;
    font-size: 40px;
    padding-top: 50px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .ky_com_testpop h3 em {
    border-bottom: solid 3px #fff;
  }
  .ky_com_testpop h3 span {
    font-size: 30px;
  }
  .ky_com_testpop p {
    width: 240px;
    float: left;
    text-align: center;
  }
}
/*2019考研复试通过班 课程体系 */
.ky_ree_courses {
  padding: 30px 10px;
}
.ky_ree_courses .ky_ree_ttl {
  padding-bottom: 20px;
}
.ky_ree_courses .ky_ree_ttl p {
  color: #666;
}
.ky_ree_courses table {
  width: 1200px;
}
.ky_ree_courses table thead {
  background: -webkit-linear-gradient(left, #3585FF, #5B53EF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3585FF, #5B53EF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3585FF, #5B53EF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3585FF, #5B53EF);
  /* 标准的语法 */
}
.ky_ree_courses table th {
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.ky_ree_courses table td {
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  border: solid 1px #E6E6E6;
}
.ky_ree_courses table td strong {
  display: block;
  color: #5A56F1;
  text-align: center;
}
.ky_ree_courses table td p {
  padding-bottom: 5px;
}
.ky_ree_courses table tr:nth-child(2) td,
.ky_ree_courses table tr:nth-child(4) td {
  background-color: #FAFAFA;
}
@media (max-width: 1200px) {
  .ky_ree_courses .ky_ree_coursesc {
    overflow-x: scroll;
  }
}
@media (min-width: 1200px) {
  .ky_ree_courses {
    padding-bottom: 60px;
  }
  .ky_ree_courses .ky_ree_ttl p {
    display: none;
  }
  .ky_ree_courses .ky_ree_coursesc {
    width: 1200px;
    margin: 0 auto;
  }
  .ky_ree_courses table th {
    line-height: 60px;
    font-size: 20px;
  }
  .ky_ree_courses table td {
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
/*2019考研复试通过班 2019考研复试注意事项 */
.ky_ree_qa {
  padding: 30px 10px;
  background: url(../images/qabg.jpg) no-repeat;
  *zoom: 1;
  zoom: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_ree_qa:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_ree_qa dl {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 0 #eee;
  -moz-box-shadow: 0 0 20px 0 #eee;
  -webkit-box-shadow: 0 0 20px 0 #eee;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ky_ree_qa dt {
  color: #5A56F1;
  background: url(../images/qaicon-q.png) no-repeat 10px 3px;
  padding-left: 35px;
  font-size: 16px;
  padding-bottom: 10px;
}
.ky_ree_qa dd {
  background: url(../images/qaicon-a.png) no-repeat 10px 4px;
  padding-left: 35px;
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
@media (min-width: 768px) {
  .ky_ree_qa {
    padding: 20px 10px;
  }
  .ky_ree_qa .ky_ree_qac article {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  .ky_ree_qa {
    padding: 40px 0;
  }
  .ky_ree_qa .ky_ree_qac {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
  }
  .ky_ree_qa dl {
    padding: 20px;
    margin-bottom: 20px;
  }
  .ky_ree_qa dt {
    font-size: 20px;
    padding-bottom: 10px;
    background: url(../images/qaicon-q.png) no-repeat 10px 5px;
  }
  .ky_ree_qa dd {
    line-height: 24px;
    background: url(../images/qaicon-a.png) no-repeat 10px 4px;
  }
}
/*2019考研复试通过班 名额申请 */
/*20190102 2019考研复试通过班 end  */
