@charset "utf-8";
a {
    color: #333;
}

.slideTxtBox {
    text-align: left;
    overflow: hidden;
    width: 100%;
}

.slideTxtBox .hd {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: white;
    border-bottom: 3px solid white;
    position: relative;
    font-size: 18px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 3px;
    top: 0px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    /*background: #fafafa;*/
}

.slideTxtBox .hd ul li {
    margin: 0 48px 0 0;
    cursor: pointer;
    display: inline-block;
}

.slideTxtBox .hd ul li.on {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 3px solid #c71d07;
}

.slideTxtBox .hd ul li.on a {
    color: #c71d07;
    display: inline-flex;
}

.slideTxtBox .bd ul {
    padding: 10px 5px;
    zoom: 1;
    overflow: hidden;
}

.slideTxtBox .bd ul span {
    float: right;
    font-size: 14px;
    color: #999;
}

.slideTxtBox .bd li {
    height: 42px;
    line-height: 42px;
    background-image: url(../img/dianzhui.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 12px;
}

.slideTxtBox .bd li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.slideTxtBox .bd li a:hover {
    color: #c71d07;
}

.slideTxtBox .jcarousel-wrapper li a {
    width: auto;
}

.slideTxtBox .jcarousel-wrapper li {
    margin-right: 18px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

/* 下面是前/后按钮代码*/
.slideTxtBox .arrow {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    height: 100%;
    background: white;
}

.slideTxtBox .arrow a {
    display: block;
    width: 5px;
    height: 30px;
    float: right;
    margin-right: 5px;
    margin-top: 14px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/arrow.png") 0 6px no-repeat;
}

.slideTxtBox .arrow a.more {
    width: auto;
    height: auto;
    margin: auto;
    background: none;
}

.slideTxtBox a.arrow:hover {
    color: #c71d07 !important;
}

.slideTxtBox .arrow .next {
    background-position: 0 -44px;
}

.slideTxtBox .arrow .prevStop {
    background-position: -60px 0;
}

.slideTxtBox .arrow .nextStop {
    background-position: -60px -50px;
}
