.date_main {
    background: url("/images/website/w1.png") center top no-repeat, url("/images/website/w7.png") center bottom no-repeat;
    width: 100%;
    min-height: 755px;
    margin-top: 122px;
}

.date_main_kyzt {
    background: url("/images/website/kyzt.png") center top no-repeat, url("/images/website/w7.png") center bottom no-repeat;
    width: 100%;
    min-height: 755px;
    margin-top: 122px;
}

/*聚焦非遗 start*/
.focusBox_father {
    padding-top: 415px;
}

.focusBox {
    margin: 0 auto;
    width: 1010px;
    background: #fff;
    padding: 30px;
}

.focusBox h1 {
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}

.carousel {
    width: 850px;
    margin: 0 auto;
}

.focusBox .carousel-control.left {
    left: -54px;
}

.focusBox .carousel-control.right {
    right: -57px;
}
.focusBox .carousel-indicators{
    text-align: right;
    margin-left: -15%;
}
.focusBox  .carousel-indicators .active{
    background: #ae2626;
    border: 0;
}
.carousel-indicators li{
    border: 0;
    background: #999999;
}
.shadow_box {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    right: 0;
}

.shadow_text {
    margin-left: 15px;
    width: 645px;
}
.shadow_text h3{
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
.shadow_text h3 a {
    font-size: 18px;
    color: #fcfcfc;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shadow_text p{
    color: #c4c3c3;
    font-size:14px;
    line-height: 22px;
}
/*聚焦非遗 end*/

/*非遗活动 start*/
.heritage_activities{
   /* background: url("../images/w7.png") center bottom no-repeat;
    width: 100%;
    min-height: 1000px;*/
}
.heritage_activities h1{
    margin: 0 auto 40px;
    width: 858px;
}
.activity_list li{
    padding: 18px 0;
    border-bottom: 1px solid #d6d3d3;
    font-size: 16px;
    color: #585657;
    margin-bottom: 20px;
}
.activity_icon{
    width: 26px;
    display: inline-block;
    margin: 0 20px 0 15px;
}
.activity_list li a{
    display: inline-block;
    width: 990px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #585657;
}
.activity_time{
    display: inline-block;
    width: 115px;
    text-align: center;
}
/*非遗活动 end*/
