@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

/* 通用样式 */
.container {
  width: 12rem;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 0.23rem;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.14rem;
  color: #A8B6C1;
  background: url("../images/location-ico.png") no-repeat left center;
  background-size: 0.15rem 0.17rem;
}

.location a {
  color: #A8B6C1;
}

.location span {
  color: #1F6DE8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #F5F6F8;
}

/* 头部 */
.header {
  background: url("../images/sub-banner.jpg") no-repeat top center;
  padding-bottom: 0.115rem;
}
.header .top {
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.8);
}
.header .top-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.header .top-box > a {
  color: #666;
  font-size: 0.16rem;
  padding-left: 0.28rem;
  background: url("../images/login-ico1.png") no-repeat left center;
  background-size: 0.18rem 0.18rem;
  font-weight: bold;
}
.header .top-box > a + a {
  margin-right: 0.6rem;
  position: relative;
}
.header .top-box > a + a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.01rem;
  height: 0.17rem;
  background: rgba(87, 131, 207, 0.3);
  right: -0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .top-box.register-btn {
  background: url("../images/login-ico2.png") no-repeat left center;
}
.header-view {
  padding-top: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-select {
  width: auto;
  height: 0.42rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.4rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0 0.2rem 0 0.4rem;
  border: 0.01rem solid #FFF;
  text-shadow: 0rem 0.02rem 0.03rem rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5) url("../images/location.png") no-repeat 0.16rem 0.105rem;
  background-size: 0.2rem 0.25rem;
  margin: 0 auto 0 0.3rem;
}
.header-name {
  position: relative;
  margin-left: 0.41rem;
  display: none;
}
.header-name::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.47rem;
  background: #9EB5E8;
  left: -0.21rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search {
  height: 0.45rem;
  width: 3.82rem;
  border-radius: 0.59rem;
  background: #FFF;
  position: relative;
}
.search-input {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
    border-radius: 0.59rem;
    padding: 0 0.54rem 0 0.18rem;
    border: 0.01rem solid #FFF;
}
.search-input::-webkit-input-placeholder {
  color: #C5C5C5;
}
.search-input::-moz-placeholder {
  color: #C5C5C5;
}
.search-input:-ms-input-placeholder {
  color: #C5C5C5;
}
.search-input::-ms-input-placeholder {
  color: #C5C5C5;
}
.search-input::placeholder {
  color: #C5C5C5;
}
.search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
    height: 0.25rem;
    background: url("../images/search.svg") no-repeat center;
    background-size: 100% 100%;
  right: 18px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 0.245rem;
}
.menu-item a {
  display: inline-block;
  line-height: 0.3rem;
    font-size: 0.2rem;
  color: #fff;
}
.menu-item.current a {
  font-weight: bold;
  position: relative;
}
.menu-item.current a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.44rem;
    height: 0.03rem;
    background: #fff;
    bottom: -0.07rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-img {
  width: 6rem;
  height: 0.93rem;
}

/* 尾部 */
.footer {
  background: #1E2736;
  color: #fff;
  padding: 0.3rem 0;
    font-size: 0.14rem;
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.16rem;
}

.footer-link-item {
  background: #fff;
  color: #666;
  border-radius: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.38rem;
    width: calc((100% + 0.24rem) / 3 - 0.24rem);
}
.footer-link-item + .footer-link-item {
  margin-left: 0.24rem;
}
.footer-link-item span {
  font-size: 0.13rem;
  color: rgba(102, 102, 102, 0.6);
  margin-right: 0.16rem;
}

