<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* news */
.top_block{
	padding:25px 40px;
	background-color:#f5f5f5;
	border-bottom: 1px solid #aaaaaa;
}
.top_block h3{
	margin-top: 0;
    margin-bottom: 6px;
}
.top_block.content_page{
	padding:20px 18px;
	margin-bottom:35px;
}
.top_block.content_page span{
	color: #626262;
}
.info_list .info_item{
	border-bottom: 1px solid #f5f5f5;
}
.info_list a:hover{
	text-decoration:none;
}
.info_list a:hover .title{
	color:#d10101;
}
.info_list li:nth-child(even) a{
	background-color: #fbfbfb;
}
/* video */
.video_box .content_img{
	padding-top: 79%;
	cursor: pointer;
	display: block;
	outline: 0;
}
.video_box .content_img:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../../images/posiflex_video_play.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
.video_box .content_img:hover:after{
	opacity: 1;
}
.video_box .content_introduce{
	height: 120px;
	overflow:hidden;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
	background: none;
	display: none;
	width: 0;
	height: 0;
}
#cboxContent{
	padding: 60px;
}
#cboxLoadedContent {
    margin-bottom: 0;
}
#cboxClose, #cboxClose:hover {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../../images/posiflex_close_icon.png) no-repeat center;
}
#video_box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-js {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: hidden;
}

@media ( min-width:1025px){
	.info_list .date{
		min-width: 150px;
	}
}
@media ( max-width:1024px){

}
@media ( max-width:767px){
	.main_contain.news{
		padding-right: 0;
		padding-left: 0;
	}
	.top_block{
		padding: 25px 10px;
	}
	.top_block.content_page{
		padding:20px 10px;
	}
	#cboxContent {
		padding: 50px 10px;
		background: transparent;
	}
	#cboxClose, #cboxClose:hover {
		background: url(../../images/posiflex_close_icon_w.png) no-repeat center;
	}
}

</pre></body></html>