/*lyNy_News 开始*/
.lyNy_News { width:100%; min-height:400px; overflow:hidden; margin:0 auto; padding:30px 0 60px; background:#f8f8f8; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_News .lyNyNews_list { width:1400px; margin:60px auto 0; padding:0;}
.lyNyNews_list ul li { width:32%; margin:0 auto;  transition: all 0.5s;float:left; margin:0 2% 60px 0; position:relative;}
.lyNyNews_list ul li .news_text{padding:70px 35px 35px 35px; background:#fff;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position:relative; z-index:1;}
.lyNyNews_list ul li:after{content: "";height:100%;background:#182f62; position:absolute; bottom:0; left:0; width:0; display:block; z-index:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; z-index:0;}
.lyNyNews_list ul li:nth-child(3n+3){ margin-right:0;}
.lyNyNews_list ul li .time{ position:absolute; top:-25px; left:35px; padding:10px 20px; background:#888;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNews_list ul li .time span{ font-size:18px; color:rgba(255,255,255,.4);}
.lyNyNews_list ul li .time p{ font-size:28px; color:#fff; line-height:30px; font-weight:bold;}
.lyNyNews_list ul li .text a.name{ color:#333; font-size:20px; line-height:28px; display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyNyNews_list ul li .text p{ color:#999; font-size:15px; line-height:24px; height:72px; margin:10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.lyNyNews_list ul li .text a.more{ color:#999; line-height:28px;background: url(../images/news_more.png) 70px center no-repeat; vertical-align:middle; width:100%; display:block;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNews_list ul li:hover .news_text{ background:none;}
.lyNyNews_list ul li:hover:after{ width:100%;}
.lyNyNews_list ul li:hover .time{ background:#e9913b;}
.lyNyNews_list ul li:hover .text a.name{ color:#fff; font-weight:bold;}
.lyNyNews_list ul li:hover .text p{ color:#fff;}
.lyNyNews_list ul li:hover .text a.more{ color:#fff;background: url(../images/news_more_on.png) right center no-repeat;}
@media (max-width: 1440px) {
	.lyNy_News .lyNyNews_list { width:94%;}
}
@media (max-width: 1199px) {
	.lyNy_News { padding:30px 0 40px;}
	.lyNy_News .lyNyNews_list { margin:50px auto 0;}
	.lyNyNews_list ul li{margin: 0 2% 40px 0;}
	.lyNyNews_list ul li:nth-child(3n+3){margin: 0 0 50px 0;}
	.lyNyNews_list ul li .news_text{ padding:65px 25px 25px;}
	.lyNyNews_list ul li .time p{ font-size:26px;}
}
@media (max-width: 1024px) {
	.lyNyNews_list ul li{ width:49%;}
	.lyNyNews_list ul li:nth-child(3n+3){margin: 0 2% 40px 0;}
	.lyNyNews_list ul li:nth-child(2n+2){margin: 0 0 40px 0;}
}
@media (max-width: 767px) {
	.lyNy_News{padding: 20px 0 40px;}
	.lyNyNews_list ul li{ width:100%;margin: 0 0 60px 0;}
	.lyNyNews_list ul li:last-child{margin: 0 0 40px 0;}
	.lyNyNews_list ul li .time{ left:5%;}
	.lyNyNews_list ul li .news_text{ padding: 70px 5% 35px;}
	.lyNyNews_list ul li .text a.name{ font-size:18px;}
}
@media (max-width: 375px) {
	.lyNy_News{padding: 0 0 40px;}
	.lyNyNews_list ul li{margin: 0 0 40px 0;}
	.lyNyNews_list ul li .time{top: -15px;padding: 10px 12px;}
	.lyNyNews_list ul li .time span{ font-size:16px;}
	.lyNyNews_list ul li .time p{ font-size:24px; line-height:20px;}
}
/*lyNy_News 结束*/

/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1400px; overflow:hidden; margin:30px auto 20px; padding:0; background:#fff;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:60px; color:#fff; font-size:28px; font-weight:bold; margin:0 auto; padding:10px 4%;background:#182f62;}
.ly_NyNewsdetail .NyNewsdetail_title:before{content: "";display: inline-block;width: 6px;height: 30px;background: #e9913b;margin-right: 2%;vertical-align: middle;}
.ly_NyNewsdetail .contmain{ width:100%; margin:0 auto; padding:30px 3%;box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:25px; color:#999; font-size:15px; margin:0 auto 30px;}
.ly_NyNewsdetail .NyNewsdetail_tips ul li{ width:20%; border:1px solid #eef2f5;border-radius: 30px; padding: 5px 0 5px 2%;margin: 0 1% 0 0; display:inline-block; vertical-align:middle; font-size:15px; color:#777;display:flex; display: -webkit-flex;  justify-content:center;align-items:center; float:left;}
.ly_NyNewsdetail .NyNewsdetail_tips ul li span{ width:60%;background:#eef2f5;border-radius: 30px; display:inline-block;margin: 0 0 0 4%; text-align:center;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; min-height:300px;overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-size:16px; text-align:justify;}
.NyNewsdetail_con p, .NyNewsdetail_con div,.NyNewsdetail_con table,.NyNewsdetail_con tr,.NyNewsdetail_con td,.NyNewsdetail_con video,.NyNewsdetail_con img{ max-width:100%!important; max-height:100%!important; line-height:30px;}
.fvopvideo { width:80% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}

.ly_NyNewsdetail .ly_PrevNext { margin:40px auto 0;}
.ly_PrevNext i{display: block;width:100%; height: 27px;margin: 20px auto;padding: 0;vertical-align: middle;text-align: center;position: relative;}
.ly_PrevNext i:before{content: "";width: 47%;height: 1px;background: #ccc;position: absolute;left: 0;top: 50%;}
.ly_PrevNext i:after{content: "";width: 47%;height: 1px;background: #ccc;position: absolute;right: 0;top: 50%;}
.ly_PrevNext { width:100%; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; background:#fff;}
.ly_PrevNext ul li { width:50%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li a {line-height:40px; color:#666; font-size:16px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ly_PrevNext ul li:last-child { text-align:right;}
.ly_PrevNext ul li:hover a { color:#e9913b;}

@media (max-width:1440px) {
	.ly_NyNewsdetail { width:94%;}
	.NyNewsdetail_con p,.NyNewsdetail_con span,.NyNewsdetail_con table,.NyNewsdetail_con tr,.NyNewsdetail_con td,.NyNewsdetail_con video,.NyNewsdetail_con img{ width: auto !important; height: auto !important;}
}
@media screen and (max-width:1439px) and (min-width:1281px) {
	.ly_NyNewsdetail .ot_time ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li span{ width:68%;}
}
@media (max-width:1280px) {
	.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:16px; text-align:justify; text-indent:0; margin:0 auto; padding:0;}
	.NyNewsdetail_con .img{ width:80%; text-align:center;}
	.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
	.NyNewsdetail_con table tr td p { text-indent:0!important;}
	.NyNewsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100% !important; margin:0 auto; padding:0; text-indent:0!important;}
}
@media screen and (max-width:1279px) and (min-width:1201px) {
	.ly_NyNewsdetail .ot_time ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li span{ width:68%;}
}
@media (max-width:1200px) {
	.ly_NyNewsdetail{margin: 10px auto 20px;}
	.ly_NyNewsdetail .ot_time ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li span{ width:68%;}
}
@media (max-width:1080px) {
	.ly_NyNewsdetail .NyNewsdetail_title { font-size:28px;}
	.ly_NyNewsdetail .ly_PrevNext { margin:20px auto 0;}
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{width: 22%;}
	.ly_NyNewsdetail .ot_time ul li{ width:28%;}
}
@media (max-width:1024px) {
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{ width:25%;}
	.ly_NyNewsdetail .ot_time ul li{ width:30%;}
}
@media screen and (max-width:1023px) and (min-width:801px) {
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{width:29%;}
	.ly_NyNewsdetail .ot_time ul li{ width:36%;}
}
@media (max-width:800px) {
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{ width:30%;}
	.ly_NyNewsdetail .ot_time ul li{ width:36%;}
	.fvopvideo { width:100%!important; height:400px!important;}
}
@media (max-width: 768px) {
	.ly_NyNewsdetail { width:92%; margin:20px auto 0;}
	.ly_NyNewsdetail .NyNewsdetail_title{ font-size:24px; line-height:42px;}
	.ly_NyNewsdetail .ot_time ul li{ width:38%;}
	.ly_NyNewsdetail .NyNewsdetail_con { width:100%; min-height:300px;overflow:hidden; margin:0 auto; padding:0; line-height:28px; color:#565656; font-size:15px; text-align:justify;}
	.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:28px; color:#565656; font-size:15px; text-align:justify; text-indent:0;padding:0;}
	.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
	.ly_NyNewsdetail .ly_PrevNext { margin:0 auto;}
	.ly_PrevNext i:before,.ly_PrevNext i:after{width: 45%;}
	.ly_PrevNext ul li { width:100%; text-align:left!important; font-size:15px;}
	.ly_PrevNext ul li a { font-size:15px;}
	.fvopvideo { height:260px!important;}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{ width:49%;}
	.ly_NyNewsdetail .ot_time ul li{ width:65%;}
}
@media (max-width: 425px) {
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{ width:100%; font-size:14px; margin-bottom:10px;}
	.ly_NyNewsdetail .NyNewsdetail_tips{ margin-bottom:10px;}
	.ly_PrevNext i:before,.ly_PrevNext i:after{width: 40%;}
}
@media (max-width: 375px) {
	.ly_NyNewsdetail .NyNewsdetail_title { line-height: 42px; font-size: 20px;}
	.ly_NyNewsdetail .ot_time ul li{ width:70%; margin:0 auto;}
}
@media (max-width: 374px) {
	.ly_NyNewsdetail .NyNewsdetail_title { line-height: 36px; font-size:18px;}
	.ly_NyNewsdetail .NyNewsdetail_tips ul li{padding: 5px 5%;}
	.ly_NyNewsdetail .ot_time ul li{ width:82%;}

}
/*内页-新闻详情&文章详情 结束*/
