/**面包屑样式**/
.breadcrumbs {
  margin: 0 auto;
  width: 1200px;
  height: 60px;
  border-bottom: 2px solid #f4f4f4;
}
.breadcrumbs__home {
  display: inline-block;
  font-size: 24px;
  float: left;
  line-height: 60px;
}
.breadcrumb__wrap {
  float: left;
  line-height: 60px;
  margin: 0;
}
.breadcrumbs__item,
.breadcrumbs__current {
  display: inline-block;
  margin: 0 5px;
}
.left-nav {
  width: 230px;
  padding: 20px 0;
  background-color: #f2f2f2;
}
.left-nav ol {
  list-style: none;
}
.left-nav__menu {
  margin: 0;
  padding: 0;
}
.left-nav__menu li {
  display: block;
  width: 100%;
  margin: 2px 0 0;
}
.left-nav__menu li a {
  padding: 8px 30px;
  display: block;
  font-size: 1.6rem;
  position: relative;
  color: #333;
  font-weight: bold;
}
.left-nav__menu li a:before {
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 6px;
  height: 0;
  background-color: #fe4200;
}
.left-nav__menu li a:hover,
.left-nav__menu li a.current {
  background-color: white;
}
.left-nav__menu li a:hover:before,
.left-nav__menu li a.current:before {
  top: 0;
  height: 100%;
}
.left-nav__title {
  padding: 10px 20px;
  margin-top: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 1.8rem;
  background-color: #ddf3ff;
}
.left-nav__pro {
  padding: 20px;
}
.left-nav__pro li {
  padding: 1px 0;
  display: block!important;
}
.left-nav__pro li a {
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  background: url("../../images/pro-nav.png") no-repeat top left;
  height: 32px;
  line-height: 32px;
  text-indent: 23px;
}
.left-nav__pro li a:hover,
.left-nav__pro li a.current {
  color: white;
  background-image: url("../../images/pro-nav-hover.png");
}
/**内页内容样式**/
.content-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
}
.news-content p {
  text-indent: 2em;
}
/*文章列表*/
.list-status {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1.2;
  color: darkred;
}
.news-content .news-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.news-content .news-list {
  margin: 0;
  padding: 0;
}
.news-list {
  margin: 0;
  padding: 0;
}
.news-list li {
  display: block;
  height: auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}
