.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_7_34 {
  color: inherit;
}

.con_7_34 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_7_34 li {
  list-style-type: disc;
}

.con_7_34 h1,
.con_7_34 h2,
.con_7_34 h3,
.con_7_34 h4,
.con_7_34 h5,
.con_7_34 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_7_34 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_7_34_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_8_40 * {
  box-sizing: border-box;
}

.con_8_40 .mw-btn {
  /* reset */
  display: block;
  text-decoration: none;
  /* size */
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* font */
  font-size: 11px;
  color: #fff;
  /* 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_8_40 .mw-btn .mw-iconfont {
  font-size: 11px;
}

.con_8_40 .mw-btn .mw-txt {
  word-wrap: break-word;
}

.con_8_40 .mw-btn .mw-iconfont.mw-icon-hide {
  display: none;
}

.con_9_31 * {
  box-sizing: border-box;
}

.con_9_31 .mw-btn {
  /* reset */
  display: block;
  text-decoration: none;
  /* size */
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* font */
  font-size: 11px;
  color: #fff;
  /* 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_9_31 .mw-btn .mw-iconfont {
  font-size: 11px;
}

.con_9_31 .mw-btn .mw-txt {
  word-wrap: break-word;
}

.con_9_31 .mw-btn .mw-iconfont.mw-icon-hide {
  display: none;
}

.con_10_46 .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;
}

.con_12_54 {
  color: inherit;
}

.con_12_54 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_12_54 li {
  list-style-type: disc;
}

.con_12_54 h1,
.con_12_54 h2,
.con_12_54 h3,
.con_12_54 h4,
.con_12_54 h5,
.con_12_54 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_12_54 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_12_54_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_13_2 * {
  box-sizing: border-box;
}

.con_13_2 .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: 0;
  /* 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;
}

.con_13_2 .w-image-box img {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.con_13_2 .w-image-box .imgCliped {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.con_37_10 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:333px;*/
  overflow: hidden;
}

.con_37_10 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_37_10 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_37_10 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_37_10 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_37_10 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 154px;
  overflow: hidden;
}

.con_37_10 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 154px;
  object-fit: cover;
  border: none;
}

.con_37_10 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_38_21 {
  color: inherit;
}

.con_38_21 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_38_21 li {
  list-style-type: disc;
}

.con_38_21 h1,
.con_38_21 h2,
.con_38_21 h3,
.con_38_21 h4,
.con_38_21 h5,
.con_38_21 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_38_21 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_38_21_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_39_14 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:516px;*/
  overflow: hidden;
}

.con_39_14 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_39_14 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_39_14 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_39_14 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_39_14 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 154px;
  overflow: hidden;
}

.con_39_14 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 154px;
  object-fit: cover;
  border: none;
}

.con_39_14 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_40_14 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_40_14 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_41_14 {
  color: inherit;
}

.con_41_14 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_41_14 li {
  list-style-type: disc;
}

.con_41_14 h1,
.con_41_14 h2,
.con_41_14 h3,
.con_41_14 h4,
.con_41_14 h5,
.con_41_14 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_41_14 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_41_14_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_42_16 {
  color: inherit;
}

.con_42_16 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_42_16 li {
  list-style-type: disc;
}

.con_42_16 h1,
.con_42_16 h2,
.con_42_16 h3,
.con_42_16 h4,
.con_42_16 h5,
.con_42_16 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_42_16 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_42_16_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_43_46 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:200px;*/
  overflow: hidden;
}

.con_43_46 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_43_46 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_43_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_43_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_43_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 101px;
  overflow: hidden;
}

.con_43_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 101px;
  object-fit: cover;
  border: none;
}

.con_43_46 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_44_46 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_44_46 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_45_46 {
  color: inherit;
}

.con_45_46 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_45_46 li {
  list-style-type: disc;
}

.con_45_46 h1,
.con_45_46 h2,
.con_45_46 h3,
.con_45_46 h4,
.con_45_46 h5,
.con_45_46 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_45_46 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_45_46_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_46_6 {
  color: inherit;
}

