/*TODO common.css*/


/*产品列表 news-list*/
.ad002,.ad006{
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

.news-list{
	width: 1200px;
	height: auto;
}

.news-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.news-list .left .item{
	float: left;
	width: 830px;
	height: 150px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
	box-shadow: 1px 1px 5px #888;
}

.news-list .left .item:hover{
	box-shadow: 2px 2px 10px #333;
}

.news-list .left .item .s1{
	float: left;
	width: 188px;
	height: 125px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	/*background-color: #cc1;*/
}

.news-list .left .item .s1 .png{
	width: 188px;
	height: 125px;
	object-fit: cover;
	border-radius: 8px;
	transition: all 0.6s;
}

.news-list .left .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px;
	left: 126px; 	
	top: 0px;	
	z-index: 100;
}

.news-list .left .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.news-list .left .item .s2{
	float: left;
	width: 600px;
	height: 125px;
	margin-left: 10px;
	box-sizing: border-box;
	/*background-color: #cc2;*/
}

.news-list .left .item .s2 .t1{
	font-size: 16px;
	width: 600px;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	overflow: hidden;
	color: #333;
	margin-top: 10px;
}
.news-list .left .item .s2 p{
	font-size: 14px;
	width: 600px;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;
	
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
	
}
.news-list .left .item .s2 .t3{
	font-size: 12px;
	width: 600px;
	height: 30px;	
	margin-bottom: 0px;
	line-height: 30px;
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
	margin-top: 5px;
}
.news-list .left .item .s2 .t3 span{
	display: inline-block;
	float: right;
	font-size: 12px;
}


.news-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


.news-list .right .cont01{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.news-list .right .cont01 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.news-list .right .cont01 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;

}

.news-list .right .cont01 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.news-list .right .cont01 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.news-list .right .cont01 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}



.news-list .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.news-list .right .cont02 .item{
	width: 360px;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	margin-top: 5px;

}
.news-list .right .cont02 .item .s1{
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.news-list .right .cont02 .item .s1 .png{
	width: 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.news-list .right .cont02 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px;
	left: 54px; 	
	top: -2px;	
	z-index: 100;
}
.news-list .right .cont02 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.news-list .right .cont02 .item .s2{
	float: right;
	width: 210px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
}
.news-list .right .cont02 .item .s2 .t1{
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;

}

.news-list .right .cont02 .item .s2 .t2{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 5px;
}
.news-list .right .cont02 .item .s2 .t3{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}





/*news-detail*/
.news-detail{
	width: 1200px;
	height: auto;
}

.news-detail .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}

.news-detail .left .cont01{
	width: 830px;
	/*height: 110px;*/
	overflow: hidden;
	background-color: #fff;
}
.news-detail .left .cont01 .s1{
	font-size: 24px;
	color: #333;
	/*height: 40px;*/
	line-height: 40px;
	width: 790px;
	margin:20px;
	/*background-color: #ccc;*/
	overflow: hidden;
	box-sizing: border-box;

}
.news-detail .left .cont01 .s2{
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	width: 790px;
	margin:20px;
	/*background-color: #ccc;*/
	overflow: hidden;
	box-sizing: border-box;
	border-bottom:1px dashed #eee;
}

