@charset "utf-8";

/* =========
   基本默认值
   ========= */
html{
    font-family: 'Microsoft YaHei', '黑体', Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* =========
   工具样式
   ========= */

/*浮动*/
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
/*清除浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

/* =========
   页面样式设置
   ========= */

body {
    line-height: 1.5;
    background: #f1f1f1;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover, a:active {
    color: #3c7fb9;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.pt20{
    padding-top: 20px;
}
.comWidth{
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    border-bottom: 2px solid #3c7fb9;
}
.container{

}
.w1200{
    position: relative;
    width: 1200px;
    margin: auto;
}
/*首页top-bar*/

.top-bar{
    width: 100%;
    height: 34px;
    background: #fff;
}
.top-bar .comWidth{
    position: relative;
}
.tb-comWidth{
    position: relative;
    width: 1200px;
    margin:0 auto;
}
.top-bar .bar-l{
    position: absolute;
    top: 8px;
    left: 30px;
    font-size: 12px;
    color: #999;
}
.top-bar .bar-r{
    position: absolute;
    top: 8px;
    right: 60px;
    font-size: 12px;
    color: #000;
}
.top-bar .bar-r .search{
    position: relative;
    padding-left: 11px;
}
.top-bar .bar-r .icon{
    position: absolute;
    top: 3px;
    left: -2px;
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url(../images/search.png) no-repeat;
}
/*首页-header*/
.header{
    width: 100%;
    height: 168px;
    background: url(../images/hd-bg.png) no-repeat center 0;
    background-color: #fff;
}
.header .h-width,
.nav .n-width{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.header .h-logo{
  position: absolute;
        top: 56px;
    left: 20px;
    display: inline-block;
    width: 509px;
    height: 65px;
    background: url(../images/logo.png) no-repeat;
}
/*首页-nav*/
.nav{
    width: 100%;
    height: 50px;

    background: url(../images/nav-bg.jpg) repeat-x;
}
.nav ul{
    width: 1240px;
    padding: 0 20px;
    overflow: hidden;
}
.nav ul li:first-child{
    background: none;
}
.nav ul li{
    float: left;
    padding: 0px 15px;
    line-height: 50px;
    background: url(../images/nav-slide.png) 1px 4px no-repeat;

}
.nav ul li a{
    font-size: 16px;
    color: #fff;
}
.nav ul li a:hover{
    color: #ff4f46;
}
/*首页-主体部分*/
.tzb-top{
    height: 348px;
}
.tzb-top .t-silder{
    width: 538px;
    height: 348px;
}
 .tzb-top .t-right{
    width: 592px;
    height: 348px;
 }
 .tzb-top .t-right .r-focnews{
    height: 116px;
    border-bottom: 1px dashed #ddd;
 }
.tzb-top .t-right .r-focnews h1{
    position: relative;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
  }
.tzb-top .t-right .r-focnews h1 a{
    display: inline-block;
    width: 523px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
  }
.tzb-top .t-right .r-focnews h1 a:hover{
    color: #3c7fb9;
}
.tzb-top .t-right .r-focnews h1 span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #666;
}
.tzb-top .t-right .r-focnews p{
    width: 540px;
    height: 44px;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
}
.tzb-top .t-right .r-focnews p a{
    font-weight: bold;
}
.tzb-top .t-right .r-tab{
    height: 210px;
    margin-top: 20px;
}
.t-right .r-tab .tab-hd{
    border-bottom: 1px solid #eaeef1;
}
.t-right .r-tab .tab-hd li {
    float: left;
    height: 26px;
    margin-right: 10px;
}
.t-right .r-tab .tab-hd li a{
    display: block;
    float: left;
    height: 26px; 
    padding: 0 10px;
    line-height: 26px;
    text-align: center;
    color: #666;
    background: #ebebeb;
    border-radius: 2px 2px 0 0;
}
.t-right .r-tab .tab-hd li .selected{
    color: #fff;
    background: #3c7fb9;
}
.t-right .r-tab .tab-bd{
    height: 156px;
    margin-top: 20px;
}
.t-right .r-tab .tab-bd .mod,
.t-right .r-tab .tab-bd .mod ul{
    width: 574px;
    height: 156px;
}
.t-right .r-tab .tab-bd ul li{
    position: relative;
    width: 574px;
    height: 28px;
    padding-left: 16px;
    line-height: 28px;
    background: url(../images/tab-list.png) 1px center no-repeat;
}
.t-right .r-tab .tab-bd ul li a{
    display: inline-block;
    width: 80%;
    height: 28px;
    overflow: hidden;
}
.t-right .r-tab .tab-bd ul li span{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #999;
}

/*首页 - tzb-main部分*/
.tzb-main{
    padding-bottom: 30px;

}
.main-left{
    width: 900px;
}
.main-left .m-l-top{
    width: 920px;
    overflow: hidden;
}
.main-left .m-l-top .news-item{
    float: left;
    width: 440px;
    margin-right: 20px;
    margin-bottom: 24px;
}
.main-left .m-l-top .news-item .item-tit{
    position: relative;
}
.main-left .m-l-top .news-item h2{

    height: 32px;
    border-bottom: 2px solid #3c7fb9;
}
.main-left .m-l-top .news-item h2 a{
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #3c7fb9;
    border-radius: 2px 2px 0 0;
}
.main-left .m-l-top .news-item .item-tit > a{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    color: #999;
}
.m-l-top .news-item .item-cont{
    width: 438px;
    height: 218px;
    border: 1px solid #eee;
}
.m-l-top .news-item .item-cont ul{
    width: 416px;
    height: 170px;
    margin: 24px auto;
    overflow: hidden;
}
.m-l-top .news-item .item-cont ul li{
    width: 390px;
    height: 28px;
    padding-left: 18px;
    line-height: 28px;
    overflow: hidden;
    background: url(../images/item-icon.jpg) no-repeat 1px center;
}
.m-l-top .news-item .item-cont ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m-l-bottom{
    width: 898px;
    height: 256px;
    background: #f5f5f5;
    border: 1px solid #dedede;
}
.m-l-bottom .tstz-tit{
    position: relative;
    height: 40px;
    border-bottom: 1px solid #3c7fb9;
}
.m-l-bottom .tstz-tit h2{
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #3c7fb9;
}
.m-l-bottom .tstz-tit a{
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 41px;
    height: 11px;
    background: url(../images/pic-more.png) no-repeat;
}
.m-l-bottom .tstz-pic{
    padding: 30px 20px;
}
#marquee1{
    width: 856px;
    height: 158px;
    padding: 2px;
    overflow: hidden;
}
.m-l-bottom .tstz-pic ul{
    width: 1000px;
    height: 158px;
    overflow: hidden;
}
.m-l-bottom .tstz-pic ul li{
    float: left;
    width: 210px;
    height: 156px;
    margin-right: 14px;
    border: 1px solid #eee;
}
.m-l-bottom .tstz-pic ul li img{
    width: 210px;
    height: 156px;
}
/*main-right部分*/
.main-right{
    width: 240px;
}
.main-right .r-top{
    margin-bottom: 20px;
}
.main-right .r-top .t-row{
    width: 240px;
    height: 50px;
    margin-bottom: 5px;
    text-align: center;;
}
.main-right .r-top .t-row .bbjs{
     background: url(../images/bbjs.png) 15px center no-repeat;
     background-color: #3c7fb9;
}
.main-right .r-top .t-row .ldzc{
     background: url(../images/ldzc.png) 10px center no-repeat;
     background-color: #3c7fb9;
}
.main-right .r-top .t-row .bbzz{
     background: url(../images/bbzz.png) 15px center no-repeat;
     background-color: #3c7fb9;
}
.main-right .r-top .t-row .jgsz{
     background: url(../images/jgsz.png) 12px center no-repeat;
     background-color: #3c7fb9;
}
.main-right .r-top .t-row a{
    display: inline-block;
    width: 97px;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    color: #fff;
}
.main-right .r-bottom .b-list{
    margin-bottom: 17px;
    padding-bottom: 1px;
    background: #f6f6f6;

}
.main-right .r-bottom .g-img{
    background: #fff;
}
.main-right .r-bottom .b-list .lt-img{
    display: inline-block;
    width: 240px;
    height: 80px;
}
.main-right .r-bottom .b-list .lt-img img{
    width: 100%;
    /* height: 100%; */
}
.main-right .r-bottom .b-list .lt-img-1{
    margin-right: 3px;
}
.main-right .r-bottom .b-list h2{
    position: relative;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #fff;
    background: url(../images/b-list-h2.jpg) no-repeat;
}
.main-right .r-bottom .b-list h2 a{
    position: absolute;
    top: 9px;
    right: 14px;
    display: inline-block;
    width: 40px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}