.news-list__cover {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: white;
  margin-right: 30px;
}
.news-list__cover img {
  margin: 0;
  transition: all ease .5s;
}
.news-list__cover:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list__title {
  font-size: 18px;
  line-height: 42px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.news-list__detail {
  line-height: 36px;
  text-indent: 48px;
  color: #999;
  padding: 20px 0;
}
.news-list__more {
  height: 48px;
  line-height: 48px;
}
.news-list__more em {
  display: inline-block;
  font-style: normal;
  color: #666;
}
.news-list__more a {
  display: inline-block;
  float: right;
}
.news-content .goods-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.goods-list-box-wrap {
  display: block;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
  float: left;
  z-index: 1;
}
.goods-list-box-wrap:hover {
  z-index: 2;
}
.goods-list-box {
  display: block;
  margin: 0 auto;
  height: 380px;
  background-color: white;
  overflow: hidden;
  -moz-box-shadow: 2px 2px 5px #ececec;
  -webkit-box-shadow: 2px 2px 5px #ececec;
  box-shadow: 2px 2px 5px #ececec;
  position: relative;
}
.goods-list-box:hover {
  overflow: inherit;
}
.goods-list-box__img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  height: 276px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.goods-list-box__img img {
  margin: 0;
  transition: all ease .5s;
}
.goods-list-box__attr-list {
  display: block;
  font-size: 1.4rem;
  padding: 8px 15px 15px;
  background-color: #f7f7f7;
}
.goods-list-box__attr-list span {
  display: block;
}
.goods-list-box h3 {
  padding: 8px 5px 10px 15px;
  background: url("../../images/icon-list.gif") no-repeat 0 5px;
  font-size: 1.8rem;
  color: #443721;
  height: 30px;
}
.goods-list-box:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.goods-list-box:hover h3 {
  color: #999;
}
/*列表分页通用样式*/
.pageslist {
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pageslist.mt20 {
  margin-top: 40px;
}
.pageslist ul {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.pageslist li {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 12px;
  text-align: center;
  border-radius: 4px;
  border: 1px #999 solid;
  line-height: 2;
  margin: 0 1px;
}
.pageslist li span {
  color: #999;
}
.pageslist li.thisclass {
  background: #999;
  color: #fff;
}
.pageslist li span.pageinfo {
  color: #999;
}
.pageslist li:last-child {
  margin-right: 0;
}
.pageslist li:first-child {
  margin-left: 0;
}
.pageslist.tag-list span.pageinfo {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 12px;
  font-size: 22px;
  text-align: center;
  border-radius: 4px;
  border: 1px #999 solid;
  line-height: 36px;
  margin: 0 1px;
}
/*文字列表推荐样式*/
.recommended {
  height: auto;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.recommended p {
  width: 100%;
  text-align: left;
  line-height: 48px;
  color: #39a28c;
}
.recommended p em {
  color: #39a28c;
}
.recommended p.black {
  color: #333;
}
.recommended p.black em {
  color: #333;
}
.recommended ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.recommended li {
  display: block;
  width: 100%;
  line-height: 60px;
  border-bottom: 1px #ddd dashed;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.recommended li a {
  color: #666;
}
.recommended li:last-child {
  border-bottom: none;
}
.recommended li span {
  display: inline-block;
  margin-right: 2px;
  height: 20px;
  line-height: 2;
  color: #999;
}
.hot-reading {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hot-reading p {
  width: 100%;
  text-align: left;
  color: #333;
  margin-top: 10px;
}
.hot-reading p em {
  color: #333;
}
.hot-reading-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hot-reading-box__cover {
  float: left;
  display: block;
  margin-right: 20px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.hot-reading-box__cover img {
  margin: 0;
  transition: all ease .5s;
}
.hot-reading-box__cover:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hot-reading-box__hot p {
  line-height: 36px;
  color: #333;
  font-size: 20px;
}
.hot-reading-box__hot em {
  color: #ccc;
  line-height: 60px;
}
.hot-reading-box__hot em a {
  display: inline-block;
  color: #999;
  margin-right: 20px;
}
.hot-reading-box__hot em a:hover {
  text-decoration: underline;
}
/* 关键词索引样式-新增
*/
.tag-content {
  width: 600px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  border-top: 2px solid #e5e5e5;
}
.tags-list {
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
  float: left;
  margin-bottom: 20px;
}
.tags-list ul {
  margin: 0;
  padding: 0;
}
.tags-list ul li {
  width: 31%;
  float: left;
  height: 75px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 75px;
  color: #00a4ff;
  margin-right: 3.5%;
}
.tags-list ul li a {
  color: #16afff;
}
.tags-list ul li a:hover {
  text-decoration: underline;
}
.tags-list ul li:nth-child(3n) {
  margin-left: 0;
  float: right;
  margin-right: 0;
}
.tag-more {
  text-align: center;
  width: 100%;
  height: 75px;
  line-height: 75px;
  float: left;
}
.tag-more a {
  color: #00a4ff;
  line-height: 75px;
  height: 75px;
  font-weight: bold;
}
.tag-more a:hover {
  text-decoration: underline;
}
.tag-about {
  color: #666;
  line-height: 75px;
  font-weight: 700;
}
.tag-about-small {
  color: #666;
  border-bottom: 1px solid #e4e9f0;
  line-height: 75px;
  margin-bottom: 15px;
}
/*关键词文章列表*/
.tag-content .tags-list-art {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.tag-content .tags-list-art ul {
  margin: 0;
  padding: 0;
}
.tag-content .tags-list-art li {
  display: block;
  width: 600px;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.tag-content .tags-list-art li h3.tags-list-title {
  line-height: 42px;
  width: 100%;
  padding-bottom: 20px;
  color: #666;
  font-weight: 500;
}
.tag-content .tags-list-art li h3.tags-list-title a:hover {
  color: #00a4ff;
}
.tag-content .tags-list-art li p.tags-list-detail {
  line-height: 36px;
  text-indent: 48px;
  color: #999;
  padding: 20px 0;
}
