﻿        /* marqueeleft */
        .marqueeleft {
            height: 180px;
            width:1200px;
            overflow: hidden;
            margin: 15px auto;
        }

            .marqueeleft ul {
                float: left;
            }

            .marqueeleft li {
                float: left;
                margin: 0 5px;
                display: inline;
                width: 210px;
                height: 180px;
                overflow: hidden;
            }

                .marqueeleft li .pic {
                    display: block;
                    border: #ccc 1px solid;
                    width: 200px;
                    height: 150px;
                    padding: 2px;
                    overflow: hidden;
                }

                .marqueeleft li .txt {
                    text-align: center;
                    height: 23px;
                    line-height: 23px;
                }
        /* marqueetop */
        .marqueetop {
            height: 429px;
            width: 148px;
            overflow: hidden;
            margin: 40px auto;
        }

            .marqueetop li {
                padding: 5px 0;
                width: 148px;
                height: 133px;
                overflow: hidden;
            }

                .marqueetop li .pic {
                    display: block;
                    border: #ccc 1px solid;
                    width: 135px;
                    height: 104px;
                    padding: 2px;
                    overflow: hidden;
                }

                .marqueetop li .txt {
                    text-align: center;
                    height: 23px;
                    line-height: 23px;
                }