.breadcrumb {
  line-height: 40px;
  background-color: #f6f6f6;
  font-size: 14px;
}
.breadcrumb span.spe:after {
  content: ">";
  padding: 0 5px;
}
.breadcrumb a {
  color: #333;
}
.page {
  margin-top: 20px;
  position: relative;
  /*search*/
}
.page .left-menu {
  width: 258px;
  height: 100%;
  position: absolute;
  float: left;
  background-color: #f6f6f6;
  padding-bottom: 20px;
}
.page .left-menu dl {
  list-style: none;
  width: 100%;
}
.page .left-menu dl dt {
  background-color: #2A8CC9;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.page .left-menu dl dd {
  padding-left: 20px;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
}
.page .left-menu dl dd a {
  color: #333;
}
.page .left-menu dl dd:before {
  content: "▶";
  color: #a4a4a4;
  padding-right: 15px;
}
.page .left-menu dl dd.active {
  background-color: #5dc2f1;
}
.page .left-menu dl dd.active a {
  color: #fff;
}
.page .left-menu dl dd.active:before {
  color: #fff;
}
.page .right-content {
  right: 0;
  float: right;
  min-height: 860px;
  width: 840px;
  background: #f6f6f6;
  padding: 0 20px;
  /*文章列表*/
  /*文章图片列表*/
  /*文章带介绍列表*/
  /*带图片介绍列表*/
  /*栏目内容*/
  /*文章内容detail*/
}
.page .right-content .cate-title {
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #2A8CC9;
  color: #2A8CC9;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}
.page .right-content .dive {
  border-bottom: 1px solid #e9e9e9;
  height: 0;
  display: block;
  margin: 18px 0;
  width: 100%;
}
.page .right-content > .article-list {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.page .right-content > .article-list .item {
  height: 35px;
  line-height: 35px;
}
.page .right-content > .article-list .item:before {
  content: '•';
  float: left;
  color: #c0c0c0;
  margin-right: 5px;
}
.page .right-content > .article-list .item .title {
  float: left;
  width: 650px;
  color: #616161;
}
.page .right-content > .article-list .item .title a {
  color: #616161;
}
.page .right-content > .article-list .item .time {
  float: right;
  color: #c0c0c0;
  padding-right: 5px;
}
.page .right-content > .pic-article-list {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.page .right-content > .pic-article-list .item {
  float: left;
  width: 252px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.page .right-content > .pic-article-list .item:nth-child(3n) {
  margin-right: 0;
}
.page .right-content > .pic-article-list .item .thumb {
  display: block;
  width: 252px;
  height: 168px;
}
.page .right-content > .pic-article-list .item .thumb img {
  width: 100%;
  height: 100%;
}
.page .right-content > .pic-article-list .item .title {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #333;
  display: block;
}
.page .right-content > .intro-article-list {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.page .right-content > .intro-article-list .item {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  height: 110px;
  overflow: hidden;
}
.page .right-content > .intro-article-list .item:last-child {
  border: 0;
}
.page .right-content > .intro-article-list .item .title {
  line-height: 40px;
}
.page .right-content > .intro-article-list .item .title:before {
  content: '•';
  float: left;
  color: #c0c0c0;
  margin-right: 5px;
}
.page .right-content > .intro-article-list .item .title a {
  font-size: 18px;
  color: #333;
}
.page .right-content > .intro-article-list .item .intro {
  color: #616161;
  line-height: 22px;
}
.page .right-content > .pic-intro-article-list {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.page .right-content > .pic-intro-article-list .item {
  height: 120px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.page .right-content > .pic-intro-article-list .item:last-child {
  border: 0;
}
.page .right-content > .pic-intro-article-list .item .left {
  float: left;
  width: 92px;
}
.page .right-content > .pic-intro-article-list .item .left img {
  width: 92px;
  height: 117px;
}
.page .right-content > .pic-intro-article-list .item .right {
  float: right;
  width: 670px;
}
.page .right-content > .pic-intro-article-list .item .right .title {
  line-height: 40px;
}
.page .right-content > .pic-intro-article-list .item .right .title a {
  font-size: 18px;
  color: #333;
}
.page .right-content > .pic-intro-article-list .item .right .intro {
  color: #616161;
  line-height: 22px;
}
.page .right-content > .cate-content {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 10px;
  color: #616161;
  line-height: 30px;
}
.page .right-content > .cate-content img {
  max-width: 95%;
}
.page .right-content > .article-page {
  padding-top: 10px;
  padding-bottom: 20px;
}
.page .right-content > .article-page .head {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.page .right-content > .article-page .head .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.page .right-content > .article-page .head .sub-title {
  font-size: 12px;
  color: #616161;
}
.page .right-content > .article-page .body {
  font-size: 14px;
  color: #616161;
  padding: 10px 4px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
}
.page .right-content > .article-page .body img {
  max-width: 95%;
  vertical-align: middle;
}
.page .right-content > .article-page .body .pic-list {
  margin-top: 20px;
}
.page .right-content > .article-page .body .pic-list .pic-item {
  text-align: center;
}
.page .right-content > .article-page .body .pic-list .pic-item img {
  max-width: 95%;
}
.page .right-content > .article-page .article-nav {
  margin-top: 15px;
}
.page .right-content > .article-page .article-nav .prev span,
.page .right-content > .article-page .article-nav .next span {
  color: #c0c0c0;
}
.page .right-content > .article-page .article-nav .prev a,
.page .right-content > .article-page .article-nav .next a {
  color: #616161;
}
.page .right-content > .article-page .other {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;
}
.page .right-content > .article-page .other .other-title {
  color: #0d5ab4;
  font-weight: 600;
}
.page .right-content > .article-page .other .article-list {
  list-style: none;
  padding-top: 10px;
}
.page .right-content > .article-page .other .article-list .item:before {
  content: '•';
  float: left;
  color: #c0c0c0;
  margin-right: 5px;
}
.page .right-content > .article-page .other .article-list .item .title {
  float: left;
  width: 650px;
  color: #616161;
}
.page .right-content > .article-page .other .article-list .item .title a {
  color: #616161;
  font-size: 14px;
}
.page .right-content > .article-page .other .article-list .item .time {
  float: right;
  color: #c0c0c0;
  padding-right: 5px;
}
.page .partner-wrap {
  background-color: #f6f6f6;
  padding: 10px 20px 40px 20px;
}
.page .partner-wrap .partner-title {
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #2A8CC9;
  color: #2A8CC9;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}
.page .partner-wrap .partner-list {
  border-top: 1px solid #e9e9e9;
  list-style: none;
}
.page .partner-wrap .partner-list li {
  float: left;
}
.page .partner-wrap .partner-list li .item {
  display: block;
  width: 210px;
  height: 210px;
  padding: 5px;
  margin-right: 15px;
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
}
.page .partner-wrap .partner-list li .item:nth-child(3n) {
  margin-right: 0;
}
.page .partner-wrap .partner-list li .item img {
  max-width: 100%;
  max-height: 100%;
}
.page .search-container {
  padding: 10px;
  background-color: #f6f6f6;
}
.page .search-container .search-title {
  border-left: 3px solid #2A8CC9;
  padding-left: 10px;
  line-height: 30px;
}
.page .search-container .search-title b {
  color: #0d5ab4;
}
.page .search-container .article-list {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.page .search-container .article-list .item {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  height: 100px;
  overflow: hidden;
}
.page .search-container .article-list .item:last-child {
  border: 0;
}
.page .search-container .article-list .item .title {
  line-height: 40px;
  float: left;
  width: 970px;
}
.page .search-container .article-list .item .title:before {
  content: '•';
  float: left;
  color: #c0c0c0;
  margin-right: 5px;
}
.page .search-container .article-list .item .title a {
  font-size: 18px;
  color: #333;
}
.page .search-container .article-list .item .time {
  line-height: 40px;
  float: right;
  color: #c0c0c0;
  padding-right: 5px;
}
.page .search-container .article-list .item .intro {
  clear: both;
  width: 970px;
  color: #616161;
  line-height: 22px;
}
/*# sourceMappingURL=styles.css.map */