@charset "UTF-8";
/*分类陈列*/
.accordion {
    height: 450px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.accordionBox {
    height: 450px;
    overflow: hidden;
    width: 100%;
}

.singleWrap {
    width: 16.666%;
    height: 450px;
    float: left;
    overflow: hidden;
}

.singleBox {
    width: 100%;
    overflow: hidden;
}

.single {
    float: left;
    position: relative;
    width: 100%;
    height: 450px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer
}

.singleWrap:nth-child(2n) .single {
    background: rgba(0, 0, 0, 0.4);
}

.singleN {
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    transition: all 0.4s ease-in;
}

.singleN p {
    color: #fff;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/*基本陈列展开*/
.singleN p.split-line {
    margin: 5px 0;
}

.singleN p.zkan {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/memo_arrows.png) no-repeat 0 0;
    cursor: pointer;
    margin-top: 15px;
}

.single:hover .singleN {
    bottom: 20%;
}

.single:hover p.zkan {
    background-position: 0 -36px;
}

.single.active .singleN {
    opacity: 1;
    bottom: 25%;
}

.single.active .singleN p {
    opacity: 1;
}

.off {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 105;
    width: 36px;
    height: 36px;
    background: url(../images/memo_close.png) no-repeat;
    opacity: 0.6;
    transition: all 0.5s;
    cursor: pointer;
}

.off:hover {
    opacity: 1;
}

.detail {
    width: 83.333%;
    height: 450px;
    background: rgba(0, 0, 0, 0.2);
    padding: 64px 42px;
    float: left;
    position: relative;
}

.detail .detail-item {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 30px;
}

.detail .detail-item .date {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
.detail .detail-item p{
    opacity: 0;
}

.showBox {
    display: none;
}

.showList {
    margin-top: 6px;
}

.showList li {
    text-align: left;
    clear: both;
    height: 38px;
    line-height: 38px;
}

.showList li img {
    float: left;
    margin-top: 16px;
    margin-right: 14px;
    margin-left: 39px;
}

.showList li a {
    float: left;
    font-size: 16px;
    color: #666666;
}

.courseBox {
    clear: both;
    overflow: hidden;
}

.verticalLine {
    width: 2px;
    height: 34px;
    background: #da3737;
    margin-left: 6px;
    margin-bottom: 3px;
}

.verticalLineLeft {
    width: 590px;
}

.marker {
    float: left;
    margin-right: 9px;
    margin-left: 32px;
}

.courseBox p {
    cursor: pointer;
    width: 315px !important;
    text-indent: 0;
    text-align: left;
    float: left;
    /*line-height:26px;*/
    margin-top: -3px;
    font-size: 14px;
    color: #333333;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.addst {
    color: #930713 !important;
    font-size: 18px !important;
}