.footer-link-item .chosen-select {
  width: 1.8rem;
}
.footer-info {
  padding: 0.1rem 0.16rem 0.1rem;
  border-radius: 0.04rem;
  background: rgba(255, 255, 255, 0.02);
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.info-row-box {
  padding-top: 0.1rem;
    border-top: 0.005rem solid rgba(255, 255, 255, 0.2);
}
.info-row-box .info-row:last-child {
  margin-bottom: 0;
}

.info-row span {
  width: 33.3333333333%;
  color: #fff;
  font-size: 0.14rem;
    line-height: 0.21rem;
}

.info-row a {  
  color: #fff;  
}

.diff-col {
  width: 66.6666666667% !important;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  height: 100% !important;
  line-height: 0.36rem !important;
  border: none;
  padding-left: 0.16rem;
  color: rgba(102, 102, 102, 0.6);
  font-size: 0.13rem;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.chosen-container .chosen-results li {
  font-size: 0.13rem;
}
.chosen-container-single .chosen-single div {
  right: 0.1rem;
}
.chosen-container-single .chosen-single div b {
  background-position: 0.05rem 0.08rem;
  background-size: 0.52rem 0.37rem;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -0.15rem 0.08rem;
}

/* 侧边栏 */
.side {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-right: -8.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  z-index: 999;  
}
.side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.26rem;
}
.side-list li {
  width: 0.72rem;
  height: 0.72rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.01rem solid #FFF;
  border-radius: 0.04rem;
}
.side-list li:hover .side-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D6EBFF));
  background: linear-gradient(180deg, #FFF 0%, #D6EBFF 100%);
}
.side-list li:hover .side-item .side-text {
  color: #1F6DE8;
}
.side-list li:hover .side-code {
  display: block;
}
.side-list li + li {
  margin-top: 0.08rem;
}
.side-list li:first-child {
  margin-top: 0;
}
.side-list li:last-child {
  height: 0.28rem;
}
.side-list .side-icon1 {
  background-image: url("../images/sidebar-ico1.png");
  background-size: 0.46rem 0.46rem;
}
.side-list .side-icon2 {
  background-image: url("../images/sidebar-ico2.png");
  background-size: 0.46rem 0.46rem;
}
.side-list .side-icon3 {
  background-image: url("../images/sidebar-ico3.png");
  background-size: 0.46rem 0.46rem;
}
.side-list .side-icon4 {
  background-image: url("../images/sidebar-ico4.png");
  background-size: 0.46rem 0.46rem;
}
.side-list .side-icon5 {
  background-image: url("../images/sidebar-ico5.png");
  background-size: 0.46rem 0.46rem;
}
.side-list .side-icon6 {
  background-image: url("../images/sidebar-ico6.png");
  background-size: 0.46rem 0.46rem;
}
.side-list li .side-icon {
  background-repeat: no-repeat;
}

