@charset "utf-8";

a:hover {
  color: #BB4B39;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.f_between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.middle_center,
.midcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
  transition: .3s all ease
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.text-line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.layui-form-select {
    position: relative;
    color: #5f5f5f
}
.layui-form input[type=checkbox],.layui-form input[type=radio],.layui-form select {
    display: none
}

/**招生计划**/
.address {
  border-radius: 6px;
  padding: 9px 40px;
  background: #e9e9e9 url(../images/map.png) 12px center no-repeat;
  background-size: 21px 21px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}

.address:before {
  position: absolute;
  content: '';
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/down.png) center no-repeat;
  background-size: 10px 6px;
}

.xzbox_line {
  margin-right: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.xzbox_line:last-child {
  margin-right: 0
}

.title_bt {
  margin-right: 10px;
  text-align: right;
  font-size: 18px;
}

.form_input {
  width: 120px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #999999;
}

.form_input2 {
  width: 150px;
}

#setValue_kemu.form_input {
  width: 340px;
}

.xzbox_line .form_input input {
  display: block;
  width: 100%;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  height: 38px;
  border: none;
  font-size: 16px;
  font-size: .16rem;
  border-radius: 4px;
  color: #333;
  padding: 0 8px;
}

.xzbox_line .layui-form-select .layui-edge {
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 0;
  font-size: 12px;
  -webkit-user-select: none;
  position: absolute;
  width: 14px;
  height: 14px;
  color: #c0c4cc;
  margin-top: -7px;
  right: 6px;
  background: url(../images/down.png) center no-repeat;
  background-size: 10px 6px;
}

.layui-form-selected dl {
  min-height: 80px;
}

.layui-form-selected:after {
  position: absolute;
  z-index: 900;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-bottom: 6px solid #dedede;
  top: 42px;
  left: 20px;
  display: none
}

.layui-form-select dl dd.layui-this {
  color: #BB4B39;
}

.xzbox_line .layui-input:focus,
.xzbox_line .layui-textarea:focus {
  border-color: #BB4B39 !important;
  box-shadow: 0 0 0 3px rgba(183, 22, 22, .08);
}

#setValue_city .layui-form-select dl {
  width: 630px;
  padding: 10px;
}

#setValue_city .layui-form-select dl dd {
  display: inline-block;
  width: 100px;
  height: 32px;
  border: 1px solid #aa0707;
  color: #aa0707;
  border-radius: 16px;
  margin: 5px 10px;
  text-align: center;
  line-height: 30px;
}

#setValue_city .layui-form-select dl dd.layui-this {
  color: #fff;
  border-color: #BB4B39;
  background: #BB4B39
}

.layui-form-selected dl::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.layui-form-selected dl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.layui-form-selected dl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.formbox {
  position: relative;
  padding-right: 120px;
}

.xzbox_btn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #aa0707;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: .16rem;
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.xzbox_btn:hover {
  color: #FFFFFF;
}

.xzbox_province .form_input {
  border: 0;
  border-radius: 6px;
  position: relative
}

.xzbox_province .form_input:before {
  position: absolute;
  content: '';
  z-index: 11;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/map.png) center no-repeat;
  background-size: 21px 21px;
}

.xzbox_province .form_input input {
  padding-left: 40px;
}

/**表格**/
.plane_bt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 20px;
}

.plane_con {
  position: relative;
  overflow: hidden;
}

.plane_con:before {
  position: absolute;
  content: '';
  right: -20px;
  top: 0;
  bottom: 0;
  width: 0px;
  box-shadow: 0px 0px 60px 0px #707e77;
  display: none
}

.plane_table {
  overflow: hidden;
  overflow-x: auto;
  border-radius: 0px;
  position: relative
}

.plane_table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.plane_table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.plane_table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.plane_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.plane_table th {
  white-space: nowrap;
  padding: 0.2rem 0.12rem;
  text-align: center;
  background: #aa0707;
  font-size: 0.18rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.22rem;
}

.plane_table td {
  padding: 0.18rem 0.12rem;
  text-align: center;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.22rem;
}

.plane_table tbody tr:nth-child(2n+2) td {
  background: #fff2f2;
  color: #aa0707;
}

.no_result {
  padding: 40px;
}

.no_result .wz {
  font-size: 18px;
  font-size: .18rem;
  line-height: 36px;
  color: #333;
  padding-left: 48px;
  background: url(../images/error.png) left center no-repeat;
  background-size: 30px 30px;
}

/**移动端**/
.choose_city {
  display: none
}

.sx-box {
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  display: none
}

.sx-box .checked {
  width: calc(100% - 16.8rem);
}

.sx-box .checked span {
  padding: 6px 20px;
  background: #f8f8f8;
  border-radius: 12px;
  font-size: 14px;
  font-size: .14rem;
  color: #BB4B39;
  margin: 5px 10px;
  position: relative;
}

.sx-btn {
  width: 0.8rem;
  position: relative;
  font-weight: 600;
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.22rem;
  cursor: pointer;
  background: #e9e9e9;
  padding: 0.1rem 0.32rem 0.1rem 0.1rem;
  border-radius: 0.08rem;
}

.sx-btn:before {
  position: absolute;
  content: '';
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/down.png) center no-repeat;
  background-size: 10px 6px;
}

.fixd_lay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.fixd_box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 750px;
  max-height: calc(100vh - 60px);
  margin: 0 auto;
  z-index: 20;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding-bottom: 30px;
  padding-top: 0rem;
}



.fixd_box .title1 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  margin: 0 20px 20px;
}

