@charset "utf-8";

@font-face {
	font-family: "Source Han Serif CN";
	src: url("../font/SOURCESANSPRO-BLACK.OTF");
}

/* 公共样式 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}
html,body{
	width: 100%;
	height: auto;
}
body::-webkit-scrollbar{width: 0 !important;}
body{-ms-overflow-style: none;}
body{overflow: -moz-scrollbars-none;}
ul,ol,li{list-style: none;}
a{text-decoration: none;}

/* 回到顶部 */
.goTop{
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 110px;
	width: 40px;
	height: 40px;
	background: url(../img/index/toTop.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
}

/* banner */
.banner-projectDynamic{
	width: 100%;
	height: 720px;
	background: url(../img/index/banner-projectDynamic.jpg);
	background-size: 100% 100%;
	position: relative;
}
.logo{
	position: absolute;
	top: 228px;
	left: 147px;
	width: 101px;
	height: 103px;
	background: url(../img/index/logo.png);
	background-size: 100% 100%;
}
.site-text{
	position: absolute;
	top: 228px;
	left: 271px;
	width: 674px;
	height: 189px;
	background: rgba(6, 21, 54, 0.6);
	/* font-size: 0.43rem; */
	font-size: 43px;
	font-weight: bold;
	line-height: 56px;
	color: white;
	letter-spacing: 6px;
	padding: 10px 0 0 24px;
}
.navBarList{
	position: absolute;
	top: 45px;
	right: 37px;
	width: auto;
	height: 40px;
	background: rgba(0,0,0,0.4);
}
.navBarList ul{width: 100%;height: 100%;}
.navBarList ul li{float: left;height: 40px;cursor: pointer;}
.navBarList ul li:last-child{margin-right: 16px;}
.li-icon{
	width: 10px;
	height: 10px;
	background: white;
	margin: 15px 17px;
	display: inline-block;
	float: left;
}
.li-text{
	/* font-size: 0.18rem; */
	font-size: 18px;
	line-height: 40px;
	color: white;
	float: left;
}
.module-name{
	position: absolute;
	left: 280px;
	bottom: 40px;
	/* font-size: 0.42rem; */
	font-size: 42px;
	font-weight: 500;
	line-height: 70px;
	color: #FFFFFF;
	border-bottom: 8px solid rgb(67, 148, 241);
}
/* 内容 */
.projectDynamic-list{
	width: 1400px;
	height: auto;
	margin: 40px auto;
}
.projectDynamic-list-body{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.projectDynamic-item{
	float: left;
	width: 460px;
	height: 630px;
	padding: 10px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 20px;
}
.projectDynamic-item:nth-child(3n+3){margin-right: 0;}
.projectDynamic-item:hover{
	background: rgb(243, 243, 243);
	box-shadow: 0px 3px 3px rgba(198, 214, 225, 0.99);
}
.projectDynamic-item a{display: block;width: 100%;height: 100%;}
.item-img,.item-img img{
	width: 440px;
	height: 300px;
}
.item-contain{
	width: 440px;
	height: 240px;
	margin-top: 20px;
}
.item-title{
	width: 440px;
	padding-left: 10px;
	border-left: 10px solid #4394F1;
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #315198;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.item-time{
	width: 100%;
	padding-left: 20px;
	margin-top: 30px;
	/* font-size: 0.16rem; */
	font-size: 16px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	line-height: 27px;
	color: #FFAA2A;
}
.item-text{
	width: 100%;
	padding-left: 20px;
	margin-top: 10px;
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	line-height: 27px;
	color: #565656;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.projectDynamic-list-page{
	width: 100%;
	/* font-size: 0.18rem; */
	font-size: 18px;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
}

/* 1366分辨率 */
@media screen and (max-width: 1366px) {
	/* 回到顶部 */
	.goTop{
		right: 14px;
		bottom: 77px;
		width: 28px;
		height: 28px;
	}

	/* banner */
	.banner-projectDynamic{
		height: 504px;
	}
	.logo{
		top: 159px;
		left: 102px;
		width: 70px;
		height: 72px;
	}
	.site-text{
		top: 159px;
		left: 189px;
		width: 471px;
		height: 132px;
		line-height: 39px;
		letter-spacing: 4px;
		padding: 7px 0 0 16px;
		font-size: 30px;
	}
	.navBarList{
		top: 31px;
		right: 26px;
		height: 28px;
	}
	.navBarList ul li{float: left;height: 28px;cursor: pointer;}
	.navBarList ul li:last-child{margin-right: 11px;}
	.li-icon{
		width: 7px;
		height: 7px;
		margin: 10px 12px;
	}
	.li-text{
		line-height: 28px;
		font-size: 12px;
	}
	.module-name{
		left: 196px;
		bottom: 28px;
		line-height: 49px;
		border-bottom: 5px solid rgb(67, 148, 241);
		font-size: 29px;
	}
	/* 内容 */
	.projectDynamic-list{
		width: 980px;
		margin: 28px auto;
	}
	.projectDynamic-item{
		width: 322px;
		height: 441px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 14px;
	}
	.projectDynamic-item:hover{
		box-shadow: 0px 2px 2px rgba(198, 214, 225, 0.99);
	}
	.item-img,.item-img img{
		width: 308px;
		height: 210px;
	}
	.item-contain{
		width: 308px;
		height: 168px;
		margin-top: 14px;
	}
	.item-title{
		width: 308px;
		padding-left: 7px;
		border-left: 7px solid #4394F1;
		line-height: 21px;
		font-size: 16px;
	}
	.item-time{
		padding-left: 14px;
		margin-top: 21px;
		line-height: 19px;
		font-size: 12px;
	}
	.item-text{
		padding-left: 14px;
		margin-top: 7px;
		line-height: 19px;
		font-size: 12px;
	}
	.projectDynamic-list-page{
		margin-top: 7px;
		height: 21px;
		line-height: 21px;
		font-size: 12px;
	}
}

/* 1600分辨率 */
@media screen and (min-width: 1367px) and (max-width: 1600px){
	/* 回到顶部 */
	.goTop{
		right: 16px;
		bottom: 88px;
		width: 32px;
		height: 32px;
	}

	/* banner */
	.banner-projectDynamic{
		height: 576px;
	}
	.logo{
		top: 182px;
		left: 117px;
		width: 80px;
		height: 82px;
	}
	.site-text{
		top: 182px;
		left: 216px;
		width: 539px;
		height: 151px;
		line-height: 44px;
		letter-spacing: 5px;
		padding: 8px 0 0 19px;
		font-size: 34px;
	}
	.navBarList{
		top: 36px;
		right: 29px;
		height: 32px;
	}
	.navBarList ul li{float: left;height: 32px;cursor: pointer;}
	.navBarList ul li:last-child{margin-right: 12px;}
	.li-icon{
		width: 8px;
		height: 8px;
		margin: 12px 13px;
	}
	.li-text{
		line-height: 32px;
		font-size: 14px;
	}
	.module-name{
		left: 224px;
		bottom: 32px;
		line-height: 56px;
		border-bottom: 6px solid rgb(67, 148, 241);
		font-size: 33px;
	}
	/* 内容 */
	.projectDynamic-list{
		width: 1120px;
		margin: 32px auto;
	}
	.projectDynamic-item{
		width: 368px;
		height: 504px;
		padding: 8px;
		margin-right: 8px;
		margin-bottom: 16px;
	}
	.projectDynamic-item:hover{
		box-shadow: 0px 2px 2px rgba(198, 214, 225, 0.99);
	}
	.item-img,.item-img img{
		width: 352px;
		height: 240px;
	}
	.item-contain{
		width: 352px;
		height: 192px;
		margin-top: 16px;
	}
	.item-title{
		width: 352px;
		padding-left: 8px;
		border-left: 8px solid #4394F1;
		line-height: 24px;
		font-size: 19px;
	}
	.item-time{
		padding-left: 16px;
		margin-top: 24px;
		line-height: 21px;
		font-size: 14px;
	}
	.item-text{
		padding-left: 16px;
		margin-top: 8px;
		line-height: 21px;
		font-size: 14px;
	}
	.projectDynamic-list-page{
		margin-top: 8px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
}
