.newsfeed-detail{
    max-width: 674px;
    margin: 0 auto;
    padding: 44px 15px 30px;
}
.newsfeed-detail .detail-content .date{
    text-align: center;
    color: #AFAFAF;
    font-size: 15px;
    font-family: 'balootammabold';
}
.newsfeed-detail .detail-content h1{
    text-align: center;
    margin: 10px 0px 0px;
    font-size: 44px;
    font-family: 'balootammabold';
}
.newsfeed-detail .event-image img{
    max-width: 210px;
    margin: 25px auto 0px;
    display: block;
}
.newsfeed-detail .detail-content .content{
    margin: 40px 0px 0px;
}
.newsfeed-detail .detail-content p{
    font-size: 18px;
    color: #777;
}
.newsfeed-detail .detail-content li{
    list-style: unset;
    font-size: 18px;
    color: #777;
}
.newsfeed-detail .detail-content .content img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
    height: auto!important;
}
.newsfeed-detail .author{
    border-top: 2px solid #E5E5E5;
    margin-top: 40px;
}
.newsfeed-detail .author span{
    display: inline-block;
    float: left;
    font-size: 15px;
    font-family: 'balootammabold';
    color: #afafaf;
    margin-top: 30px;
}
.newsfeed-detail .author strong{
    display: inline-block;
    font-weight: 400;
    float: right;
    font-size: 21px;
    font-family: 'balootammabold';
    margin-top: 30px;
}





.newsfeed{
    background: #F5F5F5;
}
.newsfeed .newsfeed-content{
    max-width: 1054px;
    margin: 0 auto;
    padding: 50px 15px 45px;
}
.newsfeed .newsfeed-content h2{
    margin: 0;
    font-size: 26px;
    font-family: 'balootammabold';
}

.newsfeed-hot-item{
    margin-top: 30px;
    margin-left: -22px;
    width: calc(100% + 44px);
}
.newsfeed-hot-item .hot-item{
    width: calc(50% - 44px);
    margin: 0px 22px 0px;
    float: left;
}
.newsfeed-hot-item .hot-item a{
    display: block;
    background: #fff;
    padding: 50px 50px 50px 70px;
    text-decoration: none;
    position: relative;
    border-radius: 19px;
}
.newsfeed-hot-item .hot-item .date{
    color: #AFAFAF;
    font-size: 15px;
    font-family: 'balootammabold';
}
.newsfeed-hot-item .hot-item h3{
    margin: 12px 0px 0px;
    font-size: 30px;
    font-family: 'balootammabold';
    color: #4c4c4c;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 64px;
    line-height: 34px;
}
.newsfeed-hot-item .hot-item .left span{
    color: #1CB0F6;
    font-size: 15px;
    font-family: 'balootammabold';
    display: inline-block;
    margin-top: 20px;
}
.newsfeed-hot-item .hot-item .right{
    max-width: 340px;
    margin: 0 auto;
}
.newsfeed-hot-item .hot-item .right img{
    width: 100%;
}

.event-comment h3{
    margin: 30px 0px 15px;
    font-size: 26px;
    font-family: 'balootammabold';
}

@media(max-width: 767px){
    .newsfeed-detail{
        padding-top: 30px;
    }
    .newsfeed-detail .detail-content h1{
        font-size: 30px;
        line-height: 36px;
    }
    .newsfeed .newsfeed-content{
        padding-top: 30px;
    }
    .newsfeed .newsfeed-content h6 {
        font-size: 15px;
        margin-top: 11px;
    }
    .newsfeed-hot a{
        min-height: 520px;
        padding: 30px 25px 30px;
    }
    .newsfeed-hot a .left{
        width: 100%;
        float: none;
        padding: 0;
    }
    .newsfeed-hot a .left h3{
        margin: 12px 0px 0px;
        font-size: 30px;
        line-height: 35px;
        max-height: 70px;
    }
    .newsfeed-hot a .left span{
        margin-top: 20px;
    }
    .newsfeed-hot a .right{
        height: unset;
        width: 100%;
        max-width: 320px;
        float: none;
        margin: 30px auto 0;
    }
    .newsfeed-hot a .right img{
        position: unset;
    }
    .newsfeed-hot-item{
        margin: 0;
        width: 100%;
    }
    .newsfeed-hot-item .hot-item{
        width: 100%;
        margin: 22px 0px 0px;
        float: none;
    }
    .newsfeed-hot-item .hot-item a{
        min-height: 520px;
        padding: 30px 25px 30px;
    }
    
    .event-comment h3{
        margin: 25px 0px 15px;
        font-size: 20px;
    }
    
}