﻿/* news */
#news{
	margin-top: 26px;
}
.tow{
	margin-top: 20px !important;
}
.right_shift{
	padding-right: 2% !important;
}
.left_shift{
	padding-left: 2% !important;
}
.article{
	margin: 0;
	padding: 0;
	list-style:none;
}
.article a{
	width: 75%;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 30px;
	color: #333333 !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	font-size: 16px
}
.article span{
	float: right;
	line-height: 30px;
	color: #999;
	padding-right: 10px;
}
.red a,.red span{
	color: red !important;
}
.article a:hover{
	color: red !important;
}
.dy{
	border-bottom: 1px solid #dddddd;
}
.dy h5{
	float: left;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 39px;
	background: none;
	padding: 0 20px;
	border-radius: 0 20px 0 0;
	margin-right: 20px;
	cursor: pointer;
	border-bottom: 1px solid #065ca9;
}
.dy a{
	float: right;
	line-height: 40px;
	color: #999999;
	font-size: 12px;
}
.mr{
	color: #fff !important;
	background: #065ca9 !important;
	border-bottom: none !important;
}
/* 1.行业新闻 */
#myNews{
	margin-top: 14px;
}
#myNews img{
	width: 100%;
	height: 332px;
}
.ico{
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	margin-left: 78%;
}
.ico input{
	margin-top: 20px;
	width: 14px;
	height: 14px;
	border-radius: 0;
	background: #9b9b9b;
	border: none;
	color: white;
	font-size: 10px;
	line-height: 1px;
	padding: 1px;
	margin-left: 4px;
}
.ico .active{
	width: 15px;
	height: 15px;
	background: #065ca9;
	border: none;
}
.hint{
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	text-align: left;
}
.hint a{
	width: 75%;
	line-height: 50px;
	margin-left: 12px;
	display: block;
	font-size: 15px;
	color: white;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.article{
	padding-top: 10px;
	height:170px;
	border: 1px solid #ddd;
	border-top: none;

}

/* 2.通知消息 */
.assess{
	width: 100%;
	margin-top: 10px;
}
/* 3.下载中心 */
.article button{
	float: right;
	padding: 0 12px;
	line-height: 27px;
	margin-top: 5px;
	background: #3485f4;
	border: none;
	font-size: 12px;
}
/* news end */

/* 安全知识和视频中心 */
.mz{
	width: 48%;
	float: left;
	margin-right:2%;
}
.nr{
	text-align: center;
    width: 100%;
    border: 1px solid #a6c8ed;
    border-top: 0px;
	margin-top: 10px;
}
.nr img{
	width: 100%;
	display: block;
}
.nr p{
	margin: 0 auto;
	margin: 10px 0;
}
/* 安全知识和视频中心end */

@media (max-width: 992px){
	.right_shift{padding: 0 !important;}
	.left_shift{padding: 0 !important;}
}
@media (max-width: 768px){
	.tow{margin-top: 0;}
	.time span{display: none;}
	#myNews img{height: 200px;}
	.m{width: 100%;float: none;margin-right:0;}
}