.side-list li:last-child {
  border: none;
}
.side-item {
  width: 0.7rem;
  height: 0.7rem;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  padding-top: 0.4rem;
  border-radius: 0.04rem;
  background: #fff;
  display: inline-block;
  -webkit-box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.08);
          box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-item .side-icon {
  display: block;
  width: 0.47rem;
  height: 0.46rem;
  position: absolute;
  top: 0.09rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.side-item .side-text {
  margin-top: 0.06rem;
  line-height: 0.24rem;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  color: #666;
}
.side-item.back-top {
  height: 0.28rem;
  line-height: 0.28rem;
  padding-top: 0;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1.47%, #1F6DE8), to(#2EB4FF)) !important;
    background: linear-gradient(180deg, #1F6DE8 1.47%, #2EB4FF 100%) !important; 
}
.side-item.back-top .side-text {
  color: #fff !important;
  font-size: 0.12rem;
}
.side-code {
  position: absolute;
  top: 0;
  right: calc(100% + 0.01rem);
    padding-right: 0.12rem;
  display: none;
}
.side-code-box {
  width: 1.68rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.11rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.08rem;
  background: #FFF;
  -webkit-box-shadow: 0rem 0rem 0.2rem 0rem rgba(193, 204, 224, 0.71);
            box-shadow: 0rem 0rem 0.2rem 0rem rgba(193, 204, 224, 0.71);
}
.side-code-box > img {
  width: 1.3rem;
  height: 1.33rem;
}
.side-code-text {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.2rem;
  margin-top: 0.04rem;
}
.side .robot {
  width: 1.87rem;
  color: #333;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  font-weight: bold;
  padding: 1.95rem 0 0 0.35rem;
  display: inline-block;
  background: url("../images/robot.png") no-repeat top center;
  background-size: 1.87rem 1.98rem;
}

/* 内容 */
.main {
  padding-bottom: 0.3rem;
}
.mod {
  padding: 0.24rem;
  margin-top: 0.3rem;
  background: #FFF;
  border-radius: 0.04rem;
  -webkit-box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(4, 44, 101, 0.1);
          box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(4, 44, 101, 0.1);
}
.mod-title {
  height: 0.63rem;
  color: #333;
  font-size: 0.2rem;
  padding: 0 0.21rem;
  font-weight: bold;
  line-height: 0.63rem;
  background: #E7F0F9;
}
.field {
  color: #999;
  font-size: 0.14rem;
}
.value {
  color: #333;
  font-size: 0.14rem;
}
.title {
  height: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title-name {
  color: #333;
  font-size: 0.2rem;
  padding-left: 0.13rem;
  background: url("../images/title-ico.png") no-repeat left center;
  background-size: 0.03rem 0.22rem;
}
.title .more {
  color: #999;
  font-size: 0.14rem;
}

.center {
  text-align: center;
}

.red {
  font-size: 0.16rem;
  color: #E61C1F;
}

.btn {
  height: 0.4rem;
  font-size: 0.15rem;
  line-height: 0.4rem;
  border-radius: 0.02rem;
  color: #1F6DE8;
  text-align: center;
  border: 0.01rem solid #1F6DE8;
}
.btn.current {
  color: #fff;
  background: #1F6DE8;
}
.btn + .btn {
  margin-left: 0.2rem;
}
.btn.has-icon {
  text-align: left;
  padding: 0 0.2rem 0 0.46rem;
  background-position: 0.2rem center;
  background-repeat: no-repeat;
}
.btn.download {
  background-image: url("../images/detail/download-icon.png");
  background-size: 0.18rem 0.19rem;
}
.btn.guide {
  background-image: url("../images/detail/guide-icon.png");
  background-size: 0.16rem 0.17rem;
}
.btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	justify-content: flex-end;		  
}
.btn.current {
  background: #1F6DE8;
}

/* 选择条件 */
.condition {
  padding-bottom: 0.1rem;
}
.condition-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 0 0.02rem;
    font-size: 0.14rem;
    border-bottom: 0.01rem solid #F5F5F5;
}
.condition-row:last-child {
  border: none;
}
.condition-row-field {
  color: #666;
  width: 1rem;
    line-height: 0.3rem;
}
.condition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 1rem);
}
.condition-item {
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.02rem;
  margin: 0 0.1rem 0.08rem 0;
  position: relative;
}
.condition-item-name {
  color: #333;
  padding: 0 0.09rem;
}
.condition-item.has-child .condition-item-name {
  padding-right: 0.28rem;
  background: url("../images/down.png") no-repeat right 0.06rem center;
  background-size: 0.18rem 0.18rem;
}
.condition-item.has-child.current .condition-item-name {
  background: #1F6DE8 url("../images/up.png") no-repeat right 0.06rem center;
  background-size: 0.18rem 0.18rem;
}
.condition-item.current {
  color: #fff;
  background: #1F6DE8;
}
.condition-item.current .condition-item-name {
  color: #fff;
}
.condition .child {
  display: none;
  position: absolute;
  top: 0.29rem;
    left: 0;
    width: 10.31rem;
    border-radius: 0.02rem;
    background: #1F6DE8;
    padding: 0.17rem 0.19rem 0.07rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 9;
}
.condition .child.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.condition .child-item {
  line-height: 0.18rem;
  margin-right: 0.26rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.1rem;
}
.condition .child-item.current {
  color: #fff;
}
.condition .custom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.74rem;
    height: 0.37rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #DCDCDC;
    margin: -0.03rem 0 0 0;
}
.condition .custom-box.current {
  background: transparent;
}
.condition .custom-box input {
  height: 100%;
  padding: 0 0.1rem;
    border-radius: 0.04rem 0 0 0.04rem;
    width: calc((100% - 0.13rem) / 2);
}
.condition .custom-box input::-webkit-input-placeholder {
  color: #BDBDBD;
}
.condition .custom-box input::-moz-placeholder {
  color: #BDBDBD;
}
.condition .custom-box input:-ms-input-placeholder {
  color: #BDBDBD;
}
.condition .custom-box input::-ms-input-placeholder {
  color: #BDBDBD;
}
.condition .custom-box input::placeholder {
  color: #BDBDBD;
}
.condition .custom-box input:nth-child(2) {
  text-align: right;
  border-radius: 0 0.04rem 0.04rem 0;
}
.condition .custom-box input:disabled {
  background: transparent;
  cursor: no-drop;
}
.condition .custom-time input:nth-child(2) {
  text-align: left;
  padding-left: 0.56rem;
    background: url("../images/date.png") no-repeat right 0.1rem center;
    background-size: 0.14rem 0.15rem;
}

/*分页*/
.pager {
  margin: 24px 0;
}
.pager .m-pagination-size .chosen-container-single .chosen-single {
  width: 0.8rem;
    height: 0.34rem !important;
    line-height: 0.34rem !important;
  color: #666;
  font-size: 0.14rem;
    border: 0.02rem solid #ECEDF2;
}
.pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 0.34rem !important;
  line-height: 0.34rem !important;
}
/* .pager .m-pagination-size .chosen-container-single .chosen-single div b {
  display: none;
} */
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 0.06rem;
}
.pager .m-pagination-page > li > a {
  font-size: 0.14rem;
    padding: 0 0.11rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border: 0.02rem solid #ECEDF2;
  color: #4E5463;
}
.pager .m-pagination-page > li.active > a {
  border-color: #1F6DE8;
  color: #1F6DE8;
  background: #fff;
  font-weight: normal;
}
.pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 0.2rem;
  height: 0.32rem;
  background-position: 0.04rem 0.06rem;
}
.pager .m-pagination-size .chosen-container-single .chosen-single div {
  width: 0.2rem;
}
.pager .m-pagination-size .chosen-container {
  height: 0.34rem;
  line-height: 0.34rem;
}

