@charset "utf-8";

/**** Ê×Ò³Ä£¿éÍ¨ÓÃÑùÊ½ ****/
.module {
  margin-bottom: 24px;
}

.module-name {
  margin-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}

.module-name span {
  display: inline-block;
  font-size: 2em;
  color: #FFF;
  position: relative;
  line-height: 40px;
  background-color: #104480;
  padding: 0 12px;
  border-left: 10px solid #D71635;
}

.module-name a {
  float: right;
  width: 40px;
  height: 20px;
  background: #104480 url('../img/more.png') center center no-repeat;
  margin-top: 15px;
}

.module-name a:hover {
  background-color: #D71635;
}


/**** Ê×Ò³Ä£¿é ****/
/*È«ÆÁ¹ã¸æÍ¼*/
.full-pic,
.full-pic img {
  width: 100%;
  display: block;
}


/**** Ê×Ò³Ä£¿é ****/
/* Ò³½ÅÐÅÏ¢ */
.footer-wrap {
  background-color: #082F5D;
}

.footer-content {
  padding-right: 160px;
  box-sizing: border-box;
  position: relative;
}

.footer-wrap .footer-info {
  padding: 20px 0 20px 96px;
}


.footer-wrap .footer-info a,
.footer-wrap .footer-info span {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
}

.footer-wrap .footer-info .address {
  width: 360px;
}

.footer-wrap .footer-info .footer-cr {
  width: 360px;
}

.footer-wrap .footer-info .footer-gonganbeian {
  background: url("/static/img/police.png") left center no-repeat;
  padding-left: 24px;
  width: 365px;
}

.footer-wrap .footer-info .footer-icp {
  width: 303px;
}

.footer-wrap .footer-info .email {
  width: 300px;
}

.footer-wrap .footer-info .org {
  position: absolute;
  left: 0;
  top: 10px;
}

.footer-wrap .tdcode {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 7px;
  right: 0;
}

.footer-wrap .tdcode img {
  width: 100%;
  height: 100%;
}

.footer-wrap .footer-info .tel img,
.footer-wrap .footer-info .address img,
.footer-wrap .footer-info .email img {
  max-height: 14px;
  display: inline-block;
  margin-right: 5px;
}

.footer-wrap .browser-requirement {
  /* border-top: 1px solid #39597D; */
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  background-color: rgb(7, 38, 73);
}

.scroll-top {
  position: fixed;
  width: 54px;
  height: 54px;
  right: 5px;
  bottom: 48px;
  cursor: pointer;
  background: #F6921E url("../img/gotop.png") center center no-repeat;
  transition: all .5s ease;
}

.scroll-top:hover {
  background-color: #21a9ff;
  border-radius: 50% 50% 4px 4px;
}

.scroll-top:active {
  border-radius: 50%;
}


/*Í·²¿*/
.header-wrap {
  background: url('/static/img/bg_top_bar.jpg') center top no-repeat;
}

.header-top {
  padding: 10px 0;
  height: 170px;
  position: relative;
}

.header-top .logo {
  display: block;
  float: left;
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 154px;
  margin: 0 auto;
}


.header-top .nav-open,
.header-nav .nav-close {
  display: none;
}

/*ËÑË÷*/
.search-box {
  width: 250px;
  height: 36px;
  position: relative;
  margin-top: 55px;
  float: right;
}

.search-box .J_SearchBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 248px;
  height: 36px;
  background: #FFF;
  border: 1px solid #104480;
  overflow: hidden;
}

.search-box a#J_SearchBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/static/img/btn_search.png');
  background-color: #104480;
  z-index: 10;
  outline: none;
}

.search-box input {
  width: 84%;
  height: 34px;
  border: none;
  line-height: 34px;
  color: #999999;
  padding: 9px 0;
  padding-left: 10px;
  background: none;
  font-size: 1.4em;
  outline: none;
  z-index: 11;
  overflow: hidden;
  font-family: 'ËÎÌå';
}

.search-box input:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}

/*µ¼º½*/
.header-nav {
  background-color: #104480;
}

.nav-bar {
  text-align: center;
  position: relative;
  z-index: 99;
}

.nav-bar>li {
  display: inline-block;
  height: 74px;
  width: 9.09%;
  position: relative;
}

.nav-bar>li:hover,
.nav-bar>li.active {
  background-color: #D71635;
}

.nav-bar>li:hover a,
.nav-bar>li.active a {}

.nav-bar>li>a {
  display: block;
  font-size: 1.8em;
  color: #FFF;
  position: relative;
  padding: 26px 0 13px;
  text-align: center;
  background-position: right center;
  background-repeat: no-repeat;
}

.nav-bar>li>ul {
  position: absolute;
  top: 74px;
  left: 0;
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
  text-align: left;
  background: rgba(51, 51, 51, 0.7);
  z-index: -1;
  width: 100%;
}

.nav-bar>li:hover>ul {
  max-height: 400px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
  z-index: 1;
}

.nav-bar>li>ul>li {
  margin: 0;
}

