.about-head-wrap{
    padding: 20px 0;
    background: linear-gradient(rgba(255, 254, 248, 1), rgba(255, 254, 248, 1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.about-head-box{
    width: 1140px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
}

.about-head-box span{
    color: rgba(188, 144, 81, 1);
}

.notice-detail-wrap{
    padding: 0 0 50px 0;
    background: linear-gradient(rgba(255, 254, 248, 1), rgba(255, 254, 248, 1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.notice-detail-box{
    width: 1140px;
    margin: 0 auto;
}

.notice-detail{
    /*width: 100%;*/
    border-radius: 4px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    background: rgba(255, 254, 248, 1);
    padding:30px 38px 38px 38px;
}

.notice-detail-title{
    color: rgba(192, 147, 81, 1);
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.notice-detail-text1{
    display: flex;
    align-items: center;
    color: rgba(192, 147, 81, 1);
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 38px;
}

.notice-detail-text1-img{
    width: 19px;
    height: 19px;
    background: #efefef;
    margin-right: 6px;
}

.notice-detail-text2{
    color: rgba(192, 147, 81, 1);
    font-weight: 500;
    font-size: 14px;
}

.about-body-box-head-left{
    color: rgba(192, 147, 81, 1);
    font-family: 'msz';
    font-size: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0,0.1);
    margin-bottom: 38px;
}

.contact-list-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.contact-item-left{
    margin-right: 9px;
    float: left;
}

.contact-item-right{
    float: left;
}

.contact-item-right-text1{
    color: #717171;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 15px;
}

.contact-item-right-text2{
    color: #717171;
    font-size: 14px;
    line-height: 19px;
}

.contact-item-right-text3{
    color: r#717171;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}

.contact-map-wrap{
    width: 100%;
    /*height: 440px;*/
    border-radius: 4px;
    border: 0.9px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
}

.contact-map-wrap img{
    width: 100%;
    height: 100%;
}