 .e_FlowCommonStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_FlowCommonStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_FlowCommonStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: #1890FF; } .e_FlowCommonStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size: medium; } .e_FlowCommonStyleBox-001 .title_icon::before{ content: ""; } .e_FlowCommonStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_FlowCommonStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_FlowCommonStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: #1890FF; padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_FlowCommonStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_FlowCommonStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_FlowCommonStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_FlowCommonStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_FlowCommonStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_FlowCommonStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_SideMajorStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_SideMajorStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_SideMajorStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: rgba(101, 190, 186, 1); } .e_SideMajorStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size: medium; } .e_SideMajorStyleBox-001 .title_icon::before{ content: ""; } .e_SideMajorStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_SideMajorStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_SideMajorStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: rgba(101, 190, 186, 1); padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_SideMajorStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_SideMajorStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_SideMajorStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_SideMajorStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_SideMajorStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_SideMajorStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }header {width:100%; height:auto; position:fixed; left:0; top:0; z-index:99; transition:all 0.6s; border-bottom:1px solid rgba(255,255,255,0.2);} .cn-make header {position:relative; background:#333;} header.on { background:rgba(0,0,0,0.8); box-shadow:0 5px 15px rgba(0,0,0,0.1);} header .navBox {display:flex; padding:0 50px;} header .navBox .logoRim {display:flex;} header .navBox .logoRim a{display:inline-block; padding:15px 0; position:relative;z-index:2;} header .navBox .logoRim a:after {content:"";display:block; width:100%; height:1px; background:linear-gradient(90deg,transparent, white, transparent); position:absolute; left:0; bottom:-1px;} header .navBox .logoRim a img {display:block; height:50px;} header .navBox .logoRim span {display:block;line-height:80px; padding:0 15px;color:#ccc;} header .navBox .nav{flex:1;} header .navBox .nav ul {text-align:center;} header .navBox .nav ul li {display:inline-block;} header .navBox .nav ul li a.Link1 {display:block; padding:0 40px; line-height:80px; font-size:16px; color:#fff; opacity:0.7; position:relative;} header .navBox .nav ul li a.Link1 i {display:none;} header .navBox .nav ul li a.Link1:before {content:"";display:block; position:absolute; left:50%; transform: translateX(-50%); bottom: -1px; width:0; height:1px; background:linear-gradient(90deg,transparent, white, transparent); transition:all 0.6s;} header .navBox .nav ul li:hover a.Link1 {color:#fff; opacity:1; } header .navBox .nav ul li:hover a.Link1:before {width:calc(100% - 40px);} header .navBox .rightBox {display:flex;} header .navBox .rightBox .searchRim { padding:20px 0; position:relative;} header .navBox .rightBox .searchRim a.link1 {display:block; padding:0 20px;color:#ccc; height:40px; line-height:40px; font-size:13px; text-transform:uppercase; transition:all 0.5s;} header .navBox .rightBox .searchRim:hover a.link1 i {font-size:16px;} header .navBox .rightBox .searchRim:hover a.link1 {color:#fff;} header .navBox .rightBox .searchRim:hover a.link1 i {color:#fff;} header .navBox .rightBox .searchRim .lugRim {width:max-content; padding:10px 20px; background:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.1); position:absolute; top:120%; right:0; borde-radius:5px; opacity:0; visibility:hidden; transition:all 0.5s;} header .navBox .rightBox .searchRim .lugRim a {display:block; line-height:32px; font-size:14px; color:#666; padding-right:10px; position:relative;} header .navBox .rightBox .searchRim .lugRim a:after {content:"";display:block; width:0; height:1px; background:#e3bf47; position:absolute; left:0; bottom:0; transition:all 0.5s;} header .navBox .rightBox .searchRim .lugRim a:hover {color:#e3bf47;} header .navBox .rightBox .searchRim .lugRim a:hover:after {width:100%;} header .navBox .rightBox .searchRim:hover .lugRim {opacity:1; top:100%; visibility:visible;} @keyframes mymoveicon { from {transform:rotate(0deg);} to {transform:rotate(-360deg);} } header .navBox .nav ul li{} header .navBox .nav ul li .dropdown_menu {width:100%; height:auto; background:rgba(0,0,0,0.9); position:absolute; overflow:hidden; left:0; top:81px;display:none; box-shadow:0 5px 15px rgba(0,0,0,0.1);} header .navBox .nav ul li .dropdown_menu .ejBox {max-width:1400px; margin:0 auto; padding:30px; display:flex;flex-wrap:wrap;} header .dropdown_menu .ejBox .ejItems{ text-align:left; padding:15px;border-right:1px solid rgba(255,255,255,0.2);} header .dropdown_menu .ejBox .ejItems:last-child{border:none;} header .dropdown_menu .ejBox .ejItems h2 {font-size:24px; color:#fff; } header .dropdown_menu .ejBox .ejItems .yjimgBox {padding:0 50px;} header .dropdown_menu .ejBox .ejItems img {display:block; width:100%; margin-top:15px; border-top-left-radius:20px;border-bottom-right-radius:20px;} header .dropdown_menu .ejBox .ejItems .ejLinks {display:flex; flex-wrap:wrap; padding-top:15px;} header .dropdown_menu .ejBox .ejItems .ejLinks a.Link2 {display:block; width:100%; line-height:50px; font-size:15px; color:#ccc;} header .dropdown_menu .ejBox .ejItems .ejLinks a.Link2 i {font-size:12px; padding-right:10px; color:#ccc;} header .dropdown_menu .ejBox .ejItems .ejLinks a.Link2:hover {color:#fff;} header .dropdown_menu .ejBox .ejItems .ejLinks .ejbox{padding:0;} header .dropdown_menu .ejBox .ejItems .ejLinks .sjbox a{display:block; line-height:30px; padding-left:25px;} header .navBox .rightBox .navToggle {width:40px; height:60px;position:relative;cursor: pointer; margin-top:10px; display:none;} header .navBox .rightBox .navToggle span {display:block; width:30px; position:absolute; right:0; top:50%; margin-top:-1.5px; height:2px; background:#fff;border-radius:2px;transition:all 0.6s;} header .navBox .rightBox .navToggle span:before {content:"";display:block; width:22px; position:absolute; left:4px; bottom:8px; height:2px; background:#fff;border-radius:2px;transition:all 0.6s} header .navBox .rightBox .navToggle span:after {content:"";display:block; width:22px; position:absolute; left:4px; top:8px; height:2px; background:#fff;border-radius:2px; transition:all 0.6s;} header .navBox .rightBox .navToggle.closeThis span{ width:22px;right:6px; background:#fff;} header .navBox .rightBox .navToggle.closeThis span:before{width:30px;left:0;background:#fff;} header .navBox .rightBox .navToggle.closeThis span:after{left:0;background:#fff;} @media only screen and (max-width: 1040px) { header .navBox {padding:0 15px;} header .navBox .logoRim {flex:1;} header .navBox .rightBox .navToggle {display:block;} header .navBox .nav { width:100%; flex:none; position:absolute;left:0;top:100%; background:#333; opacity:0; top:160%; visibility:hidden; transition:all 0.6s;max-height:calc(100vh - 80px);overflow-y:auto; height:auto; border-top:1px solid #444;} header .navBox .nav ul{text-align:left; overflow:hidden;} header .navBox .nav ul li {display:block;} header .navBox .nav ul li a.Link1{line-height:60px;border-bottom:1px #444 solid; padding:0 20px;} header .navBox .nav.open {opacity:1; top:100%;visibility: visible;} header .navBox .rightBox .searchRim .lugRim {width:100%;} header .navBox .nav ul li .dropdown_menu{position:relative; display:none; top:0;} header .navBox .nav ul li:hover .dropdown_menu {display:block;} header .navBox .nav ul li a.Link1:before {display:none;} header .navBox .nav ul li a.Link1 i {font-size:15px; float:right; line-height:60px;transition:all 0.4s; display:inline-block;} header .navBox .nav ul li:hover a.Link1 i { transform: rotate(90deg);} header .navBox .nav ul li .dropdown_menu .ejBox {padding:0px; } header .dropdown_menu .ejBox .ejItems{border:none;} header .dropdown_menu .ejBox .ejItems .yjimgBox {padding:0;} header .dropdown_menu .ejBox .ejItems .yjimgBox img {margin:0;} header .dropdown_menu .ejBox .ejItems h2 {display:none;} header .dropdown_menu .ejBox .ejItems .ejLinks {padding:0;} header .dropdown_menu .ejBox .ejItems .ejLinks a.Link2{width:100%; border-bottom:1px solid rgba(255,255,255,0.2);} header .dropdown_menu .ejBox .ejItems .ejLinks .sjbox{background:#f8f8f8; padding:10px 0; border:1px #ddd solid; border-top:none; display:none;} } @media only screen and (min-width: 769px){ } @media only screen and (max-width: 1160px) and (min-width: 769px){ header .navBox .nav ul li a.Link1 {padding:0 10px;} }.footNav { width:100%; } .footNav .fNav {width:100%; padding-bottom:10px;} .footNav .fNav ul { display:flex;flex-wrap:wrap; } .footNav .fNav ul li {flex:1;} .footNav .fNav ul li a{padding-right:10px;} .footNav .fNav ul li a.FLink {display:block; font-size:16px; line-height:30px;font-weight:400; color:#ccc; margin-bottom:5px;} .footNav .fNav ul li .dropdown_menu {} .footNav .fNav ul li .dropdown_menu a.SLink {display:block; font-size:14px; line-height:30px; color:#999;} .footNav .fNav ul li a:hover {color:#fff;} .footNav .fNav ul li .dropdown_menu a.SLink:hover {color:#fff;} @media only screen and (max-width: 768px) { .footNav .fNav ul {justify-content: left; margin: 0 -5px;} .footNav .fNav ul li {width:50%; padding:5px; flex:none;} .footNav .fNav ul li a.FLink {border:1px #999 solid; background:none; color:#ccc; text-align:center; padding:5px 15px; font-weight:normal;} .footNav .fNav ul li .dropdown_menu {display:none;} }.c_portalResnav_main-01001006 .p_MatteIcon .iconfont:before{ content:'\e602'; } .c_portalResnav_main-01001006 >div{ animation-fill-mode:both; }.cnContact {width:100%; height:100vh; max-height:1440px; background:url(/img/contact.jpg?tenantId=280346&viewType=1&v=000) center no-repeat fixed; background-size:cover; display:flex; align-items:center;} .cnContact .p_contact {margin:0 auto; padding:0 15px; max-width:1400px; width:100%;} .cnContact .p_contact .p_articles {padding:50px; text-align:center; color:#ccc; background:rgba(0,0,0,0.6); border:1px rgba(255,255,255,0.2) solid; border-radius:10px; max-width:700px; margin:50px auto 0;} .cnContact .p_contact .p_articles p {color:#ccc; padding:5px 0;} .cnContact .p_contact .p_articles p a {color:#ccc;} .cnContact .p_contact .p_articles p a:hover {color:#fff;} .p_copyright {text-align:center; text-transform:uppercase; font-size:14px; padding:20px 15px 0;} .p_copyright .p_articles {border-top:1px solid rgba(255,255,255,0.1); padding:20px 0 ;} .p_copyright .p_articles {color:#ccc;} .p_copyright .p_articles a {color:#ccc;} .p_copyright .p_articles a:hover {color:#fff;} .contactBox {background:#fff; padding:100px 0;} .contactBox .PubTitle h2 {color:#333;} .contactBox .p_contact {max-width:1400px; margin: 0 auto; padding:0 15px;} .contactBox .p_contact .p_articles {padding:50px 0;} .contactBox .p_contact .p_articles > div.contactInfo {width:100%; height:auto; padding:50px; border:1px #ddd solid; border-radius:10px; text-align:center;} .contactBox .p_contact .p_articles > div.contactInfo h1 {font-size:24px; color:#333; padding-bottom:20px;} .contactBox .p_contact .p_articles > div.contactInfo p {padding:5px 0; font-size:18px; line-height:1.6; color:#666;font-weight:400;} .contactBox .p_contact .p_articles > div.contactInfo a {color:#666;font-weight:400;} .contactBox .p_contact .p_articles > div.contactInfo a:hover {color:#30628C;}  @media only screen and (max-width: 768px) { .cnContact {height:auto; max-height:none; padding:80px 0;} .contactBox {padding:100px 0 80px; } .contactBox .p_contact .p_articles > div.contactInfo {padding:50px 15px;} .contactBox .p_contact .p_articles > div.contactInfo h1 {font-size:18px;} .contactBox .p_contact .p_articles > div.contactInfo p {font-size:15px; line-height:1.3; } }  @media only screen and (min-width:769px) { }  @media only screen and (min-width:769px) and (max-width:1024px) { }.footer_Bar {} .footer_Bar .footer_logo {padding-bottom:20px;} .footer_Bar .footer_logo a {display:block; text-align:right;} .footer_Bar .footer_logo a img {height:40px;} .footer_search {width:300px; margin-left:auto;} .footer_search > div { border: 1px rgba(255,255,255,0.2) solid; height: 40px; border-radius: 5px; display: flex; overflow: hidden; padding: 0 15px; background:#333; color:#fff; } .footer_search > div input:placeholder{color:#999;} .footer_search > div input::-webkit-input-placeholder{color:#999;} .footer_search > div.red {border-color:#f00;} .footer_search > div.red input:placeholder { color:#f00; } .footer_search > div.red input::-webkit-input-placeholder{color:#f00;} .footer_search > div input {border: none; background:none; height: 38px; flex:1;} .footer_search > div button { border: none; background: none; cursor: pointer; width: 20px; } .codeBox {padding-top:20px;} .codeBox ul {display:flex; justify-content:right;} .codeBox ul li {padding:10px; position:relative;} .codeBox ul li > div {width:100%; text-align:center;} .codeBox ul li > div svg {width:40px; height:40px;} .codeBox ul li > div span {display:block; width:100%; font-size:12px; padding-top:5px; color:#ccc;} .codeBox ul li > p {position:absolute; bottom:110%; left:50%; transform:translate(-50%,0); background:#fff; overflow:hidden; border-radius:5px; padding:5px; width:130px; opacity:0; visibility:hidden; transition:all 0.5s;} .codeBox ul li > p img {width:100%;} .codeBox ul li:hover > p {bottom:100%; opacity:1; visibility:visible;} .aboutTitle .PubTitle{ text-align:left; margin-bottom:40px;} .aboutTitle .PubTitle h2 {color:#333;} .cn_navitem {width:100%; padding:30px 0; background:#fff;} .cn_navitem ul {max-width:1400px; margin:0 auto; display:flex;flex-wrap:wrap; padding:10px; justify-content:center;} .cn_navitem ul li {padding:5px;} .cn_navitem ul li a {display:block; padding:10px 30px; border:1px #ddd solid; font-size:16px;} .cn_navitem ul li a:hover,.cn_navitem ul li a.light {background:#0c5eac; color:#fff; border-color:#0c5eac;} @media only screen and (max-width: 768px){ .footer_Bar .footer_logo a {text-align:center;} .footer_search {width:100%;} .codeBox ul {justify-content:center;} .cn_navitem ul li {flex:0 0 50%;} } @media only screen and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.kexin {text-align:center;} .kexin img {width:120px; border-radius:5px;} @media only screen and (max-width: 768px){ } @media only screen and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.onlineBox { position: fixed; right: 5px; bottom: 50px; z-index: 22; width: 50px; } .onlineBox ul { background: #fff; border-radius: 5px; box-shadow: 0 0 15px rgba(0,0,0,0.1); margin-bottom: 10px; } .onlineBox ul li { display: block; border-bottom: 1px #eee solid; margin: 0; } .onlineBox ul li:last-child { border: none; } .onlineBox ul li a { display: flex; align-items: center; width: 100%; height: 50px; line-height: 50px; text-align: center; justify-content: center; position: relative; } .onlineBox ul li a svg { fill: #666; } .onlineBox ul li a p { position: absolute; right: 58px; background: #0559DB; padding: 5px 15px; border-radius: 5px; top: 50%; transform: translate(-50px,-50%); color: #fff; width: max-content; font-size: 14px; line-height: 30px; opacity: 0; visibility: hidden; transition: all 0.6s; } .onlineBox ul li a p:after { content: ""; display: block; width: 0; height: 0; border-top: 5px solid transparent; border-left: 10px solid #0559DB; border-bottom: 5px solid transparent; position: absolute; right: -8px; top: 50%; transform: translate(0,-50%); } .onlineBox ul li.weixin a p { padding: 5px; background: #fff; } .onlineBox ul li.weixin a p:after { border-left: 10px solid #fff; } .onlineBox ul li a p img { width: 130px; } .onlineBox ul li a:hover svg { fill: #0559DB; } .onlineBox ul li a:hover p { transform: translate(0,-50%); opacity: 1; visibility: visible; } @media only screen and (max-width: 768px){ .onlineBox {display:none;} } @media only screen and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%; overflow: hidden; position: static; } .w_grid-000 > div > div > .p_gridCell{ float: left; position: static; } .w_grid-000 > div > div > .p_gridCell:not(:empty):before{ content:''; height: 0.1px; display: block; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; } .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }@CHARSET "UTF-8"; *{ padding: 0; margin: 0; } .pagebox{ width: 100%; margin: 0px auto; }.pagebox,#-remove--flag{}body,#-remove--flag{}#c_portalResnav_main-16544789282421674{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResnav_main-16545010869829930{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResComplaintPage_detail-16545011116739841{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:101px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_credible-16545016017501347{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:44px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-16545018139705400{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:100px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-16545329317803277{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1654478935676 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1654478945201 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1654501070661 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1654501070661 >div{ animation-fill-mode:both; } #w_grid-1654501070661 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ } @media only screen and (min-width: 769px){ #w_grid-1654501070661> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1654501070661> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:29.65%; margin-left:0; margin-right:0; clear:none; } #w_grid-1654501070661> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0; clear:left; margin-right:0; width:70.35%; } #w_grid-1654501070661> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1654478935676{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:332px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1654478945201{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:30px; padding-left:0px; padding-right:0px; padding-bottom:30px; } #w_grid-1654501070661{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; }