* { margin: 0; padding: 0; } body{ height: auto; margin: 0 auto; } li { list-style-type: none; } a{ text-decoration: none; color: black; } .tab { width: 100%; margin-top: 2%; overflow: hidden; } .tab_list { width: 100%; } .tab_list ul { width: 100%; height: 5vh; display: flex; flex-direction: row; align-items: center; justify-content: center; } .tab_list li { float: left; width: 21%; height: 5vh; cursor: pointer; color: #d9d6d8; } .tab_list li p{ width: 100%; display: block; height: 5vh; line-height: 4.2vh; text-align: center; } .tab_list .current { background: url(/uploads/image/rts1dajszimages/kuang.png) no-repeat center center; background-size: contain ; color: black; } .item_info { padding: 2vh 0 0 2vh; } .item { display: none; margin: 5% auto; } .a1 { display: flex; width: 90%; flex-wrap: wrap; flex-direction: row; justify-content: space-around; margin: 5% auto; } .a2 { display: flex; width: 90%; flex-wrap: wrap; flex-direction: row; justify-content: space-around; margin: 5% auto; } .a3 { display: flex; width: 90%; flex-wrap: wrap; flex-direction: row; justify-content: space-around; margin: 5% auto; } .box1 { width: 100%; margin: 0; margin-bottom: .5rem; border-bottom: 0.015rem solid #d9d6d8; } .box1 .top1{ display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; margin: 1vh 0; } .box1 .title1{ margin-right: 1%; width: 60%; } .box1 .title1 p{ line-height: 3.5vh; width: 100%; } .box1 .right1{ position: relative; /* aspect-ratio: 16/9; */ width: 39%; height: 20%; } .box1 .right1 img{ display: block; width: 100%; aspect-ratio: 16/9; height: auto; } .box1 .right1 .biao { position: absolute; right: 0.3vh; bottom: 0.3vh; width: 30%; height: 2vh; } .box1 .right1 .biao p{ font-size: 1.4vh; text-align: center; color: white; font-weight: 400; border-radius: 10px; } .box1 .time1{ display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; } .box1 .time1 .left1 { width: 30%; font-size: 1.5vh; color: #d9d6d8; } .box1 .time1 .yuedu1 { width: 30%; font-size: 1.5vh; margin-bottom: 1vh; color: #d9d6d8; } .box1 .time1 .zhibo1 { width: 70%; font-size: 1.5vh; /* margin-bottom: 1vh; */ color: #d9d6d8; } .box2{ display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; margin: 0; margin-bottom: .5rem; border-bottom: 0.015rem solid #d9d6d8; } .box2 .title2{ width: 100%; margin-bottom: 1vh; line-height: 3.5vh; } .box2 .tupian { position: relative; width: 100%; aspect-ratio: 16/9; height: auto; margin-bottom: 1vh; } .box2 .tupian img{ width: 100%; aspect-ratio: 16/9; height: auto; } .box2 .tupian .biao { position: absolute; right: 0.3vh; bottom: 0.8vh; width: 18%; height: 3vh; } .box2 .tupian .biao p{ font-size: 2vh; text-align: center; color: white; font-weight: 400; border-radius: 10px; } .box2 .time2 { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; } .box2 .time2 .left2 { width: 30%; font-size: 1.5vh; color: #d9d6d8; } .box2 .time2 .yuedu2 { width: 30%; font-size: 1.5vh; margin-bottom: 1vh; color: #d9d6d8; } .box2 .time2 .zhibo2 { width: 70%; font-size: 1.5vh; /* margin-bottom: 1vh; */ color: #d9d6d8; }