.funds{
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: auto;
    width: 100%;
    min-height: 500px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, hsla(0, 0%, 100%, 0)), color-stop(55%, hsla(0, 0%, 100%, 0.48)), to(#fff)), url(../image/m-bg.jpg);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 28%, hsla(0, 0%, 100%, 0.48) 55%, #fff), url(../image/image-7.jpg);
    background-position: 0px 0px, 50% 21%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: contain;
    object-fit: contain;
}
.funds-1{
    max-width: 940px;
    position: static;
    top: 75px;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
}
.funds-1 h2{
    position: static;
    bottom: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto 30px;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Libre Caslon Text', sans-serif;
    color: #353535;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.funds-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: 50px auto auto;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.funds-list div{
    width: 50%;
}
.funds-list div h1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    line-height: 60px;
    text-align: left;
    min-height: 60px;

}

.funds-list div p{
    width: 400px;
    text-align: left;
    color: #666666;
    font-size: 18px;
    text-align: justify;
}

.funds-detail p.image{

    display: block;

    max-height: 450px;
    overflow: hidden;
}

.s-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: 50px auto auto;
    text-align: justify;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 18px;
    color: #666666;
    padding-top: 30px;
}

.apply{
    max-width: 940px;
    text-align: center;
    margin: 30px auto auto;
    /*max-height: 400px;
    overflow: hidden;*/

}