/* 表格 */
.view-table {
  width: 100%;
  font-size: 0.14rem;
  table-layout: fixed;
  margin-top: 0.2rem;
}
.view-table th {
  height: 0.4rem;
  padding: 0 0.1rem;
  font-weight: bold;
  background: rgba(9, 98, 188, 0.15);
}
.view-table td {
  height: 0.5rem;
    padding: 0 0.1rem;
}
.view-table tbody tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 0.01rem solid #EDF2F8;
}
.view-table tbody tr:hover {
  color: #1F6DE8;
  background: #F1F6FB;
}
.view-table tbody tr:hover .td-date {
  color: #1F6DE8;
}
.view-table .td-date {
  color: #999;
}

.read-table {
  width: 100%;
  table-layout: fixed;
}
.read-table td {
  color: #4E5463;
  font-size: 0.14rem;
    line-height: 0.18rem;
    padding: 0.13rem 0.2rem;
    border: 0.01rem solid #E7EAF2;
}
.read-table td:nth-child(2n-1) {
  text-align: right;
  background: #EDF4FF;
}
.read-table .center {
  text-align: center !important;
}

/* 表格 */
.view-table-cjgg {
  width: 100%;
  font-size: 0.14rem;
    table-layout: fixed;
    margin-top: 0.2rem;
}
.view-table-cjgg th {
   height: 0.4rem;
    padding: 0 0.1rem;
  font-weight: bold;
  background: rgba(174, 180, 185, 0.15);
}
.view-table-cjgg td {
  height: 0.5rem;
    padding: 0 0.1rem;
}
.view-table-cjgg tbody tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #EDF2F8;
}
.view-table-cjgg tbody tr:hover {
  color: #1F6DE8;
  background: #F1F6FB;
}
.view-table-cjgg tbody tr:hover .td-date {
  color: #1F6DE8;
}
.view-table-cjgg .td-date {
  color: #999;
}

/* 侧边栏导航 */
.nav {
  width: 2.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 50%;
    margin-left: -8.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.nav::after {
  content: "";
  height: 100%;
  width: 0.01rem;
  background: #BBCADB;
  position: absolute;
  right: 0.13rem;
  z-index: -1;
}
.nav-item + .nav-item {
  margin-top: 0.2rem;
}
.nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item-index {
  width: 0.27rem;
  height: 0.27rem;
  color: #fff;
  line-height: 0.27rem;
  border-radius: 50%;
  text-align: center;
  background: #C9D0E1;
}
.nav-item-box {
  width: 1.6rem;
  color: #999;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0.25rem;
}
.nav-item-box > span {
  line-height: 0.3rem;
}
.nav-item.current .nav-item-box {
  color: #1F6DE8;
}
.nav-item.current .nav-item-index {
  background: #1F6DE8;
}
/* 通用列表 */
.list {
  margin: 0 0.24rem;
  min-height: 3rem;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.24rem;
    padding: 0.16rem 0;
    border-bottom: 0.01rem solid #F5F5F5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover {
  border-color: #1F6DE8;
}
.item:hover .item-name {
  color: #1F6DE8;
}
.item-date {
  font-size: 0.16rem;
  color: #999;
}
.item-name {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.14rem;
  color: #333;
  margin-right: 0.88rem;
  padding-left: 0.24rem;
  background: url("../images/item-arrow.png") no-repeat left center;
}

/* 左侧菜单栏 */
.general-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0;
}
.general-main .pager {
  margin-bottom: 0;
}

