.gtxwxq{
	width: 100%;
	margin-top: ;
	}
	
.gtxwxqk{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	
}

.xwxqtitle{
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 100px;
	padding-bottom: 25px;
}

.xwxqdate{
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.xwxqmain{
	width: 100%;
	height: auto;
	border-top:1px solid  #e6e6e6;
	border-bottom:1px solid  #e6e6e6;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.xwxqbottom{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #666666;
	margin-bottom: 100px;
}

.xwxqbottomzuo{
	width:50%;
	display: flex;
    align-items: center;
}

.xwxqbottomyou{
	width:50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.xwbzimg{
	margin-right: 20px;
}

.xwbyimg{
	margin-left: 20px;
}

.xwbzimg2{
	display: none;
}

@media (max-width:1200px) {
	.xwbzimg2{
		display: block;
	}
	.xwbyimg2{
		display: none;
	}
	
	.gtxwxqk{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.xwxqbottomzuo{
		width:100%;
		display: flex;
	    align-items: center;
	}
	
	.xwxqbottomyou{
		width:100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.xwxqtitle {
	    text-align: center;
	    font-size: 18px;
	    color: #333333;
	    font-weight: bold;
	    padding-top: 60px;
	    padding-bottom: 25px;
	}
	
}

@media (max-width:767px) {
	.xwxqtitle {
	    text-align: center;
	    font-size: 18px;
	    color: #333333;
	    font-weight: bold;
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.xwxqmain {
	    width: 100%;
	    height: auto;
	    border-top: 1px solid #e6e6e6;
	    border-bottom: 1px solid #e6e6e6;
	    font-size: 14px;
	    line-height: 28px;
	    color: #666666;
	    margin-top: 20px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    margin-bottom: 25px;
	}
	.xwxqbottom {
	    width: 100%;
	    height: auto;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    color: #666666;
	    margin-bottom:30px;
	}
	.xwxqbottomyou {
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    margin-top: 20px;
	}
	
}