* {
    margin: 0;
    padding: 0;
    list-style: none;}

.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 */
.focusBox {
    position: relative;
    width: 580px;
    height: 330px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;}

.focusBox .pic img {
    width: 580px;
    height: 330px;
    display: block;}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;}

.focusBox .num li {
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
    font-size:20px;}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;}

.focusBox .num li.on a, .focusBox .num a:hover {
    background: #f60;}

/*下面滚动图*/
.picScroll {
    margin: 5px auto;
    position: relative;
    width: 97%;
    padding: 5px 0;
    background: #fff;
    overflow: hidden;}

.picScroll .next {
    left: auto;
    right: 5px;
    background-position: -25px 0;}

.picScroll .prev:hover {
    background-position: 0 -30px;
    width: 1060px;}

.picScroll .next:hover {
    background-position: -25px -30px;}

.picScroll ul {
    overflow: hidden;
    zoom: 1;}

.picScroll ul li {
    width: 240px;
    float: left;
    overflow: hidden;
    padding: 0 5px;}

.picScroll ul li img {
    width: 240px;
    height: 182px;
    display: block;}


    /*文章页轮廓图*/
#iFocus {
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 300px;
    background: #000;}

#iFocus ul {
    height: 210px;
    position: absolute;
    z-index: 88
;}

#iFocus ul li {
    float: left;
    width: 300px;
    height: 210px;
    overflow: hidden;
    position: relative;
    background: #000;
    z-index: 81
;}

#iFocus ul li a {
    display: block;
    float: left
;}

#iFocus ul li a img {
    vertical-align: middle;}

#iFocus .btnBg {
    position: absolute;
    width: 300px;
    height: 30px;
    left: 0;
    bottom: 0;
    background: #999;
    z-index: 89;
    filter: alpha(opacity=50);
    opacity: 0.5;}

#iFocus .btn {
    position: absolute;
    width: 300px;
    height: 18px;
    left: 0;
    bottom: 8px;
    text-align: right;
    z-index: 90
;}

#iFocus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-right: 5px;
    cursor: pointer;
    color: #333;
    background: #e0e0e0;
    border: solid 1px #fff
;}

#iFocus .btn span.on {
    background: #dc0050;
    color: #fcc;
    border: solid 1px #dc0050
;}
