.banner {
  background-color: #333333; }
  .banner h2 {
    font-size: 48px;
    font-family: Oswald;
    font-weight: bold;
    color: #ec6b33;
    line-height: 45px;
    margin: 40px 0 65px; }

.homebox {
  color: #d6d6d6;
  font-size: 16px;
  font-family: Rubik;
  line-height: 24px;
  margin-top: 30px; }
  .homebox i {
    display: inline-block;
    width: 16px;
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
    vertical-align: text-top; }
  .homebox a {
    color: #d6d6d6;
    text-transform: uppercase; }

.strline {
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.2); }

.strnav {
  font-size: 16px;
  font-family: Rubik;
  line-height: 72px;
  margin: 5px 0 4px; }
  .strnav em {
    margin: 0 8px;
    color: #999; }
  .strnav > em:nth-last-child(2) {
    display: none; }
  .strnav a {
    color: #999999;
    text-transform: uppercase; }
  .strnav .getbox {
    font-family: Rubik;
    font-weight: bold;
    color: #e56831; }

.rich {
  font-size: 30px;
  font-family: Oswald;
  font-weight: bold;
  color: #262626;
  line-height: 72px;
  margin-top: 50px;
  text-transform: uppercase; }

.newscnt {
  margin-top: 25px;
  font-size: 0; }
  .newscnt .newsbox {
    width: 31.2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
    float: none; }
    .newscnt .newsbox h4 {
      font-size: 16px;
      font-family: Rubik;
      color: #333333;
      line-height: 24px;
      margin-top: 30px; }
      .newscnt .newsbox h4 i {
        width: 30px;
        height: 4px;
        background: #333333;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        margin-bottom: 10px; }
    .newscnt .newsbox h2 {
      font-size: 24px;
      font-family: Rubik;
      color: #333333;
      line-height: 27px; }
    .newscnt .newsbox p {
      font-size: 16px;
      font-family: Rubik;
      color: #666666;
      line-height: 24px;
      margin-top: 15px;
      font-weight: 500; }
    .newscnt .newsbox .nomore {
      font-size: 16px;
      font-family: Oswald;
      color: #ec6b33;
      line-height: 24px;
      display: inline-block;
      margin-top: 40px; }
      .newscnt .newsbox a i {
        margin-left: 24px;
        font-size: 15px;
        margin-top: -5px;
        vertical-align: middle; }
  .newscnt > div:nth-child(2), .newscnt > div:nth-child(5) {
    margin: 0 3.2%; }

.newsline {
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0.1; }

.page {
  text-align: left;
  margin-bottom: 60px; }
  .page .pagination {
    margin-top: 40px; }
  .page .pagination > li > a, .page .pagination > li > span {
    width: 40px;
    height: 40px;
    background: #fafafa;
    border-radius: 2px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat;
    margin-right: 10px;
    border: none;
    color: #333; }
  .page .pagination > .active > a, .page .pagination > .active > span, .page .pagination > .active > a:hover, .page .pagination > .active > span:hover, .page .pagination > .active > a:focus, .page .pagination > .active > span:focus {
    background: #ec6b33;
    color: #fff;
    border: none;
    margin-left: 0; }

.vidobox {
  position: relative; }

.vidoply {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  z-index: 123; }

.vi_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none; }

.vdobox {
  width: 70%;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.myg {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  right: -10px;
  top: -9px;
  background: #ff1783;
  border-radius: 100%;
  line-height: 20px;
  padding: 5px; }

.zdf {
  z-index: -123; }

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .suprt h2 {
    margin-top: 25px; }

  .vidoply {
    width: 54px;
    height: 54px; } }
@media screen and (max-width: 999px) and (min-width: 768px) {
  .vdobox {
    height: 420px; }

  .vidoply {
    width: 44px;
    height: 44px; }

  .strnav {
    line-height: 49px; }

  .newscnt {
    margin-top: 30px; }

  .newscnt .newsbox h4 {
    font-size: 14px;
    margin-top: 24px; }

  .newscnt .newsbox h4 i {
    margin-bottom: 4px; }

  .newscnt .newsbox h2 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px; }

  .newscnt .newsbox p {
    font-size: 14px;
    line-height: 22px; }

  .newscnt .newsbox a {
    margin-top: 30px; }

  .rich {
    margin-top: 50px; } }
@media screen and (max-width: 767px) {
  .vdobox {
    height: 270px; }

  .vidoply {
    width: 42px;
    height: 42px; }

  .homebox {
    margin-top: 10px;
    font-size: 15px; }

  .banner h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 40px; }

  .strnav {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 5px; }

  .rich {
    font-size: 20px;
    line-height: 48px;
    margin: 20px 0; }

  .newscnt {
    margin-top: 0; }

  .newscnt .newsbox {
    width: 100%;
    margin-bottom: 20px; }

  .newscnt .newsbox h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px; }

  .newscnt .newsbox p {
    font-size: 14px;
    line-height: 24px; }

  .newscnt > div:nth-child(2), .newscnt > div:nth-child(5) {
    margin: 0;
    margin-bottom: 20px; }

  .newscnt .newsbox a {
    margin-top: 8px;
    margin-bottom: 10px; }

  .page {
    margin-bottom: 40px; }

  .page .pagination {
    margin-top: 20px; }

  .strnav .getbox {
    display: none; } }

/*# sourceMappingURL=news.css.map */
