.blmedia {
    margin-bottom: 20px;
}
.box-player {
    width: 100%;
}
.box-player iframe {
    height: 450px;
}
.media-title {
    font-size: 23px;
    font-weight: bold;
    margin: 3px 0 20px 0;
    line-height: 25px;
}
.lit-pubinfo {
    margin-bottom: 10px;
}
.blmedia .catename {
    font-weight: bold;
    color: #386640;
    font-size: 18px;
}
.videolist .cover {
    height: 158px;
    overflow: hidden;
    position: relative;
}
.videolist .cover i {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 25px;
    width: 25px;
    background: #ec1d25;
    color: white;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    padding-left: 2px;
}
.videolist h3 {
    height: 78px;
    overflow: hidden;
    margin: 15px 0;
}
.videolist h3 a {
    font-size: 18px;
    font-weight: normal;
}
.block-article .boxcate {
    margin-bottom: 20px;
}
.block-article .boxcate a {
    position: relative;
    font-size: 20px;
    color: #386640;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 1.5;
    display: block;
}
.block-article .boxcate a:before {
    content: "";
    background: #386640;
    position: absolute;
    width: 4px;
    height: 22px;
    left: 0;
    top: 2px;
}
.block-article .cover {
    height: 158px;
    overflow: hidden;
    position: relative;
}
.block-article .cover i {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 25px;
    width: 25px;
    background: #ec1d25;
    color: white;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    padding-left: 2px;
}
.block-article h3 {
    margin: 15px 0;
    height: 78px;
    overflow: hidden;
}
.block-article h3 a {
    font-size: 18px;
    font-weight: normal;
}
a.loadMoreMedia {
    display: inline-block;
    height: 36px;
    width: 120px;
    background: #386640;
    color: #fff;
    border-radius: 6px;
    position: relative;
    text-align: center;
    line-height: 36px;
    font-style: italic;
    border: 1px solid #2654b1;
    transition: .1s;
    margin-bottom: 30px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .videolist div {
        display: inline-block;
        margin-bottom: 10px;
    }
    .videolist .cover {
        width: 40%;
        float: left;
        height: 120px;
        margin-right: 15px;
    }
    .videolist h3 {
        margin: 0;
    }
    .videolist h3 a {
        font-size: 16px;
    }
    .block-article article {
        display: inline-block;
        margin-bottom: 20px;
    }
    .block-article .cover {
        width: 40%;
        float: left;
        height: 120px;
        margin-right: 15px;
    }
    .block-article h3 {
        margin: 0;
    }
    .block-article h3 a {
        font-size: 16px;
    }
}