.city_con {
  padding: 0 20px;
  max-height: calc(100vh - 180px);
  overflow: hidden;
  overflow-y: auto
}

.city_con ul {
  position: relative;
  margin: 0 -12px;
}

.city_con ul.kemu li {
  width: auto
}

.city_con ul.kemu li a {
  padding: 0 20px
}

.city_con li {
  width: 25%;
  padding: 0 8px;
  border-radius: 16px;
}

.city_con li a {
  height: 40px;
  border: 1px solid #DEDEDE;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}

.city_con li.on a {
  color: #fff;
  background: #BB4B39;
  border-color: #BB4B39;
  font-weight: 600;
}

.city_con .wrap-1 li {
  width: 25%;
}

.city_con h5 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}

.city_con .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.city_con .btns span {
  width: 200px;
  height: 40px;
  background: #F0F0F0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 24px;
  font-size: .16rem;
  cursor: pointer;
}

.city_con .btns span.tijiao {
  background: #BB4B39;
  color: #fff;
  width: 100%;
  margin: 0;
}

.score_bar {
  width: 400px;
  background: #fff2f2;
  border-radius: 0.08rem;
  padding: 0.1rem 0.12rem;
  position: absolute;
  top: 0.15rem;
  right: 0;
}

.score_bar .con {
  border-radius: 0.2rem;
  background: url(../images/notice.png) 0.08rem center no-repeat;
  background-size: 0.25rem;
  height: 0.34rem;
  line-height: 0.34rem;
  padding-left: 0.4rem;
  padding-right: 0.08rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: rgb(170 7 7)
}

.score_bar .con span {
  display: block;
}

.score_bar .con .more {
  font-size: 16px;
  padding-right: 30px;
  background: url(../images/arrow2.png) right center no-repeat;
  background-size: 20px 10px;
}

.score_head {
  position: relative
}

/**相关文章列表**/
.other_list {
  margin-top: 30px;
}

.other_bt {
  line-height: 44px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #BB4B39
}

.other_list li {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9
}

.other_list li:last-child {
  border-bottom: 0;
}

.other_list li .bt {
  display: block;
  line-height: 1.75;
  font-size: 18px;
  font-size: .18rem;
}

.other_list li .bot {
  line-height: 18px;
  font-size: 14px;
  font-size: .14rem;
  color: #999;
  margin-top: 10px
}

.other_list li .date {
  color: #666
}

.other_list li .view {
  color: #999;
  padding-left: 30px;
  background: url(../images/see2.png) left center no-repeat;
  background-size: 20px 20px;
}


/**录取查询**/
.biaodan {
  padding: 0 80px 20px;
}

.typelink {
  padding: 0 80px;
}

.typelink>h2 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  margin-bottom: 10px
}

.custom-search .form-item .btn.submite {
  background-color: #bb4b39 !important;
  border-color: #bb4b39 !important;
}

.custom-search .data-title h4 {
  display: none
}

.custom-search .form-item .form-con {
  margin-bottom: 20px !important;
}

.el-table .el-table__header-wrapper tr,
.el-table .el-table__header-wrapper th {
  background-color: #bb4b39 !important;
  background: #bb4b39 !important;
}

.resultCrad>div {
  padding: 0 !important;
}

.resultCradTitle {
  margin-left: 0 !important;
}

/**文章页**/
.infobox {
  box-shadow: 0 4px 12px rgba(10, 10, 10, .1);
  padding: 30px;
  background: #fff
}

.infobox .article .entry .read p {}

/**文章标题**/
.article h1.arti_title {
  line-height: 44px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #BB4B39;
}

.zhaiyao {
  background: #F9F9F9;
  padding: 20px;
  margin-bottom: 30px;
}

.article h2.arti_title {
  font-weight: 400;
  line-height: 34px;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  color: #626262;
}

/**文章副标题**/
.article .arti_metas {
  line-height: 32px;
  font-size: 16px;
  font-size: .16rem;
  text-align: center;
  color: #666;
  margin: 20px auto;
}

.article .arti_metas span.arti_update {
  color: #666;
}

.article .arti_metas span.arti_views {
  color: #999;
  padding-left: 34px;
  background: url(../images/see2.png) left center no-repeat;
  background-size: 20px 20px;
}

/**文章其他属性**/

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

/**文章内容**/

.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 18px;
  font-size: .18rem;
  color: #333;
  word-break: break-all;
}

/**阅读字体**/


/**文章阅读部分图片大小限制**/

.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}

.es_article_title {
  display: none;
}

/**翻页**/

.es_pagingbar_container {
  margin: 40px auto 0;
  text-align: center;
  padding-bottom: 40px;
}

.es_pagingbar_container .es_pagingbar {
  display: inline-block;
  overflow: hidden;
}

.es_pagingbar_container .es_pagingbar li {
  float: left;
  padding: 6px 12px;
  margin: 0 6px;
  color: #999;
  background: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  font-size: .14rem;
  text-align: center;
  cursor: pointer;
}

.es_pagingbar_container .es_pagingbar li.active {
  background: #d63e3e;
  color: #fff;
  border-color: #d63e3e;
}

.es_pagingbar_container .es_pagingbar li.active a {
  color: #fff;
}

.es_article_content img {
  margin-right: 20px;
}

video {
  width: 100%;
  height: 100%
}

/**弹框提示**/
.tiplay {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4)
}

.tip_boxwz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.col_news_head {margin-bottom: 0.4rem;height: 0.65rem;}
.col_metas .col_title h2 {display:inline-block;padding:15px 0;line-height:35px;font-size: 26px;font-weight: 600;color: #aa0707;border-bottom: 1px solid #aa0707;}