body {
  font-size: 14px;
  line-height: 27px;
  font-family: Helvetica,"Microsoft YaHei","微软雅黑",Verdana, sans-serif;
  color: #444;
  background-color: #fff;
}

a {
  color: #5b6268;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #4CAF50;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*header*/
#zy-header {
  padding-bottom: 0; border-bottom: 1px solid #E5E9EF;
}
#zy-header .container {
  width: 1140px!important;
  max-width: 1140px!important;
  min-width: 1140px!important;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
#zy-header .navbar-brand {
  margin-right: 2rem;
  padding-bottom: 0;
}
#zy-header .nav-link {
  padding: 0.9rem 1rem;
  font-size: 16px
}
#zy-header .nav-link.active {
  border-bottom: 2px solid #3fa900;
  color: #3fa900;
}
#zy-navbar {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  /*-ms-flex-preferred-size: 100%;
  flex-basis: 100%;*/
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
#zy-navbar .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
/*footer*/
.zy-footer {
    background-color: #EEE;
    color: #666;
    font-size: 14px;
    margin: auto!important;
}
/*wrapper*/
.zy-wrapper {
  margin: 1.75rem auto;  
}
.zy-wrapper .container {
  width: 1140px!important;
  max-width: 1140px!important;
  min-width: 1140px!important;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/*widget*/
.zy-sidebar .widget {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(222, 225, 227, 0.8);
  box-shadow: 0px 0px 4px 0px rgba(222, 225, 227, 0.8);
  padding: 15px 20px;
}
.zy-sidebar .widget:last-child {
  margin-bottom: 0;
}
.zy-sidebar .widget-title:after {
  content: '';
  display: block;
  margin-top: 10px;
  border-bottom: 1px solid #ebeeef;
  width: 100%;
}
.zy-sidebar .widget-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  font-size: 1.15rem;
}
.zy-sidebar .widget-title span {
  color: #CCC;
}
/*section*/
.title-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebeeef;
}
.bottom-line:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  bottom: 0;
  position: absolute;
}
.bottom-line__orange:after {
  background-color: #fc7e19; }
.bottom-line__green:after {
  background-color: #41a905; }
.section-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  font-size: 22px;
  display: inline-block;
  float: left; }
  .section-title--sm {
    font-size: 18px; }
.title-wrap .section-title span {
  color: #CCC;
}
.all-posts-url {
  float: right;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #878c8e;
  font-size: 11px;
  line-height: 28px;
  margin-right: 15px; 
}

/* entry */
.entry {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.entry__img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
.entry__img {
  width: 100%; }
.entry__header {
  margin-bottom: 10px; }
.entry__title {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 3px;
  margin-bottom: 5px;
}
  .entry__title--sm {
    font-size: 13px; }
  .entry__title:hover a {
    text-decoration: underline; }
.entry__meta li {
  display: inline-block;
  font-size: 12px;
  color: #adb6b9;
  margin-right: 15px; }
  .entry__meta li:last-child {
    margin-right: 0; }
.entry__meta a {
  color: #adb6b9; }
  .entry__meta a:hover {
    color: #404648; }
.entry__meta i {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px!important;
}
.entry__des p {
  margin-bottom: 0;
  color: #999
}
/* Post List
-------------------------------------------------------*/
.post-list {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeeef;
  margin-bottom: 20px; }
  .post-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .post-list__img-holder {
    width: 270px;
    height: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0; }
    .post-list__img-holder a {
      display: block;
      height: 100%; }
    /*@media only screen and (max-width: 991px) {
      .post-list__img-holder {
        width: 170px; } }*/
  .post-list__body {
    overflow: hidden; }
  /*@media only screen and (max-width: 575px) {
    .post-list__img-holder, .post-list__body {
      width: 100%; }
    .post-list__img-holder {
      float: none;
      margin-right: 0;
      margin-bottom: 30px; } }*/

/* Post List Small */
.post-list-small__item {
  padding: 16px 0 12px;
  border-bottom: 1px solid #ebeeef; }
  .post-list-small__item:first-child {
    padding-top: 0; }
  .post-list-small__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
.post-list-small__img-holder {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.post-list-small__body {
  overflow: hidden; }
.post-list-small__entry-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  /*margin-top: -3px;*/
}
  .post-list-small__entry-title a {
    /*color: #404648;*/ }
  .post-list-small__entry-title a:hover {
    text-decoration: underline; }

.post-list-small--border-top {
  border-top: 1px solid #ebeeef;
  padding-top: 16px;
  margin-top: -10px; }

/* Thumbs */
.thumb-container {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .thumb-container img {
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -ms-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .thumb-container:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.thumb-text-holder {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 3;
  padding: 0 20px; }
  .thumb-text-holder .entry__meta-category {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px; }
  .thumb-text-holder .entry__meta a:hover,
  .thumb-text-holder .entry__meta a:focus {
    color: #fff; }

.thumb-url {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.thumb-entry-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5px; }
  .thumb-entry-title__sm {
    font-size: 14px; }
  .thumb-entry-title:hover a,
  .thumb-entry-title a:focus {
    color: #fff; }

.thumb-bg-holder {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important; }

.entry:hover .thumb-bg-holder,.entry:hover .thumb-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.thumb-50 {
  padding-bottom: 50%; }
.thumb-75 {
  padding-bottom: 75%; }
.thumb-85 {
  padding-bottom: 83%; }
.thumb-100 {
  padding-bottom: 100%; }


/*.widget .sub-menu {
  padding-left: 15px;
  padding-top: 5px; }
  .widget .sub-menu li {
    padding: 5px 0 !important; }

.widget .children {
  padding-top: 10px;
  padding-left: 15px;
  margin-top: 10px; }*/
/* back-to-top */
#back-to-top {
  display: block;
  z-index: 100;
  width: 57px;
  height: 57px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -57px;
  right: 20px;
  line-height: 32px;
  background-color: rgba(27, 28, 31, 0.5);
  -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 27px;
  /*margin: auto;*/
}
#back-to-top a {
  display: flex;
  color: #fff;
  height: 100%;
  flex-direction: column;
  line-height: 5px;
}
#back-to-top.show {
  bottom: 20px; }
#back-to-top:hover {
  background-color: #4CAF50;
  border-color: transparent; }
#back-to-top:hover i {
  color: #fff; }

/* helper */
.bottom-gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(70, 70, 70, 0.6) 50%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-3line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
