@import "style.css";
/*header下方广告banner样式*/
div.channel_ad {
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92vw;
    max-width: 960px;
    min-width: 480px;
    height: 120px;
    background: #EFEFEF url("../img/photo-moutain960.jpeg") no-repeat center;
    background-size: 100% auto;
    border-radius: 0.5em;
    box-shadow: 2px 2px 4px #AAA;
    opacity: 0.6;
}

img.banner {
    display: inline-block;
    width: 100%;
    max-height: 120px;
    vertical-align: top;
}

.slogan h1 {
    font-size: 3em;
    font-weight: 600;
}

/* 频道页网格样式*/

section.channel_block {
    max-width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.channel_block article {
    flex: 1 1 0;
    width: 26vw;
    min-width: 260px;
    padding: 0.8em;
}

img.sect {
    margin: 0.5em 0;
    border-radius: 0.4em;
    width: auto;
}

section.channel_block article div {
    display: flex;
    align-items: flex-end;
}

section.channel_block article h5 {
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0;
}

section.channel_block article div img {
    margin-left: 0.5em;
}

section.channel_block article p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    /*margin-right: 1.5em;*/
    text-align: justify;
}