        .section1 {
            background-color: #efefef;
        }
        
        .section1 .content {
            padding: 20px 0;
            color: black;
            text-align: center;
        }
        
        .section1 .content>p {
            text-align: left;
            margin-bottom: 30px;
            margin-top: 30px;
        }
        
        .section1 .content p.second {
            text-align: center;
            color: #828282;
        }
        
        .section1 .content a {
            color: #828282;
        }
        
        .section1 .content h2 {
            font-weight: bold;
            margin-bottom: 50px;
        }
        
        * {
            margin: 0;
            padding: 0;
            font-family: "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
        }
        
        body {
            background: #EEEEEE;
            overflow-x: hidden;
        }
        
        a {
            text-decoration: none;
        }
        
        a:focus {
            outline: none;
        }
        
        img {
            border: none;
        }
        
        .section1 .content .box {
            padding: 50px 0;
            border-top: 1px solid #e9e9e9;
            color: #333;
            width: 800px;
            float: left;
        }
        
        .section1 .content .box .detailImg {
            margin-bottom: 70px;
        }
        
        .section1 .content .box p {
            margin-bottom: 20px;
            text-align: left;
            font-size: 15px;
            padding: 0 29px;
            word-spacing: 1px;
            line-height: 25px;
        }
        
        .section1 .content .box p img {
            max-width: 100%;
        }
        
        table {
            margin: 0 auto;
            text-align: left;
            border: 1px solid #ccc;
        }
        
        td {
            border: 1px solid #ccc;
        }
        
        .last_news {
            width: 200px;
            float: right;
            background: #e1e1e1;
            margin-top: 100px;
            text-align: left;
            padding: 0 0 20px;
        }
        
        .last_news li {
            margin-top: 15px;
        }
        
        .last_news_title {
            text-align: center;
            width: 80px;
            height: 25px;
            line-height: 25px;
            color: #fff;
            background: #2dbca5;
            border-bottom-right-radius: 10px;
        }
        
        .last_news_content i {
            width: 8px;
            height: 8px;
            background: #2dbca5;
            display: inline-block;
            border-radius: 50%;
            margin-right: 8px;
            margin-left: 5px;
        }
        
        .last_news_content_title {
            font-weight: bold;
            font-size: 14px;
        }
        
        .last_news_content_time {
            font-size: 10px;
            color: #828282;
            margin-left: 20px;
        }
        
        .popular_estate {
            width: 200px;
            float: right;
            background: #e1e1e1;
            margin-top: 50px;
            text-align: left;
        }
        
        .popular_estate ul {
            padding: 0 10px 20px;
            ;
        }
        
        .popular_estate li {
            margin-top: 15px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
        }
        
        .popular_estate_title {
            text-align: center;
            width: 80px;
            height: 25px;
            line-height: 25px;
            color: #fff;
            background: #2dbca5;
            border-bottom-right-radius: 10px;
        }
        
        .popular_estate_content i {
            width: 8px;
            height: 8px;
            background: #2dbca5;
            display: inline-block;
            border-radius: 50%;
            margin-right: 8px;
            margin-left: -5px;
        }
        
        .popular_estate_content_title {
            font-weight: bold;
            font-size: 14px;
        }
        
        .prev_next_content {
            border-top: 1px solid #ccc;
            clear: both;
            width: 50%;
            text-align: left;
            padding-top: 10px;
        }
        
        .prev_next_content div {
            margin-top: 10px;
            color: #828282;
        }
        
        .related_artical {
            text-align: left;
            color: #828282;
            width: 50%;
        }
        
        .related_artical>div {
            margin-top: 30px;
        }
        
        .related_artical ul li {
            margin-top: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #ccc;
            width: auto;
        }

        .content .box *{background-color:transparent !important;}