.news-detail .left .intro{
	width: 830px;
	min-height: 120px;
	padding-top: 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.news-detail .left .intro .s{
	width: 700px;
	border:1px solid #eee;
	margin:0 auto;
	background-color: #f4f4f4;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	min-height: 100px;
	padding: 10px 20px;
	border-radius: 10px;
}

.news-detail .left .cont02{
	width: 830px;
	min-height: 120px;
	line-height: 35px;
	font-size: 16px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
}

.news-detail .left .cont03{
	width: 830px;
	height: 45px;
	background-color: #fff;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
}
.news-detail .left .cont04{
	width: 830px;
	height: 50px;
	background-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #999;
}

/*相关技术 06-18*/
.news-detail .left .cont05{
	margin-top: 10px;
	width: 830px;
	padding-bottom: 10px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.news-detail .left .cont05 .rt{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-detail .left .cont05 .rt .item{
	width: 394px;
	margin-top: 5px;	
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	overflow: hidden;
}






/*2021-8-8 给活动企业详细页面和活动选手详细页面增加的样式*/
.news-detail .left .cont05 .item_unit{
	float: left;
	width: 148px;
	height: 130px;
	/*background-color: #efefef;*/
	overflow: hidden;
	margin-left: 15px;
	margin-top: 15px; 
}
.news-detail .left .cont05 .item_unit .s1{
	width: 148px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.news-detail .left .cont05 .item_unit .s1 .png{
	width: 148px;
	height: 100px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}
.news-detail .left .cont05 .item_unit .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.news-detail .left .cont05 .item_unit  .s2{
	width: 148px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;	
}


.news-detail .left .cont05 .item_person{
	float: left;
	width: 148px;
	height: 148px;	
	overflow: hidden;
	margin-left: 15px;
	margin-top: 15px; 
}
.news-detail .left .cont05 .item_person .s1{
	width: 148px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.news-detail .left .cont05 .item_person .s1 .png{
	width: 120px;
	height: 120px;
	overflow: hidden;	
	border-radius: 50%;
	box-sizing: border-box;
	object-fit: cover;

}

.news-detail .left .cont05 .item_person  .s2{
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;	
}
/*end 2021-8-8*/


/* 上一个 下一个 css*/
.news-detail .left .cont06{
	width: 830px;
	height: 100px;
	line-height: 35px;
	background-color: #fff;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 18px;
}
.news-detail .left .cont06 .t{
    color: #999;
	padding-left: 20px;
}
.news-detail .left .cont06 .t a{
	color: #137ec1;
}
.news-detail .left .cont06 .t a:hover{
	text-decoration: underline;
}
/* 上一个 下一个 css*/








.news-detail .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	/*background-color: #fff;*/
}
.news-detail .right .cont01{
	width: 360px;
	height: 150px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}
.news-detail .right .cont01 .s1{
	float: left;
	width: 150px;
	height: 130px;
	margin: 10px;
	/*background-color: #eee;*/
}
.news-detail .right .cont01 .s1 img{
	width: 150px;
	height: 130px;
	/*object-fit: cover;*/
	overflow: cover;
}
.news-detail .right .cont01 .s2{
	float: right;
	width: 170px;
	height: 130px;
	margin: 10px;
	/*background-color: #eee;*/
}
.news-detail .right .cont01 .s2 .t1{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.news-detail .right .cont01 .s2 .t2{
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #ff0000;
}

.news-detail .right .cont02{
	width: 360px;
	height: 245px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}


.news-detail .right .cont03{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.news-detail .right .cont03 .row{
    display: flex;
}
.news-detail .right .cont03 .row .title{
	width: 280px;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.news-detail .right .cont03 .row .title i{ 
	color: #999; 
	display: inline-block; 
	height: 15px; 
	line-height: 15px; 
	width: 15px; 
	margin:0px 5px;
	text-align: center;
}
.news-detail .right .cont03 .row .tail{ 
	color: #999; 
	flex: 1;
	padding-right: 4px;
	font-size: 12px;
	text-align: right;
	height: 32px;
	line-height: 32px;
}


.news-detail .right .cont03 .row .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}
.news-detail .right .cont03 .row:first-child .title span{
	color: #fff;
	background-color: #ff9e33;
}
.news-detail .right .cont03 .row:nth-child(2) .title span{
	color: #fff;
	background-color: #ff9e33;
}
.news-detail .right .cont03 .row:nth-child(3) .title span{
	color: #fff;
	background-color: #ff9e33;
}










.news-detail .right .cont04{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.news-detail .right .cont04 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.news-detail .right .cont04 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}
.news-detail .right .cont04 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.news-detail .right .cont04 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.news-detail .right .cont04 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}





.news-detail .right .cont05{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.news-detail .right .cont05 .item{
	width: 360px;
	height: 90px;
	overflow: hidden;
	/*background-color: #eee;*/
	border-bottom: 1px dashed #eee;
	margin-top: 5px;

}
.news-detail .right .cont05 .item .s1{
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.news-detail .right .cont05 .item .s1 .png{
	width: 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.news-detail .right .cont05 .item .s1 .cert{
	position: absolute; 	
width: 68px; 
height: 68px;
left: 54px; 	
top: -2px;	
z-index: 100;
}

.news-detail .right .cont05 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.news-detail .right .cont05 .item .s2{
	float: right;
	width: 210px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	/*background-color: #666;*/
}
.news-detail .right .cont05 .item .s2 .t1{
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	/*background-color: #eee;*/
	overflow: hidden;

}
.news-detail .right .cont05 .item .s2 .t2{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;
	/*margin-top: 5px;*/
}
.news-detail .right .cont05 .item .s2 .t3{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;
}




.news-detail .right .cont06{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.news-detail .right .cont06 .item{
	width: 360px;
	height: 110px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	margin-top: 5px;

}
.news-detail .right .cont06 .item .s1{
	float: left;
	width: 120px;
	height: 100px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.news-detail .right .cont06 .item .s1 .png{
	width: 120px;
	height: 100px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.news-detail .right .cont06 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px;
	left: 54px; 	
	top: -2px;	
	z-index: 100;
}
.news-detail .right .cont06 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.news-detail .right .cont06 .item .s2{
	float: right;
	width: 210px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
}
.news-detail .right .cont06 .item .s2 .t1{
	width: 200px;
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	overflow: hidden;

}
.news-detail.right .cont06 .item .s2 .t2{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 5px;
}
.news-detail .right .cont06 .item .s2 .t3{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}





