.xw {
	padding-bottom:  50px;
	padding-top: 20px;
	width: 100%;
}

.xw1 {
	width: 1360px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}

.xw1 a {
	display: block;
	overflow: hidden;
	transition: 0.5s;
	width: 32%;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.xw1 .xw1ko {
	width: 32%;
	height: 0;
	overflow: hidden;
}

.xw1 a i {
	display: block;
	overflow: hidden;
}

.xw1 a i img {
	width: 100%;
}

.n1 {
	padding: 30px 20px;
}

.n1 p {
	font-size: 17px;
	color: #333;
	margin-bottom: 20px;
	transition: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.n1 span {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: 0.5s;
	height: 42px;
}

.n2 {
	line-height: 70px;
	border-top: 1px solid #eee;
	position: relative;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.n2::after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #dd2e35;
	transition: 0.5s;
}

.n2 p {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	float: left;
	transition: 0.5s;
}

.n2 b {
	display: block;
	font-size: 20px;
	color: #fff;
	box-sizing: border-box;
	float: right;
	transition: 0.5s;
}

.xw1 a:hover {
	box-shadow: 0px 0px 10px #999;
}

.xw1 a:hover p {
	color: #dd2e35;
}

.xw1 a:hover .n1 span {
	color: #666;
}

.xw1 a:hover b {
	color: #dd2e35;
}

.xw1 a:hover .n2::after {
	width: 100%;
}




.xwxqbox {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}



.leftbox {
	width: 100%;
	float: left;
	margin-right: 2%;
}

.rightbox {
	width: 28%;
	float: left;
}

.leftbox img {
	    margin: auto;
	    display: block;
	max-width: 100%;
}

.media {
	width: 70%;
	margin: auto;
	margin: 20px auto;
}

.leftbox .title {
	color: #dd2e35;
	margin: 10px 0 20px;
	text-align: center;
	font-size: 28px;
}

.leftbox .meta-date {
	color: #999;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	width: 1400px;
	margin: auto;
	border-bottom: 1px dashed #666;
	margin-top: 35px;
}

.leftbox .meta-date1 {
	color: #999;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}

.leftbox .meta-date1 p {
	width: 33.33%;
}

.leftbox .meta-date i {
	color: #777;
	margin-right: 10px;
}

.leftbox p {
	margin-bottom: 20px;
	font-size: 15px;
	color: #999;
	
}

.left-b {
	margin-top: 35px;
	width: 1400px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

.jj {
	border-left: 5px solid #dd2e35;
	padding: 15px 10px 15px 10px;
	margin: 10px 0;
	font-style: italic;
	font-size: 15px;
	background: #eee;
	color: #999;
}

.sxp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	box-sizing: border-box;
	margin: 0 auto 50px;
}

.sxp a {
	padding: 10px 20px;
	background: #eee;
	color: #999;
	transition: 0.3s;
}

.sxp a:hover {
	color: #fff;
	background: #dd2e35;
}

.sxp span {
	color: #999;
}

.sxp div:hover span {
	color: #dd2e35;
}

.widget-title {
	font-size: 30px;
	font-weight: bold;
	color: #dd2e35;
	margin-bottom: 15px;
}

.rightbox p {
	color: #666;
	margin-bottom: 10px;
	text-indent: 2em;
	font-size: 15px;
}

.tagcloud a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 5px;
	color: #999;
	transition: 0.3s;
}

.tagcloud a:hover {
	border: 1px solid #dd2e35;
	background: #dd2e35;
	color: #fff;
}

.btitle {
	font-size: 18px !important;
	color: #333 !important;
	text-indent: 0em !important;
	font-weight: bold;
}




.listp {
	text-align: center;
}

.listp a {
	color: #666666;
	padding: 5px 15px;
	display: inline-block;
	font-size: 12px;
	transition: all .5s;
	border: 1px solid #DADADA;
}

.listp span {
	cursor: pointer;
	display: inline-block;
	color: #666666;
}

.listp .activeda a {
	background: red;
	color: #fff;
}

.listp span:hover a {
	background: red;
	color: #fff;
}


@media only screen and (max-width: 1440px) {
	.xw1 {
		width: 1200px;
	}


}

@media only screen and (max-width: 1024px) {



	.leftbox .meta-date,
	.left-b,
	.sxp,.leftbox .meta-date1{
		width: 100%;
	}

	.xwxqbox {
		padding: 0 15px;
		box-sizing: border-box;
	}

	.xw1 a {
		width: 48%;
		margin-bottom: 15px;
	}

	.n2 p,
	.n2 b {
		font-size: 14px;
		float: none;
	}
	.n2 b{display: none;}
	.xw {
		padding: 30px 0;
	}

	.sxp a {
		padding: 5px 15px;
		font-size: 14px;
		
	}
	.leftbox .title{
		font-size: 20px;
	}
	.leftbox .meta-date1 p{
		font-size: 12px;
	}
	.n1{padding: 5px;}
	.n1 p{margin-bottom: 10px;}
	.n2{line-height: inherit;padding: 15px 5px;}
}

@media only screen and (max-width: 320px){
	.sxp a{
		padding: 10px;
	}
	.leftbox .meta-date1 p{width: 50%;}
	.leftbox .meta-date1 p:nth-child(3){
		display: none;
	}
}