body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background: #ffffff;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
  -webkit-font-smoothing: antialiased;
}
input,
select,
textarea {
  font-size: 100%;
}
img,
input,
select,
button {
  vertical-align: middle;
}
/* 统一上标和下标 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #333333;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i,
em {
  font-style: normal;
}
*:focus {
  outline: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt15 {
  margin-top: 15px;
}
.pdb20 {
  padding: 20px 0;
}
.wrapper {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.tFlex {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.head-top {
  background: #f7f7f7;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #eeeeee;
}
.h-t-l {
  font-size: 14px;
  color: #666666;
}
.h-t-r {
  font-size: 14px;
  color: #666666;
}
.h-t-r a {
  color: #666666;
  font-size: 14px;
}
.h-t-r > div {
  margin-left: 15px;
  font-size: 0;
  position: relative;
}
.h-t-r > div a:first-child {
  margin-left: 0;
}
.h-t-r > div a:first-child:before {
  display: none;
}
.h-t-r > div a {
  margin-left: 5px;
}
.h-t-r > div a:before {
  content: '/';
  display: inline-block;
  padding-right: 5px;
  color: #666666;
}
.h-t-r > div a img {
  margin-right: 5px;
}
.h-t-r > div a:hover {
  color: #2dae56;
}
.h-t-r > .h-t-login a:first-child:before {
  content: '';
  display: inline-block;
  background: url(../images/loginIcon.png) no-repeat top center / 100%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: -3px 5px 3px 0;
}
.h-t-r > .h-t-icon .show-ewm {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 99999;
  width: 180px;
  height: 180px;
}
.head {
  background: #ffffff;
  padding: 20px 0;
}
.logo {
  width: auto;
}
.logo img {
  display: block;
  width: 254px;
  float: left;
}
.logo .pd-text {
  display: block;
  float: left;
  font-size: 28px;
  color: #2dae56;
  margin: 13px 0 0 18px;
}
.logo .pd-text:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #e5e5e5;
  margin-right: 18px;
  vertical-align: middle;
}
.h-r {
  font-size: 14px;
  margin-top: 13px;
  position: relative;
}
.search {
  border: 1px solid #dddddd;
  height: 40px;
  /*width: 275px;*/
  border-radius: 40px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.search select {
  background: none;
  margin-left: 15px;
  color: #666666;
  margin-top: -1px;
}
.search input,
.search select {
  display: block;
  float: left;
  border: 0 none;
  height: 38px;
  line-height: 38px;
}
.search .searchInput {
  width: 233px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-left: 15px;
  background: none;
  color: #d3d3d3;
}
.search .searchBtn {
  width: 40px;
  cursor: pointer;
  background: url(../images/search.png) no-repeat left center;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.search:hover {
  border-color: #2dae56;
  background: #ebfaf1;
}
.qtpd {
  margin: -10px 0 0 30px;
}
.qtpd a:first-child {
  margin-left: 0;
}
.qtpd a {
  display: block;
  max-width: 80px;
  float: left;
  margin-left: 15px;
  color: #666666;
  transition: all 0.5s ease;
}
.qtpd a em {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  transition: all 0.5s ease;
}
.qtpd a:hover {
  color: #2dae56;
}
.qtpd a.ckeol em {
  background: url(../images/ckeol.png) no-repeat top center / 100%;
}
.qtpd a.ckeol em {
  background: url(../images/ckeol.png) no-repeat top center / 100%;
}
.qtpd a.zkeol em {
  background: url(../images/zkeol.png) no-repeat top center / 100%;
}
.qtpd a.yceol em {
  background: url(../images/yceol.png) no-repeat top center / 100%;
}
.qtpd a.tzzsbeol em {
  background: url(../images/tzzsbeol.png) no-repeat top center / 100%;
}
.qtpd a.wkeol em {
  background: url(../images/wkeol.png) no-repeat top center / 100%;
}
.qtpd a.ckeol:hover em {
  background: url(../images/ckeol-h.png) no-repeat top center / 100%;
}
.qtpd a.zkeol:hover em {
  background: url(../images/zkeol-h.png) no-repeat top center / 100%;
}
.qtpd a.yceol:hover em {
  background: url(../images/yceol-h.png) no-repeat top center / 100%;
}
.qtpd a.tzzsbeol:hover em {
  background: url(../images/tzzsbeol-h.png) no-repeat top center / 100%;
}
.qtpd a.wkeol:hover em {
  background: url(../images/wkeol-h.png) no-repeat top center / 100%;
}
.nav-box {
  background: #2dae56;
  height: 95px;
  padding-top: 10px;
  position: relative;
  z-index: 98;
}
.nav-box .n1 {
  width: 320px;
}
.nav-box .n2,
.nav-box .n3,
.nav-box .n4,
.nav-box .n5 {
  width: 190px;
}
.nav-box dl {
  float: left;
  font-size: 14px;
  color: #ffffff;
  margin-left: 30px;
}
.nav-box dl:first-child {
  margin-left: 0;
}
.nav-box dt {
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  float: left;
  margin: 10px 10px 0 0;
}
.nav-box dt a {
  color: #90f4af;
}
.nav-box dt img {
  vertical-align: middle;
  display: block;
  width: 26px;
  height: 25px;
  margin: 0 auto;
}
.nav-box dd {
  font-size: 0;
}
.nav-box dd a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  font-size: 14px;
  margin: 7px;
}
.nav-box dd a:hover {
  color: #efea36;
  text-decoration: underline;
}
.advert {
  margin-top: 10px;
}
.areaNav {
  height: 86px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 9px 0 9px 18px;
  margin: 10px auto;
}
.areaNav dt {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  float: left;
  width: 61px;
  position: relative;
  margin: 10px 15px 0 0;
  background: url(../images/dt.png) no-repeat;
  height: 51px;
  text-align: center;
  line-height: 20px;
}
.areaNav dt:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 47px;
  background: #c1c1c1;
  top: 0px;
  right: -15px;
}
.areaNav dd {
  float: left;
  width: 1100px;
  font-size: 0;
}
.areaNav dd a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0;
  width: 68px;
  text-align: center;
}
.areaNav dd a:hover {
  color: #2dae56;
}
.bg1 {
  background: #fafbfd;
}
.t1-l {
  width: 310px;
}
.ck-lm {
  width: 290px;
  margin-left: 20px;
  position: relative;
}
.ck-lm:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px dashed #2dae56;
}
.ck-lm-item {
  margin-top: 15px;
}
.ck-lm-item:first-child {
  margin-top: 0;
}
.ck-lm-item dt {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 -20px;
  position: relative;
  z-index: 2;
}
.ck-lm-item .ck-ksbm dt {
  background: url(../images/ck-ksbm.png) no-repeat 0 0 #ffffff;
}
.ck-lm-item .ck-zkz dt {
  background: url(../images/ck-zkz.png) no-repeat 0 0 #ffffff;
}
.ck-lm-item .ck-ckks dt {
  background: url(../images/ck-ckks.png) no-repeat 0 0 #ffffff;
}
.ck-lm-item .ck-cjcx dt {
  background: url(../images/ck-cjcx.png) no-repeat 0 0 #ffffff;
}
.ck-lm-item .ck-lqcx dt {
  background: url(../images/ck-lqcx.png) no-repeat 0 0 #ffffff;
}
.ck-lm-item:hover dt {
  background-position: 0 -40px;
}
.ck-lm-item:hover span {
  background: #2dae56;
  color: #ffffff;
}
.ck-lm-item dd {
  width: 100%;
  text-align: right;
}
.ck-lm-item dd span {
  float: left;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  padding: 0 7px;
  border-radius: 5px;
  background: #e5e5e5;
  font-weight: bold;
}
.ck-lm-item dd span em {
  position: relative;
}
.ck-lm-item dd span em:before,
.ck-lm-item dd span em:after {
  content: '';
  position: absolute;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ck-lm-item dd span em:before {
  background: #e5e5e5;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  right: -32px;
  top: 3px;
}
.ck-lm-item dd span em:after {
  background: #eeeeee;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  right: -42px;
  top: -7px;
}
.ck-lm-item:hover dd span em:before {
  background: #48d475;
}
.ck-lm-item:hover dd span em:after {
  background: #b3f0d1;
}
.ck-lm-item dd a {
  color: #ff0000;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  width: 165px;
  float: right;
}
.ck-lm-item dd a:hover {
  text-decoration: underline;
}
.ck-lm-item .ck-ksbm-a {
  font-size: 0;
  margin: 10px 0 0 30px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  transition: all .4s;
}
.ck-lm-item .ck-ksbm-a a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  margin: 5px 13px;
}
.ck-lm-item .ck-ksbm-a a:hover {
  color: #2dae56;
}
.ck-ksbm-a:hover {
  background: #f7f7f7;
}
.tl-b {
  margin-top: 16px;
  margin-left: 20px;
}
.tl-b .tl-b-bt {
  border-bottom: 1px solid #eeeeee;
  height: 37px;
  margin-bottom: 10px;
}
.tl-b .tl-b-bt h3 {
  color: #666666;
  height: 37px;
  font-size: 18px;
  float: left;
  position: relative;
}
.tl-b .tl-b-bt h3:after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #2dae56;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tl-b .tl-b-bt a {
  float: right;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}
