/*在这里编写相关的CSS代码*/
body{width: 100%;height: 100vh;color: #ffffff;font-family: "黑体";font-weight: 600;}
.内容显示{width: 90%;margin: 0 auto;background-image: url("../file/1785726782327.png");}
.top{width: 100%;height: 10vh;line-height: 10vh;}
#图片区块{width: 20%;height: 10vh;line-height: 10vh;text-align: center;}
#图片区块 img{max-width: 100%;max-height: 10vh;}
.content{width: 100%;height: 85vh;font-size: 0;}
.左边区块 , .右边区块{display: inline-block;font-size: 14px;vertical-align: top;}
.左边区块{width: 15%;text-align: center;margin: 10px 0;}
.左边区块 ul{margin: 15px;}
.左边区块 ul p{font-size: 18px;}
.左边区块 ul li{margin: 15px 0;}
.左边区块 ul li a{color: #ffffff;}
.左边区块 ul li a:hover{color: #b30000;}
.右边区块{width: 85%;}
.右边区块 iframe{width: 100%;height: 85vh;background-color: transparent;border-style: none;}
.foot{width: 100%;height: 5vh;line-height: 5vh;text-align: center;font-size: 11px;background-color: #000000;}