﻿
.about-box{
    width: 100%;
    display: block;
}
.about-title{
    font-size: 22px;
    color: #1a96d6;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: bold;
}
.about-list{
    width: 100%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 1px;
}

.about-list2-box{
    width: 100%;
    display: block;
    font-size: 0;
    padding-top: 20px;
}

.about-list2-left,
.about-list2-right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.about-list2{
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
    color: #964a00;
    font-weight: bold;
}

.about-img-border{
    width: 380px;
    max-width: 100%;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #a0a0a0;
    box-shadow: rgba(0, 0, 0, 0.75) 2px 2px 5px;
    background-color: #FFF;
    z-index: 2;
}
.artist-title2{
    margin-top: 30px;
}

.about-img{
    width:100%; 
    height: 260px;
    display: block;
    
}

.about-img span{
    width:100%; 
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-img-line{
    width: 16px;
    height: 4px;
    display: block;
    background-color: #000;
    border-radius: 20px;
    margin:0 auto;
    margin-top: 3px;
    margin-bottom:10px;
}
.about-list2-left .about-img-box{
    margin-top: 30px;
}
.a2{
    top: -55px;
    right: -115px;
    z-index: 3;
}
.a4{
    top: -5px;
    z-index: 1;
}
.left{
    float: left;
}
.right{
    float: right;
}

/* --------------about-carnival----------------- */

.about-carnival-title2{
    font-size: 16px;
    font-weight: bold;
    color: #ee7500;
    display: block;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.about-carnival-p{
     font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.about-carnival-img{
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    display: block;
}
.about-carnival-img .mid{
    position: absolute;
    top: 0;
    left: calc(50% - 190px);
}


/* ------------about-concert----------- */
.about-concert-b-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 250px;
}
.about-concert-box{
    width: 100%;
    display: -webkit-flex;
    display:         flex;
    flex-wrap:wrap;
    align-content:flex-start;
    justify-content:space-between;

}
.about-concert-list{
    width: 280px;
    max-width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.about-concert-img{
    width: 100%;
    height: 300px;
    display: block;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    border-bottom: 0;
}
.about-concert-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.about-concert-name{
    width: 100%;
    line-height: 50px;
    border: 3px solid #1793d3;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-color: #FFF;
}

.about-concert-name:after{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -11px;
    left: calc(50% - 7.5px);
    border-top:  3px solid #1793d3;
    border-left:  3px solid #1793d3;
    background-color: #FFF;
    transform: rotate(45deg);
}

.about-concert-time-box{
    width: 100%;
    display: block;   
}

.about-concert-time-title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #ee7500;
    margin-bottom: 10px;
}
.about-concert-presided{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}
.about-concert-time{
    width: 100%;
    display: block;
    font-size: 0;
    margin-bottom: 20px;
}
.about-concert-time ul{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #1793d3;
    box-sizing: border-box;
    background-color: #FFF;
}
.about-concert-time ul:nth-child(2){
    border-left: 0;
}
.about-concert-date{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    border-bottom:  1px solid #1793d3;
    box-sizing: border-box;
}

.about-concert-time ul li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    border-right:  1px solid #1793d3;
    box-sizing: border-box;
}
.about-concert-time ul:nth-child(1) li:last-child{
    border-right:  0;
}
.about-concert-list-time,
.about-concert-show-name{
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    display: block;

}
.about-concert-list-time{
    border-bottom:  1px solid #1793d3;
}

.about-concert-music-box{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.about-concert-music-box ul{
    width: 580px;
    max-width: 100%;
    display: block;
    border: 1px solid #1793d3;
}
.about-concert-music-date{
    background-color:  #1793d3;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    border-bottom:  1px solid #1793d3;
    box-sizing: border-box;
}
.about-concert-music-box ul li{
    font-size: 0;
    display: block;
    width: 100%;
    border-bottom:  1px solid #1793d3;
    background-color: #FFF;

}
.about-concert-music-box ul li:last-child{
    border-bottom:0;
}
.about-concert-music-time{
    width: 30%;
    border-right:  1px solid #1793d3;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}
.about-concert-music-box ul li:nth-child(2) .about-concert-music-name{
    background-color: #ffc58c;
}
.about-concert-music-name{
    width: 70%;
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 60px;
}



/* ------------about-fireworks-------------- */
.about-fireworks-b-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 250px;
}
.about-fireworks-title2{
    font-size: 22px;
    color: #1a96d6;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ee7500;
}

.about-fireworks-img{
    width: 100%;
    display: block;
    margin-bottom: 50px;
    cursor: pointer;
}
.about-fireworks-img img{
    vertical-align: middle;
}


.traffic-list{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
     padding-bottom: 10px;
}

.traffic-p{
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    color: #333333;
    padding-bottom: 10px;
}
.traffic-i{
    padding-left: 10px;
    box-sizing: border-box;
}
.traffic-p i{
    color: #1793d3;
}

.traffic-img{
    margin-top: 20px;
}