/*e_IndexOrdinaryStyleBox-001*/ .e_IndexOrdinaryStyleBox-001{ /* position: absolute;*/ width: 100%; height: auto; width-uint:%; } /*stylebox_top*/ .e_IndexOrdinaryStyleBox-001 .stylebox_top{ background-color: transparent; } /*stylebox_link*/ .e_IndexOrdinaryStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; } .e_IndexOrdinaryStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_top{ width: auto; height: 40px; } .e_IndexOrdinaryStyleBox-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_IndexOrdinaryStyleBox-001 .title_icon::before{ content: ""; } .e_IndexOrdinaryStyleBox-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_IndexOrdinaryStyleBox-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_IndexOrdinaryStyleBox-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_IndexOrdinaryStyleBox-001 .stylebox_link{ float: right; vertical-align: middle; margin-right: 15px; } .e_IndexOrdinaryStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_IndexOrdinaryStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_IndexOrdinaryStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_IndexOrdinaryStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; height: calc(100% - 48px); width-uint:%; } .e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }.nav { position: relative; width: auto; display: inline-block; border: none; } .btn-nav { position: fixed; top: 50px; right: 30px; background: transparent; border: none; padding: 10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; z-index: 99999; } .btn-nav:focus { outline: 0; } .icon-bar { display: block; margin: 6px 0; width: 40px; height: 5px; background-color: #14213D; } .btn-nav:hover .icon-bar { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; background-color: #FCA311; } .nav-content { position: fixed; top: -100%; bottom: 0; left: 0; right: 0; background: url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/nav_bg.jpg); display: block; height: 100%; z-index: 9; } .nav-list { list-style: none; padding: 0; position: relative; top: 20%; } .item-anchor:after { content: ""; position: absolute; width: 3px; height: 3px; left: 0; bottom: 0; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .item-anchor { color: #fff; font-size: 30px; text-transform: uppercase; position: relative; text-decoration: none; padding: 10px; } .item-anchor:hover, .item-anchor:focus { color: #FCA311; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .item-anchor:hover:after, .item-anchor:focus:after{ width: 100%; background: #FCA311; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .nav-item { margin: 40px auto; text-align: center; } .animated { display: block; margin: 0 auto; } .animated:hover .icon-bar, .animated:focus .icon-bar{ background-color: #FCA311; } .animated:focus { cursor: pointer; z-index: 9999; } .middle { margin: 0 auto; } .icon-bar { -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -ms-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; z-index: 999999; } .animated .icon-bar { z-index: 999999; background-color: #FCA311; } .animated .top { -webkit-transform: translateY(10px) rotateZ(45deg); -moz-transform: translateY(10px) rotateZ(45deg); -ms-transform: translateY(10px) rotateZ(45deg); -o-transform: translateY(10px) rotateZ(45deg); transform: translateY(10px) rotateZ(45deg); } .animated .bottom { -webkit-transform: translateY(-11px) rotateZ(-45deg); -moz-transform: translateY(-11px) rotateZ(-45deg); -ms-transform: translateY(-11px) rotateZ(-45deg); -o-transform: translateY(-11px) rotateZ(-45deg); transform: translateY(-11px) rotateZ(-45deg); } .animated .middle { width: 0; } @keyframes showNav { from { top: -100%; } to { top: 0; } } @-webkit-keyframes showNav { from { top: -100%; } to { top: 0; } } @-moz-keyframes showNav { from { top: -100%; } to { top: 0; } } @-o-keyframes showNav { from { top: -100%; } to { top: 0; } } .showNav { -webkit-animation: showNav 1s ease forwards; -moz-animation: showNav 1s ease forwards; -o-animation: showNav 1s ease forwards; animation: showNav 1s ease forwards; } @keyframes hideNav { from { top: 0; } to { top: -100%; } } @-webkit-keyframes hideNav { from { top: 0; } to { top: -100%; } } @-moz-keyframes hideNav { from { top: 0; } to { top: -100%; } } @-o-keyframes hideNav { from { top: 0; } to { top: -100%; } } .hideNav { -webkit-animation: hideNav 1s ease forwards; -moz-animation: hideNav 1s ease forwards; -o-animation: hideNav 1s ease forwards; animation: hideNav 1s ease forwards; } .hidden { display: none; } [class^="icon-"], [class*=" icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .htmleaf-container{ margin: 0 auto; text-align: center; overflow: hidden; } .htmleaf-content { font-size: 150%; padding: 1em 0; } .htmleaf-content h2 { margin: 0 0 2em; opacity: 0.1; } .htmleaf-content p { margin: 1em 0; padding: 5em 0 0 0; font-size: 0.65em; } .bgcolor-1 { background: #f0efee; } .bgcolor-2 { background: #f9f9f9; } .bgcolor-3 { background: #e8e8e8; } .bgcolor-4 { background: #2f3238; color: #fff; } .bgcolor-5 { background: #df6659; color: #521e18; } .bgcolor-6 { background: #2fa8ec; } .bgcolor-7 { background: #d0d6d6; } .bgcolor-8 { background: #3d4444; color: #fff; } .bgcolor-9 { background: #ef3f52; color: #fff;} .bgcolor-10{ background: #64448f; color: #fff;} .bgcolor-11{ background: #3755ad; color: #fff;} .bgcolor-12{ background: #3498DB; color: #fff;} .bgcolor-20{ background: #494A5F;color: #D5D6E2;} .htmleaf-header{ padding: 1em 190px 1em; letter-spacing: -1px; text-align: center; } .htmleaf-header h1 { color: #D5D6E2; font-weight: 600; font-size: 2em; line-height: 1; margin-bottom: 0; font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo; } .htmleaf-header h1 span { font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo; display: block; font-size: 60%; font-weight: 400; padding: 0.8em 0 0.5em 0; color: #c3c8cd; } .htmleaf-demo a{color: #1d7db1;text-decoration: none;} .htmleaf-demo{width: 100%;padding-bottom: 1.2em;} .htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #1d7db1;font-weight: 700;} .htmleaf-demo a:hover{opacity: 0.6;} .htmleaf-demo a.current{background:#1d7db1;color: #fff; } .htmleaf-links { position: relative; display: inline-block; white-space: nowrap; font-size: 1.5em; text-align: center; } .htmleaf-links::after { position: absolute; top: 0; left: 50%; margin-left: -1px; width: 2px; height: 100%; background: #dbdbdb; content: ''; -webkit-transform: rotate3d(0,0,1,22.5deg); transform: rotate3d(0,0,1,22.5deg); } .htmleaf-icon { display: inline-block; margin: 0.5em; padding: 0em 0; width: 1.5em; text-decoration: none; } .htmleaf-icon span { display: none; } .htmleaf-icon:before { margin: 0 5px; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'icomoon'; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; } .htmleaf-footer{width: 100%;padding-top: 10px;} .htmleaf-small{font-size: 0.8em;} .center{text-align: center;} .related { color: #fff; text-align: center; font-size: 1.25em; padding: 0.5em 0; overflow: hidden; } .related > a { vertical-align: top; width: calc(100% - 20px); max-width: 340px; display: inline-block; text-align: center; margin: 20px 10px; padding: 25px; font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo; } .related a { display: inline-block; text-align: left; margin: 20px auto; padding: 10px 20px; opacity: 0.8; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; -webkit-backface-visibility: hidden; } .related a:hover, .related a:active { opacity: 1; } .related a img { max-width: 100%; opacity: 0.8; border-radius: 4px; } .related a:hover img, .related a:active img { opacity: 1; } .related h3{font-family: "Microsoft YaHei", sans-serif;} .related a h3 { font-weight: 300; margin-top: 0.15em; color: #fff; } .icon-htmleaf-home-outline:before { content: "\e5000"; } .icon-htmleaf-arrow-forward-outline:before { content: "\e5001"; } @media screen and (max-width: 50em) { .htmleaf-header { padding: 3em 10% 4em; } .htmleaf-header h1 { font-size:2em; } } @media screen and (max-width: 40em) { .htmleaf-header h1 { font-size: 1.5em; } } @media screen and (max-width: 30em) { .htmleaf-header h1 { font-size:1.2em; } }.c_nav_main-105002 .p_MatteIcon .iconfont:before{content:'\e602'; }.c_nav_main-105002{width:76px; height:66px; position:absolute; }.w_rbox-001{position:absolute; width:300px; height:300px; } .w_rbox-001 .p_stylebox{ width: 100%; }.w_rbox-001 .p_MatteIcon .iconfont:before{content:'\e602'; }.w_rbox-001 >div{animation-fill-mode:both; }.c_news_list-01001 .p_succ{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#F7FBFB; border: 2px solid #65beba; font-size: 22px; position: absolute; z-index: 9999999999; } .c_news_list-01001 .p_succ .iconfont{ height: auto; color: #A2D465; margin-right:20px; display: inline-block; margin-left: 40px; } .c_news_list-01001 .p_succ .iconfont:before{ content: "\e648"; } .c_news_list-01001 .p_succ .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_news_list-01001 .p_succ .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_news_list-01001 .p_succ .assistfont{ display: none; } .c_news_list-01001 .p_succ .closebtn { display: none; } .c_news_list-01001 .p_fail{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#FDFCF3; border: 2px solid #FFDC90; font-size: 22px; position: absolute; z-index: 99999999999; } .c_news_list-01001 .p_fail .iconfont{ height: auto; color: #FF0000; margin-right:20px; display: inline-block; margin-left: 40px; } .c_news_list-01001 .p_fail .iconfont:before{ content: "\e641"; } .c_news_list-01001 .p_fail .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_news_list-01001 .p_fail .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_news_list-01001 .p_fail .assistfont{ font-size: 14px; color: #999999; margin-top: 5px; } .c_news_list-01001 .p_fail .closebtn { font-size: 14px; color: #65beba; position: absolute; right: 15px; bottom: 15px; } .c_news_list-01001 .p_fail .closebtn:hover{ cursor: pointer; }.c_news_list-01001 .p_PromptNoneData{ width: auto; background-color: inherit; text-align: center; } .c_news_list-01001 .p_PromptNoneData .prompt_title .iconfont:before { content: ""; } .c_news_list-01001 .p_PromptNoneData .prompt_title .first{ height: auto; display: table-cell; font-size: 32px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 5px 0; } .c_news_list-01001 .p_PromptNoneData .prompt_title{ display: inline-table; padding: 0 30px; min-height: 200px; height: 100%; } .c_news_list-01001 .p_PromptNoneData .prompt_title .first:before{ content: "\e6b4"; } .c_news_list-01001 .p_PromptNoneData .prompt_title .font{ font-size: 18px; display: table-cell; line-height: normal; vertical-align: middle; color: rgba(51,51,51,1); font-weight: bold; text-align: left; } .c_news_list-01001 .p_PromptNoneData .promptbox{ width: auto; height: 100%; } .c_news_list-01001 .p_PromptNoneData .prompt_content { font-size: 14px; color: rgba(105, 105, 105,1); padding-left: 65px; } .c_news_list-01001 .p_moreBtn{ background:rgba(252,252,252,1); border-color:rgba(240, 240, 240,1); border-style:solid; border-width:1px; display:inline-table; min-height:29px; margin:0; padding-bottom:5px; padding-left:10px; padding-right:10px; padding-top:5px; min-width:86px; cursor:pointer; color:rgba(101, 190, 186,1); font-size:12px; text-align:center; } .c_news_list-01001 .p_moreBtn .font{ white-space:nowrap; overflow:visible; vertical-align:middle; } .c_news_list-01001 .p_moreBtn:hover{ background:rgba(101, 190, 186,1); border-color:transparent; } .c_news_list-01001 .p_moreBtn:hover{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_moreBtn .iconfont:before{ content:""; } @-moz-keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes three-quarters-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .loading_animation{ -moz-animation: three-quarters-loader 850ms infinite linear; -webkit-animation: three-quarters-loader 850ms infinite linear; animation: three-quarters-loader 850ms infinite linear; border: 3px solid #737282; border-right-color: transparent; border-radius: 16px; box-sizing: border-box; display: inline-block; position: relative; overflow: hidden; text-indent: -9999px; width: 32px; height: 32px; vertical-align: middle; } .c_news_list-01001 .p_loading{ width: 890px; height: 70px; background-color: #FBFBFC; line-height: 70px; text-align: center; color: #666666; font-size: 18px; } .c_news_list-01001 .p_loading .iconfont:before{content: "";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_loading .font{ display: inline-block; margin-left: 20px; line-height: 70px; height: inherit; }.c_news_list-01001 .p_more{ width: 890px; text-align:center; padding-right:20px; padding-left:20px; height: 70px; background-color:#F6F7F8; position: relative; border-radius: 0; border-width: 0; color: rgba(115,115,131,1); font-size: 18px; } .c_news_list-01001 .p_more:active{ background-color:#F6F7F8; } .c_news_list-01001 .p_more .font{ display:table-cell; vertical-align:middle; text-align: inherit; } .c_news_list-01001 .p_more .iconfont{ display:inline; vertical-align:middle; } .c_news_list-01001 .p_more .iconfont:before{content: "\e6d1";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_moreBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_scroll{ width: 100%; height: auto; position: relative; } .c_news_list-01001 .p_scroll .vline{ width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: #F0F0F0; opacity: 1; position: absolute; top: 50%; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_news_list-01001 .p_scroll .scrolling{ width: 77px; height: 25px; border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F2F2F3); background: -o-linear-gradient(#fff , #F2F2F3); background: -moz-linear-gradient(#fff , #F2F2F3); background: linear-gradient(#fff , #F2F2F3); border-radius: 6px; position:relative; left:50%; text-align: center; font-size: 15px; box-shadow: 0 0 10px #fff inset,0 1px 1px rgba(0,0,0,0.1); color: #AAAAAA; cursor: pointer; } .c_news_list-01001 .p_scroll .scrolling:hover{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F7F7F8); background: -o-linear-gradient(#fff , #F7F7F8); background: -moz-linear-gradient(#fff , #F7F7F8); background: linear-gradient(#fff , #F7F7F8); } .c_news_list-01001 .p_scroll .scrolling:active{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #E4E4E4); background: -o-linear-gradient(#fff , #E4E4E4); background: -moz-linear-gradient(#fff , #E4E4E4); background: linear-gradient(#fff , #E4E4E4); box-shadow: 0 0 10px #fff inset,0 1px 2px rgba(0,0,0,0.1); } .e_pagebox{ width:auto; height:auto; clear:both; position:relative; } .c_news_list-01001 .p_page .pre{ display:inline-table; float:left; margin-left:18px; margin-right:5px; } .c_news_list-01001 .p_page .pageNum{ display:inline-block; position:static; float:left; margin-right:5px; line-height:30px; } .c_news_list-01001 .p_page .next{ display:inline-table; float:left; } .c_news_list-01001 .p_page .PageInterval{ display:inline-block; position:static; float:left; margin-right:5px; line-height:38px; font-size: 12px; } .c_news_list-01001 .p_page .p_PageInterval{ display:inline-block; position:static; float:left; margin-right:5px; line-height:38px; font-size: 12px; } .c_news_list-01001 .p_page .pre:after{ content:""; display:none; position:absolute; top:5px; left:-14px; width:27px; height:27px; background-color:rgba(242, 242, 242, 1); font-size:0; line-height:0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_news_list-01001 .p_page .pre:hover:after{ top:4px; left:-12px; background-color:rgba(101, 190, 186, 1); border-radius:4px 0 0 0; -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_news_list-01001 .p_page .pre:active:after { top:8px; left:-12px; width:28px; height:25px; background-color:rgba(90, 170, 167, 1); border-radius:0 3px 0 0 ; -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -webkit-transform: rotate(-226deg); -moz-transform: rotate(-226deg); -o-transform: rotate(-226deg); -ms-transform: rotate(-226deg); transform: rotate(-226deg); z-index:-1; } .c_news_list-01001 .p_page .pre{ height:30px; color:rgba(102, 102, 102, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(242, 242, 242, 1); text-align:center; padding-top:0; padding-right:20px; padding-left:20px; position:relative; left:0; top:0; } .c_news_list-01001 .p_page .pre:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101,190,186,1); cursor:pointer; } .c_news_list-01001 .p_page .pre:active{ background-color:rgba(90, 170, 167, 1); } .c_news_list-01001 .p_page .pre .font{ display:table-cell; vertical-align:middle; bottom:0; font-size: 12px; } .c_news_list-01001 .p_page .pre:hover .iconfont{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .pre:active .iconfont{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .pre .iconfont:before{content: "";margin-right: 5px;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_page .next:after{ content:""; display:none; position:absolute; top:5px; right:-14px; width:27px; height:27px; background-color:rgba(101, 190, 186, 1); font-size:0; line-height:0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_news_list-01001 .p_page .next:hover:after{ top:5px; right:-12px; background-color:rgba(101, 190, 186, 1); border-radius:4px 0 0 0; -webkit-box-shadow: 0 3px 0px #777; -moz-box-shadow: 0 3px 0px #777; box-shadow: 0 3px 0px #777; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); z-index:-1; width:26px; height:26px; } .c_news_list-01001 .p_page .next:active:after { top:8px; right:-12px; width:27px; height:24px; background-color:rgba(90, 170, 167, 1); border-radius:0 3px 0 0 ; -webkit-box-shadow: 0 3px 0px #777; -moz-box-shadow: 0 3px 0px #777; box-shadow: 0 3px 0px #777; -webkit-transform: rotate(226deg); -moz-transform: rotate(226deg); -o-transform: rotate(226deg); -ms-transform: rotate(226deg); transform: rotate(226deg); z-index:-1; } .c_news_list-01001 .p_page .next{ height:30px; color:rgba(255, 255, 255, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101, 190, 186, 1); text-align:center; padding-top:0; padding-right:20px; padding-left:20px; position:relative; left:0; top:0; } .c_news_list-01001 .p_page .next:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101,190,186,1); cursor:pointer; } .c_news_list-01001 .p_page .next:active{ background-color:rgba(90, 170, 167, 1); } .c_news_list-01001 .p_page .next .font{ display:table-cell; vertical-align:middle; bottom:0; font-size: 12px; } .c_news_list-01001 .p_page .next:hover .iconfont{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .next:active .iconfont{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .next .iconfont:before{content: "";margin-top: 3px;float: right;margin-left: 5px;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_page .pageNum { position:relative; background-size: 100% 100%; color: inherit; cursor: pointer; display: table; font-family: inherit; font-size: 14px; font-weight: inherit; height: inherit; position: absolute; text-decoration: none; width: inherit; } .c_news_list-01001 .p_page .pageNum{ height:30px; width:30px; color:rgba(102, 102, 102, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(242, 242, 242, 1); text-align:center; position:relative; } .c_news_list-01001 .p_page .pageNum:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); cursor:pointer; text-decoration: none; background-color:rgba(101,190,186,1); } .c_news_list-01001 .p_page .pageNum:active { text-decoration: none; background-color:rgba(90, 170, 167, 1); } .c_news_list-01001 .p_page .pageNum.active { text-decoration: none; background-color:rgba(90, 170, 167, 1); color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .pageNum .font{ display:table-cell; vertical-align:middle; bottom:0; } .c_news_list-01001 .p_page .pageNum .iconfont{ display:inline; color:rgba(255,255,255,1); vertical-align:middle; } .c_news_list-01001 .p_page .pageNum:hover .iconfont{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .pageNum:active .iconfont{ color:rgba(255,255,255,1); } .c_news_list-01001 .p_page .pageNum .iconfont:before{ content: ""; } .c_news_list-01001 .p_page .PageInterval{ line-height:30px; cursor:text; color:rgba(102,102,102,1); } .c_news_list-01001 .p_page .p_PageInterval{ line-height:30px; cursor:text; color:rgba(102,102,102,1); } .c_news_list-01001 .p_OccupyBox{ margin:0; width: auto; height:auto; padding:0; border:none; overflow: hidden; } .c_news_list-01001 .p_CommonSquareNumBtn{ display:inline-block; height:10px; width:100px; padding:0; background-color:rgba(228,228,228,1); border-width:1px; border-color:transparent; color:rgba(153,153,153,1); font-size: 12px; font-family:"Microsoft YaHei"; text-align:center; cursor:pointer; } .c_news_list-01001 .p_CommonSquareNumBtn img{ display:none; } .c_news_list-01001 .p_CommonSquareNumBtn .shape{ text-indent:-9999em; width:inherit; height:inherit; vertical-align:middle; } .c_news_list-01001 .p_CommonSquareNumBtn:hover, .c_news_list-01001 .p_CommonSquareNumBtn.active{ background-color:rgba(103,184,180,1); color:rgba(255,255,255,1); } .c_news_list-01001 .p_CommonSquareNumBtn.j-nav-active{ background-color:rgba(103,184,180,1); color:rgba(255,255,255,1); } .c_news_list-01001 .p_CommonThumbnailBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_CommonSummaryBoxA{margin:0;width: 236px;height:317px;padding:0;border-width:1px;border-style: none;border-color:rgba(228,228,228,0);background-color:transparent;overflow: hidden;text-align:center; } .c_news_list-01001 .p_CommonSwitchBtnB{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:28px; color:rgba(154,155,155,1); } .c_news_list-01001 .p_CommonSwitchBtnB .iconfont:before{ content: "\e6b0"; display: inline-block; } .c_news_list-01001 .p_CommonSwitchBtnB:hover{ color:rgba(105,192,188,1); } .c_news_list-01001 .p_CommonSwitchBtnB:hover{ cursor:pointer; } .c_news_list-01001 .p_titleA{ display:inline-table; margin:0; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; text-align:left; cursor:pointer; } .c_news_list-01001 .p_titleA .font{ vertical-align:middle; line-height: 21px; } .c_news_list-01001 .p_titleA:hover{ color:rgba(69,165,161,1); } .c_news_list-01001 .p_titleA:active{ color:rgba(87,178,173,1); } .c_news_list-01001 .p_titleA .iconfont:before{ content:""; } .c_news_list-01001 .p_ListHline{ height:0; width:100%; border-top-width: 1px; border-top-style: solid; border-top-color:rgba(240,240,240,1); opacity:1; filter:alpha(opacity:100); } .c_news_list-01001 .p_ToDetail{ background:rgba(252,252,252,1); border-color:rgba(240, 240, 240,1); border-style:solid; border-width:1px; display:inline-block; margin:0; padding-left:10px; padding-right:10px; min-width:86px; color:rgba(101, 190, 186,1); font-size:12px; text-align:center; } .c_news_list-01001 .p_ToDetail .font{ white-space:nowrap; vertical-align:middle; line-height: 26px; } a>.c_news_list-01001 .p_ToDetail:hover{ background:rgba(101, 190, 186,1); border-color:transparent; color:rgba(255,255,255,1); cursor:pointer; } .c_news_list-01001 .p_ToDetail .iconfont:before{content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .e_title.c_news_list-01001 .p_LinkF{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_LinkF{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_LinkF:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_news_list-01001 .p_LinkF:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_news_list-01001 .p_LinkF:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_LinkF .iconfont:before{ display: inline-block; content:""; } .c_news_list-01001 .p_tag{ display:inline-block; margin:0; padding-bottom:0px; padding-left:0px; padding-right:5px; padding-top:0px; color:rgba(102, 102, 102,1); font-size:14px; text-align:left; } .c_news_list-01001 .p_tag .font{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.c_news_list-01001 .p_tag:hover{ color:rgba(87, 178, 173,1); cursor:pointer; } .c_news_list-01001 .p_tag .iconfont:before{ display: inline-block; content:""; } .e_title.c_news_list-01001 .p_LinkE{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_LinkE{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_LinkE:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_news_list-01001 .p_LinkE:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_news_list-01001 .p_LinkE:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_LinkE .iconfont:before{ display: inline-block; content:""; } .c_news_list-01001 .p_AssistNameF{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_news_list-01001 .p_AssistNameF .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_news_list-01001 .p_AssistNameF .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_KeywordBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_from{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_news_list-01001 .p_from .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_news_list-01001 .p_from .iconfont:before{ content:""; } .c_news_list-01001 .p_AssistNameE{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_news_list-01001 .p_AssistNameE .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_news_list-01001 .p_AssistNameE .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_FromBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_author{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_news_list-01001 .p_author .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_news_list-01001 .p_author .iconfont:before{ content:""; } .c_news_list-01001 .p_AssistNameD{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_news_list-01001 .p_AssistNameD .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_news_list-01001 .p_AssistNameD .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_AuthorBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_about{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_summary{ color:rgba(102,102,102,1); font-size:14px; line-height:26px; text-align:left; vertical-align:top; word-break:break-all; } .c_news_list-01001 .p_nameB{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_news_list-01001 .p_nameB .font{ vertical-align:middle; line-height: 19px; } .c_news_list-01001 .p_nameB .iconfont:before{display: inline-block;content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_SummaryBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_view{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_news_list-01001 .p_view .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_news_list-01001 .p_view .iconfont:before{ content:""; } .c_news_list-01001 .p_AssistNameC{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_news_list-01001 .p_AssistNameC .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_news_list-01001 .p_AssistNameC .iconfont:before{ content:"\e69e"; } .c_news_list-01001 .p_ViewBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_comment{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_news_list-01001 .p_comment .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_news_list-01001 .p_comment .iconfont:before{ content:""; } .c_news_list-01001 .p_AssistNameB{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_news_list-01001 .p_AssistNameB .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_news_list-01001 .p_AssistNameB .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .e_title.c_news_list-01001 .p_LinkD{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_LinkD{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_LinkD:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_news_list-01001 .p_LinkD:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_news_list-01001 .p_LinkD:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_LinkD .iconfont:before{ display: inline-block; content:""; } .c_news_list-01001 .p_CommentBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_time{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_news_list-01001 .p_time .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_news_list-01001 .p_time .iconfont:before{ content:""; } .c_news_list-01001 .p_AssistNameA{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_news_list-01001 .p_AssistNameA .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_news_list-01001 .p_AssistNameA .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_TimeBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_assist{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_VideoNews{ background-color:transparent; display:inline-block; margin:0; padding-bottom:2px; padding-left:2px; padding-right:2px; padding-top:2px; color:rgba(153,153,153,1); font-size:16px; font-weight:normal; text-align:center; } .c_news_list-01001 .p_VideoNews .font{ line-height:normal; white-space:nowrap; } .c_news_list-01001 .p_VideoNews .iconfont:before{ font-size:18px; content:"\e6be"; color:rgba(3, 114, 112, 1); } .c_news_list-01001 .p_ImgNews{ background-color:transparent; display:inline-block; margin:0; padding-bottom:2px; padding-left:2px; padding-right:2px; padding-top:2px; color:rgba(153,153,153,1); font-size:16px; font-weight:normal; text-align:center; } .c_news_list-01001 .p_ImgNews .iconfont{ float:left; } .c_news_list-01001 .p_ImgNews .font{ line-height:normal; white-space:nowrap; } .c_news_list-01001 .p_ImgNews .iconfont:before{content:"\e69d";color:rgba(3, 114, 112, 1);font-size:18px;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_TypeBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_new{ background-color:transparent; display:inline-block; float:left; margin:0; padding-bottom:2px; padding-left:2px; padding-right:2px; padding-top:2px; color:rgba(153,153,153,1); font-size:16px; text-align:center; } .c_news_list-01001 .p_new .font{ font-weight:normal; line-height:normal; white-space:nowrap; } .c_news_list-01001 .p_new .iconfont:before{font-size:18px;content:"\e61b";color:rgba(3,114,112,1);shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_hot{ background-color:transparent; display:inline-block; float:left; margin:0; padding-bottom:2px; padding-left:2px; padding-right:2px; padding-top:2px; color:rgba(153,153,153,1); font-size:16px; font-weight:normal; text-align:center; } .c_news_list-01001 .p_hot .font{ line-height:normal; white-space:nowrap; } .c_news_list-01001 .p_hot .iconfont:before{font-size:18px;content:"\e666";color:rgba(237,90,88,1);shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_ListTag{ } .c_news_list-01001 .p_ListTag:hover{ } .c_news_list-01001 .p_ListTag:active{ } .c_news_list-01001 .p_title{ display:inline-table; margin:0; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; text-align:left; cursor:pointer; } .c_news_list-01001 .p_title .font{ vertical-align:middle; line-height: 21px; } .c_news_list-01001 .p_title:hover{ color:rgba(69,165,161,1); } .c_news_list-01001 .p_title:active{ color:rgba(87,178,173,1); } .c_news_list-01001 .p_title .iconfont:before{ content:""; } .e_title.c_news_list-01001 .p_LinkC{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_LinkC{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_LinkC:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_news_list-01001 .p_LinkC:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_news_list-01001 .p_LinkC:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_LinkC .iconfont:before{ display: inline-block; content:""; } .c_news_list-01001 .p_nameC{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_news_list-01001 .p_nameC .font{ vertical-align:middle; line-height: 19px; } .c_news_list-01001 .p_nameC .iconfont:before{display: inline-block;content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_TitleBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .e_title.c_news_list-01001 .p_sort{ display:inline-block; padding:0; color:rgba(101, 190, 186,1); font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_sort{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_sort:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; } a>.e_title.c_news_list-01001 .p_sort:active{ color:rgba(69, 165, 161,1); font-weight:400; } a>.e_title.c_news_list-01001 .p_sort:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_sort .iconfont:before{ display: inline-block; content:""; } .e_title.c_news_list-01001 .p_LinkB{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_LinkB{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_LinkB:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_news_list-01001 .p_LinkB:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_news_list-01001 .p_LinkB:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_LinkB .iconfont:before{ display: inline-block; content:""; } .c_news_list-01001 .p_nameA{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_news_list-01001 .p_nameA .font{ vertical-align:middle; line-height: 19px; } .c_news_list-01001 .p_nameA .iconfont:before{display: inline-block;content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_SortBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_Recommend{ background:rgba(237, 90, 90 ,1); display:inline-block; float:left; margin:0; min-height:16px; min-width:44px; padding-bottom:0px; padding-left:5px; padding-right:5px; padding-top:0px; color:rgba(255,255,255,1); font-size:14px; text-align:center; } .c_news_list-01001 .p_Recommend .font{ white-space:nowrap; vertical-align:middle; } .c_news_list-01001 .p_Recommend .iconfont:before{content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_top{ background:rgba(243, 124, 54 ,1); display:inline-block; float:left; margin:0; min-height:16px; min-width:44px; padding-bottom:0px; padding-left:5px; padding-right:5px; padding-top:0px; color:rgba(255,255,255,1); font-size:14px; text-align:center; } .c_news_list-01001 .p_top .font{ line-height:normal; white-space:nowrap; } .c_news_list-01001 .p_top .iconfont:before{content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_news_list-01001 .p_icon{ position:relative; z-index:3; vertical-align:middle; color:rgba(153,153,153,1); width:20px; height:auto; font-size:14px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; text-align: center; } .c_news_list-01001 .p_icon:hover{ color:rgba(153,153,153,1); } .c_news_list-01001 .p_icon:active{ color:rgba(153,153,153,1); } .c_news_list-01001 .p_icon .font{ font-size: inherit; } .c_news_list-01001 .p_icon .iconfont::before{ display: inline-block; content:"\e6ae"; } .c_news_list-01001 .p_SerialNum{ } .c_news_list-01001 .p_SerialNum:hover{ } .c_news_list-01001 .p_SerialNum:active{ } .c_news_list-01001 .p_header{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_content{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_VideoIcon{ margin:0; width:inherit; height:inherit; color:rgba(102,102,102,1); } .c_news_list-01001 .p_VideoIcon .iconfont:before{ content: '\e6bd'; font-size: 50px; } .c_news_list-01001 .p_thumbnail{ padding:0; border-width:1px; border-style:none; border-color:transparent; overflow: hidden; } .c_news_list-01001 .p_thumbnail:hover{ border-width:1px; border-style:none; border-color:transparent; } .c_news_list-01001 .p_thumbnail:active{ border-width:1px; border-style:none; border-color:transparent; } .c_news_list-01001 .p_images{ margin:0; width: 236px; height:175px; padding:0; border-width:0px; border-style: solid; border-color:rgba(228,228,228,1); overflow: hidden; } .e_title.c_news_list-01001 .p_LinkA{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_news_list-01001 .p_LinkA{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_news_list-01001 .p_LinkA:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_news_list-01001 .p_LinkA:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_news_list-01001 .p_LinkA:active{ text-decoration:none; margin-top:0; } .e_title.c_news_list-01001 .p_LinkA .iconfont:before{ display: inline-block; content:""; } .c_news_list-01001 .p_articles{margin:0px; width: inherit;height:186px;padding:0;border-width:1px;border-style: dashed;border-color:rgba(255,255,255,0);background-color:transparent;margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; } .c_news_list-01001 .p_news{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style:solid; border-color:rgba(228,228,228,1); } .c_news_list-01001 .p_CommonSwitchBtnA{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:28px; color:rgba(154,155,155,1); } .c_news_list-01001 .p_CommonSwitchBtnA .iconfont:before{ content: "\e6b0"; display: inline-block; } .c_news_list-01001 .p_CommonSwitchBtnA:hover{ color:rgba(105,192,188,1); } .c_news_list-01001 .p_CommonSwitchBtnA:hover{ cursor:pointer; } .c_news_list-01001 .p_CommonInteraction{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_CommonLanternBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_news_list-01001 .p_Newslist{ margin:0; width: 880px; height:auto; padding:0; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; } .c_news_list-01001{position:absolute; width:890px; height:450px; overflow: hidden;font-size: 0;} .c_news_list-01001 .p_Newslist{ width:inherit; height:auto; overflow: hidden; background: transparent; } .c_news_list-01001 .p_news{ width:inherit; height:auto; overflow:hidden; border-color: transparent; } .c_news_list-01001 .p_images{ width:auto; height:auto; } .c_news_list-01001 .p_content{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_header{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_SortBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-top: 1px; } .c_news_list-01001 .p_InteractionInfo{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_iconBox{ width:auto; height:auto; } .c_news_list-01001 .p_TimeBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_CommentBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_ViewBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_about{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_TitleBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_SummaryBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_AuthorBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-right: 20px; } .c_news_list-01001 .p_KeywordBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_KeywordBox a{ cursor: default; } .c_news_list-01001 .p_FromBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_assist{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_TypeBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-01001 .p_TimeBox{ display:inline-block; margin-right: 10px; } .c_news_list-01001 .p_CommentBox{ display:inline-block; } .c_news_list-01001 .p_ViewBox{ display:inline-block; } .c_news_list-01001 .p_AuthorBox{ display:inline-block; } .c_news_list-01001 .p_FromBox{ display:inline-block; } .c_news_list-01001 .p_tag{ display:inline-block; cursor: default; color:#969696; } .c_news_list-01001 .p_tag .font{ white-space: normal; } .c_news_list-01001 .p_tag:hover{ color:#969696; } .c_news_list-01001 .p_icon{ display:inline-block; vertical-align:middle; margin-top: 2px; } .c_news_list-01001 .p_about{ display:inline-block; vertical-align:middle; } .c_news_list-01001 .p_comment{ vertical-align:top; } .c_news_list-01001 .p_time{ vertical-align:top; } .c_news_list-01001 .p_view{ vertical-align:top; } .c_news_list-01001 .p_author{ vertical-align:bottom; } .c_news_list-01001 .p_from{ vertical-align:bottom; } .c_news_list-01001 .p_articles{ margin-top:15px; margin-bottom:10px; margin-left:20px; margin-right:20px; height:auto; width:auto; overflow: hidden; } .c_news_list-01001 .p_images{ width:168px; height:138px; float: left; box-sizing:border-box; -moz-box-sizing:border-box; position:relative; vertical-align:middle; text-align:center; margin-right:15px; } .c_news_list-01001 .p_thumbnail{ width:100%; height:auto; vertical-align:middle; text-align:center; overflow: hidden; } .c_news_list-01001 .higher .p_thumbnail{ position: absolute; height: 100%; } .c_news_list-01001 .widther .p_thumbnail{ position: absolute; height: 100%; } .c_news_list-01001 .smaller .p_thumbnail{ position: absolute; height: 100%; } .c_news_list-01001 .p_VideoIcon{ position:absolute; top:50%; left:50%; width:auto; margin-left:-10px; margin-top:-10px; } .c_news_list-01001 .p_content{ vertical-align:top; } .c_news_list-01001 .p_SortBox{ display: inline-block; vertical-align: middle; } .c_news_list-01001 .p_TypeBox{ float:left; } .c_news_list-01001 .p_SerialNum{ display: inline-block; width:auto; vertical-align: top; margin-top: -1px; } .c_news_list-01001 .p_sort{ display: inline-block; vertical-align: middle; } .c_news_list-01001 .p_ListTag{ display: inline-block; vertical-align: top; width:auto; margin-top: -2px; } .c_news_list-01001 .p_TitleBox{ display: inline-block; margin-left:5px; margin-right:2px; vertical-align: top; } .c_news_list-01001 .p_title{ width:100%; display:inline-block; font-size: 14px; color: #323232; } .c_news_list-01001 .p_title .font{ width:inherit; white-space: normal; display:inline-block; line-height: 21px; vertical-align: top; } .c_news_list-01001 .p_title:active{ color: #db1010; } .c_news_list-01001 .p_titleA{ width:100%; display:inline-block; color: #ED5A5A; font-size: 14px; } .c_news_list-01001 .p_titleA .font{ width:inherit; white-space: normal; display:inline-block; line-height: 19px; vertical-align: top; } .c_news_list-01001 .p_titleA:active{ color: #db1010; } .c_news_list-01001 .p_assist{ float:right; display:inline-block; margin-top: 2px; margin-left: 5px; } .c_news_list-01001 .p_CommentBox{ margin-right:10px; } .c_news_list-01001 .p_SummaryBox{ clear:both; margin-bottom:10px; margin-top:8px; } .c_news_list-01001 .p_header{ font-size:0; margin-top:5px; overflow:hidden; } .c_news_list-01001 .p_InteractionInfo{ float:right; margin-top:5px; margin-bottom:5px; } .c_news_list-01001 .p_ToDetail{ float:right; position: relative; } .c_news_list-01001 .p_top{ margin-right:10px; float: none; vertical-align: middle; font-size: 14px; } .c_news_list-01001 .p_top .font{ line-height: 20px; } .c_news_list-01001 .p_Recommend{ margin-right:5px; float: none; vertical-align: middle; font-size: 14px; } .c_news_list-01001 .p_Recommend .font{ line-height: 20px; } .c_news_list-01001 .p_KeywordBox{ margin-top:4px; white-space: normal; } .c_news_list-01001 .p_nameA{ float:left; } .c_news_list-01001 .p_nameB{ float:left; margin-top:3px; } .c_news_list-01001 .p_nameB .font{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .c_news_list-01001 .p_ImgNews{ float:left; } .c_news_list-01001 .p_icon .iconfont:before{ content:'\e6ae'; color: rgba(153,153,153,1); } .c_news_list-01001 .p_AssistNameA .iconfont:before{ content: '\e67a'; margin-right:5px; } .c_news_list-01001 .p_AssistNameB .iconfont:before{ content: '\e696'; margin-right:5px; } .c_news_list-01001 .p_AssistNameC .iconfont:before{ margin-right:5px; content: '\e69e'; } .c_news_list-01001 .p_AssistNameD .iconfont:before{ content: '\e6a6'; vertical-align: middle; margin-right:5px; } .c_news_list-01001 .p_AssistNameE .iconfont:before{ content: '\e60a'; margin-right:5px; } .c_news_list-01001 .p_AssistNameF .iconfont:before{ content: '\e6b3'; margin-right:5px; } .c_news_list-01001 .p_VideoIcon .font{ display: block; } .c_news_list-01001 .p_VideoIcon .iconfont:before{ content:'\e65d'; color:rgba(255,255,255,1); font-size:25px; } .c_news_list-01001 .p_summary{ font-family:"Microsoft Yahei"; white-space:normal; } .c_news_list-01001 .p_ImgNews .iconfont{ float:none; } .c_news_list-01001 .p_page{ width: auto; height: auto; float: right; right: 30px; margin-bottom: 10px; margin-top: 10px; } .c_news_list-01001 .e_pagebox-000 .pre:after{ display: none; } .c_news_list-01001 .p_sort{ font-size: 12px; } .c_news_list-01001 .p_sort .font{ white-space: nowrap; max-width: 95px; text-overflow: ellipsis; overflow: hidden; display: inline-block; line-height: 19px; vertical-align: inherit; } .c_news_list-01001 .p_sort:active{ color: #ed5a5a; } .c_news_list-01001 .p_TitleBox .p_nameC{ display: inline-block; vertical-align: top; display: none; } .c_news_list-01001 .p_hot .font,.c_news_list-01001 .p_ImgNews .font,.c_news_list-01001 .p_ImgNews .font,.c_news_list-01001 .p_VideoNews .font{ line-height: 0; } .c_news_list-01001 .p_LinkC{ display: inline-block; } .c_news_list-01001 .p_CommonLanternBox{ width: auto; height: auto; position: relative; } .c_news_list-01001 .p_CommonSwitchBtnA{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 45px; color: #e5e5e5; } .c_news_list-01001 .p_CommonSwitchBtnA .iconfont:before{ content: "\e687"; } .c_news_list-01001 .p_CommonSwitchBtnB{ position: absolute; top: 50%; right: 50%; transform: translate(50%,-50%); font-size: 45px; color: #e5e5e5; } .c_news_list-01001 .p_CommonSwitchBtnB .iconfont:before{ content: "\e6ae"; } .c_news_list-01001 .p_CommonSummaryBoxA{ width: auto; height: auto; text-align: center; margin-bottom: 20px; } .c_news_list-01001 .p_CommonThumbnailBox{ width: auto; height: auto; } .c_news_list-01001 .d_CommonInteractionA{ left: 0; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_news_list-01001 .d_CommonInteractionB{ right: 0; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_news_list-01001 .p_CommonSquareNumBtn{ width: 100px; height: 10px; margin: 0 8px; } .c_news_list-01001 .p_moreBox{ width: auto; height: auto; } .c_news_list-01001 .p_more{ position: static; margin:0 auto; } .c_news_list-01001 .p_moreBtn{ position: static; width: auto; } .c_news_list-01001 .p_hot .iconfont:before { content: '\e666'; } .c_news_list-01001 .p_new .iconfont:before { content: '\e61b'; } .c_news_list-01001 .p_ImgNews .iconfont:before { content: '\e69d'; } .c_news_list-01001 .p_VideoNews .iconfont:before { content: '\e6be'; }.c_news_list-01001 .p_MatteIcon .iconfont:before{content:'\e602'; }.c_news_list-01001 >div{animation-fill-mode:both; }.c_news_list-02001{ position:absolute; width:890px; height:600px; overflow: hidden; font-size: 0; } .c_news_list-02001 .p_Newslist{ width:auto; height:auto; overflow: hidden; white-space: normal; background: transparent; } /*庞秀伟开始*/ .c_news_list-02001 .p_Newslist:hover{ border: none; } .c_news_list-02001 .p_Newslist:active{ border: none; } /*庞秀伟结束 */ .c_news_list-02001 .p_news{ width:inherit; height:auto; overflow:hidden; border-color: transparent; padding: 15px; } .c_news_list-02001 .p_content{ width:auto; height:auto; border-width: 0; background-color: transparent; margin:10px; overflow: hidden; } .c_news_list-02001 .p_header{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_SortBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-top: 10px; vertical-align: top; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; display: inline-block\0; max-width: 100%; margin-right: 10px; } .c_news_list-02001 .p_InteractionInfo{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_iconBox{ width:auto; height:auto; } .c_news_list-02001 .p_TimeBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-right: 10px; } .c_news_list-02001 .p_CommentBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-right: 10px; } .c_news_list-02001 .p_ViewBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-right: 10px; } .c_news_list-02001 .p_about{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_TitleBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_SummaryBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_AuthorBox{ width:auto; height:auto; border-width: 0; background-color: transparent; vertical-align: top; margin-top: 10px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; display: inline-block\0; max-width: 100%; margin-right: 10px; } .c_news_list-02001 .p_KeywordBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_KeywordBox a{ cursor: default; } .c_news_list-02001 .p_FromBox{ width:auto; height:auto; border-width: 0; background-color: transparent; vertical-align: top; margin-top: 10px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; display: inline-block\0; max-width: 100%; margin-right: 10px; } .c_news_list-02001 .p_assist{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_news_list-02001 .p_TypeBox{ width:auto; height:auto; border-width: 0; background-color: transparent; display: inline; } /*覆盖阶段结束*/ /*改为inline-block*/ .c_news_list-02001 .p_TimeBox{ display:inline-block; margin-top: 10px; } .c_news_list-02001 .p_CommentBox{ display:inline-block; margin-top: 10px; } .c_news_list-02001 .p_ViewBox{ display:inline-block; margin-top: 10px; } .c_news_list-02001 .p_tag{ display:inline-block; cursor: default; color:#969696; margin: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; padding-top: 0px; font-size: 14px; text-align: left; } .c_news_list-02001 .p_tag .font{ white-space: normal; vertical-align: middle; line-height: 19px; } .c_news_list-02001 .p_tag:hover{ color:#969696; } .c_news_list-02001 .p_icon{ display: inline; width: auto; height: auto; vertical-align: bottom; float:left; margin-top: 5px; position: relative; z-index: 3; color: rgba(153,153,153,1); font-size: 14px; text-align: center; } .c_news_list-02001 .p_icon .font{ display: inline; } .c_news_list-02001 .p_about{ display:inline-block; vertical-align:middle; } .c_news_list-02001 .p_comment{ vertical-align:top; display: inline-table; margin: 0; padding: 0 5px 0 0; color: #969696; font-size: 12px; text-align: left; white-space: nowrap; overflow: visible; } .c_news_list-02001 .p_comment .font{ vertical-align: middle; display: table-cell; line-height: 18px; } .c_news_list-02001 .p_time{ vertical-align:top; display: inline-table; margin: 0; padding: 0 5px 0 0; color: #969696; font-size: 12px; text-align: left; white-space: nowrap; overflow: visible; } .c_news_list-02001 .p_time .font{ vertical-align: middle; display: table-cell; line-height: 18px; } .c_news_list-02001 .p_view{ vertical-align:top; display: inline-table; margin: 0; padding: 0 5px 0 0; color: #969696; font-size: 12px; text-align: left; white-space: nowrap; overflow: visible; } .c_news_list-02001 .p_view .font{ vertical-align: middle; display: table-cell; line-height: 18px; } .c_news_list-02001 .p_author{ vertical-align:top; display: block; -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; display: inline-block\0; max-width: 70%\0; overflow: hidden; margin: 0; padding: 0 5px 0 0; color: #969696; font-size: 12px; text-align: left; white-space: nowrap; } .c_news_list-02001 .p_author .font{ display: block; overflow: hidden; white-space: normal; vertical-align: middle; line-height: 18px; } .c_news_list-02001 .p_from{ vertical-align:top; display: block; -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; display: inline-block\0; max-width: 70%\0; overflow: hidden; margin: 0; padding: 0 5px 0 0; color: #969696; font-size: 12px; text-align: left; white-space: nowrap; } .c_news_list-02001 .p_from .font{ display: block; overflow: hidden; white-space: normal; line-height: 18px; vertical-align: middle; } /*end*/ /*组件样式开始*/ .c_news_list-02001 .p_articles{ margin: 5px; height:auto; width:205px; overflow: hidden; border:1px solid #f0f0f0; width: calc((100% - 30px)/3); display: inline-block; vertical-align: top; } .c_news_list-02001 .p_articles:hover{ background: #fcfdff; } /*.c_news_list-02001 .p_articles:hover .p_title{ color:rgba(69,165,161,1) } .c_news_list-02001 .p_articles:hover .p_titleA{ color:rgba(69,165,161,1) } .c_news_list-02001 .p_articles:hover .p_ToDetail{ background: rgba(101, 190, 186,1); border-color: transparent; color: rgba(255,255,255,1); } .c_news_list-02001 .p_articles:hover .p_shade{ display: block; }*/ .c_news_list-02001 .p_images{ display: block; width:auto; height:auto; position:relative; vertical-align:middle; margin:5px; /*margin-bottom: 10px;*/ } .c_news_list-02001 .p_images:hover .p_shade{ display: block; } .c_news_list-02001 .p_thumbnail{ width:100%; height:auto; vertical-align:middle; text-align:center; overflow: hidden; } .c_news_list-02001 .higher .p_thumbnail{ position: absolute; height: 100%; } .c_news_list-02001 .widther .p_thumbnail{ position: absolute; height: 100%; } .c_news_list-02001 .smaller .p_thumbnail{ position: absolute; height: 100%; } .c_news_list-02001 .p_thumbnail img{ width: 100%; } /*.c_news_list-02001 .p_thumbnail:hover:after{ background: transparent; }*/ .c_news_list-02001 .p_VideoIcon{ position:absolute; top:50%; left:50%; width:auto; margin-left:-10px; margin-top:-10px; height: inherit; color: rgba(102,102,102,1); } .c_news_list-02001 .p_sort{ display: block; vertical-align: top; -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; display: inline-block\0; max-width: 70%\0; overflow: hidden; margin: 0; padding: 0 5px 0 0; color: #969696; text-align: left; white-space: nowrap; } .c_news_list-02001 .p_LinkB{ -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; overflow: hidden; } .c_news_list-02001 .p_ListTag{ width:auto; vertical-align: bottom; display: inline; } .c_news_list-02001 .p_ListTag.BottomRight{ position: absolute; bottom: 0px; right: 0px; background:#fff; white-space: nowrap; } .c_news_list-02001 .p_ListTagA{ position: absolute; top: 10px; right: 5px; width: auto; height: auto; } .c_news_list-02001 .p_TitleBox{ display:inline; } .c_news_list-02001 .p_LinkC{ display: inline } .c_news_list-02001 .p_title{ width:100%; display:inline; } .c_news_list-02001 .p_title .font{ /*width:inherit;*/ display:inline; white-space: normal; vertical-align: baseline; } .c_news_list-02001 .p_title:active{ color: #57b2ad; } .c_news_list-02001 .p_titleA{ width:100%; display:inline; color: #ED5A5A; font-size: 16px; font-weight: 400; text-align: left; cursor: pointer; } .c_news_list-02001 .p_titleA .font{ /*width:inherit;*/ display:inline; white-space: normal; vertical-align: baseline; line-height: 21px; } .c_news_list-02001 .p_titleA:active{ color: #57b2ad; } .c_news_list-02001 .p_SummaryBox{ margin-top: 5px; } .c_news_list-02001 .p_header{ font-size:0; overflow:hidden; } .c_news_list-02001 .p_InteractionInfo{ /*display:table-cell; text-align:right;*/ float:right; margin-top:5px; margin-bottom:5px; } .c_news_list-02001 .p_ToDetail{ float:right; position: relative; margin-top: 10px; background: rgba(252,252,252,1); border-color: rgba(240, 240, 240,1); border-style: solid; border-width: 1px; display: inline-block; margin: 0; padding-left: 10px; padding-right: 10px; min-width: 86px; color: rgba(101, 190, 186,1); font-size: 12px; text-align: center; } .c_news_list-02001 .p_ToDetail .font { white-space: nowrap; vertical-align: middle; line-height: 26px; } .c_news_list-02001 .p_shade{ position: absolute; background: rgba(0,0,0,0.3); width: 100%; height: 100%; top: 0px; left: 0px; display: none; } .c_news_list-02001 .p_shade:hover{ background: rgba(0,0,0,0.3); } .c_news_list-02001 .p_ToDetailA{ background: transparent; position: absolute; top: 50%; left: 50%; border: none; transform:translate(-50%,-50%); color: #fff; text-align: center; } .c_news_list-02001 .p_ToDetailA .font{ } .c_news_list-02001 .p_ToDetailA:hover{ background: transparent; } .c_news_list-02001 .p_top{ margin-right:5px; background: rgba(243, 124, 54 ,1); display: inline-block; float: left; min-height: 16px; min-width: 44px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; padding-top: 0px; color: rgba(255,255,255,1); font-size: 14px; text-align: center; } .c_news_list-02001 .p_top .font{ padding-right: 3px; line-height: normal; white-space: nowrap; } .c_news_list-02001 .p_Recommend{ margin-right:5px; background: rgba(237, 90, 90 ,1); display: inline-block; float: left; min-height: 16px; min-width: 44px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; padding-top: 0px; color: rgba(255,255,255,1); font-size: 14px; text-align: center; } .c_news_list-02001 .p_Recommend .font{ padding-right: 3px; white-space: nowrap; vertical-align: middle; } .c_news_list-02001 .p_KeywordBox{ margin-top:10px; } .c_news_list-02001 .p_nameB{ float:left; margin-top:3px; display: inline-block; padding: 0; vertical-align: middle; color: #969696; font-size: 14px; text-align: left; } .c_news_list-02001 .p_nameB .font{ /*max-width: 6em;*/ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; line-height: 19px; } .c_news_list-02001 .p_icon .iconfont:before{ content:'\e6ae'; color: rgba(153,153,153,1); display: inline-block; } .c_news_list-02001 .p_AssistNameA .iconfont:before{ content: '\e67a'; margin-right:5px; } .c_news_list-02001 .p_AssistNameB .iconfont:before{ content: '\e696'; margin-right:5px; } .c_news_list-02001 .p_AssistNameC .iconfont:before{ margin-right:5px; content: '\e69e'; } .c_news_list-02001 .p_AssistNameD .iconfont:before{ content: '\e6a6'; vertical-align: middle; margin-right:5px; } .c_news_list-02001 .p_AssistNameE .iconfont:before{ content: '\e60a'; margin-right:5px; } .c_news_list-02001 .p_AssistNameF .iconfont:before{ content: '\e6b3'; margin-right:5px; } .c_news_list-02001 .p_AssistNameG .iconfont:before{ content: '\e6b1'; margin-right:5px; } .c_news_list-02001 .p_VideoIcon:before{ content:'\e65d'; color:rgba(255,255,255,1); font-size:25px; } .c_news_list-02001 .p_summary{ font-family:"Microsoft Yahei"; white-space:normal; text-align: justify; color: rgba(102,102,102,1); font-size: 14px; line-height: 26px; vertical-align: top; word-break: break-all; } .c_news_list-02001 .p_ImgNews .iconfont{ float:none; } .c_news_list-02001 .p_page{ width: auto; height: auto; float: right; right: 30px; margin-bottom: 10px; } .c_news_list-02001 .e_pagebox-000 .pre:after{ display: none; } /*庞秀伟*/ .c_news_list-02001 .p_sort{ font-size: 12px; } .c_news_list-02001 .p_sort .font{ white-space: normal; display: block; overflow: hidden; vertical-align: middle; line-height: 18px; } .c_news_list-02001 .p_sort:active{ color: #ed5a5a; } .c_news_list-02001 .p_TitleBox .p_nameC{ display: inline; vertical-align: top; float:left; color: #969696; font-size: 14px; text-align: left; } .c_news_list-02001 .p_TitleBox .p_nameC .font{ display: inline; line-height: 21px; } /*大图 .c_product_detail-02001 .p_image{ width: 100%; height: 100%; }*/ .c_news_list-02001 .p_hot{ display: inline; float:none; padding: 0; color: rgba(153,153,153,1); font-size: 16px; font-weight: normal; text-align: center; } .c_news_list-02001 .p_hot .font{ /*margin-top: -4px;*/ display: inline; } .c_news_list-02001 .p_new{ display: inline; float:none; padding: 0; color: rgba(153,153,153,1); font-size: 16px; text-align: center; } .c_news_list-02001 .p_new .font{ /*margin-top: -4px;*/ display: inline; } .c_news_list-02001 .p_ImgNews{ display: inline; float:none; padding: 0; color: rgba(153,153,153,1); font-size: 16px; font-weight: normal; text-align: center; } .c_news_list-02001 .p_ImgNews .font{ /*margin-top: -4px;*/ display: inline; } .c_news_list-02001 .p_VideoNews{ display: inline; padding: 0; color: rgba(153,153,153,1); font-size: 16px; font-weight: normal; text-align: center; } .c_news_list-02001 .p_VideoNews .font{ /*margin-top: -4px;*/ display: inline; } .c_news_list-02001 .p_hot .iconfont:before { font-size: 18px; content: "\e666"; color: rgba(237,90,88,1); } .c_news_list-02001 .p_new .iconfont:before { font-size: 18px; content: "\e61b"; color: rgba(3,114,112,1); } .c_news_list-02001 .p_ImgNews .iconfont:before { content: "\e69d"; color: rgba(3, 114, 112, 1); font-size: 18px; } .c_news_list-02001 .p_VideoNews .iconfont:before { font-size: 18px; content: "\e6be"; color: rgba(3, 114, 112, 1); } .c_news_list-02001 .p_ThumbnailBox{ width: auto; height: auto; } /*跑马灯*/ .c_news_list-02001 .p_CommonLanternBox{ width: auto; height: auto; position: relative; background-color: transparent; overflow: hidden; } .c_news_list-02001 .p_CommonSwitchBtnA{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 45px; color: #e5e5e5; display: inline-block; vertical-align: middle; cursor: pointer; } .c_news_list-02001 .p_CommonSwitchBtnA .iconfont:before{ content: "\e687"; } .c_news_list-02001 .p_CommonSwitchBtnB{ position: absolute; top: 50%; right: 50%; transform: translate(50%,-50%); font-size: 45px; color: #e5e5e5; display: inline-block; vertical-align: middle; cursor: pointer; } .c_news_list-02001 .p_CommonSwitchBtnB .iconfont:before{ content: "\e6ae"; display: inline-block; } .c_news_list-02001 .p_CommonSummaryBoxA{ width: auto; height: auto; /* position: relative; */ text-align: center; margin-bottom: 20px; } .c_news_list-02001 .p_CommonThumbnailBox{ width: auto; height: auto; } .c_news_list-02001 .d_CommonInteractionA{ left: 0px; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_news_list-02001 .d_CommonInteractionB{ right: 0px; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_news_list-02001 .p_CommonSquareNumBtn{ width: 100px; height: 10px; margin: 0px 8px; display: inline-block; padding: 0; background-color: rgba(228,228,228,1); border-width: 1px; border-color: transparent; color: rgba(153,153,153,1); font-size: 12px; font-family: "Microsoft YaHei"; text-align: center; cursor: pointer; } .c_news_list-02001 .p_CommonSquareNumBtn:hover,.c_news_list-02001 .p_CommonSquareNumBtn.active{ background-color: rgba(103,184,180,1); color: rgba(255,255,255,1); } .c_news_list-02001 .p_CommonSquareNumBtn .shape { text-indent: -9999em; width: inherit; height: inherit; vertical-align: middle; } .c_news_list-02001 .p_CommonSquareNumBtn img{ display: none; } /*跑马灯 结束*/ .c_news_list-02001 .p_moreBox{ width: 100%; height: auto; } .c_news_list-02001 .p_more{ position: static; } .c_news_list-02001 .p_moreBtn{ position: static; width: auto; } /*移上动画*/ .c_news_list-02001 .p_articles:hover .p_matteA{ display: block; } .c_news_list-02001 .p_articles:hover .p_Position{ display: inline-block; } .c_news_list-02001 .p_articles:hover .p_matte{ display: block; } .c_news_list-02001 .p_MatteIcon{ width: auto; display: inline-block; } .c_news_list-02001 .p_MatteIcon:before{ content: ""; } .c_news_list-02001 .p_MatteIcon .iconfont{ font-size: 20px; color: rgba(255,255,255,.8); } .c_news_list-02001 .p_MatteIcon .iconfont:before{ content: "\e602"; } .c_news_list-02001 .p_articles .p_matte:before { content: "\200B"; display: inline-block; width: 0; height: 100%; vertical-align: middle; } .c_news_list-02001 .p_AssistNameA{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameA .font{ vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_AssistNameG{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameG .font { vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_AssistNameD{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameD .font { vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_AssistNameE{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameE .font { vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_AssistNameB{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameB .font { vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_AssistNameC{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameC .font { vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_AssistNameF{ display: inline-block; margin: 0; padding: 0; color: #c8c8c8; font-size: 12px; text-align: right; } .c_news_list-02001 .p_AssistNameF .font { vertical-align: middle; white-space: nowrap; width: inherit; line-height: 16px; } .c_news_list-02001 .p_succ{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#F7FBFB; border: 2px solid #65beba; font-size: 22px; position: absolute; z-index: 9999999999; } .c_news_list-02001 .p_succ .iconfont{ height: auto; color: #A2D465; margin-right:20px; display: inline-block; margin-left: 40px; } .c_news_list-02001 .p_succ .iconfont:before{ content: "\e648"; } .c_news_list-02001 .p_succ .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_news_list-02001 .p_succ .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_news_list-02001 .p_succ .assistfont{ display: none; } .c_news_list-02001 .p_succ .closebtn { display: none; } .c_news_list-02001 .p_fail{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#FDFCF3; border: 2px solid #FFDC90; font-size: 22px; position: absolute; z-index: 99999999999; } .c_news_list-02001 .p_fail .iconfont{ height: auto; color: #FF0000; margin-right:20px; display: inline-block; margin-left: 40px; } .c_news_list-02001 .p_fail .iconfont:before{ content: "\e641"; } .c_news_list-02001 .p_fail .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_news_list-02001 .p_fail .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_news_list-02001 .p_fail .assistfont{ font-size: 14px; color: #999999; margin-top: 5px; } .c_news_list-02001 .p_fail .closebtn { font-size: 14px; color: #65beba; position: absolute; right: 15px; bottom: 15px; } .c_news_list-02001 .p_fail .closebtn:hover{ cursor: pointer; }.c_news_list-02001 .p_PromptNoneData{ width: auto; background-color: inherit; text-align: center; } .c_news_list-02001 .p_PromptNoneData .prompt_title .iconfont:before { content: ""; } .c_news_list-02001 .p_PromptNoneData .prompt_title .first{ height: auto; display: table-cell; font-size: 32px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 5px 0; } .c_news_list-02001 .p_PromptNoneData .prompt_title{ display: inline-table; padding: 0 30px; min-height: 200px; height: 100%; } .c_news_list-02001 .p_PromptNoneData .prompt_title .first:before{ content: "\e6b4"; } .c_news_list-02001 .p_PromptNoneData .prompt_title .font{ font-size: 18px; display: table-cell; line-height: normal; vertical-align: middle; color: rgba(51,51,51,1); font-weight: bold; text-align: left; } .c_news_list-02001 .p_PromptNoneData .promptbox{ width: auto; height: 100%; } .c_news_list-02001 .p_PromptNoneData .prompt_content { font-size: 14px; color: rgba(105, 105, 105,1); padding-left: 65px; } /*引导短连接*/ .c_news_list-02001 .p_moreBtn{ background:rgba(252,252,252,1); border-color:rgba(240, 240, 240,1); border-style:solid; border-width:1px; display:inline-table; min-height:29px; margin:0; padding-bottom:5px; padding-left:10px; padding-right:10px; padding-top:5px; min-width:86px; cursor:pointer; color:rgba(101, 190, 186,1); font-size:12px; text-align:center; } .c_news_list-02001 .p_moreBtn .font{ white-space:nowrap; overflow:visible; vertical-align:middle; } .c_news_list-02001 .p_moreBtn:hover{ background:rgba(101, 190, 186,1); border-color:transparent; } .c_news_list-02001 .p_moreBtn:hover{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_moreBtn .iconfont:before{ content:""; } @-moz-keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes three-quarters-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .loading_animation{ -moz-animation: three-quarters-loader 850ms infinite linear; -webkit-animation: three-quarters-loader 850ms infinite linear; animation: three-quarters-loader 850ms infinite linear; border: 3px solid #737282; border-right-color: transparent; border-radius: 16px; box-sizing: border-box; display: inline-block; position: relative; overflow: hidden; text-indent: -9999px; width: 32px; height: 32px; vertical-align: middle; } .c_news_list-02001 .p_loading{ width: 890px; height: 70px; background-color: #FBFBFC; line-height: 70px; text-align: center; color: #666666; font-size: 18px; } .c_news_list-02001 .p_loading .iconfont:before{ content: ""; } .c_news_list-02001 .p_loading .font{ display: inline-block; margin-left: 20px; line-height: 70px; height: inherit; }.c_news_list-02001 .p_more{ width: 890px; text-align:center; padding-right:20px; padding-left:20px; height: 70px; background-color:#F6F7F8; position: relative; border-radius: 0; border-width: 0; color: rgba(115,115,131,1); font-size: 18px; } .c_news_list-02001 .p_more:active{ background-color:#F6F7F8; } .c_news_list-02001 .p_more .font{ display:table-cell; vertical-align:middle; text-align: inherit; } .c_news_list-02001 .p_more .iconfont{ display:inline; vertical-align:middle; } .c_news_list-02001 .p_more .iconfont:before{ content: "\e6d1"; } .c_news_list-02001 .p_scroll{ width: 100%; height: auto; position: relative; } .c_news_list-02001 .p_scroll .vline{ width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: #F0F0F0; opacity: 1; position: absolute; top: 50%; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_news_list-02001 .p_scroll .scrolling{ width: 77px; height: 25px; border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F2F2F3); background: -o-linear-gradient(#fff , #F2F2F3); background: -moz-linear-gradient(#fff , #F2F2F3); background: linear-gradient(#fff , #F2F2F3); border-radius: 6px; position:relative; left:50%; text-align: center; font-size: 15px; box-shadow: 0 0 10px #fff inset,0 1px 1px rgba(0,0,0,0.1); color: #AAAAAA; cursor: pointer; } .c_news_list-02001 .p_scroll .scrolling:hover{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F7F7F8); background: -o-linear-gradient(#fff , #F7F7F8); background: -moz-linear-gradient(#fff , #F7F7F8); background: linear-gradient(#fff , #F7F7F8); } .c_news_list-02001 .p_scroll .scrolling:active{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #E4E4E4); background: -o-linear-gradient(#fff , #E4E4E4); background: -moz-linear-gradient(#fff , #E4E4E4); background: linear-gradient(#fff , #E4E4E4); box-shadow: 0 0 10px #fff inset,0 1px 2px rgba(0,0,0,0.1); }/*翻页*/ .e_pagebox{ width:auto; height:auto; clear:both; position:relative; } .c_news_list-02001 .p_page .pre{ display:inline-table; float:left; margin-left:18px; margin-right:5px; } .c_news_list-02001 .p_page .pageNum{ display:inline-block; position:static; float:left; margin-right:5px; line-height:30px; /*padding: 0 10px;*/ } .c_news_list-02001 .p_page .next{ display:inline-table; float:left; } .c_news_list-02001 .p_page .PageInterval{ display:inline-block; position:static; float:left; margin-right:5px; line-height:38px; font-size: 12px; } .c_news_list-02001 .p_page .p_PageInterval{ display:inline-block; position:static; float:left; margin-right:5px; line-height:38px; font-size: 12px; } /*左翻页*/ .c_news_list-02001 .p_page .pre:after{ content:""; display:none; position:absolute; top:5px; left:-14px; width:27px; height:27px; background-color:rgba(242, 242, 242, 1); font-size:0; line-height:0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_news_list-02001 .p_page .pre:hover:after{ top:4px; left:-12px; background-color:rgba(101, 190, 186, 1); border-radius:4px 0 0 0; -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_news_list-02001 .p_page .pre:active:after { top:8px; left:-12px; width:28px; height:25px; background-color:rgba(90, 170, 167, 1); border-radius:0 3px 0 0 ; -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -webkit-transform: rotate(-226deg); -moz-transform: rotate(-226deg); -o-transform: rotate(-226deg); -ms-transform: rotate(-226deg); transform: rotate(-226deg); z-index:-1; } .c_news_list-02001 .p_page .pre{ height:30px; color:rgba(102, 102, 102, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(242, 242, 242, 1); text-align:center; padding-top:0; padding-right:20px; padding-left:20px; position:relative; left:0; top:0; } .c_news_list-02001 .p_page .pre:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101,190,186,1); cursor:pointer; } .c_news_list-02001 .p_page .pre:active{ background-color:rgba(90, 170, 167, 1); } .c_news_list-02001 .p_page .pre .font{ display:table-cell; vertical-align:middle; bottom:0; font-size: 12px; } .c_news_list-02001 .p_page .pre:hover .iconfont{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .pre:active .iconfont{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .pre .iconfont:before{ content: ""; margin-right: 5px; } /*右翻页*/ .c_news_list-02001 .p_page .next:after{ content:""; display:none; position:absolute; top:5px; right:-14px; width:27px; height:27px; background-color:rgba(101, 190, 186, 1); font-size:0; line-height:0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_news_list-02001 .p_page .next:hover:after{ top:5px; right:-12px; background-color:rgba(101, 190, 186, 1); border-radius:4px 0 0 0; -webkit-box-shadow: 0 3px 0px #777; -moz-box-shadow: 0 3px 0px #777; box-shadow: 0 3px 0px #777; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); z-index:-1; width:26px; height:26px; } .c_news_list-02001 .p_page .next:active:after { top:8px; right:-12px; width:27px; height:24px; background-color:rgba(90, 170, 167, 1); border-radius:0 3px 0 0 ; -webkit-box-shadow: 0 3px 0px #777; -moz-box-shadow: 0 3px 0px #777; box-shadow: 0 3px 0px #777; -webkit-transform: rotate(226deg); -moz-transform: rotate(226deg); -o-transform: rotate(226deg); -ms-transform: rotate(226deg); transform: rotate(226deg); z-index:-1; } .c_news_list-02001 .p_page .next{ height:30px; color:rgba(255, 255, 255, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101, 190, 186, 1); text-align:center; padding-top:0; padding-right:20px; padding-left:20px; position:relative; left:0; top:0; } .c_news_list-02001 .p_page .next:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101,190,186,1); cursor:pointer; } .c_news_list-02001 .p_page .next:active{ background-color:rgba(90, 170, 167, 1); } .c_news_list-02001 .p_page .next .font{ display:table-cell; vertical-align:middle; bottom:0; font-size: 12px; } .c_news_list-02001 .p_page .next:hover .iconfont{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .next:active .iconfont{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .next .iconfont:before{ content: ""; margin-top: 3px; float: right; margin-left: 5px; } /*翻页数字*/ .c_news_list-02001 .p_page .pageNum { position:relative; background-size: 100% 100%; color: inherit; cursor: pointer; display: table; font-family: inherit; font-size: 14px; font-weight: inherit; height: inherit; position: absolute; text-decoration: none; width: inherit; } .c_news_list-02001 .p_page .pageNum{ height:30px; width:30px; color:rgba(102, 102, 102, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(242, 242, 242, 1); text-align:center; position:relative; } .c_news_list-02001 .p_page .pageNum:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); cursor:pointer; text-decoration: none; background-color:rgba(101,190,186,1); } .c_news_list-02001 .p_page .pageNum:active { text-decoration: none; background-color:rgba(90, 170, 167, 1); } .c_news_list-02001 .p_page .pageNum.active { text-decoration: none; background-color:rgba(90, 170, 167, 1); color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .pageNum .font{ display:table-cell; vertical-align:middle; bottom:0; } .c_news_list-02001 .p_page .pageNum .iconfont{ display:inline; color:rgba(255,255,255,1); vertical-align:middle; } .c_news_list-02001 .p_page .pageNum:hover .iconfont{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .pageNum:active .iconfont{ color:rgba(255,255,255,1); } .c_news_list-02001 .p_page .pageNum .iconfont:before{ content: ""; } /*翻页省略*/ .c_news_list-02001 .p_page .PageInterval{ line-height:30px; cursor:text; color:rgba(102,102,102,1); } .c_news_list-02001 .p_page .p_PageInterval{ line-height:30px; cursor:text; color:rgba(102,102,102,1); }/*占位容器*/ .c_news_list-02001 .p_OccupyBox{ margin:0; width: auto; height:auto; padding:0; border:none; overflow: hidden; }.c_public_htmlCode-01001{ position:absolute; width:300px; height:390px; }.w_imgbtn-003 .p_ImgBtn{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-image:url("https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/e_ImgBtn-001/bg4.png"); padding-top:0; padding-right:0; padding-left:0; color:rgba(255,255,255,1); text-align: center; } .w_imgbtn-003 .p_ImgBtn .font{ display:table-cell; vertical-align:middle; text-align: center; padding-left: 0; padding-right: 0; } .w_imgbtn-003 .p_ImgBtn .iconfont{ display: none; } .w_imgbtn-003 .p_ImgBtn .iconfont:before{ content: ""; } .w_imgbtn-003 .p_ImgBtn:hover{ box-shadow: none; } .w_imgbtn-003 .p_ImgBtn:active{ box-shadow: none; } .e_title.w_imgbtn-003 .p_link{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.w_imgbtn-003 .p_link{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.w_imgbtn-003 .p_link:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.w_imgbtn-003 .p_link:active{ color:#60a9d7; font-weight:400; } a>.e_title.w_imgbtn-003 .p_link:active{ text-decoration:none; margin-top:0; } .e_title.w_imgbtn-003 .p_link .iconfont:before{ display: inline-block; content:""; } .w_imgbtn-003{position:absolute; width:147px; height:52px; } .w_imgbtn-003 .animated{ width:100%; height:100%; } .w_imgbtn-003 .p_link{display:table;width:inherit;height:inherit;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .w_imgbtn-003 .p_ImgBtn{display:table;width:inherit;height:inherit;text-align:center;vertical-align:middle;background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/weibiaoti-220160330100701.png); background-image-part-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/weibiaoti-220160329172740.png); } .w_imgbtn-003 .iconfont{ display:inline; } .w_imgbtn-003 .p_ImgBtn:hover{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/weibiaoti-220160330100701.png)!important; }.w_imgbtn-003 .p_ImgBtn:active{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/weibiaoti-220160330100701.png)!important; }.w_imgbtn-003 .p_ImgBtn .font{color:rgb(255, 255, 255); text-align:center; font-family:Microsoft YaHei; font-size:18px; vertical-align:middle; }.w_imgbtn-003 .p_ImgBtn:hover .font{color:rgba(255, 255, 255, 1); }.w_imgbtn-003 .p_ImgBtn:active .font{color:rgba(255, 255, 255, 1); }.w_imgbtn-003 .p_MatteIcon iconfont:before{content:'\e752'; }.w_imgbtn-003 .p_MatteIcon .iconfont:before{content:'\e602'; }.w_imgbtn-003 >div{animation-fill-mode:both; }/*无效果/分组*/ .w_sfbox-001 > div > .p_SwipPanelBox{ margin:0; padding:0; background-color:transparent; overflow: hidden; width: auto; height: auto; position: absolute; top: 50%; right: 30px; transform: translate(0,-50%); padding: 30px 0; z-index: 999; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel{ width: auto; height: auto; font-size: 14px; color: #626262; font-size: 12px; padding: 0 10px; border-width: 1px; border-style: solid; border-color: transparent; text-align: right; margin-top: 10px; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel:first-child{ margin-top: 0; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel .font{ width: auto; height: auto; display: inline-block; margin-right: 5px; line-height: 23px; vertical-align: middle; cursor: pointer; font-family: NotoSansHans-Regular; font-size: inherit; color:inherit; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel .shape{ width: 23px; height: 23px; display: inline-block; margin-left: 5px; line-height: 26px; padding: 4px; background-position: center; background-size: auto auto; vertical-align: middle; position: relative; cursor: pointer; border-radius: 50%; overflow: hidden; border-style: solid; border-width: 1px; border-color: transparent; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel .shape > div{ width: 100%; height: 100%; background-color: #fff; border-radius: 50%; box-shadow: 0 0 4px 0 rgba(0,0,0,0.30); } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel.active .shape{ border: 1px solid #fff; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel.active{ color: #0099cc; } .w_sfbox-001 > div > .p_SwipPanelBox .p_SwipPanel .shape img{ position: absolute; width: 100%; height: 100%; display: block; }/*无效果/分组*/ .w_sfbox-001 > .w_sfbox > .p_fbox > div > .p_fboxChild{ border-color:rgba(228,228,228,0); overflow: hidden; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: center; background-size:auto; } .w_sfbox-001 > .w_sfbox > .p_fbox{ width:100%; } .w_sfbox-001 > .w_sfbox{ width:100%; } .w_sfbox-001{ width:100%; } .w_sfbox-001 .tips{ position: absolute; width: 100%; text-align: center; display: none !important; } .w_sfbox-001 .tips .title{ text-align: center; font-size: 18px; color: #c3c3c3; } .w_sfbox-001 .tips .content{ text-align: center; font-size: 14px; font-family: "微软雅黑"; color: #a2a2a2; font-weight: normal; line-height: 24px; } .w_sfbox-001 > .w_sfbox > .p_fbox > .p_footer{ width: 100%; height: 200px; background-color: #2e77ba; position: relative; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } /*默认横向文字靠左*/ /*横向设置 文字靠右*/ .w_sfbox-001 .p_SwipPanelBox.hor-right .font{ float: right; margin-right: 0; margin-left: 5px; } .w_sfbox-001 .p_SwipPanelBox.hor-right .shape{ margin-right: 5px; margin-left: 0; } /*竖向设置 文字靠上*/ .w_sfbox-001 .p_SwipPanelBox.ver-top .p_SwipPanel{ padding: 0 0 0 10px; float: left; margin: 0; } .w_sfbox-001 .p_SwipPanelBox.ver-top .font{ margin: 0 0 5px 0; writing-mode:vertical-lr; display: block; } .w_sfbox-001 .p_SwipPanelBox.ver-top .shape{ margin: 5px 0 0 0; } /*竖向设置 文字靠下*/ .w_sfbox-001 .p_SwipPanelBox.ver-bottom .p_SwipPanel{ padding: 0 0 0 10px; float: left; margin: 0; } .w_sfbox-001 .p_SwipPanelBox.ver-bottom .p_SwipPanel:first-child{ padding:0; } .w_sfbox-001 .p_SwipPanelBox.ver-bottom .font{ margin: 5px 0 0 0; writing-mode:vertical-lr; -webkit-writing-mode:vertical-lr; writing-mode:tb-lr; display: block; } .w_sfbox-001 .p_SwipPanelBox.ver-bottom .shape{ margin: 0 0 5px 0; } /*包裹视频和翻屏页的容器*/ .w_sfbox-001 > .w_sfbox > .p_fbox > .p_wrapbox{ position:relative; background-color:#F4F4F4; overflow: hidden; } .w_sfbox-001 > .w_sfbox > .p_fbox > .p_wrapbox video{ position: absolute; width: 100%; height: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .w_sfbox-001 > .w_sfbox > .p_fbox > div > .p_bgBox{ height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: auto; }/*e_ContentMajorStyleBox-001*/ .e_ContentMajorStyleBox-001{ /* position: absolute;*/ width: 100%; height: auto; width-uint:%; } /*stylebox_top*/ /*stylebox_link*/ .e_ContentMajorStyleBox-001 .stylebox_link{ color:#666666; font-size: 14px; height: inherit; display: table; padding:0 15px; border-width: 0px; float: right; vertical-align: middle; margin-right: 15px; } .e_ContentMajorStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: rgba(101, 190, 186, 1); } .e_ContentMajorStyleBox-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_ContentMajorStyleBox-001 .title_icon::before{ content: ""; } .e_ContentMajorStyleBox-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_ContentMajorStyleBox-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_ContentMajorStyleBox-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; padding-right: 22px; vertical-align: top; } .e_ContentMajorStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_ContentMajorStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_ContentMajorStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_ContentMajorStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_ContentMajorStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color:#f0f0f0; width: 100%; width-uint:%; } .e_ContentMajorStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }/*竖分隔线*/ .w_vline-001 .p_Vline{ width:1px; height:200px; background-color:rgba(189,189,189,0); width:0px; border-left-width: 1px; border-left-style: solid; border-left-color:rgba(189,189,189,1); opacity:1; filter:alpha(opacity:100); }.w_vline-001{ position:absolute; width:1px; height:300px; left:20px; top:20px; } .w_vline-001 .w_vline{ width:inherit; height:100%; } .w_vline-001 .p_Vline{ width:inherit; height:100%; }.w_img-002 .p_title{ display:inline-table; margin:0; min-width:37px; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; cursor:pointer; } .w_img-002 .p_title .font{ vertical-align:middle; line-height: 21px; } .w_img-002 .p_title:hover{ color:rgba(87,177,173,1); } .w_img-002 .p_title:active{ color:rgba(69,165,161,1); } .w_img-002 .p_title .iconfont:before{ display: inline-block; content:""; } .w_img-002 .p_dimage{ padding:0; border-width:0px; border-style:solid; border-color:rgba(228,228,228,1); background-color: transparent; overflow: hidden; } .w_img-002 .p_dimage:hover{ border-width:0px; border-style:solid; border-color:rgba(228,228,228,1); background-color: transparent; } .w_img-002 .p_dimage:active{ border-width:0px; border-style:solid; border-color:rgba(228,228,228,1); background-color: transparent; } .e_title.w_img-002 .p_link002{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.w_img-002 .p_link002{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.w_img-002 .p_link002:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.w_img-002 .p_link002:active{ color:#60a9d7; font-weight:400; } a>.e_title.w_img-002 .p_link002:active{ text-decoration:none; margin-top:0; } .e_title.w_img-002 .p_link002 .iconfont:before{ display: inline-block; content:""; } .e_title.w_img-002 .p_link001{display:inline-block;padding:0;color:#707070;font-size:14px;text-align:left;height:calc(100%); } .e_title.w_img-002 .p_link001{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.w_img-002 .p_link001:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.w_img-002 .p_link001:active{ color:#60a9d7; font-weight:400; } a>.e_title.w_img-002 .p_link001:active{ text-decoration:none; margin-top:0; } .e_title.w_img-002 .p_link001 .iconfont:before{ display: inline-block; content:""; } .w_img-002 .p_box{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .w_img-002{position:absolute; width:300px; height:249px; } .w_img-002 .animated{ width:100%; height:100%; } .w_img-002 .font { white-space: nowrap; } .w_img-002 .p_link001{ width:100%; height:calc(100%); } .w_img-002 .p_link002{ width:100%; height:30px; } .w_img-002 .p_box{ width: 100%; height: 100%; text-align:center; } .w_img-002 .p_dimage{ height: inherit; overflow: hidden; font-size: 0; } .w_img-002 .e_image:hover:after { background: transparent; }.w_img-002 .p_MatteIcon .iconfont:before{content:'\e602'; }.w_img-002 >div{animation-fill-mode:both; }.c_video_list-02001{overflow:hidden;width:1180px; height:610px; position:absolute; } .c_video_list-02001 .p_succ{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#F7FBFB; border: 2px solid #65beba; font-size: 22px; position: absolute; z-index: 9999999999; } .c_video_list-02001 .p_succ .iconfont{ height: auto; color: #A2D465; margin-right:20px; display: inline-block; margin-left: 40px; } .c_video_list-02001 .p_succ .iconfont:before{ content: "\e648"; } .c_video_list-02001 .p_succ .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_video_list-02001 .p_succ .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_video_list-02001 .p_succ .assistfont{ display: none; } .c_video_list-02001 .p_succ .closebtn { display: none; } .c_video_list-02001 .p_fail{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#FDFCF3; border: 2px solid #FFDC90; font-size: 22px; position: absolute; z-index: 99999999999; } .c_video_list-02001 .p_fail .iconfont{ height: auto; color: #FF0000; margin-right:20px; display: inline-block; margin-left: 40px; } .c_video_list-02001 .p_fail .iconfont:before{ content: "\e641"; } .c_video_list-02001 .p_fail .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_video_list-02001 .p_fail .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_video_list-02001 .p_fail .assistfont{ font-size: 14px; color: #999999; margin-top: 5px; } .c_video_list-02001 .p_fail .closebtn { font-size: 14px; color: #65beba; position: absolute; right: 15px; bottom: 15px; } .c_video_list-02001 .p_fail .closebtn:hover{ cursor: pointer; }.c_video_list-02001 .p_PromptNoneData{ width: auto; background-color: inherit; text-align: center; } .c_video_list-02001 .p_PromptNoneData .prompt_title .iconfont:before { content: ""; } .c_video_list-02001 .p_PromptNoneData .prompt_title .first{ height: auto; display: table-cell; font-size: 32px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 5px 0; } .c_video_list-02001 .p_PromptNoneData .prompt_title{ display: inline-table; padding: 0 30px; min-height: 200px; height: 100%; } .c_video_list-02001 .p_PromptNoneData .prompt_title .first:before{ content: "\e6b4"; } .c_video_list-02001 .p_PromptNoneData .prompt_title .font{ font-size: 18px; display: table-cell; line-height: normal; vertical-align: middle; color: rgba(51,51,51,1); font-weight: bold; text-align: left; } .c_video_list-02001 .p_PromptNoneData .promptbox{ width: auto; height: 100%; } .c_video_list-02001 .p_PromptNoneData .prompt_content { font-size: 14px; color: rgba(105, 105, 105,1); padding-left: 65px; } .c_video_list-02001 .p_scroll{ width: 100%; height: auto; position: relative; } .c_video_list-02001 .p_scroll .vline{ width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: #F0F0F0; opacity: 1; position: absolute; top: 50%; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_video_list-02001 .p_scroll .scrolling{ width: 77px; height: 25px; border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F2F2F3); background: -o-linear-gradient(#fff , #F2F2F3); background: -moz-linear-gradient(#fff , #F2F2F3); background: linear-gradient(#fff , #F2F2F3); border-radius: 6px; position:relative; left:50%; text-align: center; font-size: 15px; box-shadow: 0 0 10px #fff inset,0 1px 1px rgba(0,0,0,0.1); color: #AAAAAA; cursor: pointer; } .c_video_list-02001 .p_scroll .scrolling:hover{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F7F7F8); background: -o-linear-gradient(#fff , #F7F7F8); background: -moz-linear-gradient(#fff , #F7F7F8); background: linear-gradient(#fff , #F7F7F8); } .c_video_list-02001 .p_scroll .scrolling:active{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #E4E4E4); background: -o-linear-gradient(#fff , #E4E4E4); background: -moz-linear-gradient(#fff , #E4E4E4); background: linear-gradient(#fff , #E4E4E4); box-shadow: 0 0 10px #fff inset,0 1px 2px rgba(0,0,0,0.1); } .c_video_list-02001 .p_CommonSquareNumBtn{ display:inline-block; height:10px; width:100px; padding:0; background-color:rgba(228,228,228,1); border-width:1px; border-color:transparent; color:rgba(153,153,153,1); font-size: 12px; font-family:"Microsoft YaHei"; text-align:center; cursor:pointer; } .c_video_list-02001 .p_CommonSquareNumBtn img{ display:none; } .c_video_list-02001 .p_CommonSquareNumBtn .shape{ text-indent:-9999em; width:inherit; height:inherit; vertical-align:middle; } .c_video_list-02001 .p_CommonSquareNumBtn:hover, .c_video_list-02001 .p_CommonSquareNumBtn.active{ background-color:rgba(103,184,180,1); color:rgba(255,255,255,1); } .c_video_list-02001 .p_CommonSquareNumBtn.j-nav-active{ background-color:rgba(103,184,180,1); color:rgba(255,255,255,1); } .c_video_list-02001 .p_CommonThumbnailBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_CommonSummaryBoxA{margin:0;width: 236px;height:317px;padding:0;border-width:1px;border-style: none;border-color:rgba(228,228,228,0);background-color:transparent;overflow: hidden;text-align:center; } .c_video_list-02001 .p_CommonSwitchBtnB{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:28px; color:rgba(154,155,155,1); } .c_video_list-02001 .p_CommonSwitchBtnB .iconfont:before{ content: "\e6b0"; display: inline-block; } .c_video_list-02001 .p_CommonSwitchBtnB:hover{ color:rgba(105,192,188,1); } .c_video_list-02001 .p_CommonSwitchBtnB:hover{ cursor:pointer; } .c_video_list-02001 .p_tag{ display:inline-block; margin:0; padding-bottom:0px; padding-left:0px; padding-right:5px; padding-top:0px; color:rgba(102, 102, 102,1); font-size:14px; text-align:left; } .c_video_list-02001 .p_tag .font{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.c_video_list-02001 .p_tag:hover{ color:rgba(87, 178, 173,1); cursor:pointer; } .c_video_list-02001 .p_tag .iconfont:before{ display: inline-block; content:""; } .e_title.c_video_list-02001 .p_LinkE{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_video_list-02001 .p_LinkE{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_video_list-02001 .p_LinkE:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_video_list-02001 .p_LinkE:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_video_list-02001 .p_LinkE:active{ text-decoration:none; margin-top:0; } .e_title.c_video_list-02001 .p_LinkE .iconfont:before{ display: inline-block; content:""; } .c_video_list-02001 .p_AssistNameF{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_video_list-02001 .p_AssistNameF .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_video_list-02001 .p_AssistNameF .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_video_list-02001 .p_KeywordBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_comment{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_video_list-02001 .p_comment .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_video_list-02001 .p_comment .iconfont:before{ content:""; } .c_video_list-02001 .p_AssistNameB{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_video_list-02001 .p_AssistNameB .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_video_list-02001 .p_AssistNameB .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .e_title.c_video_list-02001 .p_LinkD{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_video_list-02001 .p_LinkD{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_video_list-02001 .p_LinkD:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_video_list-02001 .p_LinkD:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_video_list-02001 .p_LinkD:active{ text-decoration:none; margin-top:0; } .e_title.c_video_list-02001 .p_LinkD .iconfont:before{ display: inline-block; content:""; } .c_video_list-02001 .p_CommentBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_view{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_video_list-02001 .p_view .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_video_list-02001 .p_view .iconfont:before{ content:""; } .c_video_list-02001 .p_AssistNameC{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_video_list-02001 .p_AssistNameC .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_video_list-02001 .p_AssistNameC .iconfont:before{ content:"\e69e"; } .c_video_list-02001 .p_ViewBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_author{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_video_list-02001 .p_author .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_video_list-02001 .p_author .iconfont:before{ content:""; } .c_video_list-02001 .p_AssistNameD{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_video_list-02001 .p_AssistNameD .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_video_list-02001 .p_AssistNameD .iconfont:before{ content:"\e69e"; } .c_video_list-02001 .p_AuthorBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .e_title.c_video_list-02001 .p_sort{ display:inline-block; padding:0; color:rgba(101, 190, 186,1); font-size:14px; text-align:left; } .e_title.c_video_list-02001 .p_sort{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_video_list-02001 .p_sort:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; } a>.e_title.c_video_list-02001 .p_sort:active{ color:rgba(69, 165, 161,1); font-weight:400; } a>.e_title.c_video_list-02001 .p_sort:active{ text-decoration:none; margin-top:0; } .e_title.c_video_list-02001 .p_sort .iconfont:before{ display: inline-block; content:""; } .e_title.c_video_list-02001 .p_LinkB{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_video_list-02001 .p_LinkB{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_video_list-02001 .p_LinkB:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_video_list-02001 .p_LinkB:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_video_list-02001 .p_LinkB:active{ text-decoration:none; margin-top:0; } .e_title.c_video_list-02001 .p_LinkB .iconfont:before{ display: inline-block; content:""; } .c_video_list-02001 .p_AssistNameG{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_video_list-02001 .p_AssistNameG .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_video_list-02001 .p_AssistNameG .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_video_list-02001 .p_SortBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_time{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_video_list-02001 .p_time .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_video_list-02001 .p_time .iconfont:before{ content:""; } .c_video_list-02001 .p_AssistNameA{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_video_list-02001 .p_AssistNameA .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_video_list-02001 .p_AssistNameA .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_video_list-02001 .p_TimeBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_assist{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_summary{ color:rgba(102,102,102,1); font-size:14px; line-height:26px; text-align:left; vertical-align:top; word-break:break-all; } .c_video_list-02001 .p_nameB{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_video_list-02001 .p_nameB .font{ vertical-align:middle; line-height: 19px; } .c_video_list-02001 .p_nameB .iconfont:before{display: inline-block;content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_video_list-02001 .p_SummaryBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_title{ display:inline-table; margin:0; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; text-align:left; cursor:pointer; } .c_video_list-02001 .p_title .font{ vertical-align:middle; line-height: 21px; } .c_video_list-02001 .p_title:hover{ color:rgba(69,165,161,1); } .c_video_list-02001 .p_title:active{ color:rgba(87,178,173,1); } .c_video_list-02001 .p_title .iconfont:before{ content:""; } .e_title.c_video_list-02001 .p_LinkC{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_video_list-02001 .p_LinkC{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_video_list-02001 .p_LinkC:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_video_list-02001 .p_LinkC:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_video_list-02001 .p_LinkC:active{ text-decoration:none; margin-top:0; } .e_title.c_video_list-02001 .p_LinkC .iconfont:before{ display: inline-block; content:""; } .c_video_list-02001 .p_nameC{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_video_list-02001 .p_nameC .font{ vertical-align:middle; line-height: 19px; } .c_video_list-02001 .p_nameC .iconfont:before{display: inline-block;content:"";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_video_list-02001 .p_TitleBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_header{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_content{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_ToDetailA{ background:rgba(252,252,252,1); border-color:rgba(240, 240, 240,1); border-style:solid; border-width:1px; display:inline-block; margin:0; padding-left:10px; padding-right:10px; min-width:86px; color:rgba(101, 190, 186,1); font-size:12px; text-align:center; } .c_video_list-02001 .p_ToDetailA .font{ white-space:nowrap; vertical-align:middle; line-height: 26px; } a>.c_video_list-02001 .p_ToDetailA:hover{ background:rgba(101, 190, 186,1); border-color:transparent; color:rgba(255,255,255,1); cursor:pointer; } .c_video_list-02001 .p_ToDetailA .iconfont:before{ content:""; } .c_video_list-02001 .p_shade{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_duration{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_video_list-02001 .p_duration .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_video_list-02001 .p_duration .iconfont:before{ content:""; }.c_video_list-02001 .p_VideoIcon{ margin:0; width:inherit; height:inherit; color:rgba(102,102,102,1); } .c_video_list-02001 .p_VideoIcon .iconfont:before{ content: '\e6bd'; font-size: 50px; } .c_video_list-02001 .p_thumbnail{ padding:0; border-width:1px; border-style:none; border-color:transparent; overflow: hidden; } .c_video_list-02001 .p_thumbnail:hover{ border-width:1px; border-style:none; border-color:transparent; } .c_video_list-02001 .p_thumbnail:active{ border-width:1px; border-style:none; border-color:transparent; }.c_video_list-02001 .p_MatteIcon{ margin:0; width:inherit; height:inherit; color:rgba(102,102,102,1); } .c_video_list-02001 .p_MatteIcon .iconfont:before{content:'\e602'; font-size: 50px;} .c_video_list-02001 .p_Position{ width: inherit; height: auto; display: table-cell; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-duration: 0.5s; animation-delay: 0s; text-align: left; vertical-align: middle; display: none; } .c_video_list-02001 .p_matte{ width: 100%; height: 100%; position: absolute; z-index: 999; display: none; table-layout: fixed; } .c_video_list-02001 .p_matteA{ width: 100%; height: 100%; position: absolute; background-color: rgba(0,0,0,.3); z-index: 999; display: none; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name:; animation-duration:; animation-delay:; } .c_video_list-02001 .p_images{ margin:0; width: 236px; height:175px; padding:0; border-width:0px; border-style: solid; border-color:rgba(228,228,228,1); overflow: hidden; } .e_title.c_video_list-02001 .p_LinkA{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.c_video_list-02001 .p_LinkA{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_video_list-02001 .p_LinkA:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.c_video_list-02001 .p_LinkA:active{ color:#60a9d7; font-weight:400; } a>.e_title.c_video_list-02001 .p_LinkA:active{ text-decoration:none; margin-top:0; } .e_title.c_video_list-02001 .p_LinkA .iconfont:before{ display: inline-block; content:""; } .c_video_list-02001 .p_articles{margin:10px; width:calc((100% - 80px)/4); height:317px;padding:0;border-width:1px;border-style: none;border-color:rgba(228,228,228,0);background-color:transparent;overflow: hidden;margin-top:10px; margin-right:10px; margin-bottom:10px; margin-left:10px; } .c_video_list-02001 .p_videos{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_CommonSwitchBtnA{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:28px; color:rgba(154,155,155,1); } .c_video_list-02001 .p_CommonSwitchBtnA .iconfont:before{ content: "\e6b0"; display: inline-block; } .c_video_list-02001 .p_CommonSwitchBtnA:hover{ color:rgba(105,192,188,1); } .c_video_list-02001 .p_CommonSwitchBtnA:hover{ cursor:pointer; } .c_video_list-02001 .p_CommonInteraction{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_CommonLanternBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_videoslist{ margin:0; width: 880px; height:auto; padding:0; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; white-space:nowrap; } .c_video_list-02001 .p_play{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001 .p_playBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_video_list-02001{position:absolute; width:1180px; height:600px; font-size: 0;} .c_video_list-02001 .p_videoslist{ width:auto; height:auto; overflow: hidden; white-space: normal; background: transparent; } .c_video_list-02001 .p_videoslist:hover{ border: none; } .c_video_list-02001 .p_videoslist:active{ border: none; } .c_video_list-02001 .p_videos{ width:inherit; height:auto; overflow:hidden; border-color: transparent; padding: 10px; } .c_video_list-02001 .p_content{ width:auto; height:auto; border-width: 0; background-color: transparent; margin:10px; } .c_video_list-02001 .p_header{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_SortBox{ width:auto; height:auto; border-width: 0; background-color: transparent; margin-top: 10px; vertical-align: top; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; display: inline-block\0; max-width: 100%; } .c_video_list-02001 .p_InteractionInfo{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_TimeBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_CommentBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_ViewBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_about{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_TitleBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_SummaryBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_AuthorBox{ width:auto; height:auto; border-width: 0; background-color: transparent; vertical-align: top; margin-top: 10px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; display: inline-block\0; max-width: 100%; } .c_video_list-02001 .p_KeywordBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_KeywordBox a{ cursor: default; } .c_video_list-02001 .p_assist{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_video_list-02001 .p_TypeBox{ width:auto; height:auto; border-width: 0; background-color: transparent; display: inline; } .c_video_list-02001 .p_TimeBox{ display:inline-block; margin-top: 10px; } .c_video_list-02001 .p_CommentBox{ display:inline-block; margin-top: 10px; } .c_video_list-02001 .p_ViewBox{ display:inline-block; margin-top: 10px; } .c_video_list-02001 .p_tag{ display:inline-block; color:#969696; cursor: default; max-width: 100%; } .c_video_list-02001 .p_tag .font{ max-width: inherit; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; } .c_video_list-02001 .p_tag:hover{ color:#969696; } .c_video_list-02001 .p_about{ display:inline-block; vertical-align:middle; } .c_video_list-02001 .p_comment{ vertical-align:top; } .c_video_list-02001 .p_time{ vertical-align:top; } .c_video_list-02001 .p_view{ vertical-align:top; } .c_video_list-02001 .p_author{ vertical-align:top; display: block; -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; display: inline-block\0; max-width: 70%\0; } .c_video_list-02001 .p_author .font{ display: block; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; } .c_video_list-02001 .p_articles{ margin: 10px; height:auto; width:205px; overflow: hidden; border:1px solid #f0f0f0; width: calc((100% - 80px)/4); display: inline-block; vertical-align: top; } .c_video_list-02001 .p_articles:hover{ border:1px solid #f0f0f0; background: #fcfdff; } .c_video_list-02001 .p_articles:hover .p_title{ color:rgba(69,165,161,1) } .c_video_list-02001 .p_articles:hover .p_titleA{ color:rgba(69,165,161,1) } .c_video_list-02001 .p_articles:hover .p_ToDetail{ background: rgba(101, 190, 186,1); border-color: transparent; color: rgba(255,255,255,1); } .c_video_list-02001 .p_articles:hover .p_shade{ display: none; } .c_video_list-02001 .p_articles:hover .p_VideoIcon{ display: none; } .c_video_list-02001 .p_articles:active{ border:1px solid #f0f0f0; } .c_video_list-02001 .p_articles.active{ border:1px solid #f0f0f0; background: #fcfdff; } .c_video_list-02001 .p_articles.active .p_title{ color:rgba(69,165,161,1) } .c_video_list-02001 .p_articles.active .p_titleA{ color:rgba(69,165,161,1) } .c_video_list-02001 .p_articles.active .p_ToDetail{ background: rgba(101, 190, 186,1); border-color: transparent; color: rgba(255,255,255,1); } .c_video_list-02001 .p_articles.active .p_shade{ display: none; } .c_video_list-02001 .p_articles.active .p_VideoIcon{ display: none; } .c_video_list-02001 .p_images{ display: block; width:100%; height:0; padding-bottom: calc((9/16) * 100%); position:relative; vertical-align:middle; border: none; } .c_video_list-02001 .p_images:hover .p_shade{ display: none; } .c_video_list-02001 .p_thumbnail{ width:100%; height:100%; vertical-align:middle; text-align:center; position: absolute; } .c_video_list-02001 .p_thumbnail:hover:after{ background-color: transparent; } .c_video_list-02001 .p_thumbnail img{ width: 100%; } .c_video_list-02001 .p_VideoIcon{ position:absolute; top:50%; left:50%; width:auto; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); z-index: 99; } .c_video_list-02001 .p_sort{ display: block; vertical-align: top; -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; display: inline-block\0; max-width: 70%\0; } .c_video_list-02001 .p_LinkB{ -moz-box-flex:1; -webkit-box-flex:1; -ms-box-flex:1; box-flex:1; flex:1; } .c_video_list-02001 .p_TitleBox{ display:inline; } .c_video_list-02001 .p_LinkC{ display: inline } .c_video_list-02001 .p_title{ display:block; } .c_video_list-02001 .p_title .font{ display:block; white-space: normal; } .c_video_list-02001 .p_title .font.SingleIntercept{ display: inline-block; } .c_video_list-02001 .p_title:active{ color: #57b2ad; } .c_video_list-02001 .p_titleA{ width:100%; display:inline; color: #ED5A5A; } .c_video_list-02001 .p_titleA .font{ display:inline; white-space: normal; } .c_video_list-02001 .p_titleA .font.SingleIntercept{ display: inline-block; } .c_video_list-02001 .p_titleA:active{ color: #57b2ad; } .c_video_list-02001 .p_SummaryBox{ margin-top: 5px; } .c_video_list-02001 .p_header{ font-size:0; overflow:hidden; } .c_video_list-02001 .p_InteractionInfo{ float:right; margin-top:5px; margin-bottom:5px; } .c_video_list-02001 .p_ToDetail{ float:right; position: relative; margin-top: 10px; font-size: 14px; } .c_video_list-02001 .p_KeywordBox .p_AssistNameF{ vertical-align: bottom; } .c_video_list-02001 .p_shade{ position: absolute; background: rgba(0,0,0,0.3); width: 100%; height: 100%; top: 0px; left: 0px; } .c_video_list-02001 .p_ToDetailA{ background: transparent; position: absolute; top: 50%; left: 50%; border: none; transform:translate(-50%,-50%); color: #fff; text-align: center; } .c_video_list-02001 .p_ToDetailA:hover{ background: transparent; } .c_video_list-02001 .p_KeywordBox{ margin-top:10px; } .c_video_list-02001 .p_nameB{ float: left; } .c_video_list-02001 .p_nameB .font{ line-height: 26px; } .c_video_list-02001 .p_nameB .font{ max-width: 6em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .c_video_list-02001 .p_Imgvideos{ float:left; } .c_video_list-02001 .p_AssistNameA .iconfont:before{ content: '\e67a'; margin-right:5px; } .c_video_list-02001 .p_AssistNameB .iconfont:before{ content: '\e696'; margin-right:5px; } .c_video_list-02001 .p_AssistNameC .iconfont:before{ margin-right:5px; content: '\e69e'; } .c_video_list-02001 .p_AssistNameD .iconfont:before{ content: '\e6a6'; vertical-align: middle; margin-right:5px; } .c_video_list-02001 .p_AssistNameE .iconfont:before{ content: '\e60a'; margin-right:5px; } .c_video_list-02001 .p_AssistNameF .iconfont:before{ content: '\e6b3'; margin-right:5px; } .c_video_list-02001 .p_AssistNameG .iconfont:before{ content: '\e6b1'; margin-right:5px; } .c_video_list-02001 .p_VideoIcon:before{content:'\e65d';color:rgba(255,255,255,1);font-size:25px;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_video_list-02001 .p_summary{ font-family:"Microsoft Yahei"; white-space:normal; text-align: justify; } .c_video_list-02001 .p_Imgvideos .iconfont{ float:none; } .c_video_list-02001 .p_page{ width: auto; height: auto; float: right; right: 30px; margin-bottom: 10px; } .c_video_list-02001 .e_pagebox-000 .pre:after{ display: none; } .c_video_list-02001 .p_sort{ font-size: 12px; } .c_video_list-02001 .p_sort .font{ white-space: nowrap; display: block; text-overflow:ellipsis; overflow: hidden; } .c_video_list-02001 .p_sort:active{ color: #ed5a5a; } .c_video_list-02001 .p_TitleBox .p_nameC{ float: left; vertical-align: top; } .c_video_list-02001 .p_TitleBox .p_nameC .font{ line-height: 21px; } .c_video_list-02001 .p_TitleBox .p_nameC .font .iconfont:before{ content: "\e6ae"; } .c_video_list-02001 .p_Imgvideos{ display: inline; float:none; padding: 0; } .c_video_list-02001 .p_Imgvideos .font{ display: inline; } .c_video_list-02001 .p_Videovideos{ display: inline; padding: 0; } .c_video_list-02001 .p_Videovideos .font{ display: inline; } .c_video_list-02001 .p_ThumbnailBox{ width: auto; height: auto; } .c_video_list-02001 .p_duration{ width: auto; height: auto; position: absolute; bottom: 10px; right: 10px; padding:2px 5px; background-color: rgba(0,0,0,.5); z-index: 99; color: #fff; } .c_video_list-02001 .p_playBox{ width: 100%; height: auto; padding: 0 20px; } .c_video_list-02001 .p_play{ width: 100%; height: 0; padding-bottom: calc((5/8) * 100%) } .c_video_list-02001 .p_play video{ width: 100%; height: 100%; position: absolute; } .c_video_list-02001 .p_scroll{ margin: 10px 0; } .c_video_list-02001 .p_CommonLanternBox{ width: auto; height: auto; position: relative; } .c_video_list-02001 .p_CommonSwitchBtnA{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 45px; color: #e5e5e5; } .c_video_list-02001 .p_CommonSwitchBtnA:hover{ color: rgba(105,192,188,1); } .c_video_list-02001 .p_CommonSwitchBtnA .iconfont:before{ content: "\e687"; } .c_video_list-02001 .p_CommonSwitchBtnB{ position: absolute; top: 50%; right: 50%; transform: translate(50%,-50%); font-size: 45px; color: #e5e5e5; } .c_video_list-02001 .p_CommonSwitchBtnB:hover{ color: rgba(105,192,188,1); } .c_video_list-02001 .p_CommonSwitchBtnB .iconfont:before{ content: "\e6ae"; } .c_video_list-02001 .p_CommonSummaryBoxA{ width: auto; height: auto; text-align: center; margin-bottom: 20px; } .c_video_list-02001 .p_CommonThumbnailBox{ width: auto; height: auto; } .c_video_list-02001 .d_CommonInteractionA{ left: 0px; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_video_list-02001 .d_CommonInteractionB{ right: 0px; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_video_list-02001 .p_CommonSquareNumBtn{ width: 100px; height: 10px; margin: 0px 8px; } .c_video_list-02001 .p_articles:hover .p_matteA{ display: block; } .c_video_list-02001 .p_articles:hover .p_Position{ display: inline-block; } .c_video_list-02001 .p_articles:hover .p_matte{ display: block; } .c_video_list-02001 .p_MatteIcon{ width: auto; display: inline-block; } .c_video_list-02001 .p_MatteIcon:before{ content: ""; } .c_video_list-02001 .p_MatteIcon .iconfont{ font-size: 20px; color: rgba(255,255,255,.8); } .c_video_list-02001 .p_MatteIcon .iconfont:before{ content: "\e602"; } .c_video_list-02001 .p_articles .p_matte:before { content: "\200B"; display: inline-block; width: 0; height: 100%; vertical-align: middle; } video::-internal-media-controls-download-button { display:none; } video::-webkit-media-controls-enclosure { overflow:hidden; } video::-webkit-media-controls-panel { width: calc(100% + 30px); }.c_video_list-02001 >div{animation-fill-mode:both; }.c_product_list-01001 .p_shade{ width: 100%; height: 100%; position: absolute; background-color: rgba(0,0,0,.6); z-index: 999; } .c_product_list-01001 .p_PopupWindow{ margin:0; width: auto; height: auto; padding:0; border-width:1px; border-style:solid; border-color:transparent; background-color:transparent; z-index: 999999; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); position: absolute; } .c_product_list-01001 .p_PopupWindow:hover{ } .c_product_list-01001 .p_PopupWindow:active{ } .c_product_list-01001 .p_PopupWindow iframe { width: 100%; height: 100%; } .c_product_list-01001 .p_CloseBtn { position: absolute; vertical-align: middle; width: 32px; height: 38px; cursor: pointer; right: -28px; top: 0px; z-index: 999999; text-align: center; } .c_product_list-01001 .p_CloseBtn:hover .iconfont{ color: #65beba; } .c_product_list-01001 .p_CloseBtn:active { } .c_product_list-01001 .p_CloseBtn .iconfont { display: inline-block; vertical-align: top; color: rgba(255, 255, 255, 1.0); } .c_product_list-01001 .p_CloseBtn .iconfont:before { content: "\e640"; font-size: 32px; } .c_product_list-01001 .p_scroll{ width: 100%; height: auto; position: relative; } .c_product_list-01001 .p_scroll .vline{ width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: #F0F0F0; opacity: 1; position: absolute; top: 50%; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_product_list-01001 .p_scroll .scrolling{ width: 77px; height: 25px; border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F2F2F3); background: -o-linear-gradient(#fff , #F2F2F3); background: -moz-linear-gradient(#fff , #F2F2F3); background: linear-gradient(#fff , #F2F2F3); border-radius: 6px; position:relative; left:50%; text-align: center; font-size: 15px; box-shadow: 0 0 10px #fff inset,0 1px 1px rgba(0,0,0,0.1); color: #AAAAAA; cursor: pointer; } .c_product_list-01001 .p_scroll .scrolling:hover{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #F7F7F8); background: -o-linear-gradient(#fff , #F7F7F8); background: -moz-linear-gradient(#fff , #F7F7F8); background: linear-gradient(#fff , #F7F7F8); } .c_product_list-01001 .p_scroll .scrolling:active{ border: 1px solid #BABABB; background: -webkit-linear-gradient(#fff , #E4E4E4); background: -o-linear-gradient(#fff , #E4E4E4); background: -moz-linear-gradient(#fff , #E4E4E4); background: linear-gradient(#fff , #E4E4E4); box-shadow: 0 0 10px #fff inset,0 1px 2px rgba(0,0,0,0.1); }.c_product_list-01001 .p_succ{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#F7FBFB; border: 2px solid #65beba; font-size: 22px; position: absolute; z-index: 9999999999; } .c_product_list-01001 .p_succ .iconfont{ height: auto; color: #A2D465; margin-right:20px; display: inline-block; margin-left: 40px; } .c_product_list-01001 .p_succ .iconfont:before{ content: "\e648"; } .c_product_list-01001 .p_succ .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_product_list-01001 .p_succ .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_product_list-01001 .p_succ .assistfont{ display: none; } .c_product_list-01001 .p_succ .closebtn { display: none; } .c_product_list-01001 .p_fail{ width: auto; height: auto; min-width: 255px; min-height: 113px; max-width: 500px; background-color:#FDFCF3; border: 2px solid #FFDC90; font-size: 22px; position: absolute; z-index: 99999999999; } .c_product_list-01001 .p_fail .iconfont{ height: auto; color: #FF0000; margin-right:20px; display: inline-block; margin-left: 40px; } .c_product_list-01001 .p_fail .iconfont:before{ content: "\e641"; } .c_product_list-01001 .p_fail .fontbox{ display: inline-block; vertical-align:top; max-width: 386px; margin-right: 20px; } .c_product_list-01001 .p_fail .promptbox{ width: auto; height: auto; margin-top: 35px; margin-bottom: 35px; } .c_product_list-01001 .p_fail .assistfont{ font-size: 14px; color: #999999; margin-top: 5px; } .c_product_list-01001 .p_fail .closebtn { font-size: 14px; color: #65beba; position: absolute; right: 15px; bottom: 15px; } .c_product_list-01001 .p_fail .closebtn:hover{ cursor: pointer; }.c_product_list-01001 .p_PromptNoneData{ width: auto; background-color: inherit; text-align: center; } .c_product_list-01001 .p_PromptNoneData .prompt_title .iconfont:before { content: ""; } .c_product_list-01001 .p_PromptNoneData .prompt_title .first{ height: auto; display: table-cell; font-size: 32px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 5px 0; } .c_product_list-01001 .p_PromptNoneData .prompt_title{ display: inline-table; padding: 0 30px; min-height: 200px; height: 100%; } .c_product_list-01001 .p_PromptNoneData .prompt_title .first:before{ content: "\e6b4"; } .c_product_list-01001 .p_PromptNoneData .prompt_title .font{ font-size: 18px; display: table-cell; line-height: normal; vertical-align: middle; color: rgba(51,51,51,1); font-weight: bold; text-align: left; } .c_product_list-01001 .p_PromptNoneData .promptbox{ width: auto; height: 100%; } .c_product_list-01001 .p_PromptNoneData .prompt_content { font-size: 14px; color: rgba(105, 105, 105,1); padding-left: 65px; } .c_product_list-01001 .p_moreBtn{ background:rgba(252,252,252,1); border-color:rgba(240, 240, 240,1); border-style:solid; border-width:1px; display:inline-table; min-height:29px; margin:0; padding-bottom:5px; padding-left:10px; padding-right:10px; padding-top:5px; min-width:86px; cursor:pointer; color:rgba(101, 190, 186,1); font-size:12px; text-align:center; } .c_product_list-01001 .p_moreBtn .font{ white-space:nowrap; overflow:visible; vertical-align:middle; } .c_product_list-01001 .p_moreBtn:hover{ background:rgba(101, 190, 186,1); border-color:transparent; } .c_product_list-01001 .p_moreBtn:hover{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_moreBtn .iconfont:before{ content:""; } .e_pagebox{ width:auto; height:auto; clear:both; position:relative; } .c_product_list-01001 .p_page .pre{ display:inline-table; float:left; margin-left:18px; margin-right:5px; } .c_product_list-01001 .p_page .pageNum{ display:inline-block; position:static; float:left; margin-right:5px; line-height:30px; } .c_product_list-01001 .p_page .next{ display:inline-table; float:left; } .c_product_list-01001 .p_page .PageInterval{ display:inline-block; position:static; float:left; margin-right:5px; line-height:38px; font-size: 12px; } .c_product_list-01001 .p_page .p_PageInterval{ display:inline-block; position:static; float:left; margin-right:5px; line-height:38px; font-size: 12px; } .c_product_list-01001 .p_page .pre:after{ content:""; display:none; position:absolute; top:5px; left:-14px; width:27px; height:27px; background-color:rgba(242, 242, 242, 1); font-size:0; line-height:0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_product_list-01001 .p_page .pre:hover:after{ top:4px; left:-12px; background-color:rgba(101, 190, 186, 1); border-radius:4px 0 0 0; -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_product_list-01001 .p_page .pre:active:after { top:8px; left:-12px; width:28px; height:25px; background-color:rgba(90, 170, 167, 1); border-radius:0 3px 0 0 ; -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8); -webkit-transform: rotate(-226deg); -moz-transform: rotate(-226deg); -o-transform: rotate(-226deg); -ms-transform: rotate(-226deg); transform: rotate(-226deg); z-index:-1; } .c_product_list-01001 .p_page .pre{ height:30px; color:rgba(102, 102, 102, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(242, 242, 242, 1); text-align:center; padding-top:0; padding-right:20px; padding-left:20px; position:relative; left:0; top:0; } .c_product_list-01001 .p_page .pre:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101,190,186,1); cursor:pointer; } .c_product_list-01001 .p_page .pre:active{ background-color:rgba(90, 170, 167, 1); } .c_product_list-01001 .p_page .pre .font{ display:table-cell; vertical-align:middle; bottom:0; font-size: 12px; } .c_product_list-01001 .p_page .pre:hover .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .pre:active .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .pre .iconfont:before{content: "";margin-right: 5px;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_page .next:after{ content:""; display:none; position:absolute; top:5px; right:-14px; width:27px; height:27px; background-color:rgba(101, 190, 186, 1); font-size:0; line-height:0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index:-1; } .c_product_list-01001 .p_page .next:hover:after{ top:5px; right:-12px; background-color:rgba(101, 190, 186, 1); border-radius:4px 0 0 0; -webkit-box-shadow: 0 3px 0px #777; -moz-box-shadow: 0 3px 0px #777; box-shadow: 0 3px 0px #777; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); z-index:-1; width:26px; height:26px; } .c_product_list-01001 .p_page .next:active:after { top:8px; right:-12px; width:27px; height:24px; background-color:rgba(90, 170, 167, 1); border-radius:0 3px 0 0 ; -webkit-box-shadow: 0 3px 0px #777; -moz-box-shadow: 0 3px 0px #777; box-shadow: 0 3px 0px #777; -webkit-transform: rotate(226deg); -moz-transform: rotate(226deg); -o-transform: rotate(226deg); -ms-transform: rotate(226deg); transform: rotate(226deg); z-index:-1; } .c_product_list-01001 .p_page .next{ height:30px; color:rgba(255, 255, 255, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101, 190, 186, 1); text-align:center; padding-top:0; padding-right:20px; padding-left:20px; position:relative; left:0; top:0; } .c_product_list-01001 .p_page .next:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(101,190,186,1); cursor:pointer; } .c_product_list-01001 .p_page .next:active{ background-color:rgba(90, 170, 167, 1); } .c_product_list-01001 .p_page .next .font{ display:table-cell; vertical-align:middle; bottom:0; font-size: 12px; } .c_product_list-01001 .p_page .next:hover .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .next:active .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .next .iconfont:before{content: "";margin-top: 3px;float: right;margin-left: 5px;shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_page .pageNum { position:relative; background-size: 100% 100%; color: inherit; cursor: pointer; display: table; font-family: inherit; font-size: 14px; font-weight: inherit; height: inherit; position: absolute; text-decoration: none; width: inherit; } .c_product_list-01001 .p_page .pageNum{ height:30px; width:30px; color:rgba(102, 102, 102, 1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(242, 242, 242, 1); text-align:center; position:relative; } .c_product_list-01001 .p_page .pageNum:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); cursor:pointer; text-decoration: none; background-color:rgba(101,190,186,1); } .c_product_list-01001 .p_page .pageNum:active { text-decoration: none; background-color:rgba(90, 170, 167, 1); } .c_product_list-01001 .p_page .pageNum.active { text-decoration: none; background-color:rgba(90, 170, 167, 1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .pageNum .font{ display:table-cell; vertical-align:middle; bottom:0; } .c_product_list-01001 .p_page .pageNum .iconfont{ display:inline; color:rgba(255,255,255,1); vertical-align:middle; } .c_product_list-01001 .p_page .pageNum:hover .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .pageNum:active .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_page .pageNum .iconfont:before{ content: ""; } .c_product_list-01001 .p_page .PageInterval{ line-height:30px; cursor:text; color:rgba(102,102,102,1); } .c_product_list-01001 .p_page .p_PageInterval{ line-height:30px; cursor:text; color:rgba(102,102,102,1); } .c_product_list-01001 .p_OccupyBox{ margin:0; width: auto; height:auto; padding:0; border:none; overflow: hidden; } .c_product_list-01001 .d_unitB{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_unitB .font{ line-height: 19px; } .c_product_list-01001 .d_unitB .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_unitA{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_unitA .font{ line-height: 19px; } .c_product_list-01001 .d_unitA .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_keyword{ display:inline-block; margin:0; padding-bottom:0px; padding-left:0px; padding-right:5px; padding-top:0px; color:rgba(102, 102, 102,1); font-size:14px; text-align:left; } .c_product_list-01001 .d_keyword .font{ white-space:nowrap; vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_keyword .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_keywords{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_AssistNameD{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_product_list-01001 .d_AssistNameD .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_product_list-01001 .d_AssistNameD .iconfont:before{ content:"\e69e"; } .c_product_list-01001 .d_KeywordBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_view{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_product_list-01001 .p_view .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_product_list-01001 .p_view .iconfont:before{ content:""; } .c_product_list-01001 .p_AssistNameC{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_product_list-01001 .p_AssistNameC .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_product_list-01001 .p_AssistNameC .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_ViewBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_comment{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_product_list-01001 .p_comment .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_product_list-01001 .p_comment .iconfont:before{ content:""; } .c_product_list-01001 .p_AssistNameB{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_product_list-01001 .p_AssistNameB .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_product_list-01001 .p_AssistNameB .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_CommentBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_favorite{ display:inline-table; margin:0; padding:0 5px 0 0; vertical-align:middle; color:#969696; font-size:12px; text-align:left; white-space:nowrap; overflow:visible; } .c_product_list-01001 .p_favorite .font{ vertical-align:middle; display:table-cell; line-height: 18px; } .c_product_list-01001 .p_favorite .iconfont:before{ content:""; } .c_product_list-01001 .p_AssistNameA{ display:inline-block; margin:0; padding:0; color:#c8c8c8; font-size:12px; text-align:right; } .c_product_list-01001 .p_AssistNameA .font{ vertical-align:middle; white-space:nowrap; width:inherit; line-height: 16px; } .c_product_list-01001 .p_AssistNameA .iconfont:before{content:"\e69e";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_FavoriteBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_InteractionInfo{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_btnA{ font-size:14px; height:38px; color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:rgba(255,255,255,0); background-color:rgba(106,186,190,1); padding-top:0; padding-right:12px; padding-left:12px; white-space: nowrap; text-align: center; } .c_product_list-01001 .p_btnA:hover{ color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:rgba(255,255,255,0); background-color:rgba(106,186,190,1); } .c_product_list-01001 .p_btnA:active{ color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:rgba(255,255,255,0); background-color:rgba(106,186,190,1); } .c_product_list-01001 .p_btnA .font{ display:table-cell; vertical-align:middle; } .c_product_list-01001 .p_btnA .iconfont{ display: none; } .iconfont:before{ content: ""; } .c_product_list-01001 .p_ToDetail{ font-size:14px; height:38px; color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:rgba(255,255,255,0); background-color:rgba(106,186,190,1); padding-top:0; padding-right:12px; padding-left:12px; white-space: nowrap; text-align: center; } .c_product_list-01001 .p_ToDetail:hover{ color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:rgba(255,255,255,0); background-color:rgba(106,186,190,1); } .c_product_list-01001 .p_ToDetail:active{ color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:rgba(255,255,255,0); background-color:rgba(106,186,190,1); } .c_product_list-01001 .p_ToDetail .font{ display:table-cell; vertical-align:middle; } .c_product_list-01001 .p_ToDetail .iconfont{ display: none; } .iconfont:before{ content: ""; } .c_product_list-01001 .p_inquiry{ font-size:14px; height:38px; color:rgba(255,255,255,1); border-width: 0; border-style: none; border-color:transparent; background-color:rgba(255,102,0,1); padding-top:0; padding-right:12px; padding-left:12px; white-space: nowrap; text-align: center; } .c_product_list-01001 .p_inquiry:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(255,102,0,1); } .c_product_list-01001 .p_inquiry:active{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(255,102,0,1); } .c_product_list-01001 .p_inquiry .font{ display:table-cell; vertical-align:middle; } .c_product_list-01001 .p_inquiry .iconfont{ display: none; } .iconfont:before{ content: ""; } .c_product_list-01001 .p_AddCart{ font-size:14px; height:38px; color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(255,102,0,1); text-align:center; padding-top:0; padding-right:12px; padding-left:12px; white-space:nowrap; word-break: no-break; } .c_product_list-01001 .p_AddCart:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(255,102,0,1); } .c_product_list-01001 .p_AddCart .font{ display:table-cell; vertical-align:middle; bottom:0; } .c_product_list-01001 .p_AddCart .iconfont{ display:inline; } .c_product_list-01001 .p_AddCart:active .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_AddCart .iconfont:before{content: "\e754";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_buy{ font-size:14px; height:38px; color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(255,102,0,1); text-align:center; padding-top:0; padding-right:12px; padding-left:12px; white-space:nowrap; word-break: no-break; } .c_product_list-01001 .p_buy:hover{ color:rgba(255,255,255,1); border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(255,102,0,1); } .c_product_list-01001 .p_buy .font{ display:table-cell; vertical-align:middle; bottom:0; } .c_product_list-01001 .p_buy .iconfont{ display:inline; } .c_product_list-01001 .p_buy:active .iconfont{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_buy .iconfont:before{content: "\e754";shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } .c_product_list-01001 .p_interaction{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_summaryA{ color:rgba(102,102,102,1); font-size:14px; line-height:26px; text-align:left; vertical-align:top; word-break:break-all; } .c_product_list-01001 .d_nameJ{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameJ .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameJ .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_LabelBoxB{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_label{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_label .font{ line-height: 19px; } .c_product_list-01001 .d_label .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_nameH{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameH .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameH .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_LabelBoxA{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_summary{ color:rgba(102,102,102,1); font-size:14px; line-height:26px; text-align:left; vertical-align:top; word-break:break-all; } .c_product_list-01001 .d_nameI{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameI .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameI .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_SummaryBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_unit{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_unit .font{ line-height: 19px; } .c_product_list-01001 .d_unit .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_num{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_num .font{ line-height: 19px; } .c_product_list-01001 .d_num .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_nameG{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameG .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameG .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_NumBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_weight{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_weight .font{ line-height: 19px; } .c_product_list-01001 .d_weight .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_nameF{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameF .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameF .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_WeightBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_MarketPrice{ display:inline-block; margin:0; padding:0; color:rgba(153,153,153,1); font-size:14px; } .c_product_list-01001 .d_MarketPrice .font{ text-decoration:line-through; white-space:nowrap; } .c_product_list-01001 .d_MarketPrice .iconfont:before{ content:""; } .c_product_list-01001 .d_nameE{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameE .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameE .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_MarketPriceBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_SalePrice{ display:inline-table; margin:0; padding:0; color:rgba(255,0,0,1); font-size:14px; text-align:left; } .c_product_list-01001 .d_SalePrice .font{ display:table-cell; white-space:nowrap; vertical-align:middle; } .c_product_list-01001 .d_SalePrice .iconfont:before{ display: inline-block; vertical-align: middle; content:""; } .c_product_list-01001 .d_nameD{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameD .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameD .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_SalePriceBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_nom{ display:inline-table; margin:0; padding:0; vertical-align:middle; color:rgba(0,0,0,1); font-size:14px; text-align:justify; } .c_product_list-01001 .d_nom .font{ line-height: 19px; } .c_product_list-01001 .d_nom .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_nameC{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameC .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameC .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_NomBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_BrandImg{ width:128px; height:190px; margin-top:5px; position:relative; border-color:rgba(154,155,155,1); border-width:2px; border-style:solid; } .c_product_list-01001 .d_BrandImg img{ display:block; width: 100%; height: 100%; box-sizing:border-box; -webkit-box-sizing:border-box; } .c_product_list-01001 .d_BrandImg:hover{ border-color:rgba(105,192,188,1); } .c_product_list-01001 .d_BrandImg:hover .shape{ border-bottom-color: rgba(105,192,188,1) } .c_product_list-01001 .d_BrandImg.click img{ border-color:rgba(105,192,188,1); } .c_product_list-01001 .d_nameB{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameB .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameB .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_brandA{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_title{ display:inline-table; margin:0; min-width:37px; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; cursor:pointer; } .c_product_list-01001 .d_title .font{ vertical-align:middle; line-height: 21px; } .c_product_list-01001 .d_title:hover{ color:rgba(87,177,173,1); } .c_product_list-01001 .d_title:active{ color:rgba(69,165,161,1); } .c_product_list-01001 .d_title .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_nameA{ display:inline-block; margin:0; padding:0; vertical-align:middle; color:#969696; font-size:14px; text-align:left; } .c_product_list-01001 .d_nameA .font{ vertical-align:middle; line-height: 19px; } .c_product_list-01001 .d_nameA .iconfont:before{ display: inline-block; content:""; } .c_product_list-01001 .d_HeadBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .d_articles{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_thumbnail{ width:128px; height:190px; margin-top:5px; position:relative; border-color:rgba(154,155,155,1); border-width:2px; border-style:solid; } .c_product_list-01001 .p_thumbnail img{ display:block; width: 100%; height: 100%; box-sizing:border-box; -webkit-box-sizing:border-box; } .c_product_list-01001 .p_thumbnail:hover{ border-color:rgba(105,192,188,1); } .c_product_list-01001 .p_thumbnail:hover .shape{ border-bottom-color: rgba(105,192,188,1) } .c_product_list-01001 .p_thumbnail.click img{ border-color:rgba(105,192,188,1); } .c_product_list-01001 .p_ThumbnailBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_tag{ padding:0; border-width:1px; border-style:none; border-color:transparent; overflow: hidden; } .c_product_list-01001 .p_tag:hover{ border-width:1px; border-style:none; border-color:transparent; } .c_product_list-01001 .p_tag:active{ border-width:1px; border-style:none; border-color:transparent; } .c_product_list-01001 .p_TagBox{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_image{ padding:0; border-width:1px; border-style:none; border-color:transparent; overflow: hidden; } .c_product_list-01001 .p_image:hover{ border-width:1px; border-style:none; border-color:transparent; } .c_product_list-01001 .p_image:active{ border-width:1px; border-style:none; border-color:transparent; } .c_product_list-01001 .p_MatteIcon{ margin:0; width:inherit; height:inherit; color:rgba(102,102,102,1); } .c_product_list-01001 .p_MatteIcon .iconfont:before{content:'\e602'; font-size: 50px;} .c_product_list-01001 .p_Position{ width: inherit; height: auto; display: table-cell; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-duration: 0.5s; animation-delay: 0s; text-align: left; vertical-align: middle; display: none; } .c_product_list-01001 .p_matte{ width: 100%; height: 100%; position: absolute; z-index: 999; display: none; table-layout: fixed; } .c_product_list-01001 .p_matteA{ width: 100%; height: 100%; position: absolute; background-color: rgba(0,0,0,.3); z-index: 999; display: none; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name:; animation-duration:; animation-delay:; } .c_product_list-01001 .p_images{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } @charset "utf-8"; .c_product_list-01001 .p_Product{width:calc((100% - 60px)/3); height:auto;margin:10px; margin-top:10px; margin-right:10px; margin-bottom:10px; margin-left:10px; } .c_product_list-01001 .p_products{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_CommentSort{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_CommentSort:hover, .c_product_list-01001 .p_CommentSort:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_CommentSort:hover .font, .c_product_list-01001 .p_CommentSort:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_CommentSort.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_CommentSort .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_CommentSort .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_CommentSort .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_CommentSort .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_CommentSort .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_CommentSort .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_CommentSort:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_TimeSort{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_TimeSort:hover, .c_product_list-01001 .p_TimeSort:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_TimeSort:hover .font, .c_product_list-01001 .p_TimeSort:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_TimeSort.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_TimeSort .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_TimeSort .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_TimeSort .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_TimeSort .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_TimeSort .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_TimeSort .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_TimeSort:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_ViewSort{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_ViewSort:hover, .c_product_list-01001 .p_ViewSort:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_ViewSort:hover .font, .c_product_list-01001 .p_ViewSort:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_ViewSort.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_ViewSort .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_ViewSort .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_ViewSort .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_ViewSort .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_ViewSort .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_ViewSort .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_ViewSort:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_PriceSort{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_PriceSort:hover, .c_product_list-01001 .p_PriceSort:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_PriceSort:hover .font, .c_product_list-01001 .p_PriceSort:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_PriceSort.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_PriceSort .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_PriceSort .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_PriceSort .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_PriceSort .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_PriceSort .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_PriceSort .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_PriceSort:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_NoSort{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_NoSort:hover, .c_product_list-01001 .p_NoSort:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_NoSort:hover .font, .c_product_list-01001 .p_NoSort:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_NoSort.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_NoSort .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_NoSort .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_NoSort .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_NoSort .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_NoSort .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_NoSort .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_NoSort:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_NameSort{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_NameSort:hover, .c_product_list-01001 .p_NameSort:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_NameSort:hover .font, .c_product_list-01001 .p_NameSort:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_NameSort.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_NameSort .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_NameSort .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_NameSort .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_NameSort .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_NameSort .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_NameSort .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_NameSort:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_default{ position:relative; width:100px; height:30px; line-height:30px; text-align:left; padding-left:10px; background-color:rgba(255, 255, 255, 1); border-width:1px; border-style:solid; border-color:rgba(203, 203, 203, 1); cursor:pointer; color:rgba(153, 153, 153, 1); } .c_product_list-01001 .p_default:hover, .c_product_list-01001 .p_default:active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_default:hover .font, .c_product_list-01001 .p_default:active .font{ color:rgba(255,255,255,1); } .c_product_list-01001 .p_default.active{ background-color:rgba(101, 190, 186,1); color:rgba(255,255,255,1); } .c_product_list-01001 .p_default .font .iconfont:first-child{ display:none; } .c_product_list-01001 .p_default .font .iconfont{ display:inline-block; position:absolute; top:0; right:0; font-size:20px; color:rgba(255,255,255,1); text-align:center; transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_default .font .iconfont:before{ content:"\e6bf"; line-height: 30px; } .c_product_list-01001 .p_default .font .arrow{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); } .c_product_list-01001 .p_default .font .down-arrow{ transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); } .c_product_list-01001 .p_default .font .arrow:before{ content:"\e6bf"; } .c_product_list-01001 .p_default:lang(active) .font{ color: #fff; } .c_product_list-01001 .p_sort{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_product_list-01001 .p_ProductList{ margin:0; width: 880px; height:auto; padding:0; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; white-space:nowrap; } @charset "utf-8"; .c_product_list-01001 {overflow: hidden;position:absolute; width:890px; height:890px; } .c_product_list-01001 .p_ProductList { width: auto; height: auto; overflow: hidden; white-space: normal; font-size: 0; padding: 10px; } .c_product_list-01001 .p_products { width: auto; height: auto; overflow: hidden; white-space: normal; } .c_product_list-01001 .p_Product { display: inline-block; vertical-align: top; width: calc((100% - 60px)/3); margin: 10px; height: inherit; border: 2px solid rgba(243,243,243,1); } .c_product_list-01001 .d_articles { height: auto; width: auto; padding-left: 20px; padding-right: 20px; } .c_product_list-01001 .p_ThumbnailBox { overflow: hidden; height: auto; position: absolute; left: 0; bottom: 1px; z-index: 10; } .c_product_list-01001 .p_ThumbnailBox .p_thumbnail { width: 42px; height: 34px; float: left; margin-right: 3px; margin-top: 0; max-width: 42px; max-height: 34px; overflow:hidden; } .c_product_list-01001 .p_images { position: relative; width: 100%; height: 188px; text-align: center; font-size: 0; overflow:hidden; } .c_product_list-01001 .p_linkB { width: inherit; height: inherit; display: block; position: static; } .c_product_list-01001 .p_image { width: 100%; height: 100%; } .c_product_list-01001 .p_thumbnail .AtlasRelationImgBoxA{ width: 100%; height: 100%; } .c_product_list-01001 .d_nameA { float: left; vertical-align: middle; margin-right: 5px; max-width: 70px; } .c_product_list-01001 .d_nameA .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 23px; } .c_product_list-01001 .d_nameA .iconfont { display: inline-block; } .c_product_list-01001 .p_linkA { display: block; overflow: hidden; } .c_product_list-01001 .d_title { display: block; vertical-align: middle; width: auto; height: auto; } .c_product_list-01001 .d_title .font { line-height: 21px; } .c_product_list-01001 .d_BrandImg { width: 67px; height: 19px; display: inline-block; vertical-align: middle; border: none; } .c_product_list-01001 .d_BrandImg { display: inline-block; vertical-align: middle; } .c_product_list-01001 .d_nameB { display: inline-block; vertical-align: middle; max-width: 70px; margin-right: 5px; } .c_product_list-01001 .d_nameB .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_nameB .iconfont { display: inline-block; } .c_product_list-01001 .d_nameC { display: inline-block; vertical-align: middle; max-width: 70px; margin-right: 5px; float: left; } .c_product_list-01001 .d_nameC .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_nameC .iconfont { display: inline-block; } .c_product_list-01001 .d_nom { display: block; vertical-align: middle; } .c_product_list-01001 .d_nom .iconfont { display: inline-block; } .c_product_list-01001 .d_nameD { display: inline-block; vertical-align: middle; max-width: 70px; margin-right: 5px; } .c_product_list-01001 .d_nameD .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_nameD .iconfont { display: inline-block; } .c_product_list-01001 .d_SalePrice { display: inline-block; vertical-align: middle; } .c_product_list-01001 .d_nameE { display: inline-block; vertical-align: middle; max-width: 70px; margin-right: 5px; } .c_product_list-01001 .d_nameE .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_nameE .iconfont { display: inline-block; } .c_product_list-01001 .d_MarketPrice { display: inline-block; vertical-align: middle; } .c_product_list-01001 .d_nameF { display: inline-block; vertical-align: middle; max-width: 70px; margin-right: 5px; } .c_product_list-01001 .d_nameF .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_nameF .iconfont { display: inline-block; } .c_product_list-01001 .d_weight { display: inline-block; vertical-align: middle; } .c_product_list-01001 .d_weight .iconfont { display: inline-block; } .c_product_list-01001 .d_unitA .iconfont { display: inline-block; } .c_product_list-01001 .d_nameG { display: inline-block; vertical-align: middle; max-width: 70px; margin-right: 5px; } .c_product_list-01001 .d_nameG .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_nameG .iconfont { display: inline-block; } .c_product_list-01001 .d_num { display: inline-block; vertical-align: middle; } .c_product_list-01001 .d_num .iconfont { display: inline-block; } .c_product_list-01001 .d_nameH { vertical-align: middle; max-width: 70px; margin-right: 5px; float: left; } .c_product_list-01001 .d_nameH .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .d_label { display: block; vertical-align: middle; overflow: hidden; } .c_product_list-01001 .d_label .iconfont { display: inline-block; } .c_product_list-01001 .d_LabelBoxB { display: block; width: auto; height: auto; } .c_product_list-01001 .d_nameJ { max-width: 70px; margin-right: 5px; float: left; } .c_product_list-01001 .d_nameJ .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 26px; } .c_product_list-01001 .d_summaryA { font-family: "Microsoft Yahei"; padding-left: 5px; word-break: break-all; white-space: normal; overflow: hidden; } .c_product_list-01001 .d_nameI { margin-right: 5px; max-width: 70px; float: left; } .c_product_list-01001 .d_nameI .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 26px; } .c_product_list-01001 .d_summary .font { text-align: left; } .c_product_list-01001 .d_summary .iconfont { display: inline-block; } .c_product_list-01001 .d_nameJ { vertical-align: middle; line-height: 26px; max-width: 70px; margin-right: 5px; } .c_product_list-01001 .d_nameJ .font { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .c_product_list-01001 .p_textA { display: inline-block; vertical-align: middle; } .c_product_list-01001 .d_HeadBox { margin-top: 10px; width: auto; height: auto; display: block; } .c_product_list-01001 .p_buy { display: inline-block; position: inherit; margin-right: 10px; margin-bottom: 10px; } .c_product_list-01001 .p_buy .iconfont { margin-right: 2px; } .c_product_list-01001 .p_buy .iconfont::before { content: "\e6bd"; } .c_product_list-01001 .p_AddCart { display: inline-block; position: inherit; margin-bottom: 10px; } .c_product_list-01001 .p_AddCart .iconfont { margin-right: 2px; } .c_product_list-01001 .p_AddCart .iconfont::before { content: "\e693"; } .c_product_list-01001 .p_inquiry { display: inline-block; position: inherit; margin-right: 10px; margin-bottom: 10px; } .c_product_list-01001 .p_inquiry .iconfont { margin-right: 2px; } .c_product_list-01001 .p_ToDetail { display: inline-block; position: inherit; margin-right: 10px; margin-bottom: 10px; } .c_product_list-01001 .p_ToDetail .iconfont { margin-right: 2px; } .c_product_list-01001 .p_btnA { display: inline-block; position: inherit; margin-bottom: 10px; } .c_product_list-01001 .p_btnA .iconfont { margin-right: 2px; } .c_product_list-01001 .p_interaction { margin-top: 10px; width: auto; height: auto; word-break: break-all; white-space: normal; } .c_product_list-01001 .p_interaction a { display: inline-block; float: left; } .c_product_list-01001 .p_image:hover:after { width: inherit; height: inherit; position: absolute; left: 0; top: 0; } .c_product_list-01001 .p_tag:hover:after { width: 0; height: 0; } .c_product_list-01001 .d_brandA { vertical-align: middle; width: auto; height: auto; margin-bottom: 10px; } .c_product_list-01001 .d_NomBox { margin-top: 10px; margin-bottom: 10px; width: auto; height: auto; } .c_product_list-01001 .d_SalePriceBox { margin-top: 10px; margin-bottom: 10px; width: auto; height: auto; } .c_product_list-01001 .d_MarketPriceBox { margin-top: 10px; margin-bottom: 10px; vertical-align: middle; width: auto; height: auto; } .c_product_list-01001 .d_WeightBox { margin-top: 10px; margin-bottom: 10px; vertical-align: middle; width: auto; height: auto; } .c_product_list-01001 .d_NumBox { margin-top: 10px; margin-bottom: 10px; width: auto; height: auto; } .c_product_list-01001 .d_SummaryBox { margin-top: 10px; margin-bottom: 10px; overflow: hidden; display: block; width: auto; height: auto; } .c_product_list-01001 .d_summary { font-family: "Microsoft Yahei"; word-break: break-all; white-space: normal; padding-left: 5px; overflow: hidden; } .c_product_list-01001 .d_LabelBoxA { margin-top: 10px; margin-bottom: 10px; display: block; width: auto; height: auto; } .c_product_list-01001 .p_FavoriteBox { display: inline-block; width: auto; height: auto; } .c_product_list-01001 .p_CommentBox { display: inline-block; width: auto; height: auto; } .c_product_list-01001 .p_ViewBox { display: inline-block; width: auto; height: auto; } .c_product_list-01001 .p_InteractionInfo { vertical-align: middle; margin-top: 10px; margin-bottom: 10px; width: auto; height: auto; } .c_product_list-01001 .p_FavoriteBox { vertical-align: middle; width: auto; height: auto; } .c_product_list-01001 .p_CommentBox { vertical-align: middle; width: auto; height: auto; } .c_product_list-01001 .p_ViewBox { vertical-align: middle; width: auto; height: auto; } .c_product_list-01001 .p_favorite { vertical-align: middle; padding-right: 0px; } .c_product_list-01001 .p_AssistNameA { vertical-align: middle; } .c_product_list-01001 .p_AssistNameA .iconfont::before { content: "\e688"; } .c_product_list-01001 .p_CommentBox { vertical-align: middle; } .c_product_list-01001 .p_AssistNameB { vertical-align: middle; } .c_product_list-01001 .p_AssistNameB .iconfont::before { content: "\e696"; } .c_product_list-01001 .p_comment { vertical-align: middle; padding-left: 0px; } .c_product_list-01001 .p_ViewBox { vertical-align: middle; } .c_product_list-01001 .p_AssistNameC { vertical-align: middle; } .c_product_list-01001 .p_AssistNameC .iconfont::before { content: "\e69e"; } .c_product_list-01001 .p_view { vertical-align: middle; } .c_product_list-01001 .d_KeywordBox { margin-top: 10px; margin-bottom: 10px; width: auto; height: auto; } .c_product_list-01001 .d_AssistNameD { margin-right: 5px; float: left; } .c_product_list-01001 .d_AssistNameD .iconfont:before { content: "\e6b3"; } .c_product_list-01001 .d_keyword:hover { cursor: default; } .c_product_list-01001 .d_keywords { overflow: hidden; width: auto; height: auto; } .c_product_list-01001 .p_BrandBox { width: auto; height: auto; } .c_product_list-01001 .p_sort { width: auto; height: auto; overflow: hidden; margin: 10px 0; clear: both; font-size: 14px; } .c_product_list-01001 .p_default { float: left; margin-right: 5px; } .c_product_list-01001 .p_default:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_default .iconfont.arrow { display: none; } .c_product_list-01001 .p_PriceSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_PriceSort:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_ViewSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_ViewSort:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_TimeSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_TimeSort:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_NameSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_NameSort:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_CommentSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_NoSort:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_NoSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_CommentSort { float: left; margin-right: 5px; } .c_product_list-01001 .p_CommentSort:lang(active) { background-color: rgba(101, 190, 186, 1); color: rgba(255, 255, 255, 1); } .c_product_list-01001 .p_TagBox { width: auto; height: auto; position: absolute; right: 0px; top: 0px; } .c_product_list-01001 .p_tag { float: right; margin-left: 10px; margin-bottom: 5px; } .c_product_list-01001 .p_page{ float:right; margin-right:20px; margin-top:10px; } .c_product_list-01001 .p_moreBtn { position: relative; width: auto; height: auto; } .c_product_list-01001 .p_Product:hover .p_matteA{ display: block; } .c_product_list-01001 .p_Product:hover .p_Position{ display: inline-block; } .c_product_list-01001 .p_Position{ padding-left: 20px; padding-right: 20px; text-align: left; } .c_product_list-01001 .p_Product:hover .p_matte{ display: block; } .c_product_list-01001 .p_MatteIcon{ width: auto; display: inline-block; } .c_product_list-01001 .p_MatteIcon:before{ content: ""; } .c_product_list-01001 .p_MatteIcon .iconfont{ font-size: 20px; color: rgba(255,255,255,.8); } .c_product_list-01001 .p_MatteIcon .iconfont:before{ content: "\e602"; } .c_product_list-01001 .p_Product .p_matte:before { content: "\200B"; display: inline-block; width: 0; height: 100%; vertical-align: middle; } .c_product_list-01001 .p_CommonLanternBox{ width: auto; height: auto; position: relative; } .c_product_list-01001 .p_CommonSwitchBtnA{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 45px; color: #e5e5e5; } .c_product_list-01001 .p_CommonSwitchBtnA .iconfont:before{ content: "\e687"; } .c_product_list-01001 .p_CommonSwitchBtnB{ position: absolute; top: 50%; right: 50%; transform: translate(50%,-50%); font-size: 45px; color: #e5e5e5; } .c_product_list-01001 .p_CommonSwitchBtnB .iconfont:before{ content: "\e6ae"; } .c_product_list-01001 .p_CommonSummaryBoxA{ width: auto; height: auto; text-align: center; margin-bottom: 20px; } .c_product_list-01001 .p_CommonThumbnailBox{ width: auto; height: auto; } .c_product_list-01001 .d_CommonInteractionA{ left: 0px; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_product_list-01001 .d_CommonInteractionB{ right: 0px; width: 60px; height: auto; vertical-align: middle; position: absolute; overflow: visible; top: 50%; transform: translate(0,-50%); } .c_product_list-01001 .p_CommonSquareNumBtn{ width: 100px; height: 10px; margin: 0px 8px; } .c_product_list-01001 .p_CommonSquareNumBtn { display: inline-block; height: 10px; width: 100px; padding: 0; background-color: rgba(228,228,228,1); border-width: 1px; border-color: transparent; color: rgba(153,153,153,1); font-size: 12px; font-family: "Microsoft YaHei"; text-align: center; cursor: pointer; } .c_product_list-01001 .p_CommonSquareNumBtn .shape { text-indent: -9999em; width: inherit; height: inherit; vertical-align: middle; } .c_product_list-01001 .p_CommonSquareNumBtn img { display: none; } .c_product_list-01001 .p_CommonSquareNumBtn:hover, .c_product_list-01001 .p_CommonSquareNumBtn.active { background-color: rgba(103,184,180,1); color: rgba(255,255,255,1); } .c_product_list-01001 .p_CommonSummaryBoxA {text-align:center; }.c_product_list-01001 >div{animation-fill-mode:both; }.c_product_list-01001 .p_nameA_1 .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }.c_product_list-01001 .p_nameI_1 .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }.c_product_list-01001 .p_nameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }.c_product_list-01001 .p_AssistNameD_1 .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }.c_product_list-01001 .p_inquiry .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }.c_product_list-01001 .p_ToDetail .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }.c_product_list-01001 .p_btnA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }/*图片标题列表*/ .w_img-001 .p_title{ display:inline-table; margin:0; min-width:37px; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; cursor:pointer; } .w_img-001 .p_title .font{ vertical-align:middle; line-height: 21px; } .w_img-001 .p_title:hover{ color:rgba(87,177,173,1); } .w_img-001 .p_title:active{ color:rgba(69,165,161,1); } .w_img-001 .p_title .iconfont:before{ display: inline-block; content:""; }/*单张正文图片边框*/ .w_img-001 .p_dimage{ padding:0; border-width:0px; border-style:solid; border-color:rgba(228,228,228,1); background-color: transparent; overflow: hidden; } .w_img-001 .p_dimage:hover{ border-width:0px; border-style:solid; border-color:rgba(228,228,228,1); background-color: transparent; } .w_img-001 .p_dimage:active{ border-width:0px; border-style:solid; border-color:rgba(228,228,228,1); background-color: transparent; } /*普通短链接*/ .e_title.w_img-001 .p_link002{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.w_img-001 .p_link002{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.w_img-001 .p_link002:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.w_img-001 .p_link002:active{ color:#60a9d7; font-weight:400; } a>.e_title.w_img-001 .p_link002:active{ text-decoration:none; margin-top:0; } .e_title.w_img-001 .p_link002 .iconfont:before{ display: inline-block; content:""; } /*普通短链接*/ .e_title.w_img-001 .p_link001{ display:inline-block; padding:0; color:#707070; font-size:14px; text-align:left; } .e_title.w_img-001 .p_link001{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.w_img-001 .p_link001:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; color: #60a9d7; } a>.e_title.w_img-001 .p_link001:active{ color:#60a9d7; font-weight:400; } a>.e_title.w_img-001 .p_link001:active{ text-decoration:none; margin-top:0; } .e_title.w_img-001 .p_link001 .iconfont:before{ display: inline-block; content:""; } /*无效果/分组*/ .w_img-001 .p_box{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .w_img-001{ position:absolute; width:280px; height:250px; } .w_img-001 .animated{ width:100%; height:100%; } .w_img-001 .font { white-space: nowrap; } .w_img-001 .p_link001{ width:100%; height:calc(100% - 30px); } .w_img-001 .p_link002{ width:100%; height:30px; } .w_img-001 .p_box{ width: 100%; height: 100%; text-align:center; } .w_img-001 .p_dimage{ height: inherit; overflow: hidden; font-size: 0; } .w_img-001 .e_image:hover:after { background: transparent; }.w_hline-001 .p_HLine{ border-top-width: 1px; border-top-style: solid; border-top-color:#f0f0f0; opacity:1; filter:alpha(opacity:100); } .w_hline-001{ position:absolute; width:300px; height:1px; left:100px; top:20px; } .w_hline-001 .w_hline{ width:100%; height:inherit; }.w_video-000{ position: absolute; width: 480px; height:1000px; } .w_video-000 .w_video{ width: 110%; height: 110%; position: relative; overflow: hidden; } .w_video-000 .w_video .p_video{ position: absolute; width: 110%; height: 110%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .w_video-000 .w_video .p_video + div{ display: none; } .controls{display:none;}/*e_SideMajorStyleBox-001*/ .e_SideMajorStyleBox-001{ /* position: absolute;*/ width: 100%; height: auto; width-uint:%; } /*stylebox_link*/ .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); }@CHARSET "UTF-8"; span{transition:all 0.5s;} span:hover{color: #f9f0c5;} .w_sfbox-001 > div > .p_SwipPanelBox { margin: 0; padding: 0; background-color: transparent; overflow: hidden; width: auto; height: auto; position: absolute; display: none; top: 50%; right: 30px; transform: translate(0,-50%); padding: 30px 0; z-index: 999; } *{ padding: 0; margin: 0; transition:all 0.5s; }/*page property_start*/.pagebox,#-remove--flag{}/*page property_end*//*page property_start*/body,#-remove--flag{}/*page property_end*/ .w_sfbox-001 > .w_sfbox > .p_fbox > div > .p_bgBox { height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: auto; z-index: 1; } .w_sfbox-001 > .w_sfbox > .p_fbox > div > .p_bgBox{ height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: auto; animation-name: bgMagnify; animation-duration: 8.6s; animation-delay: 0s; animation-direction: unset; }@media only screen and (max-width:1400px){.product-special-li-5.active .solution-item-wrapper{left:-102px}; }; }; }; }; }; }; }; }; }; }#c_public_htmlCode-15129825372058291 .p_MatteIcon .iconfont:before{content:'\e602'; }#c_public_htmlCode-15129825372058291{ position:absolute; top:0px; left:0px; z-index:1; width:27px; height:81px; }#c_nav_main-15131461487093998 .icon-bar{display:block; margin:6px 0; width:40px; height:5px; background-color:#ffffff; }#c_nav_main-15131461487093998{ position:fixed; top:0px; left:auto; bottom:auto; right:0px; transform:none; width:76px; height:66px; z-index:107; content:"rt"; max-width:none; min-width:0px; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; -webkit-transform:none; }@media only screen and (max-width: 500px){.gb_resA img { width:45px; margin-top: 5px; }; }@media only screen and (max-width: 470px){.gb_resItms li { width:33.333%; } .gb_resLay { height: 290px; } .gb_resA img { width: 60px; margin-top: 0 }; }#c_public_htmlCode-15136613546038885 #about{widht:142px; height:42px; }#c_public_htmlCode-15136613546038885 #about a{display:block; widht:80px; font-size:16px; color:#444; padding:0px 20px; height:40px; line-height:40px; border:1px solid #ddd; transition:all 0.5s; }#c_public_htmlCode-15136613546038885 #about a:hover{display:block; widht:140px; height:40px; line-height:40px; border:1px solid #ddd; background:#f49f01; border-bottom-right-radius:0%; border-top-left-radius:0%; color:#fff; box-shadow:0px 0px 10px #888; }#c_public_htmlCode-15136613546038885{ position:absolute; top:0px; left:0px; z-index:1; width:205px; height:47px; }#c_public_htmlCode-15136632717160628 .p_MatteIcon .iconfont:before{content:'\e602'; }#c_public_htmlCode-15136632717160628 #pinpai{width:630px; }#c_public_htmlCode-15136632717160628 a{display:block; width:200px; height:200px; margin-right:10px; float:left; }#c_public_htmlCode-15136632717160628 #pinpai .a1{width:200px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/p1.jpg); transition:all 0.5s; }#c_public_htmlCode-15136632717160628 #pinpai .a1:hover{width:200px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/p01.jpg); transition:all 0.5s; }#c_public_htmlCode-15136632717160628 #pinpai .a2{width:200px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/p2.jpg); transition:all 0.5s; }#c_public_htmlCode-15136632717160628 #pinpai .a2:hover{width:200px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/p02.jpg); transition:all 0.5s; }#c_public_htmlCode-15136632717160628 #pinpai .a3{width:200px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/p3.jpg); transition:all 0.5s; }#c_public_htmlCode-15136632717160628 #pinpai .a3:hover{width:200px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/p03.jpg); transition:all 0.5s; }#c_public_htmlCode-15136632717160628{ position:absolute; top:0px; left:0px; z-index:1; width:650px; height:214px; }#c_news_list-15126273250651045 .p_articles{width:calc((100% - 0px)/1); height:445px; margin:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; overflow:hidden; border:0px solid #f0f0f0; display:inline-block; vertical-align:top; background:rgba(0, 0, 0, 0.5); }#c_news_list-15126273250651045 .p_CommonSummaryBoxA{text-align:center; }#c_news_list-15126273250651045 .p_MatteIcon .iconfont:before{content:'\e602'; }#c_news_list-15126273250651045 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:2s; animation-fill-mode:both; }#c_news_list-15126273250651045 .p_nameC .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_AssistNameG .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_AssistNameA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_nameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_ToDetail .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; content:'\e6af'; }#c_news_list-15126273250651045 .p_top .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_Recommend .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_ImgNews .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_new .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_hot .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_AssistNameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_AssistNameD .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_AssistNameE .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_AssistNameF .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_page .pre .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_page .next .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_more .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_loading .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126273250651045 .p_news{width:inherit; height:auto; overflow:hidden; border-color:transparent; padding:0px; }#c_news_list-15126273250651045 .p_thumbnail img{width:460px; height:230px; }#c_news_list-15126273250651045 .p_content{width:auto; height:auto; border-width:0px; background-color:transparent; margin:25px; overflow:hidden; }#c_news_list-15126273250651045 .p_title .font{display:inline; white-space:normal; color:#fff; vertical-align:baseline; font-size:18px; }#c_news_list-15126273250651045 .p_summary{font-family:"Microsoft Yahei"; white-space:normal; text-align:justify; color:#909090; font-size:14px; line-height:30px; vertical-align:top; word-break:break-all; }#c_news_list-15126273250651045 .p_ToDetail{float:left; position:relative; margin-top:10px; background:none; border-color:#453d39; border-style:solid; border-width:1px 0px 0px 0px; display:inline-block; margin:0px; padding-left:25px; padding-right:25px; min-width:100px; color:#727272; padding-top:5px; font-size:14px; text-align:center; }#c_news_list-15126273250651045 .iconfont{display:inline; color:inherit; height:100%; font-size:inherit; font-family:"Microsoft Yahei"; font-weight:normal; padding-top:7px; text-decoration:none; padding-left:5px; float:right; }#c_news_list-15126273250651045 .p_SummaryBox{margin-top:5px; margin-bottom:25px; }#c_news_list-15126273250651045 .p_title .font:hover{display:inline; white-space:normal; color:#f59e00; vertical-align:baseline; font-size:18px; transition:all 0.5s; }#c_news_list-15126273250651045{ position:absolute; top:284px; left:480px; z-index:2; width:430px; height:445px; }#c_news_list-15126291600848535 .p_articles{margin:20px; margin-top:20px; margin-right:20px; margin-bottom:20px; margin-left:20px; }#c_news_list-15126291600848535 .p_CommonSummaryBoxA{text-align:center; }#c_news_list-15126291600848535 .p_MatteIcon .iconfont:before{content:'\e602'; }#c_news_list-15126291600848535 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:3.5s; animation-fill-mode:both; }#c_news_list-15126291600848535 .p_nameC .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_nameA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_AssistNameA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_nameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_ToDetail .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_top .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_Recommend .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_ImgNews .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_new .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_hot .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_AssistNameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_AssistNameD .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_AssistNameE .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_AssistNameF .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_page .pre .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_page .next .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_more .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_loading .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_news_list-15126291600848535 .p_TitleBox{display:inline-block; margin-left:0px; margin-right:2px; vertical-align:top; }#c_news_list-15126291600848535 .p_title{width:100%; display:inline-block; color:#d2d2d2; line-height:30px; font-size:17px; }#c_news_list-15126291600848535 .p_summary{color:#6a6a6a; font-size:14px; line-height:26px; text-align:left; vertical-align:top; word-break:break-all; }#c_news_list-15126291600848535 .p_ListHline{height:0px; width:385px; border-top-width:1px; border-top-style:solid; border-top-color:rgba(255, 255, 255, 0.1); opacity:1px; }#c_news_list-15126291600848535 .p_title:hover{width:100%; display:inline-block; color:#f59e00; line-height:30px; transition:all 0.5s; font-size:17px; }#c_news_list-15126291600848535{ position:absolute; top:284px; left:1175px; z-index:6; width:385px; height:445px; }#c_public_htmlCode-15127000344016494 .solution-list{position:relative; height:1080px; z-index:9; width:1200px; margin:0 auto; }#c_public_htmlCode-15127000344016494 .short-bar{position:absolute; top:187px; left:50%; margin-left:-15px; width:30px; height:3px; background-color:#fff; }#c_public_htmlCode-15127000344016494 .active .short-bar{top:201px; background-color:#fff; }#c_public_htmlCode-15127000344016494 .solution-list ul li{float:left; width:300px; position:relative; height:412px; transition:all .5s; -moz-transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s; }#c_public_htmlCode-15127000344016494 .solution-item-wrapper{width:300px; height:1080px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs1a.png) center no-repeat; }#c_public_htmlCode-15127000344016494 .solution-item-02{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs2a.png); }#c_public_htmlCode-15127000344016494 .solution-item-03{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs3a.png); }#c_public_htmlCode-15127000344016494 .solution-item-04{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs4a.png); }#c_public_htmlCode-15127000344016494 .active .solution-item-wrapper{position:absolute; z-index:9; top:0px; left:0px; width:300px; height:1080px; background:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs01.png) no-repeat; }#c_public_htmlCode-15127000344016494 .active .solution-item-02{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs02.png); }#c_public_htmlCode-15127000344016494 .active .solution-item-03{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs03.png); }#c_public_htmlCode-15127000344016494 .active .solution-item-04{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/zs04.png); }#c_public_htmlCode-15127000344016494 .solution-list ul li p.solution-title{position:absolute; top:211px; width:100%; text-align:center; color:#fff; font-size:18px; z-index:2; }#c_public_htmlCode-15127000344016494 .solution-list ul li p.solution-intro{position:absolute; top:282px; left:50%; margin-left:-121px; width:242px; overflow:hidden; color:#eee; line-height:2; z-index:2; opacity:0; filter:alpha(opacity=0); font-size:14px; text-align:justify; }#c_public_htmlCode-15127000344016494 .solution-list ul li a{display:none; position:absolute; top:452px; left:50%; margin-left:-87px; width:174px; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff; z-index:2; background-color:#f59e00; border-radius:100px; transition:all 0.5s; }#c_public_htmlCode-15127000344016494 .solution-list ul li a:hover{background-color:#000; transition:all 0.5s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s; }#c_public_htmlCode-15127000344016494 .solution-list ul li.active p.solution-title{top:230px; font-size:22px; }#c_public_htmlCode-15127000344016494 .solution-list ul li.active p.solution-intro{top:290px; opacity:1; transition:all 0.5s; filter:alpha(opacity=100); }#c_public_htmlCode-15127000344016494 .solution-list ul li.active a{top:500px; display:block; transition:all 0.5s; }#c_public_htmlCode-15127000344016494{ position:absolute; top:0px; left:360px; z-index:1; width:1200px; height:1080px; }#c_product_list-15142742811439362 .p_Product{width:calc((100% - 20px)/1); height:inherit; margin:10px; margin-top:10px; margin-right:10px; margin-bottom:10px; margin-left:10px; display:inline-block; vertical-align:top; border:0px solid rgba(243,243,243,1); }#c_product_list-15142742811439362 .p_CommonSummaryBoxA{text-align:center; }#c_product_list-15142742811439362 .p_MatteIcon .iconfont:before{content:'\e602'; }#c_product_list-15142742811439362 >div{animation-name:zoomIn; animation-duration:2s; animation-delay:2.5s; animation-fill-mode:both; }#c_product_list-15142742811439362 .p_page .pre .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_page .next .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_nameA_1 .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_nameI_1 .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_nameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_AssistNameD_1 .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_inquiry .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_AddCart .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_buy .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_ToDetail .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_AssistNameA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_AssistNameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_AssistNameC .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .p_btnA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_product_list-15142742811439362 .d_title .font{line-height:21px; color:#f29f01; font-weight:bold; font-size:24px; text-align:center; }#c_product_list-15142742811439362 .d_title .font:hover{line-height:21px; color:#000; transition:all 0.5s; font-weight:bold; font-size:24px; text-align:center; }#c_product_list-15142742811439362 .d_summary{color:rgb(0, 0, 0); font-size:14px; line-height:26px; text-align:left; vertical-align:top; word-break:break-all; }#c_product_list-15142742811439362 .p_CommonSwitchBtnB{position:absolute; top:50%; right:50px; transform:translate(50%,-50%); font-size:60px; color:#f59e00; }#c_product_list-15142742811439362 .p_CommonSwitchBtnA{position:absolute; top:50%; left:50px; transform:translate(-50%,-50%); font-size:60px; color:#f59e00; }#c_product_list-15142742811439362 .p_PopupWindow{margin:0px; width:1580px !important; height:auto; padding:0px; border-width:1px; border-style:solid; border-color:transparent; background-color:transparent; z-index:999999px; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); position:absolute; background:#fff; }#c_product_list-15142742811439362 .p_PopupWindow iframe{width:100%; height:100%; border:0px; }#c_product_list-15142742811439362 .p_CloseBtn:hover .iconfont{color:#000000; }#c_product_list-15142742811439362{ position:absolute; top:314px; left:571px; z-index:11; width:751px; height:464px; }#c_video_list-15126137928887349 .p_articles{width:calc((100% - 20px)/1); margin:10px; margin-top:10px; margin-right:10px; margin-bottom:10px; margin-left:10px; }#c_video_list-15126137928887349 .p_CommonSummaryBoxA{text-align:center; }#c_video_list-15126137928887349 .p_MatteIcon .iconfont:before{content:'\e602'; }#c_video_list-15126137928887349 >div{animation-fill-mode:both; }#c_video_list-15126137928887349 .p_nameC .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_nameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_VideoIcon:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_AssistNameA .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_AssistNameG .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_AssistNameF .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_AssistNameB .iconfont:before{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#c_video_list-15126137928887349 .p_videoslist{width:auto; height:auto; display:none; overflow:hidden; white-space:normal; background:transparent; }#c_video_list-15126137928887349{ position:absolute; top:299px; left:907px; z-index:102; width:632px; height:336px; }#w_sfbox-1512607870773 .p_footer{height:200px; }#w_sfbox-1512607870773 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_sfbox-1512607870773 .ping_0{background-color:rgba(0, 0, 0, 0); shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_sfbox-1512607870773 .ping_1{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_sfbox-1512607870773 .ping_2{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_sfbox-1512607870773 .p_fbox{background-repeat:repeat; background-size:100% 100%; background-position:center left; }#w_sfbox-1512607870773 .ping_3{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_sfbox-1512607870773 .ping_4{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_sfbox-1512607870773 .ping_5{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_sfbox-1512607870773 .ping_6{shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; }#w_img-1513145620383 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1513145620383 >div{animation-fill-mode:both; }#w_img-1512612642324 .p_link001{height:calc(100%); }#w_img-1512612642324 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512612642324 >div{animation-name:bounceInUp; animation-duration:1.5s; animation-delay:2s; animation-fill-mode:both; }#w_rbox-1512982774328 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_rbox-1512982774328 >div{animation-name:fadeInUp; animation-duration:1.5s; animation-delay:4.5s; animation-fill-mode:both; }#w_rbox-1513665069893 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_rbox-1513665069893 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:1.5s; animation-fill-mode:both; }#w_rbox-1512612913998 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_rbox-1512612913998 >div{animation-name:fadeInDown; animation-duration:1.5s; animation-delay:2.5s; animation-fill-mode:both; }#w_rbox-1512612913998 div.w_rbox>.p_rbox{background-color:rgba(255, 255, 255, 0.8); }#w_rbox-1513662162499 div.w_rbox>.p_rbox{background-color:rgba(0, 0, 0, 0); }#w_rbox-1513662162499 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_rbox-1513662162499 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:4s; animation-fill-mode:both; }#w_vline-1512701023003 .p_Vline{border-left-color:rgba(255, 255, 255, 0.3); border-left-style:solid; border-left-width:1px; }#w_vline-1512701023003 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_vline-1512701023003 >div{animation-name:slideInDown; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_common_text-1512613198696 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_common_text-1512613198696 >div{animation-name:fadeInUp; animation-duration:1.5s; animation-delay:4s; animation-fill-mode:both; }#w_img-1512634172620 .p_link001{height:calc(100%); }#w_img-1512634172620 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512634172620 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_img-1512614952142 .p_link001{height:calc(100%); }#w_img-1512614952142 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512614952142 >div{animation-name:fadeInUp; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_img-1512615823944 .p_link001{height:calc(100%); }#w_img-1512615823944 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512615823944 >div{animation-name:fadeInUp; animation-duration:1.5s; animation-delay:3s; animation-fill-mode:both; }#w_imgbtn-1512616751329 .p_ImgBtn{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/cp1a.png); transition:all 0.5s; }#w_imgbtn-1512616751329 .p_ImgBtn:hover{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/cp01a.png)!important; transition:all 0.5s; }#w_imgbtn-1512616751329 .p_ImgBtn:active{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/cp01a.png)!important; transition:all 0.5s; }#w_imgbtn-1512616751329 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_imgbtn-1512616751329 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:2s; animation-fill-mode:both; }#w_imgbtn-1512616796770 .p_ImgBtn{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/c1.png); transition:all 0.5s; }#w_imgbtn-1512616796770 .p_ImgBtn:hover{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/c01.png)!important; transition:all 0.5s; }#w_imgbtn-1512616796770 .p_ImgBtn:active{background-image:url(https://web.archive.org/web/20181126044717im_/http://www.hrbxtx.cn/img/c01.png)!important; transition:all 0.5s; }#w_imgbtn-1512616796770 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_imgbtn-1512616796770 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:2s; animation-fill-mode:both; }#w_img-1512616370323 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512616370323 >div{animation-name:flipInX; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_img-1512629298708 .p_link001{height:calc(100%); }#w_img-1512629298708 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512629298708 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:2.5s; animation-fill-mode:both; }#w_img-1512629315845 .p_link001{height:calc(100%); }#w_img-1512629315845 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512629315845 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:3.5s; animation-fill-mode:both; }#w_img-1512629310636 .p_link001{height:calc(100%); }#w_img-1512629310636 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512629310636 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:3s; animation-fill-mode:both; }#w_vline-1512628790428 .p_Vline{border-left-color:rgba(255, 255, 255, 0.1); border-left-style:solid; border-left-width:1px; }#w_vline-1512628790428 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_vline-1512628790428 >div{animation-name:fadeInDown; animation-duration:1.5s; animation-delay:1.5s; animation-fill-mode:both; }#w_img-1512627273106 .p_link001{height:calc(100%); }#w_img-1512627273106 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512627273106 >div{animation-name:fadeInDown; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_vline-1512628900365 .p_Vline{border-left-color:rgba(255, 255, 255, 0.1); border-left-style:solid; border-left-width:1px; }#w_vline-1512628900365 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_vline-1512628900365 >div{animation-name:fadeInDown; animation-duration:1.5s; animation-delay:1.5s; animation-fill-mode:both; }#w_img-1512612636732 .p_link001{height:calc(100%); }#w_img-1512612636732 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512612636732 >div{animation-name:fadeInUp; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_vline-1512701049558 .p_Vline{border-left-color:rgba(255, 255, 255, 0.3); border-left-style:solid; border-left-width:1px; }#w_vline-1512701049558 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_vline-1512701049558 >div{animation-name:slideInDown; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_img-1512700532144 .p_link001{height:calc(100%); }#w_img-1512700532144 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512700532144 >div{animation-name:flipInX; animation-duration:1.5s; animation-delay:1.5s; animation-fill-mode:both; }#w_vline-1512700920442 .p_Vline{border-left-color:rgba(255, 255, 255, 0.3); border-left-style:solid; border-left-width:1px; }#w_vline-1512700920442 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_vline-1512700920442 >div{animation-name:slideInDown; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_common_text-1512633892900 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_common_text-1512633892900 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:6.5s; animation-fill-mode:both; }#w_hline-1512632622699 .p_HLine{border-top-color:rgba(255, 255, 255, 0.3); border-top-style:solid; border-top-width:1px; }#w_hline-1512632622699 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_hline-1512632622699 >div{animation-name:slideInRight; animation-duration:1.5s; animation-delay:1s; animation-fill-mode:both; }#w_vline-1512632546716 .p_Vline{border-left-color:rgba(255, 255, 255, 0.3); border-left-style:solid; border-left-width:1px; }#w_vline-1512632546716 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_vline-1512632546716 >div{animation-name:fadeInDown; animation-duration:1.5s; animation-delay:1.5s; animation-fill-mode:both; }#w_img-1512632719351 .p_link001{height:calc(100%); }#w_img-1512632719351 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512632719351 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:2s; animation-fill-mode:both; }#w_img-1512632782629 .p_link001{height:calc(100%); }#w_img-1512632782629 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512632782629 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:2.5s; animation-fill-mode:both; }#w_img-1512632782629 .e_image e_DImage-001 p_dimage:hover{-webkit-filter:grayscale(1); transition:all 0.5s; }#w_img-1512632798615 .p_link001{height:calc(100%); }#w_img-1512632798615 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512632798615 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:3s; animation-fill-mode:both; }#w_img-1512632850382 .p_link001{height:calc(100%); }#w_img-1512632850382 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512632850382 >div{animation-name:fadeInUp; animation-duration:1.5s; animation-delay:3.5s; animation-fill-mode:both; }#w_common_text-1512632957090 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_common_text-1512632957090 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:4s; animation-fill-mode:both; }#w_img-1512632993429 .p_link001{height:calc(100%); }#w_img-1512632993429 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512632993429 >div{animation-name:flipInX; animation-duration:1.5s; animation-delay:4.5s; animation-fill-mode:both; }#w_img-1512633035517 .p_link001{height:calc(100%); }#w_img-1512633035517 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512633035517 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:5.5s; animation-fill-mode:both; }#w_img-1512633040680 .p_link001{height:calc(100%); }#w_img-1512633040680 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512633040680 >div{animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:6.5s; animation-fill-mode:both; }#w_hline-1512633686927 .p_HLine{border-top-color:rgba(255, 255, 255, 0.3); border-top-style:solid; border-top-width:1px; }#w_hline-1512633686927 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_hline-1512633686927 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:4.5s; animation-fill-mode:both; }#w_hline-1512633693577 .p_HLine{border-top-color:rgba(255, 255, 255, 0.3); border-top-style:solid; border-top-width:1px; }#w_hline-1512633693577 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_hline-1512633693577 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:5.5s; animation-fill-mode:both; }#w_hline-1512633707497 .p_HLine{border-top-color:rgba(255, 255, 255, 0.3); border-top-style:solid; border-top-width:1px; }#w_hline-1512633707497 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_hline-1512633707497 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:6.5s; animation-fill-mode:both; }#w_common_text-1512633838247 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_common_text-1512633838247 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:4.5s; animation-fill-mode:both; }#w_common_text-1512633871222 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_common_text-1512633871222 >div{animation-name:fadeInRight; animation-duration:1.5s; animation-delay:5.5s; animation-fill-mode:both; }#w_img-1512612572455 .p_link001{height:calc(100%); }#w_img-1512612572455 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512612572455 >div{animation-name:zoomIn; animation-duration:2s; animation-delay:3s; animation-fill-mode:both; }#w_img-1512613089710 .p_link001{height:calc(100%); }#w_img-1512613089710 .p_MatteIcon .iconfont:before{content:'\e602'; }#w_img-1512613089710 >div{animation-name:fadeInDown; animation-duration:1.5s; animation-delay:3.5s; animation-fill-mode:both; }#w_sfbox-1512607870773{ position:absolute; top:0px; left:0px; z-index:100; width:1889px; height:870px; }#w_img-1513145620383{ position:fixed; top:0px; left:0px; bottom:auto; right:auto; transform:none; width:225px; height:100px; z-index:105; content:"lt"; max-width:none; min-width:0px; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; -webkit-transform:none; }#w_img-1512612642324{ position:absolute; top:583px; left:495px; z-index:103; width:930px; height:48px; }#w_rbox-1512982774328{ position:fixed; top:auto; left:50%; bottom:30px; right:auto; transform:translate(-50%, 0px); width:26px; height:100px; z-index:103; content:"bc"; max-width:none; min-width:0px; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; -webkit-transform:translate(-50%, 0px); }#w_rbox-1513665069893{ position:absolute; top:190px; left:876px; z-index:13; width:701px; height:300px; }#w_rbox-1512612913998{ position:absolute; top:187px; left:360px; z-index:101; width:831px; height:560px; }#w_rbox-1513662162499{ position:absolute; top:474px; left:52px; z-index:5; width:205px; height:68px; }#w_vline-1512701023003{ position:absolute; top:0px; left:960px; z-index:7; width:20px; height:1080px; }#w_common_text-1512613198696{ position:absolute; top:223px; left:57px; z-index:2; width:483px; height:252px; }#w_img-1512634172620{ position:absolute; top:0px; left:-13px; z-index:100; width:960px; height:1080px; }#w_video-1526525703762{ position:absolute; top:-8px; left:0px; z-index:100; width:1889px; height:899px; }#w_img-1512614952142{ position:absolute; top:170px; left:448px; z-index:1; width:365px; height:205px; }#w_img-1512615823944{ position:absolute; top:420px; left:460px; z-index:5; width:1000px; height:400px; }#w_imgbtn-1512616751329{ position:absolute; top:270px; left:554px; z-index:6; width:129px; height:44px; }#w_imgbtn-1512616796770{ position:absolute; top:270px; left:693px; z-index:7; width:129px; height:44px; }#w_img-1512616370323{ position:absolute; top:168px; left:554px; z-index:2; width:635px; height:155px; }#w_img-1512629298708{ position:absolute; top:308px; left:1101px; z-index:7; width:55px; height:55px; }#w_img-1512629315845{ position:absolute; top:604.5px; left:1104px; z-index:9; width:55px; height:55px; }#w_img-1512629310636{ position:absolute; top:456.5px; left:1103.5px; z-index:8; width:55px; height:55px; }#w_vline-1512628790428{ position:absolute; top:0px; left:480px; z-index:3; width:10px; height:1080px; }#w_img-1512627273106{ position:absolute; top:284px; left:360px; z-index:1; width:120px; height:125px; }#w_vline-1512628900365{ position:absolute; top:-121px; left:1175px; z-index:4; width:20px; height:1080px; }#w_img-1512612636732{ position:absolute; top:479px; left:742px; z-index:102; width:435px; height:75px; }#w_vline-1512701049558{ position:absolute; top:0px; left:1260px; z-index:8; width:20px; height:1080px; }#w_img-1512700532144{ position:absolute; top:583px; left:850px; z-index:2; width:220px; height:155px; }#w_vline-1512700920442{ position:absolute; top:0px; left:660px; z-index:5; width:20px; height:1080px; }#w_common_text-1512633892900{ position:absolute; top:512px; left:961px; z-index:16; width:425px; height:32px; }#w_hline-1512632622699{ position:absolute; top:315px; left:450px; z-index:2; width:1500px; height:76px; }#w_vline-1512632546716{ position:absolute; top:0px; left:900px; z-index:1; width:153px; height:1080px; }#w_img-1512632719351{ position:absolute; top:200px; left:450px; z-index:3; width:400px; height:100px; }#w_img-1512632782629{ position:absolute; top:242px; left:927px; z-index:4; width:170px; height:53px; }#w_img-1512632798615{ position:absolute; top:250px; left:1150px; z-index:5; width:150px; height:45px; }#w_img-1512632850382{ position:absolute; top:346px; left:450px; z-index:6; width:422px; height:207px; }#w_common_text-1512632957090{ position:absolute; top:346px; left:930px; z-index:7; width:364px; height:51px; }#w_img-1512632993429{ position:absolute; top:391px; left:924px; z-index:8; width:30px; height:52px; }#w_img-1512633035517{ position:absolute; top:443px; left:926px; z-index:9; width:30px; height:52px; }#w_img-1512633040680{ position:absolute; top:495px; left:926px; z-index:10; width:30px; height:52px; }#w_hline-1512633686927{ position:absolute; top:443px; left:900px; z-index:11; width:1500px; height:21px; }#w_hline-1512633693577{ position:absolute; top:495px; left:900px; z-index:12; width:1500px; height:21px; }#w_hline-1512633707497{ position:absolute; top:547px; left:900px; z-index:13; width:1500px; height:22px; }#w_common_text-1512633838247{ position:absolute; top:406px; left:961px; z-index:14; width:425px; height:26px; }#w_common_text-1512633871222{ position:absolute; top:461px; left:961px; z-index:15; width:425px; height:35px; }#w_common_text-1513913649535{ position:absolute; top:910px; left:601px; z-index:17; width:706px; height:23px; }#w_img-1512612572455{ position:absolute; top:258px; left:765px; z-index:101; width:390px; height:200px; }#w_img-1512613089710{ position:absolute; top:0px; left:25px; z-index:1; width:305px; height:211px; }
/*
     FILE ARCHIVED ON 04:47:17 Nov 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:15:46 Sep 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.671
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.01
  esindex: 0.017
  cdx.remote: 7.179
  LoadShardBlock: 70.239 (3)
  PetaboxLoader3.datanode: 130.235 (4)
  load_resource: 214.684
  PetaboxLoader3.resolve: 100.939
*/