@charset "UTF-8";
.allScreen .main-con {
  width: 1176px;
  margin: 0 auto 40px;
}

.allScreen .main-con .notice-box {
  position: relative;
  padding: 24px 30px;
  padding-left: 60px;
  background: #E5F0FF;
  border-radius: 8px;
  margin-top: 30px;
  position: relative;
}

.allScreen .main-con .notice-box.moreText {
  padding-bottom: 45px;
}

.allScreen .main-con .notice-box.moreText .operation {
  display: block;
}

.allScreen .main-con .notice-box .operation {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 43px;
  height: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.allScreen .main-con .notice-box .operation .text {
  line-height: 15px;
  color: #1C6DB4;
  font-size: 14px;
}

.allScreen .main-con .notice-box .operation .icon {
  width: 9.5px;
  height: 5px;
  background: url(../images/icon/moreText.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 4px;
  margin-top: 5.75px;
}

.allScreen .main-con .notice-box .operation .icon.active {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.allScreen .main-con .notice-box .icon-notice {
  position: absolute;
  top: 26px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/notice.png);
  background-size: 100% 100%;
}

.allScreen .main-con .notice-box .text1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0768BC;
}

.allScreen .main-con .notice-box .text2 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-top: 12px;
}


/*.allScreen .main-con .basic-box {*/


/*margin-top: 30px;*/


/*overflow: hidden;*/


/*}*/

.allScreen .main-con .notice-box {
  margin-top: 0;
}

.col333 {
  word-break: break-all;
}

.allScreen .main-con .basic-box .logo-box {
  display: inline-block;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 30px;
  background: #fff;
  width: 154px;
  height: 102px;
  overflow: hidden;
}

.allScreen .main-con .basic-box .logo-box img {
  height: 100%;
  width: 100%;
}

.allScreen .main-con .basic-box .details-title {
  display: inline-block;
  vertical-align: top;
  padding: 37px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  max-width: 80%;
}

.allScreen .main-con .basic-box .details-title p:last-child {
  font-size: 14px;
  color: #999
}


/*.allScreen .main-con .basic-box .report {*/


/*width: 34px;*/


/*height: 34px;*/


/*background: url(../images/icon/report.png) no-repeat center;*/


/*background-size: 100%;*/


/*margin-top: 35px;*/


/*cursor: pointer;*/


/*}*/


/*.allScreen .main-con .basic-box .zixun {*/


/*width: 34px;*/


/*height: 34px;*/


/*background: url(../images/icon/zixun.png) no-repeat center;*/


/*background-size: 100%;*/


/*margin-right: 20px;*/


/*margin-top: 35px;*/


/*cursor: pointer;*/


/*}*/

.allScreen .main-con .details-list {
  margin-top: 30px;
}

.allScreen .main-con .details-list .list-item {
  position: relative;
  min-height: 20px;
  padding-left: 104px;
  line-height: 20px;
  margin-top: 24px;
}

.allScreen .main-con .details-list .list-item .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  color: #999999;
  font-size: 14px;
  line-height: 28px;
}

.allScreen .main-con .details-list .list-item .col333 {
  color: #333;
  font-size: 14px;
}

.allScreen .main-con .details-list .list-item .link-box {
  font-size: 0;
}