.main-right .r-bottom .b-list ul{
    width: 214px;
    margin: 0px auto;
    overflow: hidden;
    padding: 20px 0;
}
.main-right .r-bottom .b-list ul li{
    width: 214px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px dotted #eae8e8;
}
.main-right .r-bottom .b-list ul li a{
    display: inline-block;
    width: 214px;
    height: 30px;
    overflow: hidden;
}
/*footer部分*/
.footer{
    padding: 20px;
    background: #FFF;
}
.footer p{
    text-align: center;
    line-height: 24px;
}

/* =========
   统战部栏目页
   ========= */
.lm-main{
    padding-top: 20px;
}
.lm-main-right{
   
}
.lm-main-right .lm-cont{
    padding: 10px 20px;
    border-top: 3px solid #3f85bc;
    box-shadow: 2px 2px 4px #eee, -2px -2px 4px #eee;
}
.lm-main-right .lm-cont .lm-c-top{
    position: relative;
    height: 40px;
    padding-left: 28px;
    line-height: 35px;
    background: url(../images/article.png) 8px 9px no-repeat;
    border-bottom: 1px #ccc dashed;
}
.lm-main-right .lm-cont .lm-c-top .c-t-tit{
    color: #3f85bc;
    font-size: 18px;
}
.lm-main-right .lm-cont .lm-c-list{
    margin-top: 15px;
}
.lm-main-right .lm-cont .lm-c-list ul{

}
.lm-main-right .lm-cont .lm-c-list ul li{
    position: relative;
    width: 840px;
    height: 38px;
    padding-left: 16px;
    line-height: 38px;
    background: url(../images/tab-list.png) 1px center no-repeat;
}

.lm-main-right .lm-cont .lm-c-list ul li:nth-child(5n){
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(../images/tab-list.png) 1px 16px no-repeat;
}

.lm-main-right .lm-cont .lm-c-list ul li a{
    display: inline-block;
    width: 80%;
    height: 38px;
    font-size: 15px;
    overflow: hidden;
}
.lm-main-right .lm-cont .lm-c-list ul li span{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #999;
}
.main-right .r-bottom .b-list .lm-list-img{
   display: block;
   width: 214px;
   margin: 20px auto -20px auto;
   border-bottom: 1px dotted #eae8e8;
}
.main-right .r-bottom .b-list .lm-list-img img{
    width: 210px;
    height: 150px;
}
.main-right .r-bottom .b-list .lm-list-img span{
    display: inline-block;
    width: 214px;
    /*padding: 0 4px;*/
    overflow: hidden;
    white-space: nowrap;
}

