@charset "utf-8";
/*
 * CSS Document
 * 开发： 362401963@qq.com
 * 日期： 2019.10.16
 * 功能： 基础 css 文件（包含top，search, footer样式）
 * 
*/
/*
 * head 
*/
.head { padding: 2.050rem 0 0 0; }

/* banner */
.banner { height: /*5.0342rem*/ 5.5842rem;}
.swiper-container { width: 100%; height: 100%; }
.swiper-slide {
	text-align: center;
	background: #fff0 
	/* 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;
}
.banner_img {
	display: block;
	height: /*5.0342rem*/ 5.5842rem;
	width: 100%;
	background-size: 100%;
}

.software { margin:0.15rem; padding: 0.15rem; background-color:#fff; border-radius: 0.2rem;}
.softcont {}
.softcont li { padding: 0.15rem 0;  line-height: 0.5rem;}
.softcont li a {
	display: block;
	padding: 0 0.15rem;
	font-size: 0.375rem;
}
.softcont li span { display: block; font-size: 0.3001rem; color: #787878;}


/* 精选文章 */ 
.news {}
.newscont {}
.newscont li { margin:0.15rem; padding: 0.15rem; background-color:#fff; border-radius: 0.2rem;}
.newscont li a {
	display: block;
	padding: 0 0.15rem;
	font-size: 0.375rem;
	overflow: hidden;
}
.newscont .style dd { float: left; width: 64%; }
.newscont .style dt { float: right; width: 33%; max-height: 2.25rem; border-radius: 0.12rem; overflow: hidden;}
.newscont .style dt img { width: 100%; border-radius: 0.12rem; vertical-align: bottom; position: relative; z-index: 1;}
.newscont .style dd h4 { font-weight:bold; min-height: 1.3rem; line-height: 0.6rem; font-size: 0.42rem; }
.newscont .style dd span { display: block; 	color: #999; font-size: 0.3051rem;}

.newscont .styleimg dd{ width:100%;}
.newscont .styleimg dt{ width:32%; margin: 0 0.1rem 0 0;}
.newscont .styleimg dd h4{ height: auto; min-height: inherit; padding: 0 0 0.3rem 0;}
.newscont .styleimg dd span{padding:0.2rem 0 0.1rem 0;}

.newscont .stylevideo dd{ width:100%;}
.newscont .stylevideo dt{ width: 100%; border-radius: 0.1rem; overflow: hidden;}
.newscont .stylevideo dt video{ vertical-align:bottom;}
.newscont .stylevideo dd h4{ height: auto; min-height: inherit; padding: 0 0 0.3rem 0; }
.newscont .stylevideo dd span{padding:0.1rem 0;}

.newscont .stylevideo .videopaly{ position:relative;}
.newscont .stylevideo .palyico{ display:block; position: absolute; z-index: 5; background-image:url(../images/playico.png); width:1rem; height: 1rem; background-size: 100%; left: 46%; top: 40%;}

.newscont .scrollLoadingBt{ display:block;  text-align: center;  width:50%; line-height: 1.0rem; background-color:#fff; border-radius: 0.5rem; margin: 0.5rem auto 0 auto;}


