@charset "utf-8";
.layout {
  width: 1300px;
  margin: 0 auto;
}
body {
  background-color: #FFFFFF;
}
body a:hover {
  color: #1276ff !important;
}
.fill .head {
  position: relative;
}
.fill .head .head-title {
  float: left;
  background-color: #ffffff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(../images/fill_icon.png) no-repeat;
  background-size: 17px 18px;
  margin-right: 10px;
}
.fill .head .head-title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.fill .head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 6px;
  background: #4593FF;
}
.fill .head .head-more {
  position: relative;
  z-index: 1;
  float: right;
  padding-left: 23px;
  background-color: #ffffff;
}
.fill .head .head-more a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #1276FF;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 8px;
}
.slider_item {
  width: 860px;
  height: 436px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
}
.slider_item .switch-tips {
  position: absolute;
  bottom: 23px;
  right: 30px;
  z-index: 100;
}
.slider_item .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  margin-left: 10px;
}
.slider_item .switch-tips .on {
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.switch-tips ol li:hover {
  background-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.switch-tips .last-switch-tips {
  margin-right: 0;
}
.slider_item .img-group ul li {
  float: left;
  position: relative;
  width: 860px;
  height: 436px;
}
.slider_item .img-group ul li .slider-words {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 99;
  height: 50px;
  line-height: 50px;
  background-color: rgba(51, 51, 51, 0.17);
  padding-left: 20px;
}
.slider_item .img-group ul li .slider-words a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  letter-spacing: 1px;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.slider_item .img-group ul li .slider-words a:hover {
  color: #ffffff !important;
}
.img-group img {
  width: 860px;
  height: 436px;
  border-radius: 4px;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 12px;
}
.text-list ul li:hover span {
  color: #1276ff;
}
.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1px;
  width: 75%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  letter-spacing: 1px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.curriculum-list ul li {
  width: 308px;
  float: left;
  margin-right: 24px;
}
.curriculum-list ul li a {
  display: block;
}
.curriculum-list ul li a:hover .title-page,
.curriculum-list ul li a:hover .title-name {
  color: #1276ff;
}
.curriculum-list ul li .curriculum-images {
  width: 308px;
  height: 170px;
}
.curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum-list ul li .curriculum-title {
  padding: 20px 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.54);
}
.curriculum-list ul li .curriculum-title .title-page {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-title .title-name {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main {
  background: url(../images/main_back_img.jpg) no-repeat top center;
  min-width: 1300px;
}
.container-list {
    margin-top: 20px;
}
.container-list .list-left {
  width: 860px;
  float: left;
}
.container-list .list-right {
  float: right;
  width: 420px;
}
.signin-box {
  height: 300px;
  padding: 24px 42px 18px 35px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.form-group .form-header {
  text-align: center;
}
.form-group .form-header .list_nav {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  line-height: 25px;
  margin-right: 35px;
}
.form-group .form-header .list_nav:hover {
  border-bottom: 2px solid #1276FF;
}
.form-group .form-header .active {
  color: #1276FF;
  border-bottom: 2px solid #1276FF;
}
.form-group .form-header .last {
  margin-right: 0;
}
.form-group .form-body {
  margin-top: 20px;
}
.form-group .form-body .tab_none {
  display: none;
}
.form-group .input-control .input {
  width: 100%;
  border: none;
  height: 50px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  padding: 0 15px;
}
.form-group .input-control .codeInput {
  width: 213px;
  float: left;
}
.form-group .input-control .fetch-vCode {
  float: left;
  width: 120px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #1276FF;
  font-size: 16px;
  font-weight: 400;
  color: #1276FF;
  line-height: 50px;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}
.form-group .input-control .form-error {
  height: 28px;
}
.form-group .input-control .error {
  float: left;
  padding-top: 6px;
  padding-left: 16px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #E8001C;
  line-height: 22px;
  height: 28px;
}
.form-group .input-control .forgetPass {
  float: right;
  height: 28px;
  padding-top: 6px;
}
.form-group .input-control .forgetPass a {
  font-size: 16px;
  font-weight: 400;
  color: #1276FF;
  line-height: 22px;
}
.form-group .input-control-second {
  margin-top: 14px;
}
.form-group .input-control-second .form-tips {
  text-align: right;
  margin-top: 11px;
}
.form-group .form-btn {
  margin-top: 19px;
}
.form-group .form-btn .btn-row .btn {
  border: none;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
  width: 100%;
  height: 50px;
  background: #1276FF;
  border-radius: 3px;
}
.dataDownload {
  height: 124px;
  overflow: hidden;
  margin-top: 12px;
  padding: 15px 8px 7px 9px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.dataDownload .head:before {
  width: 0;
}
.dataDownload .tab-head {
  float: left;
  margin-top: 5px;
  position: relative;
}
.dataDownload .tab-head span {
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  line-height: 24px;
  margin-right: 2px;
  cursor: pointer;
  width: 126px;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
}
.dataDownload .tab-head .tab-cur {
  color: #1276ff;
  border-bottom: 1px solid #1276ff;
}
.dataDownload .dataDownload-itme .dataDownload-list .list-box {
  margin-top: 10px;
}
.dataDownload .dataDownload-itme .dataDownload-list .list-box .list-box-lf {
  float: left;
  width: 37px;
  height: 96px;
  background: rgba(235, 242, 255, 0.29);
  border-radius: 4px;
  padding: 0 10px;
}
.dataDownload .dataDownload-itme .dataDownload-list .list-box .list-box-lf span {
  height: 96px;
  font-size: 14px;
  font-weight: 400;
  color: #1276FF;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dataDownload .dataDownload-itme .dataDownload-list .list-box .list-box-rg {
  float: left;
  width: 306px;
}
.dataDownload .dataDownload-itme ul {
  width: 420px;
}
.dataDownload .dataDownload-itme ul li {
  float: left;
  width: 130px;
  height: 55px;
  background: rgba(235, 242, 255, 0.29);
  border-radius: 4px;
  margin-right: 7px;
  padding: 8px 0 7px 11px;
}
.dataDownload .dataDownload-itme ul li a {
  display: block;
}
.dataDownload .dataDownload-itme ul li .itme-box img {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
}
.dataDownload .dataDownload-itme ul li .itme-box span {
  text-align: center;
  width: 77px;
  display: table-cell;
  vertical-align: middle;
  height: 34px;
  line-height: 17px;
  padding-left: 4px;
}
.dataDownload .dataDownload-itme ul li .itme-box span i {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  max-height: 34px;
}
.dataDownload .dataDownload-itme ul li:hover {
  background-color: #E7F0FF;
}
.project-itme {
  padding: 22px 13px 0 21px;
  height: 436px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.project-itme .project-words {
  margin-top: 27px;
}
.project-itme .project-words .text-list ul li {
  margin-bottom: 14px;
}
.project-itme .project-words .text-list ul li a {
  width: 100%;
}
.project-itme .project-words .text-list ul li span {
  width: 22%;
}
.information {
  height: 270px;
  margin-top: 20px;
  padding: 24px 20px 14px 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.information-box .info-title {
  margin-top: 30px;
  text-align: center;
}
.information-box .info-title a {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #1764CE;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.information-box .information-text {
  margin-top: 28px;
}
.information-box .information-text .box-img {
  width: 213px;
  float: left;
  margin-right: 38px;
  margin-top: 4px;
}
.information-box .information-text .box-img a {
  display: block;
}
.information-box .information-text .box-img a img {
  width: 213px;
  height: 127px;
  display: block;
}
.information-box .information-text .box-img a p {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.information-box .information-text .box-img a:hover p {
  color: #1276ff;
}
.information-box .information-text .box-words {
  width: 565px;
  float: left;
}
.banner-about {
  width: 1308px;
}
.banner-about a {
  display: block;
  width: 646px;
  height: 113px;
  float: left;
  margin-right: 8px;
}
.banner-about a img {
  width: 100%;
  height: 100%;
}
.project-panel {
  padding-top: 8px;
}
.project-panel .head .head-title {
  padding-left: 20px;
}
.project-panel .head .head-more {
  padding-right: 13px;
}
.project-panel .panel-list {
  margin-top: 34px;
  overflow: hidden;
}
.project-panel .panel-list ul li {
  float: left;
  width: 640px;
  margin-right: 20px;
}
.project-panel .panel-list ul li a {
  display: block;
}
.project-panel .panel-list ul li img {
  width: 640px;
  height: 120px;
  display: block;
  border: none;
}
.project-panel .panel-list ul li:last-child {
  margin-right: 0;
}
.curriculum-box {
  padding-top: 8px;
}
.curriculum-box .head .head-title {
  padding-left: 20px;
}
.curriculum-box .head .head-more {
  padding-right: 13px;
}
.curriculum-box .curriculum-box-silder {
  margin-top: 50px;
}
.curriculum-box .curriculum-box-silder:nth-child(1) {
  margin-top: 34px;
}
.curriculum-itme {
  position: relative;
  margin-top: 20px;
}
.curriculum-itme .curriculum-list {
  overflow: hidden;
}
.curriculum-itme .curriculum-list ul {
  width: 1320px;
}
.curriculum-itme .curriculum-list ul li {
  margin-right: 19px;
  margin-left: 2px;
  margin-bottom: 2px;
}
.curriculum-itme .sPrev {
  position: absolute;
  left: 2px;
  top: 98px;
  width: 46px;
  height: 77px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px 0px 0px 4px;
  z-index: 3;
}
.curriculum-itme .sNext {
  position: absolute;
  right: 0;
  top: 98px;
  width: 46px;
  height: 77px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px 0px 0px 4px;
  z-index: 3;
}
.curriculum-head p {
  text-align: center;
}
.curriculum-head p span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #036CFF;
  line-height: 33px;
  position: relative;
}
.curriculum-head p span:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: #C2DCFF;
  top: 11px;
  right: -20px;
  z-index: 1;
}
.curriculum-head p span:before {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: #C2DCFF;
  top: 11px;
  left: -20px;
  z-index: 1;
}
.dataSta {
  margin-top: 40px;
  width: 100%;
  height: 106px;
  background: url(../images/dataSta_back.jpg) no-repeat;
}
.dataSta ul {
  padding: 26px 70px 0;
}
.dataSta ul li {
  width: 386px;
  float: left;
}
.dataSta ul li .dataSta-box {
  text-align: center;
}
.dataSta ul li .dataSta-box .dataSta-box-num {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.dataSta ul li .dataSta-box .dataSta-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
}
.footer-link {
  margin-top: 40px;
}
.footer-link .head .head-title {
  padding-left: 20px;
}
.footer-link h3 {
  display: inline-block;
  font-size: 18px;
  color: #1764CE;
  line-height: 24px;
}
.footer-link a {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  margin-right: 15px;
}
.footer-link ul {
  margin-top: 30px;
  width: 1315px;
}
.footer-link ul li {
  width: 254px;
  float: left;
  margin-right: 9px;
}
.footer-link ul li a {
  display: block;
}
.footer-link ul li img {
  width: 254px;
  height: 66px;
  display: block;
}
.elevator-nav {
  position: fixed;
  top: 350px;
  right: 50%;
  margin-right: -770px;
  z-index: 11;
}
.elevator-nav ul li {
  margin-bottom: 20px;
}
.elevator-nav ul .contactus {
  width: 103px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(175, 175, 175, 0.5);
  border-radius: 4px;
}
.elevator-nav ul .contactus a {
  display: block;
}
.elevator-nav ul .contactus .contactus-box {
  cursor: pointer;
  text-align: center;
  padding-top: 20px;
}
.elevator-nav ul .contactus .contactus-box span {
  width: 40px;
  height: 40px;
  background: url(../images/contactUs_icon.png) no-repeat;
  display: inline-block;
}
.elevator-nav ul .contactus .contactus-box p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.elevator-nav ul .contactus:hover {
  background: #036CFF;
}
.elevator-nav ul .contactus:hover .contactus-box span {
  background: url(../images/contactUs_icon_hover.png) no-repeat;
}
.elevator-nav ul .contactus:hover .contactus-box p {
  color: #ffffff;
}
.elevator-nav ul .appDownload {
  width: 103px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(175, 175, 175, 0.5);
  border-radius: 4px;
  padding: 3px;
}
.elevator-nav ul .appDownload .appDownload-box {
  text-align: center;
}
.elevator-nav ul .appDownload .appDownload-box img {
  width: 94px;
  height: auto;
  display: inline-block;
}
.elevator-nav ul .appDownload .appDownload-box p {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #333333;
}
.elevator-nav ul .appDownload .appDownload-box a {
  text-align: center;
  display: block;
  line-height: 30px;
  background-color: #ff810d;
  padding: 0 5px;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
}
.elevator-nav ul .admin-sinup {
  width: 103px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(175, 175, 175, 0.5);
  border-radius: 4px;
}
.elevator-nav ul .admin-sinup a {
  display: block;
}
.elevator-nav ul .admin-sinup .admin-sinup-box {
  cursor: pointer;
  text-align: center;
  padding-top: 20px;
}
.elevator-nav ul .admin-sinup .admin-sinup-box span {
  width: 40px;
  height: 40px;
  background: url(../images/admin_sinup_icon.png) no-repeat;
  display: inline-block;
}
.elevator-nav ul .admin-sinup .admin-sinup-box p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.elevator-nav ul .admin-sinup:hover {
  background: #036CFF;
}
.elevator-nav ul .admin-sinup:hover .admin-sinup-box span {
  background: url(../images/admin_sinup_icon_hover.png) no-repeat;
}
.elevator-nav ul .admin-sinup:hover .admin-sinup-box p {
  color: #ffffff;
}
@media screen and (max-width: 1620px) {
  .elevator-nav {
    margin-right: -48%;
  }
}
.input-control input::-webkit-input-placeholder {
  color: #999999;
}
.input-control input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.input-control input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.input-control input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.account-panel {
  margin-top: 26px;
}
.account-panel .headPortrait {
  width: 96px;
  height: 96px;
  margin: 0 auto;
}
.account-panel .headPortrait img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.account-panel .panel-name,
.account-panel .panel-info {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.account-panel .panel-name span,
.account-panel .panel-info span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.account-panel .panel-name {
  margin-top: 10px;
}
.account-panel .panel-info {
  margin-top: 8px;
}
.account-panel .panel-btn {
  margin-top: 15px;
  text-align: center;
}
.account-panel .panel-btn .signOut,
.account-panel .panel-btn .modify-btn {
  display: inline-block;
  width: 88px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  text-align: center;
}
.account-panel .panel-btn .modify-btn {
  width: 125px;
  margin-left: 12px;
}
.contactUsForm {
  display: none;
  padding: 0 60px;
}
.contactUsForm .reminder-wrapper {
  background: #F3F5F7;
  border-radius: 4px;
}
.contactUsForm .reminder-wrapper .wrapper-list {
  padding: 9px 20px 15px;
}
.contactUsForm .reminder-wrapper .wrapper-list p {
  font-size: 16px;
  font-weight: 600;
  color: #0D71FA;
  line-height: 20px;
  margin-top: 6px;
}
.contactUsForm .contactUsForm-top {
  margin-top: 30px;
  width: 820px;
}
.contactUsForm .contactUsForm-top .layui-form-item {
  width: 330px;
  float: left;
  clear: none;
  margin-bottom: 20px;
  margin-right: 80px;
}
.contactUsForm .contactUsForm-top .layui-form-item .layui-form-label {
  width: 70px;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.contactUsForm .contactUsForm-top .layui-form-item .layui-input-block {
  margin-left: 0;
}
.contactUsForm .contactUsForm-top .layui-form-item .layui-input {
  width: 258px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  padding: 0 10px 0 20px;
}
.contactUsForm .contactUsForm-bt {
  margin-top: 10px;
}
.contactUsForm .contactUsForm-bt .layui-form-item .layui-form-label {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.contactUsForm .contactUsForm-bt .layui-form-item .layui-form-label i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  color: #E8001C;
  font-weight: bold;
  margin-right: 5px;
}
.contactUsForm .contactUsForm-bt .layui-form-item .layui-input-block {
  margin-left: 0;
}
.contactUsForm .contactUsForm-bt .layui-form-item .layui-input {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  padding: 0 10px 0 20px;
}
.contactUsForm .contactUsForm-bt .layui-form-item .layui-textarea {
  margin-top: 10px;
  width: 100%;
  height: 207px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding: 10px;
  resize: none;
}
.signOut-tip {
  display: none;
}
.signOut-tip p {
  margin: 38px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.articleDetails {
  display: none;
}
.articleDetails .detail-wrap {
  padding: 30px 24px 40px;
}
.articleDetails .detail-wrap .detail-bt {
  padding-bottom: 30px;
  border-bottom: 1px dashed #C9CACC;
  text-align: center;
}
.articleDetails .detail-wrap .detail-bt h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #0d71fa;
  line-height: 42px;
}
.articleDetails .detail-wrap .detail-bt .sub-title {
  text-align: center;
  margin-top: 24px;
}
.articleDetails .detail-wrap .detail-bt .sub-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  line-height: 22px;
  margin: 0 10px;
}
.articleDetails .detail-wrap .text {
  margin-top: 40px;
}
.articleDetails .detail-wrap .text p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.articleDetails .detail-wrap .text img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 820px;
}
.articleDetails .detail-wrap .text .enclosure-box {
  background: #F3F5F7;
  border-radius: 3px;
  padding: 18px 23px 8px;
  margin-top: 70px;
}
.articleDetails .detail-wrap .text .enclosure-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0048C5;
  line-height: 22px;
  margin-bottom: 15px;
}
.articleDetails .detail-wrap .text .enclosure-box a {
  display: block;
  margin-bottom: 10px;
}
.articleDetails .detail-wrap .text .enclosure-box a i {
  float: left;
  display: block;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 8px;
}
.articleDetails .detail-wrap .text .enclosure-box a span {
  width: 730px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #0048C5;
  line-height: 22px;
}

.wlxx .head {
    position: relative;
}

.wlxx .head .head-title {
    float: left;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.wlxx .head .head-title i {
    font-style: normal;
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/fill_icon0.png) no-repeat;
    background-size: 17px 18px;
    margin-right: 10px;
}

.wlxx .head .head-title span {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}

.wlxx .head .head-more {
    position: relative;
    z-index: 1;
    float: right;
    padding-left: 23px;
    background-color: #ffffff;
}

.wlxx .head .wlxx_btn {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.wlxx .head .head-more a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #1276FF;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 8px;
}

.wlxx .head .head-title {
    padding-left: 20px;
}


.curriculum-wlxx {
    margin-top: 20px;
}

.wlxx .head .head-title {
    padding-left: 20px;
}

.curriculum-wlxx ul li {
    width: 311px;
    height: 293px;
    background: linear-gradient(180deg, rgba(22, 83, 206, 0.14) 0%, rgba(255, 255, 255, 0) 30%), #ffffff;
    box-shadow: 0px 4px 13px -2px rgba(6, 31, 66, 0.05);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
    transition: all .3s;
    position: relative;
}

.curriculum-wlxx ul li .flag {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    width: 76px;
    height: 31px;
    background: #FF7F20;
    border-radius: 0px 8px 0px 27px;
    position: absolute;
    right: 9px;
    top: 11px;
    text-align: center;
    line-height: 31px;
}

.curriculum-wlxx ul li:nth-child(4n) {
    margin-right: 0;
}

.curriculum-wlxx ul li .imgbox {
    width: 290px;
    height: 160px;
    margin: 11px auto 0;
}

.curriculum-wlxx ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.curriculum-wlxx ul li .bottom {
    padding: 18px 17px 17px 11px;
    position: relative;
}

.curriculum-wlxx ul li .bottom .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.curriculum-wlxx ul li .bottom .writer {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #898989;
    padding-top: 17px;
    position: absolute;
    top: 61px;
}

.curriculum-wlxx ul li .bottom .beenAdded {
    position: absolute;
    right: 16px;
    bottom: 11px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    z-index: 99;
    padding: 6px 9px;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: inherit;
    background: linear-gradient(120deg, rgba(13, 113, 250, 0.2) 0%, #ffffff 100%);
    border-radius: 4px;
    border: 1px solid #0D71FA;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #0D71FA;
}

.curriculum-wlxx ul li .bottom .beenAdded p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3B70FF;
}
.wlxx .clumn_tab {
    margin-left: 715px;
}

.wlxx .head:before {
    content: "";
    position: absolute;
    width: 407px;
    height: 1px;
    left: 155px;
    top: 18px;
    background: #4593FF;
}
.clumn_tab ul li {
    width: 134px;
    height: 41px;
    background: url(../images/ac.png) no-repeat center;
    text-align: center;
    line-height: 41px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #1276FF;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.clumn_tab ul .on {
    background: url(../images/active.png) no-repeat center;
    color: white;
}
.curriculum-wlxx .learn {
    position: absolute;
    right: 16px;
    top: 70px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    z-index: 9;
    cursor: pointer;
    padding: 8px 22px;
    background: #0D71FA;
    border-radius: 4px;
    border: 1px solid #0D71FA;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.wlxx .head .viewmore {
    width: 74px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #0D71FA;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #0D71FA;
    margin: 2px auto 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wlxx .head .viewmore i {
    color: #0D71FA;
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
    margin-top: -3px;
    color: #0D71FA;
}

.kczy_bck {
    width: 100%;
    height: 785px;
    padding-top: 38px;
    max-width: 1920px;
    margin: 20px auto 0;
}

.popup_shade {
  display: none;
  z-index: 1000000001;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup_wrap {
  display: none;
  width: 600px;
  height: 640px;
  background: #FFFFFF;
  border: 1px solid #E6EBE2;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -300px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.popup_head {
  width: 100%;
  height: 37px;
}
.popup_head .head_p {
  float: left;
  font-size: 28px;
  color: #200F0E;
  line-height: 37px;
}
.popup_head .popup_head_delete {
  float: right;
  margin-top: 5px;
}
.popup_head .popup_head_delete img {
  width: auto;
  height: auto;
}
.popup_main {
  padding: 70px 0px 20px 0px;
}
.popup_main .input_moduler {
  width: 100%;
}
.popup_main .item {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.popup_main .item .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_main .item .input_dl {
  float: left;
  width: 404px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  border: 1px solid #E6EBE2;
}
.popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.popup_main .item_textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.popup_main .item_textarea .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_main .item_textarea .input_dl {
  float: left;
  width: 404px;
  height: 120px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 18px;
  border: 1px solid #E6EBE2;
}
.popup_main .item_textarea .input_dl textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.popup_footer {
  width: 100%;
  height: 50px;
}
.popup_footer .popup_btn {
  margin: 0 auto;
  display: block;
  width: 480px;
  height: 50px;
  background: #0082DA;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.popup_footer .popup_btn:hover {
  color: #fff !important;
}
.popup_footer .popup_footer_tips {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  height: 21px;
  font-size: 16px;
  color: #959895;
  line-height: 21px;
}