@charset "utf-8";
*{margin:0; padding:0; list-style:none}
.cube {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);/* 开启硬件加速 */
}
html {
	-webkit-tap-highlight-color:rgba(0,0,0,0);/* 禁止点选高亮显示 */
	-webkit-overflow-scrolling:touch;/* 局部滚动 */
	-webkit-touch-callout:none;/* 禁用长按弹出系统菜单 */
}
a {color:#333; text-decoration:none; outline:none;}
a:hover {color:#333; text-decoration:underline; outline:none;}
img{border:0;}
i{font-style:normal; font-weight:normal;}

html,body {
	position:relative;
}
body {
	*cursor:default;
	overflow:hidden;
	overflow-y:auto;
	font-family:"Microsoft YaHei",Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
	color:#333;
	font-size:0.14rem; 
	line-height:0.24rem;
	background:#FFFAFC url(../images/top_bg.jpg) no-repeat center top;
	background-size:100%;
}

/* 自适应框架（设计图宽度） */
body{
	max-width:19.2rem;
	margin:0 auto;
}
body *{
	max-width:19.2rem;
}

header,main,footer{position:relative; z-index:10; width:100%; margin:0 auto; overflow:hidden; clear:both;}
header{width:100%; height:4.6rem;}
main{width:100%;}
footer{font-size:16px; padding:20px;}

.col_bt{margin:0.2rem auto; width:100%; overflow:hidden;}
.col_bt img{width:100%; height:auto;}
.more{float:right; cursor:pointer;}
.more a{font-size:0.18rem;  color:#333;}


/* 文字版块 */
.xw_txt h2{font-size:0.35rem; line-height:0.5rem; text-align:center;}
.xw_txt h2 a{color:#c00;}
.xw_txt h1{
	font-size:0.22rem; 
	line-height:0.5rem;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_txt i{
	color:#666; 
	font-size:0.16rem; 
	line-height:0.3rem; 
	text-align:justify;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.xw_txt dd{margin:0.1rem; overflow:hidden;}
.xw_txt dd img{width:3rem; height:2rem; margin-right:0.2rem; float:left;}
.xw_txt dt h1{font-size:0.18rem; line-height:0.45rem; font-weight:normal;}

/* 图片板块 */
.xw_pic dd{margin:0.1rem; overflow:hidden;}
.xw_pic dd img{width:100%; height:100%;}
.xw_pic dd a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.xw_pic dd a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-size:0.16rem;
	font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_pic dd h1 a{
	text-align:left;
	color:#333;
	font-size:0.18rem;
	line-height:0.35rem;
}
.xw_pic dd i{
	color:#666;
	font-size:0.14rem;
	line-height:0.24rem;
	text-align:justify;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.flex-0{flex:1 0 30%; overflow:hidden;}
.flex-1{flex:1 0 70%; overflow:hidden;}
.flex-2>*{flex:1 0 46%; overflow:hidden;}
.flex-3>*{flex:1 0 31%; overflow:hidden;}
.flex-4>*{flex:1 0 23%; overflow:hidden;}

/* 新闻 */
.sdnews,.page{width:12rem; margin:0.1rem auto; overflow:hidden; position:relative;}
.sdnews ol,.page ul{background:rgba(255,255,255,0); border-radius:0; padding:0.1rem 0; overflow:hidden;}
/* .sdnews li{width:50%;} */
.sdnews li:first-child{width:6.1rem;}
.sdnews li:last-child{width:5.7rem;}

.page .xw_txt dd img{margin-right:0.3rem;}
.page .xw_pic{margin-right:0.3rem;}

.lr_l .xw_pic dd{width:100%; height:2.2rem;}
.lr_l .lr_right{display:flex; flex-direction:row-reverse; margin-top:0.2rem;}
.lr_right .xw_pic{margin-right:0; margin-left:0.3rem;}

.page1 .xw_txt dd{border-bottom:1px #999 solid; padding-bottom:0.1rem;}
.page3 .xw_pic a{height:1.7rem;}
.page3 .xw_pic dd i{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.page3 .xw_txt dd{border-bottom:1px #999 solid; padding-bottom:0.1rem;}
.page3 .xw_txt dd:last-child{border-bottom:0}
.page5 .xw_pic img{height:1.65rem;}
.page5 .xw_pic:first-child img{height:3.5rem;}
.page6 .xw_pic h1{margin:0.05rem 0;}

/* 焦点图 */
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-prev,.swiper-button-next{
	--swiper-navigation-size: 0.44rem;
	outline:none;
}
.swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:rgba(255, 255, 255, 1);
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:rgba(255, 0, 0, 1);
	opacity:1;
}

.swiper1{width:6.1rem; height:3.7rem; margin:0 auto; margin-top:0.7rem; margin-right:0.3rem; position:relative;}
#swiper1{width:100%; height:100%;}
#swiper1 .swiper-slide img{width:100%; height:100%;}
#swiper1 .swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
	position: relative;
	overflow:hidden;
}
#swiper1 .swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-size:0.2rem;
	font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
#swiper1 .swiper-p1{bottom:0.5rem;}
.swiper1 .swiper-b1-prev,.swiper1 .swiper-b1-next{
	--swiper-navigation-color: #ffffff;
}
.swiper1 .swiper-b1-prev:hover,.swiper1 .swiper-b1-next:hover{
	--swiper-navigation-color: #cc0000;
}

.swiper2{width:14rem; height:6.5rem; margin:0 auto; position:relative;}
#swiper2{width:12rem; height:100%;}
#swiper2 .swiper-slide img{width:100%; height:100%;}
#swiper2 .swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
	position:relative;
	overflow:hidden;
}
#swiper2 .swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:0.1rem;
	font-size:0.24rem;
	font-weight:normal;
	box-sizing:border-box;
	background:rgba(0,0,0,0.5);
}
#swiper2 .swiper-p2{bottom:0.5rem;}
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{
	--swiper-navigation-size: 0.88rem;
}
.swiper2 .swiper-b2-prev,.swiper2 .swiper-b2-next{
	--swiper-navigation-color: #cc0000;
}
.swiper2 .swiper-b2-prev:hover,.swiper2 .swiper-b2-next:hover{
	--swiper-navigation-color: #000000;
}

.swiper7{width:12rem; margin:0 auto; position:relative;}
#swiper7{padding-bottom:0.6rem;}
#swiper7 .swiper-slide{width:5.2rem; height:3.6rem; background:#fff; box-shadow:0 0.08rem 0.3rem #ddd;}
#swiper7 .swiper-slide img{width:100%; height:100%; display:block;}
#swiper7 .swiper-slide a{
	line-height:0.3rem;
	padding-top:0;
	text-align:center;
	color:#636363;
	margin:0;
}
#swiper7 .swiper-slide a h1{
	font-size:0.16rem;
}
#swiper7 .swiper-slide:not(.swiper-slide-active){pointer-events:none;}
.swiper7 .swiper-p7{width:100%; bottom:0.2rem;}
.swiper7 .swiper-p7 .swiper-pagination-bullet{
	margin:0 0.05rem;
	width:0.1rem;
	height:0.1rem;
	opacity:1;
	border:0.03rem solid #fff;
	background-color:#d5d5d5;
}
.swiper7 .swiper-p7 .swiper-pagination-bullet-active{
	border:0.03rem solid #00aadc;
	background-color:#fff;
}
.swiper7 .swiper-b7-prev,.swiper7 .swiper-b7-next{
	--swiper-navigation-color: #00aadc;
}
.swiper7 .swiper-b7-prev:hover,.swiper7 .swiper-b7-next:hover{
	--swiper-navigation-color: #000000;
}


/* 移动端自适应 */
/* @media screen and (max-width:720px){
	html,body{
		overflow:hidden;
		overflow-y:auto;
	}
	body {
		font-size:0.16rem;
		line-height:0.4rem;
		background:#E0EDF8 url(../images/top_bg_m.jpg) no-repeat center top;
		background-size:100%;
	}

	body{
		max-width:7.2rem;
		margin:0 auto;
	}
	body *{
		max-width:7.2rem;
	}

	header{height:3rem;}
	main{width:94%;}

	.xw_txt h1{font-size:0.3rem;}
	.xw_txt i{font-size:0.24rem; line-height:0.4rem;}
	.xw_txt dt h1{font-size:0.3rem; line-height:0.6rem;}

	.xw_pic dd a h1,.xw_pic dd h1 a{font-size:0.3rem;}
	.xw_pic dd i{font-size:0.24rem; line-height:0.4rem;}

	.flex-0,.flex-1{flex:1 0 95%;}
	.flex-2>*,.flex-3>*,.flex-4>*{flex:1 0 95%;}

	.sdnews,.page{width:100%;}
	.sdnews ul{flex-wrap:wrap;}
	.sdnews li{width:100%; margin:0;}

	.page ul,.page li,.page dl{flex-wrap:wrap; overflow:hidden;}
	.page .xw_pic{width:100%; margin-right:0; margin-bottom:0.2rem;}
	.page .xw_pic dd{margin-right:0;}

	.swiper1{width:100%; height:4rem; margin-bottom:0.3rem;}
	.swiper2{width:100%; height:3.5rem;}
	#swiper2{width:85%; height:100%;}
	#swiper1 .swiper-slide a h1,#swiper2 .swiper-slide a h1{font-size:0.3rem;}
} */