@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
div,
ul,
li,
h1,
h2,
form,
input,
button,
p,
section,
article {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    display: inline-block;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

input[type=submit],
input[type=button],
button {
    cursor: pointer;
}

input,
button {
    outline: none;
    overflow: hidden;
    border: 0;
    font: inherit;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 16px;
    line-height: 1.5;
    font-family: Microsoft YaHei, Helvetica, "宋体", Tahoma, Arial, "5b8b4f53", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #333;
    background-color: #f5f5f5;
    min-height: 100%;
}

b {
    font-weight: 600;
    color: #df2d2d;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .5rem;
}

.row {
    margin-top: .5rem;
}

/* header */
header {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

header .logo {
    padding: 0 1rem;
    color: #933c8a;
    font-size: 1.625rem;
    font-weight: bold;
}

header .search {
    width: 13.5rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

header .search input {
    width: 100%;
    height: 1.875rem;
    padding-left: 1em;
    font-size: .875rem;
    color: #555;
    background-color: #fff;
}

header .search button {
    padding: 0 1em;
    height: 1.875rem;
    cursor: pointer;
    color: #555;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* menu */
.menu {
    padding: .35rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #933c8a;
    border-radius: 4px;
}

.menu li {
    position: relative;
    width: 10%;
    padding: .35rem .25rem;
}

.menu li a {
    color: #fff;
    text-align: center;
    font-size: .875rem;
}

.menu li a:hover,
.menu li .active {
    color: #ffdc97;
}

.menu li:not(:last-child):not(:nth-child(10n))::after {
    display: block;
    content: "";
    width: 1px;
    height: 50%;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* sub-head */
.sub-head {
    padding: .25rem .5rem;
    background-color: #f9da9a;
    border-radius: 4px;
    font-size: .8125rem;
    font-weight: 600;
}

/* sub menu*/
.sub-link,
.sub-tag,
.links,
.column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .5rem;
}

.sub-link li,
.sub-tag li,
.links li {
    width: 10%;
    padding: .25rem;
}

.sub-link li a,
.sub-tag li a,
.links li a {
    padding: .15rem;
    font-size: .8125rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.sub-link li,
.links li {
    width: 10%;
}

.sub-tag li {
    width: calc(100% / 15);
}

.sub-link li a {
    color: #fff;
    border-radius: 4px;
    background-color: #b64a4a;
    border: 1px solid #b64a4a;
}

.sub-tag li a {
    color: #555;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.sub-tag li a:hover {
    color: #fff;
    background-color: #085ca5;
}

.links li a {
    color: #fff;
    border-radius: 4px;
    background-color: #2a2d37;
    border: 1px solid #2a2d37;
}

/* column box */
.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-head {
    padding: .25rem .5rem;
    background-color: #dfdfdf;
    border-radius: 4px;

}

.column-head .text {
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

.column-head .more {
    font-size: .8rem;
}

.column-head a.more:hover {
    color: #085ca5;
}

.column-list {
    margin: 0 -.125rem;
}

.column-list .list {
    width: 25%;
    padding: .25rem .25rem .5rem .25rem;
}

.column-list .list a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.column-list .list a:hover p {
    color: #085ca5;
}

.column-list .list a:hover .cover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.column-list .list .cover {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 4px;
}

.column-list .list .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.column-list .list .info {
    position: absolute;
    height: 1.5rem;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.column-list .list .type,
.column-list .list .time {
    display: block;
    position: absolute;
    height: 1.5rem;
    line-height: 1.5rem;

    z-index: 1;
    font-size: .825rem;
    color: #eee;
}

.column-list .list .type {
    left: 5px;
}

.column-list .list .time {
    right: 5px;
}

.column-list .list p {
    line-height: 1.35em;
    margin: .35rem .25rem;
    font-size: .8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* foot */
footer {
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

footer .text {
    padding: .25rem;
    font-size: .8125rem;
}

footer .text a {
    display: inline-block;
}

/* go top */
.go-top {
    display: none;
    position: fixed;
    right: 3%;
    bottom: 30%;
    width: 2.35rem;
    height: 2.35rem;
    line-height: 2.35rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 10;
}

.go-top:hover {
    background: #363c4f;
    color: #fff;
}

/* page */
.page {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page li {
    padding: 0 .25rem;
}

.page li a {
    min-width: 3rem;
    padding: .25rem;
    font-size: .8125rem;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page li:hover:not(.active) a {
    color: #fff;
    background-color: #085ca5;
}

.page li.active a {
    color: #fff;
    background-color: #085ca5;
}

/* sort */
.sort {
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.sort a {
    width: 100%;
    margin: 1px;
    padding: .25rem;
    text-align: center;
    font-size: .8125rem;
    border: 1px solid #ddd;
}

.sort a:hover:not(.active) {
    color: #b64a4a;
}

.sort a.active {
    color: #fff;
    font-weight: 600;
    background-color: #363c4f;
}

/* play */
.panel {
    padding: .2rem;
}

.panel .window {
    position: relative;
}

.window #play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
}

.des {
    padding: .25rem .5rem;
    background-color: #dfdfdf;
    border-radius: 4px;
    margin-bottom: .5rem;
    line-height: 1.35em;
}
.des a{
    display: inline;
}
.des a:hover{
    color: #085ca5;
}


.text {
    font-size: .8125rem;
    line-height: 1.35em;
}

.sep {
    padding: 0 5px;
    font-family: simsun;
    opacity: .5;
}

h1[class="text"] {
    display: inline !important;
}

/* notice */
.notice {
    padding: .25rem .5rem;
    color: #eee;
    background-color: #6f68e7;
    border-radius: 4px;
    font-size: .875rem;
    text-align: center;
}

.notice-panel {
    border: 1px solid #3c6c93;
    border-radius: 4px;
    padding: 1rem .5rem;
    font-size: .825rem;
}

.notice-panel p {
    padding: .5rem 0;
}

.notice-panel em {
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
    color: #e94646;
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 20px;
    }

    .menu li {
        width: 20%;
    }

    .menu li:nth-child(5n)::after {
        display: none !important;
    }

    .sub-link li,
    .links li {
        width: 20%;
        padding: 2px 1px;
    }

    .sub-tag li {
        width: calc(100% / 6);
        padding: 2px 1px;
    }

    .column-list .list {
        width: 50%;
    }

}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }

    .container {
        padding: 0 .25rem;
    }

    .page .num {
        display: none;
    }
}