﻿.main_wrap {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .main_wrap .map {
        border-top: 3px solid #e4e4e4;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        vertical-align: middle;
    }

    .main_wrap .map a {
                    color: #999;
                }


    .main_wrap .content {
        width: 1000px; 
    }

        .main_wrap .content .title {
            text-align: center; 
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            line-height: 35px;
            vertical-align: middle;
            width: 100%;
            height: 35px;
            margin-top: 20px;
            margin-bottom: 20px;

        }
          
        
        .main_wrap .content .info {
           background-color:#ccc;
           height:30px;
           line-height:30px;
            color: #333333;
           text-align:center;
           font-size:14px;

        }  

        .main_wrap .content .body {
            margin-top: 10px; 
            overflow: hidden;
            line-height:30px;
            font-size:14px;
            vertical-align:middle;
            margin-top: 20px;
            margin-bottom: 20px;
        }
