.sp {
  color: #ffffff;
  font-family: 'Open Sans';
  background-color: #339966;
  font-size: 24px;
}

.entry-content.u-text-format p .sp {
  display: block;
  line-height: 1.3;
}

@media screen and (max-width: 500px) {
  .article-content p {
    text-align: left;
  }

  .entry-content .sp {
    display: block;
    line-height: 1;
    max-height: 33px;
  }
}


.download_maker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  display: none;
  z-index: 9999;
}

.download_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 400px;
  max-width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px 40px;
  z-index: 9999;
  display: none;
}

.download_popup_btn {
  width: 100%;
  height: 48px;
  border: 3px solid #13227a;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #13227a;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

.download_popup_btn svg {
  margin-right: 5px;
}
.download_popup_code {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
  padding-bottom: 15px;
}
.download_popup_code svg, .download_popup_code p {
  margin-right: 10px;
  margin-bottom: 0;
}
.download_popup_code_p {
  border: 1px dashed #2ab50a;
  font-size: 18px;
  font-weight: bold;
  color: #2ab50a;
  display: inline;
  outline: none;
  margin-right: 10px;
  width: 80px;
  text-align: center;
}

.download {
  margin: 50px auto;
}

.download_title {
  font-size: 20px;
  font-weight: 900;
  -webkit-line-clamp: inherit;
  height: auto;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
}

.fa-download {
  margin-left: 8px;
  color: rgb(86, 165, 221);
  font-size: 24px!important;
}

.download_btn {
  padding: 50px 0;
  display: flex;
}


.go_load {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 1px solid #d8d8d8;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 0px 10px #eee;
  margin: 0 15px;
  border-radius: 15px;
}

.go_load img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.getcode-row{
  display: flex;
  align-items: center;
}
.getcode-row input{
  flex: 1;
}
.getcode-row .getCode{
  font-size: 14px;
  margin-left: 10px;
}
.getcode-row .getCode.btn_disabled{
  opacity: 0.8;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .download_popup {
    width: 90%;
    border-radius: 10px;
    z-index: 9999;
    display: none;
  }

  .download_popup_btn {
    width: 100%;
    height: 48px;
    border: 3px solid #13227a;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13227a;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
  }

  .download_popup_btn svg {
    margin-right: 5px;
  }
  .download_popup_code {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    padding-bottom: 15px;
  }
  .download_popup_code svg, .download_popup_code p {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .download_popup_code_p {
    border: 1px dashed #2ab50a;
    font-size: 18px;
    font-weight: bold;
    color: #2ab50a;
    display: inline;
    outline: none;
    margin-right: 10px;
    width: 80px;
    text-align: center;
  }

  .download {
    margin: 20px auto;
  }

  .download_title {
    font-size: 20px;
  }

  .fa-download {
    margin-left: 8px;
    color: rgb(86, 165, 221);
    font-size: 20px!important;
  }

  .download_btn {
    padding: 20px 0 0;
    display: block;
  }


  .go_load {
    margin: 0 auto 20px;
    width: 100%;
  }

  .go_load img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
}

.new-list{
  display: flex;
  flex-wrap: wrap;
}
.new-list-item{
  display: block;
  width: 15%;
  margin-right: 2%;
  text-align: center;
  color: #37a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.new-list-item:nth-child(6n){
  margin-right: 0;
}
.new-list-item:hover{
  color: #37a;
}
.new-list-item .img-box{
  width: 100%;
  height: 305px;
  overflow: hidden;
}
.new-list-item p{
  line-height: 24px;
  height: 48px;
  margin-top: 5px;
  margin-bottom: 0;
}
.new-list-item p strong{
  color: #e09015;
  font-weight: normal;
  margin-left: 5px;
}
.new-details-box {
  display: flex;
  padding-bottom: 30px;
}
.new-details-box .info{
  display: flex;
}
.new-details-box .info .img-box{
  width: 180px;
}
.new-details-box .info .img-box img{
  display: block;
  width: 100%;
}
.new-details-box .info .txt-box{
  margin-left: 15px;
  width: 350px;
}
.new-details-box .info .txt-box p{
  margin-bottom: 0;
  font-size: 16px;
  color: #111;
}
.new-details-box .info .txt-box .p1{
  color: #666666;
}
.new-details-box .info .txt-box a{
  color: #37a;
}
.new-details-box .info .txt-box a:hover{
  color: #37a;
}
.new-details-box .pingfen{
  margin-left: 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #eaeaea;
  font-size: 16px;
  color: #111;
}
.new-details-box .pingfen p{
  margin-bottom: 0;
}
.new-details-box .pingfen .pf-tit{
  color: #9b9b9b;
}
.new-details-box .pingfen .p1{
  color: #494949;
  padding: 0;
  min-width: 30%;
  font-size: 28px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
}
.new-details-intro{
  padding-bottom: 30px;
}
.new-details-intro .intro-tit{
  font-size: 18px;
  color: #34495e;
  margin-bottom: 10px;
}
.new-details-intro .intro-content{
  font-size: 16px;
  color: #111;
}
.sp{
  background: #ACABAB;
  color: #111111;
  padding-left: 10px;
  font-weight: normal;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .new-list-item{
    display: block;
    width: 48%;
    margin-right: 4%;
    text-align: center;
    color: #37a;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .new-list-item .img-box{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .new-list-item:nth-child(6n){
    margin-right: 5%;
  }
  .new-list-item:nth-child(2n){
    margin-right: 0%;
  }

  
  .new-details-box {
    display: block;
    padding-bottom: 15px;
  }
  .new-details-box .info{
    display: block;
  }
  .new-details-box .info .img-box{
    width: 100%;
  }
  .new-details-box .info .img-box img{
    display: block;
    width: 100%;
  }
  .new-details-box .info .txt-box{
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .new-details-box .pingfen{
    margin-top: 10px;
    margin-left: 0;
    padding: 0 0 0 0;
    border-left: none;
    font-size: 16px;
    color: #111;
  }
  .new-details-box .pingfen p{
    margin-bottom: 0;
  }
  .new-details-box .pingfen .pf-tit{
    color: #9b9b9b;
  }
  .new-details-box .pingfen .p1{
    color: #494949;
    padding: 0;
    min-width: 30%;
    font-size: 28px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
  }
  .new-details-intro{
    padding-bottom: 15px;
  }
  .new-details-intro .intro-tit{
    font-size: 18px;
    color: #34495e;
    margin-bottom: 10px;
  }
  .new-details-intro .intro-content{
    font-size: 16px;
    color: #111;
  }
}