.warbox{
	max-width:1200px;
	width:100%;
	padding:0px 15px;
	margin: 50px auto;
}
.box {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:20px;
}
.box>li {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 0.3rem;
}
.none{
	display:none;
}
.box>li:nth-child(1) .picture_list {
	display: block
}
.area {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333333;
    position: relative;
    margin-bottom:10px;
    background: #fff;

    cursor: pointer;
}
.area>.area_title {
	float: left;
    font-size: 18px;
    font-weight: bold;
}
.area>.area_namber {
	font-size: 16px;
    float: right;
    margin-right: 40px;
}
.area .area_img>img {
    width: 20px;
    height: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.picture_list {
	width: 100%;
	overflow: hidden
}
.picture_list>div {
	width: 100%;
	float: left;
	padding: 0px 3px;
    margin: 0 -3px;
	margin-bottom: 6px;
	line-height:25px;
}
.picture_list>div:nth-child(2n) {
	float: right
}
.containerwt {
	width: 100%;
	position: relative
}
.containerwt>div {
	width: 100%;
	overflow: hidden;
	
}
.containerwt>span {
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	background: #ccc;
	color: #000;
	font-size: 25px;
	float: left
}
.picture_list {
	width: 100%;
}
.picture_list>div {
	width: 100%;
	font-size:16px;
	line-height:25px;
	font-weight: normal;
}
.picture_list>div::nth-child(2n) {
	float: right
}
.fixedboxwt{
    position: fixed;
    z-index: 999;
    max-width: 1200px;
    width: 100%;
    padding-right: 30px;
}