.content {
    width: 950px;
    margin: 0 auto;
}
a {
    color: #333;
}
.h2st {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;	
}
.pdr20 {
	padding-right: 20px;
}
.pdl20 {
	padding-left: 20px;
}
.entertxt {
	font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 25px;
}
.flex_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_cont_t {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.txtcont {
	font-size: 18px;
    line-height: 24px;
}
.absboxcont {
    position: relative;
}
.abscont {
    position: absolute;
    top: 50%;
    width: 45%;
    right: 20px;
    transform: translate(0%, -50%);
    background: rgba(255, 255, 255, 0.60);
    padding: 20px;
}
.abscont2 {
    position: absolute;
    top: 50%;
    width: 45%;
    left: 40px;
    transform: translate(0%, -50%);
    text-shadow: 0px 0px 20px #fff, 1px 1px 1px #fff;
}
.endcont {
    width: 48%;
    margin-top: 35px;
}
.endcont .txtcont {
    margin-top: 20px;
}
.endtxt {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}


@media (max-width: 768px) {
    .flex_cont, .flex_cont_t {
        display: block;
    }
    .flex_cont .txtcont {
        padding-right: 0px !important;
        padding-left: 0px !important;

    }
    .flex_cont > div:nth-child(1) {
        margin-bottom: 20px;
    }
    .flex_cont img {
        width: 60% !important;
        margin: 0 auto;
    }
    .flex_cont_t img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .video_box {
        padding: 0px !important;
    }
    .video_box iframe {
        height: 200px;
    }
}