.nav-bar>li>ul>li>a {
  display: block;
  font-size: 1.6em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-bar>li>ul>li>a:hover,
.nav-bar>li>ul>li.active>a {
  color: #fff;
  background: #2F7EFF;
}


/*******banner*******/
.banner-content,
.banner-item {
  height: 400px;
}

.banner-box {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  z-index: 0;
}

.banner-content {
  width: 100%;
}

.banner-item {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-box .slick-dots {
  position: absolute;
  width: 78px;
  height: 10px;
  text-align: center;
  left: 50%;
  bottom: 35px;
  margin-left: -39px;

}

.banner-box .slick-dots li button {
  display: none;
}

/* Ä¬ÈÏÆø¸Å */
.banner-box.default .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
  background: url('/static/img/banner_pagenation.png') -10px center no-repeat;
}

.banner-box.default .slick-dots li.slick-active {
  background: url('/static/img/banner_pagenation.png') 0 center no-repeat;
}

.banner-box.default .slick-arrow {
  width: 40px;
  height: 70px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease, right .5s ease;
}

.banner-box.default .slick-arrow:before {
  display: none;
}

.banner-box.default .slick-arrow.slick-prev {
  left: 0;
  background: url('/static/img/banner_btn.png') left center no-repeat;
}

.banner-box.default .slick-arrow.slick-next {
  right: 0;
  background: url('/static/img/banner_btn.png') -120px center no-repeat;
}

.banner-box.default .slick-arrow.slick-prev:hover {
  background: url('/static/img/banner_btn.png') -40px center no-repeat;
}

.banner-box.default .slick-arrow.slick-next:hover {
  background: url('/static/img/banner_btn.png') -80px center no-repeat;
}

.banner-box.default .slick-arrow {
  opacity: 1;
}



/* ËÑË÷Ò³Ãæ */
/* Î´ËÑË÷µ½ÄÚÈÝ */
.search-nofind {
  border-radius: 6px;
  border: 2px solid #398FFF;
  overflow: hidden;
  width: 470px;
  margin: 30px auto;
}

.search-nofind .tips {
  line-height: 37px;
  text-align: center;
  background-color: #398FFF;
  color: #fff;
  font-family: 'ËÎÌå';
  font-size: 1.2em;
  font-weight: bold;
}

.search-nofind .txt {
  padding: 20px 0;
  text-align: center;
}

.search-nofind .txt span {
  color: #FF4C00;
  font-family: 'ËÎÌå';
  font-size: 1.4em;
  font-weight: bold;
  line-height: 40px;
}

.search-nofind .txt p {
  font-family: 'ËÎÌå';
  font-size: 1.2em;
  text-align: center;
  color: #0043AA;
}

/* ÓÐËÑË÷ÄÚÈÝ */

/*******ËÑË÷Ò³banner*******/
.search-banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px !important;
  z-index: 0;
  background-image: url('/static/img/search_banner.jpg');
  background-size: 100% 100%;
}

.title-search-banner {
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 60px;
  display: block;
  z-index: 30;
}


.search-content .search-title {
  line-height: 50px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 1.6em;
}

.search-content {
  min-height: 500px;
  position: relative;
}

.search-orange {
  color: #C30E23 !important;
  margin: 0 3px;
}



.search-newslist {
  width: 98%;
  margin: 0 auto;

}

.search-newslist>a {
  display: block;
  width: 99%;
  padding: 15px 0 15px 0;
  border-bottom: 1px #E4E4E4 solid;
  position: relative;
  overflow: hidden;
}

.search-newslist a .search-info {
  display: table;
  width: 100%;
}

.search-img,
.search-txt {
  display: table-cell;
  vertical-align: top;
}

.search-img {
  width: 180px;
  height: 108px;
}

.search-img img {
  width: 100%;
  height: 100%;
}

.search-newslist a h4 {
  font-size: 1.8em;
  padding-left: 30px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 5px;
  overflow: hidden;
  background: url('/static/img/search_title_icon.png') left center no-repeat;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.search-newslist a h4 span {
  color: #027DBC;
}

.search-result,
.search-newslist a h4 span.keywords {
  color: #FF991B;
}

.search-newslist>a:hover {
  border-bottom: 1px #FF7815 solid;
}

.search-newslist a .search-txt {
  width: 100%;
  float: left;
  overflow: hidden;
}

.search-newslist a:hover .keywords {
  color: #FF7815;
}

.search-newslist a:hover h4 {
  color: #FF7815;
}


.search-newslist a p {
  font-size: 1.4em;
  color: #3D3D3D;
  line-height: 200%;
  font-family: 'Î¢ÈíÑÅºÚ';
  padding-left: 10px;
  width: 100%;
}

.search-newslist a .search-time {
  color: #777;
  font-family: 'Î¢ÈíÑÅºÚ';
  display: block;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 1.4em;
  text-align: right
}

.search-newslist a:hover .search-time {
  color: #FF7815;
}

.column-title-s {
  color: #66A52C;
}

.search-footer {
  line-height: 60px;
  height: 60px;
  background: #2FA6FF;
  color: #FFF;
  font-size: 1.8em;
  text-align: center;
  margin-top: 20px;
}

.search-pagination {
  margin: 15px auto;
  text-align: center;
  padding-bottom: 15px;
}

.search-pagination a {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #999999;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 1px
}

.search-pagination a:hover {
  background: #2FA6FF;
  color: #fff;
}

.search-pagination a.jp-current,
a.jp-current:hover {
  color: #2FA6FF;
  font-weight: bold;
}

.search-pagination a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  background: #F5F5F5;
  color: #bbb;
}

