em {
  color: #B40000;
  font-weight: inherit;
}
.o_scrollWin .o_barbox span {
  display: none;
}
.o_scrollWin .o_barbox .o_bar {
  width: 6px;
  height: 110px;
  background: #D8D8D8;
  border-radius: 2px;
}
.unhand a[href="javascript:;"] {
  cursor: default;
}
.blue {
  color: #4873B0 !important;
}
.green {
  color: #09BB07;
}
.red {
  color: #B40000;
}
.blod {
  font-weight: bold!important;
}
.flex {
  display: flex;
}
.flexauto {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
}
.orange {
  color: #FF6403;
}
.hand {
  cursor: pointer;
}
.shenglue1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.shenglue2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
.shenglue3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  white-space: normal;
}
.shenglue4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  white-space: normal;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.body_box {
  background: #FAFAFA;
  padding: 50px 0;
}
.ssh_content .ssh_mbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  position: relative;
  z-index: 0;
}
.ssh_content .ssh_mbox .ssh_rightbox {
  width: 370px;
  padding: 0 20px;
}
.ssh_content .m_filterbox {
  display: none;
}
.ssh_leftbox {
  font-size: 0;
  box-sizing: border-box;
  padding: 32px 20px 0;
  overflow: hidden;
  border: none;
  background: white;
}
.adbox {
  overflow: hidden;
}
.myui_slider {
  display: block;
  position: relative;
  min-height: 50px;
}
.myui_slider.havebtn .btn_next,
.myui_slider.havebtn .btn_prev {
  position: absolute;
  top: 50%;
  height: 40px!important;
  line-height: 40px!important;
  margin-top: -20px;
  width: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 16px;
  font-family: "iconfont";
  opacity: 0.8;
  cursor: pointer;
}
.myui_slider.havebtn .btn_next:hover,
.myui_slider.havebtn .btn_prev:hover {
  opacity: 1;
}
.myui_slider.havebtn .btn_next.lose,
.myui_slider.havebtn .btn_prev.lose {
  cursor: default;
  opacity: 0.5 !important;
}
.myui_slider.havebtn .btn_next {
  right: 0;
}
.myui_slider.havebtn .btn_next::before {
  content: "\e696";
}
.myui_slider.havebtn .btn_prev {
  left: 0;
}
.myui_slider.havebtn .btn_prev::before {
  content: "\e697";
}
.myui_slider .showbox {
  overflow: hidden;
}
.myui_slider .showbox ul {
  white-space: nowrap;
  font-size: 0;
}
.myui_slider .showbox ul li {
  display: inline-block;
  width: 100%;
}
.myui_slider .slider_pager {
  display: block;
  text-align: center;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.5);
}
.myui_slider .slider_pager.style2 {
  position: relative;
  background: none;
  margin-top: -5px;
}
.myui_slider .slider_pager.style2 li {
  width: 10px;
  height: 10px;
  background: #D8D8D8;
  border: none;
  margin: 0 6px;
}
.myui_slider .slider_pager.style2 li.cur {
  background: #3C61A0;
}
.myui_slider .slider_pager li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 4px;
  vertical-align: middle;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.myui_slider .slider_pager li.cur {
  background: #3C61A0;
}
.myui_floatbox {
  display: none;
  z-index: 1000;
  width: 900px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -250px;
}
.myui_floatbox.show {
  display: block;
}
.myui_floatbox .close_btn {
  position: absolute;
  top: 13px;
  right: 24px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
}
.myui_floatbox .title {
  background: #275297;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  color: white;
  margin-bottom: 24px;
}
.myui_floatbox .cont {
  margin: 0 24px 0 24px;
  width: auto;
  height: 400px;
}
.myui_lr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.myui_hide_df {
  display: none!important;
}
.myui_img_waterfall {
  margin-bottom: 24px;
}
.myui_img_waterfall .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.myui_img_waterfall .cont .img_item {
  height: 140px;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.myui_img_waterfall .cont .img_item img {
  height: 100%;
  width: auto;
}
.myui_img_waterfall .cont .img_item p {
  background: rgba(0, 0, 0, 0.6);
  line-height: 36px;
  padding: 0 12px;
  color: white;
  height: 36px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.myui_img_waterfall .cont .img_item:hover p {
  display: block;
}
.ssh_rightCont {
  position: relative;
  padding-top: 24px;
}
.ssh_rightCont::before {
  content: "";
  position: absolute;
  width: auto;
  height: 574px;
  display: block;
  z-index: 0;
  top: 0;
  left: -8px;
  right: -8px;
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 100%);
}
.ssh_rightCont:after {
  content: "";
  width: 430px;
  height: 120px;
  background: url(ssh_bg1.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -8px;
  opacity: 0.8;
}
.ssh_rightCont * {
  position: relative;
}
.myui_topbox {
  padding: 0px 0px 32px ;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.myui_mapbox {
  background: url(ssh_dt_bg.png) no-repeat;
  background-size: 100% auto;
  padding: 25px 24px;
  position: relative;
  z-index: 1;
}
.myui_text14 {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  max-height: 88px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  white-space: normal;
}
.myui_text14 em {
  color: #B40000;
}
.myui_text14_1line {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  max-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.myui_item {
  margin-bottom: 32px;
  z-index: 1;
}
.myui_item a[href="javascript:;"] {
  cursor: default;
}
.myui_tool {
  display: flex;
  align-items: top;
}
.myui_tool a {
  font-size: 14px;
  color: #33ADFF;
  line-height: 22px;
  white-space: nowrap;
}
.myui_tool a::after {
  content: "-";
  display: inline-block;
  margin: 0 5px;
  color: #999999;
}
.myui_tool .time {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.myui_tit1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  align-items: center;
}
.myui_tit1 .imp {
  font-size: 24px;
  font-weight: bold;
  color: #4078BE;
  line-height: 31px;
  margin-right: 20px;
  top: 0;
}
.myui_tit1 span {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  top: 3px;
  position: relative;
}
.myui_tit1_small {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  align-items: end;
}
.myui_tit1_small .imp {
  font-size: 24px;
  font-weight: bold;
  color: #4078BE;
  line-height: 31px;
  margin-right: 20px;
}
.myui_tit1_small .imp em {
  font-weight: inherit;
}
.myui_tit1_small span {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}
.myui_tit2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  align-items: end;
  position: relative;
  align-items: center;
}
.myui_tit2:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 20px;
  width: 6px;
  background: #B40000;
  margin-right: 19px;
}
.myui_tit2:after {
  content: "";
  height: 1px;
  background: #E0E0E0;
  flex: 1 1 auto;
}
.myui_tit2 p {
  font-size: 20px;
  color: #4873B0;
  line-height: 1em;
  margin-right: 32px;
  display: block;
  position: relative;
  display: flex;
  font-weight: bold;
}
.myui_tit2 p i {
  color: #333;
}
.myui_tit2 span {
  font-size: 20px;
  color: #666;
  line-height: 1em;
  margin: 0 16px;
  display: block;
  position: relative;
}
.myui_tit2 span:nth-child(1) {
  margin-left: 0;
}
.myui_tit2 span:nth-child(1)::before {
  display: none;
}
.myui_tit2 span::before {
  content: "";
  display: block;
  left: -16px;
  top: 1px;
  position: absolute;
  height: 19px;
  width: 1px;
  background: #B8BBBF;
}
.myui_tit2 span.cur {
  font-weight: bold;
  color: #275297;
}
.myui_tit2 .more {
  width: 49px;
  height: 20px;
  font-size: 16px;
  color: #4078BE;
  line-height: 20px;
  position: absolute;
  right: 0;
}
.myui_alink {
  display: inline-block;
  padding: 0 16px;
  height: 28px;
  line-height: 26px!important;
  border: 1px solid #D1E4FD;
  border-radius: 0px;
  text-align: center;
  color: #4873B0;
  font-size: 14px;
  margin-right: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
.myui_alink:hover {
  background: #4873B0;
  color: #fff !important;
  border-color: #4873B0;
}
.myui_alink em {
  color: #B40000;
}
.myui_tit3 {
  display: flex;
  flex-direction: row;
  align-items: end;
  position: relative;
  align-items: center;
}
.myui_tit3 > div:nth-child(1) {
  white-space: nowrap;
}
.myui_tit3 > div:nth-child(2) {
  height: 28px;
  overflow: hidden;
  font-size: 0;
}
.myui_tit3::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 22px;
  width: 6px;
  background: #B40000;
  margin-right: 19px;
}
.myui_tit3 .icon {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px ;
  font-size: 24px;
  color: #FF6403;
}
.myui_tit3 .name {
  font-size: 20px;
  color: #275297;
  line-height: 1em;
  margin: 0 16px 0 0;
  display: block;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}
.myui_tit3 .imgtit {
  height: 16px;
  margin-right: 10px;
}
.myui_tit3 .alink {
  display: inline-block;
  padding: 0 16px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #D1E4FD;
  border-radius: 0px;
  text-align: center;
  color: #4873B0;
  font-size: 14px;
  margin-right: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
.myui_tit3 .alink:hover {
  background: #4873B0;
  color: #fff;
  border-color: #4873B0;
}
.myui_tit3 .alink em {
  color: #B40000;
}
.myui_tit4 {
  display: flex;
  flex-direction: row;
  align-items: end;
  position: relative;
  align-items: center;
  margin-bottom: 16px;
}
.myui_tit4 .iconfont_xha {
  font-size: 24px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.myui_tit4 .tab {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: white;
  background: #275297;
  padding: 0 16px;
  border-radius: 0px;
  margin-right: 8px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  font-weight: normal;
  overflow: hidden;
}
.myui_tit4 .tab.light {
  background: #D1E4FD;
  color: #275297;
}
.myui_tit4 .tab::before {
  content: "";
  display: block;
  width: 18px;
  height: 8px;
  background: white;
  top: -3px;
  right: -7px;
  transform: rotate(45deg);
  position: absolute;
}
.myui_tit4 .tab::after {
  content: "";
  display: block;
  width: 18px;
  height: 8px;
  background: white;
  bottom: -3px;
  left: -7px;
  transform: rotate(45deg);
  position: absolute;
}
.myui_tit4 .imgtit {
  height: 16px;
  margin-right: 10px;
}
.myui_tit4 .alink {
  font-weight: bold;
  color: #275297;
  line-height: 28px;
  font-size: 18px;
  margin-right: 16px;
  height: 28px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.myui_tit4 .alink:hover {
  text-decoration: underline;
}
.myui_colortab {
  font-size: 14px;
  color: white;
  line-height: 24px;
  padding: 0 12px;
  height: 24px;
  background: #FF6403;
  border-radius: 14px;
  margin-right: 12px;
  min-width: 80px;
  box-sizing: border-box;
  display: block;
}
.myui_linktab {
  font-size: 14px;
  color: #4078BE;
  line-height: 26px;
  padding: 0 12px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #A9C2E2;
  top: -1px;
  position: relative;
}
.myui_linktab:hover {
  background: #4078BE;
  color: #fff;
  border-color: #4078BE;
}
.myui_table {
  width: 100%;
  margin-bottom: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.myui_table .tr {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  flex-direction: row;
}
.myui_table .tr.all {
  max-width: 100%;
  min-width: 100%;
}
.myui_table .td {
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  border-right: none;
  padding: 7px 12px;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.myui_table .td.gray {
  background-color: #f6f6f6;
}
.myui_table .td > div {
  flex: 1 1 auto;
  display: block;
}
.myui_table .td .myui_alink {
  max-width: 75px;
  min-width: 75px;
  margin-left: 18px;
  margin-right: 0;
}
.myui_table .td.td_title {
  background-color: #f6f6f6;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  text-align: center;
  max-width: 120px;
  min-width: 120px;
  box-sizing: border-box;
  white-space: nowrap;
}
.myui_table .td.td_cont {
  color: #275297;
  line-height: 19px;
  font-size: 14px;
  display: flex;
  justify-content: left;
  flex: 1 1 auto;
}
.myui_table .td a {
  color: #4078BE;
  line-height: 22px;
}
.myui_table .td a.shenglue1 {
  height: 22px;
  color: #275297;
  width: 500px;
}
.myui_table .td p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  flex: 1 1 auto;
  width: 500px;
}
.myui_table .td p.myui_text14 {
  max-height: 88px;
  margin-bottom: 0;
  color: #666;
}
.myui_imglink {
  position: relative;
}
.myui_imglink em {
  color: white;
}
.myui_imglink img {
  width: 100%;
}
.myui_imglink a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 32px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  text-align: center;
  bottom: 0;
  top: 0;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
}
.myui_imglink a em {
  font-weight: bold;
}
.myui_imgboxall {
  display: block;
  font-size: 0;
  margin-bottom: 24px;
}
.myui_imgboxall img {
  width: 100%;
}
.myui_text7 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  max-height: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  white-space: normal;
}
.myui_box1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  white-space: normal;
}
.myui_box1:last-child {
  margin-bottom: 0;
}
.myui_box1 .imgbox {
  min-width: 150px;
  max-width: 150px;
  margin-right: 24px;
}
.myui_box1 .imgbox img {
  width: 100%;
  height: 200px;
}
.myui_box1 .cbox {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -3px;
  flex: 1 1 auto;
}
.myui_box1 .cbox .part {
  margin-bottom: 8px;
}
.myui_box1 .cbox .part h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4873B0;
  line-height: 21px;
}
.myui_box1 .cbox .part h2:before {
  background: #4873B0;
  border: 3px solid #D1E4FD;
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  border-radius: 100%;
  box-sizing: border-box;
}
.myui_box1 .cbox .part p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 0px;
  max-height: 48px;
  width: 584px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
.myui_box1 .cbox .link {
  font-size: 16px;
  position: absolute;
  color: #4078BE;
  line-height: 24px;
  top: 6px;
  right: 0;
}
.myui_box1 .cbox .link:hover {
  color: #B40000;
}
.myui_box2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.myui_box2:last-child {
  margin-bottom: 0;
}
.myui_box2 .imgbox {
  min-width: 320px;
  max-width: 320px;
  margin-right: 24px;
}
.myui_box2 .imgbox img {
  height: 80px;
}
.myui_box2 .cbox {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.myui_box2 .cbox p {
  white-space: nowrap;
  margin-bottom: 8px;
  display: flex;
}
.myui_box2 .cbox p:last-child {
  margin-bottom: 0;
}
.myui_box2 .cbox p span {
  font-size: 16px;
  font-weight: bold;
  color: #4873B0;
  line-height: 21px;
  min-width: 72px;
}
.myui_box2 .cbox p b {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 21px;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.myui_box3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.myui_box3 .imgbox {
  min-width: 320px;
  max-width: 320px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.myui_box3 .imgbox:nth-last-child(1),
.myui_box3 .imgbox:nth-last-child(2) {
  margin-bottom: 0;
}
.myui_box3 .imgbox img {
  height: 80px;
}
.myui_box4 {
  display: flex;
  flex-direction: row;
  background: white;
  position: relative;
}
.myui_box4 .adbox {
  min-width: 320px;
  max-width: 320px;
  margin-right: 24px;
}
.myui_box4 .adbox img {
  height: 190px;
}
.myui_box4 .cbox {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: self-start;
}
.myui_box4 .adbox {
  margin-bottom: 0;
}
.myui_box5 {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  position: relative;
  align-items: top;
}
.myui_box5 .imgbox {
  min-width: 360px;
  max-width: 360px;
  margin-right: 20px;
}
.myui_box5 .imgbox img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  overflow: hidden;
  box-shadow: 0 1px 10px #DFDFDF;
}
.myui_box5 .cbox {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: top;
}
.myui_box6 {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 32px;
}
.myui_box6 .adbox {
  min-width: 320px;
  max-width: 320px;
  margin-right: 24px;
}
.myui_box6 .adbox img {
  width: 100%;
  height: 190px;
}
.myui_box6 .cbox {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: top;
}
.myui_imgbox {
  position: relative;
  display: block;
}
.myui_imgbox img {
  width: 100%;
}
.myui_imgbox.video::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.myui_imgbox.video::after {
  content: "\e70b";
  font-size: 32px;
  font-family: iconfont_xha;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  color: white;
  font-weight: 100;
}
.myui_title_blue {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  background-color: #4873B0;
  padding: 0 12px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.myui_box7 {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  position: relative;
}
.myui_box7 .imgbox {
  margin-top: 4px;
  min-width: 160px;
  max-width: 160px;
  margin-right: 16px;
  height: 90px;
  overflow: hidden;
}
.myui_box7 .imgbox img {
  height: 90px;
}
.myui_box7 .cbox {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  flex-direction: row;
  align-items: start;
  display: flex;
}
.myui_box7 .cbox .myui_text14 {
  margin-bottom: 0;
}
.myui_box8 {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.myui_box8 .part {
  width: 249px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-right: 3px;
}
.myui_box8 .part img {
  height: 140px;
}
.myui_box9 {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.myui_box9 > * {
  margin-bottom: 0;
}
.myui_box9 .btnbox {
  min-width: 200px;
  max-width: 200px;
  display: flex;
  justify-content: end;
}
.myui_box9 .btnbox .myui_alink {
  margin-right: 12px;
}
.myui_box9 .btnbox .myui_alink:last-child {
  margin: 0;
}
.myui_box10 {
  padding: 12px;
  background: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  margin-bottom: 7px;
}
.myui_box10 .myui_text14 {
  margin-bottom: 0;
  color: #666;
}
.myui_tab1 {
  background: #66BF77;
  color: white;
  position: relative;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 3px;
}
.myui_tab1::before {
  content: "";
  display: block;
  width: 18px;
  height: 8px;
  background: #F6F6F6;
  top: -3px;
  right: -7px;
  transform: rotate(45deg);
  position: absolute;
}
.myui_tab1 .icon {
  font-size: 14px;
  margin-right: 7px;
}
.myui_showbox {
  width: 100%;
}
.myui_showbox img {
  width: 100%;
}
.myui_list1 {
  display: block;
}
.myui_list1 .part {
  display: flex;
  flex: 1 1 auto;
}
.myui_list1.myui_tabpart {
  display: none;
}
.myui_list1.myui_tabpart.cur {
  display: block;
}
.myui_list1.hide_point li::before {
  display: none;
}
.myui_list1 li {
  display: flex;
  flex-direction: row;
  line-height: 44px;
  white-space: nowrap;
  align-items: center;
  justify-content: first baseline;
  border-bottom: 1px dashed #DFDFDF;
}
.myui_list1 li:last-child {
  border: none;
}
.myui_list1 li::before {
  content: "";
  display: block;
  min-width: 4px;
  height: 4px;
  background: #A8C5EA;
  border-radius: 1px;
  opacity: 0.8;
  margin-right: 11px;
}
.myui_list1 li .icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
  color: #4974B1;
}
.myui_list1 li:hover:before {
  background-color: #3570D1;
}
.myui_list1 li .autolink {
  font-size: 16px;
  color: #4974B1;
  line-height: 44px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myui_list1 li .autolink:hover {
  color: #B40000;
}
.myui_list1 li time {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  min-width: 200px;
  text-align: right;
}
.myui_list1 li .link {
  min-width: 88px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #D1E4FD;
  border-radius: 0px;
  box-sizing: border-box;
  text-align: center;
  color: #4873B0;
  font-size: 14px;
  margin-right: 12px;
  cursor: pointer;
}
.myui_list1 li .link:hover {
  background: #4873B0;
  color: #fff;
  border-color: #4873B0;
}
.myui_list1 li .link:last-child {
  margin: 0;
}
.myui_list4 {
  display: block;
}
.myui_list4.hide_point li::before {
  display: none;
}
.myui_list4 li {
  display: flex;
  flex-direction: row;
  line-height: 44px;
  white-space: nowrap;
  align-items: center;
  justify-content: first baseline;
  border-bottom: 1px dashed #DFDFDF;
}
.myui_list4 li:last-child {
  border: none;
}
.myui_list4 li .part1 {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.myui_list4 li .part2 {
  min-width: 200px;
}
.myui_list4 li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #A8C5EA;
  border-radius: 1px;
  opacity: 0.8;
  margin-right: 11px;
}
.myui_list4 li .icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
  color: #4974B1;
}
.myui_list4 li:hover:before {
  background-color: #3570D1;
}
.myui_list4 li .autolink {
  font-size: 16px;
  color: #4974B1;
  line-height: 44px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myui_list4 li .autolink:hover {
  color: #B40000;
}
.myui_list4 li time {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  min-width: 200px;
  text-align: right;
}
.myui_list4 li .myui_alink {
  cursor: pointer;
}
.myui_list4 li .myui_alink:last-child {
  margin: 0;
}
.myui_list2 {
  display: block;
  padding-right: 17px;
  overflow: hidden;
}
.myui_list2 li {
  display: flex;
  flex-direction: row;
  line-height: 36px;
  white-space: nowrap;
  align-items: center;
  justify-content: first baseline;
  margin-bottom: 2px;
  overflow: hidden;
}
.myui_list2 li::before {
  content: "";
  display: block;
  min-width: 4px;
  height: 4px;
  background: #A8C5EA;
  border-radius: 1px;
  opacity: 0.8;
  margin-right: 11px;
}
.myui_list2 li:hover::before {
  background-color: #3570D1;
}
.myui_list2 li .autolink {
  font-size: 16px;
  color: #4873B0;
  line-height: 36px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myui_list2 li .autolink:hover {
  color: #B40000;
}
.myui_list2 li time {
  font-size: 16px;
  color: #999999;
  line-height: 36px;
  min-width: 200px;
  text-align: right;
}
.myui_list2 li .link {
  min-width: 88px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #A9C2E2;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  color: #4078BE;
  font-size: 14px;
  margin-right: 12px;
  cursor: pointer;
}
.myui_list2 li .link:hover {
  background: #4078BE;
  color: #fff;
  border-color: #4078BE;
}
.myui_list2 li .link:last-child {
  margin: 0;
}
.myui_list3 {
  display: block;
  overflow: hidden;
}
.myui_list3 li {
  display: flex;
  flex-direction: row;
  line-height: 32px;
  white-space: nowrap;
  align-items: top;
  justify-content: first baseline;
  margin-bottom: 14px;
  overflow: hidden;
}
.myui_list3 li .iconfont_xha {
  font-size: 24px;
  line-height: 24px;
  color: #FF6403;
  margin-right: 10px;
}
.myui_list3 li .c1box {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.myui_list3 li .c1box .t1 {
  font-size: 16px;
  color: #333;
  line-height: 21px;
  height: 21px;
  flex: 1 1 auto;
  margin-bottom: 9px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.myui_list3 li .c1box .t1:hover {
  color: #4873B0;
}
.myui_list3 li .c1box .t2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.myui_list3 li time {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  min-width: 200px;
  text-align: right;
}
.myui_list3 li .link {
  min-width: 88px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #A9C2E2;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  color: #4078BE;
  font-size: 14px;
  margin-right: 12px;
  cursor: pointer;
}
.myui_list3 li .link:hover {
  background: #4078BE;
  color: #fff;
  border-color: #4078BE;
}
.myui_list3 li .link:last-child {
  margin: 0;
}
.myui {
  margin-bottom: 16px;
}
.myui a[href="javascript:;"] {
  cursor: default;
}
.myui h2,
.myui h3,
.myui h1 {
  margin: 0;
  padding: 0;
}
.myui .myui_info {
  color: #666666;
  line-height: 1em;
  font-size: 16px;
  display: flex;
}
.myui .myui_info span {
  color: #4873B0;
}
.myui .myui_info2 {
  font-size: 16px;
  color: #4873B0;
  line-height: 24px;
  display: flex;
  margin-bottom: 18px;
}
.myui .myui_info2 span {
  color: #B40000;
}
.myui .myui_info2 span.btn {
  cursor: pointer;
}
.myui .myui_info2 span.imp {
  font-weight: bold;
}
.myui .fromlevel {
  min-height: 34px;
  line-height: 34px;
  margin-top: 6px;
  clear: both;
  display: flex;
}
.myui .fromlevel .fir {
  width: 80px;
  padding-right: 7px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  font-weight: bold;
  float: left;
}
.myui .fromlevel .hopeui-noUserSelect {
  padding-right: 32px;
}
.myui .fromlevel .hopeui-form-radio > i:hover,
.myui .fromlevel .hopeui-form-radioed > i {
  color: #1b6fe2;
}
.myui .fromlevel .zdydate {
  display: none;
  font-size: 0;
  line-height: 0;
}
.myui .fromlevel .zdydate.cur {
  display: inline-block;
}
.myui .fromlevel .zdydate .thi {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  margin: 0 8px;
}
.myui_date {
  position: relative;
}
.myui_date input {
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  width: 230px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
  padding-right: 40px;
  position: relative;
}
.myui_date .iconfont_xha {
  color: #4873B0;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.myui_empty {
  padding: 120px 0 230px;
  text-align: center;
}
.myui_empty img {
  width: 184px;
}
.myui_empty h2 {
  font-size: 16px;
  color: #999;
  line-height: 19px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.myui_empty p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  display: inline-block;
}
.myui_empty p span {
  display: block;
  text-align: left;
  font-weight: bold;
}
.pager {
  position: relative;
  text-align: center;
  padding-bottom: 11px;
}
.pager .hopeui-pager {
  margin: 0;
}
.pager .hopeui-pager .hopeui-pager-disabled {
  background-color: #f5f5f5;
  color: #666666 !important;
}
.pager .hopeui-pager .hopeui-pager-omit,
.pager .hopeui-pager > span {
  margin: 0 5px;
  color: #666;
  line-height: 33px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 35px;
  min-width: 35px;
}
.pager .hopeui-pager .hopeui-pager-cur {
  background-color: #016bbf;
  border-color: #016bbf;
  color: #fff;
}
.searchad_box {
  position: fixed;
  z-index: 150;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  display: none;
}
.searchad_box .hopeui-form-radio * {
  font-size: 16px;
  color: #333;
}
.searchad_box.cur {
  display: block;
}
.searchad_box .errortips {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 24px;
  margin-left: 27px;
  color: #d51413;
  display: none;
}
.searchad_box .errortips.show {
  display: block;
}
.searchad_box .ssjg .level {
  display: flex;
}
.searchad_box .ssjg .level .fir {
  width: 80px;
}
.searchad_box .ssjg .level .colbox {
  display: flex;
  flex-direction: column;
  height: auto;
}
.searchad_box .ssjg .level .colbox .col {
  display: flex;
  width: 572px;
  border: 1px solid #DFDFDF;
  line-height: 36px;
  border-radius: 4px;
  margin-bottom: 12px;
  background: white;
  height: auto;
}
.searchad_box .ssjg .level .colbox .col .name {
  width: 160px;
  font-size: 16px;
  background: #EBEBEB;
  color: #333;
  text-align: center;
  border-right: 1px solid #D8D8D8;
  margin-right: 0;
  line-height: 36px;
}
.searchad_box .ssjg .level .colbox .col .cw {
  width: 412px;
  font-size: 0;
}
.searchad_box .title {
  position: relative;
  z-index: 2;
}
.searchad_box .title a {
  display: inline-block;
  padding: 0px 22px;
  font-size: 24px;
  line-height: 60px;
  font-weight: bold;
  z-index: 2;
  color: #333;
  position: relative;
}
.searchad_box .title a.on::before {
  content: "";
  height: 20px;
  width: 6px;
  background-color: #B40000;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.searchad_box .title i {
  position: absolute;
  right: 0;
  top: 19px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}
.searchad_box .condition_top {
  margin-top: -1px;
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  padding: 24px 0 14px 0;
  margin-bottom: 18px;
}
.searchad_box .condition_top .level {
  min-height: 34px;
  line-height: 34px;
  margin-top: 6px;
  clear: both;
}
.searchad_box .condition_top .level span,
.searchad_box .condition_top .level div,
.searchad_box .condition_top .level input {
  margin-right: 5px;
}
.searchad_box .condition_top .level .fir {
  width: 80px;
  padding-right: 7px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  font-weight: bold;
}
.searchad_box .condition_top .level .sec {
  width: 175px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
}
.searchad_box .condition_top .level input {
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  width: 217px;
  box-sizing: border-box;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
}
.searchad_box .condition_bottom {
  padding-bottom: 30px;
  position: relative;
}
.searchad_box .condition_bottom .level {
  min-height: 34px;
  line-height: 34px;
  margin-top: 6px;
  position: relative;
  clear: both;
}
.searchad_box .condition_bottom .level .timetips {
  position: absolute;
  right: 24%;
  bottom: 0;
  font-size: 14px;
  line-height: 34px;
  color: #d51413;
  display: none;
}
.searchad_box .condition_bottom .level .timetips.show {
  display: inline-block;
}
.searchad_box .condition_bottom .level .fir {
  width: 80px;
  padding-right: 7px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  font-weight: bold;
  float: left;
}
.searchad_box .condition_bottom .level .hopeui-noUserSelect {
  padding-right: 40px;
}
.searchad_box .condition_bottom .level .hopeui-form-radio > i:hover,
.searchad_box .condition_bottom .level .hopeui-form-radioed > i {
  color: #4873B0;
}
.searchad_box .condition_bottom .level .zdydate {
  display: none;
  font-size: 0;
  line-height: 0;
}
.searchad_box .condition_bottom .level .zdydate.cur {
  display: inline-block;
}
.searchad_box .condition_bottom .level .zdydate .thi {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  margin: 0 8px;
}
.searchad_box .condition_bottom .gjjs_submit {
  margin-left: 90px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  padding: 0 16px;
  background-color: #4873B0;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}
.searchad_box .condition_bottom .btn_prompt {
  display: none;
  font-size: 16px;
  line-height: 38px;
  color: #ff0000;
  position: absolute;
  bottom: 30px;
  left: 410px;
}
.searchad_box .bootstrap-tagsinput {
  width: 100%;
  padding-bottom: 0;
  padding-top: 4px;
  box-sizing: border-box;
}
.searchad_box .bootstrap-tagsinput input {
  width: 120px !important;
  height: 24px!important;
  line-height: 24px!important;
  margin-bottom: 0;
  font-size: var(--font-size-normal);
  border: none;
  width: 100px;
  vertical-align: top;
  margin-bottom: 5px;
}
.bootstrap-tagsinput span.tag {
  position: relative;
  padding: 0 32px 0 8px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  background-color: #F3F3F3;
  border: none;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  line-height: 24px;
  vertical-align: top;
  word-break: break-all;
}
.bootstrap-tagsinput span[data-role="remove"] {
  position: absolute;
  right: 4px;
  top: 1px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  color: #CACACA;
  font-family: iconfont_xha;
}
.bootstrap-tagsinput span[data-role="remove"]:after {
  content: "\e6c2" !important;
}
.bootstrap-tagsinput span[data-role="remove"]:hover {
  color: #4873B0;
}