﻿ .main_wrap {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_wrap .nav {
    width: 310px; 
}
.main_wrap .nav .title{  
    height: 110px; 
    background: #0095d9;
    color: white;
    text-align: center;
    border-top: #c0da74 solid 5px; 
    line-height:110px;
    vertical-align:middle;
    font-size:30px;  
}
.main_wrap .nav ul{  
    width: 308px;  
    border-top:solid 1px #0095d9;
    border-left:solid 1px #0095d9;
    border-right:solid 1px #0095d9;
}
.main_wrap .nav ul li{ 
    width: 308px;  
    font-size:16px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-bottom:solid 1px #0095d9;
    vertical-align:middle; 
}
.main_wrap .nav ul li a{  
   color:#0095d9;
}
.main_wrap .content {
    width: 680px; 
overflow:hidden;
}

    .main_wrap .content .title {
        width: 100%;
        height: 30px;
        border-top: 3px solid #e4e4e4;
    }

        .main_wrap .content .title .desc {
            width: 100px;
            font-size: 18px;
            color: #09F;
            margin-top: -3px;
            border-top: 3px solid #09f;
            font-weight: bold;
        }

       .main_wrap .content .title .map { 
            font-size: 14px; 
            color: #999;
            line-height:30px;
            vertical-align:middle;
        }
       .main_wrap .content .title .map a{  
            color: #999;
        }
       
        .main_wrap .content .body {
            margin-top:10px;
            width: 680px;
            overflow: hidden;
        }