.search-pagination a.jp-current,
a.jp-current:hover {
  cursor: default;
  background: #2FA6FF;
  color: #fff;
}

.search-pagination span {
  margin: 0 5px;
}


/*******ÔÚÏß±¨Ãû*******/
.register-banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px !important;
  z-index: 0;
  background-image: url('/static/img/register_banner.jpg');
  background-size: 100% 100%;
}

.title-register-banner {
  position: absolute;
  left: 50%;
  margin-left: -167px;
  top: 80px;
  display: block;
  z-index: 30;
}

/* ÔÚÏß±¨Ãû */
.apply-form {
  min-height: 400px;
  padding-bottom: 50px;
}

.apply-form .apply-content {
  max-width: 1188px;
  width: 100%;
  margin: 0 auto;
}


.apply-form .apply-body {
  position: relative;
}

.apply-form .apply-body .apply-location {
  background: #B7B7B7;
}

.apply-form .apply-body .apply-location span {
  display: inline-block;
  line-height: 40px;
  font-size: 1.6em;
  color: #FFF;
  padding: 0 20px;
  cursor: pointer;
}

.apply-form .apply-body .apply-location span:hover {
  background: #BE3C3C;
}

.apply-form .apply-body .apply-location span.active {
  background: #BE3C3C;
}

.apply-form .form-content {
  background: #FFF;
  min-height: 400PX;
  padding: 11px 20px;
}

.apply-form .form-item {
  margin-bottom: 20px;
}

.apply-form .form-item label {
  width: 135px;
  float: left;
  display: block;
  padding: 7px 10px;
  font-weight: 400;
  text-align: right;
  font-size: 1.6em;
}

.apply-form .form-item label em {
  color: #FF5722
}

.apply-form .form-item .input-block {
  margin-left: 135px;
  min-height: 36px;
}

.apply-form .form-item .input-block .input,
.apply-form .form-item .input-block select {
  height: 36px;
  line-height: 36px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  width: 250px;
  outline: none;
  font-size: 1.4em;
}

.apply-form .form-item .input-block input[type="radio"] {
  width: 18px;
  height: 15px;
  vertical-align: middle;
  font-size: 1.6em;
}

.apply-form .form-item .input-block.input-radio {
  line-height: 36px;
}

::-webkit-inner-spin-button {
  visibility: hidden;
}

::-webkit-clear-button {
  /*¿ØÖÆÉ¨³ý°´Å¥*/
  visibility: hidden;
}

.apply-form .form-item .input-block textarea {
  outline: none;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  width: 60%;
  min-height: 70px;
  font-size: 1.4em;
}

.apply-form .form-item .input-block .error-tip {
  color: #F00;
  /* display: inline-block; */
  margin-left: 6px;
  display: none;
}

.apply-form .form-item .form-submit-btn {
  display: inline-block;
  padding: 10px 50px;
  background: #BE3C3C;
  color: #FFF;
  font-size: 1.6em;
  margin-left: 120px;
  margin-top: 20px;
  cursor: pointer;
}

.apply-form .form-item .tip {
  color: #FF7814;
  font-size: 1.4em;
}

.apply-tab {
  min-height: 200px;
  background: #FFF;
  position: relative;
  display: none;
}

.apply-tab .enroll-content {
  background: #FFF;
}

.enroll-content {
  width: 100%;
  min-height: 200px;
}


.enroll-content .form-box {
  width: 580px;
  margin: 48px auto 0 auto;
  border: 1px solid #66A52C;
  max-height: 440px;
  position: relative;
}

.enroll-content .form-box .form-title {
  line-height: 50px;
  font-size: 2em;
  color: #FFF;
  background: #082F5D;
  text-align: center;
  margin-bottom: 24px;
}

.enroll-content .form-box .enroll-form {}

.apply-form .form-item .form-enroll-btn {
  display: inline-block;
  background: #BE3C3C;
  width: 132px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 1.6em;
  cursor: pointer;
}

.error-remind-box,
.success-remind-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2)
}

.error-remind-box .remind-info {
  width: 250px;
  height: 50px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 50px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding-left: 50px;
  border-radius: 5px;
  font-size: 1.6em;
}

.success-remind-box .remind-info {
  width: 250px;
  height: 50px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 50px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding-left: 50px;
  border-radius: 5px;
  font-size: 1.6em;
  color: #71C214;
}

.enroll-success,
.enroll-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .1);
  display: none;
}

