﻿/*通用*/
body {
    font-family: 微软雅黑;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    width: 100%;
    max-width: 1260px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}
/*头*/
.header {
}

.search input {
    line-height: 34px;
    left: 9px;
    top: 0;
    text-align: initial;
    white-space: nowrap;
    right: 9px;
    height: 35px;
    width: 94%;
    padding: 0 3% 0 3%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #ccc;
    font-weight: 400;
    font-size: 1.2em;
}

.header-grid {
    display: table;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    min-height: 70px;
    align-items: end;
}

.header-grid-item {
    display: table-cell;
    padding: 15px;
}
/*导航*/
.navigation {
    background: #ffe000;
}

.nav ul {
    list-style: none;
    white-space: nowrap;
}

.nav li {
    display: inline;
    margin: 0 20px 0 0;
}

.nav a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

    .nav a:focus {
        opacity: 0.5;
        font-size: 19px;
    }
/*内容*/
.main {
}

.main-head {
    display: table;
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-column-gap: 20px;
    border-bottom: 1px solid #E61B75;
    padding-top: 30px;
    padding-bottom: 10px;
}

.main-title {
    line-height: 40px;
    color: #E61B75;
    font-size: 23px;
}

.main-more {
    color: rgb(0, 136, 204);
    cursor: pointer;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 40px;
    text-align: end;
    margin-right: 15px;
}

.main-grid {
    display: table;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    min-height: 70px;
    align-items: end;
    margin-left: -15px;
    margin-right: -15px;
}

.main-grid-item {
    display: table-cell;
    padding: 15px;
}

.main-grid-img {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.main-grid-title {
    line-height: 32px;
    overflow: hidden;
    width: 100%;
    display: block;
    background: rgba(230,27,117,0.8);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .main-grid-title a, .main-grid-title span {
        float: left;
        margin-left: 3px;
        font-size: 13px;
        color: #fff;
    }
/*播放*/
.play-title {
    border-bottom: 1px solid #E61B75;
    line-height: 40px;
    color: #E61B75;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.main-grid-video {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 768px;
    max-width: 100%;
    height: auto;
}

.footer {
}
