﻿/* Banner */
.banner {
    width: 100%;
}
.banner img {
    display: block;
    width: 100%;
}
/* 左侧菜单  */
.sub-nav {
    position: relative;
    margin-top: -75px;
    width: 300px;
    z-index: 1;
}
.sub-nav h5 {
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background-color: rgba(130, 43, 48, 0.8);
}
.sub-nav-list {
    padding: 35px 0;
    width: 100%;
    background-color: #eeebea;
}
.sub-nav-list li {
    width: 100%;
    line-height: 60px;
}
.sub-nav-list li a {
    display: block;
    text-indent: 90px;
    color: #333333;
    font-size: 18px;
}
.sub-nav-list li.active,
.sub-nav-list li:hover {
    position: relative;
    background-color: #cccccc;
}
.sub-nav-list li.active::before,
.sub-nav-list li:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #860707;
}
/* 右侧 */
.detail-box {
    width: 1070px;
}
.position-bar {
    margin: 30px 0 0;
    font-size: 14px;
    color: #666666;
}
.position-bar a {
    color: #666666;
}
.detail-list {
    margin: 16px 0 0;
    min-height: 600px;
}
.detail-list li {
    line-height: 86px;
    color: #999999;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}
.detail-list li a {
    width: 80%;
    color: #333333;
    font-size: 18px;
}
.detail-list li:hover,
.detail-list li:hover a {
    color: #860707;
}
.pageBox {
    margin: 60px 0;
    text-align: center;
}
/* 内页 */
.content-box h2 {
    margin: 50px 0 0;
    color: #333333;
    font-size: 24px;
    text-align: center;
}
.content-msg {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.content-box-show {
    margin: 30px 0 50px;
    min-height: 600px;
    color: #333333;
    font-size:16px;
    text-indent: 2em;
    line-height: 1.8em;
}
.content-box-show p {
    margin: 10px 0 0;
}
.content-box-show img {
    display: block;
    width: 700px;
    margin: 10px auto 0;
}
/* 移动端 */
@media (max-width: 1024px) {
    .detail-box {
        width: 100%;
    }
    .position-bar {
        margin-top: 20px;
    }
    .detail-list {
        min-height: 400px;
    }
    .detail-list-box {
        margin: 10px 0 0;
    }
    .detail-list li {
        padding: 10px 0;
        line-height: 1.4em;
    }
    .detail-list li a {
        width: 100%;
        font-size: 16px;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }
    .detail-list li span {
        font-size: 14px;
    }
    .pageBox {
        margin: 40px 0;
    }
    /* 内页  */
    .content-box h2 {
        margin: 20px 0 0;
        font-size: 18px;
    }
    .content-box-show {
        margin: 20px 0 40px;
        min-height: 400px;
    }
    .content-box-show img {
        width: 100%;
    }
}