.enroll-success .success-box,
.enroll-error .error-box {
  width: 630px;
  height: 390px;
  border-radius: 10px;
  background: #FFF;
  position: absolute;
  padding: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.enroll-success .success-box .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.enroll-success .success-box p.success-title {
  color: #71C215;
  font-size: 3.4em;
  text-align: center;
  line-height: 100px;
}

.enroll-success .success-box p.splite,
.enroll-error .error-box p.splite {
  border: 1px solid #D6D6D6;
}

.enroll-success .success-box p.success-tel {
  color: #000;
  font-size: 2.2em;
  text-align: center;
  margin-top: 20px;
}

.enroll-success .success-box .success-close,
.enroll-error .error-box .error-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 2.2em;
  cursor: default;
}

.enroll-success .success-box .success-close:hover,
.enroll-error .error-box .error-close:hover {
  background: #F00;
  COLOR: #fff;
}

.enroll-error .error-box .img {
  width: 120px;
  height: 120px;

  margin: 0 auto;
}

.enroll-error .error-box p.error-title {
  color: #333333;
  font-size: 3.4em;
  text-align: center;
  line-height: 70px;
  /* margin-top:20px; */
}




/*Í¼ÎÄÄÚÈÝÑùÊ½*/
.img-box {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.img-box ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.img-box li {
  display: block;
  width: 280px;
  height: 240px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-left: 20px;
  background: #F5F5F5;
}

.img-box li:first-child {
  margin-left: 0;
}

.img-box li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-box li .name {
  display: block;
  width: 100%;
  padding: 0 0.5%;
  color: #333333;
  height: auto;
  line-height: 60px;
  font-size: 1.8em;
  text-align: center;
  z-index: 1100;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-top: 5px solid #CCCCCC;
  box-sizing: border-box;
}

.img-box li img {
  display: block;
  width: 100%;
  height: 175px;
}

.img-module li .ico {
  display: block;
  position: absolute;
  width: 100%;
  height: 175px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s ease;
  background: rgba(0, 0, 0, .2) url("../img/view.png") center 80% no-repeat;
}

.img-module li:hover .ico {
  opacity: 1;
  background-position: center 50%;
}

.img-box li:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.img-box li:hover .name {
  color: #C7000A;
  border-top: 5px solid #C7000A;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.img-box li:hover img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* ÐÂÎÅÀàÄ£¿é */
.news-module li {
  position: relative;
  padding-right: 84px;
}

.news-module .module-content {
  padding-left: 155px;
  position: relative;
}

.news-module .module-content img {
  position: absolute;
  padding: 9px;
  border: 1px solid #E5E5E5;
  left: 0;
  top: 0;
  display: block;
  width: 138px;
  height: 150px;
}

.news-module li a {
  display: block;
  font-size: 1.4em;
  color: #666666;
  line-height: 30px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url('/static/img/ico_newsmodule_list.png') left center no-repeat;
  text-indent: 20px;
}

.news-module li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 36px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
}

.news-module li:hover a,
.news-module li:hover span {
  color: #D71635;
}

/*Í¨ÖªÀàÄ£¿é*/
.notice-news {
  position: relative;
  height: 40px;
  margin-top: 20px;
}

.notice-module-name {
  width: 140px;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 1.8em;
  background: url('/static/img/ico_notice_title.png') 10px center no-repeat;
  color: #FFF;
  text-align: center;
  position: relative;
  padding-left: 50px;
  font-weight: bold;
}

.notice-module-name a {
  color: #104480;
}

.notice-module-name a span {
  color: #D71635;
}

.scroll-info {
  width: calc(100% - 210px);
  width: 965px \9;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  position: relative;
  height: 40px;
}

.scroll-info-box {
  left: 0;
  position: absolute;
  top: 0;
  width: 10000%;
  height: 40px;
}

.newslist-scroll {
  width: 100%;
  line-height: 40px;
}

.newslist-scroll li {
  height: 40px;
  line-height: 40px;
  width: 978px;
  float: left;
}

.newslist-scroll li a,
.newslist-scroll li a:link {
  color: #333333;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 1.8em;
  width: calc(100% - 170px);
  float: left;
  padding-right: 100px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  background: url('/static/img/ico_noticemodule_list.png') left center no-repeat;
}

.newslist-scroll li a:hover {
  color: #D71635;
}

.newslist-scroll li .time {
  font-size: 0.66em;
}

.newslist-scroll li a:hover .time {
  color: #D71635;
}

.btn-prev-news,
.btn-next-news {
  position: absolute;
  top: 8px;
  width: 22px;
  height: 22px;
  border: 1px solid #C9BAA5;
  border-radius: 11px;
}

.btn-prev-news {
  background: url(/static/img/ico_up_news.png) center no-repeat;
  right: 30px;
}

.btn-prev-news:hover {
  background: url(/static/img/ico_up_news_on.png) center no-repeat;
  border: 1px solid #FFAD0E;
}

.btn-next-news {
  background: url(/static/img/ico_down_news.png) center no-repeat;
  right: 0;
}

.btn-next-news:hover {
  background: url(/static/img/ico_down_news_on.png) center no-repeat;
  border: 1px solid #FFAD0E;
}



/* ÓÑÇéÁ´½Ó */
.blogroll-box {
  padding: 0 12px 0 0;
  background-color: #F5F5F5;
}

.blogroll-box .content {
  width: 100%;
  display: table;
}

.blogroll-box .title {
  font-size: 2em;
  display: table-cell;
  white-space: nowrap;
  width: 100px;
  background: #104480;
  color: #FFF;
  padding: 12px 5px 12px 26px;
  border-left: 10px solid #C7000A;
}

.blogroll-box .blogroll-group {
  display: table-cell;
  width: 260px;
  padding-left: 14px;
  position: relative;
}

.blogroll-box .blogroll-group .group-name {
  height: 28px;
  border: 1px solid #D6E7CD;
  border-bottom: none;
  display: block;
  padding: 0 26px 0 8px;
  font-size: 1.4em;
  line-height: 28px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 12px 0 0 0;
}

.blogroll-box .blogroll-group .group-name:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #B7B7B7;
  position: absolute;
  display: block;
  right: 8px;
  top: 50%;
  margin-top: -3px;
}

