.news-detail {
  width: 100%;
  margin: 0;
  margin-top: 23px;
}
.news-detail .news-detail-left {
  width: 100%;
  box-sizing: border-box;
}
.news-detail .news-detail-left .img-box {
  width: 100%;
}
.news-detail .news-detail-left .img-box img {
  display: block;
  width: 100%;
}
.news-detail .news-detail-left .phone-news {
  padding: 40px;
  background-color: #fff;
}
.news-detail .news-detail-left h5 {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 400;
  color: #6391cb;
  line-height: 32px;
}
.news-detail .news-detail-left .detail-intro {
  margin-top: 51px;
  margin-bottom: 15px;
}
.news-detail .news-detail-left .detail-intro span {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 22px;
}
.news-detail .news-detail-left .detail-intro h6 {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}
.news-detail .news-detail-left p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.news-detail .news-detail-left .pic-box {
  width: 100%;
  padding: 40px;
  padding-top: 0;
  background-color: #fff;
}
.news-detail .news-detail-left .pic-box .pic-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.news-detail .news-detail-left .pic-box .pic-lists .pic-list {
  position: relative;
  width: 23.5%;
  margin-right: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.news-detail .news-detail-left .pic-box .pic-lists .pic-list .sm-img {
  display: block;
  max-width: 100%;
}
.news-detail .news-detail-left .pic-box .pic-lists .pic-list .big-img-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.news-detail .news-detail-left .pic-box .pic-lists .pic-list:last-child {
  margin-right: 0;
}
.news-detail .news-detail-left .pic-box .pic-lists .pic-list:hover .big-img-mask {
  display: flex;
}
.news-detail .news-detail-left .pic-box .new-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 333;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #242424;
}
.news-detail .news-detail-left .pic-box .new-detail-bigimg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 334;
  display: none;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.news-detail .news-detail-left .pic-box .new-detail-bigimg img {
  width: 98%;
}
.news-detail .news-detail-left .pic-box .new-detail-bigimg .img-close {
  position: absolute;
  top: 19.5%;
  right: -24px;
  width: 24px;
  height: 24px;
}
.news-detail .news-detail-left .pic-box .new-detail-bigimg .img-close img {
  display: block;
  width: 100%;
}
.news-detail .news-detail-left .page {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 130px;
}
.news-detail .news-detail-left .page a {
  display: block;
  width: 153px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background: #6391cb;
}
.news-detail .news-detail-left .page .up {
  float: left;
}
.news-detail .news-detail-left .page .down {
  float: right;
}
.news-detail .news-detail-right {
  padding-left: 66px;
  padding-top: 45px;
}
.news-detail .news-detail-right .slide-menu {
  display: none;
}
.news-detail .news-detail-right h5 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 400;
  color: #6391cb;
  line-height: 22px;
}
.news-detail .news-detail-right .down-load img {
  display: inline-block;
  margin-right: 10px;
}
.news-detail .news-detail-right .down-load a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.news-detail .news-detail-right .line {
  width: 245px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #666666;
}
.news-detail .news-detail-right .back {
  display: block;
  width: 153px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background: #6391cb;
}
.news {
  width: 100%;
}
.news h4 {
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 400;
  color: #6391cb;
}
.news .choose {
  display: flex;
  align-content: flex-start;
  align-items: center;
}
.news .choose .date-box {
  display: flex;
  align-content: flex-start;
  align-items: center;
}
.news .choose .from-box {
  position: relative;
  width: 340px;
  height: 80px;
  margin-right: 10px;
}
.news .choose .from-box img {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 31px;
}
.news .choose .from-box input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: none;
  font-size: 24px;
  font-weight: 400;
  color: #b2b2b2;
  line-height: 32px;
}
.news .choose .from-box .tag-select {
  position: relative;
  z-index: 4;
  display: none;
  width: 100%;
  padding: 4px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.news .choose .from-box .tag-select h6 {
  padding: 0.5rem;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.news .choose .from-box .tag-select ul {
  padding: 0.5rem;
  background-color: #fff;
}
.news .choose .from-box .tag-select ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}
.news .choose .from-box .tag-select ul li p {
  font-size: 14px;
}
.news .choose .from-box .tag-select::before {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.news .choose .from-box .tag-select:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.news .choose .from-box .show {
  display: block;
}
.news .choose .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 80px;
  cursor: pointer;
  background: #6a91ce;
}
.news .news-lists {
  width: 100%;
  margin-top: 67px;
  margin-right: 0;
  margin-left: 0;
}
.news .news-lists li {
  margin-bottom: 30px;
}
.news .news-lists li .inner {
  display: flex;
  background-color: #fff;
  margin-right: 15px;
}
.news .news-lists li .inner .img-box {
  width: 45%;
}
.news .news-lists li .inner .img-box img {
  display: block;
  width: 100%;
}
.news .news-lists li .inner .img-box img:nth-child(2) {
  margin-left: 20px;
}
.news .news-lists li .inner .news-list-right {
  width: 55%;
  padding: 15px;
}
.news .news-lists li .inner .news-list-right .list-title {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.news .news-lists li .inner .news-list-right h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #6391cb;
  line-height: 20px;
}
.news .news-lists li .inner .news-list-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.news .news-lists li .inner .news-list-right .list-right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.news .news-lists li .inner .news-list-right .list-right-bottom a {
  font-size: 14px;
  font-weight: bold;
  color: #6391cb;
  line-height: 10px;
}
.news .news-lists li .inner .news-list-right .list-right-bottom .icon-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news .news-lists li .inner .news-list-right .list-right-bottom .icon-img a img {
  display: block;
  width: 22px;
}
.news .news-lists li .inner .news-list-right .list-right-bottom .icon-img a:nth-child(2) img {
  margin-left: 20px;
}
.news .news-lists li:nth-child(2n) .inner {
  margin-right: 0;
  margin-left: 15px;
}
.datetimepicker-dropdown-bottom-left {
  left: 70px;
}
.datetimepicker-dropdown-bottom-left:after {
  right: auto;
  left: 7px;
}
.datetimepicker-dropdown-bottom-left:before {
  right: auto;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-shadow: none !important;
  background-image: none !important;
  border-radius: 0 !important;
  padding: 4px !important;
  border: 1px solid #fff !important;
  width: 30px;
  font-size: 12px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .news .choose .from-box {
    width: 270px;
  }
  .news .choose .from-box .tag-select {
    position: relative;
    z-index: 4;
    display: none;
    width: 100%;
    padding: 4px;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .news .choose .from-box .tag-select h6 {
    padding: 0.5rem;
    font-size: 14px;
    color: #333;
    background-color: #fff;
  }
  .news .choose .from-box .tag-select ul {
    padding: 0.5rem;
    background-color: #fff;
  }
  .news .choose .from-box .tag-select ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
  }
  .news .choose .from-box .tag-select ul li p {
    font-size: 14px;
  }
  .news .choose .from-box .tag-select::before {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .news .choose .from-box .tag-select:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
  }
  .news .choose .from-box .show {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .news-detail .news-detail-right {
    position: static;
    width: 100%;
    width: 0;
    margin-left: 0;
    margin-bottom: 30px;
    transition: margin-left 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    overflow-x: hidden;
    position: absolute;
    left: calc(100vw - 15px);
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slide-menu {
    position: fixed;
    right: 0;
    bottom: 171px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 57px;
    cursor: hand;
    cursor: pointer;
    transition: right 0.4s ease-in-out;
    background-color: rgba(106, 145, 206, 0.9);
  }
  .news .choose {
    flex-wrap: wrap;
  }
  .news .choose .date-box {
    width: 100%;
  }
  .news .choose .date-box .from-box {
    width: 47%;
  }
  .news .choose .from-box {
    width: 82%;
    margin-top: 20px;
    margin-right: 15px;
  }
  .news .choose .from-box .tag-select {
    position: relative;
    z-index: 4;
    display: none;
    width: 100%;
    padding: 4px;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .news .choose .from-box .tag-select h6 {
    padding: 0.5rem;
    font-size: 14px;
    color: #333;
    background-color: #fff;
  }
  .news .choose .from-box .tag-select ul {
    padding: 0.5rem;
    background-color: #fff;
  }
  .news .choose .from-box .tag-select ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
  }
  .news .choose .from-box .tag-select ul li p {
    font-size: 14px;
  }
  .news .choose .from-box .tag-select::before {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .news .choose .from-box .tag-select:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
  }
  .news .choose .from-box .show {
    display: block;
  }
  .news .choose .from-box:nth-child(2) {
    margin-right: 0;
  }
  .news .choose .search {
    margin-top: 20px;
    margin-left: 20px;
  }
  .news .news-lists {
    width: 100%;
    margin-top: 67px;
    margin-right: 0;
    margin-left: 0;
  }
  .news .news-lists li {
    margin-bottom: 30px;
  }
  .news .news-lists li .inner {
    display: flex;
    background-color: #fff;
    margin-right: 15px;
  }
  .news .news-lists li .inner .img-box {
    width: 36%;
  }
  .news .news-lists li .inner .img-box img {
    display: block;
    width: 100%;
  }
  .news .news-lists li .inner .img-box img:nth-child(2) {
    margin-left: 20px;
  }
  .news .news-lists li .inner .news-list-right {
    width: 64%;
    padding: 15px;
  }
  .news .news-lists li .inner .news-list-right .list-title {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
  }
  .news .news-lists li .inner .news-list-right h5 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #6391cb;
    line-height: 20px;
  }
  .news .news-lists li .inner .news-list-right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
  }
  .news .news-lists li .inner .news-list-right .list-right-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
  }
  .news .news-lists li .inner .news-list-right .list-right-bottom a {
    font-size: 14px;
    font-weight: bold;
    color: #6391cb;
    line-height: 10px;
  }
  .news .news-lists li .inner .news-list-right .list-right-bottom .icon-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .news .news-lists li .inner .news-list-right .list-right-bottom .icon-img a img {
    display: block;
    width: 22px;
  }
  .news .news-lists li .inner .news-list-right .list-right-bottom .icon-img a:nth-child(2) img {
    margin-left: 20px;
  }
  .news .news-lists li:nth-child(2n) .inner {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding-top: 50px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .mobile .container {
    margin-left: -80vw;
  }
  .mobile .container .news-detail .news-detail-right {
    width: auto !important;
    overflow-x: unset !important;
    padding-left: 100px !important;
  }
}
@media (max-width: 756px) {
  .mobile .container {
    margin-left: -80vw;
  }
  .mobile .container .news-detail .news-detail-right {
    width: auto;
    overflow-x: unset;
    padding-left: 70px;
  }
  .news .row {
    margin: 0;
  }
  .news .choose {
    display: block;
    align-content: flex-start;
    align-items: center;
  }
  .news .choose .date-box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
  }
  .news .choose .from-box {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .news .choose .from-box img {
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .news .choose .from-box input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 20px;
  }
  .news .choose .search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #6a91ce;
  }
  .news .news-lists li {
    margin-bottom: 30px;
  }
  .news .news-lists li .inner {
    display: block;
    margin: 0;
  }
  .news .news-lists li .inner .img-box {
    width: 100%;
  }
  .news .news-lists li .inner .news-list-right {
    width: 100%;
    padding: 22px;
  }
  .news .news-lists li:nth-child(2n) .inner {
    margin-right: 0;
    margin-left: 0;
  }
  .news-detail .news-detail-left .phone-news {
    padding-left: 22px;
    padding-right: 22px;
    background-color: #fff;
  }
  .news-detail .news-detail-left .pic-box {
    width: 100%;
    padding: 0;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #fff;
  }
  .news-detail .news-detail-left .pic-box .pic-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .news-detail .news-detail-left .pic-box .pic-lists .pic-list {
    width: 48%;
  }
  .news-detail .news-detail-left .pic-box .pic-lists .pic-list:nth-child(2n) {
    margin-right: 0;
  }
  .news-detail .news-detail-left .pic-box .pic-lists .pic-list:hover .big-img-mask {
    display: flex;
  }
  #page {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