.left {
  width: 2.2rem;
  margin-right: 0.24rem;
}
.left-title {
  height: 0.86rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #1F6DE8;
  padding-left: 0.3rem;
  line-height: 0.86rem;
  background: url("../images/left-title-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.04rem;
  border: 0.02rem solid #FFF;
}
.left-menu-item {
  margin-top: 0.1rem;
  background: #fff;
  border-radius: 0.04rem;
  -webkit-box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(4, 44, 101, 0.1);
          box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(4, 44, 101, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.left-menu-item.open .submenu-list {
  display: block;
}
.left-menu-item-name {
  height: 0.6rem;
  color: #333;
  display: block;
  font-size: 0.16rem;
  padding: 0 0.24rem;
  line-height: 0.6rem;
  border-radius: 0.04rem;
  background: url("../images/left-menu-arrow.png"), -webkit-gradient(linear, left top, left bottom, from(#F5F8FF), to(#DAECFF));
  background: url("../images/left-menu-arrow.png"), linear-gradient(180deg, #F5F8FF 0%, #DAECFF 100%);
  background-position: right 0.2rem center, center;
  background-size: 0.2rem 0.2rem, 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.left-menu-item-name::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.01rem solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.04rem;
}
.left-menu-item.current .left-menu-item-name {
  color: #fff;
  background: url("../images/left-menu-arrow-a.png"), -webkit-gradient(linear, left bottom, left top, from(#1F6DE8), to(#1FACE8));
  background: url("../images/left-menu-arrow-a.png"), linear-gradient(0deg, #1F6DE8 0%, #1FACE8 100%);
  background-position: right 0.2rem center, center;
    background-size: 0.2rem 0.2rem, 100% 100%;
  background-repeat: no-repeat;
}
.left-menu-item.current .left-menu-item-name::after {
  border: none;
}
.left-menu-item:hover .left-menu-item-name {
  color: #fff;
  background: url("../images/left-menu-arrow-a.png"), -webkit-gradient(linear, left bottom, left top, from(#1F6DE8), to(#1FACE8));
  background: url("../images/left-menu-arrow-a.png"), linear-gradient(0deg, #1F6DE8 0%, #1FACE8 100%);
  background-position: right 0.2rem center, center;
  background-repeat: no-repeat;
}
.left-menu-item:hover .left-menu-item-name::after {
  border: none;
}
.left .submenu-list {
  display: none;
}
.left .left-menu-item.current.has-submenu .submenu-list {
  display: block;
}
.left .submenu-item {
  height: 0.46rem;
  line-height: 0.46rem;
  padding-left: 0.46rem;
}
.left .submenu-item > a {
  font-size: 0.14rem;
  color: #666;
  padding-left: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.left .submenu-item > a::before {
  content: "";
  width: 0.04rem;
    height: 0.04rem;
  background: #A8B6C1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.left .submenu-item > a.current {
  color: #1F6DE8;
}
.left .submenu-item > a.current::before {
  background: #1F6DE8;
}
.left .submenu-item > a:hover {
  color: #1F6DE8;
}
.left .submenu-item > a:hover::before {
  background: #1F6DE8;
}

.right {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right.mod {
  margin-top: 0;
  padding-top: 0.08rem;
}
.right .project-top {
  height: 0.54rem;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-bottom: 0.01rem solid rgba(153, 153, 153, 0.2);
}
.right .search {
  border: 0.01rem solid rgba(153, 153, 153, 0.2);
}
.right-title {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: auto;
  position: relative;
}
.right-title::before {
  content: "";
  position: absolute;
   width: 0.22rem;
    height: 0.22rem;
    background: url("../images/icon.png") no-repeat center;
    top: -0.06rem;
    left: -0.07rem;
}
.right-title-english {
  font-weight: normal;
   margin-left: 0.07rem;
    font-size: 0.14rem;
  display: inline-block;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
  position: relative;
  line-height: 0.15rem;
    padding-left: 0.08rem;
    border-left: 0.01rem solid rgba(153, 153, 153, 0.2);
}

/* 弹窗 */
body .layui-layer-title {
  color: #fff;
  font-size: 0.16rem;
    padding-left: 0.16rem;
    border-radius: 0.04rem 0.04rem 0 0;
  background: -webkit-gradient(linear, right top, left top, from(#5395E9), to(#1F6DE8));
  background: linear-gradient(270deg, #5395E9 0%, #1F6DE8 100%);
}
body .layui-layer-setwin a {
  width: 0.1rem;
    height: 0.1rem;
  background: url("../images/close.png") no-repeat center;
}
body .layui-layer-setwin .layui-layer-close1 {
  background-position: center;
}
body .layui-layer,
body .layui-layer-content,
body .layui-layer-iframe iframe {
  border-radius: 0.04rem;
}
body .layui-layer {
  -webkit-box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(17, 46, 98, 0.1490196078);
            box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(17, 46, 98, 0.1490196078);
}

.page-loading {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999999;
}

/* 站点切换弹窗 */
/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

/* IE */
body,
div,
html,
li,
ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
}