main {
  overflow: hidden;
}

.pic {
  text-align: center;
  position: relative;
}

.pic img {
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}

.pic.auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.color-red {
  color: #c4381c !important;
}

.color-block {
  color: #262626 !important;
}

.has-bt {
  border-top: 1px solid #eaeaea;
}

.wrapper {
  width: 100%;
  clear: both;
}

/* ============ news-section ============ */
.news-section {
  padding-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding-bottom: 35px;
  }
}

.news-wrapper {
  text-align: center;
  padding: 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 180px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-wrapper {
    margin-top: 40px;
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .news-wrapper {
    margin-bottom: 35px;
  }
}

.news-box {
  width: 435px;
  height: auto;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
}

.news-box * {
  position: relative;
}

.news-box a {
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.news-box .picbox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.news-box .picbox .cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.45);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.news-box .picbox .cover .icon {
  font-size: 30px;
  color: #e5e2e3;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  text-shadow: 0 0 1px #333;
}

.news-box .picbox img {
  z-index: 1;
  -webkit-transition: -webkit-transform 0.35s ease-in;
  transition: -webkit-transform 0.35s ease-in;
  -o-transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
}

.news-box .textbox {
  text-align: left;
  background-color: #fff;
  min-height: 140px;
  margin-right: 20px;
  margin-left: 20px;
  top: -20px;
  z-index: 2;
}

.news-box .textbox time {
  font-size: 19px;
  color: #9c9c9c;
  display: inline-block;
  padding: 15px 5px 15px 20px;
}

.news-box .textbox time span {
  display: inline-block;
  margin-left: 10px;
}

.news-box .textbox .tag {
  font-size: 13px;
  color: #858585;
  padding: 3px 20px 5px 20px;
  background-color: #eceef1;
  border-radius: 15px;
  top: -2px;
}

.news-box .textbox h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
  margin-top: 0;
  margin-bottom: 10px;
}

.news-box .textbox p {
  height: 45px;
  font-size: 12px;
  line-height: 22px;
  color: #9c9c9c;
  margin-bottom: 0;
  overflow-y: hidden;
}

.news-box .textbox p:after {
  content: "";
  width: 50px;
  height: 14px;
  position: absolute;
  display: block;
  content: "...  MORE";
  bottom: 7px;
  right: 0;
  background-color: #fff;
  z-index: 1;
  font-size: 12px;
  font-family: "Oswald-R", sans-serif;
  font-style: italic;
  color: #465477;
}

.news-box:focus a, .news-box:hover a {
  -webkit-box-shadow: 0 16px 54px -10px rgba(31, 31, 31, 0.3);
  box-shadow: 0 16px 54px -10px rgba(31, 31, 31, 0.3);
}

.news-box:focus .picbox .cover, .news-box:hover .picbox .cover {
  opacity: 1;
}

.news-box:focus .picbox img, .news-box:hover .picbox img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

@media (min-width: 992px) {
  .news-box:nth-child(odd) {
    top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-box:nth-child(odd) {
    top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-box {
    width: 40%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .news-box {
    width: 100%;
    margin: 10px auto;
  }
}

/* ============ news-section end ============ */

/* ============ new-section-1 start ============ */
.new-main-wrapper {
  padding-top: 55px;
  position: relative;
}

.new-main-wrapper .text-box {
  position: relative;
}

.new-title-box {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.new-title-box:before {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #959595;
}

.new-title-box h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
}

.new-title-box time {
  font-size: 19px;
  color: #9c9c9c;
  display: inline-block;
  padding: 15px 5px 15px 0;
}

.new-title-box time span {
  display: inline-block;
  margin-left: 10px;
}

.new-title-box .tag {
  font-size: 13px;
  color: #858585;
  padding: 3px 20px 5px 20px;
  background-color: #eceef1;
  border-radius: 15px;
  top: -2px;
}

@media (max-width: 767px) {
  .new-title-box {
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  .new-title-box h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}

.new-main-intro {
  font-size: 13px;
  color: #747474;
}

.new-share-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #dcdcdf;
}

.new-share-box a, .new-share-box p {
  color: #bdbdbe;
}

.new-share-box .icon {
  font-size: 24px;
  margin-right: 5px;
}

.new-share-box .title {
  display: inline-block;
  margin-right: 20px;
  top: -3px;
  position: relative;
}

.new-share-box .title .icon {
  font-size: 15px;
}

.new-share-box .title .text {
  font-size: 14px;
  font-style: italic;
  color: #9c9c9c;
  text-transform: uppercase;
  top: -1px;
}

.new-share-box a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.new-share-box a:hover {
  color: #a4a4a5;
}

@media (max-width: 767px) {
  .new-share-box {
    position: relative;
    margin-top: 20px;
  }
}

/* ============ new-section-1 end ============ */
/* ============ new-section-2 start ============ */
#new-section-2 {
  padding-top: 55px;
}

#new-section-2 .container {
  max-width: 880px;
  z-index: 1;
}

@media (max-width: 767px) {
  #new-section-2 {
    padding-top: 30px;
  }
}

.new-content-wrapper {
  position: relative;
  margin-bottom: 50px;
}

.new-content-wrapper .top-box {
  margin-bottom: 30px;
}

.new-content-wrapper .text, .new-content-wrapper .text p {
  font-size: 13px;
  color: #747474;
  line-height: 24px;
}

@media (max-width: 767px) {
  .new-content-wrapper {
    margin-bottom: 25px;
  }
  .new-content-wrapper .top-box {
    margin-bottom: 15px;
  }
}

.new-pic-intro {
  font-size: 13px;
  color: #747474;
  margin-top: 10px;
  text-align: left;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-dec-text {
  top: 25%;
  right: -220px;
}

@media (max-width: 991px) {
  .new-dec-text {
    font-size: 145px;
    right: 20px;
  }
}

/* ============ new-section-2 end ============ */

