@charset "utf-8";
body{
    background: #F6F6F6!important;
}
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.wrap{
    width: 1170px;
    margin: 0 auto;
}

#public-nav-overview>a {
    color: #D46D2A !important;
}
/*.bannerBgWrap.css start*/
.bannerBgWrap{
    width: 100%;
    background: url("../img/organizer/banner.png") no-repeat center 0;
    height:488px;
    min-width: 1170px;
}
.headWrap{
    background: url("../img/organizer/bgTxt.png") no-repeat 277px 123px;
    background-size: 894px 159px;
    padding-top: 320px;
    padding-left: 277px;
}
.headWrap p:nth-child(1){
    font-weight: bold;
    font-size: 30px;
    color: #E2B14E;
    line-height: 48px;
}
.headWrap p:nth-child(2){
    font-size: 24px;
    color: #E2B14E;
    line-height: 48px;
}

.contentWrap h2{
    font-weight: bold;
    font-size: 40px;
    color: #010000;
    line-height: 1;
    margin: 50px 0;
}
.contentWrap{
    padding-bottom: 25px!important;
}
.contentList li{
    width: 1170px;
    border-radius: 22px;
    background: #fff;
    padding-top: 59px;
    padding-bottom: 54px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.contentList li a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contentWrap .logoWrap{
    width: 280px;
    text-align: center;
    margin-right: 90px;
}
.contentWrap .logoWrap img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.contentWrap .txtWrap{
    width: 715px;
}
.contentWrap .txtWrap span{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
}
.contentWrap .txtWrap pre{
    margin-top: 34px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-align: justify;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}