@import 'common.css';
.banner {
  height: 480px;
  background: url(../images/banner-news.png) center bottom #3368c8;
  position: relative;
}
.header.fixed .nav li.rootItem .subMenu li {
  background-color: #3368c8;
  text-shadow: 0 0 10px #3368c8;
}
.categories {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #bfbfbfff;
  text-align: center;
}
.categories ul {
  margin: 0;
  padding: 0;
}
.categories li {
  display: inline-block;
  position: relative;
}
.categories li:after {
  content: '/';
  color: #ccc;
}
.categories li:last-child:after {
  display: none;
}
.categories li a {
  display: inline-block;
  padding: 0 1.5em;
  color: #333;
  text-decoration: none;
}
.categories li:hover a:after,
.categories li.hover a:after {
  content: '';
  display: block;
  width: 2em;
  height: 4px;
  background: linear-gradient(90deg, rgba(63, 63, 249, 1), rgba(20, 202, 242, 1));
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -1em;
}
.wrap {
  width: 1400px;
  margin: 25px auto 100px;
}

.article {
  padding: 45px 0 0;
}
.article .article-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.article .article-head .values > div {
  float: left;
  display: block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  padding-left: 40px;
  margin-left: 40px;
}
.article .article-head .values .hits {
  background: url(../images/a1.png) left center no-repeat;
}
.article .article-head .values .share {
  padding-left: 0;
}
.article .article-head .values .share .bshare-custom {
  float: left;
}
.article .article-head .values .share .bshare-share-count {
  line-height: 40px !important;
  color: #666666;
  background: none;
  font-size: 24px;
  float: left;
  font-weight: normal;
  height: 40px !important;
  width: auto !important;
}
.article .article-head .values .share .bshare-more {
  float: left;
  background: url(../images/a3.png) left center no-repeat;
  min-width: 40px;
  height: 40px;
  line-height: 40px !important;
  font-size: 24px;
  color: #666666;
  display: block;
  padding-left: 40px !important;
}
.article .article-head .attrs {
  padding-top: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
}
.article .article-head .attrs span {
  margin-right: 25px;
}
.article .article-head .values {
  float: right;
}
.article .article-head .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 36px;
}

.article-body div,
.article-body p {
  text-indent: 2em;
}
.article-body img {
  max-width: 90%;
}
.article-body:after {
  content: '';
  display: block;
  clear: both;
}
.article-body {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  padding-top: 30px;
}
.article-body p:first-child {
  margin-top: 0;
}
.article-body aside {
  width: 315px;
  padding: 0 40px;
  border-left: 1px solid #eee;
  float: right;
}
.article-body aside ul li a {
  text-decoration: none;
}
.article-body aside ul li .title {
  margin-top: 15px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  text-indent: 0;
}
.article-body aside ul li img {
  display: block;
  background-color: #ccc;
  width: 314px;
  height: 209px;
  max-width: 100%;
  color: #CCC;
}
.article-body aside li {
  margin-top: 25px;
}
.article-body aside dl dt {
font-size:18px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:24px;
}
.article-body aside dl,
.article-body aside dl dt,
.article-body aside dl dd,
.article-body aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pn {
  clear: both;
  list-style: none;
  margin: 50px 0 0;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 26px;
}
.pn li a {
  text-decoration: none;
  color: #000;
}
.pn li {
  padding-left: 0;
}

.article-content {
  float: left;
  width: 965px;
}