*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    width: 100%;
    overflow: hidden;
}
.container{
    width: 100%;
    height:100vh;
    background: url("../image/bg-list.jpg") no-repeat;
    background-size:cover;
    padding: 3.333vw 0 3.333vw 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.header{
    width: 50.522vw;
    height: 3.229vw;
    display: flex;
    justify-content: space-between;
    margin-left: 5.469vw;
}
.logo{
    width: 20.99vw;
    height: 3.229vw;
}
.logo img{
    width: 100%;
    height: auto;
}
.header-title{
    width: auto;
	height: auto;
	font-weight: bold;
	font-size: 2.5vw;
	line-height: 3.229vw;
    color: #ffffff;
    /* padding: 0.5vw 0; */
}
.content{
    width: 77.813vw;
    height: auto;
    margin: 4.365vw 0 0 5.569vw;
    display: flex;
    justify-content: space-between;
}
.content-left{
    width: 16.094vw;
	font-family: MicrosoftYaHei-Bold;
	font-size: 6.771vw;
    color: #ffffff;
    margin-top: -2vw;
}
.content-right-list{
    width: 59.167vw;
	height: 3.542vw;
	box-shadow: 0vw 0.26vw 0vw 0vw 
		rgba(80, 77, 77, 0.43);
	border-radius: 1.771vw;
    border: solid 0vw #ffffff;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 3.646vw;
}
.content-right-list .list-img{
    width: 1.302vw;
	height: 1.302vw;
}
.content-right-list .list-img img{
    width: 100%;
    height: auto;
}
.content-right-list .list-text{
    width: 36.302vw;
	font-weight: bold;
	font-size: 1.25vw;
    color: #0066cc;
    overflow:hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    margin-left: 2.187vw;
}
.content-right-list + .content-right-list{
    margin-top: 0.938vw;
}
/* -----------------index样式---------------- */
.mid{
    width: 100vw;
    background-color: #0099ff;
    font-size: 3.75vw;
    color: #ffffff;
    margin-top: 2vw;
    display: flex;
    align-items: center;
    padding-left: 5.469vw;
}
.mid .num{
    font-size: 6.771vw;
    font-weight: bold;
}
.mid .text{
    font-family: MicrosoftYaHeiLight;
    margin-left: 2.344vw;
}
.bot{
    /* margin-left: 5.469vw;
    margin-top: 2.345vw; */
    margin:2.345vw 5.469vw 0;
    display: flex;
    justify-content: space-between;
}
.bot-left{
    position: relative;
}
.bot-left .bot-left-img{
    width: 22.76vw;
	height: 4.417vw;
}
.bot-left .bot-left-img img{
    width: 100%;
    height: auto;
}
.bot .bot-left .title{
	font-weight: bold;
	font-size: 2.083vw;
    color: #000000;
    position: absolute;
    top: 1vw;
    left: 7vw;
}
.bot .bot-left .bot-left-list{
    width: 21.094vw;
    height: 32.708vw;
    background: rgba(255,255 , 255, 0.71);
    margin-top: 1.075vw;
    padding:2.76vw 0 0  3.073vw;
}
.list-kind{
    display: flex;
    align-items: center;
    
}
.list-kind + .list-kind{
    margin-top: 0.732vw;
}
.imgbox{
    width: 1.302vw;
	height: 1.302vw;
}
.imgbox img{
    width: 100%;
    height: auto;
}
.kind-text{
    width: 12.552vw;
    /* font-weight: bold; */
	font-size: 1.25vw;
    color: #000000;
    margin-left: 1.719vw;
    overflow:hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
}
.bot-right{
    width: 60.365vw;
    height: 38.052vw;
}
.bot-right embed{
    width: 100%;
    height: 100%;
}