body {
  background: #EDEDED !important;
}
body ul, body label {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
body p, body h1, body h2, body h3, body pre {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover, a:visited, a:link, a:active, a:focus {
  text-decoration: none !important;
  color: #fff;
}
.table {margin-bottom: 0 !important;}
.clear {
  clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;
}
/* head */
.nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  height: 100%;
  margin: 0 auto;
}
.head { width: 100%; height: 189px; background: #266396; }

.head .inner { padding-top: 30px; }

.head .inner h2 { margin: 0 0 20px; font-size: 32px; font-family: MicrosoftYaHeiSemibold; color: #FFFFFF; line-height: 30px; text-align: center; }

.head .inner ul li a span { display: block; margin: 0 auto; width: 190px; height: 63px; background: url(/images/zhuanti/pc/general/logo_1.png) no-repeat; background-size: cover; }

.head .inner ul li a span.logo_2 { background: url(/images/zhuanti/pc/general/logo_2.png) no-repeat; background-size: cover; }

.head .inner ul li a span.logo_3 { background: url(/images/zhuanti/pc/general/logo_3.png) no-repeat; background-size: cover; }

.head .inner ul li a h2 { margin-top: 6px; font-size: 12px; font-family: MicrosoftYaHei; color: #FFFFFF; line-height: 16px; }

.head .inner ul li:nth-of-type(2) { margin: 0 0px 0 220px; }
/* nav */
.nav {
  width: 100%;
  height: 42px;
  /*background: url(../images/nav_bg.png) center no-repeat;*/
  /*background-size: 100% 100%;*/
  background: #AB8D61;
}

.nav .nav-list>li {
  width: 100%;
  height: 100%;
  line-height: 42px;
  cursor: pointer;
  border-left: 1px solid #fff;
  text-align: center;
}
.nav-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.nav-list>li:hover, .nav-list>li:active, .nav-list>li:visited, .nav-list>li.active{
  /*background: rgba(5,74,119,1);*/
  /*box-shadow: inset 0px 0px 1px 0px rgba(5,74,119,1),inset 0px 5px 6px 0px rgba(48,106,159,1);*/
  background: #8E0001;
}
.nav-list>li:last-child {
  border-right: 1px solid #fff;
}
/* nav 招生简章 */
.enrollment {
  position: relative;
}
.enrollment .enrollment-content {
  position: absolute;
  top: 47px;
  background: rgba(174, 15, 16, 1);
  border-radius: 5px;
  box-shadow:0px 2px 12px 0px rgba(0,0,0,0.06);
  width: 300px;
  text-align: left;
  z-index: 999;
  display: none;
  padding: 10px 0;
}
.enrollment-content>li:hover a, .enrollment-content li:active a{
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  background: rgba(155, 13, 20, 1)
  /* border-radius: 5px; */
}
.enrollment-content>li {
  width: 100%;
  height: 100%;
}
.enrollment-content>li a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  line-height: normal;
  padding: 10px 20px;
  font-size: 14px;
  box-sizing: border-box;
}
/* content */
/* 媒体查询 用min-width时，小的放上面大的在下面，同理如果是用max-width那么就是大的在上面，小的在下面*/
@media (max-width: 1024px) {
  html{font-size: 70px;}
  .content, .head-content, .nav-list{width: 88%;}
}
@media (min-width: 1024px){
  html{font-size: 70px;}
  .content, .head-content, .nav-list{width: 88%;}
} /*>=1024的设备*/
@media (min-width: 1100px) {
  html{font-size: 75px;}
  .content, .head-content, .nav-list{width: 83%;}
}
@media (min-width: 1280px) {
  html{font-size: 80px;}
  .content, .head-content, .nav-list{width: 78%;}
}
@media (min-width: 1366px) {
  html{font-size: 85px;}
  .content, .head-content, .nav-list{width: 73%;}
}
@media (min-width: 1440px) {
  html{font-size: 90px;}
  .content, .head-content, .nav-list{width: 68%;}
}
@media (min-width: 1680px) {
  html{font-size: 95px;}
  .content, .head-content, .nav-list{width: 65%;}
}
@media (min-width: 1920px) {
  html{font-size: 100px;}
  .content, .head-content, .nav-list{width: 62%;}
}
html{font-size: 100px;}
.content, .head-content, .nav-list {
  margin: 15px auto 30px;
  width: 1180px;
}
.content .lr {
  display: flex;
  justify-content: space-between;
}
.content .lr .l {
  width: 887px;
  height: auto;
  box-shadow:0px 2px 5px 0px rgba(5,74,119,0.1);
}
.content .lr .r {
  width: 278px;
}

/* footer */

.foot { width: 100%; height: 270px; background: #054A77; }

.foot ul { padding-top: 40px; font-size: 12px; font-family: MicrosoftYaHei; color: #FFFFFF; line-height: 22px; }

.foot ul li h4 { font-size: 14px; font-family: MicrosoftYaHeiSemibold; color: #FFFFFF; line-height: 19px; }

.foot ul li p { margin-top: 10px; }

.foot ul li .about { margin-top: 20px; width: 108px; height: 30px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #FFFFFF; line-height: 30px; padding-left: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; cursor: pointer; }

.foot ul li .about::before { content: ''; display: block; width: 8px; height: 12px; background: url(/images/zhuanti/pc/general/more_icon.png) no-repeat; background-size: cover; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 15px; }

.foot ul li .about a { font-size: 14px; font-family: MicrosoftYaHeiSemibold; color: #FFFFFF; }

.foot ul li div { margin-top: 18px; }

.foot ul li div span { display: inline-block; width: 18px; height: 18px; background: url(/images/zhuanti/pc/general/foot_logo_1.png) no-repeat; background-size: cover; vertical-align: middle; margin-right: 10px; }

.foot ul li div span.logo_2 { background: url(/images/zhuanti/pc/general/foot_logo_2.png) no-repeat; background-size: cover; }

.foot ul li .ewm { margin-top: 10px; width: 135px; height: 135px; background: url(/images/teacher_v1.png) no-repeat; background-size: cover; }

.foot ul li:nth-of-type(2) { margin-left: 290px; }

.foot ul li:nth-of-type(3) { width: 135px; }

.foot ul li:nth-of-type(3) h4 { text-align: center; }

.foot .copyright { margin-top: 30px; width: 100%; height: 36px; background: #000000; opacity: 0.3; font-size: 12px; font-family: NotoSansHans-Medium, NotoSansHans; font-weight: 500; color: rgba(255, 255, 255, 0.5); line-height: 36px; text-align: center; }

/* bottom-num */
.bottom-num {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #054A77;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 12px;
}

/* aside */
.aside .aside-btns {
  box-shadow:0px 2px 5px 0px rgba(5,74,119,0.1);
}
/* btns */
.aside .aside-btn {
  width: 100%;
  height: 95px;
  /*line-height: 95px;*/
  /*text-align: center;*/
  cursor: pointer;
  /*font-size: 24px;*/
  /*background-size: cover;*/
  margin-bottom: 9px;
}
.aside .aside-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0px;
}
.aside .aside-btn:last-child {
  margin-bottom: 0;
}
.aside .aside-btn.zxzx {
  background: url(https://cgzd.oss-cn-beijing.aliyuncs.com/static/zhuanti/zfdx/site/aside-icon-zx.png) center no-repeat;
  background-size: cover;
}
.aside .aside-btn.wxbm {
  background: url(https://cgzd.oss-cn-beijing.aliyuncs.com/static/zhuanti/zfdx/site/aside-icon-yy.png) center no-repeat;
  background-size: cover;
}
.aside .aside-btn.mfst {
  background: url(https://cgzd.oss-cn-beijing.aliyuncs.com/static/zhuanti/zfdx/site/aside-icon-zl.png) center no-repeat;
  background-size: cover;
}
/* 招生专业 */
.aside .zszy {
  background: #fff;
  margin: 15px 0;
  padding: 30px 0;
  box-shadow:0px 2px 5px 0px rgba(5,74,119,0.1)
}
.aside .zszy .zszy-title {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-top: 5px;
  padding-left: 30px;
}
.aside .zszy .zszy-list li {
  width: 100%;
  font-size: 14px;
  padding-left: 30px;
}
.aside .zszy .zszy-list li:hover {
  background: #F7F8FA;
}
.aside .zszy .zszy-list li a{
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  color: #333;
  border-bottom: 0.5px solid #ededed;
}
.aside .zszy .zszy-list li a .dot {
  width: 6px;
  height: 6px;
  background: #333;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}
/* 面向全国招生 */
.aside .contact {
  width: 100%;
  /*background: url('../images/contact_bg.png') center no-repeat;*/
  /*background-size: 100% 100%;*/
  padding: 0 35px 35px;
  background: #8E0001;
}
.aside .contact .contact-title {
  width: 100%;
  text-align: center;
  padding: 20px 0 15px;
  font-size: 0.24rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact .contact-detail .item-contact-detail {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.14rem;
  margin-top: 14px;
}
.contact .contact-detail .phone-detail {
  font-size: 0.18rem;
}
.contact-detail .item-contact-detail .contact-icon {
  width: 0.46rem;
  height: 0.50rem;
  min-width: 0.46rem;
  min-height: 0.50rem;
  margin-right: 0.18rem;
}

/* 分页 */
.content .pagination-box {
  display: flex;
  justify-content: center;
}
.content .pagination-box a, .content .pagination-box span {
  margin-right: 10px;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: rgba(55, 135, 188, .06);
  display: inline-block;
}
.content .pagination-box .active {
  background: #8E0001;
  color: #fff;
  border: none;
}

/* modal */
.modal .modal-content {
  border-radius: 0;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-body .top-bg {
  width: 100%;
  height: 23px;
  border-bottom: 1px solid #3787BC;
}
.modal-body .popup-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 123px;
  background: url('https://cgzd.oss-cn-beijing.aliyuncs.com/static/zhuanti/zfdx/site/bg-zl.png') no-repeat;
  background-size: cover;
}
.modal-body .top-bg>div {
  width: 100%;
  height: 20px;
  background: #3787BC;
}
.modal-body .title {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin: 50px 0;
}
.modal-body .form-content {
  padding: 1.1rem 0.7rem 0 0.9rem;
}
.modal-body .form-row {
  line-height: 0;
}
.modal-body .form-content label {
  margin-bottom: 20px;
  color: #22242A;
  font-size: 14px;
}
.modal-body .form-content .form-group {
  margin-bottom: 20px;
}
.modal-body .form-control {
  padding: 10px 20px;
  height: auto;
  font-size: 14px;
  color: #666666;
  background:rgba(250,251,253,1);
  border-radius:4px;
  border:1px solid rgba(234,234,234,1);
  text-align: left;
}
.modal-body .form-row > .col, .form-row > [class*=col-] {
  padding-right: 3%;
  padding-left: 0;
}
.modal-body .form-control:focus {
  box-shadow: none;
}
.modal-content .modal-footer {
  border-top: none;
  justify-content: center;
  padding: 20px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer .apply-btn {
  width:214px;
  height:48px;
  /*background:rgba(55,135,188,1);*/
  background: #8E0001;
  border-radius:4px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: none;
}
.modal-footer .apply-btn:focus {
    background: #8E0001;
}
.modal-footer .apply-btn.close-btn {
  width: 130px;
  margin-right: 40px;
}

.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
	/* 自定义select */
	.select-input {
		position: relative;
	}
	.select-input .form-control {
		cursor: pointer;
	}
	.select-input .select-arrow {
		position: absolute;
    right: 35px;
    width: 20px;
    height: 20px;
    bottom: 10px;
	}
	.select-input .select-ul {
		position: absolute;
		top: 75px;
		z-index: 99;
		left: 0;
		padding: 10px 20px;
		width: 94%;
		background: rgba(255,255,255,1);
		box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.06);
		border: 1px solid rgba(234,234,234,1);
		border-radius: 4px;
		display: none;
	}
	.select-input .select-ul li {
		padding: 10px 0;
		font-size: 14px;
		color: #5A5E66;
		display: flex;
		justify-content: space-between;
		align-items: center;
    cursor: pointer;
    line-height: 14px;
	}
	.select-input .select-ul li:hover,
	.select-input .select-ul li.active {
		color: #3787BC;
	}
	.select-input .select-ul li .icon-select {
		width: 14px;
		height: 10px;
		margin-right: 20px;
		display: none;
  }

  /* 漂浮框 */
  .fload { position: absolute;z-index: 999900; display: none; width: fit-content; height: auto;}
  .fload .close {width: 20px; height: 20px; border-radius: 50%;margin-right: -25px;margin-top: -2px;}
  .fload .item { display: block; width: 100%; height: 100%;}
  .fload .item img { vertical-align: bottom; width: 100%; height: 100%;}/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/

  /* toast */
  .toast-box {
    padding: 10px 0;
    width: 1.5rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
    display: none;
    border-radius: 5px;
  }

  .important {
    color: #D0021B;
  }

  @-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
  }

  .loading-img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
    display: none;
  }

  .anchorBL{
    display:none;
}

.article-content p:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
video {
  background: #000;
}
.res-error {
    font-size: 14px;
}
