@charset "UTF-8";
/*公用样式*/
body {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img {
  border: 0;
  display: block; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*分割*/
.split li {
  display: inline; }
  .split li:after {
    content: '|';
    padding: 0 .5em; }
  .split li:last-child:after {
    content: ''; }

/*文本对齐*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.cj-clear {
  clear: both; }

.cj-clear:after {
  clear: both;
  content: "";
  display: block; }

.cj-hide {
  display: none !important; }

.cj-relative {
  position: relative; }

.cj-absolute {
  position: absolute; }

/*浮动*/
.cj-pull-left {
  float: left; }

.cj-pull-right {
  float: right; }

.cj-flex {
  display: flex; }

.cj-block {
  display: block; }

.cj-inline-block {
  display: inline-block; }

.cj-label {
  display: inline-block;
  margin: 1px; }

.cj-flex-wrap {
  flex-wrap: wrap; }

.cj-flex-nowrap {
  flex-wrap: nowrap; }

.cj-justify-content-around {
  justify-content: space-between; }

.cj-justify-content-between {
  justify-content: space-between; }

.cj-justify-content-start {
  justify-content: start; }

.cj-justify-content-center {
  justify-content: center; }

.cj-align-items-center {
  align-items: center; }

.cj-align-items-start {
  align-items: flex-start; }

.cj-nobefore:before {
  content: '' !important;
  display: none; }

.cj-nobefore:after {
  content: '' !important;
  display: none; }

.cj-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2; }

.cj-underline {
  border-bottom: 1px solid #DDD; }

.cj-text-bold {
  font-weight: bold; }

.cj-text-nowrap {
  white-space: nowrap; }

.cj-text-normal {
  font-size: 14px;
  font-weight: normal; }

.cj-text-center {
  text-align: center; }

.cj-text-right {
  text-align: right; }

.cj-margin-center {
  margin: 0 auto; }

.cj-padding-1em {
  padding: 1em; }

.cj-table th {
  background-color: #EFEFEF;
  font-size: 1.1em;
  font-weight: bold; }

.cj-table th,
.cj-table td {
  border: 1px solid #DDD; }

.cj-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cj-ellipsis-multiline {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.cj-w50em {
  width: 50em; }

.cj-w40em {
  width: 40em; }

.cj-w30em {
  width: 30em; }

.cj-w20em {
  width: 20em; }

.cj-w19em {
  width: 19em; }

.cj-w18em {
  width: 18em; }

.cj-w17em {
  width: 17em; }

.cj-w16em {
  width: 16em; }

.cj-w15em {
  width: 15em; }

.cj-w14em {
  width: 14em; }

.cj-w13em {
  width: 13em; }

.cj-w12em {
  width: 12em; }

.cj-w11em {
  width: 11em; }

.cj-w10em {
  width: 10em; }

.cj-w9em {
  width: 9em; }

.cj-w8em {
  width: 8em; }

.cj-w7em {
  width: 7em; }

.cj-w6em {
  width: 6em; }

.cj-w5em {
  width: 5em; }

.cj-w4em {
  width: 4em; }

.cj-w3em {
  width: 3em; }

.cj-w2em {
  width: 2em; }

.cj-w1em {
  width: 1em; }

.cj-w100 {
  width: 100%; }

.cj-w50 {
  width: 50%; }

.cj-w49 {
  width: 49%; }

.cj-w48 {
  width: 48%; }

.cj-w47 {
  width: 47%; }

.cj-w25 {
  width: 25%; }

.cj-w12h {
  width: 12.5%; }

.cj-vw100 {
  width: 100vw; }

.cj-vw50 {
  width: 50vw; }

.cj-vw25 {
  width: 25vw; }

.cj-vw12h {
  width: 12.5vw; }

.cj-require:before {
  color: red;
  content: '*';
  display: inline-block; }

.cj-fixed {
  position: fixed; }

.cj-fixed-top {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999; }

.cj-fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999; }

.cj-cursor-pointer {
  cursor: pointer; }

.cj-hover-boxshadow:hover {
  box-shadow: inset 1px 1px 6px #000; }

/*兼容Bootstrap的按钮颜色*/
.cj-btn {
  background-color: #FFF;
  border: 1px solid #666;
  color: #666; }

.cj-btn:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000 !important; }

.cj-btn-lv {
  background-color: #3FBD9A;
  border: 1px solid #369E81;
  color: #FFF; }

.cj-btn-lv:hover {
  background-color: #369E81;
  border: 1px solid #2D846B;
  color: #FFF; }

.cj-btn-lan {
  background-color: #5592DB;
  border: 1px solid #4A75B4;
  color: #FFF; }

.cj-btn-lan:hover {
  background-color: #4A75B4;
  border: 1px solid #3E6297;
  color: #FFF; }

.cj-btn-zi {
  background-color: #9A4FB5;
  border: 1px solid #804297;
  color: #FFF; }

.cj-btn-zi:hover {
  background-color: #804297;
  border: 1px solid #653477;
  color: #FFF; }

.cj-btn-cheng {
  background-color: #DC8329;
  border: 1px solid #B46B22;
  color: #FFF; }

.cj-btn-cheng:hover {
  background-color: #B46B22;
  border: 1px solid #975A1D;
  color: #FFF; }

.cj-btn-hei {
  background-color: #4C4C4C;
  border: 1px solid #3A3A3A;
  color: #FFF; }

.cj-btn-hei:hover {
  background-color: #3A3A3A;
  border: 1px solid #222;
  color: #FFF; }

.cj-btn-hui {
  background-color: #BFC3C7;
  border: 1px solid #ADB1B4;
  color: #FFF; }

.cj-btn-hui:hover {
  background-color: #ADB1B4;
  border: 1px solid #9EA1A4;
  color: #FFF; }

.cjpx-shadow {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); }

.cjpx-widget {
  margin: 0 auto;
  width: 1200px; }

[v-cloak] {
  display: none !important; }

body {
  background-color: #F1F8FF; }

#header {
  background-color: #FFF;
  width: 100%; }
  #header #top--panel {
    background: #1787FB;
    width: 100%; }
    #header #top--panel #login--panel {
      margin: 0 auto;
      width: 1200px; }
      #header #top--panel #login--panel a {
        color: #FFF; }
      #header #top--panel #login--panel #logout:hover {
        color: #FFC2AA; }
      #header #top--panel #login--panel .login-status {
        color: #FFF;
        display: none;
        font-size: 14px;
        line-height: 30px; }
        #header #top--panel #login--panel .login-status.active {
          display: inline-block; }
  #header #header--panel {
    height: 80px;
    margin: 0 auto;
    width: 1200px; }
  #header #logo--panel {
    background: url(../images/logo.png) no-repeat left center;
    height: 79px;
    position: relative;
    width: 461px; }
    #header #logo--panel a {
      color: #FFF;
      display: block;
      position: absolute; }
    #header #logo--panel > .toHnrcsc {
      height: 25px;
      left: 0;
      top: 27px;
      width: 195px; }
    #header #logo--panel > .toIndex {
      height: 33px;
      left: 220px;
      top: 23px;
      width: 220px; }
  #header #nav--panel {
    position: absolute;
    right: 50px;
    top: 30px; }
    #header #nav--panel > a {
      color: #000;
      display: inline-block;
      font-size: 18px;
      line-height: 1;
      margin-right: 30px; }
    #header #nav--panel > .nav--pointer {
      background-color: #3A71FF;
      border-radius: 5px;
      display: block;
      height: 5px;
      left: 0;
      position: absolute;
      top: 45px; }

#footer--panel {
  background-color: #FFF;
  width: 100%; }
  #footer--panel #link--section {
    margin: 0 auto;
    padding: 18px 0 28px 0;
    width: 1200px; }
    #footer--panel #link--section #link--panel {
      width: 811px; }
      #footer--panel #link--section #link--panel > li {
        float: left;
        margin-right: 146px; }
        #footer--panel #link--section #link--panel > li > ul > li {
          color: #333;
          font-size: 14px;
          line-height: 180%; }
          #footer--panel #link--section #link--panel > li > ul > li > a {
            color: #AAA; }
    #footer--panel #link--section #qrcode {
      background: url(../images/qrcode.png) no-repeat 0 center;
      background-size: 96px;
      height: 96px;
      padding-left: 110px;
      width: 200px; }
      #footer--panel #link--section #qrcode > .code {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
  #footer--panel #copyright--panel {
    background-color: #F5F5F5;
    height: 32px;
    width: 100%; }
    #footer--panel #copyright--panel > .content {
      color: #999;
      font-size: 14px;
      line-height: 32px;
      margin: 0 auto;
      text-align: center;
      width: 1140px; }