.blogroll-box .blogroll-group .blogroll-list {
  border: 1px solid #DBDBDB;
  border-top: none;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 0;
  left: 14px;
  max-height: 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}

.blogroll-box .blogroll-group .blogroll-list a {
  display: block;
  font-size: 1.4em;
  line-height: 1.8;
}

.blogroll-box .blogroll-group .blogroll-list a:hover {
  color: #297BE9;
}

.blogroll-box .blogroll-group:hover .blogroll-list {
  display: block;
  max-height: 230px;
  border: 1px solid #DBDBDB;
}

/*Êý×ÖÐ£Ô°Æ½Ì¨µÇÂ¼*/
.loginBox {
  width: 100%;
  height: 300px;
  float: left;
  border: 6px solid #F5F5F5;
  border-top-color: #114382;

}

.loginBox .loginBox-title {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 auto 10px auto;
  color: #114382;
  font-size: 2em;
  line-height: 80px;
  text-align: center;
  background: #F5F5F5;
  font-weight: bold;
}

.loginBox form {
  display: block;
  position: relative;
}

.loginBox .username-box,
.loginBox .password-box {
  max-width: 352px;
  width: calc(100% - 36px);
  height: 52px;
  margin: 0 auto 15px auto;
}

.loginBox input {
  display: block;
  width: calc(100% - 2px);
  height: 50px;
  text-indent: 45px;
  border: 1px solid #BBBBBB;
  font-size: 1.6em;
  color: #BBBBBB;
  border-radius: 5px;
}

.loginBox input:focus {
  border: 1px solid #66A52C;
  color: #66A52C;
}

.loginBox .username-box input {
  background: #FFF url(../img/ico_user.png) 17px center no-repeat;
}

.loginBox .password-box input {
  background: #FFF url(../img/ico_password.png) 17px center no-repeat;
}

.loginBox .username-box input:focus {}

.loginBox .password-box input:focus {}

.loginBox input#login {
  width: calc(100% - 38px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 2.0em;
  background: #D71635;
  margin: 0 auto 10px auto;
}



/*½¹µãÍ¼ÂÖ²¥*/
.focus-module {
  position: relative;
  height: auto;
}

.focus-container {
  width: 390px;
  height: 275px;
  overflow: hidden;
  float: left;
}

.focus-container .focus-slide {
  height: 275px;
  position: relative;
}

.focus-container .focus-slide img {
  display: block;
  width: 100%;
  height: calc(100% - 60px);
}

.focus-title {
  width: 100%;
  padding-right: 130px;
  line-height: 60px;
  color: #fff;
  font-size: 1.6em;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #104480;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.focus-container .slick-dots {
  width: auto;
  position: absolute;
  right: 6px;
  bottom: 16px;
  z-index: 10;
  text-align: right;
}

.focus-container .slick-dots li {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px 0 0;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background: #D71635;
}

.focus-container .slick-dots li button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.2em;
  color: #333333;
  padding: 0;
}

.focus-container .slick-dots li:hover button,
.focus-container .slick-dots li.slick-active button {
  color: #FFF;
}

.focus-container .slick-dots li button::before {
  display: none;
}


.info-box {
  float: left;
  width: calc(100% - 390px);
}

.info-list li {
  width: calc(50% - 30px);
  position: relative;
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
}

.info-list li a {
  display: block;
  font-size: 1.8em;
  color: #333333;
  line-height: 2.6;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.info-list li .intro {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.6;
}

.info-list li span {
  display: inline-block;
  line-height: 2.6;
  font-size: 1.4em;
  color: #999999;
  text-align: left;
}

.info-list li:hover {}

.info-list li:hover a {
  color: #D71635;
}

/* ÐÂÎÅÀàÄ£¿é */
.news-toppic-module li {
  position: relative;
  padding-right: 84px;
  border-bottom: 1px dashed #CFCFCF;
}

.news-toppic-module .module-content {
  position: relative;
}

.news-toppic-module .module-content img {
  display: block;
  width: 100%;
}

.news-toppic-module li a {
  display: block;
  font-size: 1.4em;
  color: #666666;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url('/static/img/ico_newsmodule_list.png') left center no-repeat;
  text-indent: 20px;
}

.news-toppic-module li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 36px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
}

