/* media-top */



/* section-1 */

#section-1 {
    padding: 30px 0;
    border-bottom: unset;
}

#section-1 .media {
    position: relative;
}

#section-1 #media .media-text p {
    position: absolute;
    bottom: -10px;
    text-align: center;
    background-color: rgba(102, 102, 102, 0.8);
    color: #ffffff;
    font-size: 28px;
    padding-right: 30px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    padding: 20px;
}

#section-1 #media .hot-img {
    position: absolute;
    top: 0;
    left: 0;
}

#section-1 .position-elative {
    position: relative;
}

#section-1 .position-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

#section-1 #media .list {
    margin-top: 20px;
}

#section-1 #media .list .sneakPeek span,
#section-1 #news_first .sneakPeek span {
    color: #3399FF;
    border-right: 1px solid #d1d1d1;
    padding-right: 10px;
    margin-right: 8px;
}

#section-1 #media .top {
    display: none;
}

#section-1 #media .list .date,
#section-1 #news_first .date {
    padding: 10px 0;
}

#section-1 #media .list p,
#section-1 #news_first p {
    margin: 10px 0;
}

#section-1 #media .list .title,
#section-1 #news_first .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#section-1 #media .list .content,
#section-1 #news_first .content {
    line-height: 24px;
    font-size: 16px;
}

#movie header .movie-icon {
    float: left;
    margin-top: 3px;
}

#movie p {
    font-size: 16px;
}

#section-1 #movie header p {
    color: #000000 !important;
    font-size: 20px !important;
    padding-left: 15px;
    font-weight: 600
}

#section-1 #movie header p a {
    color: #333333 !important;
}

#section-1 #movie p {
    margin-bottom: 0;
}

#section-1 #movie .border-top {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

#section-1 #movie .border-bottom {
    border-bottom: 1px solid #e4e4e4;
}

#section-1 #movie .border-bottom .text {
    margin-top: 0px;
    margin-bottom: 17px;
}

#section-1 #movie .title {
    color: #CC0000;
    font-weight: 600;
}

#hot {
    background-color: #f2f2f2;
}

#hot header {
    background-color: #dbedff;
}

#hot header p {
    margin: 0;
    border-left: 5px solid #3399ff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
}

#hot p {
    font-size: 16px;
}

#hot .list p {
    margin-bottom: 0;
}

#hot .title-bg {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    margin: 0px 10px 3px 0px;
    display: flex;
    align-items: center;
}

#hot #news_top_list {
    /* background-color: #333333; */
    padding-top: 20px;
    padding-bottom: 20px;
}

#hot .d-flex {
    display: flex;
}

#hot .d-flex .number {
    height: 50px;
    width: 40px;
}

#hot .d-flex .number p {
    font-weight: 700;
    font-size: 28px;
    color: #3399FF;
    margin: 3px 10px;
    width: 30px;
}

#hot .d-flex .text {
    margin-top: 0px;
    padding: 5px 5px;
}

#section-1 #article p {
    margin: 0px;
}

#section-1 #article header {
    padding: 10px;
}

#section-1 #article header .icon {
    float: left;
    margin-top: 3px;
}

#section-1 #article header p {
    color: #000000 !important;
    font-size: 20px !important;
    padding-left: 15px;
    font-weight: 600;
    margin: 0px;
}

#section-1 #article header p a {
    color: #333333 !important;
}

#article .d-flex-justify {
    width: 150px;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}

#article .title-bg {
    background-color: #fff0f0;
    border-bottom: 5px solid #ffb7b7;
}

#article .user span {
    color: rgb(204, 0, 0);
    border-right: 1px solid #d1d1d1;
    padding-right: 10px;
    margin-right: 8px;
    font-size: 14px;
}

#article .img {
    padding: 20px 0 10px;
}

#article .content p {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

#article .readMore a {
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #333333;
}


#article  .position-absolute {
    padding-top: 20px;
}
@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 978px) {}

@media only screen and (max-width: 768px) {
    #section-1 #media .top {
        display: unset;
    }
    #media .media-text {
        /* display: none; */
    }
    #section-1 #media .media-text p  {
        font-size: 16px;
    }
    #news_first {
        margin-bottom: 0px;
    }
    #news_2_3 .item {
        margin-bottom: 30px;
    }
    .media-center {
        margin-bottom: 0 !important;
    }
    #section-1 #article_list {
        padding-left: 15px;
        padding-right: 15px;
    }
    #section-1 #article_list .item {
        margin-bottom: 10px;
    }
}