        /* 轮播图 */
        .wrap #wrap {
            width: 1200px;
            height: 600px;
            margin: 0 auto;
            position: relative;
            cursor: pointer;
        }

        .wrap img {
            width: 1200px;
            height: 600px;
        }

        .wrap #pic li {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .wrap #num {
            position: absolute;
            z-index: 2;
            bottom: 20px;
            left: 46px;
        }

        .wrap #num li {
            float: left;
            width: 8px;
            height: 8px;
            margin: 5px;
            border-radius: 50%;
            border: 1px solid #FFFFFF;
            line-height: 20px;
            background: transparent;
            text-align: center;
        }

        .wrap #num li.active {
            background: #fefefe;
        }

        .wrap .arrow {
            z-index: 3;
            height: 40px;
            width: 30px;
            position: absolute;
            top: 45%;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.3);
            text-align: center;
            display: none;
        }

        .wrap #wrap:hover .arrow {
            display: block;
        }

        .wrap .arrow:hover {
            background: rgba(0, 0, 0, 0.7);
        }


        .wrap #left {
            left: 0;
        }

        .wrap #right {
            right: 0;
        }

        .wrap .news {
            display: flex;
            margin: auto;
            height: 40px;
            width: 1200px;
            border-bottom: 1px dashed #e5e5e5;
            line-height: 40px;
        }

        .wrap .news:last-child {
            display: flex;
            margin: auto;
            height: 40px;
            width: 1200px;
            line-height: 40px;
            border: none;
        }

        .wrap .newsitem {
            display: block;
            width: 1200px;
            color: #937768;
            position: relative;
            display: flex;
        }

        .wrap .newsitemtime {
            position: absolute;
            right: 0;
            color: #999999;
            line-height: 40px;
            font-size: .8em;
        }

        .wrap .layoutdiv {
            height: 60px;
            margin: auto;
            background-image: url("images/navbg.png");
            display: flex;
            justify-content: center;
        }

        .wrap .layout {
            line-height: 60px;
            display: flex;
            justify-content: space-around;
        }

        .wrap span {
            margin: 0 10px;
            color: #e0d0c6;
        }

        .wrap footer {
            height: 180px;
            background-image: url("images/footerbg.jpg");
            display: flex;
            justify-content: center;
            padding-top: 20px;
        }

        .wrap .footer {
            width: 1200px;
            height: 100%;
            display: flex;
        }

        .wrap .hr {
            height: 18px;
            width: 2px;
            background-color: #937768;
            margin: 2px 10px 0 0;
        }

        .wrap .link {
            display: block;
            color: #937768;
            margin-right: 10px;
            height: 18px;
        }
