.special-article-heading{
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
}
.sk-filter-result {
    margin-bottom: 20px;
}

.clearfix:after, .clearfix:before {
    display: table;
    clear: both;
    content: "";
}
.sk-r {
    float: left;
    font-size: 16px;
    margin: 0 20px 10px 0;
    padding: 10px 0;
}
.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
 
.toutiao-top {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.toutiao-crumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toutiao-crumbs span {
    color: #838383;
    margin: 0 5px;
}

.toutiao-crumbs .toutiao-crumbs-cur {
    color: #20B09F;
    margin: 0;
}

/**/

.toutiao-content {
    background-color: #F7F7F7;
    padding-bottom: 46px;
    overflow: hidden;
}

.toutiao-title {
    box-sizing: border-box;
    height: 64px;
    line-height: 64px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 0 30px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 13px;
}

.toutiao-block {
    justify-content: space-between;
    align-items: flex-start;
}

.toutiao-items {
    width: 880px;
}

.toutiao-item {
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 10px;
}

.toutiao-item-title {
    padding: 0px;
    margin: 0px;
    height: 48px;
    line-height: 46px;
    background-color: #2eafbb;
}

.toutiao-item-title-span {
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 780px;
}

.toutiao-like {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 28px;
    line-height: 28px;
    background-color: #F7F7F7;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
}

.toutiao-like:before {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 14px;
    height: 14px;
    background: url(../images/like.svg) no-repeat center;
    margin-right: 8px;
}

.toutiao-like.cur:before {
    background-image: url(../images/like-cur.svg);
}

.toutian-item-block {
    align-items: flex-start;
    padding: 22px 0;
}

.toutiao-info {
    width: 20px;
    text-align: center;
}

.toutiao-item-photo img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}

.toutiao-item-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao-follow {
    margin-top: 20px;
    width: 80px;
    height: 26px;
    line-height: 24px;
    border-radius: 2px;
}

.toutiao-follow:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/plus.svg) no-repeat center;
    margin-right: 8px;
}

.toutiao-follow.cur {
    border-color: #ccc;
    color: #ccc;
    background: none;
    pointer-events: none;
}

.toutiao-follow.cur:before {
    display: none;
}

.toutiao-item-content {
    flex: 1;
    padding-right: 30px;
}

.toutiao-item-txt-block {
    height: 96px;
    overflow: hidden;
}

.toutiao-item-txt {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    width: 824px;
    word-wrap: break-word;
}

.toutiao-item-txt p{
   margin: 0px;
   padding: 0px;
}

.toutiao-tools {
    justify-content: space-between;
    margin-top: 20px;
}

.toutiao-item-links {
    font-size: 0;
}

.toutiao-item-links a {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 24px;
    height: 24px;
    border-radius: 20px;
    margin-right: 15px;
    width: 24px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.toutiao-item-links .toutiao-item-tel {
    background: url(../images/tel.svg) no-repeat 5px center #F36D00;
}

.toutiao-item-links .toutiao-item-53kf {
    background: url(../images/zixun.svg) no-repeat 5px center #61C400;
}

.toutiao-item-links .toutiao-item-qq {
    background: url(../images/qq.svg) no-repeat 6px center #0090FF;
}

.toutiao-item-links .toutiao-item-tel:hover {
    width: 112px;
}

.toutiao-item-links .toutiao-item-53kf:hover {
    width: 70px;
}

.toutiao-item-links .toutiao-item-qq:hover {
    width: 76px;
}

.toutiao-toggle {
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #666;
    border-radius: 2px;
}

.toutiao-toggle:after {
    content:"";
    display: inline-block;
    vertical-align: -2px;
    width: 12px;
    height: 12px;
    background: url(../images/down.svg) no-repeat center;
    margin-left: 5px;
    transition: all .3s ease;
    transform: none;
}

.toutiao-toggle.cur:after {
    transform: rotateZ(180deg);
}

.toutiao-right-col {
    width: 300px;
    margin-top: 20px;
}

.toutiao-new {
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 30px 28px;
}

.toutiao-new-title {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.toutiao-new-title:after {
    content:"";
    display: inline-block;
    vertical-align: 0;
    width: 30px;
    height: 17px;
    background: url(../images/new.svg) no-repeat center;
    margin-left: 6px;
}

.toutiao-new-item {
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao-new-item:last-of-type {
    margin-bottom: 0;
}

.toutiao-new-item a {
    color: #666;
}

.toutiao-new-item a:hover {
    color: #20B09F;
}

.toutiao-r-banner {
    margin-top: 10px;
}

.btn-b {
    background-color: #fff;
}

.btn-b, .btn-b-ico {
    color: #20B09F;
    border: 1px solid #20B09F;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}



@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1440px)
{

}






@media screen and (max-width:1366px){

}
@media screen and (max-width:1250px){

  }
@media screen and (max-width:1024px){

  }

@media (min-width: 960px)
{

}
  @media screen and (max-width:768px){

    .toutiao-items {
        width: 100%;
    }

    .toutiao-right-col {
        display: none;
    }

    .toutiao-item-txt {
        font-size: 14px;
        color: #333;
        line-height: 24px;
        width: 100%;
        word-wrap: break-word;
    }
  
  }
  
  @media screen and (max-width:740px){


  }
  
  @media screen and (max-width:640px){


  
  }
    
  @media screen and (max-width:540px){

  }

@media screen and (max-width: 480px){


}

@media screen and (max-width: 413px){


}

@media screen and (max-width: 374px){
 



}