@charset "UTF-8";

.top-image-box {
  position: relative;
  width: 100%;
  height: 80px;}

.top-image-box img {
  width: 100%;
  height: 100%;}

.top-image-box .menus-crumbs-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 60px;
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
  padding-right: calc((100% - 1300px) / 2);
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;}

@media screen and (max-width: 1080px) {
  .top-image-box .menus-crumbs-box {
    padding-left: 15px;}
}

.top-image-box .menus-crumbs-box .left-menus-title {
  width: 260px;
  height: 60px;
  background-color: #0053C5;
  border-bottom: none;}

@media screen and (max-width: 1080px) {
  .top-image-box .menus-crumbs-box .left-menus-title {
    display: none !important;}
}

.top-image-box .menus-crumbs-box .left-menus-title .iconfont {
  font-size: 2.2rem;
  margin-right: 8px;}

.top-image-box .menus-crumbs-box .left-menus-title a {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 60px;
  color: #fff;}

.top-image-box .menus-crumbs-box .left-menus-title a span {
  font-size: 2.0rem;
  position: relative;}

.top-image-box .menus-crumbs-box .left-menus {
  margin: 0;
  width: 260px;
  position: absolute;
  left: calc((100% - 1300px) / 2);
  top: 60px;}

@media screen and (max-width: 1080px) {
  .top-image-box .menus-crumbs-box .left-menus {
    display: none;}
}

.top-image-box .menus-crumbs-box .left-menus li {
  list-style: none;
  width: 100%;
  height: 60px;
  color: #848484;
  border-bottom: 1px solid #E1E1E1;
  background-color: #F6F6F6;}

.top-image-box .menus-crumbs-box .left-menus li:last-child {
  border-bottom: 3px solid #F0C555;}

.top-image-box .menus-crumbs-box .left-menus li:hover,
.top-image-box .menus-crumbs-box .left-menus li.active {
  border-color: #0053C5;}

.top-image-box .menus-crumbs-box .left-menus li:hover a,
.top-image-box .menus-crumbs-box .left-menus li.active a {
  color: #0053C5;}

.top-image-box .menus-crumbs-box .left-menus li:hover span::before,
.top-image-box .menus-crumbs-box .left-menus li.active span::before {
  opacity: 1;}

.top-image-box .menus-crumbs-box .left-menus li a {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 60px;
  cursor: default;
  text-decoration: none;
  color: #999999;}

.top-image-box .menus-crumbs-box .left-menus li a .iconfont {
  margin-right: 20px;}

.top-image-box .menus-crumbs-box .left-menus li a span {
  font-size: 1.8rem;
  position: relative;}

.top-image-box .menus-crumbs-box .left-menus li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin: -5px 0;
  right: -20px;
  width: 0px;
  height: 0px;
  border-left: 10px solid #0053C5;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: 0;}

.top-image-box .menus-crumbs-box .right-crumbs {
  position: absolute;
  top: 0;
  line-height: 60px;
  right: calc((100% - 1300px) / 2);}

@media screen and (max-width: 1080px) {
  .top-image-box .menus-crumbs-box .right-crumbs {
    right: 0;
    left: 45px;}
}

.top-image-box .menus-crumbs-box .right-crumbs span {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 28px;
  position: relative;
  cursor: pointer;}

.top-image-box .menus-crumbs-box .right-crumbs span:nth-child(n+1)::after {
  content: "\e62e";
  font-family: "iconfont" !important;
  font-size: 1.8rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -35px;
  top: -5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2rem;}

.top-image-box .menus-crumbs-box .right-crumbs span:last-child {
  margin-right: 0;}

.top-image-box .menus-crumbs-box .right-crumbs span:last-child::after {
  opacity: 0;}

.top-image-box .menus-crumbs-box .right-crumbs::before {
  content: "\e65c";
  font-family: "iconfont" !important;
  font-size: 1.8rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2rem;}

.bottom-block {
  padding-left: calc((100% - 1300px) / 2);
  padding-right: calc((100% - 1300px) / 2);
  width: 100%;}

.bottom-block h2 {
  margin: -50px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;}

@media screen and (max-width: 1080px) {
  .bottom-block h2 {
    display: none;
    padding-left: 15px;}
}

.bottom-block h2.fun-title {
  margin-top: 30px;}

.bottom-block h2 label {
  margin: 0;
  font-size: 2.4rem;
  color: #666;
  font-weight: bold;}

.bottom-block h2 span {
  margin-left: 15px;
  color: #0053C5;
  font-size: 1.4rem;}

.bottom-block .show-box {
  display: block !important;}

.bottom-block .menus-box {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;}

@media screen and (max-width: 1080px) {
  .bottom-block .menus-box {
    padding: 0 0 0 30px;}

  .bottom-block .menus-box .menu-btn {
    width: calc((100% - 80px) / 2) !important;}
}

.bottom-block .menus-box .menu-btn {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  /* -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center; */
  /* justify-content: center; */
  background-color: #0053C5;
  height: 30px;
  /* width: calc((100% - 120px) / 4); */
  width: 33%;
  margin-bottom: 25px;
  /* margin-right: 40px; */
  cursor: default;}

.bottom-block .menus-box .menu-btn:nth-child(4n) {
  margin-right: 0;}

.bottom-block .menus-box .menu-btn:hover {
  background-color: #0053C5;
  color: #fff;}

@media screen and (max-width: 1080px) {
  .nav-menu-bottom {
    padding-left: 15px;
    padding-right: 15px;}

  .nav-menu-bottom table {
    max-width: 100% !important;
    overflow: scroll;
    display: block;}
}

@media screen and (min-width: 1080px) {
  .nav-menu-bottom {
    padding-left: 300px;
    min-height: 550px;}

}

.nav-menu-bottom .preson-item-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0;}

@media screen and (max-width: 1080px) {
  .nav-menu-bottom .preson-item-box {
    display: -webkit-box;
    /* old - ios 6-, safari 3.1-6 */
    display: -moz-box;
    /* old - firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* tweener - ie 10 */
    display: -webkit-flex;
    /* new - chrome */
    display: flex;
    /* new, spec - opera 12.1, firefox 20+ */
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;}

  .nav-menu-bottom .preson-item-box li {
    margin-right: 0;
    width: 100% !important;}
}

.nav-menu-bottom .preson-item-box li {
  list-style: none;
  display: flex;
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 40px;}

.nav-menu-bottom .preson-item-box li:nth-child(3n) {
  margin-right: 0;}

.nav-menu-bottom .preson-item-box li img {
  height: 100px;
  width: 100px;
  border-radius: 100%;}

.nav-menu-bottom .preson-item-box li p {
  margin: 0 0 0 10px;
  width: calc(100% - 110px);}

.nav-menu-bottom .preson-item-box li p label {
  display: block;
  line-height: 20px;
  margin: 5px 0 5px 0;
  font-size: 1.6rem;
  color: #000;}

.nav-menu-bottom .preson-item-box li p span {
  display: block;
  font-size: 1.2rem;
  color: #333;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;}

.about-content .title-img {
  width: 476px;
  height: 95px;
  margin: 10px 0 20px 0;}

.about-content span {
  font-size: 1.6rem;
  color: #666666;}

.about-content .text-content {
  font-size: 12px;
  margin: 20px 0 50px 0;}

.about-content .text-content img {
  max-width: 100%;
  height: auto;}

.about-content .text-content p {
  margin-bottom: 20px;
  line-height: 24px;}

.preson-des-block {
  margin: 40px 0 40px 0;
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-flow: wrap;}

.preson-des-block li {
  list-style: none;
  width: calc(100% / 3);
  margin-bottom: 40px;}

@media screen and (max-width: 1080px) {
  .preson-des-block li {
    width: 100% !important;
    padding: 0 !important;}
}

.preson-des-block li:first-child {
  width: calc(100% / 2);
  padding-left: 100px;}

.preson-des-block li:first-child img {
  width: 280px;
  height: 180px;}

.preson-des-block li:nth-child(2) {
  width: calc(100% / 2);
  padding-right: 100px;}

.preson-des-block li:nth-child(2) img {
  width: 280px;
  height: 180px;}

.preson-des-block li a {
  display: inline-block;
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #0053C5;
  font-size: 1.8rem;
  cursor: pointer;}

.preson-des-block li a img {
  width: 260px;
  height: 167px;}

.preson-des-block li span {
  color: #333333;
  margin-top: 8px;}

.preson-des-block li:last-child {
  border-bottom: none;}

.images-box {
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;}

.images-box .images-item {
  display: block;
  width: calc((100% - 40px) / 3);
  height: 180px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;}

@media screen and (max-width: 1080px) {
  .images-box .images-item {
    width: 100% !important;}
}

.images-box .images-item:nth-child(3n) {
  margin-right: 0;}

.images-box .images-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;}

.images-box .images-item span {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  background-color: rgba(27, 27, 27, 0.5);
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;}


.xrldPic img {
  width: 150px;
  height: 200px;}

.xrldPic {
  width: 160px;
  height: 275px;
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
  border: 1px solid #000;}

p {
  color: black;}

.listTiltle {
  font-size: 18px;
  padding-left: 10px;
  padding-top: 10px;
  height: 40px;
  border-bottom: 1px solid #ccc;}


.time-block {
  min-height: 500px;
  margin-bottom: 150px;}

.time-block .time-more-btn {
  display: block;
  margin-left: 125px;
  margin-top: 60px;
  font-size: 2.2rem;
  color: #333;
  cursor: pointer;}

.time-block .time-box .time-head {
  margin-bottom: 30px;
  position: relative;}

.time-block .time-box .time-head::before {
  content: "";
  position: absolute;
  left: 160px;
  height: 38px;
  bottom: -30px;
  width: 2px;
  background-color: #23B819;}

.time-block .time-box .time-head i {
  display: inline-block;
  margin-left: 138px;
  font-size: 4.5rem;
  color: #63CD52;}

.time-block .time-box .time-childs li {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;}

.time-block .time-box .time-childs li::before {
  content: "";
  position: absolute;
  left: 160px;
  top: 0;
  height: 32px;
  width: 2px;
  background-color: #23B819;}

.time-block .time-box .time-childs li::after {
  content: "";
  position: absolute;
  left: 160px;
  height: 100%;
  bottom: -30px;
  width: 2px;
  background-color: #23B819;
  z-index: 1;}

.time-block .time-box .time-childs li .left {
  width: 130px;
  height: 50px;
  margin-right: 55px;
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;}

.time-block .time-box .time-childs li .left label {
  line-height: 50px;
  padding-top: 5px;
  display: block;
  color: #22B718;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: right;}

.time-block .time-box .time-childs li .left::before {
  content: "";
  position: absolute;
  top: 50%;
  margin: -10px 0;
  right: -41px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #22B717;
  z-index: 2;}

.time-block .time-box .time-childs li .right {
  width: calc(100% - 240px);
  font-size: 1.8rem;
  color: #333;}

.news-block {
  margin: 10px 0 20px 0;
  padding-left: 15px;}

.news-block li {
  height: 48px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;}

.news-block li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  margin: -4px 0;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;}

.news-block li a {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  color: #333 !important;
  font-size: 1.5rem;}

.news-block li a:hover {
  color: #0053C5 !important;}

.news-block li a label {
  display: block;
  /* width: calc(100% - 200px); */
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.news-block li a span {
  display: block;
  width: 180px;
  text-align: right;}

.news-detial-block {
  min-height: 600px;
  padding: 20px 0;}

.news-detial-block .news-detail-title {
  text-align: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;}

.news-detial-block .news-detail-des {
  text-align: center;
  margin-bottom: 30px;}

.news-detial-block .news-detail-des span {
  font-size: 1.4rem;
  color: #666666;
  margin-right: 25px;}

.news-detial-block .news-detail-des span:last-child {
  margin-right: 0;}

.news-detial-block .news-detail-content img {
  max-width: 100% !important;
  height: auto !important;}

.news-detial-block .news-detail-content p {
  line-height: 24px;
  font-size: 1.6rem;
  color: #333333;}

.news-detial-block .news-detail-content p a {
  background: rgb(255 255 255 / 50%) !important;}

.news-detial-block .news-detail-change {
  margin: 20px 0 30px 0;
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  width: 100%;}

.news-detial-block .news-detail-change a {
  display: block;
  width: 100%;
  line-height: 40px;
  color: #333;
  font-size: 1.6rem;
  cursor: default;}

.news-detial-block .news-detail-change a:hover {
  color: #0053C5;
  text-decoration: underline;}

.cs-paging {
  margin-bottom: 50px;}

.cs-paging.center {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;}

.cs-paging.right {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  /* new - chrome */
  display: flex;
  /* new, spec - opera 12.1, firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: flex-end;}

.cs-paging .layui-laypage a:hover {
  color: #003A8A;}

.preson-xrld-box {
  list-style: none;}

.preson-xrld-box li {
  padding-left: 20px;
  height: 300px;
  line-height: 40px;
  background-color: #fff;
  margin-bottom: 3px;
  color: #fff;}

.preson-xrld-box li a {
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff !important;}

.preson-xrld-box li a:hover {
  color: #fff !important;}

/*# sourceMappingURL=other.css.map */