@charset "UTF-8";
.sub-notice-list {
	padding: 35px  0;
}
.sub-notice-list ul{
	padding-bottom: 30px;
}
.sub-notice-list ul li{ 
	border-bottom: #e2e2e1 solid 1px;
	opacity: 0;
}

.sub-notice-list ul li a {
	display: flex;
	flex-direction: row;
	padding:19px 0 19px 0;
	transition: all .5s ease;-o-transition: all .5s ease;-moz-transition: all .5s ease;	-webkit-transition: all .5s ease; 
}

.sub-notice-list ul li .date {
	color: #666;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	transition: all .5s ease;-o-transition: all .5s ease;-moz-transition: all .5s ease;	-webkit-transition: all .5s ease; 
}
.sub-notice-list ul li .date  i{
	font-size: 12px;
}

.sub-notice-list ul li .tab {
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	background: #04449c;
	border-radius: 27px;
	margin: 0 20px;
	width: 127px;
	text-align: center;
	transition: all .5s ease;-o-transition: all .5s ease;-moz-transition: all .5s ease;	-webkit-transition: all .5s ease; 
}

.sub-notice-list ul li .txt {
	overflow:hidden;
	width: 74%;
	font-size: 16px;
	font-weight: bold;
	transition: all .5s ease;-o-transition: all .5s ease;-moz-transition: all .5s ease;	-webkit-transition: all .5s ease; 
	color: #333333;
	height: 27px;
	overflow: hidden;
}

.sub-notice-list ul li a:hover{
	background: #f9f9f9;
}
.sub-notice-list ul li a:hover .tab{
	background: rgba(4,68,156,.8);
}
.sub-notice-list ul li a:hover .txt{
	color: rgba(4,68,156,.8);
}
@media (max-width:1280px) {
	.sub-title{
		font-size: 30px;
	}
	.sub-notice-list{
		padding: 20px 0;
	}
}
@media (max-width:1025px) {
	.sub-title{
		display: none;
	}
.lessthan1025{
	position: relative;
}
 .essthan1025 a, .lessthan1025 a.cur{
 	width: 100%;
 	text-align: left;
 	font-size: 14px;
 }
 .lessthan1025{
 	position: relative;
 }
 .local-nav-wrap .local{
 	height: 36px;
 	position: relative;
 }
 .local-nav-wrap{
 	overflow: visible;
 }
 .ny-nav {
		height: 49px;
		margin: 0 auto;
		position: relative;
		z-index: 999;
	}
 .ny-nav .ul2 {
		display: block;
		cursor: pointer;
	}
	.ny-nav .ul2 .act-show {
		display: none;
	}
	.ny-nav .ul2>li.act .act-show {
		display: inline;
	}
	.ny-nav .ul2>li.act .act-hide {
		display: none;
	}
	.ny-nav .ul2>li {
		line-height: 40px;
		padding-top: 5px;
	}
	
	.ny-nav .ul2>li span {
		font-size: 16px;
		height: 30px;
		overflow: hidden;
		float: left;	 
	}
	.ny-nav .ul2>li .down {
		display: none;
		z-index: 999;
		width: 100%;
	}
	.ny-nav .ul2>li .down li {
		width: 100%;
		background: rgba(18,79,160,.8);
		font-size: 14px;
		color: #fff;
		border-bottom: 1px solid #e9e9e9;
	}
	.ny-nav .ul2>li .down a{
		border-bottom: none;
		padding: 0;
		text-align: left;
		width: 100%!important;
	}
	.ny-nav .ul2>li .down a li{
		padding-left: 10px;
	}
	.ny-nav .ul2 .act-show {
		display: none;
	}
	.local-nav a{
		width: 100%!important;
		display: block;
	}
}

@media (max-width:768px) {
	.ny-nav .ul2>li span {
		font-size: 14px;
	}
	.ny-nav .ul2>li .down {
		width: 100%;
	}
	.sub-notice-list ul li .tab{
		margin: 0 5px;
		width:80px;
	}
	.sub-notice-list ul li .txt{
		font-weight: normal;
		font-size: 14px;
		height: 22px;
	}
	.sub-notice-list ul li a{
		padding: 15px 0;
	}
	.sub-notice-list ul{
		padding-bottom: 10px;
	}
	.sub-notice-list{
		padding-bottom: 0;
	}
}
@media (max-width:640px) {
	.local-nav-wrap .local{
		width: 45%!important;
	}
	.lessthan1025{
		width: 55%!important;
	}
	.local-nav-wrap .local i{
		margin-right: 3px;
	}
 
}

@media (max-width:375px) { 
 .essthan1025 a, .lessthan1025 a.cur{
 	font-size: 13.5px;
 }
}
 