.con_46_6 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_46_6 li {
  list-style-type: disc;
}

.con_46_6 h1,
.con_46_6 h2,
.con_46_6 h3,
.con_46_6 h4,
.con_46_6 h5,
.con_46_6 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_46_6 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_46_6_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_47_44 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:200px;*/
  overflow: hidden;
}

.con_47_44 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_47_44 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_47_44 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_47_44 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_47_44 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 123px;
  overflow: hidden;
}

.con_47_44 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 123px;
  object-fit: cover;
  border: none;
}

.con_47_44 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_48_44 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_48_44 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_49_44 {
  color: inherit;
}

.con_49_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;
}

.con_49_44 li {
  list-style-type: disc;
}

.con_49_44 h1,
.con_49_44 h2,
.con_49_44 h3,
.con_49_44 h4,
.con_49_44 h5,
.con_49_44 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_49_44 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_49_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;
}

.con_51_0 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_51_0 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_52_0 {
  color: inherit;
}

.con_52_0 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_52_0 li {
  list-style-type: disc;
}

.con_52_0 h1,
.con_52_0 h2,
.con_52_0 h3,
.con_52_0 h4,
.con_52_0 h5,
.con_52_0 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_52_0 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_52_0_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_53_46 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:200px;*/
  overflow: hidden;
}

.con_53_46 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_53_46 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_53_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_53_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_53_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 155px;
  overflow: hidden;
}

.con_53_46 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 155px;
  object-fit: cover;
  border: none;
}

.con_53_46 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_54_46 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_54_46 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_55_46 {
  color: inherit;
}

.con_55_46 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_55_46 li {
  list-style-type: disc;
}

.con_55_46 h1,
.con_55_46 h2,
.con_55_46 h3,
.con_55_46 h4,
.con_55_46 h5,
.con_55_46 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_55_46 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_55_46_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_56_46 {
  color: inherit;
}

.con_56_46 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_56_46 li {
  list-style-type: disc;
}

.con_56_46 h1,
.con_56_46 h2,
.con_56_46 h3,
.con_56_46 h4,
.con_56_46 h5,
.con_56_46 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_56_46 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_56_46_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_58_37 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_58_37 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_59_37 {
  color: inherit;
}

.con_59_37 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_59_37 li {
  list-style-type: disc;
}

.con_59_37 h1,
.con_59_37 h2,
.con_59_37 h3,
.con_59_37 h4,
.con_59_37 h5,
.con_59_37 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_59_37 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_59_37_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_60_52 {
  color: inherit;
}

.con_60_52 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_60_52 li {
  list-style-type: disc;
}

.con_60_52 h1,
.con_60_52 h2,
.con_60_52 h3,
.con_60_52 h4,
.con_60_52 h5,
.con_60_52 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_60_52 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_60_52_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_61_17 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_61_17 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_62_17 {
  color: inherit;
}

.con_62_17 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_62_17 li {
  list-style-type: disc;
}

.con_62_17 h1,
.con_62_17 h2,
.con_62_17 h3,
.con_62_17 h4,
.con_62_17 h5,
.con_62_17 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_62_17 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_62_17_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_64_15 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_64_15 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_65_15 {
  color: inherit;
}

.con_65_15 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_65_15 li {
  list-style-type: disc;
}

.con_65_15 h1,
.con_65_15 h2,
.con_65_15 h3,
.con_65_15 h4,
.con_65_15 h5,
.con_65_15 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_65_15 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_65_15_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_69_39 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:200px;*/
  overflow: hidden;
}

.con_69_39 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_69_39 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_69_39 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_69_39 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_69_39 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 154px;
  overflow: hidden;
}

.con_69_39 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 154px;
  object-fit: cover;
  border: none;
}

.con_69_39 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_70_39 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_70_39 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_71_39 {
  color: inherit;
}

.con_71_39 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_71_39 li {
  list-style-type: disc;
}

.con_71_39 h1,
.con_71_39 h2,
.con_71_39 h3,
.con_71_39 h4,
.con_71_39 h5,
.con_71_39 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_71_39 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_71_39_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_72_37 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:200px;*/
  overflow: hidden;
}

