/*公共新闻*/
.news-view {
    overflow: hidden;
    transition: all .2s;
    -moz-transition: all .2s; /* Firefox 4 */
    -webkit-transition: all .2s; /* Safari 和 Chrome */
    -o-transition: all .2s;
}
.news-view.position{
    position: relative;
}
.news-view.position .news-position{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:10px 10%;
    width: 80%;
    background:rgba(0,0,0,.7) ;
}
.news-view.position .news-position .news-header a{
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    font-size: 24px;
    line-height: 30px;
}
.news-view.position .news-position .news-main p{
    color: #ffffff;
}
.news-view.position .news-position p .author a,
.news-view.position .news-position p .comment,
.news-view.position .news-position p .date{
    color: #ffffff;

}
.news-view.right,
.news-view.left{
    display: table;
    width: 100%;

}
.news-view.left .news-left ,
.news-view.right .news-left {
    display: table-cell;
    vertical-align: middle;

}

.news-view.left .news-right {
    display: table-cell;
    width: 80px;
    padding: 0  0 0 10px;

}
.news-view.right .news-left {
    display: table-cell;
    width: 60px;
    padding: 0  10px 0 0 ;

}
.news-view.left .news-right .news-img img{
    height: 80px;
    width: 80px;
}
.news-view.right .news-left .news-img img{
    height: 60px;
    width: 60px;
    display: block;
}
.news-view.left .news-left .news-header a,
.news-view.right .news-left .news-header a{
    font-size: 14px;
}
.news-view .news-img {

}

.news-view .news-img img {
    width: 100%;
    transition: all .2s;
    -moz-transition: all .2s; /* Firefox 4 */
    -webkit-transition: all .2s; /* Safari 和 Chrome */
    -o-transition: all .2s;
    height: auto;
}

.news-view .news-right {
    position: relative;
}
.news-view .news-right .news-header{
    padding:  0 0 5px;
}
.news-view .news-right .news-main{
    height: 40px;
    overflow: hidden;
}
.news-view .news-right .news-footer{

}
.news-view .news-header {
    padding:5px 0 ;
}

.news-view .news-header h1 {
    /*margin-top: 10px;*/
}
.news-view .news-header a {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}

.news-view .news-header a:hover{
    color: #009bff;
}
.news-view .news-main {

}
.news-view .news-main p{
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}
.news-view .news-footer {
    padding-top: 5px;
}

.news-view .news-footer p {
    position: relative;
    line-height: 15px;
    overflow: hidden;
    font-size: 12px;
}
.news-view .news-footer p span{

    color: #777777;
}
.news-view .news-footer p span.left{
    float: left;
    margin-right: 5px;
}
.news-view .news-footer p span.right{
    float: right;
    margin-left: 5px;
}
.news-view .news-footer p span a {
    color: #777777;
}
.news-view .news-footer p span em{
    padding: 0 3px;
}
.news-view .news-footer p .comment i {
    width: 14px;
    height: 16px;
    background: url("../image/pl.png") no-repeat;
    display: inline-block;
    vertical-align: -3px;
    background-size: 100% 100%;
}

