﻿@charset utf-8;
html{height: 100%;width: 100%;outline: none;font-family:sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y:scroll;}
* { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height: 0;}
[hidden]{display: none;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,select,textarea,th,td,div{margin:0;padding:0;}
body,button,input,select,textarea{font:1rem 'Microsoft Yahei',Arial,Verdana,Helvetica,sans-serif;line-height:1.5;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
address,cite,dfn,em,var,caption,code,dfn,th{font-style:normal;font-weight:400;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
i{font-style:normal;}
ul,ol{list-style:none}


.flex{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;display: box;flex-wrap: wrap;}/*弹性布局*/
.flexH{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;}/*水平排列*/
.flexV{-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;}/*垂直排列*/
.flexSa{-webkit-box-pack:justify;justify-content:space-around;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;}/*两端对齐*/
.flexC{-webkit-box-pack:center;justify-content:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;}/*居中对齐*/
.flexSb{justify-content:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;}
.flexS{-webkit-box-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;}
.flexE{-webkit-box-pack:end;justify-content:flex-end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;}
.alignC{align-items:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;}/*元素居中*/


@media screen and (max-device-width: 320px) {body {-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {body {-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {body {-webkit-text-size-adjust:none}}


a{text-decoration:none;color:#424242;}
a:hover{text-decoration:underline;color:#404040;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:0;border-spacing:0;border-collapse:collapse;}
q:before,q:after{content:'';}
b,strong{font-weight: bold;}
body{font:0.8rem 'Microsoft Yahei',Arial,Verdana,Helvetica,sans-serif;line-height:1.5;text-align:center;background:#e8ecef;color:#444;word-wrap:break-word;word-break:break-all;word-break:normal;}
textarea{resize:none;}
textarea:focus,input:focus{outline: none;}
.left,.l{float:left}
.right,.r{float:right}
.pr{position:relative;}
a:hover{ text-decoration:none;}
a:active,a:focus{ outline:none;}
.base_bgcolor{background:#008565}
.rcolor{color:#008565}
.orange{ color:#ec6c00;}
.grey{ color:#8a8a8a;}
.black{ color:#333;}
.green{color:#68b338;}
.red{ color:#f0553d;}
.blue{ color:#5694c8}
.orangel{color:#f50;}
.bluel{ color:#448bc4}
.oranged{ color:#eca05f;}
.errorcolor{color:#ff0000}

/*web-kit滚动条样式*/
::-webkit-scrollbar {width: 10px;}
/* Track */
::-webkit-scrollbar-track{background:#dcdcdc;}
/* Handle */
::-webkit-scrollbar-thumb{background:#c3c3c3;}
::-webkit-scrollbar-thumb:window-inactive{background:#c3c3c3;}
/*dytfwFnt*/
@font-face {
	font-family: 'dytfwFnt';
	src:url('font/fontawesome.eot');
	src:url('font/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('font/fontawesome.woff') format('woff'),
		url('font/fontawesome.ttf') format('truetype'),
		url('font/fontawesome.svg#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
.dytfwFnt{font-family:'dytfwFnt';font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;font-size:22px;line-height:1;}
.dytfwFnt b{font-weight:normal;}
.dytfwFnt i{font-style:normal;}
.dytfwFnt a{display:inline-block;}

.clear{clear:both;height:0;line-height:0;overflow:hidden;font-size:0;}
.none{display:none;}
.block{display:block;}
.inlBlk{display:inline-block;}
.clearfix:before,.clearfix:after{content:"";display:table;height:0;font-size:0;line-height:0;visibility:hidden}
.clearfix:after {clear:both}
.clearfix {*zoom:1}
.l{float:left}
.r{float:right}

header{background:#008565;box-shadow:0 1px 2px #888 inset;height:50px;position:relative; z-index:1;margin-bottom:15px;}
header a.back{color:#fff;display:block;height:50px;line-height:50px;width:40px;position:absolute;left:0; z-index:2;}
header a.navBtn{color:#fff;display:block;height:50px;line-height:50px;width:40px;position:absolute;right:0; z-index:2;}
header a.navBtn i.dytfwFnt{line-height:50px;}
header .cent{width:100%;display:block;height:50px; text-align:left;}
header .cent p{display:block;margin:0 78px 0 45px;padding:8px 0 0 0;}

header.detailtop{margin:0;}
header.detailtop .cent p{padding:0;margin:0 45px;}
header.detailtop .cent h2{display:block;width:100%;height:50px;line-height:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;color:#fff; text-align:center;font-size:1.2rem;}
header.detailtop .cent p b,header.detailtop .cent h1{display:block;width:100%;height:50px;line-height:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;color:#fff; text-align:center;font-size:1.2rem;}
header.detailtop .cent h1{font-weight:bold}
header.detailtop .cent p i.dytfwFnt{font-size:1.6rem; margin-right:5px;} 

nav.hdnav{height:60px;box-shadow:0 1px 2px #999;background:#fff;display:none}
nav.hdnav a{float:left;display:block;width:33.3%;height:60px; text-align:center; position:relative; z-index:1;}
nav.hdnav a i.dytfwFnt{display:block;width:100%;padding:10px 0 0 0;text-align:center;}
nav.hdnav a span{height:25px;line-height:25px;text-align:center;}
nav.hdnav a b{width:1px;height:30px; position:absolute;top:15px;right:0;background:#eee;}


section.news_detail{margin:0 10px;background:#fff;clear:both}
.news_detail h1{font-size:1.2rem;line-height:22px;margin-bottom:8px;padding:20px 10px 0;text-align:left}
.news_detail h4{border-bottom: #cccccc 1px dashed;padding-left:10px;padding-bottom:4px;color:#999;text-align:left}
.news_detail .mycontent{padding:10px;text-align:left}
.news_detail .mycontent p,.news_detail #mycontent div{font-size:0.9rem;text-align:left;text-indent:2rem;margin-bottom:10px;line-height:24px;}
.news_detail .mycontent table{display:block;margin:0 auto 10px}
.news_detail .mycontent img{display:block;margin:0 auto 10px;height:auto;width:auto\9;max-width:90%;} 
.news_detail .mycontent a{color:#008565} 
.normals ul.sub_menu{overflow:hidden;}

.news_hearder{height:40px;line-height:40px;padding-left:2px;font-size:1rem;font-weight:bold;background:#f1f1f1;text-align:left}
.news_hearder a{color:#008565;font-size:0.8rem}
.news_content{margin:5px;padding-bottom:5px;text-align:left}
.news_content .item{margin-left:5px;display:block;height:42px;line-height:42px;border-bottom:1px solid #ebebeb;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.news_content .item:last-child{border:0}
#news_content{position:relative; z-index:1;overflow:hidden;height:160px;text-indent:2em;}

section.news_list{margin:0 10px;background:#fff}
.news_list .ht9{height:90px}
.news_list .htC{height:100px}
.news_list .htD{height:80px}
.news_list .ht6{min-height:60px;}
.news_list_item{position: relative;box-sizing: border-box;margin-top: 10px;padding: 0.65rem 0.65rem 0.8rem;border-bottom: 0.025rem dashed #ddd;}
.news_list_item .item_s{padding-right: 10px;}
.news_list_item .item_l{padding-right: 110px;}
.news_list_item .item_r{position: absolute;right: 0;top: 10px;width: 100px;height: 80px;}
.item_l0{width: 12rem;height: 3.7rem;position: relative;}
.item_r0{width: 5.05rem;height: 3.7rem;position: relative;}
.news_list_item .item_r .pic{width:6.25rem;height:5rem;background: #d9d9d9;}
.news_list_item .item_list_title{font-size: 1rem;color: #242424;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align:left}
.news_list_item .item_list_pic li{float:left;width:33%;border-radius:4px;height: 80px;}

.news_list_items{position: relative;box-sizing: border-box;margin-top: 10px 0 10px 0;padding: 0.65rem 0.65rem 0.8rem;border-bottom: 0.025rem solid #ddd;}
.news_list_items .item_list_pic{width: 100%;margin:10px 0 20px 0}
.news_list_items .item_list_title{font-size: 1rem;color: #242424;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align:left}
.news_list_items .item_list_pic li{float:left;margin: 0 4px 4px 0;border: 0;width:32%;height: 80px;}
.news_list_items .item_s{padding-right: 10px;width:100%}
.news_list_items .item_list_pic .pic{width:6.25rem;height:5rem;border-radius:4px;background: #d9d9d9;}

.more-btn{display:block;height:38px;line-height:38px;margin:2px;background:#f6f6f6;color:#646464;text-align:center}

.item_list_tags{position: absolute;left: 0;bottom: 0;padding: 1rem 0 0.2rem 0;}
.item_list_tag_1{-webkit-background-size: 0.575rem 0.575rem;background-size: 0.575rem 0.575rem;text-indent: 0.825rem;padding-right: 0.75rem;font-size: 0.6rem;color: #999;}
.item_list_tag_2{-webkit-background-size: 0.675rem 0.525rem;background-size: 0.675rem 0.525rem;text-indent: 0.925rem;height: 0.8rem;line-height: 0.9rem;font-size: 0.6rem;color: #999;}
.item_list_tags i{font-size:0.85rem;padding-right:5px}
.item_list_tags a{color: #999;}

section.detail{margin:10px;background:#fff}

.public_bread_normal{height:40px;line-height:40px;padding-right:10px;font-size:13px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}
.public_bread_link_normal{display:inline-block;padding:0 10px;height:40px;line-height:40px;color:#999}
.public_bread_current_normal{padding-left:10px;color:#333}


.public_bread{height:40px;line-height:40px;padding-right:10px;width:95%;font-size:13px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}
.public_bread_link{display:inline-block;padding:0 10px;height:40px;line-height:40px;color:#999}
.public_bread_current{padding-left:10px;color:#333}
.pubilc_back_top{position:fixed;width:48px;height:48px;right:10px;bottom:70px;background:url(back_top.png) no-repeat;background-size:48px 48px;z-index:200;display:none}
.head_left_ico{float:left;margin:5px 5px 5px 0;width:4px;height:30px;border-top-left-radius:25%;border-bottom-left-radius:25%;background:#008565;}

.msg_box{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:2000}
.msg_inner,.load_inner{position:absolute;left:50%;top:50%;width:280px;line-height:26px;margin:-50px 0 0 -145px;padding:15px 10px 20px;background:#fff;color:#646464;font:16px/26px;text-align:center}
.msg_inner p:first-of-type{margin:0 0 15px;line-height:26px}
.msg_html{display:inline-block;height:26px;line-height:26px;vertical-align:-2px;margin-right:5px;color:#c00}
.close_btn{display:inline-block;padding:0 20px;background:#008565;border-radius:4px;color:#fff;font:16px/26px}
a.close_btn{color:#fff;}
.msg_no{padding:0;background:0;color:#008565}


.searchsBox{position:absolute;right:0;top:0;z-index:100;width:0;overflow:hidden;}
.searchsBoxCon{padding-left:150px; position:relative; z-index:100;}
.searchsBoxCon div.closesearchs{width:150px;display:block; position:absolute;left:0;top:0;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;background:#000;height:100%;line-height:100%;z-index:100;}
.searchsBoxCon div.closesearchs i.dytfwFnt{position:fixed;top:50%;left:0;font-size:2rem;color:#fff;width:0;text-align:center;overflow:hidden;z-index:100;}
.searchsBoxList{background:#5b7482;}


.searchsBoxList .hd{ position:relative; z-index:1;height:50px;line-height:50px;background:#5b7482;border-bottom:1px solid #2e353a;color:#fff;width:100%;}
.searchsBoxList .hd a{ position:absolute;top:10px;}
.searchsBoxList .hd a.btnF12{width:45px;}
.searchsBoxList .hd a.btn1{left:10px;}
.searchsBoxList .hd a.btn2{right:10px;}
.searchsBoxList .hd p{padding:0 55px;font-size:1rem;}

.searchsBoxList ul li{border-top:1px solid #7d919c;border-bottom:1px solid #384750; position:relative; z-index:1;padding:8px 30px 8px 10px; overflow:hidden; text-align:left;}
.searchsBoxList ul li a{color:#cecbcb;}
.searchsBoxList ul li.checked a{color:#fff;}
.searchsBoxList ul li i{font-size:20px;padding-right:5px;color:#cecbcb;}
.searchsBoxList ul li.checked i{padding-left:4px;padding-right:5px;color:#fff;}
.searchsBoxList dl:first-child dt{border-top:0;}
.searchsBoxList dl dt b{float:left;color:#fff;font-size:0.9rem; margin-right:4px;}
.searchsBoxList dl dt p{float:left;color:#f5b903;text-align:left; margin-top:1px;}
.searchsBoxList dl dt i.dFnt{color:#d5cfc3; position:absolute;right:10px;height:30px;top:50%; margin-top:-10px;}
.searchsBoxList dl dd{background:#4b5f6b;display:none; text-align:left;}
.searchsBoxList dl dd ul li{height:40px;line-height:40px;border-bottom:1px solid #384750;border-top:1px solid #647682;color:#d7d7d7;}
.searchsBoxList dl dd ul li:first-child{border-top:0;}
.searchsBoxList dl dd ul li label{padding:0 30px 0 15px; position:relative; z-index:1;display:block;}
.searchsBoxList dl dd ul li input{display:none;}
.searchsBoxList dl dd ul li label i.dFnt{ position:absolute;right:10px;top:0;height:40px;line-height:40px; font-size:1.5rem;}
.searchsBoxList dl dd ul li.check label i.dFnt{color:#efb503;}


#jingle_toast{
    display: none;
    /*position: absolute;*/
    position: fixed;
    z-index: 99;
    color: #fff;
}
#jingle_toast{
    top: 70%;
    font-size: 1em;
    text-align: center;
    width: 100%;left: 0;
}
/**** popup ****/
#jingle_popup_mask{
    background-color: #222;
}
#jingle_popup{
    background-color: #eef3f3;
    color: #222;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
}
#jingle_popup_mask{
    display: none;
    position: fixed;
    z-index: 90;
    left: 0;
    right:0;
    top:0;
    height: 100%;
    opacity: 0;
}
#jingle_popup{
    display: none;
    /*position: absolute;*/
    position: fixed;
    left: 0;
    right:0;
    z-index: 98;
    min-height: 50px;
}
#jingle_popup.arrow.top:after{
    border-bottom-color: #CAD1DA;
}
#jingle_popup.arrow.right:after{
    border-left-color: #CAD1DA;
}
#jingle_popup.arrow.bottom:after{
    border-top-color: #CAD1DA;
}
#jingle_popup.arrow.left:after{
    border-right-color: #CAD1DA;
}
#close_popup{position: absolute;top: 0;right: 0;font-size: 1.4rem;padding: 5px 5px 10px 10px;color:#bdc3c7}
.list .divider {position: relative;  padding-top: 6px; padding-bottom: 6px; font-size: 0.9em; font-weight: 400; line-height: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, .5); background-color: #f8f8f8; border-top: 1px solid rgba(0, 0, 0, .1); /* border-bottom: 1px solid rgba(0, 0, 0, .1); */ background-image: -webkit-linear-gradient(top, #f8f8f8 0, #eee 100%); background-image: linear-gradient(to bottom, #f8f8f8 0, #eee 100%);box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);margin-top: -1px;}
.list>li.divider> a{margin: -6px -10px;}
.list .divider .button{text-shadow: none;margin-top: -2px;padding: 1px 5px 1px 2px;}
.list>li> a.divider-more{float: right;font-size: 12px;margin: 0;padding: 0;color: #3498DB;}
.list .divider-more:after{font-family: 'Jingle';float: right;font-size: 12px;content:"\e687";}
/*panel-menu*/
.panel-menu {padding: .3em 0;background: #fff;}
.panel-menu li.divider{font-weight: 500;}
.panel-menu > a{ font-size: 0.85em; color: #333;float: left;width: 20%;padding:5px 0 5px 10px;margin: 0;overflow: hidden;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;}
.panel-menu > a.col-1-2{width: 50%;}
.panel-menu > a.col-1-3{width: 33.333333%;}
.panel-menu > a.col-1-4{width: 25%;}
.panel-menu .icon{color: #BDC3C7;}


aside[data-position="left"]{
    left:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
}
aside[data-position="right"]{
    right:0;
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
}
aside[data-transition="overlay"]{
    z-index: 400;
}
aside[data-transition="reveal"]{
    z-index: 200;
}
aside[data-position][data-transition="reveal"]{
    -webkit-transform:translateX(0);
    transform:translateX(0);
}
aside{
    display: none;
    font-size: 1.1em;
    box-orient:vertical;
    -webkit-box-orient:vertical;
}
aside.active{display: -webkit-box; display: box; }
.aside-close{
    position: absolute;
    top:0;
    color: #ECF0F1;
    padding: 10px;
}
aside[data-position="left"] .aside-close{
    right: 0;
}
aside[data-position="right"] .aside-close{
    right: 0;
    top:-11px;
}
aside > *{
    -webkit-box-flex : 0;
}
aside>.header{
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
aside>.center{
    -webkit-box-flex : 1;
    overflow: auto;
}
aside ul.menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
aside ul.menu li a {
    padding: 10px 20px;
    display: block;
}
aside ul.menu li a .icon{
    float:left;
}
aside ul.menu li.anchor{
    padding: 2px 10px;
    font-size: 0.9em;
}
.bar-search {margin: 1.2em 0 0.8em;padding: 0 10px;}
.bar-search form{display: table; table-layout: fixed;width: 100%;background: #fff;border: 1px solid #ddd;border-radius: 25px;position: relative;}
.bar-search button,.bar-search input,.bar-search select{width: 100%;border:0 none;margin: 0;background: none;-webkit-box-shadow: none; box-shadow: none;height: 34px;padding: 0 8px;}
.bar-search-hassel form{padding-left: 80px;}
.bar-search-hassel select{width: 80px;position: absolute;left: 5px;top: 0;}
.bar-search .icon-f0db{position: absolute;left: 80px;top: 50%;margin-top: -12px;margin-left: -10px;}
.bar-search .txt{width: 100%;}
.bar-search button{position: absolute;right: 10px;top: 0;width: 30px;}
.bar-search [class^="icon-"]{font-size: 18px;color: #999;}



.footNav{background:#d7d7d7;padding:10px 0;overflow:hidden;margin-bottom:10px;}
.footNav .l{float:left;}
.footNav .r{float:right;}
.footNav a{padding:0 10px;}
.footNav a i.dFnt{margin:0 0 0 3px;font-size:0.8rem;}
footer{margin:20px 0 10px 0}
footer p{line-height:22px;font-size:0.8rem;}
footer p a{margin:0 10px;padding:0 5px; border-radius:5px;}
footer p a.chuping{background:#fff;color:#999; cursor:text;}



#fenye {clear:both;margin:0 auto;	padding:0;width:100%}
#fenye span{float:left;margin:5px 0 0 10px;width:19%; line-height:30px;height:30px}
#fenye a{float:left;margin:5px 4px 0 10px;width:14%; text-align:center; color:#008f8d;background:#fff; display:inline-table; border:1px solid #dcdddd; text-align:center;height:30px;line-height:30px}
#currpage{font-weight:bold;color:#008565}


.pageNext{margin:0 auto;padding:0px 5px 12px;}
.pageNext span{display:inline-block; *display:inline; zoom:1;}
.pageNext ul li{padding:10px 10px 10px 10px;}
.pageNext .prev,.pageNext .next{width:32px; text-align:center;}
.pageNext a.curr{width:32px;background:#379B83; border:1px solid #dcdddd; color:#fff; font-weight:bold; text-align:center;}
.pageNext a.curr:visited {color:#008565;}
.pageNext a{margin:8px 8px 0 0;padding:2px;color:#008565;background:#fff; border:1px solid #dcdddd; float:left; text-align:center;height:28px;line-height:22px}
.pageNext a.num{width:30px;}
.pageNext a:visited{color:#008565;} 
.pageNext a.pageall{}

.pageNext a:hover{color:#fff; background:#379B83; border:1px solid #2d7f0;float:left}

.overs{position:fixed;left:0; top:0; width:100%; z-index:100}
.tempContainer{position:fixed; width:100%; margin-right:0px; margin-left:0px; text-align:center; z-index:101;}

.dytfwbottom{width: 100%;font-size:0.8rem;position: fixed;bottom: 0px;left: 50%;transform:translate(-50%,0);height: 55px;background-color: #f5f5f5;border-top: solid 1px #f1f1f1;text-align: center;z-index: 999;}
.dytfwbottom a{float: left;width: 33%;color:#666666}
.dytfwbottom a span i.dytfwFnt{width:100%;height:25px;display:block;line-height:40px;font-size:1.5rem;}
.dytfwbottom a span b{font-weight:normal;display:block;width:100%;height:30px;line-height:30px;}
.dytfwbottom a span.checked{color:#008565}

.back:before{content:'\f053';}
.liebiao:before{content:'\f00a';}
.menu:before{content:'\f00b';}
.time:before{content:'\f017';}
.seen:before{content:'\f06e';}
.file:before{content:'\f0f6';}
.close_b:before{content:'\f057';}
.home:before{content:'\f015';}
.chat:before{content:'\f086';}
.globe:before{content:'\f0ac';}
.loupan:before{content:'\f0f7';} 
.dongtai:before{content:'\f133';}