.con_72_37 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_72_37 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_72_37 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_72_37 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_72_37 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 154px;
  overflow: hidden;
}

.con_72_37 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 154px;
  object-fit: cover;
  border: none;
}

.con_72_37 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_73_13 {
  color: inherit;
}

.con_73_13 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_73_13 li {
  list-style-type: disc;
}

.con_73_13 h1,
.con_73_13 h2,
.con_73_13 h3,
.con_73_13 h4,
.con_73_13 h5,
.con_73_13 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_73_13 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_73_13_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_74_37 {
  color: inherit;
}

.con_74_37 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_74_37 li {
  list-style-type: disc;
}

.con_74_37 h1,
.con_74_37 h2,
.con_74_37 h3,
.con_74_37 h4,
.con_74_37 h5,
.con_74_37 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_74_37 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_74_37_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_75_37 * {
  box-sizing: border-box;
}

.con_75_37 .mw-btn {
  /* reset */
  display: block;
  text-decoration: none;
  /* size */
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* font */
  font-size: 16px;
  color: #FFF;
  /* background */
  background-color: rgb(255, 117, 94);
  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: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #3099dd;
  border-right-color: #3099dd;
  border-bottom-color: #3099dd;
  border-left-color: #3099dd;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_75_37 .mw-btn .mw-iconfont {
  font-size: 16px;
}

.con_75_37 .mw-btn .mw-txt {
  word-wrap: break-word;
}

.con_75_37 .mw-btn .mw-iconfont.mw-icon-hide {
  display: none;
}

.con_79_35 .mw-altas {
  /*margin*/
  margin: 0;
  padding: 0;
  /*size*/
  /* height:681px;*/
  overflow: hidden;
}

.con_79_35 .mw-altas .mw-altas-ul {
  /*margin*/
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.con_79_35 .mw-altas .mw-altas-ul .mw-altas-item {
  /*margin*/
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.con_79_35 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link {
  /*margin*/
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  /*size*/
  display: block;
  /*font*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.con_79_35 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-title {
  /*margin*/
  height: 25px;
  padding: 8px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  /*-background-*/
  background-color: rgba(000, 000, 000, .5);
  background-image: none;
  background-repeat: no-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));
  /*-font-*/
  font-size: 9px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con_79_35 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic {
  /*margin*/
  padding: 0;
  margin: 0;
  /*size*/
  width: 100%;
  height: 154px;
  overflow: hidden;
}

.con_79_35 .mw-altas .mw-altas-ul .mw-altas-item .mw-altas-link .mw-altas-pic img {
  /*size*/
  width: 100%;
  height: 154px;
  object-fit: cover;
  border: none;
}

.con_79_35 .mw-altas .mw-altas-ul .mw-altas-item.mw-altas-titno .mw-altas-link .mw-altas-title {
  display: none;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
  content: "";
  display: table;
}

.f-clearfix:after {
  clear: both;
  overflow: hidden;
}

.f-clearfix {
  zoom: 1;
}

.con_80_35 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_80_35 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.con_81_35 {
  color: inherit;
}

.con_81_35 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_81_35 li {
  list-style-type: disc;
}

.con_81_35 h1,
.con_81_35 h2,
.con_81_35 h3,
.con_81_35 h4,
.con_81_35 h5,
.con_81_35 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_81_35 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_81_35_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_82_35 {
  color: inherit;
}

.con_82_35 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_82_35 li {
  list-style-type: disc;
}

.con_82_35 h1,
.con_82_35 h2,
.con_82_35 h3,
.con_82_35 h4,
.con_82_35 h5,
.con_82_35 h6 {
  font-weight: normal;
  line-height: 1.2;
}

#cke_txtc_con_82_35 {
  z-index: 100000 !important;
}

.cke_editor_txtc_con_82_35_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_83_16 .m-container {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 0px;
  background-color: rgb(238, 238, 238);
  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;
}

.con_83_16 .m-container>div {
  width: 100%;
  height: 100%;
  position: relative;
}