@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
body{
	background: url(../img/bg.jpg);
	background-size: 100%;
}
.list_dl{
	padding-left: 30px;
}
.list_dl li{
	line-height: 30px;
	list-style: none;
	color:#ccc!improtant;
}
.list_dl li a{
	color:#000;
	text-decoration: none
}
.cor{
	color: #643902;
	/* background: rgba(129,81,28,0.5); */
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
#bookinfor{
	overflow: hidden;
}
.ifr{
    height: 100%;
    width: 100%;
    border: none;
    padding-right: 10px;
    overflow: scroll;
}
.list li div{
	display:none;
}