.widget {
  margin: 20px auto;
  width: 1200px; }
  .widget > .title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative; }
    .widget > .title:after {
      background-color: #3671E2;
      border: 1px solid #3671E2;
      border-radius: 5px;
      bottom: -3px;
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      width: 30px; }

#search-bar {
  background: #F1F8FF;
  display: block;
  padding: 15px 0;
  width: 100%; }
  #search-bar #search--panel {
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 930px; }
    #search-bar #search--panel .search--input {
      border: 1px solid #CDCDCD;
      border-radius: 10px 0 0 10px;
      border-right: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      font-size: 16px;
      height: 50px;
      left: 0;
      margin: 0;
      outline: none;
      padding: 0 152px 0 12px;
      position: absolute;
      top: 0;
      width: 920px;
      z-index: 1; }
      #search-bar #search--panel .search--input::-webkit-input-placeholder {
        color: #999; }
    #search-bar #search--panel .search--submit-btn {
      background: #1787FB;
      border: 0;
      border-radius: 0 10px 10px 0;
      color: #FFF;
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      height: 50px;
      line-height: 50px;
      margin: 0;
      outline: none;
      padding: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 148px;
      z-index: 2; }

body {
  background-color: #FFF; }

#info--panel {
  width: 1200px;
  margin: 24px auto 0; }
  #info--panel > .info--tab li {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #999;
    font-weight: bold;
    margin-bottom: 20px;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out; }
    #info--panel > .info--tab li:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 30px;
      height: 2px;
      background-color: #DAE4FA;
      border: 1px solid #DAE4FA;
      border-radius: 5px;
      transition: all 0.3s ease-out; }
    #info--panel > .info--tab li.active {
      color: #333; }
      #info--panel > .info--tab li.active:after {
        background-color: #3671E2;
        border: 1px solid #3671E2; }
  #info--panel > .info--content {
    padding-top: 10px; }
    #info--panel > .info--content > .info--content-item {
      display: none; }
      #info--panel > .info--content > .info--content-item.active {
        display: block; }
      #info--panel > .info--content > .info--content-item > .info--item--list {
        min-height: 380px; }
        #info--panel > .info--content > .info--content-item > .info--item--list > .info--item {
          display: block;
          height: 62px;
          border-bottom: 1px dashed #DCDCDC; }
          #info--panel > .info--content > .info--content-item > .info--item--list > .info--item span {
            display: inline-block;
            color: #333;
            line-height: 62px;
            box-sizing: border-box;
            font-size: 18px; }
            #info--panel > .info--content > .info--content-item > .info--item--list > .info--item span:nth-of-type(1) {
              width: 1040px;
              padding-left: 48px; }
            #info--panel > .info--content > .info--content-item > .info--item--list > .info--item span:nth-of-type(2) {
              width: 120px;
              margin-right: 35px;
              text-align: right; }
          #info--panel > .info--content > .info--content-item > .info--item--list > .info--item.info--new span:nth-of-type(1) {
            background: url(../images/icon_new.png) no-repeat left center; }
      #info--panel > .info--content > .info--content-item > .info--page {
        margin-top: 15px;
        line-height: 56px;
        font-size: 16px;
        color: #333;
        display: block;
        text-align: center; }
        #info--panel > .info--content > .info--content-item > .info--page > .info-page--count {
          display: inline-block;
          margin-right: 2em; }
          #info--panel > .info--content > .info--content-item > .info--page > .info-page--count span {
            color: #FC4375; }
        #info--panel > .info--content > .info--content-item > .info--page > .info-page--turn {
          display: inline-block; }
          #info--panel > .info--content > .info--content-item > .info--page > .info-page--turn li {
            display: inline-block;
            margin-right: 1em;
            cursor: pointer; }
            #info--panel > .info--content > .info--content-item > .info--page > .info-page--turn li.active {
              color: #FC4375; }
            #info--panel > .info--content > .info--content-item > .info--page > .info-page--turn li:last-of-type {
              margin-right: 0; }

