﻿
                /* css 重置 */
                * {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                body {
                    font: normal 12px/22px 宋体;
                }

                img {
                    border: 0;
                }

                a {
                    text-decoration: none;
                    color: #333;
                }

                    a:hover {
                        color: #1974A1;
                    }

                .js {
                    width: 90%;
                    margin: 10px auto 0 auto;
                }

                    .js p {
                        padding: 5px 0;
                        font-weight: bold;
                        overflow: hidden;
                    }

                        .js p span {
                            float: right;
                        }

                            .js p span a {
                                color: #f00;
                                text-decoration: underline;
                            }

                    .js textarea {
                        height: 100px;
                        width: 98%;
                        padding: 5px;
                        border: 1px solid #ccc;
                        border-top: 2px solid #aaa;
                        border-left: 2px solid #aaa;
                    }

                /* 本例子css */
                .game163 {
                    position: relative;
                    border: 1px solid #dcdddd;
                    padding: 4px;
                    overflow: hidden;
                    width: 100%;
                }
                    .game163 .bigImg {
                        width:100%  !important;
                        height: 250px !important;
                        position: relative;
                            background: #f3f3f3;
                    }

                        .game163 .bigImg li img {
                            vertical-align: middle;
                            width: 350px;
                            
                            height: 240px;
                        }

                        .game163 .bigImg span {
padding:6px 0;
                            font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    border-bottom: none;
    display: block;
    position: absolute;
    width: 100%;
    background:rgba(0, 0, 0, 0.42);
    /* border: 1px solid; */
     bottom: 0; 
                        }
                        .game163 .bigImg span a {
                            color:#fff;
                        }
.game163 .bigImg span a:hover {
	text-decoration:none;
}
                    .game163 .smallScroll {
                        height: 47px;
                        margin-bottom: 6px;
                        background:#f3f3f3;
                    }
.tempWrap {
	width:295px !important;
}
                    .game163 .sPrev, .game163 .sNext {
                        float: left;
                        display: block;
                        width: 14px;
                        height: 47px;
                        text-indent: -9999px;
                        background: url(Images/sprites1008.png) no-repeat 0 -3046px;
                    }

                    .game163 .sNext {
                        background-position: 0 -2698px;
			float:right;
                    }

                    .game163 .sPrev:hover {
                        background-position: 0 -3133px;
                    }

                    .game163 .sNext:hover {
                        background-position: 0 -2785px;
                    }

                    .game163 .smallImg {
                            float: left;
    margin: 0 13px;
    display: inline;
    width: 295px;
    overflow: hidden;
                    }

                        .game163 .smallImg ul {
                            height: 54px;
                            width: 9999px;
                            overflow: hidden;
                        }

                        .game163 .smallImg li {
                            float: left;
                            padding: 0 4px 0 0 !important;
                            width: 59px !important;
                            cursor: pointer;
                            display: inline;
                        }

                        .game163 .smallImg img {
                            border: 1px solid #dcdddd;
                            width: 59px;
                            height: 45px;
                        }

                        .game163 .smallImg .on img {
                            border-color: #1e50a2;
                        }

                    .game163 .pageState {
                        position: absolute;
                        top: 235px;
                        right: 5px;
                        font-family: "Times New Roman", serif;
                        letter-spacing: 1px;
                    }

                        .game163 .pageState span {
                            color: #f00;
                            font-size: 16px;
                        }

