*{
    margin: 0px;
    padding: 0px;
    /* transition: all 1s; */
}
body{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.bodys{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 5px;
}
#blocks{
	display: none;
	width: 100%;
	height:100%;
	z-index: 1001;
	position: fixed;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=90);
	opacity:0.9;
}
.topbar{
    width: 100%;
    height: 7%;
    background-color: rgba(235, 240, 245,.9);
    position: fixed;
    top: 0px;
    z-index: 1000;
    
}
.topbar img{
    transition: all 1s;
    position: relative;
    top: 0px;
    height: 60%;
    margin-left: 4%;
}
.topbar span{
    transition: all 1s;
    position: absolute;
    top: 0px;
    margin-left:5px;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* text-shadow: 0 0 20px #fff; */
}
#refresh{
    transition: all 1s;
    position: fixed;
    right: 4%;
    top: 0px;
    border-radius: 4px;
    background-color: #99CCFF;
    padding-left: 1%;
    padding-right: 1%;
    display: block;
    z-index: 10002;
}
.images{
    transition: all 1s;
    width: 95%;
    border-radius: 6px;
    position: relative;
}
.liimages{
    transition: all 1s;
}
#list{
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
}
#list li{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow:0 0 6px 1px #999;
    transition: all 1s;
}
#list li.active{
    opacity: 1;
    z-index: 99;
}
#list li img{
    width: 100%;
}
button{
    width: 7%;
    height: 30%;
    border-radius: 3px;
    color: rgb(175, 84, 84);
    position: absolute;
    border: 0px;
    background-color: rgba(235, 240, 245,.3);
    z-index: 100;
}
#pointlist{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    z-index: 1000;
    right: 1%;
    bottom: 2%;
}
.point{
    transition: all 1s;
    height: 10px;
    width: 10px;
    background-color: rgba(75, 77, 78, 0.7);
    border-radius: 50%;
    float: left;
    margin-right: 9px;
}
.point.active{
    background-color: rgba(255, 255, 255, 1);
}
hr{
    width: 95%;
}
.news{
    margin-top: 13px;
    width: 95%;
    height: 120px;
    border-radius: 6px;overflow:hidden;
}
.newscard{
    /* box-shadow:0 0 6px 1px #999; */
    width: 100%;
    border-radius: 6px;
    padding-bottom: 2%;
}
.img{
    border-radius: 6px;
    float: left;
    width: 28%;
    height: 100%;
    overflow: hidden;
}
.img img{
    transition: all 1s;
    border-radius: 6px;
    width: 100%;
    float: left;
}
.news p{
    text-align: left;
    margin-right: 0px;
}
h4{
    width: 95%;
    text-align: left;
    border-radius: 6px;
    text-shadow: 0 0 20px #fff;
    margin-top: 15px;
}
.text{
    width: 70%;
    float: right;
    height: 100%;
    overflow: hidden;
}
.zhengwen{
    background-color: #E9F5F4;
    display: block;
    z-index: 999999999;
    height: 86%;
    width: 86%;
    position: fixed;
    top: 7%;
    left: 7%;
    display: none;
    border-radius: 6px;
    overflow: auto;
}
.zhengwen p{
    text-align: left;
    margin-top: 3%;
    width: 90%;
    margin-bottom: 4%;
}
.zhengwen img{
    border-radius: 5px;
    width: 90%;
}
#close{
    width: 20px;
    height: 20px;
    background-color: red;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:9999999;
}
.bottombar{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 7%;
    background-color: rgba(248, 248, 247, .97);
}
#bbl{
    transition: all 0.5s;
    width: 96%;
    margin-left: 2%;
    position: absolute;
    top: 0px;
}
#bbl li{
    transition: all 0.5s;
    width: 33%;
    list-style: none;
    float: left;
}
.bottombutton{
    transition: all 0.5s;
    text-align: center;
}
.bottombutton.active{
    background-color: #99ccff;
    border-radius: 3px;
    padding-left: 1%;
    padding-right: 1%;
    color: black;
}
#bottombody{
    height: 0px;
}
.hid{
    display: none;
}