@charset "utf-8";
/**
 * CMS 内容管理系统
 */
.picsbox { width: 100%; overflow: hidden; position: relative; }
#mblb{display:none;}
/*banner*/
.banner { width: 70%; overflow: hidden; float: left }
.fader { position: relative; width: 100%; padding-top:42%; font-family: "futura", arial; overflow: hidden; }
.fader .slide,.fader .slider { position: absolute; width: 100%; top: 0; z-index: 1; opacity: 0; height: 100%; }
.fader .slide img,.fader .slider img { width: 100%; height: 100%; }
.slider.active {opacity: 1;}
.fader .prev, .fader .next { position: absolute; height: 80px; line-height: 55px; width: 50px; font-size: 100px; text-align: center; color: #fff; top: 50%; left: 50px; z-index: 4; margin-top: -25px; cursor: pointer; opacity: 0; transition: all 150ms; }
.fader .next { left: auto; right: 50px; }
.fader .pager_list { position: absolute; width: 100%; height: 40px; padding: 0; line-height: 40px; bottom: 0; text-align: center; z-index: 4; }
.fader .pager_list li { display: inline-block; width: 15px; height: 15px; margin: 0 7px; background: #fff; opacity: .3; text-indent: -9999px; border-radius: 999px; cursor: pointer; transition: all 150ms; }
.fader .pager_list li:hover, .fader .pager_list li.active { opacity: 1; }
.banner:hover .fader_controls .page.prev { opacity: 0.5; left: 0 }
.banner:hover .fader_controls .page.next { opacity: 0.5; right: 0 }
.imginfo { z-index: 9; position: absolute; font-size: 26px; color: #FFF; display: block; overflow: hidden; bottom: 12%; left: 0; right: 0; display: block;padding: 0 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
/*toppic*/
.toppic { width: 29%; float: right; overflow: hidden; position: relative; background:#fff;}
.toppic .right_top {background:#fff;padding:0 20px;}
.toppic .right_top li:nth-child(odd){float:left;}
.toppic .right_top li:nth-child(even){float:right;}
.toppic .right_top li .focus{width:auto;height:95px;overflow: hidden;}
.toppic .right_top li .focus img{width:100%;height:100%;transition: all 0.5s;}
.toppic .right_top li a:hover .focus img { transform: scale(1.1) }

#blogtab { overflow: hidden; zoom: 1; background: #fff; width: 100%; margin: 10px 0 }
#blogtab li { float: left; height: 40px; cursor: pointer; line-height: 40px; list-style-type: none; padding: 0 20px; }
#blogtab li a { color: #555 }
#blogtab li.current, #blogtab li a:hover { color: #3690cf; }

/*blogsbox*/
.blogsbox { width: 70%; overflow: hidden; float: left }
.drops{margin-bottom:20px;}
/*pics*/
.blogsbox .pics { margin: 10px 0 0 0; overflow: hidden; width: 100%; clear: both }
.blogsbox .pics ul li { width: 32.3%; float: left; display: block; overflow: hidden; position: relative; }
.blogsbox .pics ul li i { display: block; height: 150px; }
.blogsbox .pics ul li:nth-child(2) { margin: 0 0 0 10px }
.blogsbox .pics ul li:nth-child(3) { float: right }
.blogsbox .pics ul li img { margin: auto; min-height: 100%; width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.blogsbox .pics ul li span { position: absolute; color: #FFF; bottom: 0; left: 0; right: 0; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; padding: 10px 20px; opacity: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.blogsbox .pics ul li:hover img { transform: scale(1.05) }
.blogsbox .pics ul li:hover span { opacity: 1; background: rgba(0,0,0,.5); }

.blogs { overflow: hidden; margin-bottom: 20px; padding: 20px; background: #FFF; -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.blogs:before { display:block; content: ""; width:24px; height:24px; background:  url(../images/shouzhi.png) no-repeat 0 0;background-color: #d9534f; }
.blogs .blogpic { float: left; width: 180px; height: 120px; margin-right: 20px; display: block; overflow: hidden;border: solid 1px #ddd; }
.blogs .blogpic img { width: 100%; height: auto; height: 120px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.blogs:hover .blogpic img { transform: scale(1.1) }
.blogs .blogtitle { margin: -24px 0 10px 35px; font-size: 16px; overflow: hidden; }
.blogs .blogtitle a{color:#00a67c;}
.blogs .blogtitle a:hover { color: #007046; }
.blogs .blogtext {height:105px;line-height:30px;font-size: 15px; color: #566573; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3;text-align: justify;}
.bloginfo { overflow: hidden; height:40px; }
.bloginfos { overflow: hidden; height:30px; }
.bloginfo ul{margin-top:10px;}
.bloginfos ul{margin-top:10px;}
.bloginfo ul li,.bloginfos ul li { float: left; font-size: 12px; padding: 0 0 0 20px; margin: 0 20px 0 0; color: #748594; line-height: 1.5; display: inline-block; }
.bloginfo ul li a,.bloginfos ul li a { color: #748594; }
.bloginfos ul li a:hover { color: #00a67c }
.bloginfo .author,.bloginfos .author { background: url(../images/auicon.jpg) no-repeat 0 0; }
.bloginfo .lmname,.bloginfos .lmname { background: url(../images/auicon.jpg) no-repeat top -24px left; }
.bloginfo .timer,.bloginfos .timer { background: url(../images/auicon.jpg) no-repeat top -44px left; }
.bloginfo .view,.bloginfos .view { background: url(../images/auicon.jpg) no-repeat top -65px left;}
.bloginfo .like,.bloginfos .like { background: url(../images/tagl.png) no-repeat top 1px left; }
.bloginfos .like a{margin-right:5px;}
.bloginfo .details,.bloginfos .details {background: #00a67c;color: #fff;width: 90px;height:30px;line-height:30px;text-align: center;float: right;display: none;}
.blogs:hover .details{display:block;}
/*bplist*/
.bplist { width: 100%; overflow: hidden; display: block; margin-bottom: 20px }
.bplist li { float: left; width: 32.8%; height: 174px; overflow: hidden; }
.bplist li:nth-child(2) { margin-left: 6px }
.bplist li:last-child { float: right }
.bplist li img { width: auto; min-width: 100%; height: 174px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; }
.bplist li:hover img { transform: scale(1.1) }
/*bigpic*/
.bigpic { overflow: hidden; width: 100%; display: block; margin-bottom: 20px; background: #000 }
.bigpic img { width: 100%; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; }
.bigpic:hover img { opacity: 0.8 }
/*sidebar*/
.sidebar { width: 29%; overflow: hidden; float: right }
.sidebar div { padding:20px; margin-bottom: 20px; background: #FFF; -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); }
.hometitle { font-size: 16px; color: #555; font-weight: 600; margin: 0; text-transform: uppercase; padding-bottom: 15px; margin-bottom: 25px; position: relative; }
.hometitle:after { content: ""; background-color: #282828; left: 0; width: 50px; height: 2px; bottom: 0; position: absolute; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.sidebar div:hover ::after { width: 70px; }
/*//////////////sidebar//////////////////*/
/* zhuanti */
.zhuanti { overflow: hidden }
.zhuanti ul { width: 100%; overflow: hidden; display: block; clear: both; }
.zhuanti li { margin: 0 0 20px 0; overflow: hidden; position: relative; }
.zhuanti li i { background: #000; display: block }
.zhuanti img { width: 100%;max-width:305px;max-height:185px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0.5 }
.zhuanti p { position: absolute; top: 30%; left: 0; right: 0; color: #FFF; text-align: center; font-size: 15px; overflow: hidden; margin-top: 5px; padding: 0 40px; }
.zhuanti p a { color: #fff; }
.zhuanti span { width: 80px; margin: 10px auto; background: transparent; font-size: 12px; border: 1px solid #FFF; border-radius: 40px; padding: 4px 0; color: #FFF; display: block; clear: both; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.zhuanti li:hover img { opacity: 0.6 }
.zhuanti li:hover span { background: #FFF; }
.zhuanti li:hover span a { color: #333 }
/*tjpic */
.tjpic { width: 100%; height: 220px; background: #000; margin-bottom: 20px; overflow: hidden; display: block; clear: both; position: relative; border: solid 1px #ddd;}
.tjpic a img { width: 100%; min-height: 220px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.tjpic a p { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 20px; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; ; background: rgba(0,0,0,0.7); color: #fff; }
.tjpic:hover img { transform: scale(1.1) }
/*sidenews*/
.sidenews { }
.sidenews li { margin: 0 0 10px 0; padding:0 0 10px 0; overflow: hidden;border-bottom: solid 1px #ddd; }
.sidenews li p { line-height: 22px; color: #00a67c; font-size: 15px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.sidenews li .btgd{height:45px;}
.sidenews li a:hover .btgd { color: #d9534f; }
.sidenews i { width: 90px; height: 60px; overflow: hidden; display: block; border: #efefef 1px solid; float: left; margin-right: 10px }
.sidenews img { width:100%;height: 100%; margin: auto; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.sidenews li a:hover i img { transform: scale(1.1) }
.sidenews li p span { font-size: 12px; color: #9A9A9A;float: left;padding: 0 0 0 20px;margin: 0 15px 0 0;line-height: 1.5;display: inline-block;float:right;}
.sidenews li p .timer { background: url(../images/auicon.jpg) no-repeat top -44px left; }
.sidenews li p .view { background: url(../images/auicon.jpg) no-repeat top -64px left; }
/*tags*/
.cloud { clear: both; overflow: hidden; background: #fff; margin-bottom: 20px }
.cloud ul { overflow: hidden; font-size: 14px }
.cloud ul a {width:31%;color:#fff;display:inline-block;border-radius:3px;margin:0 4px 10px 0;padding:5px 0;font-size:15px;text-align: center;}
.cloud ul a:nth-child(8n-7) { background: #8A9B0F }
.cloud ul a:nth-child(8n-6) { background: #EB6841 }
.cloud ul a:nth-child(8n-5) { background: #3FB8AF }
.cloud ul a:nth-child(8n-4) { background: #FE4365 }
.cloud ul a:nth-child(8n-3) { background: #FC9D9A }
.cloud ul a:nth-child(8n-2) { background: #EDC951 }
.cloud ul a:nth-child(8n-1) { background: #C8C8A9 }
.cloud ul a:nth-child(8n) { background: #83AF9B }
.cloud ul a:first-child { background: #036564 }
.cloud ul a:last-child { background: #3299BB }
.cloud ul a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }
/*links*/
.links ul { overflow: hidden }
.links ul li { line-height: 24px; margin: 0 10px 10px 0; display: block; float: left }
.links ul a:hover { text-decoration: underline; color: #000 }
/*guanzhu*/
.guanzhu ul li { font-size: 12px; margin-bottom: 10px; background: #fff; color: #525252; line-height: 40px; padding: 0 0 0 34px; border: 1px solid #DDD; border-radius: 2px; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.guanzhu .sina { border: #ec3d51 1px solid; background: url(../images/gzbg.jpg) no-repeat 0 10px }
.guanzhu .tencent { border: #68a6d6 1px solid; background: url(../images/gzbg.jpg) no-repeat 0 -43px }
.guanzhu .qq { border: #2ab39a 1px solid; background: url(../images/gzbg.jpg) no-repeat 0 -98px }
.guanzhu .email { border: #12aae8 1px solid; background: url(../images/gzbg.jpg) no-repeat 0 -150px }
.guanzhu .wxgzh { border: #199872 1px solid; background: url(../images/gzbg.jpg) no-repeat 0 -200px }
.guanzhu .wx { overflow: hidden; padding: 0 }
.guanzhu .wx img { width: 100%; }
.guanzhu ul li span { float: right; text-align: center; width: 100px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.guanzhu .sina span { background: #ec3d51; }
.guanzhu .tencent span { background: #68a6d6; }
.guanzhu .qq span { background: #2ab39a; }
.guanzhu .email span { background: #12aae8; }
.guanzhu .wxgzh span { background: #199872; }
.guanzhu a span { color: #FFF }
.guanzhu ul li:hover span { width: 120px; }
/*gd*/
.gd { width: 300px; top: 100px; z-index: 999; position: fixed; _position: absolute; _top:expression(documentElement.scrollTop + 0 + "px");
_margin-top: 100px; }
/*content*/
.news_infos { float: left; margin-bottom: 20px; width: 66%; background: #fff; -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1); }
.news_infos{background:#fff;padding:20px;color:#555;}
.news_infos h2{padding-bottom:20px;width:100%;text-align:center;}
.news_infos img{width:100%;}
h1.t_nav span {color: #000; }
h1.t_nav {background:#fff; font-size: 14px; font-weight: normal; line-height: 40px; overflow: hidden;border-bottom: 1px solid #dadada;}
.n1, .n2 { width: 100px; display: block; text-align: center; float: left; color: #fff; }
.n1 { background: #000; }
.n2 { background: #3a6ab5; }
.sidebar .about { background: #FFF url(../images/banner.png) no-repeat top center; overflow: hidden; }
.avatar { margin: 40px auto 20px; width: 100px }
.avatar img { width: 100px; border-radius: 50% }
.abname { color: #3f3f3f; font-weight: bold; font-size: 16px; margin-bottom: 10px; text-align: center }
.abposition { color: #595959; text-align: center }
.abtext { padding: 20px 20px; color: #999; line-height: 26px; text-align: justify; }
.weixin img { width: 100% }
/*pagebg*/
.pagebg { margin-top: 111px; }
/*pagebg.pagebg p { font-size: 36px; color: #FFF; }*/
.ab { background: url(../images/blank.jpg) no-repeat; background-size: cover; background-position: top center;}
.sh { background: url(../images/page_bg.jpg) no-repeat; background-size: cover; background-position: top center; }
.timer { background: url(../images/page_time.jpg) no-repeat; background-size: cover; background-position: top center; }
/*share*/
.share { overflow: hidden; padding-top: 10px }
.shareli { margin: 0 15px; padding-bottom: 10px }
.share ul li { width: 25%; float: left; overflow: hidden; position: relative; margin-bottom: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.share ul li i { height: 200px; display: block; overflow: hidden;background: #fff; }
.share ul li i img { height: 200px; width: auto; margin: auto }
.share ul li h2 { height: 38px; font-size: 14px; line-height: 1.4; overflow: hidden; background: #fff; padding: 15px 13px; font-weight: normal; -webkit-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1); -moz-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1); box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1); }
.share ul li h2 b { height: 38px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal }
.share ul li:hover { transform: translateY(-6px); -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); }
.share ul li span { position: absolute; right: 15px; top: 0; background: rgba(232, 40, 74, .8); color: #FFF; padding: 3px 8px; font-size: 12px; border-radius: 3px; }
/*timer*/
.timebox { position: relative; overflow: hidden }
.timebox li { overflow: hidden; font-size: 16px; margin: 25px 0; line-height: 44px; }
.timebox li a {cursor: pointer; background: #FFF; display: block; float: left; padding: 0 30px; position: relative; -webkit-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1); -moz-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1); box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.timebox li span { margin-right: 90px; display: block; float: left; background: #f7f7f7; height: 44px; color: #999; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.timebox:before { content: ''; position: absolute; top: 0; bottom: 0; width: 3px; background: #ccc; left: 141px; margin-left: -10px; }
.timebox li a:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; border-right-color: #fff; border-width: 10px; top: 10px; }
.timebox li a:after { right: 100%; /* border: solid transparent; */ content: " "; height: 5px; width: 5px; border: 2px solid #cccaca; background: #8e9baf; position: absolute; top: 16px; left: -51px; border-radius: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
#list, #list2 { overflow: hidden; clear: both }
.timebox li:hover a { padding-right: 60px }
.timebox li:hover a:after { background: #3a6ab5 }
.timebox li:hover span { color: #000 }
.timebox li .meiyou{width:90px;}
.timebox li div{width:auto;max-width:100%;margin-left:180px;margin-top:60px;position: relative;display:none;}
.timebox li div img{width: auto;  max-width: 100%;}
/*infosbox*/
.infosbox { float: left; width: 66%; overflow: hidden; background: #FFF; padding:0 20px;}
.newsview { padding: 0 20px }
.intitle { line-height: 40px; height: 40px; font-size: 14px; ; border-bottom: #000 2px solid; }
.intitle a { font-weight: normal; }
.news_title { font-size: 18px; font-weight: normal; padding: 20px 0 0 0; color: #333; }
.news_author { width: 100%; color: #999; line-height: 18px; }
.news_author span { margin-right: 10px; padding-left: 20px }
.au01 { background: url(../images/author2.png) no-repeat left center }
.au02 { background: url(../images/date.png) no-repeat left center }
.au03 b { color: #333; padding: 0 5px }
.au04 { font-weight: normal; }
.tags a { padding: 3px 6px;color:#5fbaac;}
.tags a:hover{color:#00a67c;}
.tags { margin: 20px 0; color:#888;font-size:15px;}
.infosbox .news_con { line-height: 1.8;text-align: justify; }
.infosbox .news_con>header{position: relative;height:auto;z-index: 0;}
.infosbox .news_con a{color:#00a67c;}
.infosbox .news_con a:hover{color:#007046;}
.infosbox .news_con pre{color:#444;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;display:block;margin:0 0 10px;padding:9px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:3px;background-color:#f5f5f5;white-space:pre-wrap;word-wrap:break-word;font-size:11px;line-height:20px;word-break:break-all}
.infosbox .news_con p {}
.infosbox .news_con img { max-width: 100%; height: auto; margin: 0 auto;}
.infosbox .share { padding: 20px; }
.infosbox .share span {float:right; color: #fff; font-size:15px; background:rgba(100,100,100,0.8);padding:6px 18px;border-radius:8px;cursor: pointer;}
.infosbox .share span:last-child{float:left;}
.infosbox .share span img{float:left;width:20px;height:20px;margin-top:1px;}
.infosbox .share .liaotian,.infosbox .share .download{background: rgba(0,166,124,0.8)}
.content-read-tips{text-align:center;margin:50px 0 !important;border:1px dashed #9d9a9a;padding:15px 0;}
.content-read-tips span{color:red;margin:0 3px;}
.content-read-tips a{color:#0844f7;}
.content-read-tips a:hover{color:red;}
.nextinfo { line-height: 24px; width: 100%; background: #FFF; border-radius: 10px; overflow: hidden; margin: 20px 0 }
.nextinfo p { padding: 4px 10px; border-radius: 5px; font-size:15px;}
.nextinfo a{ color: #00a67c;}
.nextinfo a:hover { color: #007046;}
#diggnum { margin: 5px; }
.otherlink, .xzsm, .ffsm { width: 100%; background: #FFF; border-radius: 10px; overflow: hidden; margin: 20px 0 }
.otherlink h2 { border-bottom: #00a67c 1px solid; line-height: 40px; font-size: 14px; background: url(../images/5794.png) left 10px center no-repeat; padding-left: 40px; color: #000 }
.otherlink .pctj { margin: 10px 0 }
.otherlink .pctj li { line-height: 30px; height: 160px; display: block; width: calc((100% - 60px) / 4); float: left; overflow: hidden; margin:10px 20px 10px 0;}
.otherlink .pctj li:nth-child(4n) {margin-right: 0px;}
.otherlink .pctj li a:hover div { color: #00a67c; }
.otherlink .pctj li a i{display:block;height:130px;overflow: hidden;border: solid 1px #ddd;}
.otherlink .pctj li a i img{width:100%;height:100%;margin:0 auto;transition: all 0.5s;}
.otherlink .pctj li a:hover i img { transform: scale(1.1) }
.otherlink .pctj li a div{height:40px;line-height:40px;text-align:center;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp:1;font-size:15px;text-align: justify;}
.otherlink .mbtj { display:none;}
.news_pl { margin: 10px 0; width: 100%; background: #FFF; border-radius: 10px; overflow: hidden; margin: 20px 0 }
.news_pl h2 { background: url(../images/newsbg03.png) no-repeat left 10px center; border-bottom: #00a67c 1px solid; line-height: 40px; font-size: 14px; padding-left: 30px; color: #000 }
.xzsm ul, .ffsm ul { padding: 20px; line-height: 24px; border-top: 6px solid #a6b5c5; }
.bt-blue { display: block; line-height: 40px; height: 40px; background: #1e8ec5; width: 100px; text-align: center; }
.bt-blue a { color: #fff }
.gbko { padding: 10px; background: #fff; }
.gbko ul {padding: 10px;border: 1px solid #ccc;}
.textarea{padding: 5px 5px; width: 98%; height: 78px; outline: 0; border: 1px solid #ccc; color: #333; font-size: 13px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 20px;}
.none{display:none;}
.sub_btn{top: 0; right: 0; margin-top: 5px; width: 100px; height: 32px; outline: 0; border-color: #ccc #ccc #aaa; border-style: solid; border-width: 1px; border-radius: 2px; border-bottom-right-radius: 3px; background-color: #e6e6e6; background-image: linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6); background-repeat: no-repeat; box-shadow: 0 0 1px #fff inset; color: #555; text-align: center; text-shadow: 0 1px 0 #fff; font-weight: 700; font-size: 14px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; cursor: pointer; transition: all .15s linear 0s;}
.sub_btn:hover{background-position: 0 -15px; color: #121212;}
.ad{overflow: hidden}
.ad img { width: 100% }
.leftbox { width: 70%; float: left; overflow: hidden; }
.rightbox { width: 28%; float: right; overflow: hidden; }
.aboutme { overflow: hidden; background: #fff; }
.ab_con { line-height: 30px; padding: 10px; }
.ab_con p { background: #f6f6f6; margin: 5px 0; padding-left: 10px; border-radius: 5px; text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0px; }
.ab_box .avatar { width: 100px; height: 100px; overflow: hidden; border-radius: 50px; margin: 10px auto 0; }
.ab_box .avatar img { width: 100px; height: 100px }
.ab_box .news_infos { padding: 30px 0 }
.meandblog { padding: 20px; border-radius: 10px; overflow: hidden; margin: 0 0 20px 0; }
.meandblog li { background: #f1f1f1; line-height: 30px; margin: 5px 0; padding: 0 0 0 10px; border-radius: 10px; border-top: 2px solid #e2e2e2; text-shadow: #eae7e7 0px 0px 1px; }
.meandblog li a:hover { color: #000 }
/*money*/
.dasbox{ width:130px;  margin: 0 auto;background: url(../images/dsbz.jpg) no-repeat left 20px center #E2523A ;
    
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
    border-radius: 3px;
    line-height: 40px; padding-left:10px;
    text-align: center; 
   }
.hide_box { z-index: 999; filter: alpha(opacity=50); background: #666; opacity: 0.5; -moz-opacity: 0.5; left: 0; top: 0; height: 99%; width: 100%; position: fixed; display: none; }
.shang_box { width: 430px; padding: 40px 10px; background: #fff url(../images/tbg.jpg) no-repeat left top 30px; ; border-radius: 10px; position: fixed; z-index: 1000; left: 50%; top: 50%; margin-left: -280px; margin-top: -280px; border: 1px dotted #dedede; display: none; }
.shang_box img { border: none; border-width: 0; }
.dasbox a{color: #fff; }
.shang_close { float: right; display: inline-block; }
.shang_tit { width: 100%; height: 70px; text-align: center; line-height: 70px; }
.shang_tit p { color: #a3a3a3; text-align: center; font-size: 16px; }
.shang_payimg { width: 140px; padding: 10px; border: 6px solid #EA5F00; margin: 0 auto; border-radius: 3px; height: 140px; }
.shang_payimg img { display: block; text-align: center; width: 140px; height: 140px; }
.pay_explain { text-align: center; margin: 10px auto; font-size: 12px; color: #545454; }
.radiobox { width: 16px; height: 16px; background: url(../images/radio2.jpg); display: block; float: left; margin-top: 5px; margin-right: 14px; }
.checked .radiobox { background: url(../images/radio1.jpg); }
.shang_payselect { text-align: center; margin: 0 auto; margin-top: 40px; cursor: pointer; height: 60px; width: 280px; }
.shang_payselect .pay_item { display: inline-block; margin-right: 10px; float: left; }
.shang_payselect img { float: left }
