﻿.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;
                min-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;
    }

        .main_wrap .content .title {
            width: 100%; 
            border-top: 3px solid #e4e4e4;
overflow:hidden;
        }

            .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 {
                width: 680px;
                border: 0;
            }

                .main_wrap .content .body ul li {
                    border-top: 0;
                    width: 680px;
                    font-size: 16px;
                    text-align: left;
                    border-bottom: dotted 1px #999;
                    vertical-align: middle;
                    overflow: hidden;
                }

                    .main_wrap .content .body ul li a {
                        border-top: 0;
                        color: #999;
                    } 

                        .main_wrap .content .body ul li a .title {
                            border: 0;
                            font-size: 16px;
                            font-weight: bold;
                            width: 600px;
                            line-height: 20px;
                            vertical-align: middle;
                            color: #666666;
margin-top:10px;
margin-left:10px;
                        }

                        .main_wrap .content .body ul li a .date {
                            font-size: 12px;
                            line-height: 20px;
                            vertical-align: middle;   
                        }

                        .main_wrap .content .body ul li a .desc {
                            text-indent: 2em;
                            font-size: 14px;
                            line-height: 20px;
                            vertical-align: middle;
                            margin-top:5px;
                            margin-bottom:10px; width: auto;
    color: #666666;
    border: 0;
margin-top:10px;
                        }


                        .main_wrap .content .body ul li a:hover .title {
                            color: #CC3300;
                        }
                        .main_wrap .content .body ul li a:hover {
                            color: #CC3300;
                        }
 .main_wrap .content .body  .pagelist {
    margin-top: 10px;
    margin-bottom: 10px;
    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;
                        }