.second-banner {
  padding: 30px 0;
  background: #d23017; }

.detail-banner {
  background: #d23017; }

.bo-lang {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff0 !important; }
  .bo-lang .dbl-item {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #f6f6f6; }
  .bo-lang .dbl-1 {
    -webkit-mask: url(../images/dbl.svg);
    mask: url(../images/dbl.svg);
    animation-delay: -2s;
    animation-duration: 12s; }
@keyframes move {
  0% {
    transform: translate(-175px, 0px) scale(1, 1); }
  50% {
    transform: translate(-87px, 0px) scale(1, 0.5); }
  100% {
    transform: translate(0px, 0px) scale(1, 1); } }
  .bo-lang .dbl-2 {
    -webkit-mask: url(../images/dbl.svg);
    mask: url(../images/dbl.svg);
    animation-delay: -2s;
    animation-duration: 5s; }
  .bo-lang .dbl-3 {
    -webkit-mask: url(../images/dbl.svg);
    mask: url(../images/dbl.svg);
    animation-delay: -1s;
    animation-duration: 3s; }

.second-content {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  position: relative;
  margin-bottom: 30px; }

.content-p1 {
  height: 60px;
  background: url(../images/ad.png) no-repeat; }
  .content-p1 .text {
    line-height: 56px;
    padding-left: 100px;
    position: relative;
    font-size: 26px;
    color: #2581ff;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  .content-p1 .text-tip {
    position: absolute;
    top: 6px;
    text-shadow: none;
    line-height: 19px;
    font-size: 14px;
    background: #fff;
    right: -138px;
    font-weight: 400;
    border-radius: 8px 0 8px 0;
    padding: 4px 12px;
    color: #ed1c24; }

.second-nav span {
  margin-right: 10px;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid; }
.second-nav li {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0;
  list-style: none; }
  .second-nav li a {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.8);
    padding: 2px 15px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    text-decoration: none; }
  .second-nav li.active a {
    color: #fff;
    background: #a11601; }

.login-btn-2 {
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
  outline: none;
  padding: 5px 18px;
  text-align: center;
  position: relative;
  background: linear-gradient(-125deg, #f12908 0%, #d72f15 100%);
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3); }

.file-extend-info {
  padding: 10px;
  background: #f3f7ff; }
  .file-extend-info li {
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    list-style: none;
    position: relative;
    padding: 1px 20px 17px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: currentColor;
    justify-content: inherit;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .file-extend-info li:before {
      height: 100%;
      width: 1px;
      left: 3px;
      background: linear-gradient(-180deg, #467eff 0, #0056ff 98%); }
    .file-extend-info li:after {
      content: "";
      position: absolute;
      top: calc((1em - -5px) / 2);
      left: 0;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 7px;
      height: 7px;
      border: 1px solid #0056ff;
      border-radius: 50%;
      background-color: #467eff;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .file-extend-info li:not(:last-of-type):before {
      content: "";
      position: absolute;
      top: calc((1em - -5px) / 2); }

.content-prev-next {
  color: #999; }
  .content-prev-next a:link, .content-prev-next a:visited, .content-prev-next a:active {
    color: #999;
    text-decoration: none; }
  .content-prev-next a:hover {
    color: #3385ff;
    text-decoration: none; }

.news-search-item {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee; }
  .news-search-item a:link, .news-search-item a:visited, .news-search-item a:active {
    color: #666;
    text-decoration: none; }
  .news-search-item a:hover {
    color: #3385ff;
    text-decoration: none; }
  .news-search-item .keyword {
    color: #3385ff; }

.user-info .avatar {
  border-radius: 50%;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  border: 8px solid #eee; }

.color-bg1 {
  background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
  background-size: 1400% 300%;
  -webkit-animation: mymove 10s ease infinite;
  -moz-animation: mymove 10s ease infinite;
  color: #fff;
  border: 0px solid #ff8a00;
  transition: all 0.3s ease; }

.color-bg2 {
  background: linear-gradient(90deg, #0674ec, #54a1f5, #ff82ea, #2e8ef7);
  background-size: 1400% 300%;
  -webkit-animation: mymove 10s ease infinite;
  -moz-animation: mymove 10s ease infinite;
  color: #fff;
  border: 0px solid #ff8a00;
  transition: all 0.3s ease; }

.color-bg3 {
  background: linear-gradient(90deg, #ff6565, #ffe37c, #ff854a, #ff65fa);
  background-size: 1400% 300%;
  -webkit-animation: mymove 10s ease infinite;
  -moz-animation: mymove 10s ease infinite;
  color: #fff;
  border: 0px solid #ff8a00;
  transition: all 0.3s ease; }

@keyframes mymove {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 100% 0%; } }
.user-menu li a {
  text-decoration: none;
  padding: 12px;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center; }
  .user-menu li a:link, .user-menu li a:visited, .user-menu li a:active {
    color: #34495e;
    text-decoration: none; }
  .user-menu li a:hover {
    color: #34495e;
    text-decoration: none; }
  .user-menu li a.active {
    background: linear-gradient(-125deg, #0295f9 0%, #2f49fd 100%);
    -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
    box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3); }
    .user-menu li a.active:link, .user-menu li a.active:visited, .user-menu li a.active:active {
      color: #fff;
      text-decoration: none; }
    .user-menu li a.active:hover {
      color: #fff;
      text-decoration: none; }

.form-group {
  margin-bottom: 30px;
  position: relative; }

select, .form-control, textarea.form-control {
  font-family: 'Poppins',sans-serif;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 42px;
  margin-bottom: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 18px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-control:focus, textarea.form-control:focus {
  border-color: #64ddbb;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

.form-control::-webkit-input-placeholder {
  color: #aaaaaa; }

.form-control:-moz-placeholder {
  color: #aaaaaa; }

.form-control::-moz-placeholder {
  color: #aaaaaa; }

.form-control:-ms-input-placeholder {
  color: #aaaaaa; }

.button {
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  outline: none;
  padding: 12px 20px;
  text-align: center;
  background: linear-gradient(-125deg, #0295f9 0%, #2f49fd 100%);
  box-shadow: 0 3px 10px -1px #2c63ff !important; }

.content-text img {
  max-width: 100%; }

.content-copyright {
  background: #d8eafc;
  color: #1e87f0;
  border: none;
  border-left: 2px solid #0056ff;
  font-size: 12px;
  border-radius: 0;
  line-height: 2;
  box-shadow: 0 1px 8px #d8eafc;
  padding: 20px;
  margin-top: 20px; }

.content-img_url {
  display: block;
  width: 100%; }

.content-img-container {
  position: relative; }

.prev-news-wrap {
  position: absolute;
  left: -60px;
  top: 50%;
  height: 100%;
  transform: translateY(-50%); }
  .prev-news-wrap .prev-news {
    display: block;
    width: 30px;
    height: 100%;
    background: url(../images/prev-icon.png) center center no-repeat;
    background-size: 100% auto; }

.next-news-wrap {
  position: absolute;
  right: -60px;
  top: 50%;
  height: 100%;
  transform: translateY(-50%); }
  .next-news-wrap .next-news {
    display: block;
    width: 30px;
    height: 100%;
    background: url(../images/next-icon.png) center center no-repeat;
    background-size: 100% auto; }

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