|
@@ -1,55 +1,176 @@
|
|
|
@charset "utf-8";
|
|
|
-li{list-style:none}
|
|
|
+body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0}
|
|
|
+body,button,input,select,textarea{font:14px/1.5 Arial,sans-serif}
|
|
|
+input{line-height:normal}
|
|
|
+h1{font-size:24px}
|
|
|
+h2{font-size:20px}
|
|
|
+h3{font-size:18px}
|
|
|
+h4{font-size:18px}
|
|
|
+h5{font-size:14px}
|
|
|
+h1,h2,h3,h4,h5{font-weight:normal}
|
|
|
+address,cite,dfn,em,var{font-style:normal}
|
|
|
+small{font-size:11px}
|
|
|
+*{-webkit-box-sizing:border-box;box-sizing:border-box}
|
|
|
+a:hover{color:#e15616}
|
|
|
+abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}
|
|
|
+q:before,q:after{content:''}
|
|
|
+legend{color:#000}
|
|
|
+fieldset,img{border:none}
|
|
|
+button,input,select,textarea{font-size:100%;vertical-align:middle}
|
|
|
+table{border-collapse:collapse;border-spacing:0}
|
|
|
+html{overflow-y:scroll}
|
|
|
+body{font-family:"microsoft yahei",serif;color:#999}
|
|
|
+a{color:#999;text-decoration:none}
|
|
|
+ul,li{list-style:none;zoom:1}
|
|
|
+dl,dd,dt{zoom:1}
|
|
|
+.clearfix:after{display:block;width:100%;height:0;content:" ";clear:both}
|
|
|
+.clearfix{zoom:1}
|
|
|
+.clear{clear:both}
|
|
|
+.show{display:block;visibility:visible}
|
|
|
+.hide{display:none;visibility:hidden}
|
|
|
+.fl{float:left}
|
|
|
+.fr{float:right}
|
|
|
+.center{text-align:center}
|
|
|
+.list-select{width:200px;height:32px;margin:5px 0;border:1px solid #e1dedd;border-radius:3px}
|
|
|
+.loadData{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center}
|
|
|
+.light-grey{width:50px;height:36px;border:1px solid #ddd;color:#666;border-radius:5px;vertical-align:1px}
|
|
|
/**
|
|
|
* PC端
|
|
|
*/
|
|
|
@media screen and (min-width:768px){
|
|
|
-.title{
|
|
|
- background-color:#fef6f3;
|
|
|
- height:40px;
|
|
|
- line-height: 40px;
|
|
|
- text-indent: 16px;
|
|
|
- color:#E15616;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-.labelWrap .count{
|
|
|
- background-color:#FFF;
|
|
|
- padding-bottom:16px;
|
|
|
- line-height: 32px;
|
|
|
- max-height: 96px;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.labelWrap .count a{
|
|
|
- display: inline-block;
|
|
|
- height: 32px;
|
|
|
- line-height: 32px;
|
|
|
- white-space: nowrap;
|
|
|
- background-color:#f94b4b;
|
|
|
- color:#FFF;
|
|
|
- padding:0 14px;
|
|
|
- border-radius: 2px;
|
|
|
- margin: 16px 0 0 16px;
|
|
|
-}
|
|
|
-.articleWrap{
|
|
|
- float: left;
|
|
|
- width:885px;
|
|
|
- margin-top: 16px;
|
|
|
-}
|
|
|
-.wrapAside{
|
|
|
- float: right;
|
|
|
- width:284px;
|
|
|
- margin-top: 16px;
|
|
|
-}
|
|
|
+.header .h5-head{display:none;}
|
|
|
+.icon:before{content:'';display:inline-block;background:url(/img/base/icon.png) no-repeat;font-size:0}
|
|
|
+.pageWrap{width:100%;text-align:center;margin:20px auto 36px}
|
|
|
+.pageWrap a{box-sizing:border-box;display:inline-block;width:40px;height:40px;line-height:40px;border:1px solid #EBECEF;font-size:16px;margin:0 5px;color:#2D3036;background:#fff;border-radius:2px}
|
|
|
+.pageWrap a.on{background:#e15616;color:#fff;border:1px solid #e15616}
|
|
|
+.pageWrap a:hover{color:#E15616}
|
|
|
+.pageWrap a.on:hover{color:#fff;opacity:.8}
|
|
|
+.pageWrap a.btn{width:auto;color:#E15616;background:none;border:none}
|
|
|
+.pageWrap .prev:before{content:'\276E'}
|
|
|
+.pageWrap .next:before{content:'\276F'}
|
|
|
+.pageWrap span{display:inline-block;height:40px;line-height:40px;margin:0 5px;color:#93979F}
|
|
|
+.pageWrap b{color:#2D3036;font-weight:normal}
|
|
|
+.pageWrap input{box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
|
|
|
+.loading{box-sizing:border-box;padding:200px 0;text-align:center}
|
|
|
+.hasTop{position:fixed;left:0;bottom:0}
|
|
|
+.header{position:fixed;width:100%;background:#e15616;top:0;left:0;z-index:999}
|
|
|
+.header .nav{display:table;width:1190px;margin:0 auto}
|
|
|
+.nav .logo{display:table-cell;vertical-align:top;height:48px;padding:11px 0}
|
|
|
+.nav .logo img{width:56px;height:48px}
|
|
|
+.nav .type{display:table-cell;vertical-align:top;height:70px}
|
|
|
+.nav .type a{padding:0 22px;height:70px;line-height:70px;margin-right:1px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap}
|
|
|
+.type a:hover{background-color:#e96c1c;border-bottom:solid 2px #fec19a}
|
|
|
+.type a.current{background-color:#e96c1c;border-bottom:solid 2px #fec19a}
|
|
|
+.nav .search{position:relative;display:table-cell;vertical-align:top;width:280px;height:32px;margin-left:39px}
|
|
|
+.nav .search .keyword{width:280px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 10px;border:none;border-radius:12px;background:#eb7941;color:#fff;font-size:14px}
|
|
|
+.search .keyword:focus{border:none;outline:medium}
|
|
|
+.search .searchBtn{position:absolute;top:22px;right:-1px;display:block;width:32px;height:32px;background:url(/img/info/search.png) no-repeat left 8px}
|
|
|
+.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}
|
|
|
+.content.sea-top{margin-top:110px}
|
|
|
+.foot{width:100%;height:130px;background:#262626;margin-top:100px}
|
|
|
+.footer{width:1190px;margin:0 auto;text-align:center}
|
|
|
+.footer .logo{display:inline-table;width:155px;height:80px;padding:25px 0}
|
|
|
+.footer .logo img{width:92px;height:80px;vertical-align:middle}
|
|
|
+.footer .dizhi{display:inline-table;color:#ccc;font-size:14px;line-height:26.28px;vertical-align:super}
|
|
|
+.bar{width:1190px;margin:0 auto;padding-top:90px;padding-bottom:15px}
|
|
|
+.bar a{color:#777;font-size:14px}
|
|
|
+.classify.biaoqian{border-bottom:solid 1px #ededed}
|
|
|
+.content{width:1190px;margin:0 auto}
|
|
|
+.content .new-list{width:860px;background:#fff;float:left}
|
|
|
+.content .row:nth-last-child(1){border-bottom:0}
|
|
|
+.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:30px 0;border-bottom:solid 1px #ededed}
|
|
|
+.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:#e15616;opacity:.7;z-index:99}
|
|
|
+.row .new-img img{width:206px;height:146px;background: #FFF url(/img/base/placeholder.png) no-repeat center center;background-size: 80%;}
|
|
|
+.row .new-img img:hover{border:solid 2px #e15616;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}
|
|
|
+.row .new-blurb .title{width:570px;font-size:20px;line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
|
|
+.row .new-blurb .title em,.row .new-blurb .introduction em{color:#f97956}
|
|
|
+.P_img{width:33px;height:20px;line-height:20px;margin-right:20px;display:inline-block;margin-top:7px}
|
|
|
+.P_img em{display:inline-block;min-width:100px}
|
|
|
+.P_img em:before{width:24px;height:24px;background-position:-100px -579px;vertical-align:top;margin-right:5px}
|
|
|
+.new-blurb a{color:#333}
|
|
|
+.new-blurb a:hover{color:#e15616}
|
|
|
+.new-blurb a.none:hover{color:#333;cursor:default}
|
|
|
+.content .xinxi{color:#aaa;font-size:14px;line-height:26.28px;padding:8px 0}
|
|
|
+.xinxi .write{display:inline-block;margin-right:20px}
|
|
|
+.xinxi .write:before{width:24px;height:24px;background-position:0 -577px;vertical-align:top;margin-right:5px}
|
|
|
+.xinxi .time{display:inline-block;margin-right:20px}
|
|
|
+.xinxi .time:before{width:24px;height:24px;background-position:-33px -577px;vertical-align:top;margin-right:5px}
|
|
|
+.xinxi .hotspot{display:inline-block;}
|
|
|
+.xinxi .hotspot:before{width:24px;height:24px;background-position:-68px -577px;vertical-align:top;margin-right:5px}
|
|
|
+.article .date{margin-right:30px}
|
|
|
+.article .write{margin-left:5px;margin-right:30px}
|
|
|
+.row .new-blurb .introduction{color:#777;font-size:14px;line-height:26px;max-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
|
+.content .other{width:310px;float:right}
|
|
|
+.content .classify{height:50px;line-height:50px;border-left:solid 4px #e15616;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff}
|
|
|
+.content .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}
|
|
|
+.content .classify .pre:before{content:"\276E"}
|
|
|
+.content .classify .next:before{content:"\276F"}
|
|
|
+.content .classify .pre:hover,.content .classify .next:hover{background:#e15616}
|
|
|
+.tags{background:#fff}
|
|
|
+.tag{max-height:437px;overflow:hidden;padding:18px 7px 2px 19px;border-top:solid 1px #ededed;margin-bottom:20px}
|
|
|
+.tag span{float:left;font-size:14px;color:#fff;height:32px;line-height:32px;padding:0 12px;background:#e15616;text-align:center;border-radius:4px;margin:2px 12px 18px 0;cursor:pointer}
|
|
|
+.tag span:hover{padding:0 13px;height:35px;line-height:35px;margin:0px 10px 17px 0}
|
|
|
+.other .recommend{background:#fff;margin-bottom:20px}
|
|
|
+.other .recommend .row{padding:15px;border-top:solid 1px #ededed;border-bottom:none;padding-bottom:21px}
|
|
|
+.row .new-img.xiao{width:100px;height:70px}
|
|
|
+.row .new-img.xiao img{width:98px;height:68px}
|
|
|
+.row .new-img.xiao img:hover{border:solid 1px #e15616}
|
|
|
+.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;width:308px;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 img:hover{opacity:0.8;border:solid 1px #e15616}
|
|
|
+.tui .tui-img .none:hover{opacity:1;border:none;cursor:default}
|
|
|
+.new-list .search{width:860px;height:100px;padding:0 30px;border-bottom:solid 1px #ededed}
|
|
|
+.new-list .search .serachBox{position:relative;width:796px;height:50px;margin-top:30px;margin-bottom:15px}
|
|
|
+.new-list .serachBox .keyword{width:696px;height:50px;line-height:50px;padding-left:40px;border:1px solid #ddd;border-right:none;border-radius:12px 0 0 12px;color:#777;font-size:14px;background:url(/img/info/search1.png) no-repeat 10px 12px}
|
|
|
+.new-list .serachBox .keyword:focus{border:1px solid #ddd;border-right:none;outline:medium}
|
|
|
+.new-list .serachBox .searchBtn{position:absolute;top:0px;right:1px;display:block;width:100px;height:50px;line-height:50px;text-align:center;border-radius:0 12px 12px 0;color:#fff;background-color:#e15616;background-image:none;font-size:20px}
|
|
|
+.new-list .search .result{font-size:14px;color:#333}
|
|
|
+.search .result b{color:#e15616}
|
|
|
+.no-result{width:860px;height:500px;text-align:center;padding-top:100px}
|
|
|
+.no-result .nofound{color:#333;font-size:18px;margin-top:20px}
|
|
|
+.no-result .nofound span{color:#e15616}
|
|
|
+.no-result .change{font-size:14px;color:#666;margin-top:8px}
|
|
|
+.emliu{display:inline-block;min-width:100px}
|
|
|
|
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|
|
|
/**
|
|
|
* 移动端
|
|
|
*/
|
|
|
@media screen and (max-width:768px){
|
|
|
+.header .logo,.header .home{display:none}
|
|
|
+.mIcon:before{content:'';display:inline-block;font-size:0;background:url(/img/base/icon_m.png) no-repeat;background-size:75vw auto;transition:all .5s}
|
|
|
+.loading{box-sizing:border-box;padding:20vw 0;text-align:center}
|
|
|
+.header{position:relative}
|
|
|
+.h5-head{box-sizing:border-box;width:100%;background:#FFF;height:13.6vw;margin-bottom:2.6vw;padding:0 2.6vw;position:relative}
|
|
|
+.h5-head .index{float:left;width:9vw;line-height:3.4vw;text-align:center;font-size:3.7vw;color:#333}
|
|
|
+.h5-head .index img{width:100%}
|
|
|
+.h5-head .hotWord{float:right;background-color:#e15616;color:#fff;text-align:center;border-radius:5px;width:16vw;height:9.6vw;line-height:9.6vw;font-size:3.7vw;margin-top:2vw}
|
|
|
+.header .search{position:absolute;top:2vw;left:15vw;width:64vw;height:9.6vw;line-height:9.6vw;margin:0 auto;box-sizing:border-box;border:1px solid #FFE6DC;border-radius:5px;overflow:hidden}
|
|
|
+.header .search .keyword{position:absolute;left:0;top:0;border:none;outline:none;width:48vw;height:9.6vw;font-size:3.7vw;color:#4A4F58;text-indent:7.6vw;background:#FFF url(/img/info/search-m.png) no-repeat 1.6vw center;background-size:auto 60%}
|
|
|
+.header .search .searchBtn{position:absolute;right:0;top:0;width:16vw;height:9.6vw;font-size:3.7vw;color:#fff;text-align:center;background-color:#e15616}
|
|
|
+.header .search .searchBtn:before{content:'搜索'}
|
|
|
+#mHotWord{display:none;position:fixed;bottom:0;left:0;width:100%;height:100%;margin:0 auto;overflow-y:scroll;background-color:rgba(74,79,88,.7);z-index:999;-webkit-overflow-scrolling:touch}
|
|
|
+#mHotWord .tags{background:#fff;border-bottom:1px solid #e9e9e9;-webkit-box-shadow:#e7e7e7 0px 4px 8px;-moz-box-shadow:#e7e7e7 0px 4px 8px;box-shadow:#e7e7e7 0px 4px 8px;padding:2.6vw}
|
|
|
+#mHotWord .classify{border-left:solid 4px #e15616;height:4.6vw;font-size:4.6vw;line-height:4.6vw;padding-left:2vw;margin:3vw 0;color:#333}
|
|
|
+#mHotWord .tag{border-top:1px solid #ddd;padding-top:2.6vw;line-height:8vw}
|
|
|
+#mHotWord .tag span{display:inline-block;padding:0 2vw;line-height:6vw;font-size:3.7vw;color:#333}
|
|
|
+#mHotWord .close{position:absolute;right:3.6vw;top:2.6vw}
|
|
|
+#mHotWord .close:after{content:'\2715';font-size:4.5vw;font-weight:bold}
|
|
|
+.header .type{width:100%;background:#FFF;white-space:nowrap;overflow-x:scroll;height:12vw;line-height:12vw;position:relative}
|
|
|
+.header .type a{display:inline-block;margin-right:1vw;padding:0 2vw;font-size:3.7vw}
|
|
|
+.header .type:after{content:'';position:absolute;right:0;width:6vw;background-image:linear-gradient(to right,rgba(255,255,255,.5),rgba(255,255,255,1));height:100%}
|
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|