@charset "utf-8";

body {
	width:100%;
	height:100%;
	font-family:"微软雅黑",Arial;
	background: #f8f9ff;
}
header,section {
	width:100%;
}
table {
	border-collapse:collapse
}
a{

}
a:focus {
	outline:0;
}
a:hover {
	text-decoration:none;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.banner-xw{
	margin-top: 80px;
	height:	360px;
	position: relative;
	z-index: 5;
}
.banner-xw .section-container {
	width:100%;
	height:	360px;
}
.banner-xw .section-container .swiper-slide {
	position:relative;
	overflow:hidden;
	height: 360px;
}
.banner-xw .section-container .nth1 {
	background-image: url(../images/x_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:1920px 360px;
}


.banner-xw .section-container .nth1 .box .l {
	position:absolute;
	top:130px;
	left:-10%;
	width:475px;
	height:200px;
}
.banner-xw .section-container .nth1 .box .l h1{
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 0;
}
.banner-xw .section-container .nth1 .box .l p{
	font-size: 18px;
	margin: 20px 0 0;
}
.banner-xw .section-container .nth1 .box .l a{
	margin: 40px 0 0;
	width: 220px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #236eff;
	text-align: center;
	font-size: 18px;
	color:#fff;
	border-radius: 50px;
	-webkit-border-radius:50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-xw .section-container .nth1.active .box .l {
	left:calc(50% - 580px);
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition:all 1s ease-in-out 0s;
	-ms-transition:all 1s ease-in-out 0s;
	-o-transition:all 1s ease-in-out 0s;
	transition:all 1s ease-in-out 0s
}
.banner-xw .section-container .nth1 .box .r {
	position:absolute;
	top:20px;
	right:-20%;
	width:540px;
	height:275px;
	background:url(/images/cp_b1.png);
	-moz-background-size:cover;
	background-size:cover
}
.banner-xw .section-container .nth1.active .box .r {
	right:calc(50% - 550px);
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition:all 1s ease-in-out 0s;
	-ms-transition:all 1s ease-in-out 0s;
	-o-transition:all 1s ease-in-out 0s;
	transition:all 1s ease-in-out 0s
}
.banner-xw .section-container .nth1 .box .r h1 {
	display:none
}

.article-xw .section-container{
	width: 1200px;
	margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}
.article-xw .article-content{
	margin-top: 32px;
	margin-bottom: 40px;
}
.article-xw .content_left{
	width: 884px;
	float: left;
}
.article-xw .content_right{
	width: 296px;
	float: right;
}

.xw-adver{
	width: 296px;
	height:165px ;
	border-radius: 8PX;
}
.xw-adver img{
	width: 296px;
	height:165px ;
	border: 0;
}

.xw-hot{
	border-radius: 8PX;
	background: #FFF;
	margin-top: 20px;
	box-shadow: 2px 5px 8px #e5eafc;
	padding: 10px 0;

}
.xw-hot .top-bar{
	height: 50px;
}
.xw-hot .top-bar h3{
	font-size: 20px;
	font-weight:400;
	line-height: 50px;
	margin:0 0 0 20px;
	float: left;
}
.xw-hot .top-bar a{
	font-size: 12px;
	color:#999;
	font-weight:400;
	line-height: 50px;
	margin:0 20px 0 0;
	float: right;
}
.xw-hot .top-content ul{
	padding:0 20px;
	display: block;
	overflow: hidden;
}
.xw-hot .top-content ul li{
	height: 45px;
	margin: 8px 0;
	float: left;
}
.xw-hot .top-content ul li .l{
	width: 80px;
	height: 45px;
	float: left;
	border-radius: 8PX;
}
.xw-hot .top-content ul li .l img{
	width: 80px;
	height: 45px;
	border: 0;
}
.xw-hot .top-content ul li .t{
	float: left;
	width: 164px;
	line-height: 22px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-left: 12px;
}
.xw-hot .top-content ul li .t a{
	color:#777;
}
.xw-hot .top-content ul li .t a:hover{
	color:#236eff;
}


.xw-recom{
	border-radius: 8PX;
	background: #FFF;
	margin-top: 20px;
	box-shadow: 2px 5px 8px #e5eafc;
	padding: 10px 0 15px;

}
.xw-recom .top-bar{
	height: 50px;
}
.xw-recom .top-bar h3{
	font-size: 20px;
	font-weight:400;
	line-height: 50px;
	margin:0 0 0 20px;
	float: left;
}
.xw-recom .top-bar a{
	font-size: 12px;
	color:#999;
	font-weight:400;
	line-height: 50px;
	margin:0 20px 0 0;
	float: right;
}
.xw-recom .top-content ul{
	padding:0 20px;
	display: block;
	overflow: hidden;
}
.xw-recom .top-content ul li{
	
}
.xw-recom .top-content ul li .i{
	width: 256px;
	height: 140px;
	border-radius: 8PX;
	margin-top: 8px;
}
.xw-recom .top-content ul li .i img{
	width: 256px;
	height: 140px;
	border: 0;
}
.xw-recom .top-content ul li .t{
	margin-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xw-recom .top-content ul li .t a{
	color:#333;
	line-height: 50px;
	font-size: 16px;
	
}
.xw-recom .top-content ul li .m{
	line-height: 24px;
	height: 24px;
}
.xw-recom .top-content ul li .m span{
	float: left;
	color:#999;
}
.xw-recom .top-content ul li .m a{
	float: right;
	color:#236eff;
}


.xw-content{
	border-radius: 8PX;
	background: #FFF;
	box-shadow: 2px 5px 8px #e5eafc;
	min-height: 500px;
	padding: 32px;
}
.xw-content .title{
	margin-top: 5px;
	font-size: 26px;
	line-height: 34px;
}
.xw-content .info{
	margin-top: 26px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #dcdfe6;
	padding-bottom: 18px;
}
.xw-content .info span{
	color:#768093;
	font-size: 14px;
	margin-right: 20px;
}
.xw-content .contents{
	padding: 15px 0 30px;
	border-bottom: 1px solid #dcdfe6;
}
.xw-content .contents video{
	width: 100%;
}
.xw-content .contents img{
	width:100%;
	margin-bottom: 10px;
}
/*.xw-content .contents p{
	font-size: 16px;
	line-height: 26px;
	text-indent: 32px;
	margin: 10px 0;
}
*/


.xw-content .flip{
	padding: 22px 0 0;
	display: block;
	overflow: hidden;
}
.xw-content .flip div{
	width:360px;
	background: #eef4ff;
	border-radius: 35px;
	display: flex;
	box-sizing: border-box;
}
.xw-content .flip div.up{
	float:left;
}
.xw-content .flip div.down{
	float:right;
}
.xw-content .flip div a{
	display: inline-block;
	line-height: 48px;
	height: 48px;
	font-size: 15px;
	color:#999;
	padding: 0 34px 0 17px;
	overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.xw-content .flip div span{
	width: 50px;
	line-height: 48px;
	padding-left: 34px;
	padding-right: 17px;
	background: url(../images/f_line.png) no-repeat right center;
	flex-shrink: 0;
}


@media (max-width: 500px) {
	.banner-xw{
		margin-top: 60px;
		height: 250px;
	}
	.banner-xw .section-container{
		height: 250px;
	}
	.banner-xw .section-container .swiper-slide{
		height: 250px;
	}
	.banner-xw .section-container .nth1 .box .l{
		top:80px;
		height: 100px;
	}
	.banner-xw .section-container .nth1.active .box .l{
		left:30px;
	}
	.banner-xw .section-container .nth1.active .box .r{
		display: none;
	}
	.banner-xw .section-container .nth1 .box .l h1{
		font-size: 24px;
	}
	.banner-xw .section-container .nth1 .box .l p{
		margin: 10px 0 0;
	}
	.banner-xw .section-container .nth1 .box .l a{
		width: 120px;
		height:40px;
		line-height: 40px;
		font-size: 16px;
		margin: 20px 0 0;
	}
	.article-xw{
		width: 94%;
		margin: 0 auto;
	}
	.article-xw .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.article-xw .article-content{
		margin-top: 20px;
	}
	.article-xw .content_left{
		width: 100%;
	}
	.article-xw .content_right{
		display: none;
	}
	.xw-content{
		box-sizing: border-box;
		padding: 20px;
	}
	.xw-content .title {
		font-size: 20px;
		line-height: 28px;
	}
	.xw-content .info{
		margin-top: 16px;
	}

	.xw-content .flip{
		padding: 16px 0 0;
	}
	.xw-content .flip div{
		width: 100%;
		margin: 4px 0;
	}
	.xw-content .flip div span{
		line-height: 40px;
	}
	.xw-content .flip div a{
		height: 40px;
		line-height: 40px;
	}
}