#message-board {
  background: #FFF;
  padding-bottom: 30px;
  width: 100%; }
  #message-board #input-panel {
    background-color: #FFF;
    margin: 30px auto 0;
    padding: 30px 0 0;
    width: 100%; }
    #message-board #input-panel > form {
      margin: 0 auto;
      width: 100%; }
    #message-board #input-panel .p100 {
      width: 100%; }
    #message-board #input-panel .input-group {
      display: block;
      margin-bottom: 30px; }
    #message-board #input-panel label {
      color: #333;
      display: inline-block;
      font-size: 18px;
      line-height: 32px; }
    #message-board #input-panel input[type=text] {
      color: #757575;
      font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
      font-size: 18px;
      height: 50px;
      line-height: 50px;
      padding: 0 10px;
      width: 530px;
      border: 1px solid #F0F0F0;
      box-sizing: border-box;
      border-radius: 5px; }
    #message-board #input-panel textarea {
      border: 1px solid #F0F0F0;
      box-sizing: border-box;
      border-radius: 5px;
      color: #757575;
      font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
      font-size: 18px;
      height: 174px;
      padding: 10px;
      width: 100%; }
    #message-board #input-panel #btn-submit {
      background-color: #1787FB;
      border: 0;
      border-radius: 5px;
      color: #FFF;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      height: 40px;
      outline: none;
      width: 140px; }
    #message-board #input-panel #showcode {
      cursor: pointer;
      display: inline;
      vertical-align: middle; }
    #message-board #input-panel #yzcode {
      width: 120px !important; }
  #message-board #show-panel {
    background-color: #FFF;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    width: 100%; }
    #message-board #show-panel:before {
      content: '';
      display: block; }
    #message-board #show-panel ul {
      display: block;
      height: 500px;
      overflow: scroll;
      box-sizing: border-box;
      padding: .5em;
      transition: all 0.3s ease-out; }
      #message-board #show-panel ul:hover {
        box-shadow: inset 0 0 6px 0 #3333334F; }
      #message-board #show-panel ul li {
        padding: 0 0 2em; }
        #message-board #show-panel ul li:last-child {
          border: 0; }
        #message-board #show-panel ul li .q {
          color: #FC4375;
          font-size: 18px;
          line-height: 2.5; }
          #message-board #show-panel ul li .q > span {
            color: #1787FB;
            display: block;
            font-size: 18px;
            font-weight: bold;
            height: 40px;
            line-height: 40px; }
        #message-board #show-panel ul li .a {
          color: #666;
          font-size: 18px;
          line-height: 2.5; }
          #message-board #show-panel ul li .a > span {
            color: #FE6700;
            display: block;
            font-size: 18px;
            font-weight: bold;
            height: 40px;
            line-height: 40px; }

#message-board #input-panel input[type=text]::-webkit-input-placeholder,
#message-board #input-panel textarea::-webkit-input-placeholder {
  color: #CCC; }

#message-board #input-panel input[type=text]:-ms-input-placeholder,
#message-board #input-panel textarea:-ms-input-placeholder {
  color: #CCC; }

#message-board #input-panel input[type=text]::-ms-input-placeholder,
#message-board #input-panel textarea::-ms-input-placeholder {
  color: #CCC; }

#message-board #input-panel input[type=text]::placeholder,
#message-board #input-panel textarea::placeholder {
  color: #CCC; }
