.xwtitle{
	width: 100%;
	height: auto;
}

.xwtitlek{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
.gtxinwen{
	padding-top: 44px;
	width: 100%;
	height: auto;
}

.gtxinwen:hover{
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	cursor: pointer;
	transition: 0.3s;
}

.gtxinwenmain{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 44px;
}
.gtxinwenimg{
	width: 30%;
	height: auto;
}

.gtxinwenimg img{
	width: 100%;
	height: auto;
}

.gtxinwenzi{
	width: 65%;
	height: auto;
}

.gtxinwenzi1{
		font-weight: bold;
		font-size: 16px;
		color: #333333;
}
.gtxinwenzi2{
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gtxinwenzi3{
	font-size: 14px;
	color: #999999;
}

.gtxinwenzi4{
	    width: 80px;
		height: 24px;
		background-color: #be1e2d;
		border-radius: 4px;
		text-align: center;
		line-height: 24px;
		color: white;
		margin-top: 30px;
}


/* 分页 */
.gtfenye{
	width: 100%;
	height: 24px;
}



.gtfenyek{
	 min-width: 178px;
	height: 24px;
	margin: 0 auto;
	
}

#pagesize {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




@media (max-width:1200px) {
	.xwtitlek{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		height: auto;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 30px;
		color: #333333;
		font-weight: bold;
		cursor: pointer;
	}
	
	
	.gtxinwenmain{
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.gtxinwenzi1{
		font-weight: bold;
		font-size: 16px;
		color: #333333;
}
.gtxinwenzi2{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gtxinwenzi3{
	font-size: 14px;
	color: #999999;
}

.gtxinwenzi4{
	    width: 80px;
		height: 24px;
		background-color: #be1e2d;
		border-radius: 4px;
		text-align: center;
		line-height: 24px;
		color: white;
		margin-top: 10px;
}

.gtxinwenimg {
    width: 32%;
    height: auto;
}

}

@media (max-width:996px) {
	.xwtitlek {
	    width: 100%;
	    padding-left: 8px;
	    padding-right: 8px;
	    height: auto;
	    margin: 0 auto;
	    margin-top: 20px;
	    margin-bottom: 10px;
	    font-size: 30px;
	    color: #333333;
	    font-weight: bold;
	    cursor: pointer;
	}
	
	
	.gtxinwenimg {
	    width: 100%;
	    height: auto;
	}
	.gtxinwenzi {
	    width: 100%;
	    height: auto;
	}
	.gtxinwenzi1{
			font-weight: bold;
			font-size: 16px;
			color: #333333;
			margin-top: 10px;
	}
	.gtxinwenzi2{
		font-size: 12px;
		color: #999999;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.gtxinwenzi3{
		font-size: 14px;
		color: #999999;
	}
	
	.gtxinwenzi4{
		    width: 80px;
			height: 24px;
			background-color: #be1e2d;
			border-radius: 4px;
			text-align: center;
			line-height: 24px;
			color: white;
			margin-top: 10px;
	}
	.gtxinwen {
	    padding-top:20px;
	    padding-bottom: unset;
	    width: 100%;
	    height: auto;
	}
	
	.gtxinwenmain {
	    padding-bottom: 20px;
	}
	
	.gtfenyek {
	    width: auto;
	    height: 24px;
	    margin: 0 auto;
	    padding-top: 15px;
	    padding-bottom: 30px;
	}
	
	
}