.content{
    width: 1200px;
    margin: 0 auto;
    background-color: #f1f2f6;
    padding-top: 30px;
    margin-bottom: 30px;
}
.content-container{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.content-one{
    width: 100%;
    overflow: hidden;
}
.content-one .left-content{
    width: 840px;
    float: left;
}
.news-carousel{
    width: 810px;
    height: 490px;
    margin-bottom: 25px;
}
.news-carousel .swiper-container .swiper-slide .cover{
    width: 100%;
    height: 490px;
    border-radius: 5px;
    overflow: hidden;
}
.news-carousel .swiper-container .swiper-slide .cover-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 130px 16px 15px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.85));
    border-radius: 5px;
}
.news-carousel .swiper-container .swiper-slide .cover-title span{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    color: #fff;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.content-one .left-content .part2{
    width: 810px;
    background: #fff;
    border-radius: 5px;
}
.part2 .vl-hd{
    height: 47px;
    border-bottom: 1px solid #e5e9ef;
    position: relative;
    padding: 0 25px;
}
.part2 .vl-hd .news-orderby{
    float: left;
}
.part2 .vl-hd .tab-list{
    display: inline-block;
    vertical-align: middle;
}
.part2 .vl-hd .tab-list li{
    float: left;
    height: 48px;
    line-height: 48px;
    margin-right: 20px;
    cursor: pointer;
    color: #222;
    text-align: center;
    font-size: 14px;
}
.part2 .vl-hd .tab-list li.on{
    color: #0912a4;
    height: 46px;
    border-bottom: 2px solid #0912a4;
}

/*文章列表*/
.part2 .news-list{
    moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.part2 .news-item{
    display: block;
    padding: 25px 20px;
}
.part2 .news-item .item{
    position: relative;
}
.part2 .news-item .item:after{
    position: absolute;
    bottom: -25px;
    content: "";
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted #cfcfcf;
}
.part2 .news-img{
    width: 250px;
    height: 170px;
    background-color: #fff;
    float: left;
    overflow: hidden;
}
.part2 .news-img img{
    width: 100%;
    max-height: 170px;
}
.part2 .news-content{
    width: 510px;
    float: right;
    position: relative;
}
.part2 .news-item h3{
    max-height: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}
.part2 .news-item h3 a{
    color: #333;
}
a:hover{
    color: #0912a4 !important;
}
.part2 .news-item .news-tags{
    margin-top: 10px;
    margin-bottom: 10px;
}
.part2 .news-item .news-tags a{
    display: inline-block;
    padding: 3px 8px;
    font-size: 13px;
    color: #777777;
    letter-spacing: 2px;
    border-radius: 10px;
    border: 1px dotted #777777;
    margin-right: 5px;
}
.part2 .news-item .news-tags a:hover{
    color: #0912a4;
    border: 1px dotted #0912a4;
}
.part2 .news-item .news-desc{
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    line-height: 22px;
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 38px;
    overflow: hidden;
    word-break: break-all;
}
.part2 .news-item .news-meta{
    margin-top: 15px;
}
.part2 .news-item .news-meta .icon{
    padding-right: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.part2 .news-item .news-meta .news-from{
    font-size: 14px;
    color: #9e9e9e;
    margin-right: 5px;
    position: relative;
    padding-left: 23px;
}
.part2 .news-item .news-meta .time{
    font-size: 13px;
    color: #aaa;
    margin-right: 10px;
    position: relative;
    padding-left: 23px;
}

/*分页*加载更多*/
.load-more{
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    cursor: pointer;
}
.load-more #loading{
    display: none;
    padding: 15px 0 !important;
}
.load-more #loadMore{
    padding: 15px 0 !important;
}
.load-more #loadEnd{
    padding: 25px 0;
    display: none;
}

/*右边部分内容*/
.right-content{
    width: 360px;
    float: right;
    position: relative;
}
/*用户信息&登录*/
.user-card.logged{
    padding: 16px;
}
.user-card{
    background: #fff;
    padding-bottom: 30px;
    border-radius: 5px;
}
.user-card>div{
    width: 100%;
}
.show-monitor{
    display: inline-block;
}
.show-monitor img{
    width: 80px;
}
.user-card .user-info{
    clear: both;
}
.user-card .user-info .picture{
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-filter: drop-shadow(4px 4px 20px rgba(0,0,0,.08));
    filter: drop-shadow(4px 4px 20px rgba(0,0,0,.08));
    float: left;
}
.user-card .user-info>div{
    height: 32px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-card .user-info .name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-left: 8px;
    margin-right: 4px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-card .user-info .icon-arrow{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMV…wqRlHcRqwo0AQVIm3DatkwVYoj9WVgTami2JTiyAEUAADwzjHkrymCMgAAAABJRU5ErkJggg==);
    background-size: contain;
}
.user-card .relate-num{
    padding: 20px 0 8px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.user-card .relate-num a{
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    background-color: #f1f2f6;
    border-radius: 8px;
}
.user-card .relate-num .num{
    line-height: 27px;
    font-weight: 700;
    color: #222;
}
.user-card .relate-num .num span:first-child{
    font-family: ByteNumber-center;
    font-size: 20px;
}
.user-card .relate-num .word{
    font-size: 14px;
    line-height: 16px;
    color: #505050;
}
.user-card .publisher{
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
}
.user-card .publisher .publish-item{
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 15px 0;
    background-color: #f1f2f6;
    border-radius: 5px;
}
.user-card .publisher .publish-item img{
    width: 34px;
    height: 34px;
}
.user-card .publisher .publish-item p{
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-top: 2px;
}
.user-card.login{
    text-align: center;
}
.user-card .login-button{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #339ce1;
    border-radius: 6px;
    padding: 8px 32px;
}
/*文章推荐*/
.content-one .right-content .focus1{
    margin-top: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.content-one .right-content .focus1 h3{
    color: #333333;
    height: 65px;
    line-height: 65px;
    text-indent: 20px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
}
.content-one .right-content .focus1 .focus-box{
    width: 100%;
    padding: 15px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.content-one .right-content .focus1 .focus-box .focus-news{
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 6px 6px 6px 10px;
}
.focus-box .focus-news .title{
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #6b6b6b;
    width: 245px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding: 0;
    text-indent: 8px;
}
.focus-box .focus-news .img{
    width: 88px;
    height: 50px;
    background-color: gray;
    float: right;
}
/*关注微信公众号*/
.guanzhu-wechate{
    padding: 20px;
    text-align: center;
}
.guanzhu-wechate img{
    width: 200px;
}

/*悬浮显示*/
.fiex-show{
    position: fixed;
    z-index: 11;
    width: 360px;
    top: 0;
}