.news-toppic-module li:hover a,
.news-toppic-module li:hover span {
  color: #D71635;
}



/**** ÁÐ±íÄÚÈÝÒ³Í¨ÓÃ ****/
.frame-wrap {
  margin: 0 auto;
  max-width: 1188px;
}

.frame-left {
  float: left;
  width: 260px;
  margin-right: 30px;
  margin-bottom: 24px;
}

.frame-right {
  float: left;
  width: 898px;
  background: #fff;
  min-height: 400px;
}



/* ²à±ß²Ëµ¥ */
.sidebar-title {
  background: #104480 url('../img/sidebar_title.png') right bottom no-repeat;
  height: 106px;
  font-size: 2.8em;
  color: #FFF;
  line-height: 102px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}


.sidebar-menu {
  margin: 0 auto;
  border: 1px solid #DDDDDD;
}


.sidebar-menu>li:last-child {
  margin-bottom: 0;
}

.sidebar-menu>li>a {
  display: block;
  line-height: 46px;
  font-size: 1.6em;
  color: #777777;
  text-align: left;
  text-indent: 40px;
  transition: all 0.5s ease;
  background-position: 12px center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: none;
  border-bottom: 1px solid #DDDDDD;
}

.sidebar-menu>li:last-child>a {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  color: #D71635;
  background-image: url('/static/img/sidebar_on.png');
}



.sidebar-menu ul {
  padding: 0 6px;
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
  max-height: 1000px;
  overflow: auto;
}

.sidebar-menu ul>li>a {
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 39px;
  font-size: 1.6em;
  color: #777777;
  border-bottom: 1px solid #f5f5f5;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
  color: #0c6ac2;
  border-bottom: 1px solid #0c6ac2;
}

.sidebar-menu ul>li>a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.sidebar-menu ul>li:hover>a:before,
.sidebar-menu ul>li.active>a:before {
  background-color: #0c6ac2;
}


/* Ãæ°üÐ¼ */
.frame-location {
  position: relative;
  font-size: 1.4em;
  color: #333333;
  margin-bottom: 12px;
  white-space: nowrap;

  text-overflow: ellipsis;
  border-bottom: 2px solid #EFF2F5;
  text-align: right;
}

.frame-location span {
  padding: 6px 2px 6px 0;
  line-height: 32px;
}

.frame-location .now-column {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 140px;
  color: #D71635;
  border-bottom: 2px solid #D71635;
  line-height: 40px;
  text-align: left;
  font-size: 1.428em;
}

.frame-location span:first-child {
  padding-left: 20px;
}

.frame-location a {
  color: #333333;
}

.frame-location span:last-child a {}

.frame-location em {
  margin: 0 5px;
  font-size: 1em;
}

.frame-location span:last-child em {
  display: none;
}


/* ÐÂÎÅÀàÁÐ±íÒ³ */
.news-list .default {
  padding: 12px 0;
  display: table;
  height: 172px;
  border-bottom: 1px solid #f5f5f5;
}

.news-list .default>div {
  display: table-cell;
  vertical-align: top;
}

.news-list .default img {
  display: block;
  width: 210px;
  height: 140px;
}

.news-list .default .txt {
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}

.news-list .default .title {
  font-size: 1.6em;
  color: #333;
  line-height: 180%;
  position: relative;
}

.news-list .default .intro {
  font-size: 1.4em;
  color: #777;
  line-height: 1.7;
  margin: 6px 0 15px;
}

.news-list .default .time {
  font-size: 1.2em;
  display: inline-block;
  color: #999999;
  padding: 0 3px;
}

.news-list .default:hover .time {
  color: #D71635;
}

.news-list .default:hover .title {
  color: #D71635;
}

/* Í¨ÖªÀàÁÐ±íÒ³ */
.notice-list .default {
  display: block;
  padding: 0 5px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px dashed #E2E2E2;
  padding-right: 110px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.notice-list .default:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333333;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 10px;
}


.notice-list .default:hover:before {
  background: #D71635;
}

.notice-list .default .time {
  display: block;
  width: 90px;
  height: 30px;
  font-size: 1.4em;
  text-align: center;
  color: #898989;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: 0;
}

.notice-list .default .title {
  font-size: 1.4em;
  color: #898989;
}

.notice-list .default:hover .time {
  color: #D71635;
}

.notice-list .default:hover .title {
  color: #D71635;
}

/* Í¼Æ¬ÁÐ±íÒ³ */
.photo-list .default {
  display: block;
  float: left;
  width: 30.3333%;
  margin: 0 1.5% 30px 1.5%;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #D3D3D3;
}

.photo-list .default:hover {
  border-bottom: 2px solid #D71635;
}

.photo-list .default img {
  width: 100%;
  display: block;
  min-width: 100%;
  height: 170px;
}

.photo-list .default span.news-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-indent: 2px;
  font-size: 1.6em;
  color: #333333;
  line-height: 36px;
  display: block;
}

.photo-list .default:hover span.news-title {
  color: #D71635;
}



/* ÎÞÐÅÏ¢ÌáÐÑ */
.empty-list-info {
  text-align: center;
  line-height: 3;
}

