#content-sec3 {
    position: relative;
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    text-align: center;
}

#content-sec3 .title {
    margin-top: 5px;
    font-family: 微软雅黑;
    font-size: 25px;
    color: #535353;
    text-align: center;
    font-weight: bold;
}

#content-sec3 .title-sub-line {
    margin-top: 4%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 18px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #535353;
    text-align: left;
    text-indent: 28px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#content-sec3 .title-more {
    margin-bottom: 10px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #2E84E9;
    text-align: center;
    cursor: pointer;
}

#content-sec4 {
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    text-align: center;
}

#content-sec4 .title {
    margin-top: 5px;
    font-family: 微软雅黑;
    font-size: 25px;
    color: #535353;
    text-align: center;
    font-weight: bold;
}

#content-sec4 .title-sub-line {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #535353;
    text-align: left;
    text-indent: 28px;
}

#content-sec4 .title-more {
    margin-bottom: 10px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #2E84E9;
    text-align: center;
    cursor: pointer;
}

#content-sec5 {
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    text-align: left;
    margin-top: 20px;
}

#content-sec5 .title {
    font-family: 微软雅黑;
    color: #000000;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

#content-sec5 .title-sub-line {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #535353;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content-sec5 .title-more {
    margin-bottom: 10px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #2E84E9;
    text-align: left;
    cursor: pointer;
}

#content-sec5 .imgsmall {
    display: block;
    height: 200px;
    width: auto;
    max-width: 90%;
}

#content-sec5 .imgboder {
    border: 5px double #1463ac;
    border-radius: 15px;
    max-width: 90%;
    animation: animated-border 1.5s infinite;
}

@keyframes animated-border {
    0% {
        imgboder-shadow: 0000rgba(255, 255, 255, 0.4);
    }
    100% {
        imgboder-shadow: 00020pxrgba(255, 255, 255, 0);
    }
}

#img-title {
    display: block;
    max-width: 40%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
    img-title {
        max-width: 100%;
    }
}

#content-sec6 {
    position: relative;
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    text-align: left;
}

#content-sec6 .title {
    margin-top: 10px;
    font-family: 微软雅黑;
    color: #001d57;
    text-align: left;
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    content-sec6 {
        font-size: 22px;
    }
    .title {
        font-size: 18px;
    }
}

#content-sec6 .lefttop {
    position: absolute;
    top: 20%;
}

#content-sec7 {
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    text-align: left;
}

#content-sec7 .title {
    margin-top: 5px;
    font-family: 微软雅黑;
    color: #000000;
    text-align: center;
    font-weight: bold;
    line-height: 90px;
    background-image: url(../v3/title_boder.png);
    background-size: 150px 60px;
    background-repeat: no-repeat;
    background-position: center;
}

#content-sec7 .titlebig {
    margin-top: 5px;
    font-family: 微软雅黑;
    color: #000000;
    text-align: center;
    font-weight: bold;
    line-height: 90px;
    background-image: url(../v3/title_boder.png);
    background-size: 250px 60px;
    background-repeat: no-repeat;
    background-position: center;
}

#content-sec7 .titlesmall {
    margin-top: 5px;
    font-family: 微软雅黑;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

#content-sec7 .title-sub-line {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #535353;
    text-align: left;
    text-indent: 28px;
    line-height: 28px;
}

#content-sec7 .imgstyle {
    margin-top: 20px;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

#content-sec8 {
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    text-align: left;
}

#content-sec8 .title {
    margin-top: 5px;
    font-family: 微软雅黑;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

#content-sec8 .title-sub-line {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #535353;
    text-align: center;
    text-indent: 28px;
    line-height: 28px;
}

#video {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}

#imgs_map {
    display: block;
    height: 300px;
    width: auto;
    max-width: 100%;
}

