﻿body {
    background-color: white;
}

#container {
    width: 1200px;
    margin: 0px auto 50px auto;
    overflow: hidden;
}

#locationContainer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 16px;
    color: #707070
}

    #locationContainer a {
        color: #707070;
    }

        #locationContainer a:hover {
            color: #125FA7;
        }

    #locationContainer:before {
        color: #6997c7;
    }

.xuanzhong {
    color: black;
}

#detailInfo {
    width: 1200px;
    min-height: 300px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

#detail_title {
    text-align: center;
    width: 100%;
    line-height: 70px;
    font-weight: bold;
    height: 70px;
    font-size: 48px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #125FA7;
    opacity: 1;
}

#detail_front {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #707070;
    opacity: 1;
}

#detail_content {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #6f7174;
    margin-top: 10px;
}

    #detail_content img {
        max-width: 1200px;
    }
