@import "lib/bootstrap-v4.5.0.css";
@import "lib/swiper.min.css";
@import "lib/common.css";
body.gray {
  background: #f5f5f5;
}
body.gray .container_body {
  background: #fff;
  box-shadow: 0 5px 15px #ddd;
}
@media screen and (max-width: 990px) {
  body.gray .container_body {
    box-shadow: none;
  }
}
body.gray .container_body .padding_lev1 {
  padding: 20px;
}
@media screen and (max-width: 990px) {
  body.gray .container_body .padding_lev1 {
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  body.gray {
    background: #fff;
  }
}
.margin_lev1 {
  padding-bottom: 0;
}
.padding_lev1 {
  padding-top: 20px;
}
.banner {
  height: 200px;
  background-image: url(/xhtml/images/banner.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .banner {
    box-shadow: 0 3px 10px #f5f5f5;
    /* background: transparent; */
    height: 5px;
    border-bottom: 1px solid #f5f5f5;
  }
}
.banner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-top: 50px;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .banner h1 {
    display: none;
  }
}
.banner .path {
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .banner .path {
    display: none;
  }
}
.banner .path a {
  color: #fff;
  font-size: 16px;
  margin-right: 12px;
  margin-left: 12px;
}
.banner .path a:first-child {
  margin-left: 0;
}
.list {
  height: auto;
  overflow: inherit;
}
.list dd {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  padding-right: 108px;
}
.list dd a {
  line-height: 1rem;
  font-size: 1rem;
  color: #282728;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 0;
  display: block;
  text-overflow: ellipsis;
}
.list dd a:hover {
  color: #196bc7;
}
.list dd span {
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: #7d7d7d;
  top: 20px;
}
.x-calendar .x-header {
  text-align: center;
  background: #e5e5e5;
  display: block;
  width: 180px;
  height: 33px;
  margin: 15px auto;
  border-radius: 36px;
}
.x-calendar .x-header .x-h-left {
  position: relative;
}
.x-calendar .x-header .x-h-left i.glyphicon.fe.fe-chevron-left {
  border: 6px solid transparent;
  border-right: 6px solid #fff;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 5px;
}
.x-calendar .x-header .x-h-left:hover {
  cursor: pointer;
}
.x-calendar .x-header .x-h-left:hover i.glyphicon.fe.fe-chevron-left {
  border-right: 6px solid #4ea2dd;
}
.x-calendar .x-header .x-h-date {
  line-height: 33px;
}
.x-calendar .x-header .x-h-right {
  position: relative;
}
.x-calendar .x-header .x-h-right i.glyphicon.fe.fe-chevron-right {
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 5px;
}
.x-calendar .x-header .x-h-right:hover {
  cursor: pointer;
}
.x-calendar .x-header .x-h-right:hover i.glyphicon.fe.fe-chevron-right {
  border-left: 6px solid #4ea2dd;
}
.x-calendar .x-bodies {
  box-shadow: 0 0 60px #f1f1f1;
}
.x-calendar .x-bodies .x-b-week div {
  float: left;
  width: calc(14.28571429%);
  text-align: center;
  line-height: 55px;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-bodies .x-b-week {
    display: none;
  }
}
.x-calendar .x-bodies .x-b-week-mob {
  display: none;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-bodies .x-b-week-mob {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-bodies .x-b-week-mob div {
    float: left;
    width: calc(14.28571429%);
    text-align: center;
    line-height: 50px;
  }
}
.x-calendar .x-bodies .x-b-d-body {
  display: inline-block;
  width: calc(14.28571429%);
  text-align: center;
  vertical-align: top;
  background: #fff;
  color: #191919;
  font-weight: bold;
}
.x-calendar .x-bodies .x-b-d-body:nth-child(even) {
  background: #e6e6e6;
}
.x-calendar .x-bodies .x-b-d-body.premonth {
  background: #eee;
}
.x-calendar .x-bodies .x-b-d-body.premonth .x-b-day {
  display: none;
}
.x-calendar .x-bodies .x-b-d-body.premonth .x-b-plan {
  display: none;
}
.x-calendar .x-bodies .x-b-d-body.nextmonth {
  background: #eee;
}
.x-calendar .x-bodies .x-b-d-body.nextmonth .x-b-day {
  display: none;
}
.x-calendar .x-bodies .x-b-d-body.nextmonth .x-b-plan {
  display: none;
}
.x-calendar .x-bodies .x-b-d-body .x-b-day {
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-bodies .x-b-d-body .x-b-day {
    padding-bottom: 5px;
  }
}

.x-calendar .x-bodies .x-b-d-body .x-b-day.active {
  color: #00a0e9;
}
.x-calendar .x-bodies .x-b-d-body .x-b-day.active_mb {
  background: #00a0e9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding-top: 0;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-bodies .x-b-d-body .x-b-plan {
    display: none;
  }
}
.x-calendar .x-bodies .x-b-d-body .x-b-plan .x-b-p-content {
  font-size: 12px;
  color: #00a0e9;
  line-height: 2;
  padding: 0 16px 10px 16px;
  text-align: left;
}
.x-calendar .x-bodies .x-b-d-body .x-b-plan .x-b-p-address {
  font-size: 12px;
  color: #00a0e9;
  text-align: left;
  padding-left: 16px;
}
.x-calendar .x-bodies .x-b-d-body .x-b-plan .x-b-p-address .x-b-p-dot {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #1467b3;
  border-radius: 50%;
  display: inline-block;
}
.x-calendar .x-footer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-footer {
    display: block;
  }
}
.x-calendar .x-footer .x-b-plan {
  position: relative;
}
.x-calendar .x-footer .x-b-plan .x-b-p-content {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-footer .x-b-plan .x-b-p-content {
    display: none;
    padding-left: 80px;
  }
  .x-calendar .x-footer .x-b-plan .x-b-p-content.x-b-p-content-mb {
    display: block;
  }
}
.x-calendar .x-footer .x-b-plan .x-b-p-address {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .x-calendar .x-footer .x-b-plan .x-b-p-address {
    display: none;
    position: absolute;
    top: 5px;
  }
  .x-calendar .x-footer .x-b-plan .x-b-p-address.x-b-p-address-mb {
    display: block;
  }
}
.x-calendar .x-footer .x-b-plan .x-b-p-address .x-b-p-dot {
  display: none;
}
.x-calendar .x-footer .x-b-plan .x-b-p-address span {
  color: #1467b3;
  border: 1px solid #1467b3;
  padding: 2px 15px;
  border-radius: 4px;
}
.swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: calc 50%;
  background-size: cover;
  background-position: center;
}
.swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .title {
  display: none;
}
@media screen and (max-width: 992px) {
  .swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .title {
    display: block;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
  }
  .swiper_pxsd
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .title
    .dateblock {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #333;
  }
  .swiper_pxsd
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .title
    .dateblock
    i {
    font-style: normal;
    font-weight: bold;
    line-height: 1;
  }
  .swiper_pxsd
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .title
    .dateblock
    i.chars {
    font-size: 48px;
  }
  .swiper_pxsd
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .title
    .dateblock
    i.year {
    font-size: 18px;
  }
  .swiper_pxsd
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .title
    .dateblock
    i.date {
    font-size: 17px;
  }
  .swiper_pxsd
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .title
    .dateblock
    span {
    display: inline-block;
    width: 44px;
  }
  .swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .title a {
    line-height: 48px;
    font-size: 1rem;
    color: #282728;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    display: block;
    text-overflow: ellipsis;
    padding-left: 14px;
  }
}
.swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .num {
  background: #050504;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .num {
    bottom: 75px;
  }
}
.swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .num .current {
  color: #fff;
  font-style: normal;
  position: absolute;
  top: 5px;
  left: 15px;
}
.swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .num .line {
  position: absolute;
  top: 20px;
  font-weight: normal;
  left: 24px;
  font-size: 20px;
  color: #ececec;
}
.swiper_pxsd .swiper-container .swiper-wrapper .swiper-slide .num .total {
  position: absolute;
  color: #a5a5a5;
  font-style: normal;
  right: 15px;
  top: 20px;
}
.swiper_pxsd .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .swiper_pxsd .list {
    display: none;
  }
}
.swiper_pxsd .list li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}
.swiper_pxsd .list li.active {
  border-bottom: 1px solid #3467a0;
}
.swiper_pxsd .list li.active .dateblock {
  border-right: 1px solid #3467a0;
}
.swiper_pxsd .list li.active .dateblock i {
  color: #3467a0;
}
.swiper_pxsd .list li.active a {
  color: #3467a0;
}
.swiper_pxsd .list li:hover {
  border-bottom: 1px solid #196bc7;
}
.swiper_pxsd .list li:hover .dateblcok {
  border-right: 1px solid #196bc7;
}
.swiper_pxsd .list li:hover .dateblcok i {
  color: #196bc7;
}
.swiper_pxsd .list li:hover a {
  color: #196bc7;
}
.swiper_pxsd .list li:first-child {
  padding-top: 0;
}
.swiper_pxsd .list li:after {
  clear: both;
  content: "";
  display: block;
}
.swiper_pxsd .list li .dateblock {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #b5b5b5;
}
.swiper_pxsd .list li .dateblock i {
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #b5b5b5;
}
.swiper_pxsd .list li .dateblock i.chars {
  font-size: 48px;
}
.swiper_pxsd .list li .dateblock i.year {
  font-size: 18px;
}
.swiper_pxsd .list li .dateblock i.date {
  font-size: 17px;
}
.swiper_pxsd .list li .dateblock span {
  display: inline-block;
  width: 44px;
}
.swiper_pxsd .list li a {
  line-height: 48px;
  font-size: 1rem;
  color: #b5b5b5;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 0;
  display: block;
  text-overflow: ellipsis;
  padding-left: 14px;
}
@media screen and (max-width: 1000px) {
  .swiper_pxsd {
    margin-top: -20px;
  }
}
.pagination {
  margin: 0 auto;
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis;
}
.pagination li a {
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: block;
  margin-right: 8px;
  border: 2px solid #b5b5b5;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  color: #b5b5b5;
}
.pagination li a.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
.pagination li a:hover {
  text-decoration: none;
  color: #3467a0;
  border-color: #3467a0;
  transition: 0.5s;
}
.pagination li a .fe-chevron-left {
  position: relative;
}
.pagination li a .fe-chevron-left:before {
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #b5b5b5;
  position: absolute;
  left: -8px;
  top: 5px;
}
.pagination li a .fe-chevron-right {
  position: relative;
}
.pagination li a .fe-chevron-right:before {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #b5b5b5;
  position: absolute;
  left: -2px;
  top: 5px;
}
.pagination li .codeinput1 {
  width: 24px;
  height: 24px;
  margin-left: 9px;
  margin-right: 9px;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.pagination li .search {
  margin-left: 9px;
  height: 24px;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #b5b5b5;
}
.nav_tabs {
  display: flex;
  margin-top: -17px;
  background: #f5f5f5;
  height: 150px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .nav_tabs {
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .nav_tabs {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 13;
    left: 0;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav_tabs.show {
    display: block;
  }
}
.nav_tabs span {
  flex: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav_tabs span {
    display: block;
    padding: 5px;
  }
}
.nav_tabs span.active {
  background: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav_tabs span.active {
    background: transparent;
  }
}
.nav_tabs span i {
  display: block;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .nav_tabs span i {
    display: none;
  }
}
.nav_tabs span em {
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .nav_tabs span em {
    font-size: 0.8rem;
  }
}
.hgmd .nav_tabs span:nth-child(1) i {
  background-image: url(/xhtml/images/tab_secretary.png);
}
.hgmd .nav_tabs span:nth-child(2) i {
  background-image: url(/xhtml/images/tab_starsecretary.png);
}
.hgmd .nav_tabs span:nth-child(3) i {
  background-image: url(/xhtml/images/tab_secretaryupdate.png);
}
.hgmd .nav_tabs span:nth-child(4) i {
  background-image: url(/xhtml/images/tab_independent.png);
}
.hgmd .nav_tabs span:nth-child(5) i {
  background-image: url(/xhtml/images/tab_independentupdate.png);
}
.hgmd .nav_tabs span:nth-child(6) i {
  background-image: url(/xhtml/images/tab_others.png);
}
.pxtz .nav_tabs span:nth-child(1) i {
  background-image: url(/xhtml/images/tab_pxtz_all.png);
}
.pxtz .nav_tabs span:nth-child(2) i {
  background-image: url(/xhtml/images/tab_pxtz_ipo.png);
}
.pxtz .nav_tabs span:nth-child(3) i {
  background-image: url(/xhtml/images/tab_pxtz_mainboard.png);
}
.pxtz .nav_tabs span:nth-child(4) i {
  background-image: url(/xhtml/images/tab_pxtz_starboard.png);
}
.pxtz .nav_tabs span:nth-child(5) i {
  background-image: url(/xhtml/images/tab_pxtz_bond.png);
}
.pxtz .nav_tabs span:nth-child(6) i {
  background-image: url(/xhtml/images/tab_pxtz_fund.png);
}
.pxtz .nav_tabs span:nth-child(7) i {
  background-image: url(/xhtml/images/tab_pxtz_other.png);
}
.tab_main .tab_content {
  display: none;
}
.tab_main .tab_content:first-child {
  display: block;
}
.tab_moblie_title {
  display: none;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .tab_moblie_title {
    display: block;
  }
}
.tab_moblie_title a {
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.tab_moblie_title a:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #333;
  top: 8px;
  right: 0;
  position: absolute;
}
.content_title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .content_title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.toolbar {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.toolbar .date {
  position: relative;
  color: #999;
  font-style: normal;
  font-size: 14px;
}
.toolbar .fontsize {
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .toolbar .fontsize {
    display: none;
  }
}
.toolbar .fontsize .plus {
  font-style: normal;
  font-size: 1rem;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}
.toolbar .fontsize .plus:before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  top: 8px;
}
.toolbar .fontsize .plus:after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background: #333;
  position: absolute;
  right: 3px;
  top: 4px;
}
.toolbar .fontsize .minus {
  font-style: normal;
  font-size: 1rem;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}
.toolbar .fontsize .minus:before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  top: 8px;
} /*# sourceMappingURL=style.css.map */
