.head-nav nav ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  text-align: center;
  transition: 0.2s;
}
#news {
  padding: 80px 0;
  background-color: #f4f4f4;
}
#news .w-c {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .w-c .widget_wrap {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 15px;
}
#news .w-c .widget_wrap .widget {
  box-sizing: border-box;
  background-color: #fff;
  padding: 35px 32px;
  background: #fff;
  margin-bottom: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
#news .w-c .widget_wrap .widget h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 58px;
  color: #fff;
  text-shadow: #000 0px 1px, #000 1px 0px, #000 -1px 0px, #000 0px -1px, #000 -1px -1px, #000 1px 1px, #000 1px -1px, #000 -1px 1px;
  letter-spacing: 4px;
}
#news .w-c .widget_wrap .widget h2 span {
  display: block;
  font-size: 18px;
  text-shadow: none;
  color: #333;
}
#news .w-c .widget_wrap .widget .widget_title {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
#news .w-c .widget_wrap .widget .widget_post li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#news .w-c .widget_wrap .widget .widget_post li .post_thumb {
  width: 180px;
  height: 80px;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#news .w-c .widget_wrap .widget .widget_post li .post_thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#news .w-c .widget_wrap .widget .widget_post li .content {
  width: calc(100% - 100px);
}
#news .w-c .widget_wrap .widget .widget_post li .content h6 {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
#news .w-c .widget_wrap .widget .widget_post li .content h6 a {
  text-decoration: none;
  color: #000;
}
#news .w-c .widget_wrap .widget .widget_post li .content .date {
  color: #706c61;
}
#news .w-c .widget_wrap .widget .widget_post li .content .date i {
  font-size: 14px;
  margin-right: 7px;
}
#news .w-c .widget_wrap .widget .widget_post li:last-child {
  margin-bottom: 0px;
}
#news .w-c .blog_wrap {
  width: 66.66667%;
  box-sizing: border-box;
  padding: 0 15px;
}
#news .w-c .blog_wrap .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#news .w-c .blog_wrap .wrap .post_item {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 48%;
  height: auto;
}
#news .w-c .blog_wrap .wrap .post_item .post_thumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  display: block;
}
#news .w-c .blog_wrap .wrap .post_item .post_thumb img {
  width: 100%;
}
#news .w-c .blog_wrap .wrap .post_item .post_content {
  padding-top: 30px;
}
#news .w-c .blog_wrap .wrap .post_item .post_content .post_meta {
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
#news .w-c .blog_wrap .wrap .post_item .post_content .post_meta li {
  position: relative;
  color: #706c61;
  font-size: 15px;
  margin-right: 25px;
  padding-right: 28px;
  float: left;
  list-style: none;
  display: inline-block;
}
#news .w-c .blog_wrap .wrap .post_item .post_content .post_meta li:not(:last-child)::before {
  content: "|";
  position: absolute;
  right: 0;
  color: #555;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .w-c .blog_wrap .wrap .post_item .post_content .post_meta li i {
  font-size: 14px;
  margin-right: 7px;
}
#news .w-c .blog_wrap .wrap .post_item .post_content .title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 17px;
  color: #1e1d23;
}
#news .w-c .blog_wrap .wrap .post_item .post_content .title a {
  color: initial;
}
#news .w-c .blog_wrap .wrap .post_item .post_content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #8d8d8d;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news .w-c .blog_wrap .wrap .post_item .post_content .thm_btn {
  color: #000;
  font-size: 18px;
}
#news .w-c .blog_wrap .page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  align-items: center;
}
#news .w-c .blog_wrap .page .page-pre {
  padding: 5px;
  margin-right: 8px;
}
#news .w-c .blog_wrap .page .page-pre a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 30px;
  color: #777;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 6px;
  box-shadow: 0 12px 8px 0 rgba(213, 151, 96, 0.06);
  text-decoration: none;
}
#news .w-c .blog_wrap .page .page-pre a:hover {
  color: #fff !important;
  border-color: #000;
  background: #000;
}
#news .w-c .blog_wrap .page .page-num {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 15px;
  color: #777;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 6px;
  margin-right: 8px;
  box-shadow: 0 12px 8px 0 rgba(213, 151, 96, 0.06);
  text-decoration: none;
}
#news .w-c .blog_wrap .page .page-num:hover {
  color: #fff !important;
  border-color: #000;
  background: #000;
}
#news .w-c .blog_wrap .page .page-num.page-num-current {
  color: #fff !important;
  border-color: #000;
  background: #000;
}
#news .w-c .blog_wrap .page .page-next {
  padding: 5px;
}
#news .w-c .blog_wrap .page .page-next a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 30px;
  color: #777;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 6px;
  box-shadow: 0 12px 8px 0 rgba(213, 151, 96, 0.06);
  text-decoration: none;
}
#news .w-c .blog_wrap .page .page-next a:hover {
  color: #fff !important;
  border-color: #000;
  background: #000;
}
#news .w-c .post_wrap {
  width: 66.66667%;
  box-sizing: border-box;
  padding: 0 15px;
}
#news .w-c .post_wrap .post_content {
  background: #fff;
  padding: 30px;
  min-height: 700px;
}
#news .w-c .post_wrap .post_content .ico {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
#news .w-c .post_wrap .post_content .ico img {
  width: 100%;
}
#news .w-c .post_wrap .post_content h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 17px;
}
#news .w-c .post_wrap .post_content .post_meta {
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
#news .w-c .post_wrap .post_content .post_meta li {
  position: relative;
  color: #706c61;
  font-size: 15px;
  margin-right: 25px;
  padding-right: 28px;
  float: left;
  list-style: none;
  display: inline-block;
}
#news .w-c .post_wrap .post_content .post_meta li:not(:last-child)::before {
  content: "|";
  position: absolute;
  right: 0;
  color: #555;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .w-c .post_wrap .post_content .post_meta li i {
  font-size: 14px;
  margin-right: 7px;
}
#news .w-c .post_wrap .post_content p {
  font-size: 17px;
  font-weight: normal;
  line-height: 28px;
  color: #8d8d8d;
  margin-bottom: 15px;
}
#news .w-c .post_wrap .post_content p img {
  max-width: 100%;
}
#news .w-c .post_wrap .page {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#news .w-c .post_wrap .page .numpage {
  background-color: #fff;
  width: 45%;
  padding: 15px 30px;
  display: block;
}
#news .w-c .post_wrap .page .numpage.page-next {
  text-align: right;
}
#news .w-c .post_wrap .page .numpage.page-next a {
  justify-content: flex-end;
}
#news .w-c .post_wrap .page .numpage a {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#news .w-c .post_wrap .page .numpage a i {
  font-size: 35px;
  line-height: 38px;
  font-style: normal;
  padding: 0 10px;
}
#news .w-c .post_wrap .page .numpage a span {
  font-size: 18px;
  line-height: 40px;
  display: block;
  font-style: normal;
}
#news .w-c .post_wrap .page .numpage.pageicon {
  width: 10%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
#news .w-c .post_wrap .page .numpage.pageicon a {
  text-align: center;
  justify-content: center;
}
#news .w-c .post_wrap .page .numpage.pageicon a i {
  font-size: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #news .w-c {
    width: 100%;
  }
  #news .w-c .widget_wrap {
    width: 100%;
  }
  #news .w-c .widget_wrap .widget .widget_post li .post_thumb {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
  #news .w-c .widget_wrap .widget .widget_post li .post_thumb img {
    height: 100%;
  }
  #news .w-c .widget_wrap .widget .widget_post li .content h6 {
    font-size: 14px;
  }
  #news .w-c .blog_wrap {
    width: 100%;
  }
  #news .w-c .blog_wrap .wrap .post_item {
    width: 100%;
  }
  #news .w-c .blog_wrap .wrap .post_item .post_content .post_meta li:last-child {
    margin-right: 0;
  }
  #news .w-c .post_wrap {
    width: 100%;
  }
  #news .w-c .post_wrap .page .numpage {
    background-color: #fff;
    width: 41%;
    padding: 15px 28px;
    display: block;
  }
  #news .w-c .post_wrap .page .numpage.pageicon {
    width: 18%;
  }
}
