@charset "UTF-8";
.minh400{
	min-height: 400px;
}
.newsdetail-box {
	padding: 30px 0;
}

.newsdetail-box .newsdetail-title {
	margin: 0 auto;
	padding: 0;
	font-weight: normal;
	color: #04449c;
	line-height: 40px;
	font-size: 26px;
	padding:5px 0;
}

.newsdetail-box .newsdetail-title a{
	float: right;
	font-size: 15px;
	color: #333333;
}
.newsdetail-box .newsdetail-title a i{
	color: #a5a5a5;
	font-weight: bold;
	font-size: 20px;
	margin-right: 10px;
}
.newsdetail-box .newsdetail-info {
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	border-bottom: #eae9e9 solid 1px;
}
.newsdetail-box .newsdetail-info a{
	color: #999999;
}

.newsdetail-box .newsdetail-info a:hover{
	color: #ff83ad;
}
.newsdetail-content {
	padding: 30px 0;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.newsdetail-content img {
	max-width: 100%;
	margin: 5px 0;
}
.newsdetail-content table td{
	padding: 5px;
	border: #ebebeb solid 1px;;
}

.detail-fenye {
	line-height: 26px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top:#ebebeb solid 1px;
	color: #555;
	padding: 20px 0;
	font-size: 14px;
}

.detail-fenye .fenye-box {
	width:100%;
	margin: 0 auto;
	position: relative;
}

.detail-fenye .fenye-box a {
	width: 100%;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #555;
	transition: all .6s;
	line-height: 33px;
	height: 33px;
}

.detail-fenye .fenye-box a:hover {
	color: #288ce3;
}

.detail-fenye a.prev {
	float: none;
	display: block;
}

.detail-fenye a.next {
	clear: both;
	display: block;
}

@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;
	}
	.newsdetail-box .newsdetail-title a{
		display: none;
	}
	.lessthan768{
		display: block!important;
		text-align: center;
		font-size: 16px;
	}
	.minh400{
		min-height: auto;
	}
	.newsdetail-box .newsdetail-info{
		font-size: 12px;
	}
}
@media (max-width:640px) {
	.local-nav-wrap .local{
		width: 70%!important;
	}
	.lessthan1025{
		width: 30%!important;
	}
	.local-nav-wrap .local i{
		margin-right: 3px;
	}
	.newsdetail-box{
		padding: 20px 0;
	}
	.newsdetail-box .newsdetail-title{
		font-size: 15px;
		line-height: 22px;
	}
	.newsdetail-content{
		padding: 20px 0;
	}
}

@media (max-width:375px) { 
 .essthan1025 a, .lessthan1025 a.cur{
 	font-size: 13.5px;
 }
}
 