/* 面包屑 */
.bread-nav {
  width: 1200px;
  margin: 0 auto 25px;
  height: 22px;
  line-height: 22px;
  padding-top: 25px;
  font-size: 14px;
}
/*  */
#position a {
  color: #999;
}
#position .rightroad:first-of-type {
  display: none;
}
.bread-nav img {
  width: 10px;
  vertical-align: baseline;
}
.bread-nav .title {
  color: #999999;
}
.bread-nav .posit {
  font-size: 14px;
  color: #999999;
  margin-left: 11px;
}
.bread-nav .posit a {
  font-size: 14px;
  color: #236fab;
}
/*页码 */
.pages {
  margin: 32px auto 30px;
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.pages > li {
  display: inline-block;
  margin: 0 3px;
  font-size: 16px;
  padding: 0 10px;
  height: 30px !important;
  line-height: 30px !important;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  text-align: center;
  color: #000000 !important;
}
.pages > li:before {
  content: none !important;
}
.pages .page.page-active {
  color: #fff;
  background: #0F7BD6;
}
.pages .page.page-active a {
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
}
::-webkit-scrollbar-corner {
  background: #bfbfbf;
}
.page-main {
  width: 1200px;
  margin: auto;
}
.page-main .banner {
  width: 100%;
}
.page-main .banner img {
  width: 100%;
  height: 475px;
  vertical-align: top;
}
.page-main .topic-sort {
  width: 100%;
  height: 74px;
}
.page-main .topic-sort .items {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.page-main .topic-sort .items .item {
  display: inline-block;
  padding: 0 10px;
  line-height: 74px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.page-main .topic-sort .items .item .item-text {
  position: relative;
  color: #666666;
}
.page-main .topic-sort .items .item.nav-active .item-text,
.page-main .topic-sort .items .item:hover .item-text {
  font-weight: bold;
  color: #1869b3;
}
.page-main .topic-sort .items .item.nav-active .item-active,
.page-main .topic-sort .items .item:hover .item-active {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #1869b3;
}
.page-main .topic-sort .items .item.nav-active .item-active:before,
.page-main .topic-sort .items .item:hover .item-active:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #1869b3;
}
.page-main .news-box .news-list-show {
  display: block !important;
}
.page-main .news-box .news-list .list-item {
  display: block;
  padding: 13px 25px 21px 5px;
}
.page-main .news-box .news-list .list-item:hover {
  background: #F8F9FA;
}
.page-main .news-box .news-list .list-item:hover .title {
  color: #1869b3;
}
.page-main .news-box .news-list .list-item .title {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 13px;
}
.page-main .news-box .news-list .list-item .other .synbosis {
  position: relative;
}
.page-main .news-box .news-list .list-item .other .synbosis .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 20px;
}
.page-main .news-box .news-list .list-item .other .synbosis .date {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.page-main .news-box .news-list .has-img .img {
  display: inline-block;
  width: 200px;
  height: 112px;
  margin-right: 16px;
  vertical-align: top;
}
.page-main .news-box .news-list .has-img .img img {
  width: 100%;
  height: 100%;
}
.page-main .news-box .news-list .has-img .synbosis {
  display: inline-block;
  width: 949px;
  height: 112px;
  position: relative;
}
.page-main .news-box .news-list .has-img .synbosis .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.page-main .news-box .news-list .has-img .synbosis .date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.page-main .news-box .news-list .big-img .img {
  display: inline-block;
  width: 100%;
  height: 350px;
  vertical-align: top;
}
.page-main .news-box .news-list .big-img .img img {
  width: 100%;
  height: 100%;
}
