section {
    width: 100%;
    padding: 120px 0 60px;
    box-sizing: border-box;
}

h2 {
    width: 100%;
    height: 90px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 90px;

}

section .cont {
    width: 1200px;
    margin: 0 auto;
}

.cont .fund {
    width: 100%;
    height: 420px;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont .fund .fund-left {
    width: 560px;
    height: 100%;
}

.cont .fund .fund-left p {
    width: 560px;
    height: 97px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #343434;
    line-height: 24px;
    margin-bottom: 22px;
}

.cont .fund .fund-left .fund-flow {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin-bottom: 38px;
}

.cont .fund .fund-left h4 {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #6D6D6D;
    line-height: 30px;
}

.cont .fund .fund-left .eng {
    width: 100%;
    height: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 10px;
    opacity: 0.59;
}

.public {
    width: 100%;
    height: 840px;
    padding-top: 8px;
    box-sizing: border-box;
}

.public .public-text {
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 5px;
}

.public .public-list {
    width: 100%;
    height: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.public .public-list li {
    width: 600px;
    height: 320px;
    position: relative;
}

.public-list li .public-word {
    width: 100%;
    height: 92px;
    padding-left: 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}

.public-list li .public-word h4 {
    width: 100%;
    height: 31px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
    margin-bottom: 16px;
}

.public-list li .public-word p {
    width: 100%;
    height: 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.duty .swiper-button-prev {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50px;
    right: 50px;
    left: auto;
}

.duty .swiper-button-next {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50px;
    right: 0;
}

.duty .swiper-button-next:focus {
    outline: none;
}

.duty .swiper-button-prev:focus {
    outline: none;
}

.duty {
    width: 100%;
    height: 500px;
    position: relative;
}

.duty-list {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.duty-list li {
    width: 380px;
    height: 100%;
}

.duty-list li a img{
    width: 380px;
}
.duty-list li h4 {
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.duty-list li p {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.duty-list li .duty-time {
    width: 100%;
    height: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}