﻿
        .contents {
            width: 100%;
            padding-bottom: 70px;
            height: auto;
            overflow: hidden;
            background-color: #fafafa;
        }

            .contents .center {
                width: 1200px;
                margin: 0 auto;
                overflow: hidden;
            }
                /*#region 左边 */
                .contents .center .center_left {
                    width: 240px;
                    margin-top: 20px;
                    overflow: hidden;
                }

                    .contents .center .center_left .left_li {
                        display: block;
                        padding: 30px 22px 25px;
                        border-bottom: 1px solid #efefef;
                        font-size: 16px;
                        color: #666;
                        text-align: center;
                        background-color: #fff;
                        overflow:hidden;
                    }

                        .contents .center .center_left .left_li:last-child {
                            border-bottom: none;
                        }

                    .contents .center .center_left .checked {
                        color: #ff9900;
                    }

        .left_li .next_logo {
            display: none;
            width: 5px;
            height: 9px;
            margin-top: 6px;
            background-image: url( /Contents/images/icon/about_next.png);
        }
        /*#endregion */
        /*#region 右边 */
        .center_right {
            width: 920px;
            overflow: hidden;
            margin-top: 50px;
        }

            .center_right .about_title {
                width: 100%;
                padding-bottom: 12px;
                border-bottom: 1px solid #e7e7e7;
            }

        .about_title .title_one {
            display: block;
            font-size: 30px;
            color: #ff9900;
        }

        .about_title .title_two {
            display: block;
            font-size: 18px;
            color: #666;
            margin-top: 21px;
        }

        .about_title .title_three {
            margin-top: 10px;
            font-size: 15px;
            color: #666;
        }

            .about_title .title_three span {
                display: inline-block;
            }

        .ml60 {
            margin: 0 70px 0 60px;
        }

        .center_right .about_content {
            width: 100%;
            overflow: hidden;
        }

        .about_content .content_list {
            padding-top: 30px;
            overflow: hidden;
            width: 100%;
            font-size: 15px;
        }

        .content_list .list_title {
            width: 100%;
            color: #666;
            overflow: hidden;
        }

        .yuan_box {
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background-color: #ff9933;
        }

        .small {
            left: 50%;
            margin-left: -6px;
            top: 3px;
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background-color: #fff;
        }

        .list_title .titles {
            display: block;
            margin-left: 10px;
        }

        .content_list .list_txt {
            padding-left: 29px;
            color: #999;
            margin-top: 8px;
            line-height: 30px;
        }

        .about_map {
            margin-top: 30px;
            width: 889px;
            height: 480px;
            padding: 9px;
            border: 1px solid #dcdcdc;
            border-radius: 5px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .about_map img {
                width: 100%;
                height: 100%;
            }
        .ml66 {
            margin-left: 66px;
        }
        .ml55 {
            margin-left:55px;
        }
                .grayS {
            color:#666;
            line-height:24px;
            padding-left: 0;
            margin:10px 0 20px 0;
        }
        .fs15 {
            font-size:15px;
        }
.mt0 {
    margin-top:0;
}
.big-img {
    display:block;
    max-width:70%;
    margin:0 auto;
}
        /*#endregion */

