@media (max-width: 750px) {
  .xs_hide {
    display: none !important;
  }
  .xs_show {
    display: block !important;
  }
  .scroll {
    overflow: scroll;
  }
  .scroll::-webkit-scrollbar {
    display: none;
  }
  .blue {
    color: #4078BE !important;
  }
  .green {
    color: #09BB07;
  }
  .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;
    white-space: normal;
    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;
  }
  .openshenglue {
    overflow: auto;
    white-space: initial;
  }
  .container {
    width: 700px;
    margin: 0 auto;
  }
  .ssh_content {
    width: 100%;
  }
  .ssh_content .ssh_mbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    position: relative;
    z-index: 0;
  }
  .ssh_content .ssh_mbox .ssh_rightbox {
    width: 370px;
    padding: 0 20px;
    display: none;
  }
  .ssh_leftbox {
    box-sizing: border-box;
    padding: 32px 24px;
  }
  .shadow,
  .tipShadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    z-index: 31;
  }
  .shadow.cur,
  .tipShadow.cur {
    display: block;
  }
  .myui_slider.havebtn .btn_next,
  .myui_slider.havebtn .btn_prev {
    height: 80px !important;
    line-height: 80px !important;
    margin-top: -40px;
    width: 48px;
    font-size: 32px;
  }
  .myui_slider .slider_pager {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.5);
  }
  .myui_slider .slider_pager.style2 {
    position: relative;
    background: none;
    margin-top: -16px;
    height: 16px;
    line-height: 16px;
  }
  .myui_slider .slider_pager.style2 li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
  }
  .myui_slider .slider_pager li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    margin: 0 12px;
  }
  .myui_floatbox {
    z-index: 1000;
    width: 90%;
    height: 600px;
    left: 5%;
    margin-left: 0;
    margin-top: -250px;
  }
  .myui_floatbox .close_btn {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 32px;
    cursor: pointer;
  }
  .myui_floatbox .title {
    font-size: 32px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    margin-bottom: 24px;
  }
  .myui_floatbox .cont {
    margin: 0 24px 0 24px;
    height: 480px;
  }
  .myui_lr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .myui_hide_xs {
    display: none!important;
  }
  .myui_show_xs {
    display: block!important;
  }
  .myui_img_waterfall {
    top: 10px;
    position: relative;
    margin-bottom: 40px;
  }
  .myui_img_waterfall:after {
    content: "";
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    height: 170px;
    width: 32px;
    top: -5px;
    right: -1px;
    position: absolute;
  }
  .myui_img_waterfall .cont {
    overflow: scroll;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: -10px;
  }
  .myui_img_waterfall .cont::-webkit-scrollbar {
    display: none;
  }
  .myui_img_waterfall .cont .img_item {
    height: 160px;
    position: relative;
    margin-right: 10px;
    margin-top: 0px;
    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;
  }
  .myui_topbox {
    padding: 0 0px 40px;
  }
  .myui_mapbox {
    background: url(ssh_dt_bg_xs.png) no-repeat;
    background-size: 100% auto;
    padding: 52px 32px;
  }
  .myui_text14 {
    font-size: 28px;
    line-height: 44px;
    max-height: 176px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    white-space: normal;
  }
  .myui_text14_1line {
    font-size: 28px;
    line-height: 44px;
    max-height: 132px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    white-space: normal;
  }
  .myui_item {
    margin-bottom: 40px;
  }
  .myui_item .myui_text14 {
    margin-bottom: 16px;
  }
  .myui_tool {
    display: flex;
    align-items: top;
  }
  .myui_tool a {
    font-size: 28px;
    color: #4078BE;
    line-height: 44px;
  }
  .myui_tool a::after {
    content: "-";
    display: inline-block;
    margin: 0 10px;
    color: #999;
  }
  .myui_tool .time {
    font-size: 28px;
    color: #999999;
    line-height: 44px;
  }
  .myui_tit1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
  }
  .myui_tit1 .imp {
    font-size: 40px;
    font-weight: bold;
    color: #4078BE;
    line-height: 52px;
    margin-right: 24px;
  }
  .myui_tit1 span {
    line-height: 38px;
    font-size: 28px;
    color: #333333;
    top: 6px;
  }
  .myui_tit1_small {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    align-items: end;
  }
  .myui_tit1_small .imp {
    font-size: 32px;
    font-weight: bold;
    color: #4078BE;
    line-height: 40px;
    margin-right: 24px;
  }
  .myui_tit1_small span {
    line-height: 38px;
    font-size: 28px;
    color: #333333;
  }
  .myui_tit2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    align-items: end;
    position: relative;
    align-items: center;
  }
  .myui_tit2:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 44px;
    width: 10px;
    margin-right: 24px;
  }
  .myui_tit2:after {
    content: "";
    height: 1px;
    background: #E0E0E0;
    flex: 1 1 auto;
  }
  .myui_tit2 p {
    font-size: 32px;
    line-height: 48px;
    margin-right: 20px;
    display: block;
    position: relative;
    display: flex;
    font-weight: bold;
  }
  .myui_tit2 p i {
    color: #333;
    margin-left: 16px;
  }
  .myui_tit2 span {
    font-size: 32px;
    line-height: 48px;
    margin: 0 24px;
    display: block;
    position: relative;
  }
  .myui_tit2 span:nth-child(1)::before {
    display: none;
  }
  .myui_tit2 span::before {
    content: "";
    display: block;
    left: -24px;
    top: 5px;
    position: absolute;
    height: 38px;
    width: 2px;
    background: #B8BBBF;
  }
  .myui_tit2 span.cur {
    font-weight: bold;
  }
  .myui_tit2 .more {
    width: 90px;
    height: 48px;
    font-size: 28px;
    color: #4078BE;
    line-height: 48px;
    position: absolute;
    right: 0;
  }
  .myui_alink {
    display: inline-block;
    padding: 0 22px;
    height: 44px;
    line-height: 42px!important;
    border: 1px solid #D1E4FD;
    border-radius: 0px;
    text-align: center;
    color: #4873B0;
    font-size: 24px;
    margin-right: 16px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .myui_tit3 {
    display: flex;
    flex-direction: row;
    align-items: end;
    position: relative;
    align-items: start;
    flex-wrap: wrap;
  }
  .myui_tit3:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 44px;
    width: 10px;
    margin-right: 24px;
  }
  .myui_tit3:after {
    display: none;
  }
  .myui_tit3 > div:nth-child(1) {
    margin-bottom: 34px;
  }
  .myui_tit3 > div:nth-child(2) {
    height: 44px;
  }
  .myui_tit3 .icon {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 16px;
    font-size: 32px;
  }
  .myui_tit3 .imgtit {
    height: 32px;
    margin-right: 16px;
  }
  .myui_tit3 .name {
    font-size: 32px;
    line-height: 48px;
    margin-right: 0px;
    display: block;
    position: relative;
    min-width: 650px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
  }
  .myui_tit3 .name:after {
    content: "";
    height: 1px;
    background: #E0E0E0;
    flex: 1 1 auto;
    margin-left: 20px;
  }
  .myui_tit3 .alink {
    color: #4078BE;
    font-size: 24px;
    line-height: 44px;
    height: 44px;
    margin-right: 16px;
    padding: 0 18px;
  }
  .myui_tit4 {
    display: block;
    flex-direction: row;
    align-items: end;
    position: relative;
    align-items: center;
    margin-bottom: 32px;
  }
  .myui_tit4 .flexauto {
    display: inline;
  }
  .myui_tit4 .iconfont_xha {
    font-size: 40px;
    margin-top: 0px;
    margin-right: 16px;
    position: relative;
    top: 4px;
  }
  .myui_tit4 .tab {
    font-size: 28px;
    line-height: 48px;
    padding: 0 20px;
    height: 48px;
    margin-right: 16px;
    position: relative;
    top: 0px;
  }
  .myui_tit4 .tab::before {
    width: 36px;
    height: 16px;
    top: -6px;
    right: -14px;
  }
  .myui_tit4 .tab::after {
    width: 36px;
    height: 16px;
    bottom: -6px;
    left: -14px;
  }
  .myui_tit4 .imgtit {
    height: 16px;
    margin-right: 10px;
  }
  .myui_tit4 .alink {
    font-size: 32px;
    line-height: 48px;
    margin-right: 0;
    max-height: 96px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
  }
  .myui_colortab {
    line-height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    margin-right: 12px;
    min-width: 80px;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: 48px;
    border-radius: 24px;
  }
  .myui_linktab {
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: 48px;
    line-height: 44px;
    border-radius: 24px;
    border-width: 2px;
    top: -1px;
    padding: 0 20px;
    position: relative;
    background: #EEF4FB;
    color: #333;
  }
  .myui_table {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .myui_table .tr {
    max-width: 100%;
    min-width: 100%;
    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: 14px 24px;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
  .myui_table .td.gray {
    background-color: #f6f6f6;
  }
  .myui_table .td > div {
    flex: 1 1 auto;
    display: block;
    min-width: 100%;
    margin-bottom: 12px;
  }
  .myui_table .td .myui_alink {
    max-width: 120px;
    min-width: 120px;
    margin-left: 18px;
    margin-right: 0;
    margin: 0 auto;
  }
  .myui_table .td.td_title {
    background-color: #f6f6f6;
    font-size: 28px;
    color: #333;
    line-height: 44px;
    text-align: center;
    max-width: 190px;
    min-width: 190px;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .myui_table .td.td_cont {
    color: #275297;
    line-height: 38px;
    font-size: 28px;
    display: flex;
    justify-content: left;
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
  .myui_table .td a {
    font-size: 28px;
    color: #4078BE;
    line-height: 44px;
  }
  .myui_table .td a.shenglue1 {
    max-height: 132px;
    height: auto;
    color: #275297;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    white-space: normal;
  }
  .myui_table .td p {
    font-size: 28px;
    color: #999999;
    line-height: 44px;
    flex: 1 1 auto;
    width: 100%;
  }
  .myui_table .td p.myui_text14 {
    max-height: 176px;
  }
  .myui_imglink {
    position: relative;
  }
  .myui_imglink em {
    color: white;
  }
  .myui_imglink img {
    width: 100%;
  }
  .myui_imglink a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-size: 40px;
    align-items: center;
    bottom: 0;
    top: 0;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 52px;
  }
  .myui_imgboxall {
    display: block;
    font-size: 0;
    margin-bottom: 40px;
  }
  .myui_imgboxall img {
    width: 100%;
  }
  .myui_text7 {
    font-size: 32px;
    line-height: 52px;
    max-height: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    white-space: normal;
  }
  .myui_box1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .myui_box1 .imgbox {
    min-width: 260px;
    max-width: 260px;
    margin-right: 32px;
  }
  .myui_box1 .imgbox img {
    width: 100%;
    height: 350px;
  }
  .myui_box1 .cbox {
    display: flex;
    flex-direction: column;
  }
  .myui_box1 .cbox .part {
    margin-bottom: 20px;
  }
  .myui_box1 .cbox .part h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 44px;
  }
  .myui_box1 .cbox .part h2::before {
    width: 24px;
    height: 24px;
    border-width: 6px;
    margin-right: 24px;
    box-sizing: border-box;
  }
  .myui_box1 .cbox .part p {
    max-height: 48px;
    font-size: 28px;
    color: #666666;
    line-height: 48px;
    max-height: 96px;
    width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
  }
  .myui_box1 .cbox .link {
    font-size: 28px;
    line-height: 48px;
    top: 6px;
  }
  .myui_box1 .cbox .link:hover {
    text-decoration: underline;
  }
  .myui_box2 {
    display: flex;
    flex-direction: column;
  }
  .myui_box2 .imgbox {
    min-width: 100%;
    max-width: 100%;
    margin-right: 24px;
    margin-bottom: 32px;
  }
  .myui_box2 .imgbox img {
    height: 170px;
  }
  .myui_box2 .cbox {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .myui_box2 .cbox p {
    white-space: nowrap;
    margin-bottom: 16px;
    display: flex;
  }
  .myui_box2 .cbox p span {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    min-width: 125px;
  }
  .myui_box2 .cbox p b {
    font-size: 24px;
    line-height: 40px;
    height: auto;
    flex: 1 1 auto;
    color: #333;
    overflow: auto;
    white-space: initial;
  }
  .myui_box3 {
    display: flex;
    flex-direction: column;
  }
  .myui_box3 .imgbox {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .myui_box3 .imgbox:nth-last-child(2) {
    margin-bottom: 24px;
  }
  .myui_box3 .imgbox:last-child {
    margin-bottom: 0;
  }
  .myui_box3 .imgbox img {
    height: 170px;
  }
  .myui_box4 {
    display: flex;
    flex-direction: column;
    background: none;
    position: relative;
  }
  .myui_box4 .adbox {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .myui_box4 .adbox img {
    height: 395px;
  }
  .myui_box4 .cbox {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: self-start;
  }
  .myui_box5 {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    align-items: top;
  }
  .myui_box5 .imgbox {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .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: column;
    position: relative;
  }
  .myui_box6 .adbox {
    min-width: 100%;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 32px;
  }
  .myui_box6 .adbox img {
    height: auto;
  }
  .myui_box6 .cbox {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .myui_imgbox {
    position: relative;
    display: block;
    border-radius: 10px;
  }
  .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 {
    font-size: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    color: white;
    font-weight: 100;
  }
  .myui_title_blue {
    font-size: 24px;
    line-height: 64px;
    height: 64px;
    background-color: #4078BE;
    padding: 0 20px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .myui_box7 {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    background: none;
    position: relative;
  }
  .myui_box7 .myui_tool {
    position: relative;
    left: -325px;
  }
  .myui_box7 .myui_text14 {
    min-height: 176px;
  }
  .myui_box7 .imgbox {
    min-width: 300px;
    max-width: 300px;
    margin-right: 24px;
    height: 170px;
    overflow: hidden;
  }
  .myui_box7 .imgbox img {
    height: 170px;
  }
  .myui_box7 .cbox {
    flex: 1 1 auto;
    overflow: visible;
    white-space: nowrap;
    flex-direction: column;
    align-items: start;
  }
  .myui_box7 .cbox .myui_text14 {
    line-height: 44px;
    font-size: 28px;
    color: #666666;
    margin-bottom: 9px;
    min-height: 176px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    white-space: normal;
  }
  .myui_box8 {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
  }
  .myui_box8 .part {
    width: 340px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .myui_box8 .part img {
    height: 170px;
  }
  .myui_box9 {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: start;
  }
  .myui_box9 > * {
    margin-bottom: 18px;
  }
  .myui_box9 > *:last-child {
    margin-bottom: 0;
  }
  .myui_box9 .btnbox {
    min-width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: start;
  }
  .myui_box9 .btnbox .myui_alink {
    margin-right: 16px;
  }
  .myui_box9 .btnbox .myui_alink:last-child {
    margin: 0;
  }
  .myui_box10 {
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 16px;
  }
  .myui_box10 .myui_text14 {
    margin-bottom: 0;
    color: #666;
  }
  .myui_tab1 {
    background: #66BF77;
    color: white;
    position: relative;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 28px;
    margin-bottom: 3px;
  }
  .myui_tab1::before {
    content: "";
    display: block;
    width: 36px;
    height: 16px;
    background: #F6F6F6;
    top: -6px;
    right: -14px;
    transform: rotate(45deg);
    position: absolute;
  }
  .myui_tab1 .icon {
    font-size: 28px;
    margin-right: 14px;
  }
  .myui_showbox {
    width: 100%;
  }
  .myui_showbox img {
    width: 100%;
  }
  .myui_list1 {
    display: block;
    position: relative;
    margin-top: -32px;
  }
  .myui_list1.myui_tabpart {
    display: none;
  }
  .myui_list1.myui_tabpart.cur {
    display: block;
  }
  .myui_list1 li {
    display: flex;
    flex-direction: row;
    line-height: 60px;
    white-space: warp;
    justify-content: first baseline;
    padding-bottom: 32px;
    padding-top: 32px;
    align-items: start;
  }
  .myui_list1 li .part {
    display: flex;
    width: 100%;
  }
  .myui_list1 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .myui_list1 li::before {
    content: "";
    display: block;
    min-width: 8px;
    height: 8px;
    background: #A8C5EA;
    border-radius: 2px;
    opacity: 0.8;
    margin-right: 16px;
    position: relative;
    top: 18px;
  }
  .myui_list1 li .icon {
    font-size: 32px;
    display: inline-block;
    margin-right: 24px;
    color: #4974B1;
    line-height: 44px;
  }
  .myui_list1 li .autolink {
    font-size: 28px;
    line-height: 44px;
    max-height: 88px;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
  }
  .myui_list1 li time {
    font-size: 28px;
    color: #999999;
    line-height: 60px;
    min-width: 200px;
    text-align: right;
    display: none;
  }
  .myui_list1 li .link {
    min-width: 136px;
    height: 48px;
    line-height: 44px;
    border: 1px solid #A9C2E2;
    border-radius: 24px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-right: 12px;
    background: #EEF4FB;
    cursor: pointer;
  }
  .myui_list1 li .link:hover {
    background: #4078BE;
    color: #fff;
    border-color: #4078BE;
  }
  .myui_list1 li .link:last-child {
    margin: 0;
  }
  .myui_list4 {
    display: block;
    position: relative;
    margin-top: -32px;
  }
  .myui_list4 li {
    display: flex;
    flex-direction: row;
    line-height: auto;
    white-space: nowarp;
    justify-content: first baseline;
    padding-bottom: 32px;
    padding-top: 32px;
    align-items: start;
    flex-wrap: nowrap;
  }
  .myui_list4 li .part1 {
    display: flex;
    flex-direction: column;
  }
  .myui_list4 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .myui_list4 li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #A8C5EA;
    border-radius: 2px;
    opacity: 0.8;
    margin-right: 16px;
    position: relative;
    top: 18px;
  }
  .myui_list4 li .icon {
    font-size: 32px;
    display: inline-block;
    margin-right: 24px;
    color: #4974B1;
    line-height: 44px;
  }
  .myui_list4 li .autolink {
    font-size: 28px;
    line-height: 44px;
    max-height: 88px;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
    margin-bottom: 16px;
  }
  .myui_list4 li time {
    font-size: 28px;
    color: #999999;
    line-height: 60px;
    min-width: 200px;
    text-align: right;
    display: none;
  }
  .myui_list4 li .link {
    min-width: 136px;
    height: 48px;
    line-height: 44px;
    border: 1px solid #A9C2E2;
    border-radius: 24px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-right: 12px;
    background: #EEF4FB;
    cursor: pointer;
  }
  .myui_list4 li .link:hover {
    background: #4078BE;
    color: #fff;
    border-color: #4078BE;
  }
  .myui_list4 li .link:last-child {
    margin: 0;
  }
  .myui_list2 {
    display: block;
    padding-right: 17px;
    overflow: hidden;
  }
  .myui_list2 li {
    display: flex;
    flex-direction: row;
    line-height: 60px;
    white-space: nowrap;
    align-items: center;
    justify-content: first baseline;
    margin-bottom: 2px;
    overflow: hidden;
    align-items: start;
    margin-bottom: 32px;
  }
  .myui_list2 li::before {
    content: "";
    display: block;
    min-width: 8px;
    height: 8px;
    border-radius: 1px;
    opacity: 0.8;
    margin-right: 16px;
    align-items: start;
    position: relative;
    top: 18px;
  }
  .myui_list2 li .autolink {
    font-size: 28px;
    line-height: 44px;
    max-height: 88px;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
  }
  .myui_list2 li time {
    font-size: 28px;
    line-height: 32px;
    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: 32px;
    overflow: hidden;
  }
  .myui_list3 li .iconfont_xha {
    font-size: 32px;
    line-height: 32px;
    color: #FF6403;
    margin-right: 24px;
    position: relative;
    top: 4px;
  }
  .myui_list3 li .c1box {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .myui_list3 li .c1box .t1 {
    font-size: 28px;
    color: #333;
    line-height: 38px;
    height: 38px;
    flex: 1 1 auto;
    margin-bottom: 8px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .myui_list3 li .c1box .t1:hover {
    color: #4078BE;
  }
  .myui_list3 li .c1box .t2 {
    font-size: 28px;
    color: #666666;
    line-height: 48px;
    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 h2,
  .myui h3,
  .myui h1 {
    margin: 0;
    padding: 0;
  }
  .myui .myui_info {
    color: #666666;
    line-height: 1em;
    font-size: 24px;
    padding-left: 20px;
  }
  .myui .myui_info span {
    color: #4078BE;
  }
  .myui .myui_info2 {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    display: flex;
    margin-bottom: 32px;
  }
  .myui .myui_info2 span {
    color: #E60200;
  }
  .myui .myui_info2 span.btn {
    cursor: pointer;
  }
  .myui .myui_info2.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: #4078BE;
    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;
    text-align: center;
  }
  .myui_empty img {
    width: 300px;
  }
  .myui_empty h2 {
    font-size: 28px;
    margin-top: 44px;
    line-height: 44px;
    margin: bottom 60px;
  }
  .myui_empty p {
    font-size: 28px;
    line-height: 44px;
    display: inline-block;
  }
  .myui_empty p span {
    display: block;
    text-align: left;
    font-weight: bold;
  }
}
