
/* CSS Document */




@media (min-width:1000px) {
.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 15px;
}

.lxdq{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.lxdq i{
	width:1px;
	height:16px;
	background-color:#B0C8DE;
}
.lxdq a{
	width: 128px;
	height: 44px;
	line-height:44px;
	text-align:center;
}
.lxdq a.cur{
	background-color:#004E96;
	color:#FFF;
}
.inlx{
	width:100%;
	float:left;
}
.inlx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx ul li{
	width:25%;
	display: flex;
	align-items: center;
	margin-top:60px;
}
.inlx ul li .pic{
	width:120px;
	overflow:hidden;
	margin-right:20px;
}
.inlx ul li .pic img{
	max-width:100%;
}
.inlx ul li .pic .pic01{
	display:inline-block;
}
.inlx ul li .pic .pic02{
	display: none;
}
.inlx ul li:hover .pic .pic01{
	display:none;
}
.inlx ul li:hover .pic .pic02{
	display:inline-block;
}
.inlx ul li dl dt{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.inlx ul li dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:24px;
	color:#333;
}

.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(34% - 30px);
	margin-right:30px;
	margin-top:40px;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background-color:#E9EDF0;
}
.newlist ul li:hover .tex dl dt{
	color:#004E96;
}
.newlist ul li .pic{
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	padding:30px;
}
.newlist ul li .tex dl dt{
	font-size:16px;
	line-height:24px;
	color:#333;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.fh{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:40px;
}
.fh a{
	width: 153px;
	height: 58px;
	background: #008bcf;
	border-radius: 4px;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
.fy{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	
	text-align: center;
	color: #606266;
	font-size: 14px;
	margin-right:5px;
	margin-left:5px;
	
}
.fy ul li a{
	color: #606266;
	width: 100%;
	float: left;
	padding: 3px 8px;
	line-height: 25px;
}
.fy ul li a:hover{
	color: #fffff;
}
.fy ul li .cur{
	color: #ffffff;
	background: #0997bb;
}
.add{
	width:100%;
	float:left;
	padding-bottom:17px;
	border-bottom:1px solid #e5e5e5;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#828282;
}
.add{
	width:100%;
	float:left;
	padding-bottom:17px;
	border-bottom:1px solid #e5e5e5;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#828282;
}
.bmtitle{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:24px;
	line-height:36px;
	color:#333;
	font-weight: bold;
}
.bmdate{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:12px;
	color:#828282;
	line-height:16px;
}
.bmtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:24px;
	color:#333;
}
.bmtex img{
	max-width:100%;
	height:auto;
}

}

@media (max-width:999px) {
.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(100% - 30px);
	margin-right:30px;
	margin-top:40px;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background-color:#E9EDF0;
}
.newlist ul li:hover .tex dl dt{
	color:#004E96;
}
.newlist ul li .pic{
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	padding:30px;
}
.newlist ul li .tex dl dt{
	font-size:16px;
	line-height:24px;
	color:#333;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.fh{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:40px;
}
.fh a{
	width: 153px;
	height: 58px;
	background: #008bcf;
	border-radius: 4px;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	
	text-align: center;
	color: #606266;
	font-size: 14px;
	margin-right:5px;
	margin-left:5px;
	
}
.fy ul li a{
	color: #606266;
	width: 100%;
	float: left;
	padding: 3px 8px;
	line-height: 25px;
}
.fy ul li a:hover{
	color: #fffff;
}
.fy ul li .cur{
	color: #ffffff;
	background: #0997bb;
}
.add{
	width:100%;
	float:left;
	padding-bottom:17px;
	border-bottom:1px solid #e5e5e5;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#828282;
}

.add{
	width:100%;
	float:left;
	padding-bottom:17px;
	border-bottom:1px solid #e5e5e5;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#828282;
}
.bmtitle{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:24px;
	line-height:36px;
	color:#333;
	font-weight: bold;
}
.bmdate{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:12px;
	color:#828282;
	line-height:16px;
}
.bmtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:24px;
	color:#333;
}
.bmtex img{
	max-width:100%;
	height:auto;
}

}