:root {
  --color-base: #1787e0;/*rgba(55,110,211,1);var(--color-base)*/
  --color-sub: rgba(255,158,24,1);/*#ff9e18 */
}

html {
    font-size: 15px;
}
body {
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
    font-size: inherit;
    color: inherit;
    color: #343434;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover{ text-decoration: none; opacity: .8; }
a:focus,input,button,select,swal2-close{
    outline:none!important;
}

ul,li{ list-style: none; }

ul,p{ padding: 0; margin: 0; }


#mobile_nav .uk-logo{ max-width: 70% }
#mobile_nav .uk-navbar{ padding: 10px; background-color: var(--color-base); box-shadow: 0 5px 15px rgba(0,0,0,.08);}


.btn a {
  display: inline-block;
  width: 84px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border: solid 1px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.btn .b1 {
  color: var(--color-base);
  border-color: var(--color-base);
  margin-right: 10px;
}
.btn .b1:hover {
  background-color: var(--color-base);
  color: #fff;
}
.btn .b2 {
  color: var(--color-sub);
  border-color: var(--color-sub);
}
.btn .b2:hover {
  background-color: var(--color-sub);
  color: #fff;
}


.uk-heading-bullet::before {
    border-left: calc(5px + .1em) solid var(--color-base);
    border-radius: 20px;
}

.uk-img-radius {
  border-radius: 6px;
  overflow: hidden;

}
.uk-img-radius img{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.uk-img-radius img:hover {
    transform: scale(1.08);
}
/*#head star*/
#head p{ margin:0; padding: 0; }
#head .register-wrap {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}
#head .register-wrap .uk-float-right a{ 
	margin-right: 20px;
}
#head .register-wrap .uk-float-right a.m{ background: url(../images/shouji.png) left center no-repeat; padding-left: 20px;}
#head .register-wrap .uk-card{ width: 220px; text-align: center; }
#head .register-wrap .uk-card img{ width: 100%}
#head .h-kfu{float:left; width: 40%;}
#head .h-phone{float:left; width: 60%;}
#head .h-kfu i,
#head .h-phone i{background-image: url(../images/ico-all.png); width: 35px; height: 35px; display: block; float:left; margin-right: 10px;}
#head .h-kfu i{ background-position:-78px top; background-repeat: no-repeat;  }
#head .h-phone i{background-position: -120px top; background-repeat: no-repeat;  }
#head .h-kfu p:nth-child(2){ color: #feaf1a; cursor: pointer; }
#head .h-phone p:nth-child(1){ font-size: 12px; color: var(--color-base); }
#head .h-phone p:nth-child(2){ font-weight: bold; font-size: 16px;}



#head .mod-search{
    width: 350px;
    border: 2px solid var(--color-sub);
    background: #fff;
    position: relative;
    margin-top: 8px;
    margin-left: 130px;
    border-radius: 8px;
}
#head .mod-search .input-search-btn{ height: 34px; line-height: 34px; }
#head .mod-search .uk-dropdown{ min-width: auto; padding: 10px; }
#head .mod-search .uk-dropdown ul li{ font-size: 14px; border-bottom: 1px solid #ddd; padding: 0 10px;}
#head .mod-search .uk-dropdown ul>li>a{ padding: 0 }
#head .mod-search a#dr_search_module_name{ vertical-align: middle; }



#head .mod-search i.fa-search{
	width: 25px;height: 25px;margin-left: 8px;margin-top: 5px; font-size: 22px; color: #ccc;
}
#head .mod-search__input {
    margin: 6px 10px 6px 5px;
    padding: 0;
    width: 210px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border: 0;
    vertical-align: top;
    outline: none;
}
#head .mod-search__btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 20%;
    background: var(--color-sub);
    line-height: 34px;
    text-align: center;
    border:none;
    color:#fff;
    cursor: pointer;
}



