body{
    font-family: 'Helvetica Neue', 'Helvetica','Hiragino Sans GB', 'PingHei', 'PingFang SC', 'STHeitiSC-Light', 'Microsoft YaHei',"微软雅黑", 'Arial', sans-serif;
}
/*导航*/
body {
    padding-top: 80px;
}
/*中间部分*/
.ws-common-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    background: #f1f1f1;
    padding-left: 24px;
    position: relative;
}
.ws-common-head:after {
    content: '';
    height: 30px;
    width: 4px;
    background: #f60;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -14px;
}
.ws-bigtime {
    color: #f60;
    font-size: 14px;
    line-height: 1;
    padding: 20px 0;
}
.ws-head {
    /*border: 1px solid #f1f1f1;*/
}
.ws-head .ws-head1 {
    font-size: 32px;
    color: #4d4d4d;
}
.ws-head .ws-head2 {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 40px;
}
.ws-head .ws-head2:after {
    position: absolute;
    top: 3px;
    left: 20px;
    content: '';
    height: 14px;
    border-right: 1px solid #4d4d4d;
}
.ws-content {
    width: 1200px;
    min-width: 1200px;
    padding: 0;
}
.ws-content .ws-left {
    width: 860px;
    /*分页*/
}
.ws-content .ws-left .ws-search hr {
    margin: 20px auto;
}
.ws-search .result-nums {
    font-size: 12px;
    color: #999;
}
.ws-content .ws-right {
    width: 300px;
    /*热文榜*/
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh {
    width: 124px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 15px;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh1,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh2 {
    position: relative;
    cursor: pointer;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh1:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    height: 14px;
    border-right: 1px solid #ceced0;
}
.ws-content .ws-right .ws-hotdoc .ws-active {
    color: #f60;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabc1 {
    /*display: none;*/
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:last-child {
    margin-bottom: 0;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(1) .ws-hotdoc-tabconSpan,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(2) .ws-hotdoc-tabconSpan,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(3) .ws-hotdoc-tabconSpan {
    color: #ff6600;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabconSpan {
    position: absolute;
    height: 24px;
    font-size: 16px;
    line-height: 1.7;
    top: 0;
    left: 0;
}
.ws-hr {
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.ws-content .article-content .article--content img{position:relative;z-index:2;}
/*大牛卡片*/
#daniucard .daniucard--wrapped{
    /*outline:1px solid red;*/
    max-width:1200px;
    margin:0 auto;
}
#daniucard .daniucard--wrapped .wrapper{
    margin-left:-20px;
    display: none;
}
#daniucard .daniucard--wrapped .wrapper.active{
    display: block;
}
#daniucard .daniucard{
    width:224px;
    height:310px;
    text-align:center;
    outline:1px solid #f1f1f1;
    padding:16px 16px 18px;
    font-size:14px;
    color:#333;
    line-height:1;
    margin:25px 0 0 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
}
#daniucard .daniucard:hover{
    transform: translate(0,-1px);
    box-shadow: 0 6px 8px 0 rgba(70, 70, 70, 0.26);
}
#daniucard .card_img{
    width:125px;
    height:125px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto;
}
#daniucard .card_img img{
    width:125px;
    height:125px;
}
#daniucard .auther--content{
    text-align: center;
    line-height: 1.7;
    margin: 5px auto 8px;
    height: 46px;
    overflow: hidden;
}
#daniucard .auther--name{
    font-size: 20px;
    max-height: 20px;
    margin-top: 10px;
    overflow: hidden;
}
#daniucard .auther--action{
    color:#999;
}
#daniucard .card_button{
    color:#fff;
    background: #f60;
    width:68px;
    line-height:26px;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    position: absolute;
    bottom:24px;
    left:50%;
    margin: 14px auto 0 -34px;

}
#daniucard .card_button:hover{
    color:#fff;
    background: #ff761b;
}
#daniucard .card_cancel{
    transition:all 0.2s ease-in-out;
    background: #8e8e8e;
}
#daniucard .card_cancel:hover{
    background: #a3a3a3;
}
#daniucard .a_wrapped:hover{
    color:#333;
}
/*搜索*/
.search--smthing{
    display:inline-block;
    position:relative;
}
.search--smthing .ws-input{
    width: 860px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 18px;
    outline: none;
    padding-right:100px;
}
.search--smthing .sprite{
    position:absolute;
    right:20px;
    top:16px;
}

/*二级导航*/
.header--wraped{
    width:1200px;
    /*outline:1px solid red;*/
    /*padding-bottom:10px;*/
    position:relative;
    /*border-bottom:2px solid #f1f1f1;*/
}
.header--wraped_a{
    /*padding-bottom: 13px;*/
    /*border-bottom: 4px solid #fff;*/
}
.header--wraped_a:hover{
    color:#333;
}
.header--wraped .first{
    display:inline-block;
    font-size:18px;
    color:#333;
    padding:0 15px 0;
    margin-top:22px;
    line-height:1;
    border-right:1px solid #ccc;
}
.header--wraped .first:hover{
    color: #f60;
}
.header--wraped .header--content{
    line-height:1;
    /* background: #ebebeb; */
    font-size:14px;
    margin:0;
    color:#666;
    position:absolute;
    top:0;
    left:103px;
}
.header--wraped .header--content span{
    display:inline-block;
    margin:24px 20px 0;
}
.header--wraped .header--content a{
    color:#666;
    padding-bottom:15px;
}
.header--wraped .header--content a:hover{
    color:#f60;
}
.header--wraped .header--content a.active{
    color:#f60;
    /*border-bottom: 2px solid #f60;*/
}
.header--wraped .header--content .span--first{
    margin-left:20px;
}

/*没关注滴*/
.noattention{
    text-align:center;
    font-size:19px;
    color:#666;
}
.noattention img{
    margin:70px auto 35px;
}
.noattention p{
    margin:0;
}
/*分页*/
.ws-content .am-pagination {
    text-align: center;
}
.ws-pagination span {
    display: inline-block;
    padding: 6px 14px;
    color: #808080;
    margin-right: 8px;
}
.ws-pagination .current {
    border: 1px solid #ff6600;
    color: #ff6600;
}
.ws-pagination a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 14px;
    color: #808080;
    margin-right: 8px;
}
.ws-pagination a:hover {
    border: 1px solid #ff6600;
    color: #ff6600;
}