.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fl_pc {
  float: left !important;
}

.fr_pc {
  float: right !important;
}

.color_red {
  color: #DF0011 !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.height200 {
  height: 200px;
}

.font_bold {
  font-weight: bold;
}

.mt210 {
  margin-top: 210px !important;
}

/* 首页公告弹窗 */
.m_pop-container {
  display: none;
}

.pop-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  z-index: 1000;
  margin-left: -250px;
  margin-top: -150px;
  background: #fff;
}

.pop-header {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: right;
  padding-right: 15px;
  border-bottom: 1px solid #ccc;
}

.pop-header span {
  cursor: pointer;
  width: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.pop-content {
  padding: 15px;
}

.pop-content .pop-content-line {
  text-indent: 2em;
}

.pop-content .pop-content-footer {
  text-align: right;
}


/*悬浮*/

.xuanfu {
  position: fixed;
  right: 0;
  bottom: 246px;
  z-index: 20;
}

#wechat_code {
  display: none;
}

#phonet_code {
  display: none;
  position: absolute;
  left: -242px;
  top: 59px;
}

.top {
  background: url("../images/top.png");
  display: block;
  width: 45px;
  height: 58px;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.top:hover {
  background: url("../images/top.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.dianhua {
  background: url("../images/dianhua.png");
  display: block;
  width: 45px;
  height: 58px;
  /* margin-top: 1px; */
  position: relative;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;

}

.dianhua:hover {
  background: url("../images/dianhua.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.wechat {
  background: url("../images/wechat-ac.png");
  display: block;
  width: 45px;
  height: 58px;
  /* margin-top: 1px; */
  position: relative;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.wechat:hover {
  background: url("../images/wechat-ac.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}



.close-btn-box {
  position: relative;
  width: 16px;
}

.close-btn {
  position: absolute;
  left: 0;
  top: 3px;
  color: #323232;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 11px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #323232;
  border-radius: 50%;
  cursor: pointer;
}

.wechat_code {
  position: absolute;
  left: -242px;
  top: 118px;
  display: block;
  width: 242px;
  height: 117px;
  background-color: #fff;
  text-align: center;
}

.wechat span {
  position: absolute;
  left: -242px;
  top: -59px;
  display: block;
  width: 242px;
  height: 117px;
}

.form_index {
  /* width: 260px; */
  /*    height: 500px;*/
  position: absolute;
  left: -260px;
  top: 177px;
  height: 320px;
  background-color: #ffffff;
  /*    border: 1px solid blue;*/
  border: 1px solid #eeeeee;
  line-height: 20px;
  display: none;
}

.form_index table {
  width: 220px;
  margin: 20px auto;
}

.xiaoxian {
  background: url("../images/xiaoxian-ac.png");
  display: block;
  width: 45px;
  height: 58px;
  /* margin-top: 1px; */
  position: relative;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.xiaoxian:hover {
  background: url("../images/xiaoxian-ac.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.form_index label {
  font-size: 14px;
  color: #323232;
  line-height: 22px;
  white-space: nowrap;
}

.form_index input {
  border: 1px solid gray;
  margin-left: 10px;
}

.sell_submit {
  text-align: center;
  padding-bottom: 15px;
}

.sell_submit input {
  width: 80px;
}

table,
tr,
td {
  /*    border: 1px solid blue;*/
  padding: 1px 0;
}

#xiaoxian_code {
  /*    border: 1px solid blue;*/
}


/*header*/

.content {
  width: 1200px;
  margin: 0 auto;
}

.pad20 {
  padding: 0 20px;
  width: 1160px !important;
}

.header-box {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}

.top0 {
  top: 0 !important;
  padding-top: 0 !important;
}

.header {
  height: 35px;
  background: #df0011;
  line-height: 35px;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
}


/*hide手机头部header部分*/

.m_header-box {
  display: none;
}

.header a {
  color: #ffffff;
}

.header a span {
  font-family: "Arial";
}

.of {
  overflow: hidden;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}


.top24 {
  margin-top: 24px;
  overflow: hidden;
}

.left10 {
  margin-left: 10px;
}

.sea {
  display: none;
  background: #f2f3f4;
  height: 170px;
  position: relative;
}

.close {
  position: absolute;
  background: url("../Img/images/close.jpg");
  width: 32px;
  height: 26px;
  display: inline-block;
  top: 20px;
  right: 120px;
}



.sub-banbox {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
}



.top420 {
  top: 420px;
}

.focas {
  width: 1200px;
  position: absolute;
  left: 50%;
  z-index: 5;
  bottom: 160px;
  margin-left: -50px;
  overflow: hidden;
  height: 10px;
}

.focas dd {
  float: left;
}

.focas dd a {
  display: inline-block;
  background: url("../Img/images/focus1.png");
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.focas-ac {
  background: url("../Img/images/focus.png") !important;
}














/*******************FESCO研究院******************************/

.m_yjy_banner,
.pc_hide {
  display: none;
}

.yjy_banner {
  background: url("../Img/images/fescoyjy/yjy_top.jpg") center;
  background-repeat: no-repeat;
  height: 600px;
}

.yjy_content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 600px;
}

.yjy_nav ul {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.yjy_nav ul li {
  float: left;
  margin-left: 50px;
  color: #666666;
  font-size: 20px;
  cursor: pointer;
}

.yjy_content .yjy_box {
  width: 1200px;
  /*    height: 1000px;*/
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  /*    border: 1px solid green;*/
}

.yjy_content .yjy_box .list {
  margin-top: 30px;
}

.yjy_content .yjy_box .yjy_top {
  width: 200px;
  height: 45px;
  margin: 0 auto;
  padding: 50px;
  clear: both;
  text-align: center;
}

.yjy_content .line1 {
  width: 1200px;
  margin-top: 30px;
  border: none;
  border-top: 1px solid #D0D0D0;
  /*    border: 1px solid gray;*/
}

.yjy_content .boxTitle {
  width: 140px;
  height: 36px;
  margin: 0 auto;
  margin-top: -18px;
  font-size: 20px;
  font-family: '微软雅黑';
  line-height: 36px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
}

.yjy_content .more {
  width: 120px;
  height: 18px;
  float: left;
  margin-left: 640px;
  margin-top: -18px;
  /*    background-color: greenyellow;*/
}

.yjy_content .more a {
  font-size: 14px;
  text-align: left;
  color: #666666;
}

.leftImg {
  width: 600px;
  height: 250px;
  float: left;
}

.leftImg img {
  width: 600px;
  height: 250px;
}

.rightNews {
  width: 570px;
  height: 250px;
  float: right;
  /*    border: 1px solid yellow;*/
}

.rightNews .newsTitle {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border: none;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  color: #000000;
  cursor: pointer;
}

.rightNews .newsIntro {
  padding-top: 20px;
  height: 130px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*    border: 1px solid red;*/
}

.rightNews .btn {
  width: 120px;
  height: 36px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  background-color: #004EA1;
  cursor: pointer;
}

.rightNews .btn a {
  color: #ffffff;
}

.yjy_doubleLine {
  width: 1200px;
  height: 50px;
  border: none;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  line-height: 50px;
}

.yjy_doubleLine .title {
  float: left;
  color: #000000;
  font-size: 16px;
}

.yjy_doubleLine .more2 {
  float: right;
}

.yjy_doubleLine .more2 a {
  font-size: 14px;
  color: #666666;
}


/*专家服务*/

.leftList {
  float: left;
}

.leftList li {
  float: left;
  margin-left: 20px;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 30px;
  /*    color: red;*/
}

.rightList {
  float: right;
}

.expertTitle {
  font-size: 18px;
  text-align: center;
}

.expertIntro {
  width: 550px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 30px;
}

.yjy_pc_imgScroll {
  width: 520px;
  /*    height: 200px;*/
  margin: 0 auto;
}

#lastImg {
  width: 20px;
  height: 23px;
  background-image: url(../Img/images/fescoyjy/left.png);
  background-repeat: no-repeat;
}

#nextImg {
  width: 20px;
  height: 23px;
  background-image: url(../Img/images/fescoyjy/right.png);
  background-repeat: no-repeat;
}

.perScro {
  width: 432px;
  /*    background-color:yellow;*/
  margin: 0 auto;
  text-align: center;
}

.activeBorder {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-top: -138px;
  border: 8px solid #EAEBE6;
}

tr,
td {
  /*    border: 1px solid red;*/
}


/*fesco研究院footer*/

.yjy_box7 {
  background-color: #ebeae5;
}

.yjy_footer {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.leftFooter {
  width: 300px;
  float: left;
}

.yjy_footerImg1 {
  float: right;
}

.yjy_footerImg2 {
  float: right;
  margin-right: 50px;
}

.rightFooter {
  width: 600px;
  float: right;
}

.rightFooter li a {
  line-height: 30px;
  color: #000000;
  font-size: 18px;
}

.yjy_content .yjy_box2 {}


/*****************************************页面轮播图和头图*************************************************/

.upTitle {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  color: #DF0011;
  font-size: 44px;
  font-weight: bold;
}

.upTitle img {
  padding-top: 20px;
}

.divUp {
  margin-top: -300px;
}

.rzzn_banner {
  background: url("../Img/banner/rzzn.jpg") center;
  height: 600px;
}

.zzzn_banner {
  background: url("../Img/banner/zzzn.jpg") center;
  height: 600px;
}

.sbzn_banner {
  background: url("../Img/banner/sbzn.jpg") center;
  height: 600px;
}

.lzzn_banner {
  background: url("../Img/banner/lzzn.jpg") center;
  height: 600px;
}

.gjjzt_banner {
  background: url("../Img/banner/gjjzt.jpg") center;
  height: 600px;
}

.dyzx_banner {
  background: url("../Img/banner/dyzx.jpg") center;
  height: 600px;
}

.bxzn_banner {
  background: url("../Img/banner/bxzn.jpg") center;
  height: 600px;
}


/********************************党群园地************************************/

.dt_header {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.dt_header .left {
  float: left;
}

.dt_header .right {
  float: right;
}

.dt_top_img {
  width: 100%;
  height: 450px;
  background: url(../Img/images/dtyd/dt_top_img.jpg) no-repeat;
  background-position: top center;
}

.td_container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.dt_newsTItle {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #c71a16;
}

.dt_box {
  width: 550px;
  /*    border: 1px solid blue;*/
  margin-top: 50px;
}

.td_container .dt_topNews {
  overflow: hidden;
  width: 550px;
}

.dt_topNews .left {
  float: left;
}

.dt_topNews .left img {
  width: 225px;
}

.dt_topNews .right {
  width: 310px;
  height: 150px;
  float: right;
}

.topNews_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topNews_title a {
  color: #000000;
}

.topNews_des {
  margin-top: 10px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 22px;
  color: #747474;
  height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.dt_news {
  margin-top: 10px;
  height: 100px;
}

.dt_news li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dt_news a {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.dt_more {
  text-align: right;
}

.dt_more a {
  font-size: 12px;
  line-height: 30px;
  color: #859394;
}


/*******************外企志愿者******************************/

.wqzyz_banner {
  background: url("../Img/banner/wqzyz.jpg") center;
  height: 600px;
}


/*******************兼容性统一处理样式******************************/


/*解决ie7公积金支取页面、公积金专题页等页面 banner不显示和中间内容靠下的问题*/

.lizhi {
  *margin-top: 0;
}


.ie_mode_box {
  *position: relative;
  *margin-top: -600px;
}


/*********************************************************************/


/*分类导航样式 公积金专题等页面*/

.classify_nav {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  font-size: 12px;
  color: #777777;
}


/*# 员工服务   公积金指南*/

.ygfw_list_box {
  width: 780px;
  height: 190px;
  margin-top: 10px;
  background-color: #ffffff;
}

.ygfw_list_leftImg {
  width: 280px;
  height: 190px;
  float: left;
}

.ygfw_list_leftImg img {
  width: 280px;
  height: 190px;
}

.ygfw_list_rightCon {
  float: right;
  width: 470px;
  overflow: hidden;
}

.ygfw_list_rightCon h1 {
  padding: 20px 0 15px 0;
  font-size: 16px;
  /*    margin: 8px 0;*/
}

.ygfw_list_titles {
  /*    width: 400px;*/
  height: 90px;
  margin: 0 auto;
}

.ygfw_list_titles div {
  width: 220px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ygfw_list_titles a {
  font-size: 14px;
  color: #000000;
}

.ygfw_list_titles a:hover {
  color: #DF0011;
}

.ygfw_click_more {
  height: 40px;
  /*    background-color: red;*/
  text-align: right;
}

.ygfw_click_more a {
  color: #333333;
  font-size: 12px;
  padding-right: 20px;
  line-height: 40px;
}

.ygfw_click_more a:hover {
  color: #DF0011;
  font-weight: bold;
}


/*党群园地举报*/

.jubao-pc {
  width: 200px;
  padding-left: 20px;
  line-height: 1.8;
  margin-top: 10px;
  font: 12px;
  font-size: 12px;
  color: #000;
}

.jubao-m {
  display: none;
}

/*2019官网改版*/
.formula {
  width: 1200px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #f1f1f1;
}

.formula-img {
  text-align: center;
  padding: 60px 0;
}

.formula-txt {
  color: #3e3a39;
  font-size: 15px;
  margin-left: 20px;
  padding-bottom: 60px;
}

.formula-txt::before {
  background: #e60012;
  width: 17px;
  height: 17px;
  content: "";
  display: inline-block;
  margin-right: 10px;
}

.productmodebox {
  background: #e1e7e3;
  padding: 20px 0 30px 0;
}

.productsubbox {
  width: 1200px;
  margin: 0 auto;
}

.productbox {
  background: #f6f6f6;
  height: 240px;
  padding: 5px;
}

.productbox h3 {
  margin-top: 0;
  padding-top: 10px;
  color: #e60012;
  font-weight: bold;
  font-size: 18px;
}

.productbox .product-mode {
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  color: #323232;
}

.col-md-2 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 10px;
}

.row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.height440 {
  height: 440px;
}

.service-box {
  width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
}

.service-box .row {
  margin-top: 30px;
}

.service-title {
  font-size: 20px;
  color: #323232;
  font-weight: bold;
  margin-top: 35px;

}

.service-text {
  font-size: 14px;
  color: #646464;
  margin-top: 25px;
  width: 520px;
}

.service-item {
  color: #323232;
  margin-top: 15px;
}

.service-item::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #e60012;
  display: inline-block;
  margin-right: 5px;
}

/*平台*/
.platform-box {
  width: 1200px;
  background: #ffffff;
  margin: 0 auto;
}

.plat-title {
  text-align: center;
  padding: 50px 0;
}

.plat-explan {
  background: #f4f4f4;
  padding: 20px;
  margin: 0 20px;
}

.plat-explan .plat-top {
  color: #323232;
  font-size: 20px;
  font-weight: bold;
}

.plat-explan .plat-top::before {
  width: 15px;
  height: 15px;
  background: #df0011;
  display: inline-block;
  content: "";
  margin-right: 5px;
}

.plat-explan .plat-bottom {
  color: #323232;
  font-size: 14px;
  margin-top: 10px;
}

.m-dis {
  display: none;
}


.xiala {
  margin-left: 5px;
}

.po-rela {
  position: relative;
}

.qy-subnav {
  position: absolute;
  width: 90px;
  top: 49px;
  left: -7px;
}

.qy-subnav dd a {
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #000000;
  font-size: 15px !important;
  background: #ffffff;
}

.qy-subnav dd a:hover {
  background: #df0011;
  color: #ffffff !important;
  text-decoration: none;
}

.dd-active {
  background: #df0011 !important;
  color: #ffffff !important;
}


.heloapp-icon .col-md-3 {
  text-align: center;
  margin: 25px 0;
  font-size: 16px;
  color: #323232;
}

.heloapp-txt {
  margin-top: 15px;
}

.tan {
  border-top: 1px solid #e60012;
  border-left: 1px solid #e60012;
  border-radius: 3px;
  width: 710px;
  margin: 40px auto;
}

.tan td {
  border-bottom: 1px solid #e60012;
  border-right: 1px solid #e60012;
  height: 70px;
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
  color: #323232;
}

.tan td:first-child {
  text-align: center;
  padding-left: 0;
}

.height390 {
  height: 390px;
}

.height390 .entry_center {
  border-left: 0;
}


.ftct_left dl {
  margin-bottom: 0;
}

/*调整后期样式*/
.pad20 {
  box-sizing: content-box !important;
}

.xuanfu,
.cop_cen ul {
  margin-bottom: 0;
}

.tan td span {
  margin-right: 15px;
}

.mobile_form {
  width: 100%;
  height: 320%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  /* background-color: red; */
  background-color: rgba(0, 0, 0, .3);
  display: none;
}

.mobile_form .box {
  width: 90%;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  position: fixed;
  left: 5%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 0.1rem;
  line-height: 0.2rem;
}

.mobile_form .cancle {
  font-size: 0.12rem;
  padding: 0.1rem 0 0;
  text-align: right;
}

.mobile_form .fb {
  /* color: #f43530; */
  color: #646464;
  font-weight: bold;
  text-align: left;
  font-size: 0.16rem;
}



/* .weui-cells:after,
.weui-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  color: #e5e5e5;
  z-index: 2;
} */

.weui-cell_select {
  padding: 0;
}

.weui-cell {
  padding: 0.1rem 0.15rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.weui-label {
  display: block;
  width: 1.05rem;
  word-wrap: break-word;
  word-break: break-all;
}

.weui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.weui-cell_select .weui-select {
  padding-right: 0.3rem;
}

.weui-select {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  font-size: inherit;
  position: relative;
  z-index: 1;
  padding-left: 0.15rem;
  font-size: 0.14rem;
}

.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  left: 0.15rem;
  z-index: 2;
}

.weui-input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 0.14rem;
  color: inherit;
  height: 1.47058824em;
  line-height: 1.47058824;
}

button.weui-btn,
input.weui-btn {
  width: 100%;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
}

.weui-btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 2.55555556;
  border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}