#content,body,html {
    background-color: #f1f2f3
}
#content {
    width: 1200px;
    min-height: 420px;
    margin: 0 auto;
    padding-bottom: 80px
}

/***tab切换二维码***/
.commonBox{}
.tabBlock{display:block;float: left;clear: both;width: 100%;position: relative}
.weNav { float:left;display: inline-block;width: 100%;}
.weNav li { float:left;font-size: 18px;text-align: center;display: inline-block;padding: 10px 30px 10px 0px;}
.weNav li a{text-decoration: none;color: #888;text-align: center;display: inline-block;padding: 10px 0px 10px 0px;}
.weNav li.on a,.weNav li:hover a {color:#444;border-bottom: 3px solid #f46;}
.weNav li.on,.weNav li:hover{}

.weBox {padding:10px 0 0;overflow: hidden; float: left;width: 100%;}
.ellips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.weUl{float:left;width: 100%;margin:0px;padding: 0px;}

.weUl .section{float: left;margin-right: 20px;margin-top: 20px;overflow: hidden;}
.weUl .section img{}
.weUl .marginRright_0{margin-right: 0px;}
.weUl .section-title{height: 20px;line-height: 20px;width: 90%}
.weUl .section-attr p{margin-top: 5px;}
.tabBlock .pg-blue-btn{position: absolute;top:30px;right:0px;}
/*微信群图标*/
.weixinqunICON { display: inline-block;_float:left;background:url('../images/weixinqunICON.PNG') no-repeat; }
.views{ background-position:0 -306px; width:18px; height:12px;}
.zan{float:right; margin-left:15px; margin-top:10px; cursor:pointer;}
.pengyouq{ background-position:-135px -845px; width:19px; height:19px;  margin-left:10px; vertical-align: middle;}
.zhuanfa{ background-position:0px -797px; width:16px; height:16px;  margin-left:10px;}
/*******************通用列表***********************/
.nav-category {background: url(../images/20120829185307_42czc.png) no-repeat}
.nav-category .ctr-tagn {padding: 16px 0 12px;background: url(../images/20120829185100_mhFuX.png) 0 bottom no-repeat}
.nav-category .album {padding: 14px 0}
.dt-line {height: 1px;background-color: #e0e0e0;margin-bottom: 10px;width: 100%;}
div.ctg-menu-list {margin-top: 20px;padding-bottom: 16px;margin-bottom: 0;color: #666;}
.dt-hidden {display: none}
.dt-cat-nav i {margin: 0 5px}
a.dt-cat-link,span.dt-cat-link {color: #444;line-height: 36px;font-size: 13px}
a.dt-tag-link,span.dt-tag-link {color: #f46;line-height: 36px;font-size: 13px}
.dt-cat {width: 1198px;height: auto;border: 1px solid #e0e0e0;background-color: #fff}
.dt-cat .dt-vline {float: left;width: 1px;height: 1px;background-color: #ebebeb}
.dt-cat-inner {display: table;width: 1200px}
.dt-cat-title { display: table-cell;vertical-align: middle;width: 222px;text-align: center;font-size: 22px;font-weight: 700;color: #444}
.dt-cat-content {display: table-cell;width: 975px}
.dt-sub-cat {float: left;margin-left: -1px;padding: 20px 0;border-left: 1px solid #ebebeb}
.dt-sub-cat-name {height: 14px;line-height: 14px;padding-left: 26px;font-size: 12px;color: #888}
.dt-tag-list {padding-top: 10px;padding-right: 10px}
.dt-tag-list a {float: left;margin-left: 18px;padding: 0 8px;font-size: 12px;line-height: 24px;color: #444;border-radius: 2px}
.dt-tag-list a.cur {background-color: #f46;color: #fff;text-decoration: none}
.dt-cat-content>.dt-tag-list { padding: 20px 20px 20px 10px;border-left: 1px solid #ebebeb}
/************文章列表***********************/
.articlelisit .woo {margin: 0 20px 30px 0}
.empty-article {
    text-align: center;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}
.empty-article a {font-size: 16px;text-align: center;color: #ff4163;text-decoration: underline}
.empty-article img {width: 36px;display: inline-block;vertical-align: bottom;margin-right: 11px}
.article {
    width: 575px;
    height: 197px;
    background-color: #fff;
    border: solid 1px #dedfe0;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
    border-bottom: 3px solid #dedfe0;
    float: left;
    margin-bottom: 10px;
}
.mr50{margin-right: 50px;}
.article:active {background-color: #fff}
.article .article-info {float: left;width: 240px}
.article .article-title,.article .article-title:hover {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical
}
.article .article-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    height: 42px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical
}
.article .article-cover {position: relative;float: right;width: 110px;height: 0;padding-bottom: 110px}
.article .article-cover img {width: 100%}
.article .article-footer {position: absolute;bottom: 20px;left: 30px;right: 30px;margin: auto}
.article .article-footer span {font-size: 12px;color: #888;text-align: center}
.article .article-footer .visit-count:before {
    content: '';
    background: url(../images/20161017181619_e842w.png) center center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    margin-right: 10px
}
/* 分享达人 */
.talent-main-area {
    float: right;
    width: 1200px;
    overflow: hidden;
}
.talent-person-info {
    float: left;
    width: 575px;
    height: 118px;
    overflow: hidden;
    margin-bottom: 12px;
    border-width: 1px 1px 3px 1px;
    border-color: #e3e4e5;
    border-style: solid;
    background-color: #fff;
}
.mr45{margin-right: 45px;}
.talent-person-info a {
    float: left;
    display: inline-block;
}
.talent-person-avatar {
    float: left;
    width: 80px;
    height: 80px;
    margin: 19px 0 0 19px;
    border-radius: 80px;
}
.talent-person-avatar-v {
    position: absolute;
    transform: translate3d(-26px,72px,0);
    -webkit-transform: translate3d(-26px,72px,0);
    -moz-transform: translate3d(-26px,72px,0);
    -o-transform: translate3d(-26px,72px,0);
}
.talent-content {
    float: left;
    margin: 18px 0 0 16px;
    width: 293px;
    height: 99px;
    overflow: hidden;
}
a.talent-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    width: 100%;
}
.talent-score {
    width: 70px;
    padding: 0 0 0 16px;
    background-image: url(../images/20140528162525_djtAu.png);
    background-repeat: no-repeat;
    background-position: -4px -52px;
    color: #888;
}
.talent-desc {
    display: block;
    height: 46px;
    margin-top: 4px;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #888;
}

/*联系我们 */
.contactusdiyou {position: fixed; right: -230px; bottom: 0px; _position: absolute; width: 230px; height: 100%; background: #009aff; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:30px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-30px; font-size:14px; color:#fff; background:#009aff; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;} .contactusdiyou .hoverbtn span{width:30px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 10px; float:left; display:none;background-repeat: no-repeat;}
.hoverimg2{background:url(../images/hoverbtnbg1.png) no-repeat; } 
.contactusdiyou .conter{width:186px; height:560px; margin-left:22px;   position:absolute; top:55%;*margin-top:-140px;margin-top:-280px;}
.contactusdiyou .conter .con1{ border-bottom:1px solid #6a6a6a; padding-bottom:22px;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
    top: 32px;}
.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}
.kefuQQ a{ background:url(../images/button-custom-qq.gif)  no-repeat; width:70px; height:20px; display:inline-block; vertical-align:middle;}
.kefuQQ a:hover{ background:url(../images/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}

.contactusdiyou .weixincall{float:right;padding:22px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}


.contactusdiyou .weixincall .f3{float: right;width:73px; height:auto; margin-right:69px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 73px;height: auto;}
.contactusdiyou .dytimer{    float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/