/*分页*/
.fengye, .fenye{
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
}
.fengye a, .fenye a{
    display: inline-block;
    margin-left: 2px;
    background: #f8f8f8; 
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.fengye a{
    padding: 1px 8px;
}
.fenye a{
    padding: 1px 13px;
}
.fengye a:hover, .fenye a:hover{
    background: #3f85bc;
    color: #fff;
}
.fengye select{
    padding: 3px;
}
/*面包屑*/
.crumbs{
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 14px;
}
.crumbs .cru-icon{
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: 4px\9;
    background: url(../images/cru-icon.png) no-repeat 0 3px;
}
.crumbs a:hover{
    text-decoration: underline;
}
/* =========
   统战部内容页
   ========= */
.nr-content .cont-t{
    width: 840px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px #f1f1f1 solid;
}
.nr-content .cont-t h1{
    width: 800px;
    margin: 30px auto;
    line-height: 40px;
    overflow: hidden;
    font-size: 24px;
}
.nr-content .cont-t p{
    width: 800px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #626262;
}
.nr-content .cont-m{
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px #f1f1f1 solid;
}
.nr-content .cont-m .cont-new{
    width: 800px;
    margin: 25px auto 80px auto;
    font-size: 14px;
    line-height: 26px;
}
.nr-content .cont-m .cont-new img{
    display: block;
    max-width: 600px;
    /*height: 400px;*/
    margin: 0 auto;
}
.nr-content .cont-m .m-foot{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.m-foot a{
    margin-left: 4px;
    font-size: 12px;
}
.nr-content .cont-b{
    width: 1100px;
    margin: 20px auto;
}
.nr-content .cont-b p{
    font-size: 14px;
    line-height: 26px;
}
.nr-content .cont-share{
    padding: 16px;
}
/* =========
   统战部内容页-统战信息
   ========= */
.nr-content .cont-green{
    padding: 60px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 72px;
    font-family: "宋体";
    font-weight: bold;
    color: #398c60;
    border-bottom: 4px solid #398c60;
}
/* =========
   统战部搜索页
   ========= */
.tzb-sear .search-t{
    width: 858px;
    margin: 20px auto 0 auto;
    border: 1px #f1f1f1 solid;
        
}
.tzb-sear .search-t div{
    background: #fafafa url(../images/search.png) no-repeat 16px center;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #555;
    padding-left: 36px;
}

.tzb-sear .search-t div span {
    color: red;
    padding: 0 3px;
}
.tzb-sear .cont-m .searchlist ul{
    margin-top: 20px;
}
.tzb-sear .cont-m .searchlist li {
    line-height: 28px;
    border-bottom: 1px dashed #E5E5E5;
    padding-bottom: 12px;
}

.tzb-sear .cont-m .searchlist span.art_title {
    height: 35px;
    line-height: 35px;
    display: inline-block;
}
.tzb-sear .cont-m .searchlist span.art_title a{
    font-size: 16px;
}
.tzb-sear .cont-m .searchlist span.artintro {
    line-height: 22px;
    font-size: 12px;
    color: #666;
    display: inline-block;
}
.tzb-sear .cont-m .searchlist span.arturl {
    line-height: 24px;
}
.tzb-sear .cont-m .searchlist span.arturl a {
    font-size: 14px;
    color: #999;
}
.tzb-sear .cont-m .searchlist span.arturl a:hover{
    color: #3c7fb9;
}
.tzb-sear .cont-m .searchlist span.c9 {
    font-size: 14px;
    float: right;
    color: #999;
}
.tzb-sear .l-cont .searchabout {
    margin: 20px 10px 20px 0px;
    padding: 15px;
    background: #EFEFEF;
    height: 100%;
    overflow: hidden;
}
.tzb-sear .l-cont .searchabout h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.tzb-sear .l-cont .searchabout a{
    font-size: 14px;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.tzb-sear .kuaisou{
    height: 40px;
    line-height: 36px;
    margin-top: 20px;
}
.tzb-sear .kuaisou .s-text{
    width: 700px;
    height: 30px;
    padding: 1px 8px;
    line-height: 30px;
}
.tzb-sear .kuaisou .s-sub{
    width: 92px;
    height: 36px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.tzb-sear .kuaisou .s-sub:hover{
    background: #3c7fb9;
    color: #fff;
}
/* ====================
   统战部领导之窗栏目页
   ==================== */
.lm-ldzc-list{
    margin-bottom: 30px;
}
.lm-ldzc-list ul li{
    margin-top: 30px;
    border-bottom: 1px dashed #ccc;
}
.lm-ldzc-list ul li .ld-img{
    width: 120px;
    height: 160px;
    padding-bottom: 20px;
    overflow: hidden;
}
.lm-ldzc-list ul li .ld-img img{
    width: 100%;
    height: 100%;
}
.lm-ldzc-list ul li .ld-cont{
    width: 700px;
    line-height: 30px;
}
.lm-ldzc-list ul li .ld-cont h2{
    font-size: 18px;
    /*font-weight: bold;*/
}
.lm-ldzc-list ul li .ld-cont h2 a{
    display: inline-block;
    width: 650px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lm-ldzc-list ul li .ld-cont .ld-post{
    color: #3c7fb9;
}

.lm-ldzc-list ul li .ld-cont .ld-des{
    color: #aaa;
}
/* ==============
   统战部频道首页
   ============== */
.pdsy-list{
    margin: 50px 26px;
}
.pdsy-list li{
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding-left: 53px;
    background: url(../images/pd-arrow.png) 25px 17px no-repeat;
    background-color: #2f8ecd;
    border-radius: 4px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.pdsy-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
}
.pdsy-list li:hover{
    background-color: #2c81ba;
    padding-left: 63px;
}
/* ==============
   统战部员工风采页
   ============== */
.lm-zgfc-list{
    padding: 30px 20px;
    overflow: hidden;
}
.lm-zgfc-list ul{

    width: 860px;
}
.lm-zgfc-list ul li{
   float: left;
    margin-right: 15px;
    margin-bottom: 48px;
    width: 194px;
}
.lm-zgfc-list ul li a{
    display: block;
	height: 280px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 6px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.lm-zgfc-list ul li a:hover{
    box-shadow: 2px 2px 15px #e5e5e5, -2px -2px 15px #e5e5e5;
    -moz-box-shadow: 2px 2px 15px #e5e5e5, -2px -2px 15px #e5e5e5;
    -webkit-box-shadow: 2px 2px 15px #e5e5e5, -2px -2px 15px #e5e5e5;  
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);/*for ie6,7,8*/  

}
.lm-zgfc-list ul li img{
    width: 147px;
    height: 200px;
    padding: 10px;
}
.lm-zgfc-list ul li span{
    display: block;
    padding: 0 10px 14px 10px;
    font-size: 14px;
    color: #3c7fb9;
}
#dbctop a {
	margin: 6px 0;
}
#dbctop {
	z-index: 200;
	visibility: visible;
	right: 50%;
	margin-right: -670px;
}
#dbctopa {
	visibility: hidden;
}
#dbctop, #dbctop a {
	border: none;
}
#dbctop {
	position: fixed;
	top:50px;
	display: block;
	width: 68px;
	background: none repeat scroll 0% 0% transparent;
	border: 0px #cdcdcd solid;
	border-radius: 3px;
	border-top: 0;
	cursor: pointer;
}
#dbctop:hover {
	text-decoration: none;
}
#dbctop a {
	display: block;
	width: 128px;
	height: 180px;
	padding: 0;
	text-align: center;
	color: #787878;
	text-decoration: none;
	background: #fff url('/images/qr.jpg') no-repeat 0 0;
	border: 1px #ddd solid;
}
.jzfxn {
	background: #fff !important;
	width: 231px !important;
	height: 260px !important;
}
a.jzfbzt {
	background-position: 0px -280px !important;
}
a.jzfbzt:hover {
	background-position: -40px -280px !important;
}
#dbctop a b {
	visibility: hidden;
	font-weight: normal;
}



