﻿@charset "utf-8";
/* CSS Document */
/***************************{CSS Reset}*****************************/
body {
  font-size: 12px;
  background: #f4f4f4;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
/***************************{Common CSS Class}*****************************/
.col {
  width: 1200px;
  margin: auto;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  float: none;
}
.mbx {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}
.mbx a {
  color: #000;
}
.mbx a:hover {
  color: #84c225;
}
.mbx span {
  padding: 0 8px;
}
.cleft {
  width: 880px;
  overflow: hidden;
}
.cright {
  width: 300px;
}
.page {
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  padding: 15px 0;
}
#pages a {
  border: 1px solid #e5e5e5;
  color: #3e3a39;
  overflow: hidden;
  margin: 0 2px 0 0;
  padding: 5px 10px;
}
#pages a:hover {
  background: #3e3a39;
  color: #fff;
}
#pages span {
  font-weight: 700;
  color: #F5811E;
  margin: 0 5px;
}
/*swiper*/
.arrow-lefts {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  width: 34px;
  height: 40px;
  z-index: 99;
}
.arrow-rights {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  width: 34px;
  height: 40px;
  z-index: 99;
}
.swiper-container {
  width: 880px;
  height: 360px;
  color: #fff;
  text-align: center;
}
/*文章列表*/
.artlist .listtitle {
  background: #fff;
  height: 76px;
  line-height: 76px;
}
.artlist .listtitle a {
  border-bottom: 2px solid #dddddd;
  width: 176px;
  float: left;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #818181;
}
.artlist .listtitle a:Hover {
  color: #F5811E;
  border-bottom-color: #F5811E;
}
.artlist .listtitle .titleactive {
  color: #5da910;
  border-bottom-color: #5da910;
}
.artlist .listbox {
  background: #fff;
  padding: 20px;
  width: auto;
  min-height: 1026px;
}
.artlist .bg {
  background-color: #f3f3f3;
}
.artlist .item {
  padding: 15px;
  width: auto;
  height: 200px;
  padding-bottom: 17px;
}
.artlist .item:hover {
  background-color: #f3f3f3;
}
.artlist .item .img {
  width: 300px;
  margin-right: 30px;
  overflow: hidden;
  background: #ccc;
  height: 200px;
}
.artlist .item .info {
  width: 468px;
  height: 200px;
}
.artlist .t a {
  font-size: 18px;
  color: #3e3a39;
  font-weight: bold;
}
.artlist .t a:hover {
  text-decoration: underline;
}
.artlist .num {
  color: #cdcdcd;
  padding: 12px 0 25px 0;
  border-bottom: 1px solid #F5811E;
  margin-bottom: 10px;
}
.artlist .num span {
  color: #F5811E;
  padding-left: 10px;
}
.artlist .desc {
  line-height: 24px;
  color: #767676;
 height: 53px;
overflow: hidden;
}
.artlist .btnbox {
  left: 0px;
  bottom: 0px;
  width: 468px;
}
.artlist .btnbox a {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  width: 143px;
  background-color: #ffffff;
  border: 1px solid #d4d2d2;
  font-size: 14px;
  color: #acacac;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}
.artlist .btnbox a:hover {
  background-color: #F5811E;
  color: #fff;
  border-color: #F5811E;
}
/*右边 大家都在看*/
.topadvert {
  width: 300px;
  height: 130px;
  margin-bottom: 10px;
}
.topadvert img {
  width: 300px;
  height: 130px;
}
.cright .artlist {
  background: #fff;
  padding: 10px;
  width: auto;
  /* margin-top: 10px; */
}
.cright .artlist h1 {
  font-size: 20px;
  font-weight: 400;
  color: #F5811E;
  line-height: 38px;
  height: 38px;
  margin-bottom: 6px;
}
.cright .artlist ul li {
  border-bottom: 1px solid #F5811E;
  padding-left: 5px;
  overflow: hidden;
  margin-top: 10px;
  height: 87px;
  font-size: 14px;
}
.cright .artlist ul li a {
  color: #646464;
  display: block;
}
.cright .artlist ul li a:hover {
  text-decoration: underline;
}
.cright .artlist .seeDetail {
  background: #F5811E;
  color: #fff;
  width: 66px;
  text-align: center;
  line-height: 26px;
  margin-top: 8px;
}
.cright .artlist .seeDetail:hover {
  text-decoration: none;
}
.cright .artlist .artlistL {
  width: 100px;
  height: 65px;
  margin-top: 5px;
}
.cright .artlist .artlistL img {
  width: 100px;
  height: 65px;
}
.cright .artlist .artlistR {
  width: 150px;
}
/*文章显示页*/
.showart {
  padding: 10px 35px;
  background: #fff;
  width: 810px;
  height: auto;
}
.showart .title {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.showart .info {
  height: 30px;
  border-bottom: 1px solid #84c225;
  margin-top: 10px;
  margin-bottom: 20px;
}
.showart .artcon {
  font-size: 14px;
  line-height: 22px;
}
.showart #hits {
  font-weight: 400 !important;
}
.article_title {
  border-bottom: 1px solid #F5811E;
  overflow: hidden;
  line-height: 40px;

  margin-bottom: 20px;
  text-align: center;
}
.article_title .article_title_info {
  font-size: 24px;
}
.article_title .article_title_right {
  position: relative;
  line-height: 46px;
  width: 380px;
  margin: auto;
  text-align: left;
}
.article_title .shareBox {
  position: absolute;
  right: 0px;
  top: 10px;
}
.article_title i {
  font-style: normal;
}
/*下一篇文章按钮*/
.next_article_box {
  text-align: center;
}
.next_article {
  display: inline-block;
  width: 170px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #c8cdd1;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #474747;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.next_article:hover {
  background: #F5811E;
  border: 1px solid #F5811E;
  color: #fff;
}
.mf10 {
  margin-left: 10px;
}
