﻿.Menu {
    background: #000;
    height: 60px;
    line-height: 60px;
}

    .Menu ul {
        background: #000;
        margin: 0 auto;
        width: 1100px;
        list-style: none;
        padding: 0;
    }

        .Menu ul li {
            margin-right: 20px;
            float: left;
            position: relative;
        }

            .Menu ul li:after {
                background: #fff;
                width: 1px;
                position: absolute;
                height: 14px;
                top: 24px;
                right: -9px;
                content: '';
            }

            .Menu ul li:last-child:after {
                background: none;
            }

            .Menu ul li img {
                vertical-align: middle;
                margin-right: 10px;
            }

        .Menu ul a {
            color: #b9b9b9;
            font-size: 14px;
            text-decoration: none;
        }

            .Menu ul a:hover {
                color: #fff;
            }

.Banner {
    background: url(/longtou/images/banner.jpg) #232323 no-repeat center center;
    height: 433px;
}

    .Banner .CenterConent {
        width: 1100px;
        height: 433px;
        margin: auto;
        background: url(/longtou/images/banner.jpg) #232323 no-repeat center center;
        position: relative;
    }

        .Banner .CenterConent .SearchBar {
            bottom: 108px;
            height: 40px;
            left: 58px;
            position: absolute;
            width: 260px;
            padding-right: 70px;
            background: #808080;
        }

            .Banner .CenterConent .SearchBar input {
                height: 40px;
                border: none;
                background: #808080;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                width: 240px;
                padding: 0 10px;
            }

            .Banner .CenterConent .SearchBar .BtnSearch {
                color: #fff;
                background: #232323;
                position: absolute;
                right: 0;
                top: 0;
                height: 40px;
                width: 70px;
                text-align: center;
                line-height: 40px;
                cursor: pointer;
                font-size: 14px;
            }

        .Banner .CenterConent .SearchTips {
            bottom: 35px;
            color: #fff;
            font-size: 14px;
            left: 58px;
            position: absolute;
        }

.LeadBanner {
    background: url(/longtou/images/banner2.jpg) #232323 no-repeat center center;
    height: 192px;
}

    .LeadBanner .CenterConent {
        width: 1100px;
        height: 192px;
        margin: auto;
        background: url(/longtou/images/banner2.jpg) #232323 no-repeat center center;
        position: relative;
    }

        .LeadBanner .CenterConent .Title {
            color: #b9b9b9;
            font-size: 70px;
            height: 100px;
            line-height: 100px;
            left: 55px;
            position: absolute;
            top: 40px;
        }

        .LeadBanner .CenterConent .Title1 {
            color: #b9b9b9;
            font-size: 14px;
            height: 100px;
            left: 250px;
            position: absolute;
            top: 40px;
            line-height: 25px;
        }

.Content {
    background: #232323;
    padding: 20px 0;
}

    .Content .CenterConent {
        width: 1020px;
        margin: auto;
        list-style: none;
    }

        .Content .CenterConent li {
            float: left;
            width: 320px;
            margin: 10px;
            line-height: 35px;
            height: 155px;
            background: #e5e5e5;
            cursor: pointer;
            position: relative;
        }

            .Content .CenterConent li img {
                width: 320px;
                height: 120px;
                display: block;
            }

            .Content .CenterConent li .EntName {
                padding: 0 15px;
                font-size: 14px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                color: #333;
            }

            .Content .CenterConent li .JobInfo {
                position: absolute;
                left: 0;
                top: 0;
                height: 125px;
                width: 280px;
                background: #e4151d;
                padding: 15px 20px;
                display: none;
            }

                .Content .CenterConent li .JobInfo a {
                    color: #fff;
                    font-size: 14px;
                    display: block;
                    text-decoration: none;
                    line-height: 30px;
                    padding-right: 95px;
                    position: relative;
                    height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .Content .CenterConent li .JobInfo a .Money {
                        position: absolute;
                        right: 0;
                        top: 0;
                    }

                    .Content .CenterConent li .JobInfo a:hover {
                        text-decoration: underline;
                    }

            .Content .CenterConent li:hover .JobInfo {
                display: block;
            }

            .Content .CenterConent li .JobInfo .MoreJob {
                background: #fff;
                margin: auto;
                border-radius: 5px;
                text-align: center;
                color: #e4151d;
                position: absolute;
                left: 20px;
                bottom: 15px;
                width: 280px;
                text-decoration: none !important;
                padding: 0;
            }

.paginator {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #fff;
}

    .paginator a {
        color: #333;
    }

        .paginator a:hover {
            background: #e4151d;
            border-color: #e4151d;
        }

    .paginator .cpb {
        background: #e4151d;
    }


.footer, #CopyWarp {
    background: #232323 !important;
    color: #fff;
}

    .footer .menu .menuInfo .menuItem .title, .footer .menu .menuInfo .menuItem .item, .footer .menu .phoneInfo, .footer, #CopyWarp a {
        color: #fff;
    }

.Copyright .Terminal .Link.Phone {
    color: #666 !important;
}
.copyright {
    width: 1060px;
    margin: auto;
}