@import "reset.css";

/* @media () */
.banner {
    width: 100%;
    height: 380px;
    background: url('../img/banner.png') no-repeat center center;
}

.list {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #890013;
    margin: 0 auto;
}

.list ul {
    width: 1170px;
    height: 50px;
    margin: 0 auto;
}

.list li {
    float: left;
    margin-right: 30px;
    color: #fff;
    font-size: 16px;
    width: 140px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.list li:last-child {
    margin-right: 0px;
}

.list .select {
    background-color: #FCD688;
    color: #8F0011;
}

@media (min-width : 765px) {
    .box5 {
        width: 730px;
    }
}

@media (min-width : 900px) {
    .box5 {
        width: 870px;
    }
}

@media (min-width : 1100px) {
    .box5 {
        width: 1070px;
    }
}

@media (min-width : 1200px) {
    .box5 {
        width: 1170px;
    }
}

.box5 {
    margin: 20px auto;
    overflow: hidden;
}

.box5 .left {
    width: 234px;
    border: 1px solid #ccc;
    float: left;
}

.box5 .left p {
    height: 42px;
    color: #333;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.box5 .left .sel {
    color: #fff;
    background: #5F5750;
}

.box5 .right {
    margin-left: 252px;
    min-height: 500px;
}

.box5 .right .same {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box5 .right .same a {
    color: #333;
    font-size: 16px;
}