/*头部*/
#header {
    height: 40px;
    line-height: 40px;
    background-color: #2d3e50;
}

    #header .header-content {
        width: 1200px;
        margin: 0 auto;
    }

        #header .header-content .header-left {
            float: left;
            color: #ececec;
        }

        #header .header-content .header-right {
            float: right;
            color: #ececec;
        }
/*头部结束*/
/*导航*/
#channel {
    width: 1200px;
    margin: 0 auto;
}

    #channel .channel-left {
        float: left;
        width: 448px;
    }

    #channel .channel-right {
        float: right;
        width: 600px;
        z-index: 999;
        position: relative;
        margin-top: 30px;
    }

        #channel .channel-right ul li {
            float: left;
            height: 30px;
            line-height: 30px;
            font-size: 18px;
            width: 120px;
            text-align: center;
            border-right: 1px #ccc solid;
            position:relative;
        }

        #channel .channel-right a {
            display: block;
            width: 120px;
            text-align: center;
            color: #333;
        }

            #channel .channel-right a:link {
                color: #333;
                text-decoration: none;
            }

            #channel .channel-right a:visited {
                color: #333;
                text-decoration: none;
            }

            #channel .channel-right a:hover {
                color: #017cc4;
                text-decoration: none;
            }

            #channel .channel-right li a:hover {

            }

            #channel .channel-right li ul {
                line-height: 40px;
                list-style-type: none;
                width: 120px;
                position: absolute;
                display: none;
                padding: 0px;
                border: 1px solid #CCC;
                border-right:0px;
                border-top: 0px;
                background: #fff;
                left:-1px;
            }

                #channel .channel-right li ul li {
                    height:40px;
                    line-height:40px;
                    width: 120px;
                }

                #channel .channel-right li ul a {
                    display: block;
                    width: 119px;
                    text-align: center;
                    font-size: 16px;
                }

                    #channel .channel-right li ul a:link {
                        color: #000;
                        text-decoration: none;
                    }

                    #channel .channel-right li ul a:visited {
                        color: #000;
                        text-decoration: none;
                    }

                    #channel .channel-right li ul a:hover {
                        color: #017cc4;
                        text-decoration: none;
                        font-weight: normal;
                        background-color:#f5f5f5;
                    }
/*导航结束*/

/*底部*/

#footer {
    overflow: hidden;
    background-color: #333;
}

    #footer .footer-content {
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0px;
    }

        #footer .footer-content .footer-top a {
            margin-right: 20px;
        }

        #footer .footer-content .footer-body {
            overflow: hidden;
        }

            #footer .footer-content .footer-body .footer-body-left {
                width: 800px;
                float: left;
            }

                #footer .footer-content .footer-body .footer-body-left .mobile {
                    color: #00c6ff;
                    font-size: 20px;
                    margin: 15px 0px;
                }

                #footer .footer-content .footer-body .footer-body-left .line {
                    color: #adadad;
                    height: 30px;
                    line-height: 30px;
                }

                #footer .footer-content .footer-body .footer-body-left .frend {
                    color: #00c6ff;
                    margin: 15px 0px;
                    color: #adadad;
                }

                #footer .footer-content .footer-body .footer-body-left .frend-item ul li {
                    float: left;
                    margin-right: 40px;
                }

            #footer .footer-content .footer-body .footer-body-right {
                width: 160px;
                float: right;
            }

        #footer .footer-content .footer-bottom {
            color: #adadad;
            text-align: center;
            margin-top: 20px;
        }
/*底部结束*/
.SearchPageList {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    color: #666;
}

.SearchPageList {
    text-align: center;
}

.Pages {
    height: 30px;
    line-height: 30px;
}

    .Pages a {
        cursor: pointer;
    }

#TopPage, #LastPage, #NextPage, #BottomPage {
    padding: 0 7px;
    font-size: 14px;
}

.PageNo_Selected {
    background-color: #FFF2EC;
    border: 1px solid #e60012;
    color: #e60012;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    margin-right: 5px;
    padding: 0 7px;
}

.PageNo_noSelect {
    background-color: #F3F4F6;
    border: 1px solid #C4C7D1;
    color: #313131;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 0 7px;
    margin-right: 5px;
}