/*·ÖÒ³ÑùÊ½*/
.yn-pagination {
  margin: 24px auto;
  text-align: center;
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  background: #F7F7F7;
  border-radius: 1px;
}

.yn-pagination a:hover {
  background: #D71635;
  color: #fff;
}


.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #F7F7F7;
  color: #bbb;
}

.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #D71635;
  color: #fff;
}



.yn-pagination span {
  margin: 0 5px;
}

/* ÄÚÈÝÒ³ÑùÊ½ */
.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}

.article-title {
  font-size: 2.6em;
  text-align: center;
  color: #333;
  margin: 10px auto;
  padding: 0 15px;
}

.article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #777;
  margin: 10px auto;
  font-weight: bold;
  padding: 0 15px;
}

.article-info {
  font-size: 1.4em;
  color: #777777;
  text-align: center;
}

.article-info span {
  display: inline-block;
  margin: 0 5px
}

.article-content {
  padding: 12px;
  font-size: 1.6em;
  color: #242424;
  line-height: 2.4;
}

.article-content P {
  text-indent: 2em;
  font-size: 1em;
}

.article-content img {
  max-width: 80%;
  margin: 10px auto;
}

.article-jump {
  border-top: 1px solid #f8f8f8;
  padding: 10px 5px;
  margin-bottom: 12px;
}

.article-jump>div {
  width: 50%;
  float: left;
  font-size: 1.6em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.article-jump>div a {
  font-size: 1em;
}

.article-jump .prev {
  text-align: left;
}

.article-jump .next {
  text-align: right;
}

.article-jump a:hover {
  color: #D71635;
}



.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border: 10px solid #f6f6f6;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}

.edui-pdf {
  min-height: 800px;
}

/** 1024-1199 */
@media only screen and (max-width: 1199px) {
  .frame-right {
    width: calc(100% - 290px);
  }

  .footer-content {
    padding-right: 100px;
  }

  .footer-wrap .footer-info .address {
    width: 40%;
  }

  .footer-wrap .footer-info .footer-cr {
    width: 40%;
  }

  .footer-wrap .footer-info .footer-icp {
    width: 33.33%;
  }
  .footer-wrap .footer-info .gonganbeian {
    width: 33.33%;
  }
  .footer-wrap .footer-info .email {
    width: 33.33%;
  }
}

/** 768-1023 */
@media only screen and (max-width: 1023px) {

  .loginBox,
  .footer-wrap .browser-requirement,
  .blogroll-box,
  .footer-wrap .tdcode,
  .footer-wrap .footer-info a,
  .footer-wrap .footer-info span,
  .banner-box .slick-dots,
  .banner-box .slick-arrow {
    display: none !important;
  }

  .footer-wrap .footer-info {
    padding: 0;
  }

  .footer-content {
    padding: 0;
    height: auto;
  }

  .footer-wrap .footer-info .footer-cr {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin: 0;
  }



  .header-top {
    padding: 10px 0;
    height: 130px;
    position: relative;
  }

  .header-top .logo {
    width: 390px;
  }

  .header-top .logo img {
    width: 100%;
    height: auto;
  }

  /*ËÑË÷*/
  .search-box {
    margin-top: 35px;
    margin-right: 95px;
  }


  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    background: url('/static/img/nav_open.png') right center no-repeat;
    color: #44A4FF;
  }

  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header-nav.show {
    right: 0;
    background-size: 100% auto;
  }

  .header-nav .nav-close {
    padding: 0 33px;
    text-align: center;
    height: 56px;
    font-size: 1.4em;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }

  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('/static/img/nav_close.png') center no-repeat;
  }

  .header-nav .nav-close .back-home {
    width: auto;
    height: 24px;
    padding-left: 20px;
    background: url('/static/img/nav_back.png') 0 center no-repeat;
  }

  .header-nav .nav-bar {
    padding: 0;
    height: calc(100vh - 56px);
    overflow-y: auto;
    width: 100% !important;
  }

  .nav-bar>li {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .nav-bar>li:hover,
  .nav-bar>li.active {
    border-bottom: none;
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.8em;
    padding: 24px 16px;
    color: #FFF;
    text-align: left;
    background-color: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 65px;
    border-bottom: 1px solid #FFF;
    height: auto !important;
    line-height: none !important;
  }

  .nav-bar>li.hover>a,
  .nav-bar>li.active>a,
  .nav-bar>li:hover>a {}

  .nav-bar>li>ul {
    background-color: #fff;
    padding: 0 0;
    text-align: left;
    overflow-y: hidden;
    max-height: 0;
    transition: all 0.5s ease;
    position: relative;
    left: auto;
    top: auto;
  }

  .nav-bar>li.hover>ul,
  .nav-bar>li.active>ul {
    max-height: 1000px;
    overflow: auto;
  }

  .nav-bar>li>ul>li,
  .nav-bar>li>ul>li:first-child {
    display: block;
    margin: 0;
    padding: 0;
  }

  .nav-bar>li>ul>li>a,
  .nav-bar>li:hover>ul>li>a,
  .nav-bar>li.active>ul>li>a {
    line-height: 40px;
    text-align: left;
    color: #666666;
    text-indent: 90px;
    background-color: #F8F8F8;
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #000;
    background: #FFF;
  }

  /*******banner*******/
  .banner-box,
  .banner-content,
  .banner-item {
    height: 200px;
  }


  .scroll-info {
    width: calc(100% - 265px);
  }

  .focus-container,
  .info-box {
    width: 100%;
    float: none;
  }

  .focus-container,
  .focus-container .focus-slide {
    height: 480px;
  }

  .info-box {
    height: auto;
  }


  .enroll-content {
    width: 100%;
  }


  /*ÁÐ±íÒ³Ãæ*/
  .frame-left {
    display: none;
  }

  .frame-right {
    width: 100%;
    font: none;
    min-height: 0;
  }


  .news-list .default {
    height: 120px;
  }

  .news-list .default .time {
    padding-top: 0;
  }

  .news-list .default .txt {
    padding-top: 0;
  }


  .article-jump>div {
    width: 100%;
    float: none;
  }

  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}

