﻿.picMarquee-left1 {
    overflow: hidden;
    position: relative;
}

    .picMarquee-left1 .hd {
        position: absolute;
        height: 0;
        z-index: 2;
        display: none;
    }

        .picMarquee-left1 .hd .prev, .picMarquee-left1 .hd .next {
            display: block;
            width: 32px;
            height: 33px;
            line-height: 33px;
            text-align: center;
            float: left;
            margin-left: 1136px;
            margin-top: 90px;
            overflow: hidden;
            cursor: pointer;
        }

        .picMarquee-left1 .hd .next {
            background-position: 0 -50px;
            float: left;
            margin-left: 0px;
        }

            .picMarquee-left1 .hd .next i, .picMarquee-left1 .hd .prev i {
                font-size: 33px;
            }

        .picMarquee-left1 .hd .prevStop {
            background-position: -60px 0;
        }

        .picMarquee-left1 .hd .nextStop {
            background-position: -60px -50px;
        }

    .picMarquee-left1 .bd {
        height: 310px;
        overflow: hidden;
        width: 100%;
        margin-left: 0px;
    }

        .picMarquee-left1 .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picMarquee-left1 .bd ul li {
                position: relative;
                z-index: 1;
                margin: 0 15px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                width: 240px;
                height: 310px;
            }

                .picMarquee-left1 .bd ul li .pic {
                    position: relative;
                    z-index: 1;
                    text-align: center;
                    width: 240px;
                    height: 240px;
                    overflow: hidden;
                    border-radius: 30px;
                }

                    .picMarquee-left1 .bd ul li .pic img {
                        width: 240px;
                        height: 240px;
                        display: block;
                        transition: 0.5s;
                    }


                        .picMarquee-left1 .bd ul li .pic img:hover {
                            transform: scale(1.2,1.2);
                            outline: 3px double rgba(255, 255, 255, 0.30);
                            outline-offset: -40px;
                        }


                .picMarquee-left1 .bd ul li .title {
                    position: relative;
                    z-index: 2;
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    color: #904604;
                    font-size: 16px;
                    color: #a2834d;
                }

                    .picMarquee-left1 .bd ul li .title a {
                        width: 100%;
                        overflow: hidden;
                        color: #a2834d;
                        font-size: 16px;
                        float: left;
                    }

                .picMarquee-left1 .bd ul li .morebox {
                    position: relative;
                    z-index: 2;
                    width: 130px;
                    height: 24px;
                    line-height: 24px;
                    border: 1px solid #904604;
                    font-size: 16px;
                    color: #a2834d;
                    margin: 0 auto;
                }

                    .picMarquee-left1 .bd ul li .morebox .mtxt {
                        position: relative;
                        z-index: 2;
                        width: 104px;
                        height: 24px;
                        line-height: 22px;
                        border-right: 1px solid #904604;
                        font-size: 12px;
                        color: #a2834d;
                        text-transform: uppercase;
                        float: left;
                    }

                    .picMarquee-left1 .bd ul li .morebox .marr {
                        position: relative;
                        z-index: 2;
                        width: 24px;
                        height: 24px;
                        line-height: 22px;
                        font-size: 16px;
                        color: #a2834d;
                        float: left;
                    }
