body {
    /*background-color: #F4F4F4;*/
}

.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.child-banner {
    position: relative;
    display: flex;
    justify-content: center;
    height: 360px;
    margin-top: 10px;
}

.child-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
}

.banner-box .banner-text {
    width: 500px;
    position: relative;
    top: 42%;
    left: 3%;
    user-select: none;
    color: white;
}

.banner-box .banner-text h2 {
    font-size: xx-large;
    font-weight: 300;
    color: #777777FF;
}

.banner-box .banner-text h1 {
    font-size: 36px;
    font-weight: 400;
    color: #1E252AFF;
}

.report-content-title {
    text-align: center;
    margin: 35px 0;
}

.report-content {
    width: 100%;
    height: 410px;
}

.report-box-zoom:hover .report-box{
    margin: 5px 5px 10px 5px;
    width: 290px;
    height: 375px;
}

.report-box {
    margin: 15px 15px 15px 15px;
    width: 270px;
    height: 360px;
    float: left;
    background-image: url(../images/bgyl.png);
    background-size: cover;
    box-shadow: 0px 0px 10px 1px #cfcfcf;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.report-box img {
    margin-top: 20px;
    width: 100px;
    height: 100px;
}

.report-box h3 {
    width: 230px;
    text-align: center;
    height: 120px;
}

.report-box a {
    border: 1px solid #0d76ef;
    padding: 5px 25px;
    border-radius: 25px;
    color: #0d76ef;
    margin-bottom: 30px;
    cursor: pointer;
}


.word-content {
    position: relative;
    display: flex;
    justify-content: center;
    height: 555px;
}

.word-content-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.word-content-box {
    width: 1200px;
    /*height: 500px;*/
    margin: auto;
    position: absolute;
    /*padding-top: 25px;*/

}

.docItem {
    background-color: white;
    margin: 0px 10px 20px;
    width: 380px;
    /*height: 200px;*/
    float: left;
    position: relative;
    box-shadow: 0px 0 5px 1px #bdbdbd;
}

.docItem h4 {
    height: 40px;
    padding: 15px;
    color: #424E61FF;
    font-size: 15px;
}

.docItem img {
    width: 100%;
    height: 184px;
    object-fit: cover;
}

.docItem a {
    padding: 0 20px;
    line-height: 35px;
    border: 0;
    color: #503691;
    position: absolute;
    font-size: 15px;
    border-radius: 3px;
    bottom: 10px;
    right: 10px;
    background-color: white;
    cursor: pointer;
}
.leftBtn{
    right: 90px !important;
}
.docItem a:hover {
    color:white;
    background-color:  #503691;
}
.docItem {
    position: relative;
    padding-top: 10px;
}

.docItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(353deg, #552AB9 0%, #0A6EF2 100%);
}
.word-content{
    height: 370px;
}
.word-content:last-child{
    padding-bottom: 50px;
}