/*个人中心*/
.content-container{
    background: #f5f5f5;
    min-height: 375px;
}
/*自己*/
.center-card{
    background: #f5f5f5;
    padding: 10px 15px;
    overflow: hidden;
}
.center-card .center-img{
    float: left;
}
.center-card .center-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
}
.center-card .center-info{
    margin-left: 70px;
}
.center-card .center-info h2{
    line-height: 25px;
    padding-top: 10px;
    position: relative;
}
.center-card .center-info h2 i{
    color: #000000;
    font-size: 15px;
    font-style: normal;
}
.center-card .center-info h2 em{
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #909090;
}
.center-card .center-info h2 .login-out{
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 12px;
    color: #909090;
}
.center-nav{
    border-bottom: 10px solid #f5f5f5;
    overflow: hidden;
}
.center-nav ul{
    display: table;
    width: 100%;
}
.center-nav li{
    display: table-cell;
    width: 25%;

}
.center-nav li a{
    font-size: 14px;
    line-height: 40px;
    display: block;
    background: #FFFFFF;
    color: #000000;
    text-align: center;
}
.center-nav li a.active{
    color: #000;
    border-bottom: 2px solid #f3473a;
    line-height: 40px;
}
.center-nav li span{
    color: #f12b35;
    vertical-align: 1px;
    font-size: 14px;;
}
div.center-tips-none-margin p{
    margin-top: 0;
}
.center-tips-none p{
    margin-top: -10px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    background: #f5f5f5;
}
.center-recommend{
    background: #fff;
}
.center-recommend h3, .center-recommend-myself h3{
    padding-left: 1em;
    line-height: 34px;
    font-size: 14px;
    color: #6e6e6e;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
}
.center-recommend .recommend-authors{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.center-recommend .recommend-authors .recommend-authors-list{
    position: relative;
    display: table;
    width: 400%;
}
.center-recommend .recommend-authors .recommend-authors-list li{
    float: left;
    display: table-cell;
    width: 16.6%;
    margin-left: 0;
}

.center-recommend .recommend-authors a{
    float: left;
    display: table-cell;
    width: 28%;
}
.center-recommend .recommend-authors a .authors-name{
    text-align: center;
    margin-left: -0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break:break-all;
}
.authors img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
}
.center-recommend .recommend-authors a i{
    margin-left: 0.875rem;
    font-size: 14px;
    font-style: normal;
}
.center-recommend .recommend-authors a .vip{
    width: 10px;
    height: 10px;
    background: url(../image/author_vip_smallbg.png) no-repeat 0;
    vertical-align: middle;
}
.center-recommend .recommend-authors .authors-change{
    position: absolute;
    top: 0;
    right: 0;
    width: 16%;
    line-height: 114px;
    font-size: 13px;
    color: #0066ff;
    background: #fff;
    cursor: pointer;
}
.recommend-authors .authors-change i{
    position: absolute;
    top: 16px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(../image/refresh.png) no-repeat;
    background-size: 100%;
}
.recommend-authors .authors-change i.rotate{
    -webkit-transition: all 1s;
    -webkit-transform: rotate(360deg);
}
.center-cards-list{
    background: #fff;
    border-bottom: 20px solid #f5f5f5;
}
.center-cards-list .center-cards{
    padding: 10px;
    border-top: 10px solid #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}
.center-cards-info{
    clear: both;
    display: inline-block;
    width: 100%;
}
.center-cards-info .authors{
    float: left;
}
.center-cards-info .authors img,.center-cards-info .authors span{
    float: left;
}
.center-cards-info .authors span{
    margin-left: 10px;
}
.center-cards-info .authors span i{
    font-style: normal;
    line-height: 23px;
    word-break:break-all;
}
.center-cards-info .authors span .name{
    font-size: 14px;
}
.center-cards-info .comment{
    float: right;
    margin-top: 13px;
}
.center-cards-summary p a{
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #6e6e6e;
    word-break: break-all;
}
.center-cards-summary p a .title{
    font-style: normal;
    color: #000;
}
.center-cards-info .authors span .time, .center-cards-info .comment{
    font-size: 12px;
    color: #6e6e6e;
}
.center-cards-info .authors span .time{
    float: left;
    margin-top: -5px;
}
.center-cards-info .comment{
    line-height: 26px;
}
.center-recommend-myself{
    margin: 10px 0 20px;
    border-bottom: 1px solid #e7e7e7;
}
.center-recommend-myself .recommend-author-cards{
    float: left;
    display: inline-block;
    clear: both;
    position: relative;
    width: 100%;
    padding:16px 10px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    cursor: pointer;
}
.recommend-author-cards-list{
    overflow: hidden;
    margin-top: -1px;
}
.recommend-author-cards i{
    font-style: normal;
    word-break: break-all;
}
.recommend-author-cards img{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.recommend-author-cards .name{
    float: left;
    width: 60%;
    padding-left: 10px;
}
.recommend-author-cards .name p{
    font-size: 14px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break:break-all;
}
.recommend-author-cards .name .jm-author{
    font-size: 14px;
}
.recommend-author-cards .author-cards-recommend{
    position: absolute;
    top: 2.2em;
    right: 0.7em;
    width: 3em;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #9d9d9d;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}
.recommend-author-cards .author-cards-recommend.none{
    width: 2em;
    color: #e95142;
}
/*别人*/
.author-card {
    padding: 65px 15px 10px;
    overflow: hidden;
    background: url("../image/center/center_bg.jpg") no-repeat 0 0;
}
.author-card-img {
    width: 90px;
    margin: 0 auto;
}
.author-card-img img{
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    width: 90px;
    height: 90px;
}

.author-card .author-main {
    padding-top: 10px;
    text-align: center;
}

.author-card .author-name h2 {
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 10px;
}

.author-card .author-name h2 span {
    /*font-family: georgia, 'times new roman', times, serif;*/
    vertical-align: middle;
    color: #000;
}
.author-card .author-name h2 em{
    font-size: 14px;
    color: #babcc6;
    display: block;
    margin-top: 10px;
}
.author-card .author-name h3{
    line-height: 30px;
    padding-top: 10px;
}
/**/
.author-card .author-btn{
    cursor: pointer;
}
.author-card .author-btn .dingyue,
.author-card .author-btn .rssed{
    display: inline-block;
    background: #FFFFFF;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 30px;
    padding:0 10px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    margin-top: 5px;
    cursor: pointer;
}
.author-card .author-info{
    overflow: hidden;
    width: 100%;
}
.author-card .author-info p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 20px;
    padding: 10px 0;
}
/**/
.author-num {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
}

.author-num div {
    width: 33.333%;
    float: left;
    text-align: center;
    border-right: 1px solid #dfdfdf;
}
.author-num div:last-of-type{
    border: none;
}
.author-num div span {
    font-size: 16px;
    color: #2c2c2c;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-weight: bold;
}

.author-num div em {
    font-size: 14px;
    color: #01579b;
    display: inline-block;
    width: 100%
}
/*文章*/
.user-article{
    border-top: 5px solid #f5f5f5;
    padding: 0 15px 5px;
}
.user-article .news-view{
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}
/*最新评论*/
.new-comment{
    padding: 0 15px 15px;
}
.new-comment .news-view{
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 0;
}
.n-c-view{}
.n-c-view h3{
    font-size: 14px;
    color: #2c2c2c;
    line-height: 24px;
}
.n-c-view .n-c{
    padding: 10px;
    background: #e7e7e7;
}
.n-c-view .n-c p{
    color: #2c2c2c;
    font-size: 16px;
    line-height: 20px;
}

/*我的列表*/
.center-sub-nav{
    background: #f5f5f5;
    min-height: 240px;
}
.center-sub-nav li{
    margin-bottom: 10px;
    background: #FFFFFF;
    padding: 5px 10px;
    position: relative;
}
.center-sub-nav li p{
    font-size: .875rem;
    line-height: 40px;
}
 .user-icon{
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../image/center/user-icon.png");
    background-size:100px 60px;
     vertical-align: -4px;
}
.icon-ht{
    background-position: 0 0;
}
.icon-dy{
    background-position: -20px 0;
}
.icon-sc{
     background-position: -20px -40px;
 }
.icon-pl{
    background-position: -40px -40px;
}
.icon-bl{
    background-position: -60px -40px;
}
.icon-sz{
    background-position: -60px 0;
}
.icon-dc{
    background-position: 0 -20px;
}
.icon-bl{
    background-position: -20px -20px;
}
.icon-xp{
    background-position: 0 -40px;
}
.icon-lm{
    background-position: -40px 0 ;
}
.icon-xt{
    background-position: -60px -20px ;
}
.icon-tc{
    background-position: -40px -20px ;
}
.icon-ra{
    background-position: -80px 0 ;
}
.icon-broke{
    background-position: -60px -40px;
}
.center-sub-nav li .user-icon{
    margin-right: 5px;
}
.center-sub-nav li em .user-icon{
    margin-right: 0;
}
.center-sub-nav li  span,
.center-sub-nav li em {
    position: absolute;
    right: 10px;
    top: 15px;
}
.center-sub-nav li span{
    border-radius: 50%;
    background: #f3473a;
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

/*列表*/
.center-list{
    padding: 10px;
}
.center-list .news-view{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.center-list .new-comment{
    padding: 0;
}
.call-up-list .news-view .news-header h3{
    padding-right: 50px;
    position: relative;
}
.call-up-list .news-view .news-header h3 .c-mate{
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
}
.call-up-list .news-view .news-header h3 .c-pass{
    background: #059a56;
}
.call-up-list .news-view .news-header h3 .c-null{
    background: #d95457;
}
.call-up-list .news-view .news-header h3 .c-ing{
    background: #d9cd83;
}
.call-up-list .news-view .news-header h3 .c-down{
    background: #b7b7b7;
}
/**/
.t-u-list .news-view .news-img img{
    border-radius: 50%;
}
.t-u-list .news-view .news-header h1{
    padding-right: 50px;
    position: relative;
}
.t-u-list .news-view .news-header h1 i{
    font-style: normal;
}
.t-u-list .news-view .news-header h1 em{
    font-size: 12px;
}
.t-u-list .news-view .news-header h1 .dy-btn{
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    color: #333;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}
.t-a-list .news-view .news-img img{
    border-radius: 50%;
}
/*积分*/
.center-sub-nav li.points{
    margin: 0;
    padding-left: 32px;
}
.center-sub-nav li.my-points{
    
}
.center-sub-nav .points p{
    padding-left: 4px;
    border-bottom: 1px solid #eee;
}
.center-sub-nav .my-code p{
    border-bottom: none;
    margin-top: -5px;
}
.center-sub-nav .points .user-icon{
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 14px;
    height: 20px;
    width: 20px;
    background-image: url("../image/center/user-icon.png");
    background-size: 100px 60px;
    vertical-align: -4px;
}
.center-sub-nav li.my-points .user-icon{
    background-position: -80px -20px;
}
.center-sub-nav li.my-code .user-icon{
    top: 8px;
    background-position: -80px -40px;
}
.center-sub-nav .red-num{
    font-style: normal;
    color: #f00;
}
.center-sub-nav ul .point-txt{
    padding-top: 20px;
    background: #f5f5f5;
}
.center-sub-nav ul .point-txt p{
    padding: 0 10px;
    line-height: 20px;
}
.center-sub-nav li.share{
    padding: 0 26px 0 20px;
    margin-bottom: 40px;
    background: #f5f5f5; 
}
.center-sub-nav .share a{
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #0099ff;
    color: #fff;
}
.share-box-layout {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1500
}

.share-box-layout .share-box-layout-bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1400;
    position: absolute;
    left: 0;
    top: 0
}

.share-box-layout .share-box-test {
    position: relative;
    width: 100%;
    z-index: 1450;
    background: #fff;
    margin: 0
}

.share-box-layout .share-box-test img {
    width: 100%
}

.share-box-layout .share-box-test div {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 0
}

.share-box-layout .share-box-test p {
    border-bottom: 1px solid #666
}

.share-box-layout .share-box-test a {
    display: inline-block;
    float: left;
    width: 31%;
    height: 40px;
    background: #f5f5f5;
    color: #fff;
    text-align: center;
    margin-right: 2%;
    padding: 20px 0
}

.share-box-layout .share-box-test a span {
    vertical-align: -6px
}

.share-box-layout .share-box-test a em {
    color: #666
}

.share-box-layout .share-box-test a:first-of-type {
    margin-left: 1.5%
}

.share-box-layout .share-box-test a:last-of-type {
    margin-right: 1.5%
}
.share-text a span{
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url("../image/sns.png") no-repeat;
    background-size: 160px;
    margin: 2px 0 0 0
}
.share-text .share-wb span {
    background-position: -6px -5px
}

.share-text .share-tqq span {
    background-position: -59px -3px
}

.share-text .share-qzone span {
    background-position: -110px -5px
}