/* ============
   统战部登录页
   ============ */
.mt20{ margin-top: 20px;}
.mt25{ margin-top: 25px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 50px;}
.mr15{ margin-right: 15px;}
.pl20{ padding-left: 20px;}
.pt20{ padding-top: 20px;}
.pl44{ padding-left: 44px;}
.ml44{ margin-left: 44px;}
.ml20{ margin-left: 20px;}
.redTxt{ color: #ff6666;}
.fl{ float:left;}
.fr{ float:right;}
.blank20{ height:20px; display:block;}
.mainbox{ width:1180px; margin:0 auto;}
.process a.redTxt:hover{ color: #00A0E9; text-decoration:underline;}
.greenTxt{ color: #78ae0b;}
.greenTxt:hover{text-decoration:underline; color:#00A0E9; }
.wrap{width: 1120px;margin: 0 auto; background:#fff;}
span.err_msg {color: #ff7602;font-size: 12px;line-height:28px; margin-left: 5px; display:inline-block; height:28px; padding-left:17px; background: url(../images/error_msg.gif) left center no-repeat;}
span.err_msg_other {color: #ff7602; width: 158px; font-size: 12px; margin-left: 5px; margin-top:5px; display:inline-block; height:28px; line-height:20px; padding-left:17px; background: url(../images/error_msg.gif) left 4px no-repeat;}
span.err_msg_other[for="agree"]{width:214px;*width:208px;*margin-left:1px;}
span.error_msg{ display:block; width:100%; height:30px; color: #ff7602;font-size: 13px;line-height:30px;margin-left: 165px; float:left; padding-left:17px; background: url(../images/error_msg.gif) left center no-repeat;}
span.err_phone_new{ display:none; width:100%; height:30px; color: #ff7602;font-size: 13px;line-height:30px;margin-left: 165px; float:left; }
#username:-webkit-autofill {background-color: rgb(250, 255, 189); background-image:url(../images/ico.png) no-repeat 5px -500px; color: rgb(0, 0, 0)};
.mt20 li{ height:26px; line-height:26px;}

 /**input**/
input[type=radio] {-webkit-appearance: none; border: 0px;width: 14px;height: 14px;background: url(radio.png) no-repeat -18px 0px; -webkit-transition: 0s; transition: 0s; margin-right: 5px;outline: none;    vertical-align: text-top; margin-left: 5px;}
input[type=radio]:checked{background:url(../images/radio.png) no-repeat;}
input[type=radio]:focus{border:0px !important;box-shadow:0 0 0 rgba(36,126,192,0.4) inset;}
input[type=radio]:disabled{background:url(../images/radio.png) no-repeat -35px 0px;}
input[type=checkbox] { -webkit-appearance: none;border: 1px solid #ccc; width: 16px; height: 16px;background: url(../images/check.png) no-repeat -20px 0px; -webkit-transition: 0s; transition: 0s; vertical-align: middle;}
input[type=checkbox]:checked{background:url(../images/check.png) no-repeat;}
input[type=checkbox]:focus{border:0px !important;}
input[type=checkbox]:disabled{background:url(check.png) no-repeat -40px 0px;}



input[type=text].textbox,input[type=password].textbox{ height:35px; line-height:35px; border:1px solid #D0D6DC; border-radius:3px;color:#999; width:272px; padding-left:10px; margin-top: 10px;}
input.textbox:focus,textarea.textbox:focus,.select:focus{border:1px solid #44a3ec;box-shadow:0px 0px 3px #93c2e6;}
textarea.textbox{border:1px solid #D0D6DC; background:#fff; border-radius:3px;color:#999; /*width:400px !important;*/ width:90% !important; padding:10px; height:100px !important; outline:none; resize:none;}
.select{border:#D0D6DC 1px solid; border-radius:3px; height:35px; line-height:35px;color:#999; padding:4px 5px;font-size:14px; margin:0 3px;}
/*#myform{ padding:15px;}*/


.border{ width:95% !important; margin:0 auto; margin-top:25px; margin-bottom:25px; font-size:14px;}
.border1{ margin-top:25px; margin-bottom:15px;}
.border .title{ background:#F7F7F7; height:40px; line-height:40px;color:#555; font-size:16px; text-align:left; padding-top:0}
.border tr td{ padding:10px; font-size:12px; color:#555; line-height:25px;}
.copytext{border:1px solid #D0D6DC;height:80px;width:650px;overflow-y:scroll; border-radius:3px; padding:5px 10px}

.bgtitle{background:#F7F7F7;}
.usermain .right .writeblog{ margin-top:15px; height:35px; line-height:35px;padding-left:25px; font-size:14px;}
.usermain .right .writeblog a{ font-size:14px; padding-right:20px; }
.usermain .right .writeblog img{ margin-right:5px;}



.dtable dd input[id="Title"]{ height:35px; float:left; font-size:14px;}
.dtable dd input[id="DownUrlS"]{height:35px; float:left;}
.dtable dd input[class="textbox"]{ height:35px;}
.dtable dd input[id="Verifycode"]{ height:35px; float:left;}

.dtable{ width:95%; margin:0 auto; margin-top:25px; margin-bottom:25px;}
/*.dtable dd font{ margin:0 5px;}*/
.dtable dd .left{color:#777;font-size:14px;display:block; padding-bottom:10px; }
.dtable dd div{ font-size:14px; color:#555;}
.dtable dd  .platselect{ float:left;}
.dtable dd{height:100%;clear:both;color:#999;padding:5px 0 5px 20px;margin:2px 0;line-height:26px;font-weight:normal;font-size:12px;overflow:auto;}
.dtable dd table{ float:left}
.dtable dd:hover{color:#999;padding:5px 0 5px 20px;background:#ffffff;margin:2px 0;}
.dtable dd span{color:#999;}
.dtable dd label{color:#999;font-weight:normal;font-size:12px;line-height: 34px;margin-left: 10px;}

.dtable dd a{color:#999;font-size:14px;margin:2px 0;}
.dtable dd textarea{float:left;overflow:auto}
.dtable dd span.block{display:block;float:left;width:550px;}

#UpPhotoFrame{ width:360px; height:35px;}
.downtable tr:first-child td{ width:360px;}
#showspeed #shows{ margin-left:0;}
#shows object{ margin-top:10px;}
.tiy{ font-size:12px; margin-left:10px;}
.tiy input[type="checkbox"]{ vertical-align:middle;}
.dtable dd select[name="DownLB"],.dtable dd select[name="DownYY"],.dtable dd select[name="DownSQ"]{border: 1px solid #D0D6DC; height:35px;color:#666;}
#UpFlashFrame{ height:35px;}



/**input**/  
/*#wrap{width: 1120px;margin: 0 auto; overflow:hidden; background:#fff; margin-top:30px; height:400px;}*/
.loginBox{ width: 346px;margin: 0px auto; position: relative; padding: 60px; border: 1px solid #f9f9f9; background: #fbfbfb;}
.loginBox .loginTit{width: 312px; height: 50px;line-height: 50px; padding-left: 25px;}
.loginBox h1{ color: #333; font-size: 22px; float: left; padding-top:15px;}
.loginBox .loginTit a.reg:hover{ color:#fff; text-decoration:underline;}
.loginBox .mask{ width: 347px; height: 485px; filter: alpha(opacity=40);opacity: 0.4;-moz-opacity: .4;position: absolute; left: 0; top: 0;border-radius: 5px;}
.loginBox ul{width: 283px; padding: 30px 27px 30px 27px;}
.loginBox ul li{ line-height: 30px; color: #999;width: 100%; }
.loginBox ul li.bgPassWord{margin-bottom:12px;}
.loginBox .userName,.loginBox .password{ float:left; height: 35px ; line-height:35px; width:274px;}
.loginBox .userNameTips{ background-image: url(../images/ico2.png); background-repeat: no-repeat; background-position: -155px -499px; }
.loginBox .passwordTips{ background-image: url(../images/ico2.png); background-repeat: no-repeat; background-position: -155px -569px; }
.loginBox .yzmInput{ width: 100px; height: 17px; padding: 7px 0 6px 35px; border: 1px solid #e7e7e7; float: left; margin-right: 5px; position: relative; top: 12px; background:url(../images/ico.png) no-repeat 4px -573px;}
.loginBox .exchange{float: left; margin-left: 3px; font-size:12px;}
.loginBox .exchange a{ color: #666666; cursor: pointer; line-height: 180%; padding-left: 5px; }
.loginBox .exchange a b { color: #00a0e9; display: block; font-size: 14px; }
.loginBox img{height: 31px;float: left; cursor: pointer; height: 45px; vertical-align: text-bottom; }
.loginBox .btn_login{width: 283px; height: 40px; line-height: 40px; text-align: center;color: #fff; font-size: 18px; border: 0 none; background: #338BC9; 
cursor: pointer; border-radius:3px;}
.loginBox .btn_reg{width: 283px; height: 47px; line-height: 45px; text-align: center; color: #999; font-size: 20px; border: 0 none; font-size: 18px; border: 1px solid #f5f5f5; margin-top: 6px; background: #f9f9f9;cursor: pointer;text-shadow: #e7e7e7 0 1px 0;}
.loginBox .btn_reg:hover{ color:#00A0E9; text-decoration:underline; }
.loginBox .grayTxt{ color: #666; padding:10px 0;clear: both; font-size:12px;}
.loginBox .grayTxt a{padding-left: 18px; float:right; }
.loginBox .chexBox{vertical-align: text-bottom;margin: 0px 5px 0 0;}
#loginTips{ color: #ff7602; padding-left: 17px; background: url(../images/error_msg.gif) left center no-repeat; } 
.loginbox2{ float:right; width:400px; margin-top:110px; color:#999;}
.loginbox2 span{ font-size:16px; height:35px; line-height:35px; color:#333; display:block;}
.loginbox2 a{ width:120px; height:33px; line-height:33px; display:block; border:1px solid #338BC9; text-align:center; color:#338BC9; font-size:16px; margin-top:15px;}

/*会员中心*/
.pub-left{
    width: 210px;
    position: absolute;
    top: 0;
    left: 42px;
    height: 100%;
    background: #fff;
}
.pub-left h3{
    height: 60px;
    background: #F7F7F7;
    line-height: 60px;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    color: #666;
    overflow: hidden;
}
.pub-left .left02{
    padding: 8px 0px;
}
.pub-left .left02 li{
    width: 131px;
    line-height: 34px;
    margin: 20px auto;
}
.pub-left .left02 li a{
    display: inline-block;
    padding: 2px 5px;
    background: #e0e0e0;
    width: 120px;
    margin: 10px auto;
    text-align: center;
    border-radius: 21px;
    font-size: 14px;
}
.pub-left .left02 li a:hover{
    background: #428bcf;
    color: #fff;
}

.usermain{width:1118px;margin:0px auto;  margin-top:10px; height:100%; overflow:hidden;}
.usermain .mainleft{width:210px; float:left; height:100%;/* background:#FCFCFC url(graybg.png) repeat-y*/ background:#fff;}
.usermain .mainleft .left01{  padding:24px 10px; height:98px;overflow:hidden;}

/*avatar bg*/
      
.avatar48 {width: 100px; height:100px; }
.avatar48 img { padding:10px; width:80px; height:80px; border-radius:50%; }


.usermain .mainleft .left01 .floatl{width:96px; float:left;}
.usermain .mainleft .left01 .floatr{width:85px; float:right; margin-top:18px;}
.usermain .mainleft .left01 .floatr ul{ padding:0px; margin:0px;}
.usermain .mainleft .left01 .floatr li{ height:32px; line-height:32px; font-size:12px; color:#4B4B4B; font-size:14px;}
.usermain .mainleft .left01 .floatr li a{ color:#666;}

#UpPhotoFrame{*float:left;_float:left;}
.usermain .mainleft h3{height:60px; background:#F7F7F7;line-height:60px;font-size:18px; text-align:left; padding-left:20px; color:#666; overflow:hidden;}
.usermain .mainleft .left02{ padding:8px 0px;}
.usermain .mainleft .left02 ul{}
.usermain .mainleft .left02 li{
    /* padding-left: 28px; */
    width: 131px;
    /* overflow: hidden; */
    /* height: 34px; */
    line-height: 34px;
    margin: 20px auto;
}
.usermain .mainleft .left02 span{width:90px;color:#999;top:0px; right:0px; background:url(../images/ps.png) no-repeat left center;}
.usermain .mainleft .left02 a{
        font-size: 12px;
    /* color: #fff; */
    display: inline-block;
    padding: 2px 5px;
    background: #e0e0e0;
    width: 120px;
    margin: 10px auto;
    text-align: center;
    border-radius: 21px;
    font-size: 14px;
}
.usermain .mainleft .left02 span a{ color:#666; font-size:13px;}
.usermain .mainleft .left02 a:hover{
        background: #428bcf;
        color: #fff;
}
.usermain .mainleft .left02 .labellist{ color:#666; padding:0 8px;}
.usermain .mainleft .left02 .labellist label{ color:#00A0E9; cursor:pointer;}

.usermain .right{width:890px;float:right; background:#fff; border:#eee 1px solid; padding-bottom:30px;}
.usermain .right h2{ font-size:16px; background:#F7F7F7; height:60px; line-height:60px; padding-left:25px; margin-bottom:20px;font-weight:normal; color:#333;}
.usermain .right h2 span{ font-size:12px; font-weight:normal;padding-right:10px;float:right;}
.usermain .right h2 span a{ padding:0px 5px; color:#0082CB}
.usermain .right .ar_r_t{ width:130px; float:right; margin-top:10px;margin-right:30px; text-align:center;}
.usermain .right .ar_r_t img{width:130px; height:130px;margin-bottom:10px; border-radius:5px;}
.usermain .right .ar_r_t a{ font-size:12px;}



.usermain .right .userrightdetail{width:650px; float:left;margin-left:25px;}
.usermain .right .userrightdetail li{height:38px; line-height:38px;font-size:14px; color:#555; width:50%; float:left;}
.usermain .right .userrightdetail li a{color:#0082CB}           
.usermain .right .userrightdetail li.full{ width:100%; height:auto;}

.usermain .right .spacelimit .userview{ color:red; font-weight:bold;}
.usermain .right .message{ font-size:14px; }

.usermain .right .mymoney{ line-height:30px; padding-left:20px;}
.usermain .right .mymoney li{ background:#FAFAFA; text-align:center; float:left; margin:19px; border:#DDD 1px solid; padding:15px 35px; font-size:14px;}
.usermain .right .mymoney  p{ font-size:14px;}

.usermain .right .jffs{ font-size:14px; font-weight:normal; padding:10px 25px; color:#666;}


.usermain .right .zht{padding:15px 25px;}
.usermain .right .zht a{color:#0082CB; padding:0 3px;}

.usermain .right .zfdf{/* padding:0px 15px 15px 15px;*/}
.usermain .right .zfdf .border .titlename{ background:#f1f1f1; font-size:14px; height:35px; line-height:35px; text-align:center}
.usermain .right .zfdf .border .splittd{ margin-top:10px; font-size:12px; text-align:center; border-bottom:#d8d8d8 1px dashed; height:60px; line-height:60px; overflow:hidden;}
.usermain .right .zfdf .border .splittd a{ color:#0082CB}
.usermain .right .zfdf .border .splittd img{width:120px; height:120px;}



.notice{font-size:14px;}
.notice a{font-size:14px;}
.usermain .right .notice{height:42px !important; line-height:42px !important; color:##5b6269; padding-left:20px !important; background:#F7F7F7;}
.usermain .right .notice a{}
.usermain .right .rightml{width:580px;_width:560px; float:left; padding:20px;}
.usermain .right .rightml .rightml1{height:100%; overflow:hidden;}
.usermain .right .rightml .pf-bd{}
.usermain .right .rightml .pf-bd .fluid-input{background:#fff;}
.usermain .right .rightml .pf-bd .fluid-input .textinput{width:561px;_width:540px; padding:8px;color:#b3b3b3;border:1px solid #E8E8E8; height:90px; overflow:hidden; resize:none; border-radius:5px;}
.usermain .right .rightml .pf-bd .pf-ft{height:30px;line-height:30px;}
.usermain .right .rightml .pf-bd .pf-cmds{width:15%; float:right; line-height:30px; padding-top:5px;}
.usermain .right .rightml .pf-bd .pf-cmds .btn{ display:block; background:url(tj.gif) no-repeat right; height:30px;}
.usermain .right .rightml .pf-bd .pf-acts{width:70%; float:left;}
.usermain .right .rightml .pf-bd .pf-acts a{ display:block; float:left; padding:0px 8px;}
.usermain .right .rightml .pf-bd .pf-acts a.emotion{ line-height:30px; display:block; float:left; background:url(2.gif) no-repeat 0px 2px; padding-left:22px;}
.usermain .right .rightml .pf-bd .pf-acts a.image{ line-height:30px; display:block; float:left; background:url(tp.gif) no-repeat 0px 6px; padding-left:22px;}
.usermain .right .rightml .pf-bd .pf-acts a.video{ line-height:30px; display:block; float:left; background:url(icon5.png) no-repeat 0px 6px; padding-left:22px;}
.usermain .right .rightml .pf-bd .pf-acts a.topic{ line-height:30px; display:block; float:left; background:url(icon11.png) no-repeat 0px 6px; padding-left:22px;}
.usermain .right .rightml .pf-bd .pf-acts a.vote{ line-height:30px; display:block; float:left; background:url(icon23.png) no-repeat 0px 6px; padding-left:22px;}
.usermain .right .rightml .pf-bd .pf-acts a:hover{ color:red; text-decoration:none;}


.usertopic{height:100%; padding:10px; overflow:hidden;}
.usertopic .original_content{ min-height:55px;margin-bottom:25px;}
.usertopic .userphoto{ float:left;}
.usertopic .usertopic_main{width:480px;float:left; margin-left:10px; margin-top:10px; }
.usertopic .usertopic_main .c-name{  line-height:25px;color:#666;}
.usertopic .usertopic_main .c-name a{ display:block;}
.usertopic .usertopic_main span.tx-date{color:#999;color:#999;font-size:12px;}
.usertopic .usertopic_main .c-content{line-height:25px; font-size:14px; border:#E6F3F9 1px solid; background:#F9FEFF; padding:8px;}
.usertopic .usertopic_main .c-content h2{ line-height:30px;}
.usertopic .usertopic_main .c-content h2 a{ color:#555; font-weight:normal;}
.usertopic .usertopic_main .c-content .c-detail{ }
.usertopic .usertopic_main .c-content .c-detail img{width:130px; height:80px; border:none; float:left; margin-right:10px;word-wrap : break-word; overflow:hidden; }

.usertopic .usertopic_main .c-bottom{border-bottom:1px #ddd dashed;line-height:30px; color:#999; margin:10px 0 20px 0;}
.usertopic .usertopic_main .c-bottom span.r{ float:right;}
.usertopic .usertopic_main .c-bottom span.r a{ padding:0px 8px; color:#999;}
.usertopic .usertopic_main .c-bottom a{ color:#999;}




.usermain .right .rightmr{width:230px; float:right; padding:20px;}
.usermain .right .rightmr .rightmr1{ background:url(xqbtn.png) no-repeat; height:56px;}
.usermain .right .rightmr .rightmr1 .mr1l{width:65px; float:left;  color:#fff; text-align:center; white-space:nowrap; font-size:14px; line-height:25px;padding-top:5px;}
.usermain .right .rightmr .rightmr1 .mr1l a{color:#fff;}
.usermain .right .rightmr .rightmr1 .mr1m{width:65px; float:left; text-align:center; font-size:14px;line-height:25px; padding-top:5px;}
.usermain .right .rightmr .rightmr1 .mr1r{width:52px; float:left;  color:#333; text-align:center; white-space:nowrap; font-size:14px;line-height:25px;padding-top:5px;}

.usermain .right .rightmr .rightmr2{}
.usermain .right .rightmr .rightmr2 h3{background:url(icon18.png) no-repeat 0px 8px; padding-left:22px;font-size:14px; font-weight:bold; height:30px; line-height:30px; }
.usermain .right .rightmr .rightmr2 h3 span{color:#898;font-size:12px;font-weight:normal;}
.usermain .right .rightmr .rightmr2 .rightmr2box{ padding:10px 0px;}
.usermain .right .rightmr .rightmr2 li{width:33%; float:left;height:115px;}
.usermain .right .rightmr .rightmr2 li p{text-align:center;overflow:hidden;height:20px;}


.usermain .right .rightmr .rightmr3{}
.usermain .right .rightmr .rightmr3 h3{ background:url(notice.png) no-repeat 0px 8px; padding-left:22px; font-size:14px; font-weight:bold; height:30px; line-height:30px; }
.usermain .right .rightmr .rightmr3 .rightmr3box{ border:#E7F5F8 1px solid; background:#E6F5F8 ; padding:8px;}
.usermain .right .rightmr .rightmr3 span.current{ display:block; width:25px; height:8px; background:url(txtarrow.gif) no-repeat 10px top; overflow:hidden;}
.usermain .right .rightmr .rightmr3 .rightmr3box a{ color:#0099FF;}


.usermain .right .rightmr .rightmr4{}
.usermain .right .rightmr .rightmr4 h3{ background:url(icon19.png) no-repeat 0px 8px; padding-left:22px; font-size:14px; font-weight:bold; height:30px; line-height:30px;  overflow:hidden;}
.usermain .right .rightmr .rightmr4 h3 span{color:#898;font-size:12px;font-weight:normal;}
.usermain .right .rightmr .rightmr4 .rightmr4box{}
.usermain .right .rightmr .rightmr4 .rightmr4box ul{}
.usermain .right .rightmr .rightmr4 .rightmr4box li{ height:80px; border-bottom:#e8e8e8 1px dashed; overflow:hidden; }
.usermain .right .rightmr .rightmr4 .rightmr4box h1{width:100px; float:left;}
.usermain .right .rightmr .rightmr4 .rightmr4box .mr4_r{width:145px; float:left;}
.usermain .right .rightmr .rightmr4 .rightmr4box .mr4_r h2{ padding:0px;padding-left:3px;margin:0px;height:26px;line-height:26px;}
.usermain .right .rightmr .rightmr4 .rightmr4box .mr4_r h2 span{font-weight:normal;float:right;font-size:12px;padding-right:2px;}
.usermain .right .rightmr .rightmr4 .rightmr4box .mr4_r h2 a{ font-size:12px; color:#333; font-weight:normal;}
.usermain .right .rightmr .rightmr4 .rightmr4box .mr4_r p{ height:24px; line-height:24px;}
.usermain .right .rightmr .rightmr4 .rightmr4box .mr4_r p.num{ color:#999;}


.usermain .right .border .title td{font-size:14px; padding:0 12px !important;white-space: nowrap;text-align: center;}
.usermain .right .border .titlename{ background:#F2F2F2; height:30px; line-height:30px; color:#555;}
.usermain .right .border .usertitle{background:#F2F2F2; height:30px; line-height:30px; color:#555; padding-left:15px;font-size:18px;font-weight:normal;}
.usermain .right .tabs{padding-top: 10px; border-bottom: #eee 1px solid;  height:45px; background:#F7F7F7;}
.usermain .right .tabs ul{}
.usermain .right .tabs li{ border-radius:5px 5px 0 0; float:left; margin-right:-1px;height:45px; line-height:45px;  padding:0 25px;font-size:14px;text-align:center;/*background:url(titbg.gif) repeat-x left bottom;border:#d8d8d8 1px solid;*/}
.usermain .right .tabs li a{color:#5b6269; font-size:15px;}
.usermain .right .tabs li.puton{/*background:url(titbg.gif) repeat-x left top;border:#d8d8d8 1px solid;*/ background:#fff;    border: 1px solid #eee; box-shadow:0 1px 1px #eee inset; border-bottom:0;}
.usermain .right .tabs li.puton a{ font-weight:bold;}
.usermain .right .tabs span{ line-height:36px;  font-size:14px;}
.usermain .right .tabs div{line-height:36px;font-size:14px;}

fieldset{ margin-top:10px;}
legend{ font-size:16px;padding-left:15px; margin-top:10px;color:#24B2FA; height:25px; clear:both;}

.usermain .right .Contenttitle{ height:35px; line-height:35px;}
.usermain .right .Contenttitle a{ color:#069;  font-weight:bold; font-size:14px;}
.usermain .right .Contenttips span{ line-height:24px; color:#999;}
.usermain .right .Contenttips span.font10{ color:#000;}

.usermain .right .blogtext{ font-size:12px; line-height:24px;  }
.usermain .right .blogtext a{ color:red;}

/*签到*/
.qd_daym{width:190px;background:#F7F7F7; margin-left:10px;height:53px; margin-bottom:20px; display: none;}

/*按钮*/
button::-moz-focus-inner{border:0;padding:0;}
.pn{margin-right:3px;padding:0 30px; background:#4599DE;height:35px; border:none;border-radius:2px;z-index:0;color:#FFF;line-height:35px;font-size:14px;vertical-align:middle;cursor:pointer; transition:0.3s; margin-top:0 !important;}
.pn:hover{ background:#368CD3}

.pnc{color:#FFF;border-color:#10297B;}
.button{border-width:1px;cursor:pointer;font-size:14px; border-radius:2px; height:35px; line-height:35px; color:#fff; background:#4599DE; border:0; padding:0 20px;vertical-align: middle;margin-left: 20px;}
.uploadbutton{background:url(../../images/default/picBnt.png) no-repeat;width:75px; margin-right:10px;width:75px; height:28px; line-height:28px;font-weight:700; color:#ffffff;background-position: left bottom;}
.uploadbutton1{background:url(../../images/default/picBnt.png) no-repeat;width:75px; margin-right:10px;width:75px; height:28px; line-height:28px;font-weight:700; color:#ffffff;border:0px;margin-left:5px;}

td,input,button,select,body {}
div,ul,li{ padding:0px; margin:0px;}
.topline_height,.topline {height:11px;overflow:hidden;}
.maincontent {padding-left:5px;height:100%;margin-left:225px;_margin-left:215px}
.leftcontent {float:left;width:188px;overflow:hidden;height:100%;}
.fdbody {height:100%;}
.topbg {float:right;width:486px;height:66px;}
.msgtips{ color:#666; padding-left:5px;}
.lgoo {position:absolute;z-index:1;}
.topdata {height:66px;}
.imglogo {display:block;float:left;}
.switch {display:block;float:left;margin:12px 0 0 40px;line-height:23px;}
.switch li{float:left;display:block;}
.setinfo {height:23px;margin:6px 8px 0 0;*margin:8px 8px 0 0;text-align:right;}
.toplineimg {width:184px;height:22px;}
li.fs,li.fn,li.f_calender {height:23px;line-height:23px;padding-left:13px;padding-right:2px;margin:0 5px 3px;}
.leftpanel {margin:0 0 14px 0;padding:0;list-style:none;}
.search_subject {position:absolute;z-index:11;right:0;margin-top:10px;*margin-top:8px;padding:0 6px 0 0;width:284px;height:22px;}
.search_subject div.addrtitle {float:right;position:relative;z-index:1;margin:4px -2px 0 0;}
.newskinbody li.fs, .newskinbody li.fn {font-size:14px;padding-left:0;padding-right:0;}
.newskinbody li.fs a, .newskinbody li.fn a {font-size:14px;display:block;height:22px;overflow:hidden;padding-left:13px;}
.fss{padding-left:13px;height:26px;}
.fss a{color:#006699;font-size:14px}
li.fs a.fdleft,li.fs a.fdleft:link,li.fs a.fdleft:visited,li.fs a.fdleft:active,li.fd_mg a.fdleft,li.fd_mg a.fdleft:link,li.fd_mg a.fdleft:visited,li.fd_mg a.fdleft:active {color:#006699;}
li.fs a.fdleft:hover,li.fd_mg a.fdleft:hover {color:#fff;}
.topdata,.topdata a,.topdata a:link,.topdata a:visited,a.onlineman{color:#006699}
.newskinbody li.fs a:hover, .newskinbody li.fs_sep a:hover {background:#fff url(go.gif) no-repeat right;border:#555 1px solid;text-decoration:none;}
/********* New Skin **********/
.frame_class {padding:0;}
.getuserdata {background:url(top_bg.jpg) repeat-x}
.topdata {background:url(top_data.gif) no-repeat;}
.topline {background:url(topline_bg.gif) repeat-x;}
.toplineimg {background:url(topline.gif) no-repeat;width:197px;height:11px;}
.leftcontent {width:192px;}
.newskinbody {background:url(left_normal_bg.jpg) no-repeat;padding-left:8px;}
.fdbody {background:url(left_bottom_bg.jpg) #96cce4 0 596px;}
.readmailinfo .fdbody {background-image:none}
/***********导航栏文件夹文字的颜色***************/
li.fs a:link,li.fs a:visited,li.fd_mg a:link,li.fd_mg a:visited {color:#000;}
li.fn a:link,li.fn a:visited {color:#ffffff;}

/********************左边导航文字***************************/
.mem_left_top{}
.mem_left_photo{width:72px;_width:58px;height:72px; float:left;}
.mem_left_photo img{width:100%;height:100%; border-radius:50%;_width:100%; margin-top:2px;}
.mem_left_name{width:120px;float:right;text-align:left;padding-left:4px;}
.mem_left_name li{list-style-type:none; line-height:20px;}
.mem_left_ad{height:37px;font-weight:bold;color:red; line-height:37px;}                                 


#MyContent p{
	font-size:16px;
	line-height:32px;
	text-indent:2em;
	margin:5px 0;
}
.link .item-tit {
    position: relative;
}
.link h2 {
    height: 32px;
    border-bottom: 2px solid #3c7fb9;
	}
.link h2 a {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #3c7fb9;
    border-radius: 2px 2px 0 0;
}
.link .item-cont {
    height: 50px;
    border: 1px solid #eee;
	margin-bottom: 20px;
}
.link ul{
	padding: 0 20px;
}
.link li{
	    display: inline;
    line-height: 50px;
    margin: 0 16px;
}
tr.trbg{
	background:#fdfdfd;
}
tr.tdbg:hover{
	background:#f9f9f9;
}
/* 隐藏选项 */
td.n0,td.n1,td.n3,td.n4{
		display:none;
}