.won_title {
    background-image: url('../image/zjzx_title.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
}

.won_title>span {
    color: #323232;
    font-size: 40px;
    font-weight: 500;
}

.more_video {
    margin-top: 50px;
    margin-bottom: 50px;
}

.more_video>button {
    width: 150px;
    height: 50px;
    color: #2992E4;
    border: 1px solid #2992E4;
    background-color: #fff;
}

.aqsc_ul {
    height: 47px;
    display: flex;
    padding: 0 20px;
    list-style-type: disc;
}

.aqsc_ul_text {
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aqsc_ul>span {
    text-align: left;
    height: 47px;
}

.aqsc_ul>div {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: black;
    margin-right: 10px;
    margin-top: 7px;
}

li {
    cursor: pointer;
}

.moreBtn {
    margin: 50px auto;
    color: #0880df;
    width: 150px;
    height: 50px;
    border: 1px solid #0880df;
    cursor: pointer;
}

.moreBtn .svg-wrapper2 {
    margin: 0;
    position: relative;
    height: 100%;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
}

.shape2 {
    stroke-width: 6px;
    fill: transparent;
    stroke: #c6c9ee;
    stroke-dasharray: 0 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}

.svg-wrapper2:hover .shape2 {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #c6c9ee;
}

.text2 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.text2 a {
    display: table;
    border: 1px solid #fff;
    width: 100%;
    line-height: 50px;
}

.text2 a:hover {
    border: 1px solid transparent;
    text-decoration: none;
}


.box_title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 20px;
    color: white;
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}