#head .nav-wrap{background-color: var(--color-base);}
#head .nav-wrap .menu-wrap {
    width: 216px;
    height: 48px;
    background-color: var(--color-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#head .nav-wrap .menu-wrap>.ico{ color: #fff; margin:11px 0 0 10px; font-size: 18px; }
#head .nav-wrap .menu-wrap>div#major-list-nav>p:nth-child(1){ width: 90%; line-height: 48px;}
#head .nav-wrap .menu-wrap>div#major-list-nav>p:nth-child(1) a{ color: #fff; font-size: 15px; }
#head .nav-wrap .menu-wrap>div#major-list-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}
#head .nav-wrap .menu-wrap>div#major-list-nav .info-list-wrap .top ul li{ line-height: 35px; }





/*侧菜单 star*/
#head .nav-wrap .menu-wrap:hover #major-list-nav .menu-info-wrap {
    display: block
}
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    box-shadow: 0 0 8px 0 rgba(4, 0, 0, .08)
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul {
    background-color: #fff;
    position: relative;
    padding: 0;
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li {
    width: 216px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li:first-of-type {
    border-top: none !important
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .right {
    position: relative
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li:hover .right::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 6px;
    height: 100%;
    background-color: #fff;
    z-index: 99999
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li:last-of-type {
    margin-bottom: 0;
    border-bottom: none
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li>.ico {
    width: 50px;
    line-height: 38px;
}
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li>.ico i{ margin-left: 20px; color: var(--color-base); }
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li>.ico img {
    width: 20px;
    height: 20px;
    margin: auto
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li>.name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    line-height: 38px;
    color: #666;
    font-size: 15px
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom ul li:hover p,
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li>p a:hover {
    color: #efaf1a
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .right {
    width: 50px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .right i {
    font-size: 24px;
    margin: 6px 0 0 10px;
    color: #ccc;
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li:hover {
    border: 1px solid var(--color-base);
    border-right: none
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li:hover .info-list-wrap {
    display: block
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap {
    width: 672px;
    height: 545px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(4, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(4, 0, 0, .08);
    display: none;
    border: 1px solid var(--color-base);
    border-top: none
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 26px 10px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .top>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .top>ul li {
    width: 22%;
    margin-right: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .top>ul li:nth-of-type(4n+4) {
    margin-right: 0
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 26px
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom ul>a {
    display: block
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom ul li img {
    width: 180px;
    height: 114px;
    background-color: #ccc
}

#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap>ul>li .info-list-wrap .bottom ul li p {
    margin-top: 16px;
    font-size: 14px;
    color: #666
}
/*侧菜单 end*/
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu{  }
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu>ul>li{ height: 139px;  }
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .info-list-wrap{ height: 555px; }
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .uk-submajor{ position: absolute;  left: 50px; line-height: 22px;}
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .uk-submajor a{ color: #999; }
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .uk-submajor.uk-submajor-pos1{top:40px;}
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .uk-submajor.uk-submajor-pos2{top:180px;}
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .uk-submajor.uk-submajor-pos3{top:320px;}
#head .nav-wrap .menu-wrap>#major-list-nav .menu-info-wrap.uk-new-menu .uk-submajor.uk-submajor-pos4{top:460px;}

#head .nav-wrap .menu-wrap .new-ico{}
#head .nav-wrap .menu-wrap .new-p{}





.uk-navbar .uk-baoming-big {
  position: absolute;
  right: 0;
  top: 90px;
  width: 280px;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 30px 20px;
  z-index: 9;
  background:#fff;
}
.uk-navbar .uk-baoming-big h3{ text-align: center; }
.uk-navbar .uk-baoming-big form > div {
  width: 100%;
  height: 36px;
  border: 1px solid var(--color-base);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 18px;
  border-radius: 6px;
}
.uk-navbar .uk-baoming-big form > div.code {
 position: relative;
}
.uk-navbar .uk-baoming-big form > div.code img {
 position: absolute;
 right: 0;
 top: 5px;
 width: 40%;
}

.uk-navbar .uk-baoming-big form > div span {
  font-size: 14px;
}
.uk-navbar .uk-baoming-big form > div input,
.uk-navbar .uk-baoming-big form > div select {
  border: none;
  height: 100%;
  width: 160px;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 6px;
}
.uk-navbar .uk-baoming-big form > div input::placeholder {
  font-size: 12px;
}
.uk-navbar .uk-baoming-big form button {
  width: 100%;
  height: 36px;
  background-color: var(--color-base);

  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 6px;
}










/*#head end*/


/* 横向菜单 star*/

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{ font-size: 15px; min-height: 48px; }
@media (min-width: 960px){
  .uk-navbar-nav {
      gap: 0px;
  }
}
.uk-navbar-nav {gap: 0px;}
.uk-navbar-nav>li>a {
    color: #fff;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;


}
/*
.uk-navbar-nav>li>a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 0;
    background-color: transparent;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 0;
    right: 0
}
*/
.uk-navbar-primary .uk-navbar-nav>li>a {
    font-size: 26px
}

.uk-navbar-primary .uk-navbar-nav>li>a {
    font-weight: 400
}
.uk-navbar-nav>li>a[aria-expanded=true],
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a:active,
.uk-navbar-nav>li.uk-active>a{
    color: #fff;
    outline: 0
}
.uk-navbar-nav>li:hover,.uk-navbar-nav>li.uk-active{
  background-color: rgba(0,0,0,0.1);
}
/*
.uk-navbar-nav>li:hover>a:before,
.uk-navbar-nav>li>a.uk-open::before,
.uk-navbar-nav>li>a:focus:before,
.uk-navbar-nav>li.uk-active>a:before {
    background-color: rgba(0,0,0,0.1);
    height: 100%
}
*/
/* 横向菜单 end*/

/* banner star*/
.banner {
    margin: 6px 0px 6px 222px;
}


.banner .device {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}


.banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 9;
}

.banner .device .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    margin: 0 3px;
    cursor: pointer;
    margin: 0 10px;
}

.banner .device .swiper-active-switch {
    background: #fff;
    position: relative;
    width: 6px;
    height: 6px;
    top: -2px;
}

.banner .device .swiper-active-switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: -10px;
    margin-left: -10px;

}

.banner .device .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .device .swiper-slide img {
    width: 100%;
    height: 368px;
    display: block;
}

.banner .uk-banner-middle .bottom{ margin-top: 15px; }
.banner .uk-banner-middle .bottom ul li{ text-align: center; }
.banner .uk-banner-middle .bottom ul li div.uk-card{ padding: 15px 0; }
.banner .uk-banner-middle .bottom ul li div.uk-card .text{ margin: 10px 0; color: #ccc; }
.banner .uk-banner-middle .bottom ul li div.uk-card .text p{ padding: 0; margin: 0; }
.banner .uk-banner-middle .bottom ul li div.uk-card .text p.a1{ font-size: 15px; margin-bottom: 5px; color: #333; }

.banner .uk-banner-middle .bottom ul li div.uk-card .img i{display: inline-block;width:58px;height:66px;background-image: url('../images/ico-all.png');background-size: auto;}

.banner .uk-banner-middle .bottom ul li div.uk-card .img i.down1{background-position: 0px -36px;}
.banner .uk-banner-middle .bottom ul li div.uk-card .img i.down2{background-position: -61px -36px;}
.banner .uk-banner-middle .bottom ul li div.uk-card .img i.down3{background-position: -124px -36px;}
.banner .uk-banner-middle .bottom ul li div.uk-card .img i.down4{background-position: -186px -36px;}



.banner .uk-banner-right{ }

.banner .uk-banner-right .article .baoming {
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 8px;
}
.banner .uk-banner-right .article .baoming form > div {
  width: 100%;
  height: 36px;
  border: 1px solid var(--color-base);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 18px;
  border-radius: 6px;
}
.banner .uk-banner-right .article .baoming form > div.code {
 position: relative;
}
.banner .uk-banner-right .article .baoming form > div.code img {
 position: absolute;
 right: 0;
 top: 5px;
 width: 40%;
}

.banner .uk-banner-right .article .baoming form > div span {
  font-size: 14px;
}
.banner .uk-banner-right .article .baoming form > div input,
.banner .uk-banner-right .article .baoming form > div select {
  border: none;
  height: 100%;
  width: 160px;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 6px;
}
.banner .uk-banner-right .article .baoming form > div input::placeholder {
  font-size: 12px;
}
.banner .uk-banner-right .article .baoming form button {
  width: 100%;
  height: 36px;
  background-color: var(--color-base);

  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 6px;
}
.banner .uk-banner-right .article .news {
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
  padding: 8px;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
}
.banner .uk-banner-right .article .news .title {
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}
.banner .uk-banner-right .article .news .title p {
  width: 72px;
  height: 24px;
  text-align: center;
  border-bottom: 1px solid var(--color-base);
}
.banner .uk-banner-right .article .news .b li {
  height: 28px;
  border-bottom: 1px dashed #e6e6e6;
  line-height: 28px;
}
.banner .uk-banner-right .article .news .b li:last-of-type {
  border-bottom: none;
}
.banner .uk-banner-right .article .news .b li a {
  display: flex;
  font-size: 14px;
}
.banner .uk-banner-right .article .news .b li a span {
  font-size: 14px;
  color: var(--color-base);
  margin-right: 10px;
}
.banner .uk-banner-right .article .news .b li a p {
  width: 208px;
  font-size: 12px;
  color: #666;
  margin-left: 6px;
}
.banner .uk-banner-right .article .gg {
  width: 100%;
  height: 155px;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  margin-top: 12px;
}
/* banner end */


.home-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    margin-bottom: 20px;
}

.home-title .left span {
    vertical-align: bottom;
    padding-left: 6px;
}
.home-title .left i{ font-size:24px;color: #18244b;vertical-align: middle; }
.home-title .left span:nth-of-type(1){
    font-size: 24px;
    color: #18244b;
    font-weight: bold;
}

.home-title .left span:nth-of-type(2){
    color: #999;
    font-size: 15px;
}

.home-title .right {
    display: flex;
    align-items: flex-end;
}

.home-title .right a {
    color: #ccc;
    margin-left: 24px;
    font-size: 16px;
}
.home-title .right a:hover{
    color: #efb01e;
}



.hot-school-list .uk-card-media-top{ padding: 0!important; }
.hot-school-list .uk-card-media-top>a{ border-radius:6px 6px 0 0 !important; }

.hot-school-list .uk-card-default{ 
  box-shadow:none; 
  border:1px solid #f2f2f2; 
  border-radius: 6px; 
  transition: all ease-out .3s
}

.hot-school-list .uk-card-default::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-base);
    transition: all ease-out .3s
}

.hot-school-list .uk-card-default:hover {
    box-shadow: 0 4px 10px 0 rgba(4, 0, 0, .1);
    transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, .1)
}

.hot-school-list .uk-card-default:hover::after {
    width: 100%
}


.h-body-list>ul>li>div{
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    transition: box-shadow, transform ease-out .3s;
    background: #fff;
    border:1px solid #f2f2f2;
}

.h-body-list>ul>li>div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-base);
    transition: all ease-out .3s
}

.h-body-list>ul>li>div:hover {
    box-shadow: 0 4px 10px 0 rgba(4, 0, 0, .1);
    transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, .1)
}

.h-body-list>ul>li>div:hover::after {
    width: 100%
}

.h-body-list>ul>li>div .img {
    background-color: #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.h-body-list>ul>li>div .text {

    text-align: left;
}
.h-body-list>ul>li>div .text p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 8px;
}
.h-body-list>ul>li>div .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h-body-list>ul>li>div .btn a{
  margin-bottom: 10px;
}


.h-body-list .uk-tile{ padding: 0px; }




.aaaaa1>ul>li>div{

    background: #fff;
}




.hot-zy .h-body {
  display: flex;
}
.hot-zy .h-body .left {
  width: 250px;
  height: 384px;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  background-color: #ccc;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 14px;
  background-image: url(../images/tu1.jpg);
  flex-shrink: 0;
}
.hot-zy .h-body .left p {
  color: #fff;
}
.hot-zy .h-body .left .t-list .active a {
  background-color: #fff;
}
.hot-zy .h-body .left .t-list .active a p {
  box-sizing: border-box;
  color: var(--color-base);
}

.hot-zy .h-body .left .t-list .active a i {
  display: block !important;
}
.hot-zy .h-body .left .t-list li:hover a {
  background-color: #fff;
}
.hot-zy .h-body .left .t-list li:hover a p {
  box-sizing: border-box;
  color: var(--color-base);
  text-align: start;
  padding-left: 16px;
}
.hot-zy .h-body .left .t-list li:hover a i {
  display: block !important;
}
.hot-zy .h-body .left .t-list li a {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #fff;
  border-right: none;
  margin-top: 16px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.hot-zy .h-body .left .t-list li a p {
  text-align: start;
  padding-left: 16px;
}
.hot-zy .h-body .left .t-list li a .t1 {
  font-size: 14px;
  margin-top: 11px;
}
.hot-zy .h-body .left .t-list li a .t2 {
  font-size: 12px;
}
.hot-zy .h-body .left .t-list li a i {
  position: absolute;
  top: 30%;
  right: 16px;
  display: none;
  margin-top: -6px;
  font-size: 32px;
  color: var(--color-base);
}
.hot-zy .h-body .right {
  width: 955px;
  margin-left: 18px;
}
.hot-zy .h-body .right ul {
  display: flex;
  flex-wrap: wrap;
}
.hot-zy .h-body .right li {
  width: 220px;
  height: 182px;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  margin-right: 17px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.hot-zy .h-body .right li:nth-of-type(4n+4) {
  margin-right: 0;
}
.hot-zy .h-body .right li:nth-of-type(n+5):nth-of-type(-n+8) {
  margin-bottom: 0;
}
.hot-zy .h-body .right li .img {
  width: 100%;
  height: 120px;
  background-color: #ccc;
  overflow: hidden;
}
.hot-zy .h-body .right li .img:hover img {
  transform: scale(1.2);
}
.hot-zy .h-body .right li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-out;
}
.hot-zy .h-body .right li .con {
  box-sizing: border-box;
  padding: 12px;
}
.hot-zy .h-body .right li .con .c-name {
  font-size: 15px;
  cursor: pointer;
}
.hot-zy .h-body .right li .con .c-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.hot-zy .h-body .right li .con .c-num span {
  font-size: 12px;
  color: #999;
}
.hot-school .h-body {
  display: flex;
  justify-content: space-between;
}
.hot-school .h-body .left {
  width: 250px;
  height: 456px;
  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  background-color: #ccc;
  background-image: url(../images/tu2.jpg);
  flex-shrink: 0;
}
.hot-school .h-body .right {
  width: 955px;
  margin-left: 18px;
}


.hot-school .h-body .right li .hs-card {

  box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 10px;
}
.hot-school .h-body .right li .hs-card:nth-of-type(4n+4) {
  margin-right: 0;
}
.hot-school .h-body .right li .hs-card .img {
  width: 100%;
  height: 120px;
  background-color: #ccc;
  overflow: hidden;
}
.hot-school .h-body .right li .hs-card .img:hover img {
  transform: scale(1.2);
}
.hot-school .h-body .right li .hs-card .img img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-out;
}
.hot-school .h-body .right li .hs-card .con {
  box-sizing: border-box;
  padding: 10px 12px 0;
}
.hot-school .h-body .right li .hs-card .con .c-name {
  text-align: center;
}
.hot-school .h-body .right li .hs-card .con .c-num {
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
}
.hot-school .h-body .right li .hs-card .con .c-num span {
  font-size: 12px;
  color: #999;
}
.hot-school .h-body .right li .hs-card .con .btn {
  display: flex;
  justify-content: space-between;
}
.hot-school .h-body .right li .hs-card .con .btn a {
  display: block;
  width: 84px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  cursor: pointer;
}
.hot-school .h-body .right li .hs-card .con .btn .b1 {
  color: var(--color-sub);
  border-color: var(--color-sub);
}
.hot-school .h-body .right li .hs-card .con .btn .b1:hover {
  background-color: #ed4b2b;
  color: #fff;
}
.hot-school .h-body .right li .hs-card .con .btn .b2 {
  color: var(--color-base);
  border-color: var(--color-base);
}
.hot-school .h-body .right li .hs-card .con .btn .b2:hover {
  background-color: var(--color-base);
  color: #fff;
}
.major_tag ul li{ display: inline; }
.major_tag ul li a{text-align: center; padding: 15px 40px; margin:0 0 10px 0; display: block; border-radius: 4px; color: #fff; 
}
.major_tag ul li a:hover{box-shadow: 0 0 15px rgb(0 0 0 / 20%);background-color:#333; }

.IndC1,.IndC5,.IndC16,.IndC25{ background:#72a7c9;}
.IndC2,.IndC6,.IndC17,.IndC26{ background:#7c8ec0;}
.IndC3,.IndC7,.IndC21{ background:#7dafa4;}
.IndC4,.IndC8,.IndC11,.IndC12{ background:#b5859b;}
.IndC18,.IndC20,.IndC23{ background:#d09879;}
.IndC9,.IndC13,.IndC15{ background:#c58686;}
.IndC10,.IndC14,.IndC24{ background:#98b984;}
.IndC19,.IndC22{ background:#5e90c5;}

.uk-title h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: normal;
    display: inline-block;
}

.uk-title h2:after {
    content: " ";
    width: 20px;
    background: var(--color-base);
    height: 3px;
    position: absolute;
    left: 0;
    top: 35px;
    border-radius: 1.5px;
}

.uk-title .desc {
    display: inline-block;
    color: #777;
    margin-left: 10px;
    margin-top: -15px;
    font-size: 14px;
}



.Indtit{ font-size: 14px; }
.Indtit h2 i{ margin-right: 10px; 
  background-image: linear-gradient(90deg, rgba(255,158,24, 1) 0%, rgba(255,158,24, .7) 100%);
  /*chrome私有样式，加前缀，文字显示背景图片*/
  -webkit-background-clip:text;
  animation: move 5s infinite;
  /*文字颜色设为透明*/
  color: transparent;
}
.Indtit h2{
    font-size: 24px;
    color: #18244b;
    font-weight: bold;
}

/*报考指南*/
.IndguiN{border-bottom:1px dashed #eee; padding-top: 10px;}
.IndguiNa{font-size:18px; line-height:24px; font-weight: bold;color:var(--color-base);}
.IndguiNp{ font-size:13px;line-height:26px; margin:8px 0; color: #999;}

.IndguiM{ position: relative;z-index:1;}
.IndguiM a{text-align: center; display: block; color:#a5aab0; margin:0 auto; background:#FFF;}
.IndguiM:before{display:block;content:'';position: absolute; left:0;top:50%; margin-top: -1px; width:100%; height:1px; border-bottom:1px dashed #d1d7df;z-index:-1}

.IndguiM{z-index:1;}
.IndguiM a{width:80px;line-height:26px;}
.IndguiM a:hover{color:var(--color-base);} 

.IndguiE ul li{ font-size:13px; line-height:38px; height:38px; }
.IndguiE ul li p{ float: left; }
.IndguiE ul li span{ float: right; }




.address_tag{ }

.address_tag a {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadceb;
    margin: 0 6px 13px;
    font-size: 14px;
    white-space:nowrap;
    padding: 10px;
}


.address_edu .uk-card-media-top{ padding: 10px;  }
.address_edu .edu-logo{ width: 46px; height: 46px; max-width: 46px; }
.address_edu .uk-card-media-top>a{ display: inline-block; border-radius: 4px; overflow: hidden;}
.address_edu .uk-card-media-top>a>img{ 
    transition: all 0.3s ease-out; 
}
.address_edu .uk-card-media-top>a:hover>img {
  transform: scale(1.2);
}
.address_edu .uk-card-media-top .uk-position-bl{
    border-radius: 50%!important; 
    overflow: hidden; 
    position: absolute; 
    bottom: -14px!important; 
    left: 14px!important;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
}
.address_edu .uk-card-media-top .uk-position-br{
    position: absolute; 
    bottom: -20px!important; 
    right: 14px!important; 
    font-size: 12px;
    color: #999;
}
.address_edu .uk-card-body { padding:30px 20px; }
.address_edu .uk-card-body .uk-card-title{
  font-size: 1.1rem; 
  font-weight: bold; 
  margin:5px;
}
.address_edu .uk-card-body .uk-card-title.uk-h5{
  font-size: 1rem;
  white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    overflow: hidden;
}


.address_edu .major-tag span {
    font-size: 11px;
    line-height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    color: #fff;
    background: #ff9e18;
}
.address_edu .uk-card-body ul{ border-top: 1px dashed #ddd; margin-top: 10px; padding-top: 10px; }
.address_edu .uk-card-body ul li{

    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.address_edu .uk-card-body ul li a{
    padding-left: 10px;
    color: #333;
}
.address_edu .uk-card-body ul li a:hover{ color: var(--color-base); }
.address_edu .uk-card-body ul li a:before {
    margin-top: -2px;
    width: 4px;
    height: 4px;
    display: block;
    content: '';
    position: absolute;
    background: #999;
    left: 0;
    top: 50%;
}


.now-position{}

.uk-article .title-writer{ border-bottom:dashed 1px #ddd; line-height: 40px;}
.uk-article .uk-article-content{ line-height: 2; font-size: 15px; margin-top: 20px;}
.uk-article .blog-single-foot{margin-top: 20px; line-height: 2; font-size: 15px;}

.list_news{ }

.list_news ul{overflow: hidden; padding: 15px;}
.list_news ul li{ cursor: pointer; border-top:dashed 1px #ddd; font-size: 15px; line-height: 3; }
.list_news ul li:first-child{border-top:dashed 0px #ddd;  }
.list_news ul li span{ float: right; }


.list-tab-wrap ul li{ line-height: 30px; border-bottom: 1px dashed #eee; padding-bottom: 10px; margin-bottom: 10px; }
.list-tab-wrap ul li .x1{ width: 80px; float: left; text-align: right; }
.list-tab-wrap ul li .x2{ width: calc(100% - 90px); float:right; }
.list-tab-wrap ul li .x2 a{ padding:2px 10px; }
.list-tab-wrap ul li .x2 a.active{ background: var(--color-base); color: #fff; border-radius: 4px;}

.list-wrap ul li{ cursor: pointer; border-bottom:  }
.list-wrap ul li .img img{ border-radius: 50%; width: 88px; height: 88px; }

.list-wrap.list-major ul{overflow: hidden;}
.list-wrap.list-major ul li{ cursor: pointer; border-top:dashed 1px #ddd; }
.list-wrap.list-major ul li:first-child{border-top:dashed 0px #ddd;  }
.list-wrap.list-major ul li .img{ width: 220px; border-radius: 10px; overflow: hidden; }
.list-wrap.list-major ul li .img img{ border-radius:0; width: auto; height: auto; }
.list-wrap.list-major ul li .con{ padding-left: 0px; position: relative; }



.list-wrap ul li .con{ padding-left: 40px; position: relative; }
.list-wrap ul li .con .text p{  color: #999; }
.list-wrap ul li .con .text .x6{font-size: 16px; margin-bottom: 10px;}
.list-wrap ul li .con .text p span{ margin-right: 30px; }


.list-wrap ul li .con .btn{ margin-top: 20px; }

.list-wrap ul li .con .manyidu-star-box {
    position: absolute;
    top: -10px;
    right: -40px;
    display: flex;
    width: 130px;
    height: 28px;
    line-height: 28px;
    background: #FFF4E3;
    border-radius: 14px 0 0 14px;
    align-items: center;
    padding-left: 14px;
    cursor: pointer;
}
.list-wrap ul li .con .manyidu-star-box span{
font-weight: bold;
color: #FF9F11;
}




.uk-jingxuan{ padding: 0 8px; }
.uk-jingxuan li:first-child{}
.uk-jingxuan li{ margin-bottom: 2rem; }
.uk-jingxuan li p{ font-size:0.8rem; margin: 0rem; color: #999;}
.uk-jingxuan li:after{ content:'';display: table; clear: both; }
.uk-jingxuan li a.uk-img-radius{ width: 33.3%; float: left; overflow: hidden;}
.uk-jingxuan li .txt{ float: right; width: 60%}
.uk-jingxuan li .txt h6{ margin-bottom: .2rem; font-size: .9rem}
.uk-jingxuan li:first-child a.uk-img-radius{ display: block; width: 100%; float: none; margin-bottom: 10px; }
.uk-jingxuan li:first-child .txt{ display: block; width: 100%; float: none;margin-left:0; }






/*专业内页*/
.synopsis {

}


.synopsis .button{ width:48%; margin-right:4%; border: 0; background:var(--color-base); color: #fff;  float: left; padding: 10px 0; border-radius: 6px; cursor: pointer;}
.synopsis .button.but2{background: #ff9f01; margin: 0;}
.synopsis .button:hover{ background: #333; }

.synopsis>.title {

    border-bottom: 1px dashed #e6e6e6;
    font-size: 1.8rem;
    color: #343434;
    padding-bottom: 20px; 
    margin-bottom: 20px;
}



.synopsis .sy-body .s-b-left p {
    color: #666;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 1.1rem;
}
.synopsis .sy-body .s-b-left p.ic01{
   background-image: url('../images/1.png');
}
.synopsis .sy-body .s-b-left p.ic02{
   background-image: url('../images/2.png');
}
.synopsis .sy-body .s-b-left p.ic03{
   background-image: url('../images/1-2.png');
}
.synopsis .sy-body .s-b-left p.ic04{
   background-image: url('../images/3.png');
}
.synopsis .sy-body .s-b-left p.ic05{
   background-image: url('../images/4.png');
}
.synopsis .sy-body .s-b-left p.ic06{
   background-image: url('../images/6.png');
}
.synopsis .sy-body .s-b-left p.ic07{
   background-image: url('../images/7.png');
}

.synopsis .sy-body .s-b-left p.ic08{
   background-image: url('../images/5.png');
}


.synopsis .sy-body .s-b-left p.ic08 {
    flex: 1;
    display: flex;
    flex-wrap: wrap
}

.synopsis .sy-body .s-b-left p.ic08 a {
    margin-bottom: 20px
}

.synopsis .sy-body .s-b-left p.ic08 span {
    padding: 4px 14px;
    background-color: #ebf6fd;
    border-radius: 50px;
    margin-right: 8px;
    font-size: 14px
}




.synopsis .sy-body .s-b-right .title {
    display: flex;
    justify-content: space-between
}

.synopsis .sy-body .s-b-right .title>div {
    width: 30%
}

.synopsis .sy-body .s-b-right .title .collect {
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.synopsis .sy-body .s-b-right .title .collect img {
    width: 24px;
    height: 24px
}

.synopsis .sy-body .s-b-right .title .ewm {
    text-align: center;
    font-size: 14px;
    color: #666;
    position: relative
}

.synopsis .sy-body .s-b-right .title .ewm:hover #qrcodeCanvas {
    display: block
}

.synopsis .sy-body .s-b-right .title .ewm #qrcodeCanvas {
    display: none;
    position: absolute;
    top: 100%;
    left: -55%;
    width: 160px;
    height: 160px;
    z-index: 9;
    box-shadow: 0 5px 5px #f5f5f5
}

#major-info .content>.left .mao,
#major-info .content>.left .xgxuexiao,
#major-info .content>.right .hot-sch,
#major-info .content>.right .sch-name,
.mao-con,
.right .fine {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
}

.synopsis .sy-body .s-b-right .title .ewm #qrcodeCanvas .one {
    height: 14px;
    background-color: transparent;
    position: relative
}

.synopsis .sy-body .s-b-right .title .ewm #qrcodeCanvas .two {
    background-color: #f5f5f5;
    padding-bottom: 12px;
    padding-top: 10px
}

.synopsis .sy-body .s-b-right .title .ewm #qrcodeCanvas .one:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    border-right: 10px solid transparent;
    transform: translateX(-50%)
}

.synopsis .sy-body .s-b-right .title .ewm #qrcodeCanvas img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}



.synopsis .sy-body .s-b-right .title .tel {
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.synopsis .sy-body .s-b-right .title .tel img {
    width: 18px;
    height: 26px
}

.synopsis .sy-body .s-b-right .r-body {
    margin-top: 12px
}

.synopsis .sy-body .s-b-right .r-body .from>div {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #efaf1a;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 18px;
    display: flex;
    line-height: 40px
}
.synopsis .sy-body .s-b-right .r-body .from>div.code{ position: relative; }
.synopsis .sy-body .s-b-right .r-body .from>div.code img{ width: 40%; position: absolute; top: 5px; right: 0 }

.synopsis .sy-body .s-b-right .r-body .from>div>input,
.synopsis .sy-body .s-b-right .r-body .from>div>select {
    width: 84%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0 10px
}

.synopsis .sy-body .s-b-right .r-body .from>div input::placeholder,
.synopsis .sy-body .s-b-right .r-body .from>div>select {
    font-size: 14px;
    color: #999
}

.synopsis .sy-body .s-b-right .r-body .btn {
    display: flex;
    justify-content: space-between;
    border: none !important;
    padding: 0 !important
}

.synopsis .sy-body .s-b-right .r-body .btn button,
.synopsis .sy-body .s-b-right .r-body .btn input {
    width: 100px !important;
    height: 36px !important;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}


.uk-synopsis-tab{ font-size: 1.1rem; border-bottom: 1px solid #eee;  }
.uk-synopsis-tab ul li{ text-align: center; }
.uk-synopsis-tab ul li a{ display: block; padding-bottom: 10px;}
.uk-synopsis-tab ul li.uk-active a{border-bottom: 3px solid var(--color-base);}

.uk-synopsis-con .title{ padding: 20px 0; font-size: 1.1rem;}
.uk-synopsis-con .title::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(3px + 0.1em) solid var(--color-base);
    border-radius: 2px;
}
.uk-synopsis-con .content{ margin-bottom: 20px; line-height: 2; }

/*
.uk-synopsis-con .m-body ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 16px;
    position: relative
}
*/
.uk-synopsis-con .m-body ul li {

    border-bottom: 1px dashed #ccc;

}
/*
.uk-synopsis-con .m-body ul li .left {

    margin-left: 34px;
    margin-right: 34px
}

.uk-synopsis-con .m-body ul li .right {
    margin-right: 34px
}

.uk-synopsis-con .m-body ul li .left p a:hover {
    color: #efaf1a
}



.uk-synopsis-con .m-body ul li .right p:nth-of-type(1) {
    margin-bottom: 12px;
    color: #ed7d23;
    font-size: 14px
}
.uk-synopsis-con .m-body ul li:nth-of-type(2n) {
    display: flex
}
*/

.uk-synopsis-con .m-body ul li .right p:nth-of-type(1) {
    margin-bottom: 10px;
    color: #f00;
    font-size: .9rem;
}
.uk-synopsis-con .m-body ul li .left p:nth-of-type(1){
  font-size: 1.05rem;
}
.uk-synopsis-con .m-body ul li .left p:nth-of-type(2) {
    font-size: .9rem;
    line-height: 1.5;
    color: #999;
    margin-top: 10px;
}

.uk-synopsis-con .m-body ul li .left p:nth-of-type(2) a{
  color: #999;
}

.uk-synopsis-con .m-body ul li .left p:nth-of-type(2) a:hover{
  color: var(--color-base);
}


.uk-synopsis-con .m-body ul li .right button {
    display: block;
    width: 74px;
    height: 30px;
    border:0;
    border-radius: 4px;
    background-color: #ff9f01;
    color: #fff;
    font-size: .9rem;
    cursor: pointer;
}
.uk-synopsis-con .m-body ul li .right button:hover{ background-color: #333; }


.uk-synopsis-con .m-body ul li:nth-of-type(5),
.uk-synopsis-con .m-body ul li:nth-of-type(6) {
    border-bottom: none
}


.uk-synopsis-con .m-body ul li:nth-of-type(2n+1){
    border-right: 1px dashed #ccc;
    
}

/*
.uk-synopsis-con .m-body ul li:nth-of-type(2n+1) .left{
  margin-left: 0px
}
*/




.uk-index-right-news-list li {
    font-size: .9rem;
    line-height: 2
}

.uk-index-right-news-list li i {
    color: #ccc;
    top: .54285714em;
}

.uk-index-right-news-list li a {
    color: #333;
}

.uk-index-right-news-list li a:hover {
    color: #2254f4
}

.uk-index-right-news-list.fa-ul {

    margin-left: 1.5em;

}


.page-menu ul li {
    padding: 20px 0;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    text-indent: 20px
}

.page-menu ul li:last-child {
    border: none
}

.page-menu ul li a {
    display: block;
    color: #888;
    font-size: 15px;
}

.page-menu .current-menu-item {
    background: #fafafa;
}

.page-menu .current-menu-item a {
    position: relative;
    font-weight: bold;
    color: var(--color-base)!important
}

.page-menu .current-menu-item a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: var(--color-base);
    left: 0;
    box-shadow: 3px 0px 10px -1px var(--color-base);
    border-radius: 2px;
}



.page-main form .con,
.page-main form .tel{ margin: 20px 0; }
.page-main form .con span,
.page-main form .tel span{ color: #f00; font-weight: bold; margin: 5px; }

.page-main form .con textarea {
    resize: none;
    flex: 1;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
}

.page-main form #dr_phone,
.page-main form #dr_code{
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;

}

.page-main form #dr_submit{
    background: var(--color-base);
    color: #fff;
    border-radius: 6px;
    border:0;
    padding: 10px 20px;
}
.page-main form #dr_submit:hover{ opacity: 0.8; cursor: pointer; }


#ksbm{ background:url('../images/baoming-bg.jpg') bottom center no-repeat #fff; }
#ksbm .form-input-list p{ padding: 10px 0; }
#ksbm .form-input-list p span{color: #f00; font-weight: bold; margin: 5px; }
#ksbm input{ 
    border: 1px solid #ddd;
    border-radius: 4px;
    width: calc(100% - 20px) ;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#ksbm select{ 
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#ksbm textarea {
    resize: none;
    flex: 1;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: calc(100% - 20px) ;
    padding: 10px;
}
#ksbm form #dr_submit{
    background: var(--color-base);
    color: #fff;
    border-radius: 6px;
    border:0;
    padding: 10px 20px;
}
#ksbm  form #dr_submit:hover{ opacity: 0.8; cursor: pointer; }



/*index-资讯*/
.home-blogs{}
.home-blogs .lists{background: transparent !important;padding: 0;}
.home-blogs .lists .grid.nopic{padding-left:10px !important;}
.home-blogs .lists .grid.nopic .grid-meta{left: 8px !important;}
.home-blogs .more{text-align: center;margin-bottom: 30px;margin-top: 15px;}
.home-blogs .more a{display: inline-block;padding: 10px 80px;text-decoration: none;background-color: var(--theme-color);color: #fff !important;border-radius: 50px;}
.home-blogs .more a:hover{opacity: .88}



.home-blogs .lists .grid {
    height: 75px;
    border-radius: var(--theme-radius);
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);

    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: var(--theme-radius);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease 0s;
}

.home-blogs .lists .grid:hover {box-shadow:0 0 15px rgba(0,0,0,0.15);-webkit-transform: translateY(-3px);transform: translateY(-3px);}




.home-blogs .lists .grid .thumb {
    width: 110px;
    height: 75px;
    transition: all .3s ease-out 0s;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
    object-fit: cover;
    background: #eee;
    display: block;
    font-size: 0;
}

.home-blogs .lists .grid .img {
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}
.home-blogs .lists .grid .txt{ background: #fff; padding:4px 8px; }
.home-blogs .lists .grid .txt h3 {
    font-size: 14px;
    margin-top: 2px;
    font-weight: normal;
    margin-bottom: 2px;

}
.home-blogs .lists .grid .txt h3 a {
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    word-break: break-all;
}
.home-blogs .lists .grid .grid-meta {
    color: #777;
    font-size: 12px;
    right: 8px;
    max-height: 24px;
    overflow: hidden;
}
.home-blogs .lists .grid .grid-meta span {
    margin-right: 8px;
}
/*index-资讯*/




@media screen and (max-width: 640px) {
  .list-tab-wrap ul li .x1{ width: 100%; float: none; text-align: left; }
  .list-tab-wrap ul li .x2{ width: 100%; float: none; }
  .list-wrap.list-major ul li .img{ width: 100%; }
  .list-wrap.list-major ul li .img img{width: 100%; }

  .list-wrap.list-major ul li .con{ padding: 0!important }

  .list-wrap.list-major ul li .con .btn{ display: none }

  .hot-school-list{ padding: 10px; }
  .address_edu .uk-card-body{padding: 30px 10px 10px 10px}

  .uk-synopsis-con .m-body ul li:nth-of-type(2n+1){ border-right: 0 }
}