/*ipadÊúÆÁ£º(orientation:portrait)  ipadºáÆÁ£º(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) {}

/**
 * 640-767
 * ÄÚÈÝ¿í¶È590
 * Ë«·½¼ä¾à25£¬Ò³ÃæÄÚÈÝ¾ÓÖÐ
 */
@media only screen and (max-width: 767px) {

  .header-top {
    height: 60px;
  }

  .header-top .logo {
    display: none;
  }

  .focus-container,
  .focus-container .focus-slide {
    height: 360px;
  }

  /*ËÑË÷*/
  .search-box {
    width: calc(100% - 95px);
    margin-top: 0;
    float: left;
  }

  .search-box .J_SearchBox {
    width: calc(100% - 2px);
  }

  .news-list .default .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }


  .search-img {
    display: none;
  }

  .enroll-content .form-box {
    width: 96%;
  }

  .enroll-success .success-box,
  .enroll-error .error-box {
    width: 480px;
    padding: 20px;
    height: 360px;
  }



}

@media only screen and (max-width: 639px) {

  .focus-container,
  .focus-container .focus-slide {
    height: 270px;
  }

  .info-list li {
    width: 100%;
    float: none;
    margin: 0 auto 10px auto;
  }

  .full-pic {
    margin-bottom: 0 !important;
    display: none;
  }

  .apply-form .form-item .input-block textarea {
    width: 80%;
  }

  .apply-form .form-item label {
    width: 120px;
  }

  .apply-form .form-item .input-block {
    margin-left: 120px;
  }

  .apply-form .form-item {
    margin-bottom: 10px;
  }

  .apply-form .form-item .input-block.input-radio span {
    line-height: 16px;
  }

  .enroll-error .error-box .img,
  .enroll-success .success-box .img {
    width: 60px;
    height: 60px;
    background-size: auto 100%;
    margin-bottom: 15px;
  }

  .enroll-error .error-box p.error-title,
  .enroll-success .success-box p.success-title {
    font-size: 2.2em;
    line-height: 40px;
  }

  .enroll-success .success-box,
  .enroll-error .error-box {
    width: 80%;
    height: 280px;
    padding: 20px;
  }

  .frame-location span:nth-child(2),
  .frame-location span:nth-child(1) {
    display: none;
  }


  .yn-pagination .first-page,
  .yn-pagination .last-page,
  .yn-pagination .page-ellipsis {
    display: none;
  }


  .photo-list .default {
    float: none;
    width: 100%;
    height: auto;
    margin: 25px 0;
  }

  .photo-list .default img {
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 479px) {

  /*******banner*******/
  .banner-box,
  .banner-content,
  .banner-item {
    height: 160px;
  }

  .news-list .default .img,
  .news-list .default .img img {
    width: 140px;
    height: 83px;
  }


  /*******ËÑË÷Ò³banner*******/
  .search-banner {
    height: 160px;
  }

  .title-search-banner {
    top: 60px;
    margin-left: -120px;
    width: 240px;
  }

  /*******ÔÚÏß±¨Ãûbanner*******/
  .register-banner {
    height: 160px;
  }

  .title-register-banner {
    top: 60px;
    margin-left: -120px;
    width: 240px;
  }


  .apply-form .apply-header {
    height: 120px;
  }

  .apply-form .form-content {
    padding: 10px;
  }

  .apply-form .form-item label {
    width: 110px;
    padding: 7px 5px
  }

  .apply-form .form-item .input-block {
    margin-left: 110px;
  }

  .apply-form .form-item .input-block .input,
  .apply-form .form-item .input-block select {
    width: 220px;
  }


  .news-list .default .img,
  .news-list .default .img img {
    width: 140px;
    height: 83px;
  }

  .video-list .default .img {
    height: 200px;
  }

  .search-nofind {
    width: 320px;
  }

}

@media only screen and (max-width: 359px) {

  .apply-form .form-item .input-block .input,
  .apply-form .form-item .input-block select {
    width: 180px;
  }

  .edui-pdf {
    min-height: 460px;
  }
}
<!--ºÄÊ±1764540778.8257Ãë-->