.allScreen .main-con .details-list .list-item .link-box .link-item {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0 10px;
  float: left;
  height: 36px;
  margin-right: 14px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .icon0 {
  width: 18px;
  height: 18px;
  background: url(../images/icon/CARSI.png) no-repeat center;
  background-size: 100%;
  float: left;
  margin-right: 8px;
  margin-top: 9px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .icon1 {
  width: 20px;
  height: 20px;
  background: url(../images/icon/interoff1.png) no-repeat center;
  background-size: 100%;
  float: left;
  margin-right: 6px;
  margin-top: 8px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .icon2 {
  width: 21px;
  height: 18px;
  background: url(../images/icon/Frame1.png) no-repeat center;
  background-size: 100%;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .icon3 {
  width: 21px;
  height: 18px;
  background: url(../images/icon/Frame2.png) no-repeat center;
  background-size: 100%;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .icon4 {
  width: 21px;
  height: 18px;
  background: url(../images/icon/Frame3.png) no-repeat center;
  background-size: 100%;
  float: left;
  margin-top: 10px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .icon5 {
  width: 16px;
  height: 16px;
  /*background: url(../images/icon/goRead.png) no-repeat center;*/
  background-size: 100%;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
}

.allScreen .main-con .details-list .list-item .link-box .link-item .text {
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #1C6DB4;
  vertical-align: middle;
}

.allScreen .main-con .details-list .list-item .file-box {
  margin-top: 6px;
  font-size: 0;
}

.allScreen .main-con .details-list .list-item .file-box>* {
  vertical-align: top;
}

.allScreen .main-con .details-list .list-item .file-box .file-img {
  height: 18px;
  margin-right: 10px;
}

.allScreen .main-con .details-list .list-item .file-box .file-name {
  font-size: 14px;
  line-height: 20px;
  color: #0768BC;
  margin-right: 20px;
}

.allScreen .main-con .details-list .list-item .file-box .download {
  font-size: 14px;
  line-height: 20px;
  color: #D88E06;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.error-declare {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(16, 26, 41, 0.76);
  z-index: 10;
  display: none;
}

.error-declare.show1 {
  display: block;
}

.error-declare .main-comntent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1000px;
  min-height: 530px;
  background: #FFFFFF;
  border-radius: 8px;
}

.error-declare .main-comntent .top-title {
  height: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -1px 0px rgba(242, 242, 242, 0.5);
  box-shadow: inset 0px -1px 0px rgba(242, 242, 242, 0.5);
}

.error-declare .main-comntent .top-title .text {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  margin-left: 30px;
}

.error-declare .main-comntent .top-title .icon {
  width: 18px;
  height: 18px;
  margin-right: 30px;
  margin-top: 21px;
  background: url(../images/icon/close.png) no-repeat center;
  background-size: 100%;
}

.error-declare .main-comntent .content {
  min-height: 400px;
  padding: 10px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.error-declare .main-comntent .content .tip-top {
  height: 62px;
  margin-bottom: 20px;
}

.error-declare .main-comntent .content .tip-top .tip {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.error-declare .main-comntent .content .tip-top .check-li {
  height: 22px;
}

.error-declare .main-comntent .content .tip-top .check-li .checkItem .icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: url("../images/icon/noChecked.png") no-repeat center;
  background-size: 100%;
  margin-right: 10px;
  cursor: pointer;
}

.error-declare .main-comntent .content .tip-top .check-li .checkItem .icon.active {
  background: url("../images/icon/checked.png") no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

.error-declare .main-comntent .content .tip-top .check-li .checkItem:nth-child(4) .text {
  margin-right: 0;
}

.error-declare .main-comntent .content .tip-top .check-li .checkItem .text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #333333;
  margin-right: 30px;
}

.error-declare .main-comntent .content .formContent .form-item {
  margin-bottom: 20px;
}

.error-declare .main-comntent .content .formContent .form-item .text {
  width: 60px;
  height: 34px;
  color: #666666;
  font-size: 14px;
  line-height: 34px;
  /*text-align: right;*/
  margin-right: 20px;
}

.error-declare .main-comntent .content .formContent .form-item:nth-child(7) {
  margin-bottom: 0;
}

.error-declare .main-comntent .content .formContent .form-item .item-input {
  width: 860px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 20px;
}

.error-declare .main-comntent .content .formContent .form-item .item-input[readonly=readonly] {
  color: #ccc;
}

.error-declare .main-comntent .content .formContent .form-item .gzmstr {
  width: 830px;
  height: 120px;
  padding: 7px 14px;
  border: 1px solid #E1E1E5;
  resize: none;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.error-declare .main-comntent .content .formContent .form-item .item-input.active {
  border: 1px solid #F33131;
}

.error-declare .main-comntent .content .formContent .form-item .tip-error {
  margin-left: 66px;
  margin-top: 10px;
  letter-spacing: 0.3325px;
  color: #F33131;
  line-height: 20px;
  font-size: 14px;
  height: 20px;
  display: none;
}

.error-declare .main-comntent .content .formContent .form-item .tip-error.show1 {
  display: block;
}

.error-declare .main-comntent .content .formContent .form-item .file {
  width: 106px;
  height: 34px;
  border: 1px solid rgba(28, 109, 180, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 7px 0 7px 33px;
}

.error-declare .main-comntent .content .formContent .form-item .file .inputfile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0;
  z-index: 5;
}

.error-declare .main-comntent .content .formContent .form-item .file .icon {
  width: 12px;
  height: 12px;
  background: url(../images/icon/addFile.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 11px;
  left: 16px;
  z-index: 2;
}

.error-declare .main-comntent .content .formContent .form-item .file .text {
  width: 56px;
  height: 20px;
  color: #1C6DB4;
  font-size: 14px;
  line-height: 20px;
  margin-right: 0;
}

.error-declare .main-comntent .bottom-operation {
  height: 70px;
}

.error-declare .main-comntent .bottom-operation .isOk {
  width: 92px;
  height: 36px;
  background: #1C6DB4;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  line-height: 36px;
  margin-right: 30px;
  margin-top: 17px;
}

.error-declare .main-comntent .bottom-operation .isCancel {
  width: 92px;
  height: 36px;
  border: 1px solid #1C6DB4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  color: #1C6DB4;
  line-height: 36px;
  margin-right: 30px;
  margin-top: 17px;
}

.upload-cover {
  background: rgba(16, 26, 41, 0.76);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.upload-cover.show1 {
  display: block;
}

.upload-cover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.upload-cover .upload-window {
  width: 1000px;
  height: 430px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
}

.upload-cover .upload-window .header {
  padding: 17px 30px;
  -webkit-box-shadow: 0 1px 0 #f2f2f2;
  box-shadow: 0 1px 0 #f2f2f2;
}

.upload-cover .upload-window .header .title {
  cursor: default;
  font-size: 18px;
  font-weight: 500;
}

.upload-cover .upload-window .header .close {
  cursor: pointer;
}

.upload-cover .upload-window .content {
  padding: 30px;
}

.upload-cover .upload-window .content .item {
  margin-top: 20px;
}

.upload-cover .upload-window .content .item:nth-child(1) {
  margin-top: 0;
}

.upload-cover .upload-window .content .item>span {
  margin-top: 5px;
  width: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  color: #666666;
}

.upload-cover .upload-window .content .item .important::before {
  content: '*';
  color: #F33131;
}

.upload-cover .upload-window .content .item .input-box {
  width: 867px;
  height: 34px;
  line-height: 29px;
  padding: 0 14px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  margin-left: 15px;
}

.upload-cover .upload-window .content .item .input-box.active {
  border: 1px solid #F33131;
}

.upload-cover .upload-window .content .item .input-box>input {
  font-size: 14px;
  width: 100%;
  border: none;
}

.upload-cover .upload-window .content .item .tip-error {
  margin-left: 66px;
  margin-top: 10px;
  letter-spacing: 0.3325px;
  color: #F33131;
  line-height: 20px;
  font-size: 14px;
  height: 20px;
  display: none;
  width: auto;
}

.upload-cover .upload-window .content .item .tip-error.show1 {
  display: block;
}

.upload-cover .upload-window .content .item .textarea-box {
  width: 867px;
  height: 120px;
  padding: 7px 14px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  margin-left: 15px;
  position: relative;
}

.upload-cover .upload-window .content .item .textarea-box.active {
  border: 1px solid #F33131;
}

.upload-cover .upload-window .content .item .textarea-box>textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  outline: none;
  font-size: 14px;
}

.upload-cover .upload-window .content .item .textarea-box .number {
  font-size: 12px;
  color: #666666;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.upload-cover .upload-window .footer {
  text-align: right;
  padding: 0 30px;
  padding-bottom: 17px;
}

.upload-cover .upload-window .footer>button {
  width: 92px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
}

.upload-cover .upload-window .footer .cancel {
  color: #1C6DB4;
  border: 1px solid #1C6DB4;
  background-color: #fff;
  margin-right: 30px;
  cursor: pointer;
}

.upload-cover .upload-window .footer .confirm {
  color: #fff;
  border: 1px solid #1C6DB4;
  background-color: #1C6DB4;
  cursor: pointer;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.details-list .schoolIcon {
  /* width: 58px; */
  height: 28px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D8F5EF));*/
  background: #1751b4;
  border-radius: 4px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
  /*color: #2B61B9;*/
  padding: 0 8px;
  /*text-indent: 3px;*/
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: inline-block;
}


/*.allScreen .main-con .basic-box {*/


/*margin-top: 0;*/


/*}*/

.main-con .breadcrumb-box {
  margin: 25px 0 20px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  width: 100%;
}

.txt-theme {
  color: #1751b4;
}

.breadcrumb-box .icon-up {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
  content: "\e90f";
}

.allScreen .main-con .basic-box {
  margin-top: 20px;
  overflow: hidden;
  height: 102px;
}


/*.details-list .schoolIcon {*/


/*width: auto;*/


/*display: inline-block;*/


/*height: 20px;*/


/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D8F5EF));*/


/*background: linear-gradient(180deg, #FFFFFF 0%, #D8F5EF 100%);*/


/*border-radius: 4px;*/


/*font-size: 13px;*/


/*line-height: 20px;*/


/*!* identical to box height *!*/


/*letter-spacing: 0.1em;*/


/*color: #2B61B9;*/


/*padding: 0 8px;*/


/*text-indent: 3px;*/


/*font-style: normal;*/


/*-webkit-box-sizing: border-box;*/


/*box-sizing: border-box;*/


/*}*/

.wai-tao {
  width: 51px;
  height: 59px;
  margin-left: 30px;
  margin-top: 22.5px;
}

.allScreen .main-con .basic-box .wai-tao .report {
  width: 36px;
  height: 36px;
  background: url(../images/icon/report.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin-left: 6px;
}

.allScreen .main-con .basic-box .wai-tao .zixun {
  width: 36px;
  height: 36px;
  background: url(../images/icon/zixun.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin-left: 6px;
}

.allScreen .main-con .basic-box .wai-tao .dafen {
  width: 36px;
  height: 36px;
  background: url(../images/icon/start.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin-left: 6px;
}

.allScreen .main-con .basic-box .details-title {
  max-width: 60%;
}

.allScreen .main-con .basic-box .wai-tao .title11 {
  margin-top: 6px;
  font-size: 12px;
  line-height: 17px;
  /* identical to box height */
  color: #333333;
}

.cancelIcon {
  position: fixed;
  width: 134px;
  height: 46px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #4F5762;
  opacity: 0.98;
  border-radius: 6px;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 100;
}

.allScreen .main-con .basic-box .details-title {
  height: 102px;
  /* display: -webkit-box; */
  /*   display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: center; */
  /*   -ms-flex-align: center; */
  /* align-items: center; */
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  max-width: 60%;
  padding-top: 20px;
}

code {
  white-space: normal;
  word-break: break-all;
}


/*2021-12-31*/

.allScreen .main-con .details-list .list-item.fangwen .label {
  height: 40px;
  line-height: 20px;
  top: -2px;
}

.allScreen .main-con .details-list .list-item.fangwen {
  margin-top: 30px;
}

.allScreen .main-con .details-list .list-item.fangwen .link-box .link-item {
  margin-bottom: 20px;
}

.allScreen .main-con .details-list .list-item.noImportant {
  margin-top: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 0;
}

.allScreen .main-con .details-list .list-item.noImportant .tongyi {
  max-width: calc(33% - 60px);
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-right: 60px;
}

.allScreen .main-con .details-list .list-item.noImportant .tongyi .weightfont {
  margin-left: 30px;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  color: #333333;
}

.allScreen .main-con .details-list .list-item.jianjie {
  margin-top: 30px;
  overflow: hidden;
  padding-left: 30px;
}

.allScreen .main-con .details-list .list-item.jianjie .label {
  width: 100%;
  height: 20px;
  line-height: 20px;
}

.allScreen .main-con .details-list .list-item.jianjie .col333 {
  display: block;
  margin-top: 30px;
}

.ip-content .top-icon {
  width: 100%;
  height: 35px;
  -webkit-box-shadow: inset 0px -1px 0 #72acdf;
  box-shadow: inset 0px -1px 0 #72acdf;
  position: relative;
  z-index: 2;
}

.ip-content .top-icon .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 189px;
  height: 35px;
  background: url(../images/icon/pc-leftIp.png) no-repeat center;
  background-size: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  color: #FFFFFF;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ip-content .top-icon .right-ip {
  width: calc(100% - 209px);
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.ip-content .top-icon .right-ip .left-name {
  display: inline-block;
  margin-top: 7px;
  background: #1C6DB4;
  border-radius: 4px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-right: 10px;
}

.operation-click {
  margin-top: 20px;
}

.operation-click .operate-item {
  height: 36px;
  padding: 0 12px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 16px;
}

.operation-click .operate-item .left-icon6 {
  width: 16px;
  height: 16px;
  display: block;
  background-size: 100%;
  margin-top: 10px;
  margin-right: 6px;
}

.operation-click .operate-item .right-text {
  font-size: 14px;
  line-height: 36px;
  color: #1C6DB4;
  cursor: pointer;
}

.noImportant {
  margin-top: 20px;
}

.noImportant .new-icon {
  width: 100%;
  height: 35px;
  background: url(../images/icon/pc-jbxxInfo.png) no-repeat left center;
  background-size: 101px 35px;
}

.noImportant .tongyi {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-right: 16px;
  /*min-width: 200px;*/
  /*max-width: calc((100% - 32px) / 3);*/
  margin-right: 6px;
  margin-bottom: 10px;
}

.noImportant .tongyi .weightfont {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /*margin-left: 30px;*/
  margin-left: 10px;
  margin-right: 20px;
}

.noImportant .zixun {
  margin-right: 0;
}

.dataBase-infor {
  margin-top: 30px;
  position: relative;
}

.dataBase-infor .slideBar {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1));
  height: 97px;
  line-height: 156px;
  cursor: pointer;
  display: none;
}

.dataBase-infor .slideBar.open {
  bottom: 0;
  height: 40px;
  line-height: 40px;
}

.dataBase-infor .slideBar.open img {
  transform: rotateX(180deg)
}

.dataBase-infor .slideBar span {
  font-size: 14px;
  color: #1C6DB4
}

.dataBase-infor .richtext {
  background: #fff;
  padding: 20px 30px 60px;
  /* max-height: 560px; */
  overflow: hidden;
  box-sizing: border-box;
}

.dataBase-infor .new-icon {
  width: 100%;
  height: 35px;
  background: url(../images/icon/pc-dataBaseInfo.png) no-repeat left center;
  background-size: 120px 35px;
}

.dataBase-infor .new-text {
  margin-top: 10px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.dataBase-infor .dowmload {
  margin-top: 6px;
}

.dataBase-infor .dowmload .w-icon {
  width: 16px;
  height: 18px;
  background: url(../images/icon/word.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
  margin-top: 1px;
}

.dataBase-infor .dowmload .title-name {
  font-size: 14px;
  line-height: 20px;
  color: #1C6DB4;
  margin-right: 20px;
}

.dataBase-infor .dowmload .title-down {
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /* 北航图书馆辅助色-橙 */
  color: #D88E06;
}

body {
  background: #F6F8FC !important;
}


/* 打分弹窗 */

.score-dialog-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none
}

.score-dialog-container .textareaBox .textareaTitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.score-dialog-container .textareaBox textarea {
  width: 100%;
  height: 80px;
  outline: none;
  border: #E1E1E5 1px solid;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.score-dialog-container .score-dialog-content {
  width: 680px;
  height: 600px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.score-dialog-container .score-dialog-content .dialog-top {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  position: relative;
  font-size: 18px;
  color: #333;
  border-bottom: #F2F2F2 1px solid;
}

.score-dialog-container .score-dialog-content .dialog-top .dialogclose {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.score-dialog-container .score-dialog-content .dialog-content {
  height: 468px;
  padding: 20px 40px;
  box-sizing: border-box;
  overflow-y: auto;
}

.score-dialog-container .score-dialog-content .dialog-content .tips {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.score-dialog-container .score-dialog-content .dialog-content .radioItem {
  margin-bottom: 20px;
}

.score-dialog-container .score-dialog-content .dialog-content .radioItem .radioTitle {
  position: relative;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  margin-bottom: 12px;
}

.score-dialog-container .score-dialog-content .dialog-content .radioItem ul {
  overflow: hidden;
  padding-left: 10px;
}

.score-dialog-container .score-dialog-content .dialog-content .radioItem ul li {
  float: left;
  margin-right: 30px;
  padding-left: 25px;
  font-size: 15px;
  color: #666;
  background: url(../images/score/radio_bg.png) no-repeat left center / 17px 17px;
  cursor: pointer;
}

.score-dialog-container .score-dialog-content .dialog-content .radioItem ul li.active {
  background: url(../images/score/radioed_bg.png) no-repeat left center / 17px 17px;
}

.score-dialog-container .score-dialog-content .dialog-content .radioItem .must {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #FF3838;
  height: 10px;
}

.score-dialog-container .score-dialog-content .dialog-footer {
  height: 70px;
  line-height: 70px;
  border-top: #F2F2F2 1px solid;
  text-align: right;
}

.score-dialog-container .score-dialog-content .dialog-footer span {
  display: inline-block;
  width: 92px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 30px;
  cursor: pointer;
}

.score-dialog-container .score-dialog-content .dialog-footer span.cancel_btn {
  border: #1C6DB4 1px solid;
  color: #1C6DB4;
}

.score-dialog-container .score-dialog-content .dialog-footer span.submit_btn {
  color: #fff;
  background: #1C6DB4;
}

.onloadDialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 162px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 999;
  display: none
}

.onloadDialog .dialog-top {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: #f2f2f2 1px solid;
  position: relative;
  font-size: 18px;
  color: #333;
}

.onloadDialog .dialog-top .closeBtn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.onloadDialog .dialog-content {
  line-height: 100px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.onloadDialog .dialog-content span {
  font-size: 16px;
  color: #1C6DB4;
  cursor: pointer;
}

.controlToast {
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #4F5762;
  padding: 0 24px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  z-index: 100;
  display: none
}

.controlToast img {
  vertical-align: middle;
  margin-right: 5px;
}

.dataBase-infor .new-icon .new-icon-title {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  padding-left: 20px;
}

.noImportant .new-icon .new-icon-title {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  padding-left: 15px;
}


/*# sourceMappingURL=detail2.css.map */

.showupdatetime {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 30px;
}

.showupdatetime img {
  vertical-align: -3px;
  margin-right: 5px;
  width: 18px;}


/* 20220526 */

.vpn-tips-pop {
  position: absolute;
  left: 50%;
  top: 300px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 14px 52px;
  transform: translateX(-50%);
  border-radius: 8px;
  z-index: 999;
}

.vpn-tips-pop .ts_icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.vpn-tips-pop .ti_close_btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.vpn-tips-pop p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}