a,
a:hover {
  text-decoration: none;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bg .modal-container {
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-bg .modal-container .modal-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  cursor: pointer;
}
.modal-bg .modal-container .modal-logo {
  width: 111px;
  height: 26px;
  margin: 45px auto 50px;
}
.modal-bg .modal-container .modal-logo img {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container {
  width: 315px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-bg .modal-container .modal-input-container .modal-input {
  border: none;
  color: #000000;
  width: 70%;
  height: 40px;
  outline: none;
}
.modal-bg .modal-container .modal-input-container input[type='tel'],
.modal-bg .modal-container .modal-input-container input[type='password'] {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container .modal-get-code {
  color: #E73828;
  cursor: pointer;
  white-space: nowrap;
}
.modal-bg .modal-container .modal-input-container .modal-pwd-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 12px;
  color: #E73828;
  line-height: 12px;
}
.modal-bg .modal-container .modal-red-font {
  color: #E73828;
}
.modal-bg .modal-container .modal-btn {
  margin: 50px auto 0;
  width: 216px;
  height: 42px;
  background: #E73828;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .alert {
    left: 100px !important;
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 979px) {
  .alert {
    left: 60px !important;
    width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .modal-bg .modal-container {
    max-width: 90%;
  }
  .modal-bg .modal-container .modal-input-container {
    max-width: 80%;
  }
  .alert {
    left: 0 !important;
    width: 100% !important;
  }
}
.form-control {
  border: 1px solid #e6e6e6 !important;
  color: #333333 !important;
  font-size: 16px !important;
}
.alert {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 9999;
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -150px;
}
.alert .content span {
  line-height: 45px;
  padding: 0 60px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.content-wrapper .flash-left-wrapper .flash-left-item {
  border-radius: 6px;
  margin-bottom: 25px;
  padding: 40px 35px 30px;
}
.content-wrapper .flash-left-wrapper .flash-left-item a {
  text-decoration: none;
}
.content-wrapper .flash-left-wrapper .flash-left-item:hover {
  box-shadow: 0 7px 10px 0 rgba(127, 144, 176, 0.1);
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-title {
  font-size: 28px;
  height: 66px;
  line-height: 33px;
  font-weight: 500;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-date {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  margin: 20px 0 30px;
  color: #999999;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-content {
  height: 74px;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-content p {
 margin: 0;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-detail {
  width: 86px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #3580F9;
  color: #3580F9;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content-wrapper .flash-left-wrapper .flash-left-item {
    margin-bottom: 15px;
    padding: 20px 15px 25px;
  }
  .content-wrapper .flash-left-wrapper .flash-left-item:hover {
    box-shadow: none;
  }
  .content-wrapper .flash-left-wrapper .flash-left-item .flash-item-title {
    font-size: 16px;
    height: 36px;
    line-height: 18px;
  }
  .content-wrapper .flash-left-wrapper .flash-left-item .flash-item-date {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin: 15px 0 20px;
  }
  .content-wrapper .flash-left-wrapper .flash-left-item .flash-item-content {
    height: 100px;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
  }
  .content-wrapper .flash-left-wrapper .flash-left-item .flash-item-detail {
    width: 102px;
    height: 32px;
    margin-top: 20px;
    box-shadow: 0px 2px 4px 0px #F8F8F8;
  }
}
/*# sourceMappingURL=news-flash.css.map */
