.tem_9_11 * {
  box-sizing: border-box;
}

.tem_9_11 .pic_m_t_1 {
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #fff;
  /* border radius */
  border-radius: 10px;
  /* opacity */
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* box-shadow */
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  /*width: 100%;height: 100%;*/
  box-sizing: border-box;
}

.tem_9_11 .w-image-box img {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tem_9_11 .w-image-box .imgCliped {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.tem_27_26 .mw-nav-open {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  float: left;
  font-weight: bold;
}

.tem_27_26 .mw-nav-open .mw-navbtn-icon {
  font-size: 18px;
  color: #333
}

.tem_27_26_nav .mw-nav-close {
  margin: 0;
  padding: 12px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #999999;
}

.tem_27_26_nav .mw-nav-close .mw-nav-close-inner i {
  font-size: 20px;
}

.tem_27_26_nav {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  /*background: #FFF;*/
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tem_27_26_nav .mw-nav-inner-box {
  margin: 0;
  padding-top: 47px;
  box-sizing: border-box;
  height: 100%;
  /* background */
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
  background-size: auto;
}

.tem_27_26_nav .mw-nav-inner {
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}

.tem_27_26_nav .mw-nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}

.tem_27_26_nav .mw-nav-item .mw-nav-item-link {
  margin: 0;
  padding: 14px 0;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tem_27_26_nav .mw-nav-item .mw-nav-item-link.current {
  font-size: 16px;
  color: #ff9900
}

.tem_109_2 .m-language {
  /* reset */
  margin: 0;
  padding: 0;
  cursor: pointer;
  /* size */
  /*width:100%;*/
  height: auto;
  /* background */
  background-color: rgba(246, 246, 246, 0);
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
  /* border */
  border: 1px solid #ffffff;
  border-radius: 0;
}

.tem_109_2 .m-language .m-language-inner {
  margin: 0;
  padding: 0;
  position: relative;
  height: 38px;
  line-height: 38px;
}

.tem_109_2 .m-language .m-language-inner .m-language-pic {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  font-family: 'Noto Sans CJK';
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}

.tem_109_2 .m-language .m-language-inner .m-language-val-link {
  margin: 0;
  padding: 0 12px;
  display: block;
  overflow: hidden;
  font-family: 'Noto Sans CJK';
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tem_109_2 .m-language:hover {
  /* background */
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
  /* border */
  border: 1px solid #ffffff;
}

.tem_109_2 .m-language:hover .m-language-dropdown {
  display: block
}

.tem_109_2 .m-language:hover .m-language-inner .m-language-val-link {
  color: #666;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.tem_109_2 .m-language-dropdown {
  margin: 0;
  padding: 0;
  display: none;
}

.tem_109_2 .m-language-dropdown .m-language-dropdown-item .m-language-link {
  margin: 0;
  padding: 0 12px;
  display: block;
  list-style: none;
  height: 38px;
  line-height: 38px;
  font-family: 'Noto Sans CJK';
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}

.tem_109_2 .m-language-dropdown .m-language-dropdown-item .m-language-link:hover {
  margin: 0;
  padding: 0 12px;
  color: #666;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: #f6f6f6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
}

.tem_10_37 .w-line {
  /*-block-*/
  display: block;
  /*-margin-*/
  margin: 0;
  margin-top: -0;
  padding: 0;
  /*-top-*/
  top: 50%;
  /*-size-*/
  width: 100% !important;
  /*-font-*/
  font-size: 0;
  /*-border-*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(221, 221, 221, 1);
  /*-box-shadow-*/
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.tem_13_44 .m-container {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0;
  background-color: rgb(0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
  background-size: auto;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  height: 100%;
  box-sizing: border-box;
}

.tem_13_44 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.tem_25_44 .mw-nav-open {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  float: left;
  font-weight: bold;
}

.tem_25_44 .mw-nav-open .mw-navbtn-icon {
  font-size: 18px;
  color: #333
}

.tem_25_44_nav .mw-nav-close {
  margin: 0;
  padding: 12px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #999999;
}

.tem_25_44_nav .mw-nav-close .mw-nav-close-inner i {
  font-size: 20px;
}

.tem_25_44_nav {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  /*background: #FFF;*/
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tem_25_44_nav .mw-nav-inner-box {
  margin: 0;
  padding-top: 47px;
  box-sizing: border-box;
  height: 100%;
  /* background */
  background-color: rgb(0, 0, 0);
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
  background-size: auto;
}

.tem_25_44_nav .mw-nav-inner {
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}

.tem_25_44_nav .mw-nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}

.tem_25_44_nav .mw-nav-item .mw-nav-item-link {
  margin: 0;
  padding: 14px 0;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tem_25_44_nav .mw-nav-item .mw-nav-item-link.current {
  font-size: 16px;
  color: #faa51f
}

.tem_24_44 {
  color: inherit;
}

.tem_24_44 ul {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}

.tem_24_44 li {
  list-style-type: disc;
}

.tem_24_44 h1,
.tem_24_44 h2,
.tem_24_44 h3,
.tem_24_44 h4,
.tem_24_44 h5,
.tem_24_44 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_tem_24_44 {
  z-index: 100000 !important;
}

.cke_editor_txtc_tem_24_44_dialog .cke_dialog {
  z-index: 100010 !important;
}

.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.hidden-border {
  border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
  border: #d3d3d3 1px dotted;
}

.tem_23_44 .mw-nav-open {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  float: left;
  font-weight: bold;
}

.tem_23_44 .mw-nav-open .mw-navbtn-icon {
  font-size: 18px;
  color: #333
}

.tem_23_44_nav .mw-nav-close {
  margin: 0;
  padding: 12px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #999999;
}

.tem_23_44_nav .mw-nav-close .mw-nav-close-inner i {
  font-size: 20px;
}

.tem_23_44_nav {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  /*background: #FFF;*/
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tem_23_44_nav .mw-nav-inner-box {
  margin: 0;
  padding-top: 47px;
  box-sizing: border-box;
  height: 100%;
  /* background */
  background-color: rgb(0, 0, 0);
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
  background-size: auto;
}

.tem_23_44_nav .mw-nav-inner {
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}

.tem_23_44_nav .mw-nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}

.tem_23_44_nav .mw-nav-item .mw-nav-item-link {
  margin: 0;
  padding: 14px 0;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tem_23_44_nav .mw-nav-item .mw-nav-item-link.current {
  font-size: 16px;
  color: #fff
}

.tem_22_44 {
  color: inherit;
}

.tem_22_44 ul {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}

.tem_22_44 li {
  list-style-type: disc;
}

.tem_22_44 h1,
.tem_22_44 h2,
.tem_22_44 h3,
.tem_22_44 h4,
.tem_22_44 h5,
.tem_22_44 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_tem_22_44 {
  z-index: 100000 !important;
}

.cke_editor_txtc_tem_22_44_dialog .cke_dialog {
  z-index: 100010 !important;
}

.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.hidden-border {
  border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
  border: #d3d3d3 1px dotted;
}

.tem_21_44 {
  color: inherit;
}

.tem_21_44 ul {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}

.tem_21_44 li {
  list-style-type: disc;
}

.tem_21_44 h1,
.tem_21_44 h2,
.tem_21_44 h3,
.tem_21_44 h4,
.tem_21_44 h5,
.tem_21_44 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_tem_21_44 {
  z-index: 100000 !important;
}

.cke_editor_txtc_tem_21_44_dialog .cke_dialog {
  z-index: 100010 !important;
}

.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.hidden-border {
  border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
  border: #d3d3d3 1px dotted;
}

.tem_19_44 * {
  box-sizing: border-box;
}

.tem_19_44 .pic_m_t_1 {
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #fff;
  /* border radius */
  border-radius: 1px;
  /* opacity */
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* box-shadow */
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  /*width: 100%;height: 100%;*/
  box-sizing: border-box;
}

.tem_19_44 .w-image-box img {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tem_19_44 .w-image-box .imgCliped {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.tem_73_51 .w-company-info {
  line-height: 20px;
  text-align: center;
}

.tem_73_51 .w-company-info .company-info-item a {
  width: 100%;
  color: #666;
  font-size: 12px;
}

.tem_73_51 .w-company-info .company-info-item:first-child {
  padding-left: 0;
}

.tem_73_51 .w-company-info .company-info-item {
  padding-left: 10px;
}

.tem_73_51 .w-company-info .company-info-item .company-info-icon {
  vertical-align: top;
}

.tem_73_51 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
  display: none
}

.tem_73_51 .w-company-info .company-info-item .ltd-icon {
  margin-right: 5px;
  color: #D7D7D7;
  font-size: 12px;
}

.tem_74_51 .w-company-info {
  line-height: 21px;
  text-align: left;
}

.tem_74_51 .w-company-info .company-info-item {
  overflow: hidden;
}

.tem_74_51 .w-company-info .company-info-item a {
  display: block;
  margin-bottom: 3px;
  color: #666;
  font-size: 12px;
}

.tem_74_51 .w-company-info .company-info-item .company-info-titleBox {
  float: left;
  text-align: right;
  width: 70px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tem_74_51 .w-company-info .company-info-item .company-info-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  width: 18px;
  vertical-align: top;
}

.tem_74_51 .w-company-info .company-info-item .ltd-icon {
  color: #666;
  font-size: 18px;
}

.tem_74_51 .w-company-info .company-info-item .company-info-title {
  color: #666;
  *display: inline;
  *zoom: 1;
}

.tem_74_51 .company-info-item .company-text {
  overflow: hidden;
  word-wrap: break-word;
}

.tem_74_51 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
  display: none
}

.tem_74_51 .w-company-info .company-info-item .company-info-title.mw-icon-hide {
  display: none
}

.tem_75_51 {
  color: inherit;
}

.tem_75_51 ul {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}

.tem_75_51 li {
  list-style-type: disc;
}

.tem_75_51 h1,
.tem_75_51 h2,
.tem_75_51 h3,
.tem_75_51 h4,
.tem_75_51 h5,
.tem_75_51 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_tem_75_51 {
  z-index: 100000 !important;
}

.cke_editor_txtc_tem_75_51_dialog .cke_dialog {
  z-index: 100010 !important;
}

.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.hidden-border {
  border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
  border: #d3d3d3 1px dotted;
}

.tem_76_51 {
  color: inherit;
}

.tem_76_51 ul {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}

.tem_76_51 li {
  list-style-type: disc;
}

.tem_76_51 h1,
.tem_76_51 h2,
.tem_76_51 h3,
.tem_76_51 h4,
.tem_76_51 h5,
.tem_76_51 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_tem_76_51 {
  z-index: 100000 !important;
}

.cke_editor_txtc_tem_76_51_dialog .cke_dialog {
  z-index: 100010 !important;
}

.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.hidden-border {
  border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
  border: #d3d3d3 1px dotted;
}

.con_6_38 {
  color: inherit;
}

.con_6_38 ul {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}

.con_6_38 li {
  list-style-type: disc;
}

.con_6_38 h1,
.con_6_38 h2,
.con_6_38 h3,
.con_6_38 h4,
.con_6_38 h5,
.con_6_38 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_6_38 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_6_38_dialog .cke_dialog {
  z-index: 100010 !important;
}

.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.hidden-border {
  border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
  border: #d3d3d3 1px dotted;
}

.con_1_55 * {
  box-sizing: border-box;
}

.con_1_55 .mw-btn {
  /* reset */
  display: block;
  text-decoration: none;
  /* size */
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* font */
  font-size: 17px;
  color: #ff9900;
  /* background */
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(none, none);
  background: -moz-linear-gradient(none, none);
  background: -ms-linear-gradient(none, none);
  background: linear-gradient(none, none);
  background-size: auto;
  /* border */
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_1_55 .mw-btn .mw-iconfont {
  font-size: 17px;
}

.con_1_55 .mw-btn .mw-txt {
  word-wrap: break-word;
}

.con_1_55 .mw-btn .mw-iconfont.mw-icon-hide {
  display: none;
}