.tl-b .tl-b-bt a:hover {
  color: #2dae56;
}
.tl-b li {
  float: left;
  width: 137px;
  height: 96px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-radius: 5px;
  margin: 4px;
  background: #ffffff;
}
.tl-b li a {
  display: block;
  color: #666666;
}
.tl-b li i {
  display: block;
  width: 36px;
  height: 36px;
  margin: 15px auto 10px;
}
.tl-b li.zn1 i {
  background: url(../images/zkzn-icon1.png) no-repeat;
}
.tl-b li.zn2 i {
  background: url(../images/zkzn-icon2.png) no-repeat;
}
.tl-b li.zn6 i {
  background: url(../images/zkzn-icon6.png) no-repeat;
}
.tl-b li.zn5 i {
  background: url(../images/zkzn-icon5.png) no-repeat;
}
.tl-b li:hover {
  background: #54b77b;
  border-color: #009944;
}
.tl-b li:hover a {
  color: #fff;
}
.tl-b li:hover.zn1:hover i {
  background: url(../images/zkzn-icon1-h.png) no-repeat;
}
.tl-b li:hover.zn2:hover i {
  background: url(../images/zkzn-icon2-h.png) no-repeat;
}
.tl-b li:hover.zn6:hover i {
  background: url(../images/zkzn-icon6-h.png) no-repeat;
}
.tl-b li:hover.zn5:hover i {
  background: url(../images/zkzn-icon5-h.png) no-repeat;
}
.t1-c {
  margin: 0 20px;
  width: 500px;
}
.t1-xw {
  height: 274px;
}
.t1-xw-item {
  margin-top: 15px;
}
.t1-xw-item:first-child {
  margin-top: 0;
}
.t1-xw-top {
  font-size: 0;
}
.t1-xw-top a {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
  margin-left: 10px;
}
.t1-xw-top a:first-child {
  margin-left: 0;
}
.t1-xw-top a:hover {
  text-decoration: underline;
}
.t1-xw-bottom {
  margin-top: 20px;
  font-size: 14px;
}
.t1-xw-bottom dl {
  margin-top: 10px;
}
.t1-xw-bottom dt {
  color: #999999;
  line-height: 15px;
  float: left;
}
.t1-xw-bottom dt:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #999999;
  vertical-align: top;
  margin-left: 10px;
}
.t1-xw-bottom dd {
  font-size: 0;
  line-height: 15px;
}
.t1-xw-bottom dd a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin-left: 20px;
}
.t1-xw-bottom dd a:hover {
  color: #ff0000;
}
.zixun {
  margin-top: 25px;
}
.zx2 {
  margin-top: 30px;
}
.zixun:first-child {
  margin-top: 0;
}
.zx-title {
  border-bottom: 1px solid #eeeeee;
  height: 37px;
}
.zx-title h3 {
  float: left;
  font-size: 18px;
  color: #666666;
  display: inline-block;
  height: 37px;
  position: relative;
}
.zx-title h3:after {
  content: '';
  display: block;
  height: 4px;
  width: 38px;
  background: #2dae56;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.zx-title-right {
  float: right;
  height: 27px;
  line-height: 27px;
  margin-top: 3px;
}
.zx-title-right a,
.zx-title-right span {
  display: block;
  float: left;
  width: 72px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.zx-title-right a.more {
  border: 1px solid #eeeeee;
  color: #999999;
}
.zx-title-right a.more:hover {
  color: #2dae56;
  border-color: #2dae56;
}
.zx-title-right span {
  background: #2dae56;
  border: 1px solid #2dae56;
  color: #ffffff;
}
.zixun ul {
  margin-top: 20px;
}
.zixun > div ul {
  display: none;
}
.zixun li {
  font-size: 14px;
  overflow: hidden;
  margin: 12px 0 0;
}
.zixun li a {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 420px;
  color: #666666;
}
.zixun li a:before {
  content: '';
  display: inline-block;
  background: #999999;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.zixun li a:hover {
  color: #ff0000;
}
.zixun li a:hover:before {
  margin-right: 20px;
  background: #ff0000;
}
.zixun li span {
  display: block;
  float: right;
  font-size: 12px;
  color: #ff0000;
}
.t1-r {
  width: 350px;
}
.t-banner {
  width: 350px;
  height: 204px;
  position: relative;
}
.t-banner img {
  display: block;
  width: 100%;
}
.t-banner .swiper-pagination {
  bottom: 10px;
}
.t-banner .swiper-pagination-bullet {
  display: inline-block;
  background: #ffffff;
  border-radius: 14px;
  width: 10px;
  height: 10px;
  opacity: 1;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.t-banner .swiper-pagination-bullet-active {
  width: 23px;
}
.t-cjwt {
  margin-top: 20px;
}
.wt-bt {
  border-bottom: 1px solid #eeeeee;
  height: 37px;
}
.wt-bt h3 {
  color: #666666;
  height: 37px;
  font-size: 18px;
  float: left;
  position: relative;
}
.wt-bt h3:after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #2dae56;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.wt-bt a {
  float: right;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}
.wt-bt a:hover {
  color: #2dae56;
}
.t-cjwt ul {
  margin-top: 10px;
}
.t-cjwt li {
  border-top: 1px dashed #eeeeee;
}
.t-cjwt li:first-child {
  border-top: none;
}
.t-cjwt li div {
  overflow: hidden;
}
.t-cjwt li a {
  display: block;
  padding: 7px 10px;
  color: #333333;
}
.t-cjwt li a:hover {
  color: #ff0000;
  background: #f7f7f7;
}
.t-cjwt li span {
  display: block;
  float: left;
}
.t-cjwt li span:first-child {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 2px;
}
.t-cjwt li span:first-child + span {
  width: 300px;
  margin-left: 10px;
}
.t-cjwt li .q span:first-child {
  background: #ff6856;
}
.t-cjwt li .q span:first-child + span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-cjwt li .a {
  margin-top: 10px;
}
.t-cjwt li .a span:first-child {
  background: #2dae56;
  margin-top: 3px;
}
.t-cjwt li .a span:first-child + span {
  color: #666666;
  height: 45px;
  line-height: 24px;
  overflow: hidden;
}
.title {
  border-bottom: 1px solid #eeeeee;
}
.title h3 {
  float: left;
  height: 45px;
  color: #666666;
  font-size: 18px;
  position: relative;
}
.title h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2dae56;
  width: 100%;
  height: 4px;
}
.title a.more {
  display: block;
  float: right;
  color: #999999;
  margin-top: 5px;
}
.title a.more:hover {
  color: #2dae56;
}
.t-area {
  float: right;
  font-size: 0;
  margin-top: 5px;
  margin-right: 20px;
}
.t-area a {
  font-size: 14px;
  color: #666666;
  border: 1px solid #dddddd;
  margin-left: 10px;
  padding: 5px 15px;
  transition: all .4s;
}
.t-area a:hover {
  border-color: #2dae56;
  color: #2dae56;
}
.school {
  width: 796px;
}
.sch-list {
  margin-top: 10px;
}
.sch-list li {
  float: left;
  width: 190px;
  margin: 12px 0 0 12px;
}
.sch-list li:nth-child(4n+1) {
  margin-left: 0;
}
.sch-list li a {
  display: block;
  padding: 10px 0;
  border: 1px solid #eeeeee;
  transition: all .4s;
}
.sch-list li img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  transition: all .4s;
}
.sch-list li .school-name {
  font-size: 0;
  padding: 0 5px;
  text-align: center;
}
.sch-list li .school-name h3 {
  font-size: 18px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s;
}
.sch-list li .school-name span {
  font-size: 12px;
  display: block;
}
.sch-list li .school-name span.sn-xy {
  color: #999999;
}
.sch-list li .school-name span.sn-xq {
  color: #666666;
  width: 80px;
  height: 26px;
  line-height: 26px;
  margin: 5px auto 0;
  position: relative;
}
.sch-list li .school-name span.sn-xq:before,
.sch-list li .school-name span.sn-xq:after {
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
}
.sch-list li .school-name span.sn-xq:before {
  border-top: 1px solid #2dae56;
  border-bottom: 1px solid #2dae56;
  transform: scale3d(0, 1, 1);
}
.sch-list li .school-name span.sn-xq:after {
  border-left: 1px solid #2dae56;
  border-right: 1px solid #2dae56;
  transform: scale3d(1, 0, 1);
}
.sch-list li a:hover .school-name span.sn-xq:before,
.sch-list li a:hover .school-name span.sn-xq:after {
  transform: scale3d(1, 1, 1);
  transition: transform .4s;
}
.sch-list li a:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.8);
}
.sch-list li a:hover img {
  transform: scale(0.85);
}
.sch-list li a:hover .sn-bt {
  color: #2dae56;
}
.sch-news,
.zsjhx {
  width: 374px;
}
.xw-list {
  margin-top: 10px;
}
.xw-list li {
  overflow: hidden;
  font-size: 0;
  border-top: 1px dashed #eeeeee;
  margin: 11px 0 0;
  padding-top: 10px;
}
.xw-list li:first-child {
  border-top: none;
}
.xw-list li a {
  display: block;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 320px;
  float: left;
}
.xw-list li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.4s;
}
.xw-list li a:hover {
  color: #2dae56;
}
.xw-list li a:hover:before {
  background: #2dae56;
  margin-right: 20px;
}
.xw-list li span {
  float: right;
  font-size: 12px;
  color: #999999;
}
.majors {
  width: 796px;
}
.maj-list {
  margin-top: 10px;
  overflow: hidden;
}
.maj-list li {
  float: left;
  width: 265px;
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  transition: all .4s;
}
.maj-list li dl {
  border-right: 1px solid #eeeeee;
}
.maj-list li:nth-child(3n) dl {
  border-right: none;
}
.maj-list li dt {
  width: 50px;
  height: 50px;
  background: #2dae56;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  float: left;
  margin: 10px 0 0 10px;
}
.maj-list li dt i {
  color: #ffffff;
  font-size: 28px;
}
.maj-list li dd {
  width: 204px;
  float: left;
  padding: 0 10px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maj-list li .m-name a {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maj-list li .m-school {
  margin: 3px 0;
}
.maj-list li .m-a {
  font-size: 0;
}
.maj-list li .m-a a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
}
.maj-list li .m-a a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.maj-list li .m-a a:first-child {
  margin-left: 0;
}
.maj-list li .m-a a:first-child i {
  font-size: 18px;
}
.maj-list li .m-a a:first-child + a i {
  font-size: 16px;
  margin-bottom: 2px;
}
.maj-list li:hover {
  background: #f9f9f9;
}
.maj-list li a:hover {
  color: #2dae56;
}
.xw-nav {
  float: right;
  font-size: 0;
  height: 20px;
  margin-top: 5px;
}
.xw-nav a {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #666666;
}
.xw-nav a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #999999;
  margin: 0 10px;
  vertical-align: middle;
}
.xw-nav a:first-child:before {
  margin: 0;
  display: none;
}
.xw-nav a:hover,
.xw-nav a.active {
  color: #2dae56;
}
.xw-con {
  margin-top: 20px;
}
.xw-con ul {
  display: none;
}
.xw-con ul:first-child {
  display: block;
}
.xw-con li {
  width: 385px;
  font-size: 0;
  float: left;
  margin-left: 22px;
}
.xw-con li:nth-child(3n+1) {
  margin-left: 0;
}
.xw-con li a {
  display: block;
  float: left;
  width: 340px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
  font-size: 14px;
  padding: 5px 0;
}
.xw-con li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.4s;
}
.xw-con li span {
  display: block;
  float: right;
  width: 40px;
  color: #999999;
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}
.xw-con li:hover a {
  color: #2dae56;
}
.xw-con li:hover a:before {
  background: #2dae56;
  margin-right: 20px;
}
.xw-con li:hover span {
  color: #666666;
}
.xw-con .xw-more {
  margin: 20px auto;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100px;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  color: #999999;
  display: block;
  transition: all .4s;
}
.xw-con .xw-more:hover {
  background: #2dae56;
  color: #ffffff;
}
.foot {
  background: #fcfcfc;
  padding: 45px 0;
  border-top: 1px solid #eeeeee;
  text-align: center;
  font-size: 14px;
}
.foot a {
  color: #666666;
}
.foot p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.foot p a:hover {
  color: #2dae56;
}
.foot .foot-nav {
  font-size: 0;
}
.foot .foot-nav a {
  display: inline-block;
  font-size: 14px;
}
.foot .foot-nav a:before {
  content: '|';
  display: inline-block;
  padding-right: 10px;
  margin-left: 10px;
  color: #999999;
}
.foot .foot-nav a:hover:before {
  color: #999999;
}
.foot .foot-nav a:first-child:before {
  display: none;
}
.foot .desc-text {
  margin: 0 auto;
  width: 800px;
}
/*考试报名-准考证-成绩查询-分数线*/
.inside-box {
  margin-top: 20px;
  position: relative;
}
.inside-left {
  width: 880px;
}
.inside-title,
.bkxt-title {
  font-size: 18px;
  color: #666666;
}
.inside-title:before,
.bkxt-title:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 18px;
  background: #2dae56;
  margin: 0 10px 3px 0;
  vertical-align: middle;
}
.h1 {
  font-weight: bold;
  color: #333333;
  font-size: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.h1 b {
  color: #2dae56;
}
.position {
  font-size: 14px;
  color: #666666;
}
.position a {
  color: #666666;
}
.position img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.position a:hover {
  color: #2dae56;
}
.tab-box {
  min-height: 258px;
}
.tab-area-nav ul {
  width: 100%;
  overflow: hidden;
}
.tab-area-nav li {
  float: left;
  text-align: center;
  width: 74px;
  margin: 0 6px 6px 0;
}
.tab-area-nav li a {
  display: block;
  border: 1px solid #dddddd;
  background: #ffffff;
  width: 74px;
  height: 44px;
  line-height: 44px;
  color: #666666;
  font-size: 15px;
}
.tab-area-nav li a:hover,
.tab-area-nav li a.active {
  background: #2dae56;
  border-color: #2dae56;
  color: #ffffff;
}
.tab-cx {
  margin-top: 20px;
}
.tab-cx table {
  width: 100%;
  text-align: center;
  font-size: 15px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.tab-cx table tr th,
.tab-cx table tr td {
  height: 50px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 10px;
}
.tab-cx table tr th {
  background: #ecebeb;
}
.tab-cx table tr td a:hover {
  color: #2dae56;
}
.tab-cx table tr td:first-child + td {
  width: 30%;
}
.zx-bt {
  border-bottom: 1px solid #dddddd;
  padding: 0 10px 15px;
  margin-top: 30px;
}
.zx-bt h3 {
  color: #2dae56;
  font-size: 20px;
  font-weight: bold;
}
.zx-bt h3:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  background: #2dae56;
}
.st-top {
  background: #f7f8f9;
  padding: 15px;
  margin-bottom: 20px;
}
.st-top li {
  overflow: hidden;
  padding: 7px 10px;
}
.st-top li a {
  display: block;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.st-top li a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #999999;
  vertical-align: middle;
  margin: 0 7px 3px 0;
  transition: all .4s;
}
.st-top li span {
  color: #666666;
  float: right;
}
.st-top li a:hover {
  color: #2dae56;
}
.st-top li a:hover:before {
  background: #2dae56;
  margin-right: 15px;
}
.list li {
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
  transition: all .4s;
}
.list li h4 a {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
.list li .lis-txt {
  color: #999999;
  margin-top: 15px;
}
.list li .lis-txt a {
  color: #999999;
}
.list li .lis-txt p {
  margin-top: 10px;
}
.list li .lis-txt p span {
  margin-right: 15px;
}
.list li .lis-txt p em {
  color: #2dae56;
}
.list li .lis-txt p span i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
.list li:hover {
  background: #fafbfd;
  padding-left: 10px;
}
.list li:hover h4 a {
  color: #2dae56;
}
.pages {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.pages a,
.pages span {
  color: #333333;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 5px 12px;
  vertical-align: middle;
  margin: 0 5px;
  background: #ffffff;
}
.pages a.curr,
.pages a:hover {
  color: #ffffff;
  border-color: #2dae56;
  background: #2dae56;
}
.m-title {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  padding: 0 0 10px 5px;
  color: #333333;
}
.m-title h3 {
  font-size: 18px;
  float: left;
  position: relative;
}
.m-title h3:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  background: #2dae56;
}
.m-title a {
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}
.m-title a:hover {
  color: #2dae56;
  text-decoration: underline;
}
.m-bg {
  border: 1px solid #dddddd;
  background: #ffffff;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.zytj {
  border: 1px solid #e5e5e5;
  padding: 15px;
  background: url(../images/zytj2.jpg) no-repeat left bottom;
  margin-bottom: 15px;
  min-height: 255px;
  width: 300px;
}
.zytj li {
  font-size: 0;
  margin: 12px 0;
}
.zytj li a {
  display: block;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
}
.zytj li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background: #9da7a6;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
.zytj li a:hover {
  color: #2dae56;
}
.zytj li a.hot span {
  background: #2dae56;
}
.m-bmzn-box ul {
  padding: 10px 0 5px;
}
.m-bmzn-box li {
  float: left;
  font-size: 14px;
  width: 89px;
  text-align: center;
}
.m-bmzn-box li a {
  background: #eeeeee;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  display: block;
  margin: 5px;
  padding: 0 5px;
}
.m-bmzn-box li a:hover {
  background: #2dae56;
  color: #ffffff;
}
.m-list ul {
  padding: 5px;
}
.m-list li {
  margin: 5px 0 10px;
  overflow: hidden;
}
.m-list li a {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s ease;
  display: block;
}
.m-list li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0 10px 1px 0;
  transition: .5s ease;
}
.m-list li a:hover {
  color: #2dae56;
  /*padding-left: 15px;*/
}
.m-list li a:hover:before {
  background: #2dae56;
}
.m-list li span {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  text-align: right;
}
.m-jjtk li {
  padding: 18px 0px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  width: 134px;
  height: 70px;
  float: left;
  transition: 0.3s;
}
.m-jjtk li i {
  float: left;
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/tk-ico.png) no-repeat 0px 3px;
}
.m-jjtk li i.ico-zt {
  background-position: 0px -87px;
}
.m-jjtk li i.ico-zj {
  background-position: 0px -39px;
}
.m-jjtk li i.ico-mr {
  background-position: 0px -130px;
}
.m-jjtk li i.ico-dt {
  background-position: 0px -172px;
}
.m-jjtk li span {
  font-size: 14px;
  color: #333333;
}
.m-jjtk li p {
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  line-height: 20px;
}
.m-jjtk li em {
  font-size: 14px;
  position: relative;
  left: 38px;
  top: -35px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #2dae56;
  border-radius: 4px;
  background: #ffffff;
  color: #2dae56;
  display: block;
  width: 86px;
  opacity: 0;
}
.m-jjtk li:hover span {
  color: #2dae56;
  opacity: 0;
}
.m-jjtk li:hover p {
  opacity: 0;
}
.m-jjtk li:hover em {
  opacity: 1;
}
.m-jjtk li em:hover {
  background: #2dae56;
  color: #ffffff;
  border-color: #2dae56;
}
.m-hdjl {
  margin-bottom: 0;
}
.m-ewm img {
  display: block;
  width: 186px;
  height: 186px;
  margin: 10px auto;
}
.m-ewm span {
  display: block;
  width: 186px;
  margin: 0 auto 5px;
  font-size: 14px;
  color: #666666;
}
.m-rmzt li {
  margin: 10px 0;
}
.m-rmzt li a {
  display: block;
  overflow: hidden;
}
.m-rmzt li a img {
  display: block;
  float: left;
  width: 134px;
  height: 85px;
  margin-right: 10px;
}
.m-rmzt li a h2 {
  display: block;
  float: left;
  width: 124px;
  font-size: 14px;
}
.m-rmzt li a p {
  float: left;
  width: 124px;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.m-rmzt li a span {
  display: block;
  float: left;
  font-size: 12px;
  width: 124px;
  color: #999999;
  margin-top: 5px;
}
/*考试科目-考试时间-志愿填报-录取查询*/
.area-nav {
  margin-top: 20px;
}
.area-nav li {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}
.area-nav li a {
  display: block;
  border: 1px dashed #dddddd;
  width: 70px;
  height: 32px;
  margin: 0 auto;
  border-radius: 5px;
  color: #666666;
  text-align: center;
  line-height: 32px;
}
.area-nav li a:hover,
.area-nav li a.active {
  color: #2dae56;
  border-color: #2dae56;
}
.inside-right {
  width: 300px;
  position: relative;
}
.inside-right .ins-advert {
  margin-bottom: 15px;
}
/*招生院校*/
.select-box {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
}
.seb-l {
  font-size: 30px;
  color: #2dae56;
  font-weight: bold;
  width: 120px;
}
.seb-r {
  width: 1050px;
}
.seb-r dl {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0 13px;
  margin-bottom: 8px;
}
.seb-r dt {
  float: left;
  color: #333333;
  font-size: 16px;
  width: 50px;
  text-align: right;
  margin-top: 5px;
}
.seb-r dd {
  float: left;
  width: 1000px;
  font-size: 0;
  margin-bottom: 5px;
}
.seb-r dd a {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  margin-top: 5px;
}
.seb-r dd a:hover {
  color: #2dae56;
}
.seb-r dd a.active {
  background: #2dae56;
  color: #ffffff;
}
.seb-r .seb-school dd a {
  display: block;
  width: 240px;
  text-align: center;
  border: 1px dashed #eeeeee;
  padding: 5px 0;
  float: left;
  margin: 5px;
}
.seb-r .seb-school dd a.active {
  border-color: #2dae56;
}
.seb-r .kscz dt {
  width: 115px;
}
.seb-r .kscz dd {
  width: 935px;
}
.seb-r .kscz input {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.seb-r .kscz .search-text {
  border: 1px solid #2dae56;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 230px;
  color: #999999;
  margin-left: 10px;
  padding-left: 10px;
}
.seb-r .kscz .search-btn {
  width: 40px;
  background: url(../images/search2.png) no-repeat center center / 40% #2dae56;
  border: 0 none;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.school-list {
  margin-top: 20px;
}
.school-list li {
  overflow: hidden;
  background: #ffffff;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.school-list li:hover {
  background: #fafafa;
}
.school-list li .sch-logo {
  display: block;
  padding: 0 30px;
  width: 180px;
}
.school-list li .sch-logo img {
  display: block;
  width: 120px;
  height: 120px;
}
.school-list li .sch-txt {
  width: 690px;
  padding: 0 30px;
  border-width: 0 1px;
  border-color: #dddddd;
  border-style: solid;
}
.school-list li .sch-txt .sch-bt {
  color: #666666;
  font-weight: bold;
  font-size: 18px;
}
.school-list li .sch-txt p {
  color: #666666;
  line-height: 24px;
  padding: 5px 0 15px;
}
.school-list li .sch-bkzy span {
  float: left;
  color: #999999;
  font-size: 0;
  width: 525px;
}
.school-list li .sch-bkzy span:first-child {
  width: 100px;
  font-size: 14px;
  text-align: right;
}
.school-list li .sch-bkzy span a {
  color: #999999;
  font-size: 14px;
  margin: 0 5px 5px;
  display: inline-block;
}
.school-list li .sch-bkzy span a:hover {
  color: #2dae56;
}
.school-list li .sch-r {
  width: 310px;
}
.school-list li .sch-r-t {
  font-size: 0;
  justify-content: space-around;
  margin-bottom: 15px;
}
.school-list li .sch-r-t a {
  font-size: 16px;
  color: #666666;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 7px 20px;
  transition: all .4s;
}
.school-list li .sch-r-t a:first-child i {
  font-size: 20px;
  margin-bottom: 3px;
}
.school-list li .sch-r-t i {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.school-list li .sch-r-b {
  font-size: 0;
  justify-content: space-around;
}
.school-list li .sch-r-b a {
  font-size: 14px;
  color: #666666;
  transition: all .4s;
}
.school-list li .sch-r-b i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.school-list li a:hover {
  color: #2dae56;
  border-color: #2dae56;
}
/*院校详情*/
.xxjj {
  margin-bottom: 50px;
}
.xxjj-title {
  border: 1px solid #dddddd;
  background: #f7f7f7;
  height: 50px;
}
.xxjj-title h3 {
  display: inline-block;
  background: #ffffff;
  height: 48px;
  line-height: 48px;
  color: #666666;
  font-size: 18px;
  border-right: 1px solid #dddddd;
  padding-right: 10px;
}
.xxjj-title h3:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 18px;
  background: #2dae56;
  margin-right: 20px;
  vertical-align: middle;
}
.xxjj-con {
  margin-top: 30px;
}
.xxjj-img {
  border: 1px solid #e5e5e5;
  width: 180px;
  height: 180px;
  padding-top: 30px;
  margin-right: 30px;
}
.xxjj-img img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.xxjj-text {
  width: 660px;
}
.xxjj-text p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}
.xxjj-a {
  font-size: 0;
  text-align: right;
  margin-top: 20px;
}
.xxjj-a a {
  display: inline-block;
  font-size: 14px;
  color: #2dae56;
  border: 1px solid #2dae56;
  border-radius: 3px;
  padding: 3px 6px;
  margin-left: 10px;
  transition: all .4s;
}
.xxjj-a a:hover {
  background: #2dae56;
  color: #ffffff;
}
.school-datails-title {
  border-bottom: 1px solid #dddddd;
  color: #2dae56;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.school-datails-title img {
  display: inline-block;
  width: 34px;
  height: 30px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.school-datails-title a {
  display: block;
  float: right;
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}
.school-datails-title a:hover {
  color: #2dae56;
}
.zysz {
  margin-bottom: 50px;
}
.zysz table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  margin-top: 15px;
  color: #666666;
}
.zysz table tr th,
.zysz table tr td {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  height: 46px;
}
.zysz table tr td a.zyName {
  color: #f74623;
}
.zysz table tr td a.zx {
  display: block;
  width: 88px;
  height: 28px;
  background: url(../images/zxzx.png) no-repeat 0 0;
  margin: 0 auto;
}
.zysz table tr td a.zx:hover {
  background-position: 0 -28px;
}
.zysz table tr td:first-child + td {
  width: 15%;
}
.zysz table tr td:first-child + td + td {
  width: 15%;
}
.zysz table tr td:first-child + td + td + td {
  width: 20%;
}
.zysz table tr td:first-child + td + td + td + td {
  width: 20%;
}
.zysz table tr:nth-child(odd) {
  background: #f7f7f7;
}
.zysz table tr:nth-child(even) {
  background: #ffffff;
}
.zysz table tr:hover:first-child {
  background: none;
}
.zysz table tr:hover {
  background: #eeeeee;
}
.zsjh {
  font-size: 16px;
}
.jh-tab {
  margin-top: 20px;
  color: #333333;
  overflow: hidden;
}
.byzs {
  margin-top: 50px;
}
.bs-con {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.school-news {
  margin-top: 50px;
  display: none;
}
.school-news ul {
  padding: 5px 15px;
}
.school-news li {
  overflow: hidden;
  font-size: 16px;
  margin: 10px 0;
}
.school-news li a {
  display: block;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school-news li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #999999;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  transition: all .4s;
}
.school-news li span {
  display: block;
  float: right;
  color: #999999;
  font-size: 14px;
}
.school-news li a:hover {
  color: #2dae56;
}
.school-news li a:hover:before {
  background: #2dae56;
  margin-right: 15px;
}
/*招生专业*/
.zszy-list {
  margin-top: 30px;
}
.zszy-list li {
  float: left;
  width: 600px;
  padding: 20px 0;
  transition: all .4s;
  border-top: 1px solid #e5e5e5;
}
.zszy-list li:first-child,
.zszy-list li:first-child + li {
  border-top: none;
}
.zszy-list li:nth-child(2n) a {
  border-right: none;
}
.zszy-list li a {
  display: block;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  padding: 20px;
}
.zszy-list li em {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2dae56;
  border-radius: 100%;
  color: #ffffff;
  margin: 5px 20px 0 0;
}
.zszy-list li i {
  display: block;
  font-size: 34px;
}
.zszy-list li .zy-txt {
  float: left;
  width: 479px;
}
.zszy-list li .zy-txt dt h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  float: left;
  width: 50%;
  height: 54px;
}
.zszy-list li .zy-txt dt span {
  color: #999999;
  display: block;
  float: right;
  font-size: 14px;
  width: 50%;
  text-align: right;
}
.zszy-list li .zy-txt dt span i {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 3px 4px 0;
}
.zszy-list li .zy-txt dd {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  margin-top: 3px;
}
.zszy-list li:hover {
  background: #f9f9f9;
}
.zszy-list li:hover .zy-txt dt h3 {
  color: #2dae56;
}
/*专业详情*/
.zy-xq {
  margin-top: 20px;
}
.zy-top {
  padding: 20px;
  border: 1px solid #eeeeee;
}
.zt-left {
  border: 1px solid #edf4f3;
  width: 910px;
  height: 200px;
  background: #f9f9f9;
}
.zt-left-img {
  background: url(../images/zyxq.jpg) no-repeat;
  width: 258px;
  height: 198px;
  text-align: center;
  font-size: 26px;
  color: #666666;
  padding: 0 20px;
  display: table;
}
.zt-left-img b {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.zt-left-name {
  margin-left: 35px;
  padding-top: 15px;
  width: 612px;
}
.zt-left-name h3 {
  color: #2dae56;
  font-size: 30px;
}
.zt-left-name h3 b {
  margin-right: 20px;
}
.zt-jj {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.zt-a {
  margin-top: 15px;
  font-size: 0;
}
.zt-a a {
  display: inline-block;
  color: #666666;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  font-size: 16px;
  border-radius: 3px;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  position: relative;
  cursor: default;
}
.zt-a a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.zt-a a.zt-cc:before {
  background: url(../images/zycc-ico.png) no-repeat;
}
.zt-a a.zt-dm:before {
  background: url(../images/zydm-ico.png) no-repeat;
}
.zt-a a:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent #2dae56 transparent;
  border-width: 5px;
  border-style: solid;
  transform: rotate(135deg);
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.zt-a a:hover {
  background: #ddfdec;
}
.zt-right {
  width: 200px;
  height: 192px;
}
.zt-right .tiku-ewm {
  display: block;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.zt-right span {
  display: block;
  color: #666666;
  font-size: 15px;
}
.zt-right span img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
}
.zt-right h3 {
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 10px 5px;
  color: #666666;
}
.zt-right h3:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  background: #2dae56;
}
.zt-right ul {
  padding-top: 10px;
}
.zt-right li {
  float: left;
  width: 99px;
  font-size: 14px;
  text-align: center;
}
.zt-right li a {
  background: #f7f7f7;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  display: block;
  margin: 7px;
  padding: 0 5px;
}
.zt-right li a:hover {
  background: #2dae56;
  color: #ffffff;
}
.zy-bottom {
  margin-top: 20px;
}
.zb-left {
  width: 915px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 20px;
}
.zb-zyjh h3.t {
  font-weight: bold;
  font-size: 20px;
  color: #2dae56;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding-bottom: 15px;
}
.zb-zyjh h3.t:after {
  width: 80px;
  height: 6px;
  background: #2dae56;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
}
.zb-article {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.zb-zscx {
  margin-top: 35px;
}
.zb-zscx div {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 20px 0;
}
.zb-right {
  width: 262px;
}
.qttjzy {
  border: 1px solid #e5e5e5;
  padding: 15px 0 0;
  background: #ffffff;
}
.qt-title {
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 15px 5px;
  color: #333333;
}
.qt-title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  background: #2dae56;
}
.qttjzy-list {
  background: url(../images/qttjzy-bg.jpg) no-repeat left bottom;
}
.qttjzy-list dl {
  padding: 10px 10px 15px;
  border-top: 1px solid #dddddd;
}
.qttjzy-list dl:first-child {
  border-top: none;
}
.qttjzy-list dt a {
  display: block;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.qttjzy-list dt a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #bfbfbf;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.qttjzy-list dt a:hover {
  color: #f74623;
}
.qttjzy-list dd {
  margin-top: 7px;
  border: 1px solid #b3dcd8;
  background: #d8ebea;
  font-size: 0;
  width: 200px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 15px;
}
.qttjzy-list dd span {
  display: inline-block;
  color: #4a8381;
  font-size: 14px;
}
.qttjzy-list dd span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #4a8381;
  vertical-align: middle;
  margin: 0 10px;
}
.qttjzy-list dd a {
  display: inline-block;
  color: #f74623;
  font-size: 14px;
}
.qttjzy-list dd a:hover {
  text-decoration: underline;
}
/*常见问题*/
dl.cjwt-t {
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
dl.cjwt-t dt {
  width: 50px;
  float: left;
  font-weight: bold;
  margin-top: 7px;
}
dl.cjwt-t dd {
  float: left;
  width: 815px;
  font-size: 0;
}
dl.cjwt-t dd a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
dl.cjwt-t dd a.on {
  background: #2dae56;
  color: #ffffff;
}
.sf {
  margin-top: 15px;
}
.issue-list li {
  border-bottom: 1px dashed #dddddd;
  padding: 30px 0px;
  transition: 0.3s ease-in;
}
.issue-list li .issue-q {
  overflow: hidden;
  font-size: 14px;
}
.issue-list li .issue-q a {
  float: left;
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 2px;
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s ease-in;
}
.issue-list li .issue-q span {
  display: block;
  float: right;
  color: #999999;
  margin-top: 5px;
  font-size: 13px;
}
.issue-list li .issue-q:before,
.issue-list li .issue-a:before {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  background: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
  border: 1px solid #999999;
}
.issue-list li .issue-q:before {
  border: 1px solid #2dae56;
}
.issue-list li .issue-q:before {
  content: '问';
  background: #2dae56;
  color: #ffffff;
}
.issue-list li .issue-a:before {
  content: '答';
}
.issue-list li .issue-a {
  margin-top: 15px;
  line-height: 30px;
  color: #666666;
  transition: all .4s;
}
.issue-list li:hover {
  background: #f7f7f7;
  padding: 30px 15px;
}
.issue-list li:hover a {
  color: #2dae56;
}
.issue-list li:hover .issue-a {
  color: #333333;
}
/*文章内容页*/
.content {
  margin-top: 20px;
}
.c-bt {
  font-size: 16px;
  position: relative;
}
.c-bt h1 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.c-bt span.source {
  display: block;
  color: #999999;
  margin-top: 5px;
  font-size: 14px;
  float: left;
}
.c-advert {
  margin-top: 30px;
}
.c-advert a img {
  display: block;
  width: 865px;
  height: 140px;
}
.c-article {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.c-article h1,
.c-article h2,
.c-article h3,
.c-article h4,
.c-article h5,
.c-article h6 {
  font-size: 1.17em;
  font-weight: bold;
}
.c-article img {
  display: inline-block;
  max-width: 865px;
  /*width: auto;*/
}
.tips {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-top: 40px;
}
.tips dt {
  float: left;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin-right: 15px;
  width: 145px;
}
.tips dt img {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.tips dd {
  color: #666666;
  font-size: 16px;
}
.handover {
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
}
.handover p {
  margin-top: 10px;
}
.handover p a {
  color: #666666;
}
.handover p a:hover {
  color: #2dae56;
}
.xgyd {
  margin-top: 40px;
}
.xgyd-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.xgyd-title h3 {
  font-size: 18px;
  color: #333333;
  float: left;
  margin-right: 20px;
}
.xgyd-title h3:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 18px;
  background: #2dae56;
  vertical-align: middle;
  margin-right: 15px;
}
.xgyd-title .yd-a {
  float: left;
  font-size: 0;
}
.xgyd-title .yd-a a {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid #2dae56;
  background: #fafafa;
  color: #2dae56;
  border-radius: 3px;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
}
.xgyd-title .yd-a a:hover {
  background: #2dae56;
  color: #ffffff;
}
.xgyd ul {
  margin-top: 20px;
}
.xgyd li {
  float: left;
  width: 430px;
}
.xgyd li a {
  display: block;
  color: #666666;
  padding: 7px 0;
  font-size: 15px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xgyd li a:before {
  content: '';
  display: inline-block;
  background: #999999;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 5px;
  vertical-align: middle;
  transition: all .4s;
}
.xgyd li a:hover {
  color: #2dae56;
}
.xgyd li a:hover:before {
  background: #2dae56;
  margin-right: 20px;
}
#bsBox,
#bsBox *,
#bsPanelHolder,
#bsPanelHolder *,
#bsWXBox,
#bsWXBox * {
  box-sizing: content-box;
}
.fenxiang {
  float: left;
  font-size: 14px;
  color: #b0afaf;
  margin: 7px 0 0 15px;
}
.fenxiang b {
  display: block;
  font-weight: normal;
  float: left;
  margin: -3px 0 0;
}
.fenxiang .bshare-custom {
  float: left;
}
.scroll-show {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
/*报名系统*/
/* 报考系统 */
.bkxt {
  margin-top: 30px;
}
.bk-area-nav {
  margin-top: 20px;
}
.bk-area-nav ul {
  margin-top: 20px;
  overflow: hidden;
}
.bk-area-nav li {
  float: left;
  width: 240px;
}
.bk-area-nav li a {
  display: block;
  border: 1px dashed #dddddd;
  padding: 0 10px;
  margin: 10px;
  height: 31px;
  border-radius: 5px;
  color: #666666;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bk-area-nav li a:hover,
.bk-area-nav li a.active {
  color: #2dae56;
  border-color: #2dae56;
}
#bk-province li {
  margin: 0 19px 12px 0;
  width: auto;
}
#bk-province li a {
  margin: 0;
}
.bk-cc {
  margin-top: 20px;
}
.bk-level {
  background: #2dae56;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
}
.bk-form {
  margin-top: 30px;
}
.bk-form-left {
  width: 600px;
}
.bk-mt {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
}
.bk-mt label {
  display: block;
  float: left;
  font-size: 14px;
  width: 110px;
  text-align: right;
  margin: 6px 10px 0 0;
}
.bk-mt label i {
  color: #e4393c;
}
.bk-mt span {
  display: block;
  float: left;
  width: 450px;
  margin-top: 6px;
}
.bk-mt .bm-input {
  display: block;
  border: 1px solid #d3d3d3;
  height: 36px;
  line-height: 36px;
  color: #333333;
  padding-left: 15px;
  width: 450px;
}
.bk-mt .bm-jzd {
  float: left;
  width: 450px;
  font-size: 0;
}
.bk-mt .bm-jzd select {
  width: 146px;
  height: 36px;
  line-height: 36px;
  color: #666666;
  border: 1px solid #d3d3d3;
  margin-left: 5px;
  font-size: 14px;
}
.bk-mt .bm-jzd select:first-child {
  margin-left: 0;
}
.bk-mt .submit {
  width: 95px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  background: #2dae56;
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.bk-mt .submit:focus,
.bk-mt .submit:hover {
  background: #b3f0d1;
}
.bk-form-right {
  width: 530px;
}
.bk-r-text {
  border: 1px solid #e5e5e5;
  width: 530px;
  padding: 14px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #666666;
}
.bk-r-text h3 {
  font-size: 16px;
  color: #e4393c;
}
.bk-r-text h3 i {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 3px;
  height: 17px;
  background: #e4393c;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
.bk-r-text b {
  color: #333333;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.bk-r-text dl {
  overflow: hidden;
  width: 500px;
  line-height: 24px;
  margin: 6px 0;
}
.bk-r-text dt {
  float: left;
  width: 15px;
}
.bk-r-text dd {
  float: left;
  width: 485px;
}
.bk-r-text .dashed {
  border-bottom: 1px dashed #dddddd;
  margin: 10px 0;
}
/* 地区各类资讯 */
.area-box {
  margin-top: 30px;
}
.area-box-bt {
  border: 1px solid #dedede;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 20px;
  position: relative;
}
.area-box-bt:before {
  content: '';
  display: block;
  width: 5px;
  height: 43px;
  background: #2dae56;
  position: absolute;
  left: 1px;
  top: 0;
}
.area-box-bt div:first-child {
  font-size: 26px;
  font-weight: bold;
  color: #666666;
}
.area-box-bt div:first-child b {
  color: #2dae56;
}
.area-box-bt div:first-child + div {
  line-height: 45px;
  color: #666666;
  font-size: 18px;
  display: none;
}
.area-box-bt div:first-child + div:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/qq.png) no-repeat 0 0;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.area-item {
  width: 550px;
}
.area-item dt {
  overflow: hidden;
  font-size: 0;
}
.area-item dt h3 {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  float: left;
}
.area-item dt h3:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #2dae56;
  vertical-align: middle;
  margin: 0 10px 2px 0;
}
.area-item dt a.more {
  display: block;
  float: right;
  color: #666666;
  font-size: 14px;
  margin-top: 2px;
}
.area-item dt a.more:after {
  content: '';
  display: inline-block;
  background: url(../images/more.png) no-repeat no-repeat;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 3px 5px;
}
.area-item dt a.more:hover {
  color: #2dae56;
}
.area-item dt a.more:hover:after {
  background-position: 0 -10px;
}
.area-item dd {
  margin-top: 15px;
}
.area-item dd div {
  overflow: hidden;
  padding: 7px 0;
}
.area-item dd a {
  display: block;
  width: 420px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
  font-size: 15px;
  float: left;
}
.area-item dd a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #c8c8c8;
  border-radius: 5px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  transition: all .4s;
}
.area-item dd a:hover:before {
  margin-right: 20px;
}
.area-item dd a:hover {
  color: #2dae56;
}
.area-item dd span {
  float: right;
  color: #b2b2b2;
  font-size: 13px;
}
.cline {
  float: left;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e9e9e9;
  margin: 25px 0;
}
.btnx {
  display: inline-block;
  /*width: 49%;*/
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 3px 70px;
  font-size: 14px;
}
.redBtn {
  border-color: #f00;
  color: #f00;
}
.redBtn:hover {
  background: #f00;
  color: #fff;
}
.blueBtn {
  border-color: #3e8be2;
  color: #3e8be2;
}
.blueBtn:hover {
  background: #3e8be2;
  color: #fff;
}
.links {
  padding: 15px 0;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
}
.links dt {
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.links dd {
  font-size: 0;
}
.links dd a {
  display: inline-block;
  font-size: 15px;
  margin: 0 10px 10px 0;
  color: #666666;
}
.links dd a:hover {
  color: #2dae56;
}
