﻿﻿

#Main {
    float: none;
    margin: 0 auto;
    width: 1300px;
}

    #Main .News {
        width: 100%;
        border-radius: 10px;
        background-color: #FFFFFF;
        height: 1000px;
        border: solid 1px #EEE;
    }

        #Main .News .Left {
            float: left;
            width: 200px;
            height: 100%;
            margin-top: 20px;
            margin-left: 20px;
        }

            #Main .News .Left .Name {
                height: 60px;
                width: 240px;
                text-align: center;
                background: #015293;
                border-radius: 10px 10px 0px 0px;
            }

                #Main .News .Left .Name span {
                    line-height: 24px;
                    color: #fff;
                    font-size: 20px;
                    line-height: 60px;
                }

            #Main .News .Left .Type {
                height: 200px;
                width: 240px;
                border-radius: 0px 0px 5px 5px;
            }

                #Main .News .Left .Type li {
                    height: 50px;
                    width: 100%;
                    float: left;
                    background-image: url('../Image/gzdt/type_icon.png');
                    background-repeat: no-repeat;
                    background-position-x: 200px;
                    background-position-y: 20px;
                    background-color: #f6f6f6;
                    margin-top: 1px;
                }

                    #Main .News .Left .Type li a {
                        display: block;
                        width: 220px;
                        padding-left: 20px;
                        font-size: 16px;
                        line-height: 50px;
                        text-decoration: none;
                        color: #015293;
                    }

                    #Main .News .Left .Type li .View {
                        background-color: #ccdcf0;
                        color: #cc3333;
                    }

                    #Main .News .Left .Type li .Back:hover {
                        background-color: #ccdcf0;
                        color: #cc3333;
                    }

        #Main .News .Right {
            float: right;
            width: 1000px;
            height: 1000px;
            margin-top: 20px;
            margin-right: 20px;
        }

            #Main .News .Right .List {
                width: 100%;
                height: 900px;
                border: solid 1px #EEEEEE;
            }

                #Main .News .Right .List .Name {
                    float: none;
                    margin: 0 auto;
                    height: 58px;
                    width: 960px;
                    border-bottom: solid 2px #EEEEEE;
                }

                    #Main .News .Right .List .Name span {
                        display: block;
                        float: left;
                        font-weight: bold;
                        line-height: 58px;
                        color: #015293;
                        font-size: 18px;
                        border-bottom: solid 2px #015293;
                    }

                #Main .News .Right .List ul li {
                    float: none;
                    margin: 0 auto;
                    height: 50px;
                    width: 960px;
                    border-bottom: dotted 1px #EEEEEE;
                }

                    #Main .News .Right .List ul li a {
                        float: left;
                        line-height: 50px;
                        color: #333333;
                        text-decoration: none;
                    }

                        #Main .News .Right .List ul li a:hover {
                            text-decoration: underline;
                            color: #015293;
                        }

                    #Main .News .Right .List ul li span {
                        float: right;
                        line-height: 50px;
                        color: #333333;
                    }

            #Main .News .Right .Paging {
                float: none;
                margin: 0 auto;
                height: 80px;
                width: 960px;
                margin-top: 20px;
            }

                #Main .News .Right .Paging li {
                    border: solid 1px #EEE;
                    text-align: center;
                }

                #Main .News .Right .Paging .Item {
                    float: left;
                    margin-right: 10px;
                }

                #Main .News .Right .Paging li span {
                    line-height: 30px;
                    font-size: 14px;
                    padding: 0px 10px;
                    font-weight: bold;
                    color: #666;
                    text-decoration: none;
                }

                #Main .News .Right .Paging li a {
                    display: block;
                    width: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    padding: 0px 10px;
                    font-weight: bold;
                    color: #666;
                    text-decoration: none;
                }

                #Main .News .Right .Paging .View {
                    background-color: #015293;
                    color: #FFF;
                }

                #Main .News .Right .Paging .Back:hover {
                    background-color: #EEE;
                    color: #666;
                }

                #Main .News .Right .Paging .Count {
                    float: right;
                }
