.active_detail_banner {
	position: relative;
    margin-top: 101px;
}

.active_detail_banner > .bg {
	width: 100vw;
}

.active_detail_banner > .info {
    position: absolute;
    top: 166px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.active_detail_banner > .info > .title {
    font-size: 80px;
    color: #004EA2;
    letter-spacing: 0.5rem;
    margin-bottom: 20px;
    -webkit-text-stroke: 10px #fff;
    paint-order: stroke fill;
    font-weight: 700;
}

.active_detail {
    display: flex;
    justify-content: center;
}

.active_detail  > .item {
    width: 1389px;
    margin-top: -58px;
    background: #fff;
    border: 1px #CCCCCC solid;
    margin-bottom: 269px;
    padding: 75px 81px 51px 173px;
    display: flex;
    flex-direction: column;
}

.active_detail  > .item > .title {
	color: #333333;
    align-self: center;
    font-size: 32px;
    margin-bottom: 37px;
}

.active_detail  > .item > .home_dot {
    align-self: center;
    width: 88px;
    margin-bottom: 30px;
}

.active_detail  > .item > .content p > span {
    text-wrap-mode: wrap !important;
}

.active_detail  > .item > .bottom {
    margin-top: 263px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.active_detail  > .item > .bottom  > .source {
    font-size: 40px;
    color: #004EA2;
}

.active_detail  > .item > .bottom > .line {
    margin-top: 13px;
    margin-bottom: 28px;
    width: 311px;
    height: 1px;
    background: #004EA2;
}

.active_detail  > .item > .bottom > .time {
    font-size: 18px;
    color: #888888;
}