
/* body{
    background: none;
} */
.pFoot{
    margin-top: 0;
}

.pLocation ,.pLocation a {
    color: #999;
}

.u-title{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}

.u-title .title-text{
    display: inline-block;
    font-size: 22px;
    font-size: .22rem;
    font-weight: bold;
    line-height: 40px;
    line-height: .4rem;
    color: #1f5d83;
    border-bottom: 2px solid #1f5d83;
}

.one-box{
    padding-top: 24px;
    padding-top: .24rem;
    padding-bottom: 40px;
    padding-bottom: .4rem;
    background: url(2022-body.png) no-repeat center bottom #f2f2f2;
    background-size: 100% auto;
}
.one{
    width: 100%;
    padding: 15px;
    padding: .15rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 7px;
}

.one .first-title{
    margin: 35px 0;
    margin: .35rem 0;
    width: 100%;
    font-size: 30px;
    font-size: .3rem;
    line-height: 1.5;
    font-weight: bold;
	color: #1f5d83;
    text-align: center;
}
.one .video-box{
    width: 100%;
}
.one .video-box::after{
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.one .video-box .video{
    float: left;
    width: 660px;
    width: 6.6rem;
    height: 369px;
    height: 3.69rem;
    overflow: hidden;
	display: none;
}
.one .video-box .video video{
    width: 100%;
    height: 100%;
}
.one .video-box .img{
    float: left;
    width: 660px;
    width: 6.6rem;
    height: 369px;
    height: 3.69rem;
    overflow: hidden;
	display: none;
}
.one .video-box .img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.one .video-box .des-box{
    float: right;
    padding: 15px 15px 15px 30px;
    padding: .18rem;
    width: calc(100% - 660px);
    width: calc(100% - 6.6rem);
	height: 369px;
	height: 3.69rem;
    background-color: #f3f6f9;
    box-sizing: border-box;
}

.one .video-box .des-box .des{
    padding-right: 10px;
    padding-right: .1rem;
    width: 100%;
    height: 120px;
    height: 1.2rem;
    line-height: 30px;
    line-height: .3rem;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.one  .video-box .des-box .des::-webkit-scrollbar{
    width: 8px;
}
.one  .video-box .des-box .des::-webkit-scrollbar-thumb{
    background-color: #558acd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.one  .video-box .des-box .des::-webkit-scrollbar-track{
    background-color: #ebebeb;
}
.one  .video-box .des-box .des span{
    display: inline-block;
    font-weight: bold;
    color: #1f5d83;
}
.one .video-box .des-box .line{
    margin: 15px 0;
    margin: .15rem 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}
.one .video-box .des-box p{
    display: block;
    margin-bottom: 10px;
    margin-bottom: .1rem;
    width: 100%;
}
.one .video-box .audio {
    width: 100%;
    height: 40px;
    height: 0.4rem;
    outline: none;
    margin-top: 10px;
    margin-top: 0.1rem;
}
.one .video-box .audio audio {
    width: 100%;
    height: 100%;
}
/* .one .video-box .des-box p::after{
    display: block;
    height: 0;
    content: "";
    clear: both;
} */
.one .video-box .des-box p .title{
    float: left;
    display: block;
    width: 80px;
    width: .8rem;
    font-weight: bold;
    color: #1f5d83;
}
.one .video-box .des-box .vip-list{
    float: right;
    width: calc(100% - 80px);
    width: calc(100% - .8rem);
    height: 90px;
    height: .90rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.one .video-box .des-box .vip-list::-webkit-scrollbar{
    width: 8px;
}
.one .video-box .des-box .vip-list::-webkit-scrollbar-thumb{
    background-color: #558acd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.one .video-box .des-box .vip-list::-webkit-scrollbar-track{
    background-color: #ebebeb;
}
.one .video-box .des-box .vip-list li{
    margin-bottom: 9px;
    margin-bottom: .09rem;
    width: 100%;
}
.one .video-box .des-box .vip-list li:nth-last-child(1){
    margin-bottom: 0;
}

.one .text-image-box {
    margin-top: 25px;
    margin-top: .25rem;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    width: 100%;
}
.one .text-image-box::after{
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.one .text-image-box .text-box{
    float: left;
    width: 840px;
    width: 8.4rem;
}
.one .text-image-box .text-box ul{
    margin-top: 25px;
    margin-top: .25rem;
    padding-right: 20px;
    padding-right: .2rem;
    width: 100%;
    height: 710px;
    height: 7.1rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
.one .text-image-box .text-box ul::-webkit-scrollbar{
    width: 8px;
}
.one .text-image-box .text-box ul::-webkit-scrollbar-thumb{
    background-color: #558acd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.one .text-image-box .text-box ul::-webkit-scrollbar-track{
    background-color: #ebebeb;
}
.one .text-image-box .text-box ul li{
    margin-bottom: 10px;
    margin-bottom: .1rem;
    padding: 20px;
    padding: .20rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
	overflow: hidden;
	position: relative;
}
.one .text-image-box .text-box ul li i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: red;
}
.one .text-image-box .text-box ul li img{
    float: left;
    display: block;
    width: 40px;
    width: .4rem;
    height: 40px;
    height: .4rem;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	position: relative;
	z-index: 1;
}
.one .text-image-box .text-box ul li p{
  float: right;
  display: block;
  width: calc(100% - 60px);
  width: calc(100% - .6rem);
  line-height: 30px;
  line-height: .3rem;
  color: #333;
  position: relative;
  z-index: 1;
}
.one .text-image-box .text-box ul li p span:nth-child(1){
    font-weight: bold;
}

.one .text-image-box .image-box{
    float: right;
    width: calc(100% - 880px);
    width: calc(100% - 8.8rem);
}
.one .text-image-box .image-box ul{
    margin-top: 25px;
    margin-top: .25rem;
    padding-right: 20px;
    padding-right: .2rem;
    width: 100%;
    height: 710px;
    height: 7.1rem;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.one .text-image-box .image-box ul::-webkit-scrollbar{
    width: 8px;
}
.one .text-image-box .image-box ul::-webkit-scrollbar-thumb{
    background-color: #558acd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.one .text-image-box .image-box ul::-webkit-scrollbar-track{
    background-color: #ebebeb;
}

.one .text-image-box .image-box ul li{
    margin-bottom: 20px;
    margin-bottom: .2rem;
    width: 100%;
    height: 223px;
    height: 2.23rem;
    overflow: hidden;
	position: relative;
}
.one .text-image-box .image-box ul li a{
    width: 100%;
    height: 100%;
}
.one .text-image-box .image-box ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.one .text-image-box .image-box ul li:hover img{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.one .text-image-box .image-box ul li p{
	text-align: center;
	position: absolute;
	width: 100%;
	padding: 5px;
	padding: 0.08rem 0.05rem;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-size: 0.16rem;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#80000000", endColorstr="#80000000");
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.two{
    margin-top: 20px;
    margin-top: .2rem;
    width: 100%;
    padding: 15px;
    padding: .15rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 7px;
}

.two .mtbd{
    margin-top: 20px;
    margin-top: .2rem;
    padding-bottom: 15px;
    padding-bottom: .15rem;
    width: 100%;
    line-height: 1.5;
    color: #333;
}

.two .mtbd .pList01 li a {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .one-box .one{
        padding: 10px;
        padding: .1rem;
    }
    .one .first-title{
        margin: 20px 0;
        margin: .2rem 0;
        font-size: 30px;
        font-size: .3rem;
    }

    .one .video-box .video{
        float: none;
        width: 100%;
        height: 250px;
        height: 2.5rem;
    }
    .one  .video-box .des-box{
        float: none;
        padding: 15px 15px 15px 15px;
        padding: .15rem .15rem .15rem .15rem;
        width: 100%;
        height: auto;
    }
    .one .video-box .des-box .vip-list{
        height: auto;
        overflow-y: hidden;
    }

    .one .text-image-box .text-box{
        float: none;
        width: 100%;
    }
    .one .text-image-box .text-box ul{
        padding-right: 0;
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .one .text-image-box .image-box{
        float: none;
        width: 100%;
    }
    .one .text-image-box .image-box ul{
        padding-right: 0;
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }
}