.h-so .head-sobox .el-dropdown{
  max-width: 21em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.el-dropdown-menu.el-popper{
  max-height: 70vh;
  overflow-y: auto;
}
.h-so .head-sobox {
  padding-top: 1px;
}
.h-so .head-sobox .inp {
  width: 250px;
  height: 34px;
}
.head-sobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head-sobox .bg {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.head-sobox .el-dropdown-link {
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  margin-left: 10px;
  color: #4e5f85;
}
.h-btns {
  float: left;
  /* width: 285px; */
  /* margin-left: 15px; */
  text-align: right;
  font-size: 0;
  padding-top: 13px;
}
.h-btns .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #4672f2;
  margin-left: 12px;
  cursor: pointer;
  border-radius: 4px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.h-btns .btn.btn1 {
  background-color: #4672f2;
  color: #fff;
}
.h-btns .btn:hover {
  opacity: 0.9;
}

.h-msg{
 margin: 0 4px 0 14px;
}
.bl-row {
  padding: 24px 0 40px;
  min-height: -webkit-calc(100vh - 167px);
  min-height: -moz-calc(100vh - 167px);
  min-height: calc(100vh - 167px);
}
.bl-row2 {
  padding: 40px 0 40px;
  min-height: -webkit-calc(100vh - 167px);
  min-height: -moz-calc(100vh - 167px);
  min-height: calc(100vh - 167px);
}
.bl-box1 {
  background-color: #fff;
  padding: 20px 0 15px;
}
.bl-opt1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
  padding-right: 8px;
}
.bl-opt1 .bl-top1{
  margin: 0;
}
.bl-box1 .in-box {
  padding: 10px 40px 20px 20px;
}
.bl-listb1 .gp,
.bl-listb1 .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 13px;
}
.bl-listb1 .cen,
.bl-listb1 .gp,
.bl-listb1 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl-listb1 .gp{
  align-items: center;
  margin-bottom: 0;
}
.bl-listb1 li:nth-child(1) .idx{
  background-color: #f0c200;
  color: #fff;
}
.bl-listb1 li:nth-child(2) .idx{
  background-color: #b8c6dc;
  color: #fff;
}
.bl-listb1 li:nth-child(3) .idx{
  background-color: #c4a889;
  color: #fff;
}
.bl-listb1 .idx {
  line-height: 30px;
  font-size: 13px;
  color: #8690a7;
  border-radius: 50%;
  background-color: #ecf1fe;
  min-width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
  text-align: center;
  margin-top: 1em;
}
.bl-listb1 .num {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 12px;
  color: #444444;
  min-width: 50px;
  text-align: right;
}
.bl-listb1 .name {
  font-size: 13px;
  color: #6e7997;
}
.bl-listb1 .bar {
  border-radius: 8px;
  height: 8px;
  background-color: #e3e3e3;
  position: relative;
  overflow: hidden;
}
.bl-listb1 .subbar {
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#4672f2));
  background: -webkit-linear-gradient(left, #ffffff, #4672f2);
  background: -moz- oldlinear-gradient(left, #ffffff, #4672f2);
  background: -o-linear-gradient(left, #ffffff, #4672f2);
  background: linear-gradient(90deg, #ffffff, #4672f2);
}
.bl-listb1 .gp:last-child .subbar {
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#0b4e8a));
  background: -webkit-linear-gradient(left, #ffffff, #0b4e8a);
  background: -moz- oldlinear-gradient(left, #ffffff, #0b4e8a);
  background: -o-linear-gradient(left, #ffffff, #0b4e8a);
  background: linear-gradient(90deg, #ffffff, #0b4e8a);
}
.g-wrap .bl-listb1 .idx{
  min-width: 22px;
  line-height: 22px;
  height: 22px;
  margin-top: 25px;
}
.g-wrap .bl-listb1 li:nth-child(1) .idx,
.g-wrap .bl-listb1 li:nth-child(2) .idx,
.g-wrap .bl-listb1 li:nth-child(3) .idx{
  background-color: #ecf1fe;
  color: #8690a7;
}
.bl-box2 {
  background-color: #fff;
  padding: 20px 24px 0;
}
.bl-top1 {
  overflow: hidden;
  margin: 0 -10px 18px;
}
.bl-top1 .item {
  float: left;
  width: 50%;
}
.bl-top1 .con {
  font-size: 13px;
  color: #6e7b94;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.bl-top1 .left,
.bl-top1 .right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.bl-top1 .left {
  margin-right: 12px;
}
.bl-top1 .right {
  margin-left: 12px;
}
.bl-top1 .cen {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl-top1 .el-input--suffix .el-input__inner{padding-right: 15px;}
.bl-top1 .btn {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  width: 80px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #4672f2;
}
.bl-top1 .btn:hover {
  opacity: 0.8;
}
.g-bl_t1 {
  font-size: 16px;
  color: #464646;
}
.bl-content {
  margin: 0 -10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl-content .item {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}
.bl-content .item.w100{
  width: 100%;
}
.bl-content .item:nth-child(2) .top {
  border-color: #32a451;
}
.bl-content .item:nth-child(3) {
  width: 100%;
  margin-bottom: 5px;
}
.bl-content .item:nth-child(3) .top {
  border-color: #4672f2;
}
.bl-content .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 10px;
}
.bl-content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  border-top: 3px solid #0b4e8a;
}
.bl-content .filter .el-select .el-input__inner {
  border: none;
  text-align: right;
  color: #0b4d8a;
}
.bl-content .filter .el-select .el-input .el-select__caret {
  color: #0b4d8a;
}
.bpopper-class.el-popper[x-placement^="bottom"] .popper__arrow {
  display: none;
}
.bl-tableb1 {
  border-radius: 6px;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #797979;
  overflow: hidden;
  text-align: center;
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 24px; */
}
.bl-tableb1 table {
  width: 100%;
}
.bl-tableb1 thead tr {
  background-color: #f6f8ff;
}
.bl-tableb1 th {
  color: #6e7b94;
  padding: 6px;
  font-weight: normal;
}
.bl-tableb1 td {
  padding: 8px 4px;
  max-width: 30%;
}
.bl-tableb1 tbody tr {
  border-top: 1px solid #eeeeee;
}
.bl-tableb1 tbody tr:nth-child(1) {
  border: none;
}
.tablehead{
  background-color: #f6f8ff;
}
.tablehead.pr{
  padding-right: 6px;
}
.scrbody{
  height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}
.scrbody::-webkit-scrollbar {
  width: 6px;     
  height: 1px;
}

.scrbody::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #0b4e8a;
}

.scrbody::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #fff;
}
.bl-row1 {
  padding: 20px 0 40px;
}
.bl-row1 .col_l {
  width: 920px;
  margin-right: 15px;
}
.bl-row1 .col_r {
  float: none;
  width: auto;
  overflow: hidden;
}
.g-h3.c67 {
  color: #6c7997;
}
.g-h3.c67::before {
  width: 3px;
}
.g-boxb1.sty1 {
  padding-top: 15px;
}

.bl-top2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 18px;
  margin-bottom: 8px;
}
.bl-top2 .more {
  cursor: pointer;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: right;
}
.bl-top2 .more svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.gaph55 {
  height: 55px;
  margin-bottom: 16px;
}
.bl-filter1 {
  background-color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl-filter1 .types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-filter1 .types .type {
  font-size: 15px;
  color: #4c5f85;
  cursor: pointer;
  text-align: center;
  min-width: 110px;
  padding: 0 10px;
  line-height: 55px;
  height: 55px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.bl-filter1 .types .type::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4672f2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.bl-filter1 .types .type.act {
  background-color: #ecf1fe;
  color: #4672f2;
}
.bl-filter1 .types .type.act::before {
  opacity: 1;
}
.bl-filter1 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 17px;
}
.bl-filter1 .btns .btn {
  font-size: 14px;
  color: #4672f2;
  border-radius: 4px;
  min-width: 90px;
  border: 1px solid #4672f2;
  cursor: pointer;
  text-align: center;
  padding: 0 10px;
  margin-left: 12px;
  height: 36px;
  line-height: 34px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.bl-filter1 .btns .btn:hover {
  background-color: #4672f2;
  color: #fff;
}
.bl-filter1 .btns .btn a{
  color: inherit;
}
/* .psul .bl-articles .com-box {
  display: block;
} */
.bl-articles {
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 15px;
}
.bl-articles .box {
  overflow: hidden;
}
.bl-articles .pic {
  float: left;
  width: 148px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
}
.bl-articles .box .txt{
  overflow: hidden;
  word-break: break-all;
}
.bl-articles .pic .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.bl-articles .richtxt {
  font-size: 15px;
  color: #1f2329;
  line-height: 1.7;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bl-articles .all .richtxt{
  display: block;
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
.richtxt img{
  max-width: 55%;
}
.richtxt a{
  color: #4672f2;
}
.bl-articles .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.bl-articles .options .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #8590a5;
}
.bl-articles .options .left .btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #8590a5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.bl-articles .options .left .btn:hover {
  color: #75869a;
}
.bl-articles .options .left .btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* .bl-articles .options .left .btn em:last-child {
  display: none;
}*/ 
.bl-articles .options .left .btn.act {
  color: #4672f2;
}
.bl-articles .options .left .btn.on em {
  display: none;
}
.bl-articles .options .left .btn.on em:last-child {
  display: inline;
}
.bl-articles .com-box {
  /* overflow: hidden; */
  padding-bottom: 20px;
}
.bl-articles .g-pl_box {
  margin-bottom: 16px;
}
.bl-articles .g-pl_box .right {
  border-radius: 6px;
  border-color: #dddddd;
}
.bl-articles .g-pl_box .rbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-articles .g-pl_box .r-bot .Button {
  text-align: center;
  min-width: 102px;
  margin-left: 20px;
}
.bl-infob1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #6f7a97;
  padding: 14px 0 9px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl-infob1 span {
  margin-right: 10px;
  margin-bottom: 5px;
}
.bl-infob1 .from {
  color: #4672f2;
}
.bl-infob1 .from a{
  color: inherit;
}
.bl-infob1 .from em {
  margin-right: 12px;
  cursor: pointer;
}
.bl-infob1 .from a:hover,
.bl-infob1 .from em:hover {
  text-decoration: underline;
}
.bl-infob1 .tag {
  font-size: 12px;
  color: #6e7997;
  padding: 0 10px;
  border-radius: 22px;
  display: block;
  line-height: 20px;
  border: 1px solid #b7bdcc;
}
.bl-infob1 .tag.sty1 {
  background-color: #f7fbfa;
  border-color: #77ae91;
  color: #77ae91;
}
.bl-infob1 .tag.sty2 {
  background-color: #fff6f6;
  border-color: #f18989;
  color: #f18989;
}
.bl-infob1 .time {
  font-size: 13px;
  color: #858585;
}
.bl-comment {
  border-radius: 6px;
  border: 1px solid #ddd;
}
.bl-comment .c-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 26px;
  border-bottom: 1px solid #eee;
  color: #1f2329;
}
.bl-comment .c-top svg {
  margin-right: 6px;
}
.bl-pls .tit img{
  max-width: 150px;
}
.bl-pls .con {
  padding: 14px 16px 14px 26px;
}
.bl-pls .con.res {
  background-color: #e0f4fa;
}
.bl-pls .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.bl-pls .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl-pls .svg {
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #8690a7;
  cursor: pointer;
  font-size: 0;
}
.bl-pls .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  color: #aeaeae;
}
.bl-pls .bot .s {
  margin-right: 15px;
}
.bl-pls .opts-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-pls .opts-box .btn {
  cursor: pointer;
  font-size: 14px;
  color: #8590a5;
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-pls .opts-box .btn.act {
  color: #4672f2;
}
.bl-pls .opts-box .btn svg {
  margin-right: 6px;
}
.bl-pls .g-pl_box {
  display: none;
}
.bl-pl_box {
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.bl-pl_box .first {
  padding: 0 20px;
}
.bl-pl_box .botbox {
  padding: 0 20px;
  border-top: 1px solid #eee;
}
.bl-pl_box .line-top {
  padding: 10px 0;
  overflow: hidden;
}
.bl-pl_box .line-top .opt-bot{
  float: right;
}
.bl-pl_box .line-top .lefta{
  overflow: hidden;
  line-height: 32px;
}
.bl-pl_box .line {
  font-size: 14px;
  color: #6f7c95;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
   margin-bottom: 8px;       
}
.bl-pl_box .line svg {
  margin-right: 6px;
}
.bl-pl_box .line .t {
  font-size: 15px;
  color: #464646;
}
.bl-pl_box .line span {
  margin-right: 8px;
}
.bl-pl_box .line .time {
  color: #858585;
  font-size: 13px;
}
.bl-pl_box .line .desc,
.bl-pl_box .line .txt {
  font-size: 15px;
  color: #1f2329;
  line-height: 1.7;
  overflow: hidden;
}
.bl-pl_box .line .desc a{
  color: #4672f2;
}
.bl-pl_box .line .desc img{
  max-width: 55%;
}
.bl-pl_box .line .tag {
  font-size: 12px;
  color: #6d7997;
  border: 1px solid #6d7997;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 22px;
}
.bl-pl_box .opt-bot {
  text-align: right;
  margin-bottom: 5px;
  float: right;
}
.opt-bot .gp{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  margin-left: 16px;
}
.bl-pl_box .opt-bot .btn {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  color: #8590a5;
  cursor: pointer;
  width:  50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.bl-pl_box .opt-bot .btn svg{
  
  margin-right: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.bl-pl_box .opt-bot .btn.act {
  color: #4672f2;
}
.bl-pl_box .opt-bot .btn1 svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 6px;
}
.bl-sobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  /* border-radius: 6px; */
  overflow: hidden;
  margin-bottom: 16px;
  padding-left: 20px;
}
.bl-sobox .el-dropdown {
  font-size: 15px;
  color: #4d5f85;
}
.bl-sobox .sel {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}
.bl-sobox .sel::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.bl-sobox .select {
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #4d5f85;
}
.bl-sobox .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0 50px 0 10px;
}
.bl-sobox .right .btn {
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 10px;
  background: transparent url(../images/opinion/h-so.svg) no-repeat center;
  -webkit-background-size: 20px 20px;
       -o-background-size: 20px;
          background-size: 20px;
}
.bl-sobox .right .inp {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #1f2329;
}
.op-top {
  /* background: url(../images/opinion/bg.png) no-repeat center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 280px; */
  overflow: hidden;
}
.op-top .bg{
  display: block;
  width: 100%;
}
.op-top .t-icn {
  display: block;
  position: absolute;
  top: 15px;
  left: 25px;
  height: 40px;
}
.op-top .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.op-top .txt .icon {
  width: 278px;
}
.op-top .txt .icon img {
  height: 278px;
}
.op-top .txt .p {
  padding-top: 87px;
  text-align: center;
}
.op-top .txt .p1 {
  font-size: 26px;
  color: #fff;
  letter-spacing: 10px;
}
.op-row {
  padding: 0 0 90px;
}
.op-row .gp {
  padding-top: 15px;
}
.op-row .el-radio__label{
  font-size: 16px;
  color: #3c3f44;
}
.op-row .el-radio__input.is-checked + .el-radio__label{
  color: #274e7a;
}
.op-row .el-radio__input.is-checked .el-radio__inner{
  background: #274e7a;
  border-color: #274e7a;
}
.desc-opt{
  overflow: hidden;
}
.o-tabs {
  font-size: 0;
}
.o-tabs .item {
  display: inline-block;
  vertical-align: top;
}
.o-tabs .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #274e7a;
  font-size: 18px;
  color: #274e7a;
  border-radius: 4px;
  min-width: 120px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 16px;
}
.o-tabs .tab.on {
  background-color: #274e7a;
  color: #fff;
}
.o-tabs .tab .icn {
  height: 20px;
  margin-right: 5px;
}
.o-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1f2329;
  padding: 18px 0;
}
.o-line .icon {
  font-size: 0;
  width: 30px;
}
.o-line .icon img {
  height: 20px;
}
.o-item .h4 .must,
.o-line .t .must{
  color: red;
}
.o-submit {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 44px;
  background-color: #274e7a;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  margin-top: 38px;
  cursor: pointer;
}
.o-submit:hover {
  opacity: 0.9;
}
.o-item .h4 {
  font-size: 16px;
  color: #1f2329;
  padding: 35px 0 10px;
}
.o-item.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.o-item.df .o-inp {
  margin-right: 40px;
}
.o-item .p1 {
  font-size: 16px;
  color: #3c3f44;
  margin-bottom: 12px;
}
.o-item .el-select {
  width: 100%;
}
.o-item .el-textarea__inner {
  font-size: 16px;
  color: #1f2329;
}
.o-item .el-input__inner {
  font-size: 16px;
  color: #1f2329;
  height: 42px;
  line-height: 42px;
}
.o-inp {
  width: 340px;
}
.o-inp.w100 {
  width: 100%;
}
.o-inp .inp {
  border-radius: 4px;
  border: 1px solid #dee0e3;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  font-size: 16px;
  color: #1f2329;
}
.o-inp .inp.area {
  height: 180px;
  resize: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.o-popperclass {
  border: none;
  width: 520px;
  background-color: #f2f4f7;
  font-size: 13px;
  color: #67717c;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 30px !important;
}
.o-diallog.el-dialog {
  margin-top: 0 !important;
  margin-bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
}
.o-diallog .el-dialog__header {
  display: none;
}
.o-diallog .el-dialog__body {
  padding: 0;
}
.o-dialogcon {
  padding: 33px 0 40px;
}
.o-dialogcon .img img {
  display: block;
  height: 240px;
  margin: 0 auto 18px;
}
.o-dialogcon .p {
  text-align: center;
  font-size: 18px;
  color: #1f2329;
  font-weight: bold;
}
.o-dialogcon .line {
  height: 1px;
  background-color: #ececec;
  margin: 30px 0 24px;
}
.o-dialogcon .code {
  font-size: 16px;
  color: #81848a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.o-dialogcon .code em {
  font-size: 32px;
  color: #1f2329;
}
.o-dialogcon .copy{
  font-size: 14px;
  background-color: #4672f2;
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 30px;
  border: none;
  margin-left: 12px;
  cursor: pointer;
  transition: .3s;
}
.o-dialogcon .copy:hover{
  background-color: #0461cf;
}
.o-dialogcon .bot {
  border-radius: 6px;
  background-color: #f2f8fe;
  font-size: 16px;
  color: #595c61;
  line-height: 1.6;
  padding: 14px;
  margin: 0 34px 25px;
}
.o-dialogcon .link {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #1f2329;
  width: 88px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dee0e3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.o-dialogcon .link:hover {
  background-color: #274e7a;
  color: #fff;
  border-color: #274e7a;
}
.op-box1 {
  width: 340px;
  margin: 0 auto;
  font-size: 20px;
  color: #444;
  padding-top: 14vh;
}
.op-box1 .tip {
  margin-bottom: 4vh;
}
.op-box1 .inp {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 60px;
  font-size: 20px;
  color: #1f2329;
  padding: 0 20px;
  margin-bottom: 5vh;
}
.op-box1 .inp:focus {
  border-color: #1a4373;
}
.op-box1 .btn {
  font-size: 18px;
  color: #fff;
  background-color: #1a4373;
  border-radius: 6px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.op-box1 .btn:hover {
  opacity: 0.8;
}
.op-box2 {
  padding-top: 35px;
}
.op-box2 .code {
  padding: 0 24px;
  background-color: #fff;
  font-size: 15px;
  color: #4c5f85;
  line-height: 54px;
  margin-bottom: 14px;
}
.op-box2 .code b {
  font-size: 18px;
  color: #070b12;
  margin-left: 14px;
}
.op-box2 .bl-articles .box {
  margin-bottom: 22px;
}
.op-box2 .bl-pl_box .first {
  padding-bottom: 20px;
}
.op-box2 .bot-box {
  padding: 12px 20px 10px;
  background-color: #fff;
}
.op-box2 .bot-box .h3 {
  font-size: 18px;
  color: #464646;
  margin-bottom: 8px;
}
.op-box2 .bot-box .stas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.op-box2 .bot-box .stas .sta {
  width: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #1a4373;
  background-color: #fff;
  border: 1px solid #1a4373;
  border-radius: 6px;
  margin-right: 8px;
  height: 34px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.op-box2 .bot-box .stas .sta.act {
  background-color: #1a4373;
  color: #fff;
}
.op-box2 .bot-box .stas .icon {
  margin-right: 5px;
}
.op-box2 .bot-box .stas .sta1 .icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.op-box2 .bl-pl_box {
  background-color: #fcfcfc;
}
.op-box2 .g-pl_box .r-bot .Button {
  width: 102px;
  background-color: #1a4373;
  border-color: #1a4373;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.op-box2 .g-pl_box .r-bot .Button:hover {
  opacity: 0.9;
}

.g-lendbox{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  font-size: 13px;
  color: #6d7a93;
  padding-right: 50px;
  padding-top: 30px;
}
.g-lendbox .items,
.g-lendbox .item{
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #6d7997;
}
.g-lendbox .item{
  margin-right: 26px;
}
.g-lendbox .item .dot{
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.g-lendbox.sm{
  padding: 4px 0 13px;
}
.g-lendbox.sm .item{
  font-size: 13px;
  margin-right: 13px;
}

.Comment-bot .btns{
  display: flex;
  align-items: center;
}
.Comment-bot .btns .Button{
  display: inline-flex;
  align-items: center;
}
.Comment-bot .btns .Button.act{
  color: #4672f2;
}
.el_upbox{
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.el_upbox .tit{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.file-box{
  padding-top: 12px;
}
.file-box .link{
  font-size: 14px;
  line-height: 2;
  word-break: break-all;
  /* color: #1f2329; */
  color: #4672f2;
}
.file-box .link:hover{
  text-decoration: underline;
}

.a-areabox1{
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.a-areabox1 .el-textarea__inner{
  border: none;
}
.line-1{
  height: 1px;
  background-color: #dcdfe6;
}
.a-areabox1 .opt{
  padding: 10px 15px;
}
.fxbox{
  display: flex;
}
.fxbox .o-submit.sty1{
  background: #fff;
  color: #274e7a;
  border: 1px solid #274e7a;
  margin-left: 24px;
}
.dialogImg{
  display: block;
  margin: 0 auto;
  max-height: 70vh;
}

.pop-opts .btn.txttp{
  height: auto;
  line-height: 1.3;
}
.file-box .el-upload-list--picture-card .el-upload-list__item-thumbnail{
  height: 148px;
  object-fit: contain;
}
.bl-sobox .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 10px;
  width: 100%;
}

.mb-desc-opt{
  display: none;
}
.msg-row1{
  padding: 20px 0;
}
.jl-info2.minh{
  min-height: calc(100vh - 144px);
}
.h-msg .top{
  display: block;
  color: #fff;
}
.dialogvd{
  display: block;
  width: 100%;
  max-height: 68vh;
}
@media screen and (max-width: 1199px) {
  .wp{
    width: auto;
    padding: 0 15px;
  }
  .h-so {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #eee;
    z-index: 100;
    display: none;
    margin-top: 0;
  }
  .h-so .head-sobox {
    padding: 10px 15px;
    display: block;
  }
  .h-so .head-sobox .inp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 34px;
    width: 100%;
  }
  .h-so .btn {
    top: 44px;
    right: 15px;
    width: 34px;
    height: 34px;
  }
  .head-sobox .bg {
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
  }
  .head-sobox .el-dropdown-link {
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
    margin-left: 10px;
    color: #4e5f85;
  }
  .h-btns {
    float: left;
    text-align: right;
    font-size: 0;
    padding-top: 12.5px;
    width: auto;
  }
  .h-btns .icon {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background: url(../images/h-so.svg) no-repeat center;
    -webkit-background-size: 20px 20px;
         -o-background-size: 20px;
            background-size: 20px;
  }
  .h-btns .btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #4672f2;
    margin-left: 6px;
    cursor: pointer;
    border-radius: 4px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .h-btns .btn.btn1 {
    background-color: #4672f2;
    color: #fff;
  }
  .h-btns .btn:hover {
    opacity: 0.9;
  }
  .bl-row {
    background-color: #eee;
    padding: 15px 0;
    min-height: -webkit-calc(100vh - 167px);
    min-height: -moz-calc(100vh - 167px);
    min-height: calc(100vh - 167px);
  }
  .bl-row2 {
    padding: 20px 0;
    background-color: #eee;
  }
  .bl-box1 {
    background-color: #fff;
    padding: 20px 0 15px;
  }
  .bl-opt1 .l,
  .bl-opt1 .r
  {
    float: none;
    width: auto;
  }
  .bl-opt1 .r{
    padding: 15px;
  }
  .bl-opt1 .bl-top1{
    margin: 0;
  }
  .bl-box1 .in-box {
    padding: 10px 40px 20px 20px;
  }
  .bl-listb1 .gp,
  .bl-listb1 .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 13px;
  }
  .bl-listb1 .cen,
  .bl-listb1 .gp,
  .bl-listb1 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl-listb1 .gp{
    align-items: center;
    margin-bottom: 0;
  }
  .bl-listb1 li:nth-child(1) .idx{
    background-color: #f0c200;
    color: #fff;
  }
  .bl-listb1 li:nth-child(2) .idx{
    background-color: #b8c6dc;
    color: #fff;
  }
  .bl-listb1 li:nth-child(3) .idx{
    background-color: #c4a889;
    color: #fff;
  }
  .bl-listb1 .idx {
    line-height: 22px;
    font-size: 13px;
    color: #8690a7;
    border-radius: 50%;
    background-color: #ecf1fe;
    min-width: 22px;
    height: 22px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 12px;
    text-align: center;
    margin-top: 30px;
  }
  .bl-listb1 .num {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 12px;
    color: #444444;
    min-width: 50px;
    text-align: right;
  }
  .bl-listb1 .name {
    font-size: 13px;
    color: #6e7997;
    margin-bottom: 5px;
  }
  .bl-listb1 .bar {
    border-radius: 8px;
    height: 8px;
    background-color: #e3e3e3;
    position: relative;
  }
  .bl-listb1 .subbar {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#4672f2));
    background: -webkit-linear-gradient(left, #ffffff, #4672f2);
    background: -moz- oldlinear-gradient(left, #ffffff, #4672f2);
    background: -o-linear-gradient(left, #ffffff, #4672f2);
    background: linear-gradient(90deg, #ffffff, #4672f2);
  }
  .bl-listb1 .gp:last-child .subbar {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#0b4e8a));
    background: -webkit-linear-gradient(left, #ffffff, #0b4e8a);
    background: -moz- oldlinear-gradient(left, #ffffff, #0b4e8a);
    background: -o-linear-gradient(left, #ffffff, #0b4e8a);
    background: linear-gradient(90deg, #ffffff, #0b4e8a);
  }
  .g-wrap .bl-listb1 .idx{
    min-width: 22px;
    line-height: 22px;
    height: 22px;
    margin-top: 30px;
  }
  .g-wrap .bl-listb1 li:nth-child(1) .idx,
  .g-wrap .bl-listb1 li:nth-child(2) .idx,
  .g-wrap .bl-listb1 li:nth-child(3) .idx{
    background-color: #ecf1fe;
    color: #8690a7;
  }
  .bl-box2 {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
  }
  .bl-top1 {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .bl-top1 .item{
    float: none;
    width: auto;
  }
  .bl-top1 .item:nth-child(1) .left{
    width: 100%;
  }
  .bl-top1 .con {
    font-size: 13px;
    color: #6e7b94;
    margin: 0 0 10px;
    overflow: hidden;
    flex-wrap: wrap;
    display: block;
  }
 
  .bl-top1 .el-date-editor--datetimerange.el-input,
  .bl-top1 .el-date-editor--datetimerange.el-input__inner {
    width: 100%;
  }
  .bl-top1 .left,
  .bl-top1 .right {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .bl-top1 .left {
    margin-bottom: 15px;
  }
  .bl-top1 .cen {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .bl-top1 .el-date-editor.el-input,
  .bl-top1 .el-date-editor.el-input__inner {
    width: 100%;
    margin-bottom: 15px;
  }
  .bl-top1 .btn {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    width: 80px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #4672f2;
    margin: 0 auto;
  }
  .bl-top1 .btn:hover {
    opacity: 0.8;
  }
  .g-bl_t1 {
    font-size: 16px;
    color: #464646;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl-content {
    overflow: hidden;
    margin: 0;
  }
  .bl-content .item {
    float: none;
    width: auto;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .bl-content .item:nth-child(2) .top {
    border-color: #32a451;
  }
  .bl-content .item:nth-child(3) {
    width: 100%;
  }
  .bl-content .item:nth-child(3) .top {
    border-color: #4672f2;
  }
  .bl-content .in {
    display: block;
    margin: 0;
  }
  .bl-content .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    border-top: 3px solid #0b4e8a;
  }
  .bl-content .filter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl-content .filter .el-select .el-input__inner {
    border: none;
    text-align: right;
    color: #0b4d8a;
  }
  .bl-content .filter .el-select .el-input .el-select__caret {
    color: #0b4d8a;
  }
  .bpopper-class.el-popper[x-placement^="bottom"] .popper__arrow {
    display: none;
  }
  .bl-tableb1 {
    border-radius: 6px;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #797979;
    overflow: hidden;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bl-tableb1 table {
    width: 500px;
  }
  .bl-tableb1 thead tr {
    background-color: #f6f8ff;
  }
  .bl-tableb1 th {
    color: #6e7b94;
    padding: 6px;
    font-weight: normal;
  }
  .bl-tableb1 td {
    padding: 4px;
    max-width: 30%;
  }
  .bl-tableb1 tbody tr {
    border-top: 1px solid #eeeeee;
  }
  .bl-tableb1 tbody tr:nth-child(1) {
    border: none;
  }
  .bl-row1 {
    padding: 80px 0 10px;
    background-color: #eee;
  }
  .bl-row1 .col_l {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .bl-row1 .col_r {
    float: none;
    width: auto;
    overflow: hidden;
    display: none;
  }
  .g-h3.c67 {
    color: #6c7997;
  }
  .g-h3.c67::before {
    width: 3px;
  }
  .g-wrap .bl-listb1 {
    padding-bottom: 12px;
  }
  .bl-top2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 18px;
    margin-bottom: 8px;
  }
  .bl-top2 .more {
    cursor: pointer;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: right;
  }
  .bl-top2 .more svg {
    display: inline-block;
    vertical-align: middle;
  }
  .gaph55 {
    margin-bottom: 15px;
  }
  .bl-filter1 {
    overflow: hidden;
    background-color: #eee;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 50px;
    left: 15px;
    right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
  }
  .bl-filter1::before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    bottom: 15px;
    background-color: #fff;
    pointer-events: none;
  }
  .bl-filter1 .left{
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .bl-filter1 .types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
          }
  .bl-filter1 .types .type {
    font-size: 12px;
    color: #4c5f85;
    cursor: pointer;
    text-align: center;
    min-width: auto;
    padding: 0 4px;
    line-height: 50px;
    height: 50px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .bl-filter1 .types .type::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4672f2;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .bl-filter1 .types .type.act {
    background-color: #ecf1fe;
    color: #4672f2;
  }
  .bl-filter1 .types .type.act::before {
    opacity: 1;
  }
  .bl-filter1 .right {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    background-color: #fff;
  }
  .bl-filter1 .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
    padding-right: 0;
  }
  .bl-filter1 .btns .btn {
    font-size: 10px;
    color: #4672f2;
    border-radius: 4px;
    min-width: auto;
    border: 1px solid #4672f2;
    cursor: pointer;
    text-align: center;
    padding: 0 2px;
    margin-right: 2px;
    margin-left: 0;
    height: 24px;
    line-height: 22px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .bl-filter1 .btns .btn:hover {
    background-color: #4672f2;
    color: #fff;
  }
  .psul .bl-articles .com-box {
    display: block;
  }
  .bl-articles {
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .bl-articles .box {
    overflow: hidden;
  }
  .bl-articles .box .left {
    float: left;
    width: 35%;
    margin-right: 10px;
  }
  .bl-articles .pic {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    padding-top: 68.92%;
  }
  .bl-articles .pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .bl-articles .richtxt {
    font-size: 14px;
    color: #1f2329;
    line-height: 1.5;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .bl-articles .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
  }
  .bl-articles .options .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #8590a5;
  }
  .bl-articles .options .left .btn {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    color: #8590a5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .bl-articles .options .left .btn:hover {
    color: #75869a;
  }
  .bl-articles .options .left .btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
 /*  .bl-articles .options .left .btn em:last-child {
    display: none;
  } */
  .bl-articles .options .left .btn.act {
    color: #4672f2;
  }
  .bl-articles .options .left .btn.on em {
    display: none;
  }
  .bl-articles .options .left .btn.on em:last-child {
    display: inline;
  }

  .bl-articles .g-pl_box {
    margin-bottom: 16px;
  }
  .bl-articles .g-pl_box .right {
    border-radius: 6px;
    border-color: #dddddd;
  }
  .bl-articles .g-pl_box .rbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl-articles .g-pl_box .r-bot .rbox,
  .bl-articles .g-pl_box .r-bot .lbox {
    width: auto;
  }
  .bl-articles .g-pl_box .r-bot .Button {
    text-align: center;
    margin-left: 5px;
    min-width: 65px;
  }
  .ul-pls .g-pl_box{
    margin-left: 10px;
    margin-right: 10px;
  }
  .bl-infob1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #6f7a97;
    padding: 14px 0 9px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bl-infob1 span {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .bl-infob1 .from {
    color: #4672f2;
  }
  .bl-infob1 .from em {
    margin-right: 12px;
    cursor: pointer;
  }
  .bl-infob1 .from em:hover {
    text-decoration: underline;
  }
  .bl-infob1 .tag {
    font-size: 12px;
    color: #6e7997;
    padding: 0 10px;
    border-radius: 22px;
    display: block;
    line-height: 20px;
    border: 1px solid #b7bdcc;
  }
  .bl-infob1 .tag.sty1 {
    background-color: #f7fbfa;
    border-color: #77ae91;
    color: #77ae91;
  }
  .bl-infob1 .tag.sty2 {
    background-color: #fff6f6;
    border-color: #f18989;
    color: #f18989;
  }
  .bl-infob1 .time {
    font-size: 13px;
    color: #858585;
  }
  .bl-comment {
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .bl-comment .c-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    padding: 0 0.3*50px;
    border-bottom: 1px solid #eee;
    color: #1f2329;
  }
  .bl-comment .c-top svg {
    margin-right: 6px;
  }
  .bl-pls .two-box {
    margin-left: 10px;
  }
  .bl-pls .two-box .two-box{
    margin-left: 0;
  }
  .bl-pls .con {
    padding: 15px;
  }
  .bl-pls .con.res {
    background-color: #e0f4fa;
  }
  .bl-pls .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
  }
  .bl-pls .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl-pls .svg {
    margin-left: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #8690a7;
    cursor: pointer;
    font-size: 0;
  }
  .bl-pls .bot {
    font-size: 13px;
    color: #aeaeae;
  }
  .bl-pls .bot .s {
    margin-right: 15px;
  }
  .bl-pls .opts-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl-pls .opts-box .btn {
    cursor: pointer;
    font-size: 12px;
    color: #8590a5;
    margin-left: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl-pls .opts-box .btn.act {
    color: #4672f2;
  }
  .bl-pls .opts-box .btn svg {
    margin-right: 6px;
  }
  .bl-pls .g-pl_box {
    display: none;
  }
  .bl-pl_box {
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
  }
  .bl-pl_box .first {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
  }
  .bl-pl_box .botbox {
    padding: 0 10px;
  }
  .bl-pl_box .line-top {
    padding: 10px 0;
  }
  .bl-pl_box .line {
    font-size: 14px;
    color: #6f7c95;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bl-pl_box .line svg {
    margin-right: 6px;
  }
  .bl-pl_box .line .t {
    font-size: 15px;
    color: #464646;
  }
  .bl-pl_box .line span {
    margin-right: 8px;
  }
  .bl-pl_box .line .time {
    color: #858585;
    font-size: 13px;
  }
  .bl-pl_box .line .desc,
  .bl-pl_box .line .txt {
    font-size: 15px;
    color: #1f2329;
    line-height: 1.7;
  }
  .bl-pl_box .line .tag {
    font-size: 12px;
    color: #6d7997;
    border: 1px solid #6d7997;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 22px;
  }
  .mb-desc-opt{
    display: block;
    overflow: hidden;
    padding: 6px 0;
  }
  .desc-opt{
    position: relative;
  }
  .desc-opt .opt-bot{
    display: none;
  }
  .opt-bot .btn{
    background-color: #f8f8f8;
  }
  .bl-pl_box .opt-bot .btn svg{
    width: 30px;
    height: 30px;
  }
  .bl-pl_box .opt-bot {
    text-align: right;
    margin-bottom: 5px;
  }
  .bl-pl_box .opt-bot .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #8590a5;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }
  .bl-pl_box .opt-bot .btn.act {
    color: #4672f2;
  }
  .bl-pl_box .opt-bot .btn1 svg {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 6px;
  }
  .bl-sobox {
    background-color: #eee;
    position: fixed;
    top: 50px;
    left: 15px;
    right: 15px;
    z-index: 100;
    padding: 15px 0;
  }
  .bl-sobox .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 10px;
  }
  .bl-sobox .el-dropdown {
    color: #4d5f85;
  }
  .bl-sobox .sel {
    position: relative;
    padding-right: 10px;
    cursor: pointer;
    background-color: #fff;
  }
  .bl-sobox .sel::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #eeeeee;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
  }
  .bl-sobox .select {
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #4d5f85;
  }
  .bl-sobox .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0 50px 0 10px;
  }
  .bl-sobox .right .btn {
    cursor: pointer;
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0px;
    background: transparent url(../images/opinion/h-so.svg) no-repeat center;
    -webkit-background-size: 20px 20px;
         -o-background-size: 20px;
            background-size: 20px;
  }
  .bl-sobox .right .inp {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #1f2329;
  }
  .op-top {
   /*  background: url(../images/opinion/bg.png) no-repeat center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 250px; */
    overflow: hidden;
  }
  .op-top .t-icn {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 15px;
  }
  .op-top .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 240px;
  }
  .op-top .txt .icon {
    width: 60px;
  }
  .op-top .txt .icon img {
    height: 60px;
  }
  .op-top .txt .p {
    padding-top: 30px;
    text-align: center;
  }
  .op-top .txt .p img {
    height: 40px;
  }
  .op-top .txt .p1 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
  }
  .op-row {
    padding: 0 0 40px;
  }
  .op-row .gp {
    padding-top: 15px;
  }
  .o-tabs {
    font-size: 0;
  }
  .o-tabs .item {
    display: inline-block;
    vertical-align: top;
  }
  .o-tabs .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #274e7a;
    font-size: 16px;
    color: #274e7a;
    border-radius: 4px;
    min-width: 90px;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .o-tabs .tab.on {
    background-color: #274e7a;
    color: #fff;
  }
  .o-tabs .tab .icn {
    height: 20px;
    margin-right: 5px;
  }
  .o-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #1f2329;
    padding: 10px 0;
  }
  .o-line .icon {
    font-size: 0;
    width: 25px;
  }
  .o-line .icon img {
    height: 20px;
  }
  .o-submit {
    display: block;
    width: 100px;
    text-align: center;
    line-height: 44px;
    background-color: #274e7a;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    margin: 38px auto 0;
    cursor: pointer;
  }
  .o-submit:hover {
    opacity: 0.9;
  }
  .o-item .h4 {
    font-size: 16px;
    color: #1f2329;
    padding: 35px 0 10px;
  }
  .o-item.df {
    display: block;
  }
  .o-item.df .o-inp {
    /* width: 48%; */
    margin-right: 0;
    margin-bottom: 12px;
  } 
  .o-item .p1 {
    font-size: 16px;
    color: #3c3f44;
    margin-bottom: 12px;
  }
  .o-item .el-select {
    width: 100%;
  }
  .o-item .el-textarea__inner {
    color: #1f2329;
  }
  .o-item .el-input__inner {
    color: #1f2329;
    font-size: 12px;
  }
  .o-item .el-cascader{
    width: 100%;
    font-size: 12px;
  }
  .o-inp.w100 {
    width: 100%;
  }
  .o-inp .inp {
    border-radius: 4px;
    border: 1px solid #dee0e3;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 16px;
    color: #1f2329;
  }
  .o-inp .inp.area {
    height: 180px;
    resize: none;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .o-popperclass {
    width: 250px;
    border: none;
    background-color: #f2f4f7;
    font-size: 13px;
    color: #67717c;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .el-popover--plain{
    padding: 8px!important;
  }
  .o-diallog.el-dialog {
    margin-top: 0 !important;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 10px;
    width: 96%!important;
  }
  .o-diallog .el-dialog__header {
    display: none;
  }
  .o-diallog .el-dialog__body {
    padding: 0;
  }
  .o-dialogcon {
    padding: 30px 0;
  }
  .o-dialogcon .img img {
    display: block;
    height: 100px;
    margin: 0 auto 18px;
  }
  .o-dialogcon .p {
    text-align: center;
    font-size: 18px;
    color: #1f2329;
    font-weight: bold;
  }
  .o-dialogcon .line {
    height: 1px;
    background-color: #ececec;
    margin: 30px 0 24px;
  }
  .o-dialogcon .code {
    font-size: 16px;
    color: #81848a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px;
  }
  .o-dialogcon .code em {
    font-size: 32px;
    color: #1f2329;
  }
  .o-dialogcon .bot {
    border-radius: 6px;
    background-color: #f2f8fe;
    font-size: 14px;
    color: #595c61;
    line-height: 1.6;
    padding: 10px;
    margin: 0 15px 15px;
  }
  .o-dialogcon .link {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #1f2329;
    width: 88px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dee0e3;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .o-dialogcon .link:hover {
    background-color: #4672f2;
    color: #fff;
    border-color: #4672f2;
  }
  .op-box1 {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #444;
    padding-top: 10vh;
  }
  .op-box1 .tip {
    margin-bottom: 4vh;
  }
  .op-box1 .inp {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 50px;
    font-size: 18px;
    color: #1f2329;
    padding: 0 12px;
    margin-bottom: 5vh;
  }
  .op-box1 .inp:focus {
    border-color: #1a4373;
  }
  .op-box1 .btn {
    font-size: 18px;
    color: #fff;
    background-color: #1a4373;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .op-box1 .btn:hover {
    opacity: 0.8;
  }
  .op-box2 {
    padding-top: 15px;
  }
  .op-box2 .code {
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    color: #4c5f85;
    line-height: 54px;
    margin-bottom: 14px;
  }
  .op-box2 .code b {
    font-size: 18px;
    color: #070b12;
    margin-left: 14px;
  }
  .op-box2 .bl-articles .box {
    margin-bottom: 22px;
  }
  .op-box2 .bl-pl_box .first {
    padding-bottom: 20px;
  }
  .op-box2 .bot-box {
    padding: 10px;
    background-color: #fff;
  }
  .op-box2 .bot-box .h3 {
    font-size: 18px;
    color: #464646;
    margin-bottom: 8px;
  }
  .op-box2 .bot-box .stas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
  .op-box2 .bot-box .stas .sta {
    width: 102px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: #1a4373;
    background-color: #fff;
    border: 1px solid #1a4373;
    border-radius: 6px;
    margin-right: 8px;
    height: 34px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .op-box2 .bot-box .stas .sta.act {
    background-color: #1a4373;
    color: #fff;
  }
  .op-box2 .bot-box .stas .icon {
    margin-right: 5px;
  }
  .op-box2 .bot-box .stas .sta1 .icon {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .op-box2 .bl-pl_box {
    background-color: #fcfcfc;
  }
  .op-box2 .g-pl_box .r-bot .Button {
    width: 102px;
    background-color: #1a4373;
    border-color: #1a4373;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .op-box2 .g-pl_box .r-bot .Button:hover {
    opacity: 0.9;
  }
  
  
  .g-lendbox{
    
    font-size: 13px;
    color: #6d7a93;
    /* padding-right: 50px; */
    padding-top: 10px;
    text-align: center;
  }
  .g-lendbox .l,
  .g-lendbox .r{
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .g-lendbox .items,
  .g-lendbox .item{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #6d7997;
  }
  .g-lendbox .item{
    margin: 0 8px;
  }
  .g-lendbox .item .dot{
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .g-lendbox.sm{
    padding: 4px 0 13px;
  }
  .g-lendbox.sm .item{
    font-size: 13px;
    margin-right: 13px;
  }


  .g-pl_box .editor_box .opts .lab{
    margin-left: 5px;
  }

  .scrbody{
    height: auto;
    overflow: visible;
  }
  .bl-top1 .cen,
  .bl-opt1{
    display: block;
  }
  .bl-top1 .btn{
    margin: 0 auto;
  }

  .bl-top1 .cen> span{
    display: none;
  }
  .o-inp{
    width: auto;
  }


  .footer{
    height: auto;
  }
  .jl-info2.minh{
    min-height: calc(100vh - 175px);
  }
  .jl-list2 .con{
    flex-wrap: wrap;
  }
  .jl-info2 .rbox{
    padding: 15px;
  }
  .jl-info2 .g-readsty{
    width: 100%;
    text-align: right;
    padding-top: 6px;
  }
  .jl-tit1{font-size:16px;color:#000;margin-bottom:15px}
.jl-hint{text-align:center;padding-top: 50px;}
.jl-hint .pic{display:block;width:110px;margin:0 auto}
.jl-hint .desc{font-size:14px;color:#666}
.jl-desc{font-size:14px;color:#666;margin:15px 0}

.msg-popbox{
  display: none!important;
}

.bl-pls .con .bot .info{
  flex:1;
  overflow: hidden;
}
}

/* 头部 */
@media screen and (max-width: 1199px) {
  body{padding-top:50px;}

.header{position:fixed;top:0;left:0;width:100%;height:50px;background-color:#0b4e8a;z-index:1000}
.logo{float:left;line-height:50px;font-size:0}
.logo img{display:inline-block;vertical-align: middle;
    height: 25px;}
    .logo span{
      display: inline-block;vertical-align: middle;color: #fff;font-size: 16px;margin-left: 5px;
    }
/* .h-so{position:relative;overflow:hidden;border-radius:.07rem;margin-bottom:.2rem}
.h-so .inp{display:block;width:100%;height:.6rem;background-color:#fff;padding:0 .75rem 0 .1rem;color:#333;border:1px solid #eee}
.h-so .btn{display:block;position:absolute;top:0rem;right:0;width:.65rem;height:.6rem;background:#4672f2 url(../images/h-so.svg) no-repeat center;-webkit-background-size:.4rem .4rem;-o-background-size:.4rem;background-size:.4rem} */


.h-msg{
  margin: 0;
}
.h-msg .item{
  padding-left: 6px;
  padding-right: 6px;
}
.h-msg .num{
  right: 0;
}
.h-msg .t{
  display: none;
}
}