* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
}
body {
  background: url(../img/bg.jpg);
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.text_center {
  text-align: center !important;
}
.float-l {
  float: left !important;
}
.float-r {
  float: right !important;
}
.fixed_top {
  position: fixed !important;
  top: 0 !important;
}
.slh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slh-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.slh-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.header {
  width: 100%;
  padding: 40px 0 100px 0;
  background-color: #067c24;
  color: #fff;
  position: relative;
  text-align: center;
  float: left;
}
.header .title {
  font-size: 30px;
  font-weight: bold;
}
.header .nav {
  width: 100%;
  border-bottom: 4px solid #067c24;
  position: absolute;
  bottom: 0;
  background-color: rgba(78, 78, 78, 0.8);
  height: 52px;
  z-index: 99;
}
.header .nav .menu {
  float: left;
}
.header .nav .menu a {
  font-size: 17px;
  display: block;
  color: #ececec;
  line-height: 50px;
  float: left;
  padding: 0 20px;
  font-weight: normal;
}
.header .nav .menu a:hover,
.header .nav .menu a.curr {
  background-color: #067c24;
  color: #fff;
}
.header .nav .search {
  float: right;
  height: 48px;
  padding: 10px 15px 0 15px;
  background-color: #067c24;
  cursor: pointer;
  position: relative;
  display: block;
}
.header .nav .search .bt {
  font-size: 20px;
}
.header .nav .search .search_input {
  position: absolute;
  top: 48px;
  right: -1px;
  display: none;
  border-left: rgba(78, 78, 78, 0.8) solid 1px;
  border-right: rgba(78, 78, 78, 0.8) solid 1px;
  border-bottom: rgba(78, 78, 78, 0.8) solid 1px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  width: 300px;
}
.header .nav .search .search_input .sub {
  font-size: 20px;
  display: block;
  float: right;
  color: #919191;
  margin: 8px 8px 0 0;
}
.header .nav .search .search_input input {
  border: none;
  background: none;
  display: block;
  float: left;
  width: 250px;
  padding: 10px 0 10px 10px;
  font-size: 14px;
}
.footer {
  background: #575757;
  float: left;
  width: 100%;
  padding: 30px 0;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #067c24;
}
.footer .flink {
  padding-bottom: 15px;
}
.footer .copyright {
  text-align: center;
  color: #fff;
  line-height: 25px;
}
.con {
  padding: 30px 0;
  float: left;
}
.con .content_left {
  float: left;
  padding-right: 15px;
  overflow: hidden;
  width: 70%;
  display: flex;
  flex-direction: column;
}
.con .content_left .slide {
  width: 100%;
  height: 300px;
}
.con .content_left .con_list {
  width: 100%;
  padding-top: 20px;
}
.con .content_left .con_list .excerpt {
  background-color: #fff;
  padding: 20px 15px 20px 20px;
  margin-bottom: 10px;
  position: relative;
  clear: both;
}
.con .content_left .con_list .excerpt:after,
.con .content_left .con_list .excerpt:before {
  display: table;
  content: "";
  line-height: 0;
}
.con .content_left .con_list .excerpt:after {
  clear: both;
}
.con .content_left .con_list .excerpt-nothumbnail {
  padding-left: 20px;
}
.con .content_left .con_list .excerpt-nothumbnail:hover {
  padding-left: 24px;
}
.con .content_left .con_list .excerpt header {
  margin: 0 10px 15px 0;
}
.con .content_left .con_list .excerpt .focus {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: table;
}
.con .content_left .con_list .excerpt .focus a {
  display: table-cell;
  vertical-align: middle;
}
.con .content_left .con_list .excerpt .focus a img {
  width: 200px;
  height: 123px;
  margin: 0 auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.con .content_left .con_list .excerpt:hover .focus a 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);
}
.con .content_left .con_list .excerpt p.auth-span {
  float: right;
  position: absolute;
  bottom: 1em;
  right: 0;
}
.con .content_left .con_list .excerpt header .label {
  margin-right: 5px;
  position: relative;
  top: -2px;
  padding: 2px 6px 4px;
}
.con .content_left .con_list .excerpt h2 {
  display: inline;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  position: relative;
  top: 1px;
  line-height: 25px;
}
.con .content_left .con_list .excerpt .note {
  color: #777;
  line-height: 24px;
  margin-bottom: 0;
}
.con .content_left .con_list .excerpt .itag a {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2 #ddd #ddd #e2e2e2;
  display: inline-block;
  margin-right: 3px;
  border-radius: 1px;
  padding: 0 5px;
  line-height: 18px;
}
.con .content_left .con_list .article-header .cate,
.con .content_left .con_list .article-header .muted,
.con .content_left .con_list .excerpt .muted {
  margin-right: 20px;
}
.con .content_left .con_list .excerpt .muted .action,
.con .content_left .con_list .hot-posts .muted .action {
  background-color: #fff !important;
  border: 0;
  padding: 0;
  color: #f78585 !important;
  font-size: 13px;
}
.con .content_left .con_list .excerpt .muted .action i,
.con .content_left .con_list .hot-posts .muted .action i {
  margin-right: 1px !important;
}
.con .content_left .con_page {
  width: 100%;
  background-color: #fff;
}
.con .content_left .breadcrumbs {
  margin: 0 0 1px;
  padding: 9px 10px 7px;
  background-color: #f7f7f7;
}
.con .content_left .breadcrumbs small {
  font-size: 12px;
  color: #bbb;
  margin: 0 2px;
  font-weight: 700;
}
.con .content_left .breadcrumbs a {
  color: #000;
}
.con .content_left .article-header {
  padding: 2px 20px 12px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.con .content_left .article-title {
  color: #444;
  font-weight: 400;
  font-size: 26px;
  line-height: 80px;
}
.con .content_left .article-content {
  font-size: 15px;
  line-height: 30px;
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  text-indent: 0;
}
.con .content_left .article-content .open-message {
  border: #4094ef 1px solid;
  border-radius: 5px 5px 5px 5px;
  margin: 10px 0;
  padding: 5px 10px;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.con .content_left .article-content .open-message a {
  color: red;
}
.con .content_left .article-content img {
  width: 100%;
}
.con .content_left .article-nav {
  border-top: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  overflow: hidden;
  padding: 15px 20px;
  font-size: 15px;
  color: #bbb;
}
.con .content_left .article-nav span {
  float: left;
  position: relative;
  max-width: 50%;
}
.con .content_left .article-nav span.article-nav-next {
  float: right;
  text-align: right;
}
.con .content_right {
  float: right;
  width: 30%;
  overflow: hidden;
}
.con .content_right .widget {
  clear: both;
  margin-bottom: 10px;
  background-color: #fff;
}
.con .content_right .widget .title {
  position: relative;
  border-bottom: 1px solid #067c24;
  padding: 20px 0 10px 0;
  margin: 0 20px;
  font-size: 12px;
}
.con .content_right .git_postlist .tagslist {
  padding: 0 20px 20px;
}
.con .content_right .git_postlist .tagslist a.tags {
  margin: 10px 10px 10px 10px;
  padding: 5px 10px;
  height: auto !important;
  font-size: 15px !important;
}
.con .content_right .git_postlist .tagslist a.tags:hover {
  color: yellow !important;
}
.con .content_right .git_postlist ul {
  padding: 0 20px 20px;
}
.con .content_right .git_postlist ul li a {
  padding: 5px 0 15px 90px;
  border-bottom: solid 1px #eee;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
}
.con .content_right .git_postlist ul li a:hover {
  color: #d9534f;
}
.con .content_right .git_postlist ul li a.month {
  margin-left: 10px;
  padding: 20px 0 0 0;
  border-bottom: 0;
}
.con .content_right .git_postlist .text {
  line-height: 25px;
  overflow: hidden;
  margin: 5px 0 0 20px;
  display: block;
  height: 50px;
}
.con .content_right .git_postlist .thumbnail {
  float: left;
  margin-left: -90px;
  margin-top: 10px;
}
.con .content_right .git_postlist .thumbnail img {
  max-width: 100px;
  max-height: 64px;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 64px;
}
.con .content_right .git_postlist .muted {
  padding-left: 10px;
}
.con .content_right .git_postlist .nopic li a {
  padding: 8px 15px;
}
.con .content_right .git_postlist .nopic .text {
  margin-top: 0;
}
.pagination {
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination li {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  background: #CCC;
}
.pagination li a {
  padding: 5px 8px;
  height: 30px;
  color: #fff;
  display: block;
  width: 100%;
}
.pagination li.disabled {
  padding: 5px 8px;
  cursor: pointer;
}
.pagination li.active {
  padding: 5px 8px;
  background: #067c24;
  cursor: pointer;
}
.pagination li:hover {
  background: #067c24;
}
