|
@@ -94,37 +94,38 @@ dl,dd,dt{zoom:1}
|
|
|
.header .search-top{display:flex;width:1185px;margin:0 auto; height: 100px;align-items: center;}
|
|
|
.search-top .info-logo-content {width: 168px;height: 76px;background: url(/img/article/h5-logo.png);background-size: contain;}
|
|
|
.search-top .search{position:relative;display:flex;width:685px;margin-left:134px;flex-direction: column;}
|
|
|
- .search-top .search .search-info {width: 100%;height: 44px;border:2px solid #FF5B00;box-sizing: border-box;border-radius:2px;overflow: hidden;}
|
|
|
+ .search-top .search .search-info {width: 100%;height: 44px;border:1px solid #FF5B00;box-sizing: border-box;border-radius:2px;overflow: hidden;}
|
|
|
.search-top .search .keyword{width:100%;height:100%;border: none;color:#B2B2B2;font-size:14px; padding: 0 80px 0 16px;}
|
|
|
+ .search-top .search .search-info .label-keyword {height: 100%;width: 604px;padding: 0 10px; border: none;color:#B2B2B2;}
|
|
|
.search-top .search .keywords {display: flex;flex-wrap: wrap;}
|
|
|
.search-top .search .keywords span {margin-right: 4px;}
|
|
|
|
|
|
.header .nav{display:table;width:100%;background:#FF5B00;}
|
|
|
/*.nav .logo{display:table-cell;vertical-align:top;height:48px;padding:11px 0;margin-right: 16px;}*/
|
|
|
/*.nav .logo img{width:168px;height:56px}*/
|
|
|
- .nav .type{display:table-cell;vertical-align:top;height:70px}
|
|
|
- .nav .type .type-content {width: 1185px; margin: 0 auto;display: flex;}
|
|
|
+ .nav .type{display:table-cell;vertical-align:top;height:64px}
|
|
|
+ .nav .type .type-content {width: 1185px; margin: 0 auto;display: flex;height: 64px;}
|
|
|
.header .nav .type-content .type-item {cursor: pointer;display: flex;justify-content: space-around;align-items: center;position: relative;padding: 0 16px;}
|
|
|
.header .nav .type-content .type-item .type-item-link {box-sizing: border-box;background: url(/img/article/PC.png);width: 24px; height: 24px;background-position: -76px -742px;}
|
|
|
.header .nav .type-content .type-item:hover .type-item-link {background-position: -110px -742px;}
|
|
|
.header .nav .type-content .type-item:hover {background: rgba(0,0,0,0.2);}
|
|
|
.header .nav .type-content .type-item a:hover {background: none;}
|
|
|
- .header .nav .type-content .type-item .nav-menu {display: none;flex-direction: column;position: absolute;bottom: 0;left: 0;width: 100%;background: #fff;z-index:-1;padding-top: 78px;transition: .3s;}
|
|
|
- .header .nav .type-content .type-item:hover .nav-menu {top: 0;bottom: unset;display: flex;}
|
|
|
+ .header .nav .type-content .type-item .nav-menu {display: none;flex-direction: column;position: absolute;bottom: 0;left: 0;width: 100%;background: #fff;z-index:-1;padding-top: 62px;transition: .3s;}
|
|
|
+ .header .nav .type-content .type-item:hover .nav-menu {top: 0;bottom: unset;display: flex;padding: 70px 0 6px 0;box-shadow: 0 0 10px #ccc;}
|
|
|
.header .nav .type-content .type-item .nav-menu a {width: 100%;height: 40px;color: #4A4F58;display: flex;align-items: center;font-size: 14px;padding-left: 10px;}
|
|
|
.header .nav .type-content .type-item .nav-menu a:hover {background: #FFF4EE;color: #FF5B00;}
|
|
|
|
|
|
- .nav .type a{height:78px;line-height:78px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap; box-sizing: border-box;}
|
|
|
+ .nav .type a{height:64px;line-height:64px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap; box-sizing: border-box;}
|
|
|
.type a:hover{background-color:#e96c1c;border-bottom-color: #fec19a}
|
|
|
- .header .nav .type-content .current{background-color:rgba(0,0,0,0.2);padding-right: 16px;}
|
|
|
+ /*.header .nav .type-content .current{background-color:rgba(0,0,0,0.2);padding-right: 16px;}*/
|
|
|
/*.nav .search{position:relative;display:table-cell;vertical-align:top;width:200px;height:32px;margin-left:39px}*/
|
|
|
/*.nav .search .keyword{width:200px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 16px;border:none;border-radius:16px;background:#eb7941;color:#fff;font-size:14px}*/
|
|
|
.search .keyword:focus{border:none;outline:medium}
|
|
|
.search .searchBtn{position:absolute;display: block;top: 0; right: 0;width: 80px;height: 44px;background: #FF5B00;color:#fff;line-height:44px;text-align: center;}
|
|
|
- .search .keyword::-webkit-input-placeholder{color:#fff}
|
|
|
- .search .keyword:-moz-placeholder{color:#fff}
|
|
|
- .search .keyword::-moz-placeholder{color:#fff}
|
|
|
- .search .keyword:-ms-input-placeholder{color:#fff}
|
|
|
+ .search .keyword::-webkit-input-placeholder,
|
|
|
+ .search .keyword:-moz-placeholder,
|
|
|
+ .search .keyword::-moz-placeholder,
|
|
|
+ .search .keyword:-ms-input-placeholder{color:#B2B2B2}
|
|
|
/* .content.sea-top{margin-top:110px} */
|
|
|
.foot{width:100%;height:174px;background:#262626;}
|
|
|
.footer{width:1185px;margin:0 auto;text-align:center;height: 174px;box-sizing: border-box;padding: 39px 0;}
|
|
@@ -187,9 +188,9 @@ dl,dd,dt{zoom:1}
|
|
|
.info-Notice .notice-content .notice-content-li:hover:before {background: #FF5B00;}
|
|
|
|
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
|
- .row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;background:#FFF url(/img/base/placeholder.png) no-repeat center center;}
|
|
|
+ .row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;}
|
|
|
.row .campaign{position:absolute;top:35px;left:5px;width:56px;height:24px;line-height:24px;font-size:16px;color:#fff;text-align:center;border-radius:2px;background-color:#FF5B00;opacity:.7;z-index:99}
|
|
|
- .row .new-img img{width:100%;height:100%;background-color:#FFF;background-size:80%}
|
|
|
+ .row .new-img img{width:100%;height:100%;background-size:80%}
|
|
|
.row .new-img img:hover{border:solid 2px #FF5B00;opacity:0.8}
|
|
|
.row .new-img img.none:hover{border:none;opacity:1;cursor:default}
|
|
|
.row .new-blurb{padding-left:230px;min-height:150px;margin-top:-5px;overflow:hidden}
|
|
@@ -216,7 +217,7 @@ dl,dd,dt{zoom:1}
|
|
|
.article .write{margin-left:5px;margin-right:30px}
|
|
|
.row .new-blurb .introduction{margin-top: 10px; color:#777;font-size:14px;line-height:26px;min-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
|
.other{width:284px;float:right}
|
|
|
- .classify{height:50px;line-height:50px;border-left:solid 4px #FF5B00;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff; display: flex;justify-content: space-between;}
|
|
|
+ .classify{height:50px;line-height:50px;border-left:solid 4px #FF5B00;font-size: 16px;font-weight: bold;color: #333333;;padding-left:15px;padding-right:5px;background:#fff; display: flex;justify-content: space-between;}
|
|
|
|
|
|
|
|
|
.classify .pre,.content .classify .next{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;float:right;margin-right:10px;margin-top:20px;cursor:pointer;background:#ccc;font-size:12px;font-weight:normal}
|
|
@@ -239,8 +240,8 @@ dl,dd,dt{zoom:1}
|
|
|
.row .new-img.xiao img:hover{border:solid 1px #FF5B00}
|
|
|
.row .new-blurb.xiao{padding-left:110px;min-height:70px !important}
|
|
|
.row .new-blurb .shuoming{font-size:14px;line-height:25px;max-height:78px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
|
|
|
- .tui .tui-img{display:block;position: relative; width:284px;max-height:434px;margin-bottom:20px;overflow:hidden;background:#FFF url(/img/base/placeholder.png) no-repeat center center;background-size:80%}
|
|
|
- .tui .tui-img img{width:100%;max-height:432px}
|
|
|
+ .tui .tui-img{display:block;position: relative; width:284px;height: 222px;margin-bottom:20px;overflow:hidden;background:#FFF url(/img/base/placeholder.png) no-repeat center center;background-size:80%}
|
|
|
+ .tui .tui-img img{width:100%;height: 100%;object-fit: contain;}
|
|
|
.tui .tui-img::after{content: "";opacity: 0;width: 100%;height: 100%; position: absolute; left: 0;top: 0;box-sizing: border-box;border: 1px solid #FF5B00; transition: all 0.2s;}
|
|
|
.tui .tui-img:hover::after{opacity: 1;}
|
|
|
/*.tui .tui-img img:hover{opacity:0.8;border:solid 1px #FF5B00} */
|