/*新闻轮播*/
.silder_desc {
  color: #fff;
  background: url(../images/tit_bg.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.5);
  float: left;
  line-height: 42px;
  height: 42px;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  text-indent: 10px;
}
.page {
  width: 100%;
}
.page .top {
  width: 100%;
  height: 180px;
  background: url(img/top.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.page .top .logo-title {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page .top .logo-title .logo {
  margin-right: 23px;
}
.page .top .logo-title .title {
  display: none;
  font-weight: bold;
}
.page .top .logo-title .title .chinese {
  font-family: FZCSJW--GB1-0;
  font-size: 48px;
  color: #ffffff;
}
.page .top .logo-title .title .english {
  font-family: PingFang-SC-Regular;
  font-size: 18px;
  color: #ffffff;
  min-width: 681px;
}
.page .top-2 {
  background-color: #1974c5;
}
.page .top-2 .nav {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 1200px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
}
.page .top-2 .nav a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
}
.page .top-2 .nav ul > li {
  display: inline-block;
  width: 108px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
}
.page .top-2 .nav ul > li.mainmenu a {
  background: url(img/nav-arrow.png) no-repeat 100px;
}
.page .top-2 .nav ul > li dl {
  background-color: #1974c5;
  position: relative;
  z-index: 22;
}
.page .top-2 .nav ul > li dl a {
  background: none !important;
}
.page .top-2 .nav ul {
  -display: none;
}
.page .top-2 .nav .drop-list {
  width: 112px;
  position: absolute;
  background-color: #a5012a;
}
.page .wk-pic {
  width: 100%;
}
.page .first-page-space {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.page .first-page-space .main-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
}
.page .first-page-space .main-content .left-nav {
  width: 240px;
  box-sizing: border-box;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 57px;
}
.page .first-page-space .main-content .left-nav .single-nav {
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #e6e6e6;
}
.page .first-page-space .main-content .left-nav .single-nav a {
  display: block;
  height: 57px;
  line-height: 57px;
  padding-left: 13px;
  color: #333333;
}
.page .first-page-space .main-content .left-nav .single-nav .listhover {
  background-color: #ccc;
  border-left: 2px solid #1974c5;
}
.page .first-page-space .main-content .left-nav .single-nav:last-child {
  border-bottom: none;
}
.page .first-page-space .main-content .left-nav .single-nav:hover {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #9b0027;
}
.page .first-page-space .main-content .left-nav .single-nav-active {
  height: 57px;
  font-family: MicrosoftYaHei-Bold;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
  line-height: 57px;
  background-color: #1974c5;
  border-bottom: none;
}
.page .first-page-space .main-content .right-news {
  margin-left: 34px;
  width: 100%;
}
.page .first-page-space .main-content .right-news .title-location {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page .first-page-space .main-content .right-news .title-location .title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #1974c5;
}
.page .first-page-space .main-content .right-news .title-location .location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .first-page-space .main-content .right-news .title-location .location span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #808080;
}
.page .first-page-space .main-content .right-news .news {
  width: 100%;
  min-height: 300px;
  margin-bottom: 36px;
}
.page .first-page-space .main-content .right-news .news .single-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page .first-page-space .main-content .right-news .news .single-news .news-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
  max-width: 555px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page .first-page-space .main-content .right-news .news .single-news .date {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .first-page-space .main-content .right-news .news .single-news:last-child {
  padding-bottom: 36px;
  border-bottom: 1px solid #f2f2f2;
}
.page .first-page-space .main-content .right-news .page {
  width: 487px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}
.page .first-page-space .main-content .right-news .page .page-btn {
  border: solid 1px #d5d5d5;
  height: 33px;
  width: 38px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #2c3e50;
}
.page .first-page-space .main-content .right-news .page .page-btn-selected {
  background-color: #9b0027;
  border: none;
  height: 33px;
  width: 38px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #fff;
}
.page .first-page-space .main-content .right-news .page .page-btn-big {
  border: solid 1px #d5d5d5;
  height: 33px;
  width: 63px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #2c3e50;
}
.page .intro-page-space {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.page .intro-page-space .main-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
}
.page .intro-page-space .main-content .left-nav {
  width: 240px;
}
.page .intro-page-space .main-content .left-nav .single-nav {
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #e6e6e6;
}
.page .intro-page-space .main-content .left-nav .single-nav a {
  display: block;
  height: 57px;
  line-height: 57px;
  padding-left: 13px;
  color: #333333;
}
.page .intro-page-space .main-content .left-nav .single-nav .listhover {
  background-color: #ccc;
  border-left: 2px solid #1974c5;
}
.page .intro-page-space .main-content .left-nav .single-nav:last-child {
  border-bottom: none;
}
.page .intro-page-space .main-content .left-nav .single-nav:hover {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #1974c5;
}
.page .intro-page-space .main-content .left-nav .single-nav-active {
  height: 57px;
  font-family: MicrosoftYaHei-Bold;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
  line-height: 57px;
  background-color: #1974c5;
  border-bottom: none;
}
.page .intro-page-space .main-content .right-news {
  margin-left: 34px;
  width: 100%;
  margin-bottom: 64px;
}
.page .intro-page-space .main-content .right-news .title-location {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page .intro-page-space .main-content .right-news .title-location .title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #1974c5;
}
.page .intro-page-space .main-content .right-news .title-location .location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .intro-page-space .main-content .right-news .title-location .location span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #808080;
}
.page .intro-page-space .main-content .right-news .content {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  white-space: wrap;
}
.page .intro-page-space .main-content .right-news .content .word {
  overflow: hidden;
  white-space: wrap;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .intro-page-space .main-content .right-news .content .pic {
  width: 727px;
  margin: 0 auto;
}
.page .news-page-top-pic {
  width: 100%;
  height: 720px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
}
.page .news-page-top-pic .switch-bar {
  margin-top: 470px;
}
.page .news-page-top-pic .switch-bar .switch {
  width: 115px;
  height: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.page .news-page-top-pic .switch-bar .switch .circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.page .news-page-top-pic .switch-bar .switch .circle-selected {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #890124;
}
.page .news-page-space {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.page .news-page-space .news_t {
  display: flex;
}
.page .news-page-space .news_t .news-list {
  margin-bottom: 12px;
}
.page .news-page-space .news_t .news-list .single-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.page .news-page-space .news_t .news-list .single-list .left {
  display: flex;
  align-items: center;
}
.page .news-page-space .news_t .news-list .single-list .left .red {
  width: 4px;
  height: 4px;
  background-color: #9b0027;
  margin-right: 10px;
}
.page .news-page-space .news_t .news-list .single-list .left .text {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
  max-width: 360px;
  white-space: nowrap;
}
.page .news-page-space .news_t .news-list .single-list .date {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: right;
}
.page .news-page-space .news_t .news-list .single-list:last-child {
  margin-bottom: 0px;
}
.page .news-page-space .news_t .single {
  width: 384px;
}
.page .news-page-space .news_t .single .title {
  height: 34px;
  background-color: #f2f2f2;
  border-left: 3px solid #9b0027;
  padding: 0px 14px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
}
.page .news-page-space .news_t .single .title .text {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333333;
}
.page .news-page-space .news_t .single .title .more {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .news-page-space .news_t .single .detail {
  margin-top: 12px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d9d9;
}
.page .news-page-space .news_t .single .detail .date {
  width: 58px;
  height: 30px;
  background-color: #9b0027;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.page .news-page-space .news_t .single .detail .text {
  max-width: 298px;
  padding: 0 0 0 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
  white-space: nowrap;
}
.page .news-page-space .title-location {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page .news-page-space .title-location .title {
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #2287E3;
  padding-bottom: 5px;
  border-bottom: 2px solid #2287E3;
}
.page .news-page-space .title-location .location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .news-page-space .main {
  display: flex;
}
.page .news-page-space .main .pic {
  width: 600px;
  height: 410px;
  position: relative;
  background: url(img/news-page-pic.png) no-repeat;
}
.page .news-page-space .main .pic .bot {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  bottom: 0px;
  background-color: rgba(38, 65, 118, 0.1);
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
}
.page .news-page-space .main .pic .bot .word {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
}
.page .news-page-space .main .pic .bot .circle-zone {
  width: 114px;
  display: flex;
  justify-content: space-between;
}
.page .news-page-space .main .pic .bot .circle-zone .red {
  width: 20px;
  height: 20px;
  background-color: #9b0027;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
}
.page .news-page-space .main .pic .bot .circle-zone .white {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .news-page-space .main .right-news {
  margin-left: 20px;
  width: 578px;
}
.page .news-page-space .main .right-news .news-brief {
  border-bottom: 1px dashed #cccccc;
}
.page .news-page-space .main .right-news .news-brief .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .news-page-space .main .right-news .news-brief .title a {
  color: #2287E3;
}
.page .news-page-space .main .right-news .news-brief .content {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  max-width: 566px;
  white-space: wrap;
}
.page .news-page-space .main .right-news .news-brief .content span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
}
.page .news-page-space .main .right-news .news-brief .content span a {
  color: #2287E3;
}
.page .news-page-space .main .right-news .news-brief .date {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: right;
  margin-bottom: 10px;
}
.page .news-page-space .main .right-news .news-list {
  margin-top: 15px;
}
.page .news-page-space .main .right-news .news-list .single-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.page .news-page-space .main .right-news .news-list .single-list .left {
  display: flex;
  align-items: center;
}
.page .news-page-space .main .right-news .news-list .single-list .left .red {
  width: 4px;
  height: 4px;
  background-color: #9b0027;
  margin-right: 10px;
}
.page .news-page-space .main .right-news .news-list .single-list .left .text {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
  max-width: 360px;
  white-space: nowrap;
}
.page .news-page-space .main .right-news .news-list .single-list .date {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: right;
}
.page .news-page-space .main .right-news .news-list .single-list:last-child {
  margin-bottom: 0px;
}
.page .news-page-space .three {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.page .news-page-space .three .single {
  width: 384px;
}
.page .news-page-space .three .single .title {
  height: 34px;
  background-color: #f2f2f2;
  border-left: 3px solid #2287E3;
  font-weight: bold;
  padding: 0px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .news-page-space .three .single .title .text {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333333;
}
.page .news-page-space .three .single .title .more {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
}
.page .news-page-space .three .single .detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d9d9;
}
.page .news-page-space .three .single .detail .date {
  width: 58px;
  height: 30px;
  background-color: #1974C5;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.page .news-page-space .three .single .detail .text {
  max-width: 298px;
  padding: 0 0 0 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
  white-space: nowrap;
}
.page .news-page-link {
  height: 150px;
  background-color: #eeeeee;
}
.page .news-page-link .block {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .news-page-link .block .link {
  display: flex;
  align-items: center;
}
.page .news-page-link .block .link .circle {
  width: 37px;
  height: 37px;
  background-color: #119fed;
  border-radius: 18px;
}
.page .news-page-link .block .link .circle .icon {
  width: 37px;
  height: 37px;
  background: url(img/link.png) no-repeat center;
}
.page .news-page-link .block .link .text {
  margin-left: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #119fed;
}
.page .news-page-link .block .grey-box {
  width: 1033px;
  height: 80px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.page .news-page-link .block .grey-box .selection {
  display: flex;
  align-items: center;
  padding: 0px 8px;
  background-color: #fff;
  width: 228px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.page .news-page-link .block .grey-box .selection select {
  border: none;
  -webkit-appearance: none;
  background: url(img/selection-icon.png) no-repeat right center;
  height: 36px;
  width: 212px;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #cccccc;
}
.page .news-page-link .block .grey-box .selection .key-word {
  -display: none;
}
.page .news-detail-page-space {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.page .news-detail-page-space .title-reporter {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.page .news-detail-page-space .title-reporter .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  margin-top: 68px;
  text-align: center;
  margin-bottom: 25px;
}
.page .news-detail-page-space .title-reporter .reporter {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #1a1a1a;
  width: 437px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page .news-detail-page-space .content {
  font-family: MicrosoftYaHei;
  line-height: 40px;
  font-size: 14px;
  min-height: 300px;
  color: #1a1a1a;
  max-width: 1200px;
  white-space: wrap;
  overflow: hidden;
  margin-bottom: 88px;
}
.page .news-detail-page-space .content .pic {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page .bottom {
  background-color: #105175;
  height: 118px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
}
.page .bottom .first-line {
  min-width: 360px;
  text-align: center;
  margin-top: 36px;
}
.page .bottom .second-line {
  min-width: 523px;
  text-align: center;
  margin-top: 10px;
}
.page .bottom .second-line span {
  margin-left: 30px;
}
/*快速通道从此处开始*/

.kstdbj {
    width: 100%;
    height: 224px;
    background-image: url(img/end.png);
    background-repeat: repeat;
}

.kstd {
    position: relative;
    width:80%;
    height: 224px;
    margin: 0px auto;
    background-image: url(img/end.png);
    background-repeat: repeat;
}

.kstd-title {
    height: 60px;
    width: 725px;
    font-size: 25px;
    color: #FFF;
    line-height: 60px;
   
}

.kstd-down {
    float: left;
    height: 140px;
    width: 100%;
    margin-top: 24px;
}

.fw-up {
    position: relative;
    height: 100px;
    width: 20.2%;
    float: left;
        margin-right: 5%;
    overflow: hidden;
text-align: center;
}
.fw-up:last-child{
margin-right: 0;
}

.fw-up img {
    margin: 2px 5px;
    clear: both;
}

.fw-up a {
    font-size: 12px;
    line-height: 40px;
    color: #FFF;
    text-decoration: none;
}

.fw-up span {
    display: block;
    
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
}

.fw-up:hover {
    margin-top: -2px;
    box-shadow: 0 0 4px #444;
    overflow: visible;
}

#rjgw {
    position: absolute;
    width: auto;
    height: 245px;
    z-index: 1;
    margin-top: -250px;
    margin-left: 65px;
}

#qjxt {
        position: absolute;
    width: 172px;
    height: 245px;
    z-index: 1;
    margin-top: -250px;
    margin-left: -47px;
}

#qjxt .wei-center {
    background-image: none;
}

.wei-top {
    width: auto;
    height: 170px;
    background-color: #0070C0;
}

.wei-top img {
    padding: 5px;
}

.wei-center {
    height: 30px;
    background-image: url(img/weixin-lv.png);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.wei-foot {
    height: 48px;
    background-image: url(img/weifoot-tu.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.wei-center span {
    float: left;
    display: block;
    margin: 0 5px;
    background-color: #F4F4DD;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-family: "黑体";
}

#pcdl {
    width: 220px;
}

#weixs, #weijs {
    width:160px;
}

/*快速通道到此就结束*/
/* footer */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: 100px;
    background: #ffffff;
}

.footer .yqlj {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-top: 13px;
    color: #404040;
    border-bottom: 1px solid #ffffff;
}

.yqlj ul {
    width: 100%;
    height: 45px;
}

.yqlj ul li {
    float: left;
    padding: 0 18px;
    text-align: center;
    font-size: 18px;
}
.yqlj tr td {
    float: left;
    padding: 0 18px;
    text-align: center;
    font-size: 10px;
}

.yqlj ul li:first-child {
    padding-left: 0;
}

.yqlj li a {
    color: #fff;
}

.yqlj li a:hover {
    color: #fff;
}
.pb_sys_style2 .p_no_d{
border:1px solid #1974c5;
color:#fff;
background-color:#1974c5;
}