﻿.main_wrap {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .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  {
               
    text-align: left;
    padding: 0px 5px; 
    font-size: 14px;
    color: #a8a8a8;
    line-height: 30px;
    vertical-align: middle; 
    height: 30px;
}
          

                .main_wrap .content .title .map a {
                    color: #a8a8a8;
                }
.main_wrap .content .title .map a:hover {
                            color: #CC3300;
                        }



        .main_wrap .content .body {
            margin-top: 10px;
            width: 680px;
            overflow: hidden;
        }

            .main_wrap .content .body ul {
                float: left;
                width: 680px;
                overflow: hidden;
            }

                .main_wrap .content .body ul li {
                    float: left;
                    width: 220px;
                    overflow: hidden;
                    margin-left:5px;
                    margin-top:10px;
                }
                 .main_wrap .content .body ul li img{ 
                    width: 220px; 
                    height:150px;
                }

 .main_wrap .content .body  .pagelist {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
 .main_wrap .content .body .pagelist ul li {
    margin-left: 5px;
    margin-right: 5px;
    float: left;width: auto;
                            color: #666666;
                            font-size: 14px;border:0;
}
 .main_wrap .content .body .pagelist ul li a {
   
                            color: #666666;
                            font-size: 14px;
}
                        .main_wrap .content .body .pagelist ul li a:hover {
                            color: #CC3300;
                        }