
/* 3.1. Wrap */
.wrap {
  padding: 40px 0 20px;
}

.wrap_white {
  background-color: #fff;
}
.news_tit {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #333;
  /* margin-bottom: 40px; */
}
.news_tit h3{float:left;}
/* 3.1. END Wrap */

.slate_gray {
  background: #303d4a;
}

.grey_line {
  background: #bebebe;
  height: 1px;
  width: 50%;
  margin: auto;
}

/* 3.2. Wsmenu */
.wsmenu-list > li.active > a {
  color: #000;
}

.wsmenu-list > li > a {
  color: #6b6e71;
  font-size: 16px;
}

.wsmenu-list > li > a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  background-color: rgba(0, 0, 0, 0.08);
}

.wsmenu-list > li > a:hover::before {
  height: 100%;
}
/* 3.2. END Wsmenu */

/* 3.3. Thumbnail */
.thumbnail {
  padding: 0;
  margin-bottom: 20px;
}

.thumbnail_small {
  max-width: 270px;
}
  
.thumbnail.thumbnail_big{
  margin-bottom:0;
  height:624px;
  overflow:hidden;
}

.thumbnail > img {
  margin: 0;
  width: 100%;
}

.thumbnail_big .thumbnail__caption {
  padding: 18.77px 9px;
}

.thumbnail__caption {
  padding: 9px;
  color: #333;
}

.thumbnail__news {
  padding: 15px;
  color: #333;
}

.thumbnail__link {
  display: block;
}

