/*banner*/
.banner-bg-box{
    background: url("../images/banner-box-bg.jpg") center;
    -webkit-background-size: 100%100%;
    -moz-background-size: 100%100%;
    -ms-background-size: 100%100%;
    -o-background-size: 100%100%;
    background-size: 100%100%;
    position: relative;
    z-index: 0;
}
.banner-box{
    position: relative;
}
.banner-box .banner-index{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -40px;
    right: -40px;
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.banner-box .banner-index img{
    width: 20px;
}
.banner-box .banner-index .pre-btn{
    float: right;
}
.slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slider ul {
    position: relative;
}
.slider ul li {
    float: left;
}

.slider a {
    text-decoration: none;
    display: block;
}

.slider a img {
    border: none;
    width: 100%;
    display: block;
}

.mark {
    position: absolute;
    bottom: 5px;
    padding: 0 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.mark li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255,255,255,.4);
    background-color: #eee\9;
    *background-color: #eee;
    margin-left: 5px;
}
.mark li.current{
    background-color: #ffd800;
}

/*内容页*/
.art-box .art-lists{
    margin: 15px 0;
}
.art-box .art-lists .art-list{
    float: left;
    width: 32%;
    margin-left: 2%;
    background-color: #fff;
}
.art-box .art-lists .art-list:first-child{
    margin-left: 0;
}
.art-list .container{
    padding: 10px;
 }
.art-list .container .title-box{
    color: #00923e;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    *zoom: 1;
}
.container .title-box span{
    *float: left;
}
.container .title-box a{
    color: #63a13e;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 3px;
}
.container .title-box a:hover{
    text-decoration: underline;
}
.container .tst-box{
    position: relative;
    padding: 10px;
}
.container .tst-box .img-box{
    position: relative;
}
.container .tst-box .img-box.mar-bottom{
    margin-bottom: 10px;
}
.container .tst-box .img-box.mar-top{
    margin-top: 10px;
}
.tst-box .img-box img{
    display: block;
    width: 100%;
}
.tst-box .img-box p{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    padding: 5px;
    background-color: rgba(0,0,0,.5);
    background-color: #333\9;
    *background-color: #333;
    position: absolute;
    z-index: 1;
    bottom:0;
    left: 0;
    right: 0;

}
.tst-box .list-box li {
    position: relative;
    padding: 8px 5px 8px 20px;
    border-bottom: 1px dashed #d9d9d9;
}
.list-box li span.dic {
    position: absolute;
    width: 5px;
    height: 5px;
    left: 5px;
    background-color: #bababa;
    top: 17px;
}
.list-box li a {
    position: relative;
    display: block;
    padding-right: 50px;
    color: #565555;
}
.list-box li a:hover {
    color: #00873b;
}
.list-box a .list-tst {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box a .time{
    color: #00923e;
    position: absolute;
    right: 0;
    top: 0;
}
