@charset "utf-8"; /* css document */ /* css reset */ /* 清除内外边距 */ body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */ margin: 0; padding: 0; border: 0px; } /* 设置默认字体 */ body, button, input, select, textarea { font-family: 'microsoft yahei'; font-size: 15px; color:#333; /* [disabled]outline:none; */ } button, input, select, textarea{ outline:none;} html {line-height: 1; } address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */ h1 { font-size: 18px; /* 18px / 12px = 1.5 */ } h2 { font-size: 16px; } h3 { font-size: 14px; } h4, h5, h6 { font-size: 100%; } /* 重置列表元素 */ ul, ol, li { list-style: none; } /* 重置文本格式元素 */ a { text-decoration: none;color:#333; cursor:pointer;} a:hover { text-decoration:none; color:#009946; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} /* 重置图片元素 */ img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;} .bx_fl, .fl {float: left;} .bx_fr, .fr {float: right;} .container{width:1200px; margin:0 auto;} .clear{ clear:both;} .c10{height:10px;width:100%;} .c20{height:20px;width:100%;} .c30{height:30px;width:100%;} .dis{display:block;margin:0px;padding:0;} .undis{display:none;margin:0px;padding:0;} .clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0} .hot .item .img img, .hot .item .pic img{ width:100%; height:100%; overflow-x: hidden; overflow-y: hidden; transition-delay: 0s; transition-duration: 1s; transition-property: all; transition-timing-function: ease; /* firefox 4 */ -moz-transition-delay: 0s; -moz-transition-duration: 1s; -moz-transition-property: all; -moz-transition-timing-function: ease; /* safari 和 chrome */ -webkit-transition-delay: 0s; -webkit-transition-duration: 1s; -webkit-transition-property: all; -webkit-transition-timing-function: ease; /* opera */ -o-transition-delay: 0s; -o-transition-duration: 1s; -o-transition-property: all; -o-transition-timing-function: ease; } .hot .item .img img:hover, .hot .item .pic img:hover{ transform: scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); /* ie 9 */ -moz-transform:scale(1.1, 1.1); /* firefox */ -webkit-transform:scale(1.1, 1.1); /* safari 和 chrome */ -o-transform:scale(1.1, 1.1); /* opera */ } /*top*/ .top{width:100%; height:3px;} .top > div{width:20%; float:left; height:3px;} .top > div.yellow{ background-color:#ffb400;} .top > div.red{ background-color:#ef3838;} .top > div.blue{ background-color:#1e8dff;} /*head*/ .header{width:100%; border-bottom:1px solid #cfcfcf; height:80px; box-sizing:border-box; background-color:#fff;} .header .logo{display:inline-block; float:left; width:230px; height:32px; margin-top:24px; background-image:url(/uploads/image/rcwdimages/tubiao.png); background-position:-286px -10px;} .rel{position:relative;} .header-jf{position:absolute; top:8px; right:0;} .header-rss{position:absolute; top:29px; right:0;} .header-tag{position:absolute; top:50px; right:0;} .header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn{width:36px; height:16px; line-height:16px; display:inline-block; background-color:#24a5ff; border:1px solid #24a5ff; font-size:12px; color:#fff; text-align:center; border-top-left-radius:9px; -moz-border-top-left-radius:9px; -o-border-top-left-radius:9px; -webkit-border-top-left-radius:9px; border-bottom-left-radius:9px; -moz-border-bottom-left-radius:9px; -o-border-bottom-left-radius:9px; -webkit-border-bottom-left-radius:9px;} .header-rss .rss-btn{background-color:#ff9000; border:1px solid #ff9000;} .header-tag .tag-btn{background-color:#a500b9; border:1px solid #a500b9;} .header-jf .jf-btn:hover{background-color:#fff; color:#24a5ff;} .header-rss .rss-btn:hover{background-color:#fff; color:#ff9000;} .header-tag .tag-btn:hover{background-color:#fff; color:#a500b9;} /*nav*/ .nav{float:left; margin-left:35px; padding-top:24px;} .nav > .menu li{float:left; line-height:32px; margin-right:50px;} .nav > .menu li a{font-size:18px; cursor:pointer; color:#333; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;} .nav > .menu li a:hover{color:#ef3838; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;} .nav > .menu li.on a{color:#ef3838;} .nav > .menu li.more{ position:relative; margin-right:0;} .nav > .menu li.more:before{content:''; position:absolute; right:-20px; top:13px; display:inline-block; width:12px; height:7px; background-image:url(/uploads/image/rcwdimages/tubiao.png); background-repeat:no-repeat; background-position:-10px -69px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .nav > .menu li.more:hover:before{background-position:-10px -86px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .nav > .menu li > .menu-child{display:none; background:#fff; filter:alpha(opacity=90); background:rgba(255,255,255,0.9); position:absolute; width:120px; z-index:9999; left:-20px;} .nav > .menu li > .menu-child li{float:none; margin-right:0; line-height:40px; text-indent:20px;} .nav > .menu li.more:hover > .menu-child{ display:block;} /*search*/ .header-r{float:right; padding-top:24px;} .header-r .search{width:242px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;} .header-r .search .searchcon{width:206px; float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;} .header-r .search .searchmenu{float:left; width:34px; height:30px; background:url(/uploads/image/rcwdimages/tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;} .header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;} .header-r .login a{color:#444; font-size:16px;} .header-r .login a:hover{text-decoration:underline;} /*新闻样式开始*/ /*main*/ .main{padding:32px 0 50px; position:relative;border-bottom:none} .w860{width:850px; float:left;} /*news*/ .topnews{width:100%; height:50px; background: left top no-repeat #f0f0f0; border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; line-height:50px; text-indent:150px;} .topnews a{color:#1e1e1e; font-size:24px; font-weight:bold;} .topnews a:hover{color:#ef3838;} .topnews em,.topnews span{color:#b7b7b7; font-size:12px; margin-left:20px;} .news{width:100%; height:340px; margin-top:28px;} .news .banner{float:left; width:510px; height:340px; position:relative; margin-right:24px;} .news .banner .banner_pre, .news .banner .banner_next{display:none;position:absolute;top:130px;width:20px;height:24px; overflow:hidden;z-index:10;background-image:url(/uploads/image/rcwdimages/tubiao.png); background-repeat:no-repeat; cursor:pointer;} .banner_pre{left:15px;background-position:-10px -10px;} .banner_pre:hover{background-position:-40px -10px;} .banner_next{right:15px;background-position:-70px -10px;} .banner_next:hover{background-position:-100px -10px;} .news .banner .bd{width:100%; height:288px; overflow:hidden;} .news .banner .bd a{width:100%; height:288px; display:block; position:relative;} .news .banner .bd img{width:100%; height:100%;} .news .banner .bd h1{ position:absolute; left:0; bottom:0; width:100%; height:46px; background:#000; filter:alpha(opacity=80); background:rgba(0,0,0,0.7); line-height:46px; text-align:center; color:#fff; font-weight:normal;} .news .banner .hd{width:100%; text-align:center; margin-top:10px;} .news .banner .hd ul{display:inline-block;} .news .banner .hd li{width:8px; height:8px; float:left; margin:10px; position:relative; cursor:pointer;background:#dbdbdb; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;} .news .banner .hd li:hover{background:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .news .banner .hd li.on{background:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .newslist{} .newslist .item{margin-top:18px;} .newslist .item.first{margin-top:0;} .newslist .item h1{color:#222222;} .newslist .item .des{color:#555555; line-height:18px; font-size:13px; margin-top:10px;} .newslist .item span{display:inline-block; margin-top:8px; color:#b7b7b7; font-size:12px;} .newslist .item span em{margin-left:20px;} .ue-table-interlace-color-single { background-color: #fcfcfc; } .ue-table-interlace-color-double { background-color: #f7faff; } /*hot*/ .hot .hot-nav{width:100%; line-height:40px; height:40px; border-bottom:2px solid #e7e7e7;} .hot .hot-nav h1{color:#1a1a1a; font-weight:normal; position:relative; line-height:40px; display:inline-block;} .hot .hot-nav h1 a{color:#1a1a1a; font-weight:normal;} .hot .hot-nav h1:after{content:""; height:2px; width:100%; position:absolute; left:0; bottom:-2px; background-color:#ef3838;} .hot .item{border-top:1px solid #f2f2f2; padding:27px 0 16px;} .hot .item:hover{ background-color:rgba(240,240,240,0.4);} .hot .item .img{width: 180px;height: 136px; float:left; display:block; position:relative; margin-right:20px; overflow:hidden;} .hot .item .img img{width:100%; height:100%;} .hot .item .img i{width:20px; height:14px; position:absolute; left:11px; bottom:7px; background:url(/uploads/image/rcwdimages/tubiao.png) -239px -10px no-repeat; display:inline-block;} .hot .item .text{ overflow:hidden; position:relative;} .hot .item .text h1 a{color:#1a1a1a; font-weight:normal;} .hot .item .text h1 a:hover{color:#009946;} .hot .item .text .des{color:#5a5a5a; font-size:14px; line-height:24px; margin-top:20px; height:72px;} .hot .item .text .fl{margin-top:30px; font-size:12px; color:#b7b7b7;margin-bottom: 10px;} .fl .ch{float:left;} .fl .ch em{margin-left:20px;} .text .data{right:0; bottom:0; position:absolute;} .text .data span{color:#b7b7b7; font-size:12px; line-height:14px;} .text .data .view{padding-left:24px; background:url(/uploads/image/rcwdimages/tubiao.png) -239px -40px no-repeat;} .text .data .comment{padding-left:21px; background:url(/uploads/image/rcwdimages/tubiao.png) -237px -74px no-repeat; margin-left:20px;} .hot .item .pic{margin-top:18px;} .hot .item .pic img{width:100%; height:100%;} .hot .item .pic a{width:260px; height:160px; float:left; display:inline-block; margin-left:20px; overflow:hidden;} .hot-more{text-align:center; margin-top:60px;} .hot-more a{padding:5px 40px; border:1px solid #cfcfcf; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#9c9c9c; font-size:16px;} .hot-more a:hover{border:1px solid #009946; color:#009946; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .hot .text {padding: 10px 0;position: relative;border-top:1px solid #e7e7e7} .hot .text div a{font-weight: bolder;font-size:18px} /*tag*/ .w310{width:310px; float:right;} .tag .tag-nav{width:100%; border-bottom:2px solid #e7e7e7; padding-bottom:10px; position:relative;} .tag .tag-nav .change{right:0; bottom:7px; position:absolute; color:#999999; font-size:12px; line-height:14px;} .tag .tag-nav .change:hover i{-webkit-transform: rotatez(180deg); -moz-transform: rotatez(180deg); -o-transform: rotatez(180deg); -ms-transform: rotatez(180deg); transform: rotatez(180deg);} .tag .tag-nav .change i{width:14px; height:14px; display:block; background:url(/uploads/image/rcwdimages/change.png) no-repeat;-webkit-transition: -webkit-transform .5s ease-out; -moz-transition: -moz-transform .5s ease-out; -o-transition: -o-transform .5s ease-out; -ms-transition: -ms-transform .5s ease-out; float:left; margin-right:5px;} .tag .taglist{margin-top:15px;} .tag .taglist a{color:#1a1a1a; font-size:16px; padding:11px 0px; display:inline-block; float:left; margin:0 1px 1px 0; background:#e7e7e7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .tag .taglist a:hover{color:#009946; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .tag .tag-nav h1:after {content: "";height: 2px;width: 100%;position: absolute;left: 100px;bottom: -12px;background-color: #e7e7e7;top: 10px;} .tag .tag-nav h1 {color: #000000;font-weight: normal;position: relative;overflow: hidden;font-weight: bolder;display: block;} .tag .tag-nav{border-bottom:none} .tag{margin-bottom:40px} .tag .taglist a{background: none} .tag div img{height: 110px;width: 152px;display: inline-block;margin: 10px auto;} /*issue*/ .issue{margin-top:24px;} .issue .item{padding:18px 0 12px; border-top:1px dashed #e0e0e0;} .issue .item:hover{background-color:rgba(240,240,240,0.4);} .issue .item .img{float:left; width:100px; height:69px; margin-right:18px;} .issue .item .img img{width:100%; height:100%;} .issue .item h2{height:48px;} .issue .item h2 a{line-height:24px; font-weight:normal;} .issue .item .issue-comment{color:#c7c7c7; font-size:12px; margin-top:8px;} .vcon .img{position:relative;} .vcon .img:before{content:""; width:22px; height:22px; display:inline-block; background:url(/uploads/image/rcwdimages/video-btn.png) no-repeat; left:39px; top:23px; position:absolute;} /*topic*/ .topic{margin-top:14px;} .topic .topiclist{margin-top:17px;} .topic .topiclist a{width:310px; height:100px; display:inline-block; margin-bottom:10px;} /*wcom*/ .wcom{margin-top:16px;} .wcom .item{padding:15px 0 8px; border-top:1px dashed #e0e0e0;} .wcom .item .ori-news{padding:10px 20px; background:#e0e0e0; position:relative; border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; line-height:18px;} .wcom .item .ori-news a{font-size:12px; color:#7d7d7d;} .wcom .item .ori-news a:hover{text-decoration:underline;} .wcom .item .ori-news:before{content:""; position:absolute; width:12px; height:14px; display:block; left:19px; bottom:-14px; background:url(/uploads/image/rcwdimages/tubiao.png) -173px -44px no-repeat;} .wcom .item .flo{margin-top:20px;} .wcom .item .flo .zan{width:50px; float:left; text-align:center; background:url(/uploads/image/rcwdimages/tubiao.png) -156px -10px no-repeat; padding-top:20px; color:#c7c7c7; font-size:12px;} .wcom .item .flo .com-txt{color:#333333; font-size:14px; line-height:20px; overflow:hidden;} .wcom .item .flo .com-txt a{color:#333333; font-size:14px; line-height:20px;} .wcom .item .flo .com-txt a:hover{color:#009946;} /*footer*/ .footer{width:100%; background:#4d4d4d;} .footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;} .footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;} .footer .footer-link a:hover{ text-decoration:underline;} .footer .copyright{line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; border-top:1px solid #5f5f5f;} /*right-fixed*/ .right-fixed{position:fixed; right:0px; bottom:150px;} .right-fixed li{width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;} .right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(/uploads/image/rcwdimages/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .right-fixed .app:hover, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(/uploads/image/rcwdimages/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;} .right-fixed .back-top{background-image:url(/uploads/image/rcwdimages/tubiao.png); background-repeat:no-repeat;} .right-fixed .back-top:hover{background-image:url(/uploads/image/rcwdimages/tubiao.png); background-repeat:no-repeat;} .right-fixed .app{background-position:-10px -170px;} .right-fixed .weixin{background-position:-65px -170px;} .right-fixed .wap{background-position:-120px -170px;} .right-fixed .back-top{display:none; background-position:-175px -170px;} .right-fixed .app:hover{background-position:-10px -114px;} .right-fixed .weixin:hover{background-position:-65px -114px;} .right-fixed .wap:hover{background-position:-120px -114px;} .right-fixed .back-top:hover{background-position:-175px -114px;} .app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;} .app-logo{height:180px; background-position:-180px -229px;} .weixin-logo{height:200px; background-position:-10px -229px;} .right-fixed .app:hover .app-logo{display:block;} .right-fixed .weixin:hover .weixin-logo{display:block;} .right-fixed .wap:hover .wap-logo{display:block;} /*新闻样式结束*/ /*下载样式开始*/ /*dl_banner*/ .dl_banner{width:100%; height:400px; background-color:#333639; margin-bottom:30px; position:relative; overflow:hidden;} .dl_banner .hd{width:716px; position:absolute; text-align:center; height:12px; bottom:19px; left:0;} .dl_banner .hd ul{display:inline-block;} .dl_banner .hd ul li{width:12px; height:12px; float:left; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin:0 9px; position:relative; z-index:0; border:1px solid #fff; box-sizing:border-box;} .dl_banner .hd ul li:hover, .hd ul li.on{background-color:#fff;} .dl_btn{width:484px; text-align:center; position:absolute; bottom:53px; right:0;} .dl_banner .dl_banner_pre, .dl_banner .dl_banner_next{display:none; overflow:hidden; width:23px; height:45px; position:absolute; top:177px; z-index:999; cursor:pointer; background:url(/uploads/image/rcwdimages/tubiao.png);} .dl_banner .dl_banner_pre{left:23px; background-position:-287px -137px;} .dl_banner .dl_banner_next{left:670px; background-position:-353px -137px;} .dl_banner .dl_banner_pre:hover{background-position:-320px -137px;} .dl_banner .dl_banner_next:hover{background-position:-386px -137px;} /*dl_main*/ .dl_main{width:100%; margin-top:30px;} .dl_main .dl_cls{width:840px; float:left;} .dl_cls_nav{line-height:36px; border-bottom:2px solid #e7e7e7; height:36px;} .dl_cls_nav a.normaltab{color:#666666; font-size:18px; margin-left:38px; position:relative; line-height:36px; display:inline-block;} .dl_cls_nav a:before{content:""; position:absolute; width:4px; height:4px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; background-color:#666666; display:inline-block; left:-21px; top:18px;} .dl_cls_nav a.curr, .dl_cls_nav a:hover{font-size:18px; margin-left:38px; position:relative; color:#1a1a1a; line-height:36px; display:inline-block; border-bottom:2px solid #009946; transition-duration:0ms; -moz-transition-duration:0ms; -webkit-transition-duration:0ms; -o-transition-duration:0ms;} .dl_child_nav a:hover{color:#1a1a1a; border-bottom:0px none;} .dl_cls_nav a:first-child{margin-left:0;} .dl_cls_nav a:first-child:before{display:none;} .dl_cls_list{margin-top:40px;} .dl_cls_list li{float:left; width:110px; text-align:center; margin:0 0 40px 30px;} .dl_cls_list li:nth-child(6n 1){margin-left:0;} .dl_cls_list li img{height:64px;} .dl_cls_list li p{margin-top:5px;} .dl_cls_list li p a{color:#333333; font-size:12px;} .dl_cls_list li p a:hover{ text-decoration:underline;} .dl_child{min-height:520px;} /*dl_charts*/ .dl_charts{width:310px; float:right; overflow:hidden;} .dl_charts_nav{line-height:36px; border-bottom:2px solid #e7e7e7; height:36px;} .dl_charts_nav h1{color:#1a1a1a; font-weight:normal; line-height:36px; display:inline-block; position:relative; border-bottom:2px solid #ef3838;} .dl_charts_list{width:100%;} .dl_charts_list .shr{display:none; padding:10px 0; border-top:1px dotted #f0f0f0; vertical-align:middle;} .dl_charts_list span{color:#fff; font-family:arial, helvetica, sans-serif; width:14px; height:14px; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; line-height:14px; text-align:center; font-size:12px; background-color:#a0a0a0; display:inline-block; margin-right:20px; float:left;} .dl_charts_list .shr .name{color:#333333; font-size:12px;} .dl_charts_list.first span{background-color:#ff0000;} .dl_charts_list.second span{background-color:#ef4e38;} .dl_charts_list.third span{background-color:#ff6c00;} .dl_charts_list .open{display:none; padding:10px 0; border-top:1px dotted #f0f0f0; vertical-align:middle;} .dl_charts_list .open img{height:40px; margin-right:12px; float:left;} .dl_charts_list .open .dl_txt{float:left; padding-top:5px;} .dl_charts_list .open .name{color:#333333; font-size:12px;} .dl_charts_list .open p{color:#a4a4a4; font-size:12px; margin-top:10px;} .dl_charts_list .open p em{color:#3c6084;} .dl_smbtn{margin-left:30px; padding-top:17px; float:left;} .dl_smbtn a{padding:5px 10px; display:inline-block; background-color:#00ac35; color:#fff; font-size:12px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;} .dl_top{width:100%; overflow:hidden; margin-top:30px; position:relative;} .dl_top img{margin-right:28px; float:left;} .dl_top h2{color:#1f1f1f; margin-top:5px;} .dl_top .dl_top_des{margin-top:10px;} .dl_top .dl_top_des p{color:#333333; line-height:24px; font-size:12px;} .dl_top .dl_top_des span{margin-right:50px;} .dl_top .dl_top_btn{bottom:1px; left:346px; position:absolute;} .dl_top .dl_top_btn a{width:160px; height:44px; text-indent:55px; line-height:44px; display:inline-block; background-image:url(/uploads/image/rcwdimages/dl_top_btn.png); background-position:30px center; background-repeat:no-repeat; background-color:#ff6c00; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#fff; font-size:18px; cursor:pointer;} .dl_top .dl_top_btn a:hover{background-color:#ff8227;} .dl_list{margin-top:30px;} .dl_list .item{margin-bottom:30px;} .dl_list .item h1{line-height:30px; border-bottom:2px solid #e7e7e7; height:30px;} .dl_list .item h1 span{color:#1a1a1a; font-weight:normal; font-size:18px; height:30px; line-height:30px; display:inline-block; position:relative; border-bottom:2px solid #ef3838; box-sizing:border-box;} .dl_list .item .dl_list_txt{margin-top:16px; color:#333333; font-size:14px; line-height:26px;} .gulike{margin-top:10px;} .gulike .gulike-item{padding:10px 0; border-top:1px dotted #c7c7c7;} .gulike .gulike-item img{height:64px; float:left; margin-left:2px;} .gulike .gulike-item a{padding-left:80px; color:#202020; font-size:16px; display:block; margin-top:10px;} .gulike .gulike-item p{padding-left:80px; color:#999999; font-size:12px; display:block; margin-top:10px;} /*下载样式结束*/ /*新闻内容页样式开始*/ .content_w850{width:850px; float:left;padding: 10px;background: #fafffa;} .content_w850 h1{color:#1f1f1f; font-size:24px; font-weight:normal;} h1 .position{margin-left:50px; color:#333333; font-size:16px; position:relative;} h1 .position:before{width:12px; height:13px; display:inline-block; content:""; position:absolute; background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -11px no-repeat; left:-20px; bottom:3px;} .content-inf{margin-top:14px; color:#9a9a9a; font-size:12px; font-family:"宋体";text-align: center;} .content-action{float:right;} .content-action .content-comment, .content-action .content-share{color:#666666; padding-left:20px; position:relative; cursor:pointer;} .content-action .content-share{padding-bottom:10px;} .content-action .content-comment:before, .content-action .content-share:before{content:""; position:absolute;} .content-action .content-comment:before{width:14px; height:14px; background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -72px no-repeat; left:0; bottom:0;} .content-action .content-share:before{width:12px; height:12px; background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -103px no-repeat; left:2px; bottom:10px;} .content-action .content-collect{text-align:left;} .content-action .content-collect span{color:#666666; padding-left:20px; position:relative; cursor:pointer;} .content-action .content-collect span:before{content:""; position:absolute; width:13px; height:11px; background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -45px no-repeat; left:0; bottom:0;} .content-action a:hover, .content-action span:hover{color:#ef3838;} .content-action .content-comment:hover:before{background:url(/uploads/image/rcwdimages/content_tubiao.png) -37px -72px no-repeat;} .content-action .content-share:hover:before{background:url(/uploads/image/rcwdimages/content_tubiao.png) -37px -103px no-repeat;} .content-action .content-collect span:hover:before{background:url(/uploads/image/rcwdimages/content_tubiao.png) -37px -45px no-repeat;} .content-action .content-collect #cancelspan{color:#ef3838;} .content-action .content-collect #cancelspan:before{background:url(/uploads/image/rcwdimages/content_tubiao.png) -37px -45px no-repeat;} #content-share-list{display:none; position:absolute; width:90px; height:120px; background-color:#fff; border:1px solid #e4e4e4; box-sizing:border-box; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; left:-50%; bottom:-120px; z-index:999;} .content-action .content-share:hover > #content-share-list{display:block;} #content-share-list:before{content:""; position:absolute; height:5px; background:url(/uploads/image/rcwdimages/content-share-list.png) center center no-repeat; top:-5px; z-index:2; width:10px; left:40px;} #content-share-list li{padding-left:9px; margin-top:10px; line-height:17px;} #content-share-list li a{color:#1f1f1f; line-height:17px; display:inline-block; position:relative; padding-left:22px;} #content-share-list li a:before{content:""; position:absolute; left:0; bottom:0; width:17px; height:17px;} #content-share-list .content_qq:before{ background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -134px no-repeat;} #content-share-list .content_qqzone:before{ background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -164px no-repeat;} #content-share-list .content_weixin:before{ background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -194px no-repeat;} #content-share-list .content_sina:before{ background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -224px no-repeat;} #content-share-list li a{background:none; height:auto; margin:0; float:none;} .content-txt{margin-top:10px; color:#202020; font-size:16px; line-height:30px; padding-bottom:40px;} .content-txt img{max-width:100%; _width:90%;height: auto!important} /* .content-txt p span {max-width:100%;} */ .code{text-align:center; margin-top:20px;} .code > div{display:inline-block; padding-bottom:10px; position:relative; box-shadow:0px 0px 8px rgba(34,25,25,.2); -moz-box-shadow:0px 0px 8px rgba(34,25,25,.2); -webkit-box-shadow:0px 0px 8px rgba(34,25,25,.2);} .code span{position:absolute; bottom:12px; left:24px;} .inter{margin:60px 0 20px;} .inter > div{float:left;} .reward{width:100%; text-align:center; margin:20px 0 40px;; background:url(/uploads/image/rcwdimages/ds_bj.png) center center no-repeat; height:130px;} .reward a{width:100px; height:100px; display:inline-block; background:url(/uploads/image/rcwdimages/ds_btn.png) center center no-repeat; margin-top:15px;} .reward a:hover{background:url(/uploads/image/rcwdimages/ds_btn_on.png) center center no-repeat;} .inter .ups{} .inter .ups a{width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; border:1px solid #1e8dff; text-align:center; line-height:44px; background:#fff; color:#4d4c4c; font-size:13px; display:block; cursor:pointer; position:relative;} .inter .ups a:before{width:17px; height:17px; display:block; position:absolute; content:""; bottom:13px; left:27px; background:url(/uploads/image/rcwdimages/content-ups.png) top center no-repeat;} .inter .ups a:hover{ box-shadow:0px 0px 8px rgba(30,141,255,.8); -moz-box-shadow:0px 0px 8px rgba(30,141,255,.8); -webkit-box-shadow:0px 0px 8px rgba(30,141,255,.8);} .inter .downs{margin-left:36px;} .inter .downs a{width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; border:1px solid #999999; text-align:center; line-height:44px; background:#fff; color:#4d4c4c; font-size:13px; display:block; cursor:pointer; position:relative;} .inter .downs a:before{width:17px; height:17px; display:block; position:absolute; content:""; bottom:13px; left:27px; background:url(/uploads/image/rcwdimages/content-downs.png) top center no-repeat;} .inter .downs a:after{width:19px; height:32px; display:block; position:absolute; content:""; bottom:20px; right:-150px; background:url(/uploads/image/rcwdimages/inter.png) top center no-repeat;} .inter .downs a:hover{ box-shadow:0px 0px 8px rgba(153,153,153,.8); -moz-box-shadow:0px 0px 8px rgba(153,153,153,.8); -webkit-box-shadow:0px 0px 8px rgba(153,153,153,.8);} .inter .score{float:right;} .inter .score li{margin-left:4px;} .reward-money{margin:40px 0 56px; font-size:18px; color:#333333;} .reward-money span{color:#19afd4;} .reward-pay{margin-bottom:30px; font-size:18px; color:#939393;} .reward-paylist{text-align:center;} .reward-paylist > div{width:150px; display:inline-block; margin:0 50px; color:#333333; font-size:16px;} .reward-paylist > div img{width:150px;} .reward-order-nav{border-bottom:0px none; text-align:center; color:#333333; font-size:20px;} .reward-order{margin-top:30px; width:100%;} .reward-order .reward-order-list{border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7;} .reward-order .reward-order-list td{border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; line-height:30px; text-indent:18px; color:#333333; font-size:14px;} .reward-order .reward-order-list .r-o-top td{} .content-link{width:100%;padding-top:14px;/* border-top:1px solid #989898; */color:#666666;font-size:14px;line-height:20px;} .content-link .prev-content{width:45%; float:left; text-align:left;} .content-link .prev-content i{width:20px; height:20px; display:inline-block; float:left; background:url(/uploads/image/rcwdimages/content_tubiao.png) -66px -11px no-repeat; margin-right:6px;} .content-link .next-content{width:45%; float:right; text-align:right;} .content-link .next-content i{width:20px; height:20px; display:inline-block; float:right; background:url(/uploads/image/rcwdimages/content_tubiao.png) -66px -41px no-repeat; margin-left:6px;} .content-link a{color:#1f1f1f; font-size:14px;} .comments{margin-top:80px;} .comments h1{color:#1f1f1f; font-size:24px; font-weight:normal; position:relative;} .comments h1 span{color:#1f1f1f; font-size:14px; display:inline-block; position:absolute; right:0; bottom:0;} .comments h1 span .count{color:#ef3838;} .comments .comments-text{margin-top:20px; border:1px solid #cbcbcb; width:100%; height:130px; box-sizing:border-box; padding:10px;} .down{height:32px; line-height:32px; float:right;} .down .userimg{width:30px; height:30px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin-right:17px; float:left;} .down span{color:#666666; font-size:15px;} .down span a{color:#00a2ff;} .down .submit-on{float:right; width:80px; height:32px; background-color:#ffb3b3; color:#fff; font-size:14px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:text;} .down .submit-out{background-color:#ef3838; float:right; width:80px; height:32px; color:#fff; font-size:14px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;} .plfr1{margin-top:10px;} .plcode{border:1px solid #cbcbcb; width:150px; height:32px; box-sizing:border-box; padding:10px;} .plfr1 img{height:40px; margin-left:10px;} .plfr1 label{color:#f00; font-size:12px; margin-left:4px;} .comments-list{margin-top:60px;} .comments-list h1{color:#1f1f1f; font-size:16px; font-weight:normal; border-bottom:2px solid #f0f0f0; line-height:30px; height:30px; margin-bottom:10px;} .comments-list h1 span{display:inline-block; line-height:30px; border-bottom:2px solid #ef3838;} .comments-item{padding-top:10px; border-bottom:1px dotted #c7c7c7;} .comments-item .tx{float:left; height:100%; margin-right:10px;} .comments-item .tx img{width:50px; height:50px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;} .comments-item .rig{padding-left:60px;} .comments-item .rig .rig-top{padding-top:10px;} .rig .rig-top a{color:#00a2ff; font-size:12px; margin-right:10px;} .rig .rig-top em{color:#ccc; font-size:12px;} .rig .rig-txt{color:#1f1f1f; font-size:14px; line-height:18px; margin-top:10px;} .rig .rig-bottom{margin:10px 0; color:#ccc; font-size:12px;} .rig .rig-bottom a{color:#ccc; font-size:12px; margin-right:20px; padding-left:18px; position:relative; cursor:pointer; line-height:12px; display:inline-block;} .rig .rig-bottom .comments-zan:before{content:""; position:absolute; left:0; bottom:0; width:12px; height:12px; background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -274px no-repeat;} .rig .rig-bottom .comments-hf:before{content:""; position:absolute; left:0; bottom:0; width:12px; height:12px; background:url(/uploads/image/rcwdimages/content_tubiao.png) -13px -254px no-repeat;} .rig .rig-bottom .reply-on{color:#00a2ff;} .rig .rig-bottom a:hover{color:#00a2ff;} .rig .reply{display:none; height:auto; padding:5px; margin-top:10px; border:1px solid #cbcbcb; overflow:hidden; margin-bottom:10px;} .rig .reply .reply-text{ height:100px; width:100%; font-size:12px; outline:none; resize:none; border-bottom:1px solid #f0f0f0; margin-bottom:5px;} .rig .reply .reply-btn{float:right; padding:3px 16px; background-color:#00a2ff; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; color:#fff; font-size:14px; margin-right:5px; outline:none;} .rig .reply .reply-btn:hover{background-color:#21aeff;} .open-more{margin-top:40px; text-align:center;} .open-more a{padding:5px 20px; border:1px solid #c7c7c7; font-size:12px; color:#333; display:inline-block;} .open-more a:hover{border:1px solid #ef3838; color:#333;} .comments-child{border-top:1px dotted #c7c7c7; border-bottom:none;} /*新闻内容页样式结束*/ /*登录框*/ /*注册*/ .register-box{width:560px; padding:30px 50px 56px 50px; background-color:#fff; margin:70px auto; border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; box-shadow:0px 0px 9px #ddd; -webkit-box-shadow:0px 0px 9px #ddd; -moz-box-shadow:0px 0px 9px #ddd;} .register-nav{position:relative; border-bottom:1px solid #f0f0f0; padding-bottom:10px;} .register-nav span{color:#333; font-size:20px; position:relative; display:inline-block; padding:0 5px;} .register-nav span:before{position:absolute; content:""; left:0; bottom:-11px; width:100%; height:2px; background-color:#ef3838; } .register-login{position:absolute; right:0; bottom:10px; font-size:14px; color:#333;} .register-login a{color:#368cf6;} .register-list{padding-left:81px; padding-top:10px;} .register-list li{margin-top:28px; line-height:36px; color:#333; font-size:16px;} .register-list li span{width:90px; line-height:36px; display:inline-block;} .register-list .register-input{line-height:36px; height:36px; width:306px; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border:1px solid #b5b5b5; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0 -1px rgba(34,25,25,.15),0 -1px rgba(255,255,255,.8); -moz-box-shadow:inset 0 -1px rgba(34,25,25,.15),0 -1px rgba(255,255,255,.8); -webkit-box-shadow:inset 0 -1px rgba(34,25,25,.15),0 -1px rgba(255,255,255,.8); text-indent:10px; font-size:13px;} .register-list .register-input:focus{border:1px solid #7dabdf;} .register-list .register-code{width:160px;} .code-img{width:108px; height:36px; margin-left:20px; display:inline-block;} .code-img img{height:100%; width:100%;} .register-list .register-checkbox{width:12px; height:12px; vertical-align:middle; margin-right:10px; margin-left:90px;} .register-list .register-txt{color:#444; font-size:14px; margin-top:10px;} .register-list .register-txt a{color:#368cf6;} .register-list .register-btn input{color:#fff; font-size:16px; line-height:36px; height:36px; width:306px; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; background-color:#ef3838; margin-left:90px; cursor:pointer;} .register-list .register-btn input:hover{background-color:#f94d4d;} .register-list li label{font-size:12px; color:#f00; width:100%;} /*微信登录授权*/ .bind-now{width:100%; margin-top:30px; margin-bottom:10px; font-size:14px; color:#24a5ff;} .bind-list{padding:0;} .bind-list li{margin-top:10px;} .bind-list li span{font-size:14px; width:60px;} .bind-list .register-input{width:288px;} .bind-list .register-btn input{width:288px; margin-left:60px;} .register-list .register-btn input.bind-bd{background-color:#24a5ff;} .bind-line{width:100%; height:1px; border-bottom: 1px solid #d7d7d7; margin-top:30px;} /*会员中心*/ .member-con{width:1200px; margin:0 auto; padding-top:18px;} .m-pos{color:#999999; font-size:14px;} .m-pos a{color:#999999; font-size:14px;} .m-pos span{color:#333333;} .member{margin:22px 0 50px; position:relative;} .memberleft{float:left; border:1px solid #dedede; padding:34px 39px; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-top-right-radius:0; min-height:520px; position:relative;} .memberleft:before{width:6px; height:280px; display:inline-block; position:absolute; content:""; background:url(/uploads/image/rcwdimages/member-shadow.png); right:-1px; top:0; z-index:5;} .member-nav{float:left; margin-right:60px;} .member-nav li{margin-bottom:30px;} .member-nav li a{color:#1e1e1e; font-size:16px; display:inline-block; position:relative;} .member-nav li a:hover{color:#009946;} .member-nav li .on{color:#009946;} .member-nav li .on:before{content:""; position:absolute; right:-14px; top:5px; width:4px; height:8px; display:inline-block; background:url(/uploads/image/rcwdimages/member-nav.png) no-repeat;} .member-main{width:828px; float:left;} .member-child{color:#d7d7d7; font-size:12px;} .member-child a{color:#ba4444; font-size:14px; margin:0 20px; line-height:18px;} .member-child a.on{color:#009946; font-weight:bold;} .member-child a.curr{color:#009946; font-size:14px; margin:0 20px; line-height:18px; font-weight:bold;} .member-child a.normaltab{color:#ba4444; font-size:14px; margin:0 20px; line-height:18px;} .member-child a:first-child{margin-left:0;} .member-text{margin-top:24px;} .member-text table{color:#1a1a1a; font-size:13px; width:100%;} .member-text table td{line-height:40px;} .member-text .s-p{color:#646464; width:70px;} .member-text .hyzb{color:#1d6ba7;} .memberright{width:167px; height:232px; border:1px solid #dedede; border-left:none; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-top-left-radius:0; border-bottom-left-radius:0; right:0px; top:0; position:absolute; background:#fff; z-index:3; text-align:center;} .memberimg{padding: 10px;width: 100px;height: 100px;} .memberimg img{width:145px; height:145px;} .membername{color:#999999; font-size:12px; margin-top:42px;} .membername span{color:#191919; font-size:15px;} .memberout{margin-top:16px;} .memberout a{color:#333; font-size:13px; padding:5px 12px; display:inline-block; border:1px solid #dedede;} .memberout a:hover{color:#009946; border:1px solid #009946;} .m-sj{width:4px; height:4px; background:url(/uploads/image/rcwdimages/m-sj.png) no-repeat; position:absolute; right:265px; top:269px; z-index:4;} .member-text .member-change{width:190px; height:32px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:13px; color:#1a1a1a; text-indent:6px;} .member-text label{float:left; margin-right:10px;} .member-text label .member-radio{margin-right:4px; cursor:pointer;} .member-text textarea{width:529px; height:100px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:8px;} .member-submit{padding:6px 30px; background:#009946; color:#fff; font-size:15px; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none;} .member-submit:hover{background:#ef5050;} .member-reset{padding:6px 30px; background:#a58787; color:#fff; font-size:15px; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none; margin-left:20px;} .member-text .date{ background: right center no-repeat;} .member-text .change-btn{color:#333; font-size:13px; padding:0 12px; display:inline-block; border:1px solid #dedede; background:#fff; margin-right:5px; cursor:pointer; outline:none; height:28px; line-height:28px;} .c-p table td{padding:6px 0;} .c-p table .s-p{text-align:right; padding-right:10px;} .tggl table{border-left:1px solid #e7e7e7; border-top:1px solid #e7e7e7;} .tggl td{border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; line-height:38px; color:#666666; text-align:center; padding:0 5px;} .tggl .tggl-top{line-height:28px; background:#f7f7f7; font-size:12px; color:#999999;} .tggl a{color:#2c5c9d;} .page-small{width:100%; text-align:center; text-indent:0; position:relative;} .page-small a{width:26px; height:26px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:26px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:arial, helvetica, sans-serif; margin:0 3px;} .page-small a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;} .page-small a.none{border:none;} .page-small .num:hover{border:1px solid #666666;} .page-small .on:hover{border:1px solid #ef3838;} .page-small .prev-page{background: center center no-repeat; background-size:6px auto;} .page-small .next-page{background: center center no-repeat; background-size:6px auto;} .page-small .prev-page:hover{border:1px solid #ef3838; background: center center no-repeat #ef3838; background-size:6px auto;} .page-small .next-page:hover{border:1px solid #ef3838; background: center center no-repeat #ef3838; background-size:6px auto;} .page-small #msgdiv{font-size:12px; position:absolute; left:18px; top:18px;} .fbgj .tggl-top{line-height:44px; font-size:13px; color:#646464; width:80px;} .fbgj .member-change{width:190px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:13px; color:#1a1a1a; text-indent:6px; height:28px;} .fbgj td{text-align:left; text-indent:15px;} .fbgj textarea{margin-bottom:8px; height:60px;width:529px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:8px;} .fbgj img{height:32px;} .tggl .fbgj-tab{border:0px none; text-indent:0; padding:0 15px;} .tggl .fbgj-tab td{border-right:0px none; border-bottom:1px dotted #c7c7c7; padding:10px 0; text-indent:0;} .tggl .cke_editor td{text-indent:0;} .tggl .fbgj-fj{border:0px none; text-indent:0; padding:0 15px;} .tggl .fbgj-fj td{line-height:24px; border:0px none; padding:0; text-indent:0;} .member-job td{color:#646464;} .member-job .tggl-top{line-height:26px; color:#999999; font-size:12px; border-bottom:none;} .member-job .tggl-top img{width:7px; height:5px; margin-left:4px;} .member-job .r-n{border-right:none;} .member-job .rb-n{border-right:none; border-bottom:none;} .member-job .b-n{border-bottom:none;} .member-job .member-job-add{float:right; margin-right:10px; color:#fd421d; font-size:12px;} .member-job .member-job-add img{width:8px; height:8px; margin-right:4px; margin-bottom:2px;} .member-del{width:50px; height:26px; position:absolute; left:18px; background:#fff; border:1px solid #c7c7c7; cursor:pointer; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;} .sytj{margin-bottom:10px;} .sytj input{width:50px; height:28px; cursor:pointer; outline:none; background:#fff; border:1px solid #c7c7c7; cursor:pointer; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-left:10px; font-size:12px;} .txsq{margin-bottom:18px; color:#d5d5d5;} .txsq span{display:inline-block; font-size:13px; color:#333333; line-height:30px; margin-right:20px; font-weight:bold; padding-left:22px;} .txsq em{font-weight:normal;} .txsq .zhye em, .txsq .zsr em, .txsq .txcs em, .txsq .gmcs em, .txsq .nsr em, .txsq .ysr em, .txsq .rsr em{color:#357ec2;} .txsq .zhye{background: left center no-repeat;} .txsq .zsr{background: left center no-repeat;} .txsq .txcs{background: left center no-repeat; width:150px;} .txsq .txsj{background: left center no-repeat;} .txsq .gmcs{background: left center no-repeat; width:150px;} .txsq .gmsj{background: left center no-repeat;} .txsq-nav{width:100%; border-bottom:1px solid #e0e0e0; margin-bottom:14px; height:22px; box-sizing:border-box;} .txsq-nav a{display:inline-block; height:22px; margin-right:24px; color:#1b1b1b; font-size:13px;} .txsq-nav a.on{font-weight:bold; border-bottom:2px solid #ef3838; box-sizing:border-box;} .wxsq{padding:50px 0 0 180px;} .wxsq img{width:200px; height:200px;} .ghtx{wdith:145px; height:145px;} /*搜索结果页*/ .searchnav{color:#1a1a1a; font-size:16px; line-height:28px; border-bottom:2px solid #e7e7e7;} .searchnav span{color:#ef3838;} .searchlist{margin-top:6px;} .searchlist .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0f0f0;} .searchlist .item:hover{background-color:#f7f7f7;} .searchlist .item .search-title{color:#333333; font-size:18px; margin-bottom:14px;} .searchlist .item .search-title span{color:#ef3838;} .searchlist .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;} .searchlist .item .search-txt span{color:#ef3838;} .searchlist .item .search-date{color:#333333; font-size:12px;} .searchlist .item .search-date em{color:#bababa; margin:0 30px 0 15px;} /*专题列表页*/ .topic-item{width:100%; padding:20px 0; border-bottom:1px dotted #e3e3e3;} .topic-item-img{float:left;} .topic-item-img img{width:310px; height:100px; margin-right:20px;} .topic-item-title{font-size:16px; color:#1a1a1a; font-weight:600;} .topic-item-des{font-size:14px; color:#333333; line-height:20px; margin-top:10px;}