.thumbnail__link img {
  margin: 0;
  width: 100%;
  height:170px !important;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.thumbnail__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.thumbnail__link:hover + .thumbnail__caption .icon-play {
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-name: video-arrow;
          animation-name: video-arrow;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* button ajax_load*/
.ajax_load {
  position: relative;
  width: 128px;
  height: 40px;
  margin: 0 auto;
  margin-top:40px;
  margin-bottom:60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: #4e4e4e;
}

.ajax_load i {
  display: inline-block;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.ajax_load a{
  display: block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    color: #666;
}

.ajax_load:hover i {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}

svg rect, svg path, svg polyline {
  fill: none;
  stroke: #4e4e4e;
  stroke-width: 1;
}

.ajax_load:hover svg rect {
  stroke: #4e4e4e;
}

/* end button ajax_load*/
/* 3.3. END Thumbnail */

@-webkit-keyframes video-arrow {
  0% {
    top: -35px;
    right: 10px;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    top: -60%;
    right: 30%;
    margin-right: -25px;
    -webkit-transform: rotate(180deg) scale(2);
            transform: rotate(180deg) scale(2);
  }
  100% {
    top: -120%;
    right: 50%;
    margin-right: -25px;
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes video-arrow {
  0% {
    top: -35px;
    right: 10px;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    top: -60%;
    right: 30%;
    margin-right: -25px;
    -webkit-transform: rotate(180deg) scale(2);
            transform: rotate(180deg) scale(2);
  }
  100% {
    top: -120%;
    right: 50%;
    margin-right: -25px;
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

/* 3.4. News */
.news {
  position: relative;
}

.news .icon-play {
  background-color: #303e4b;
  color: #ffffff;
  border-radius: 50%;
  padding: 7px 6px 8px 9px;
  position: absolute;
  top: -35px;
  right: 10px;
  font-size: 25px;
  z-index: 10;
  pointer-events: none;
}

.news__head {
  margin-top: 16px;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
  color: #4e4e4e;
}

.news__head:hover {
  color: #4e4e4e;
}

.news__category {
  margin-bottom: 20px;
  font-weight: bolder;
  color: #f38844;
  text-transform: uppercase;
}

.news__caption {
  padding-bottom: 15px;
  font-size: 18px;
  margin: 0;
  display: block;
  color: #4e4e4e;
}
a.news__caption:hover {
  color: #4e4e4e;
}

.news__desc {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.news__desc:hover {
  color: #4e4e4e;
  text-decoration: underline;
  cursor: auto;
}

p.news__desc:hover {
  text-decoration: none;
}

.news__link, .thumbnail__link {
  display: block;
  overflow: hidden;
}

.news__text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  line-height: 1.333;
  min-height: 45px;
  margin-bottom: 10px;
}
/* 3.4. END News */

/* 3.5. Posted  */
.posted {
  color: #989898;
  font-size: 10px;
}

.posted__icon {
  list-style: none;
  float: right;
}

.posted__icon li {
  display: inline-block;
  padding: 0px 8px;
}
/* 3.5. END Posted */

/* 3.6. Special */
.special {
  position: relative;
  margin-bottom: 20px;
}

.special__img, .banner__img {
  width: 100%;
}

.special__category {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  color: #f38844;
  text-transform: uppercase;
}

.special__link {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 10px;
}

.special__link::after {
  position: absolute;
  content: '';
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  background-color: #ffffff;
  max-width: 0;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.special__link:hover {
  color: inherit;
  text-decoration: none;
}

a.special__link:focus {
  color: inherit !important;
  text-decoration: none;
}

.special__link:hover::after {
  max-width: 100%;
}

.special__box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  margin-right: 20px;
}

.special__desc {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
/* 3.6. END Special */

/* 3.7. Banner */
.banner__box {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  color: #fff;
  font-size: 42px;
}

.banner__text.first-text {
  line-height: 1;
  margin: 0;
}

.banner__text.second-text {
  line-height: 1;
  margin: 0 0 0 170px;
}

.banner__link {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 40px;
  top: 30px;
  padding: 1px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d28224;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(90deg, #cd8127 0%, #f7a645 76%, #f7a645 79%, #f7a645 83%, #f7a645 100%);
  background-image: -ms-linear-gradient(90deg, #cd8127 0%, #f7a645 76%, #f7a645 79%, #f7a645 83%, #f7a645 100%);
  -webkit-transition-property: background;
  transition-property: background;
}

.banner__link::before, .banner__link::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: button-pulls;
          animation-name: button-pulls;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes button-pulls {
  0% {
    width: 100%;
    height: 100%;
    border-color: #cd8124;
  }
  100% {
    width: 150%;
    height: 250%;
    border-color: rgba(205, 129, 36, 0);
  }
}

@keyframes button-pulls {
  0% {
    width: 100%;
    height: 100%;
    border-color: #cd8124;
  }
  100% {
    width: 150%;
    height: 250%;
    border-color: rgba(205, 129, 36, 0);
  }
}

.banner__link::after {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@keyframes button-pulls {
  0% {
    width: 100%;
    height: 100%;
    border-color: #f7a645;
  }
  100% {
    width: 170%;
    height: 300%;
    border-color: rgba(247, 166, 69, 0);
  }
}

.banner__link:hover {
  background-image: -webkit-linear-gradient(bottom, #cd8127 30%, #f7a645 70%);
  background-image: linear-gradient(0deg, #cd8127 30%, #f7a645 70%);
  text-decoration: none;
  color: #fff;
}

.banner__link:hover::before, .banner__link:hover::after {
  -webkit-animation-name: none;
          animation-name: none;
}
/* 3.7. END Banner */

/* 3.8. Line news */
.line_news {
  color: #4e4e4e;
  margin-bottom: 26px;
}

.line_news img {
  max-width: 100%;
  height: auto;
}

.line_news p {
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.4;
}

.line_news .time, .time {
  color: #959595;
  font-size: 12px;
  padding-bottom: 6px;
  display: block;
  margin: 0;
}
/* 3.8. END Line news */

/* 3.9. News tabs */
.news-tabs {
  float: left;
  margin-top:30px;
}

.news-tabs__title.h2 {
  margin-top: 15px;
}

.header_news_panel .nav-tabs li {
  float: none;
}

.header_news_panel .nav-tabs > li.active > a,
.header_news_panel .nav-tabs > li.active > a:focus,
.header_news_panel .nav-tabs > li.active > a:hover {
  color: #f38844;
  background-color: transparent;
  border: none;
}

.header_news_panel .nav > li > a:focus,
.header_news_panel .nav > li > a:hover {
  color: #f38844;
  background: transparent;
  border-color: transparent;
}


.header_news_panel .nav-tabs > li > a {
  color: #fff;
  border: none;
}


.nav-tabs > li > a {
  -webkit-transition-property: color;
  transition-property: color;
}


.header_news_panel .nav-tabs li a:before {
  display: block;
  position: absolute;
  content: "";
  top: 32px;
  left: -8px;
  background-image: url(../images/circle1.png);
  background-position: -117px -64px;
  width: 15px;
  height: 15px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.header_news_panel .nav-tabs li.active a:before {
  background-image: url(../images/circle.png);
  background-position: -49px -93px;
  width: 15px;
  height: 15px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.tab-pane {
  position: relative;
}

.tab-pane__category {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #f38844;
  text-transform: uppercase;
  font-weight: bold;
}

.tab-pane__title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
}

.tab-pane__title:hover {
  cursor: pointer;
  color: #fff;
}

.tab-pane__text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
.yel_line, .yellow-line, .underscore {
  position: relative;
}

.yel_line::after, .yellow-line::after, .underscore::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  background: #f38844;
  height: 2px;
  width: 30px;
}
.tab-pane__block {
position: absolute;
  padding:20px 20px;
  bottom: 0px;
  left: 0px;
  width: auto;
  background-color:rgba(0,0,0,.5);
}

.tab-pane__img {
  width: 100%;
  max-width: 790px;
  margin-top:40px;
  max-height:450px;
}

.header_news_panel {
  padding: 20px 0;
  color: #ffffff;
}
/* 3.9. END News tabs */

/* 3.10. Navbar */
.navbar-default {
  margin-bottom: 0;
  border-bottom: solid 3px #f38844;
  border-radius: 0;
}

.navbar-form:hover .form-group {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #1c222b;
  background-color: transparent;
}
/* 3.10. END Navbar */

/* 3.11. Article */
.wrap-headline {
  position: relative;
}

.wrap-headline__img {
  width: 100%;
}

.headline {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.headline .share {
  margin-top: 39px;
}

.headline__data {
  float: left;
}

.headline__category {
  display: block;
  margin-bottom: 5px;
  line-height: 1.6;
  border-radius: 4px;
  text-align: center;
  padding: 5px 10px;
  color: #ffffff;
}

.headline__category:last-of-type {
  margin-bottom: 0;
}

.headline__category_orange {
  background-color: #f38844;
  -webkit-transition: background .25s ease;
  transition: background .25s ease;
  text-transform: uppercase;
  font-weight: bold;
}

.headline__category_orange:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f3b803;
}

.share {
  float: right;
}

.share .bg, .share .bg_facebook, .share .bg_twitter, .share .bg_google {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.share .bg:hover, .share .bg_facebook:hover, .share .bg_twitter:hover, .share .bg_google:hover {
  opacity: .9;
}

.share .bg_facebook {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -84px -93px;
  width: 7px;
  height: 12px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.share .bg_twitter {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -136px -64px;
  width: 11px;
  height: 10px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.share .bg_google {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -68px -93px;
  width: 12px;
  height: 12px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.share__list {
  margin: 0;
  font-size: 0;
}

.share__row {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  font-size: 0;
}

.share__row:last-child {
  margin-right: 0;
}

.share__link {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  vertical-align: middle;
  -webkit-transition-property: background;
  transition-property: background;
}

.share__link_bg-facebook {
  background-color: #3b5998;
}

.share__link_bg-facebook:hover {
  background-color: #3b6998;
}

.share__link_bg-twitter {
  background-color: #00aced;
}

.share__link_bg-twitter:hover {
  background-color: #00bced;
}

.share__link_bg-google {
  background-color: #dd4b39;
}

.share__link_bg-google:hover {
  background-color: #dd5b39;
}

.share__number {
  display: inline-block;
  padding: 6px 7px 6px 6px;
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 8px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  vertical-align: middle;
}

.article_text img {
  width: 100%;
  margin-bottom: 25px;
}

article {
  padding-bottom: 50px;
}

article .quote {
  color: #7c848b;
  font-style: italic;
  border-left: 2px solid #7c848b;
  padding-left: 20px;
  margin: 25px 0;
}

.tags ul li {
  display: inline-block;
  list-style: none;
}

.tags ul li a {
  color: #000;
  border: 2px solid #f38844;
  padding: 1px 15px;
  border-radius: 15px;
  text-decoration: none;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}

.tags ul li a:hover {
  color: #ffffff;
  background-color: #f38844;
}

.tags ul li a.yellow {
  color: #fff;
  background: #f38844;
}

.tags {
  margin: 25px 0;
}

.tags p {
  float: left;
  margin-right: 10px;
}

.media-middle {
  position: relative;
  padding-left: 70px;
}

.media-object {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% 100%;
}

.right_sidebar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #303e4b;
  color: #fff;
  padding-left: 50px !important;
}

.right_sidebar ul {
  border-left: 2px solid #919599;
  border-bottom: none;
  padding-bottom: 20px;
}

.right_sidebar ul li.active a:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -49px -93px;
  width: 15px;
  height: 15px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.right_sidebar ul li a:before {
  display: block;
  position: absolute;
  content: "";
  top: 32px;
  left: -8px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -117px -64px;
  width: 15px;
  height: 15px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.right_sidebar ul li a {
  color: #fff;
  border: none;
}

.right_sidebar .nav-tabs > li.active > a,
.right_sidebar .nav-tabs > li.active > a:focus,
.right_sidebar .nav-tabs > li.active > a:hover,
.right_sidebar .nav-tabs > li > a:hover {
  color: #f38844;
  background: transparent;
  border: none;
}

.wrapper {
  position: relative;
}

.affix {
  position: fixed;
}

.container > .text-mob-center {
  float: left;
}

.animated-arrow {
  position: absolute;
  top: -53px;
}

.wrap-article {
  margin-bottom: 2px;
}

.wrap-article:last-of-type {
  margin-bottom: 0;
}

.article {
  position: relative;
  padding-left: 69px;
}

.article__time {
  font-size: 10px;
  color: #959595;
}

.article__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -26px;
  background-size: 100% 100%;
}

.article__text {
  margin-bottom: 9px;
  display: block;
}

.article__text:hover {
  color: inherit;
}

.block-title__h2 {
  text-transform: uppercase;
  position: relative;
}

.block-title__h2::after {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  background: #f38844;
  height: 2px;
  width: 30px;
}
  
/* 3.11. END Article */

/* 3.12 Projects */
.projects {
  font-size: 0;
}

.projects .special {
  display: inline-block;
  padding-right: 20px;
}

.projects .special:last-of-type {
  padding-right: 0;
}

.projects .special:last-of-type .special__box {
  margin-right: 0;
}

.projects .special_big {
  width: 66.667%;
}

.projects .special_small {
  width: 33.333%;
}

.projects__title {
  padding-right: 15px;
}

.projects__title__h2 {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 15px 0;
}

.block-title__view-all, .projects__title__view-all {
  float: right;
  font-size: 12px;
  text-transform: lowercase;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}

.block-title__view-all::before, .projects__title__view-all::before {
  color: #f38844;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
          transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.block-title__view-all:hover::before, .projects__title__view-all:hover::before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
          transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}

.block-title__view-all:hover, .projects__title__view-all:hover {
  text-decoration: none;
  outline: none;
}
/* 3.12 END Projects */

.twitter p {
  margin: 0;
}

.twitter__header {
  position: relative;
  background: url(../img/content/twitter_fon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px 10px 86px;
  margin-bottom: 20px;
  color: #d2d2d2;
}

.twitter__header::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 15px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -30px;
  width: 59px;
  height: 59px;
  background-size: 147px, 138px;
  background-repeat: no-repeat;
}

.twitter__header__name {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
}

.twitter__header__text {
  color: #ffffff;
  padding-bottom: 10px;
}

.twitter__body {
  background: #ffffff;
  border: 1px solid #ddd;
}

.twitter__body .time {
  color: #909090;
  font-size: 12px;
  margin-bottom: 3px;
}

/* message */
.message {
  padding: 25px 10px;
}

.message__time {
  font-size: 12px;
  color: #909090;
  padding-bottom: 11px;
}

.message__text {
  padding-bottom: 17px;
}

.message__link {
  color: #f38844;
  -webkit-transition-property: color;
  transition-property: color;
}

.message__link:hover {
  color: #f38844;
  text-decoration: underline;
}

/* end message */
.title__h1 {
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.title__h1.yel_line::after {
  bottom: -10px;
}

/* redaction */
.wrap-redaction {
  border: 1px solid #ddd;
}

.wrap-redaction_white {
  background-color: #ffffff;
}
.wrap-redaction_white .redaction_line:last-child::after {
    height: 0;
}

.redaction {
  padding: 15px;
}

.redaction_line {
  position: relative;
}

.redaction_line::after {
  position: absolute;
  content: '';
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background-color: #bebebe;
}

.redaction__category {
  font-weight: bold;
  margin-bottom: 16px;
  color: #f38844;
  text-transform: uppercase;
}

.redaction__title {
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
}

.redaction__title:hover {
  cursor: pointer;
  color: #4e4e4e;
}

.redaction__text {
  margin-bottom: 13px;
}

.redaction__time {
  color: #959595;
  font-size: 10px;
}

/* comments */
.comments .media-middle {
  font-weight: 700;
  margin-top: 10px;
}

.comments h4 {
  color: #303e4b;
  font-size: 16px;
}

.comments img, .comm_info {
  display: inline-block;
}

.comments .media-middle {
  margin-bottom: 10px;
}

.comments__title {
  color: #303e4b;
  font-size: 26px;
  font-weight: bold;
}

.comment_form .form-control {
  border: 1px solid #e0e0e0;
  background-color: #f6f6f6;
  max-width: 400px;
}

.form-slideToggle {
  display: none;
}

.form-control {
  border-radius: 10px !important;
}

.comments__form .form-group {
  display: block !important;
}

.comments__form textarea {
  resize: none;
}

.comments__form input {
  width: 200px;
  margin-top: 10px;
}

.btn-comment {
  margin-top: 20px;
  min-width: 100px;
  color: #fff;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #eb9024;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(90deg, #e2871a 0%, #ea9836 100%);
  background-image: -ms-linear-gradient(90deg, #e2871a 0%, #ea9836 100%);
  -webkit-transition-property: color, background;
  transition-property: color, background;
}

.btn-comment:hover {
  color: #f38844;
  background-image: none;
  background-color: #ffffff;
}

.comments__media{
	padding-top: 20px;
	padding-bottom: 20px;
}

.current {
  text-align: center;
}

.current__title {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.current__text {
  text-align: left;
  margin-bottom: 25px;
}

.current__quote {
  text-align: left;
}
/***********************************
        /* 3.END CONTENT */
/***********************************/

/***********************************
        /* 4.404 */
/***********************************/
.wrapper-sticky-footer {
    display: table;
    width: 100%;
    height: 100%;
}

.content-sticky {
    display: table-row;
    height: 100%;
}

.error {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1020px;
}

.error__left {
    width: 41%;
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.error__left .error__text {
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f38844;
    line-height: 100px;
    text-align: right;
}

.error__right {
    width: 50%;
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

.error__right .error__head {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1;
    color: #f38844;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

.error__right .error__text {
    margin-bottom: 10px;
    line-height: 20px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.error__right .error__list {
    margin-top: 15px;
}
.error__right .error__list li {
    margin-bottom: 10px;
    list-style: inside disc;
}
.error__right .error__list li .link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #454545;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.error__right .error__list li .link::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    background-color: #454545;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.error__right .error__list li .link:hover::after {
    opacity: 1;
}
/***********************************
        /* 4.END 404 */
/***********************************/

/***********************************
        /* 5.FOOTER */
/***********************************/
/* footer */
.footer {
  padding: 32px 0 25px 0;
}

/* end footer */
/* copyright */
/* .copyright {
  float: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
} */

/* end copyright */
/* social */
.social {
  margin-top: -10px;
  margin-right: 0;
}

/* end social */
/* social text */
.social__text {
  text-align: right;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  color: #ffffff;
  padding-right: 7px;
}

/* end social text */
/* social list */
.social__list {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
/* end social list */
/* social item */
.social__item {
  display: inline-block;
  list-style: none;
  margin: 3px;
}
/* end social item */
/* social icons */
.social__item a {
  display: block;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  width: 33px;
  margin-left: 5px;
  line-height: 23px;
  text-align: center;
}

.social__item .facebook {
  border: 2px solid #3b5998;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.social__item .facebook:hover {
  opacity: .7;
}

.social__item .twitter {
  border: 2px solid #01a9e9;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.social__item .twitter:hover {
  opacity: .7;
}

.social__item .gplus {
  border: 2px solid #dd4b39;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.social__item .gplus:hover {
  opacity: .7;
}
/* end social icons */

/***********************************
        /* END 5.FOOTER */
/***********************************/


/***********************************
        /* 6.RESPONSIVE */
/***********************************/
@media screen and (max-width: 1199px) {
  .news__desc {
    padding-bottom: 4px;
  }
  .header_news_panel .nav-tabs > li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header_news_panel .nav-tabs {
    padding-bottom: 15px;
  }
  .tab-pane__img {
    max-width: 650px;
  }
  .right_sidebar {
    padding-left: 30px;
  }
  .wrap-article {
    margin-bottom: 28px;
  }
  .article__text {
    font-size: 14px;
  }
  .article__time {
    font-size: 10px;
  }
  .twitter__body .time {
    margin-bottom: 7px;
  }
  .message__time {
    padding-bottom: 13px;
  }
  .message__text {
    font-size: 13px;
  }
  .redaction p:nth-of-type(2) {
    font-size: 14px;
  }
  .redaction p:nth-of-type(2) {
    font-size: 12px;
  }
  .redaction {
    padding: 24px 15px;
  }
  .redaction__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 1024px) {
  .thumbnail_big .thumbnail__caption {
    padding: 27px 9px;
  }
  .news__head {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .news__caption {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .news__desc {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .news__text {
    font-size: 14px;
    min-height: 46px;
  }
  .tab-content {
    font-size: 14px;
  }
  .header_news_panel .nav-tabs > li > a {
    padding: 7px 10px;
    font-size: 10px;
  }
  .tab-pane__img {
    max-width: 650px;
  }
  .right_sidebar {
    padding-left: 30px;
  }
  .wrap-article {
    margin-bottom: 14px;
  }
  .twitter__header::before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -63px -30px;
    width: 50px;
    height: 50px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
  }
  .twitter__header {
    padding-left: 77px;
  }
  .twitter__header__text {
    padding-bottom: 0;
  }
  .message {
    padding: 13px 10px;
  }
  .redaction_line::after {
    bottom: 10px;
  }
  .redaction__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 998px) {
  .navbar-form {
    padding: 0;
    margin: 0;
  }
  .navbar-form button {
    padding: 0;
    margin: 1px 30px 1px 0;
  }
  .navbar-form button:active, .navbar-form button:focus, .navbar-form button:hover {
    box-shadow: none;
    border: none;
    outline: none !important;
  }
  .navbar-form input {
    height: 48px;
    border-radius: 0;
  }
  /* .form-group {
    display: none;
  } */
  .navbar-form .form-group {
    display: none;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .navbar-form:hover .form-group {
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .header_news_panel .header_news_text {
    width: 100%;
  }
  .thumbnail_small {
    max-width: auto;
  }
}

@media screen and (max-width: 991px) {
  .news__head {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .news__caption {
    padding-bottom: 14px;
  }
  .news__desc {
    padding-bottom: 17px;
  }
  .line_news p {
    font-size: 10px;
    line-height: 1.1;
  }
  .tab-pane__img {
    max-width: none;
  }
  .right_sidebar {
    width: 185px;
    padding-left: 30px;
  }
  .wrap-article {
    margin-bottom: 0;
  }
  .article {
    padding-left: 60px;
  }
  .article__icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .article__time {
    font-size: 9px;
  }
  .twitter__header::before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -93px;
    width: 45px;
    height: 45px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
  }
  .twitter__header {
    padding-bottom: 10px;
    padding-left: 72px;
  }
  .redaction p:nth-of-type(2) {
    margin-bottom: 5px;
  }
  .redaction__category {
    margin-bottom: 0;
  }
  .redaction__time {
    margin-bottom: 0;
  }
  .twitter__header__name {
    font-size: 12px;
  }
  .twitter__header__text {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .twitter__body .time {
    font-size: 10px;
  }
  .message {
    line-height: 1.3;
    padding: 14px 10px 16px;
  }
}

@media screen and (max-width: 768px) {
  .thumbnail_big .thumbnail__caption {
    padding: 12.97px 9px;
  }
  .special__img, .banner__img {
    max-height: 204px;
  }
  .twitter__body .message:nth-child(5){
  	display: none;
  }
  .news-tabs {
    padding-left: 20px;
  }
  .news-tabs__title.h2 {
    text-align: center;
    font-size: 14px;
    margin-top: 0;
  }
  .header_news_panel .nav-tabs > li > a {
    font-size: 8px;
  }
  .header_news_panel .nav-tabs li a:before {
    top: 26px;
  }
  .tab-pane__category {
    font-size: 14px;
  }
  .tab-pane__title {
    font-size: 24px;
    line-height: 1;
  }
  .tab-pane__text {
    font-size: 12px;
  }
  .tab-pane__block {
    left: 0px;
    bottom: 0px;
    padding: 0 20px;
  }
  .right_sidebar {
    width: 175px;
    padding-left: 20px;
  }
  .btn-search {
    color: #fff;
  }
  .header_news_panel .nav-tabs {
    width: auto;
    margin-left: 30px;
  }
  .text-mob-center {
    text-align: center;
    font-size: 14px;
  }
  .twitter__header::before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -117px -30px;
    width: 30px;
    height: 30px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
  }
  .twitter__header {
    padding-left: 58px;
  }
  .twitter__header {
    padding-left: 70px;
  }
  .twitter__header__name {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .twitter__header__text {
    font-size: 12px;
  }
  .message {
    padding: 17px 10px;
  }
  .social.navbar-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .text-mob-center {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) and (max-width: 767px) {
  .social ul {
    text-align: center;
    display: block;
    margin: 10px 0;
    width: 100%;
  }
  .copyright {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .social ul {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail_small {
    max-width: 100%;
  }
  .wrap-logo {
    padding: 15px 0;
  }
  .news__text {
    min-height: auto;
  }
  .banner__link {
    top: 100%;
    right: 50%;
  }
  .news-tabs {
    float: none;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    bottom: 20px;
    padding: 0;
  }
  .news-tabs .time {
    font-size: 0;
  }
  .tab-content_mob-p0 {
    padding: 0 !important;
  }
  .header_news_panel .nav-tabs > li > a {
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 5vmax;
    width: 1px;
    display: block;
  }
  .header_news_panel .nav-tabs li a:before {
    top: 50%;
  }
  .tab-pane__text {
    padding-right: 20%;
  }
  .header_news_panel {
    position: relative;
  }
  .mob_search .btn-search {
    top: 15px;
  }
  .wrap-article {
    margin-bottom: 20px;
  }
  .wrap-article:last-of-type {
    margin-bottom: 20px;
  }
  .projects .special {
    display: block;
    width: 100% !important;
    padding-right: 0;
  }
  .block-title__h2 {
    overflow: hidden;
  }
  .twitter__body {
    padding: 20px 0;
  }
  .message {
    padding: 10px;
  }
  .message__time {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .social {
    margin-top: 0;
  }
  .social__text {
    display: block;
    text-align: center;
  }
  .social.navbar-right {
    float: left;
    text-align: center;
    margin-right: 5px;
    width: 100%;
  }
  .special__img, .banner__img {
    max-height: 100%;
  }
  .thumbnail.thumbnail_big {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
    .error__left {
        display: block;
        padding-right: 0;
        width: 100%;
    }
    .error__left .error__text {
        text-align: center;
        font-size: 40px;
        line-height: 42px;
    }
    .error__right {
        display: block;
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .error__right .error__list {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
  .footer {
    padding: 12px 0;
  }
}

@media screen and (max-width: 480px) {
  .error__left .error__text {
    line-height: 1;
  }
  .tab-pane__category {
    font-size: 10px;
  }
  .tab-pane__title {
    font-size: 20px;
  }
  .tab-pane__text {
    font-size: 10px;
  }
  .tab-pane__block {
    bottom: 0px;
    left: 0;
  }
  .news-tabs__nav.nav li:nth-child(4){
  	display: none;
  }
  .news-tabs__nav.nav li:nth-child(5){
  	display: none;
  }
}

@media screen and (max-width: 320px) {
  .copyright {
    font-size: 12px;
  }
}
/***********************************
        /* END 6.RESPONSIVE */
/***********************************/




/* 新闻列表 */
.banner_pic {
  width: 100%;
}
.banner_pic img {
  width: 100%;
}
.con_sun_nav{
background-color:#eaeaea;
padding:0;
}
.fj_title{
  overflow: hidden;
  font-size:32px;
  color:#1b1e82;
  font-weight: bold; 
  line-height:50px;
  float: left;
}
.fj_title span{
  display:inline-block;
  width:14px;
  height:14px;
  background:#1b1e82;
  content:"";
  margin:0 10px 0 0;
}
.sub_nav{
  width:30%;
  float:right;
  text-align: right;
  overflow: hidden;
}
.sub_nav1{
  width:71%;
  float:right;
  text-align: right;
  overflow: hidden;
}
@media(max-width:767px){
  .content .title{
     font-size:20px;
  }
  .fj_title{
     width:100%;
  }
  .sub_nav{
     display:none;
  }
  .sub_nav1{
display:none;
  }
}
.sub_nav ul li,.sub_nav1 ul li{
  float: left;
  margin-left:18px;
}
.sub_nav ul li a,.sub_nav1 ul li a{
  display:block;
  padding:10px 15px;
  color:#535150;
  font-size:16px;
  /* margin-top:5px; */
  transition: all 1s;
  line-height:30px;
}
/* .sub_nav ul li a.on{
  border:2px solid #dd5411;
  color:#dd5411;
} */
.l-con ul li.active {
  background:#1b1e82;
  color:#ffffff;
}
.l-con ul li.active a{
  color:#fff;
}
.l-con ul li a:hover{
background:#1b1e82;
  color:#ffffff;
} 
.news-content{
  line-height: 26px;
    padding: 60px 0px 60px;
    min-height: 400px;
    overflow: hidden;
}
.news ul {
  width: 100%;
  overflow: hidden;
}
.news ul li {
  border-bottom: 1px solid #e8e8e8;
  height: 180px;
  overflow: hidden;
}
.news .news_date {
  float: right;
  width: 152px;
  padding-top: 39px;
  font-family: Arial;
  line-height: 25px;
  font-size: 12px;
}
.news .news_date span {
  display: block;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
}
.news .news_date i {
  font-size: 16px;
  display: block;
  font-style: normal;
  padding-top: 15px;
  height: 18px;
  line-height: 18px;
}
.news .news_img {
  float: left;
  padding-top: 22px;
}
.news .news_img img {
/*   width: 225px; */
max-width:100%;
  transition: all 1s;
/*   height: 150px; */
}
.news .news_con {
  float: left;
/*   padding-left: 40px;
   */  padding-top: 22px;
/*   width: 600px; */
  transition: all 1s;
}
.news .news_con h2 {
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  color: #333;
}
.news .news_con .news_p {
  height: 52px;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #999;
}

.content {
  line-height: 26px;
  padding: 60px 0px 60px;
  min-height: 400px;
  overflow: hidden;
}
.content .title {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  color: #535150;
}
.content .input-date {
  width: 100%;
  text-align: center;
  color: #777;
  font-size: 14px;
}
.content_c {
  margin-top: 40px;
  overflow: hidden;
}
.content_c img{
  max-width:100%;
  display:block;
  margin:auto;
}
#newtb {
  border-top: 1px solid #ccc;
  background: #f7f7f7;
  line-height: 30px;
  padding: 0 15px;
  margin-top: 60px;
  font-size: 14px;
}
#newtb span {
  display: block;
  width: 50%;
  float: left;
}
#newtb span a {
  color: #333;
}
#newtb em {
  display: block;
  width: 50%;
  float: left;
  font-style: normal;
}
#newtb em a {
  color: #333;
}

@media(max-width:768px){

.news ul li{
height:100px;
}
.news .news_con{
padding-top:0;
}

}


