* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

html,
body {
    background: white;
    background: url('image/000.jpg');
}

.aa {
    margin: 0 auto;
    padding: 0 10px;
    width: 800px;
    background: rgba(255,255,255,0.3);
}
.bb {
    border-bottom: 1px dashed black;
}

.bb  h1{
    font-size: 23px;
    line-height: 50px;
    color: red;
    text-align: center;
}
.box{
    width: 800px;
    height: 150px;
    padding: 0 10px 10px 0;
    margin: 0 auto;
    background: rgba(255,255,255,0.1);
}
.box ul{
    overflow: hidden;
}
.box ul li{
    width: 150px;
    height: 135px;
    margin: 10px 0 0 10px;
    float: left;
    position: relative;
}
.box ul li img{
    width: 100%;
    height: 100%;
}
.box ul li{
    overflow: hidden;
}
.ul li img{
    transition: 0.5s;
}
.box ul li:hover img{
    transform: scale(1.5);
}
.cc h2{
    font-size: 17px;
    line-height: 40px;
    color:rgb(85, 85, 243);
}
.cc ol li{
    font-size: 17px;
    line-height: 30px;
    text-indent: 2em;
}
 .cc h3{
    font-size: 17px;
    line-height: 40px;
    color: red;
    font-style: italic;
}
.cc h4{
    font-size: 19px;
    line-height: 40px;
    color: darkorchid;
}
.cc h5{
    font-size: 18px;
    line-height: 40px;
    color: rgb(85, 85, 243);
}
.cc figure figcaption{
    font-size: 17px;
    line-height: 25px;
    text-indent: 2em;
}
.cc p{
    font-size: 18px;
    line-height: 25px;
    text-indent: 2em;
}
.cc  img {
    width:100%;
    margin-top: 5px;       
}
.figurebox img{
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 7px;
}
.cc h6{
    font-size: 18px;
    line-height: 40px;
    color: yellow;
}
#footer{
	width: 100%;
	height: 70px;
	background: rgb(112, 111, 111);
    color: #fff;
	line-height: 26px;
	text-align: center;
	padding-top: 50px;
	margin-top: 40px;
}
