﻿@media only screen and (max-width: 767px) {
body {
	margin: 0px;
	padding:0px;
	font-size:1rem;
	color:#333;
	font-family:"Microsoft YaHei";


	border:0px;
	text-decoration:none;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	outline:none;
	font-family:"Microsoft YaHei";
}
a {
	color:#333;
}

a:hover {
	color:#1F82C7;

}
/*手机版栏目导航*/
.app_menu{
 height:50px;
 width:100%;
 background:url(menu_bg1.png) repeat bottom center;
 	position: fixed;
	left:0;
	top:0;
	z-index:1000;
 
}
.app_menu .wap-top-box {
 height:100%;
 width:100%;
}
.app_menu .wap-top-box .logo {
 width:60%;
 display: inline-block;
 vertical-align: middle;
 padding-top:5px;
}
.app_menu .wap-top-box .logo img {
 width:100%;
}
.app_menu .wap-nav-btn {
 float: right;
 margin-top: 1.2rem;
 margin-right: 0.5rem;
 z-index: 150;
 position: relative;
}
 .app_menu .wap-top-box .wap-burger_menu {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 0;
 background-color: #fff;
 z-index: 1;
 overflow-y: auto;
 -webkit-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
 transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
 -webkit-transition-delay: .65s;
 transition-delay: .65s;
}
.app_menu .wap-top-box .wap-burger_menu.active {
 position: fixed;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #fff;
 z-index: 9;
 overflow-y: auto;
 -webkit-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
 transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
}
.app_menu .wap-top-box .wap-burger_menu>.level1>li {
 display: block;
 padding-left: 30px;
 padding-right: 30px;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
 transform: translateY(-50px);
 -webkit-transform: translateY(-50px);
 -moz-transform: translateY(-50px);
 -ms-transform: translateY(-50px);
 opacity: 0;
 transition: all 0.25s ease-in;
 -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -ms-transition: all 0.25s ease-in;
}
.app_menu .wap-top-box .wap-burger_menu.active>.level1>li {
 transform: translateY(0px);
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 opacity: 1;
 transition: all 1s cubic-bezier(.19, 1, .22, 1);
 -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
 -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1);
 -ms-transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
 .app_menu .wap-top-box .wap-burger_menu>.level1>li:nth-child(1) {
 transition-delay: 0.65s;
 -webkit-transition-delay: 0.65s;
 -moz-transition-delay: 0.65s;
 -ms-transition-delay: 0.65s;
}
.app_menu .wap-top-box .wap-burger_menu>.level1>li:nth-child(2) {
 transition-delay: 0.5s;
 -webkit-transition-delay: 0.5s;
 -moz-transition-delay: 0.5s;
 -ms-transition-delay: 0.5s;
}
.app_menu .wap-top-box .wap-burger_menu>.level1>li:nth-child(3) {
 transition-delay: 0.3s;
 -webkit-transition-delay: 0.3s;
 -moz-transition-delay: 0.3s;
 -ms-transition-delay: 0.3s;
}
.app_menu .wap-top-box .wap-burger_menu>.level1>li:nth-child(n+4) {
 transition-delay: 0.2s;
 -webkit-transition-delay: 0.2s;
 -moz-transition-delay: 0.2s;
 -ms-transition-delay: 0.2s;
}
 .app_menu .wap-top-box .wap-burger_menu.active>.level1>li:nth-child(1) {
 transition-delay: 0.2s;
 -webkit-transition-delay: 0.2s;
 -moz-transition-delay: 0.2s;
 -ms-transition-delay: 0.2s;
}
 .app_menu .wap-top-box .wap-burger_menu.active>.level1>li:nth-child(2) {
 transition-delay: 0.3s;
 -webkit-transition-delay: 0.3s;
 -moz-transition-delay: 0.3s;
 -ms-transition-delay: 0.3s;
}
 .app_menu .wap-top-box .wap-burger_menu.active>.level1>li:nth-child(3) {
 transition-delay: 0.4s;
 -webkit-transition-delay: 0.4s;
 -moz-transition-delay: 0.4s;
 -ms-transition-delay: 0.4s;
}
.app_menu .wap-top-box .wap-burger_menu.active>.level1>li:nth-child(n+4) {
 transition-delay: 0.5s;
 -webkit-transition-delay: 0.5s;
 -moz-transition-delay: 0.5s;
 -ms-transition-delay: 0.5s;
}
 .app_menu .wap-top-box .wap-burger_menu>ul>li>a {
 display: block;
 text-decoration: none;
 padding:5px 0 15px;
 color: #282828;
 border-bottom: 1px solid hsla(0, 0%, 72%, .5);
 font-size:1rem;
}
.app_menu .wap-top-box .wap-burger_menu>ul>li>a i {
 float: right;
 -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
 transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.app_menu .wap-top-box .wap-burger_menu>ul>li.active>a i {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
.app_menu .wap-top-box .wap-burger_menu>ul>li>ul {
 padding: 0;
 overflow: hidden;
 display: none;
}
.app_menu .wap-top-box .wap-burger_menu>ul>li>ul>li {
 margin-top: 20px;
 margin-bottom: 20px;
 width: 100%;
}
.app_menu .wap-top-box .wap-burger_menu>ul>li>ul>li>a {
 color: #8d8d8d;
 display: inline-block;
 text-decoration: none;
 position: relative;
}
.app_menu .wap-top-box .wap-burger_menu>ul>li>ul>li>a:after {
 content: "";
 position: absolute;
 top: 100%;
 left: 0;
 width: 0;
 height: 2px;
 background-color: #8d8d8d;
 -webkit-transition: width .5s cubic-bezier(.19, 1, .22, 1);
 transition: width .5s cubic-bezier(.19, 1, .22, 1);
}
.app_menu .wap-top-box .wap-burger_menu>ul>li>ul>li>a:hover:after {
 width: 100%;
}
 .app_menu .text-box {
 position: absolute;
 left: 50%;
 top: 40%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 width: 100%;
 padding-left: 5rem;
 padding-right: 5rem;
}
.app_menu .text-box .title-box {
 text-align: center;
}
.app_menu .text-box .title-box .title {
 color: #fff;
 font-size: 6rem;
 font-weight: bold;
 line-height: 1em;
 margin-bottom: 2rem;
 letter-spacing: 0.3em;
}
.app_menu .text-box .title-box .note {
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 letter-spacing: 0.6em;
}
 .hamburger {
 transform: translateY(-5px);
 -o-transform: translateY(-5px);
 -webkit-transform: translateY(-5px);
 -moz-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 z-index: 99999 !important;
 transition: top .5s;
 -o-transition: top .5s;
 -moz-transition: top .5s;
 -webkit-transition: top .5s;
 -ms-transition: top .5s;
}
.hamburger .line.open {
 background-color: #fff;
}
.hamburger .line {
 width: 30px;
 height: 4px;
 border-radius: 5px;
 background-color: #ffffff;
 display: block;
 margin:4px auto;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.hamburger.wap-top .line {
 width: 30px;
 height: 4px;
 border-radius: 5px;
 background-color: #ffffff;
 display: block;
 margin: 6px auto;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
 .hamburger.is-active .line {
 background-color: #000000;
}
 .hamburger:hover {
 cursor: pointer;
}
/*头部图*/
.banner {
	position:relative;
	height:100%;
	width:100%;
}
.app_banner{
	width:100%;
	height:230px;}
	.app_banner img{
	width:100%;}
.banner_about {
	background:url(banner.png) no-repeat top center;
	height:0px;
	width:0px;
	overflow:hidden;
}
.banner .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .wave {
	position:relative;
	z-index: 8;
	width: 100%;
}
.banner .waves {
	left: 0;
	bottom:0px;
	position:absolute;
	width: 100%;
	height: 50px;
	margin-bottom: -5px;
	/*Fix for safari gap*/
  min-height: 50px;
	max-height: 100px;
}
.banner .parallax > use {
	animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.banner .parallax > use:nth-child(1) {
 animation-delay: -2s;
 animation-duration: 14s;
}
.banner .parallax > use:nth-child(2) {
 animation-delay: -3s;
 animation-duration: 20s;
}
.banner .parallax > use:nth-child(3) {
 animation-delay: -4s;
 animation-duration: 26s;
}
.banner .parallax > use:nth-child(4) {
 animation-delay: -5s;
 animation-duration: 40s;
}
.about_xian { width:900px; margin: 0 auto; position: relative; }
.about_h2 { color: #2e2c26; opacity: 0; font-size: 30px; font-weight: normal; left: 300px; top: 50px;  position: absolute; font-weight: 500; font-family: "微软雅黑"; }
.about_h3 { top: 180px; left: 300px; font-family: dincond-medium-webfont;  color: #dd7bb4; opacity: 0.4; position: absolute; margin-top: 9px; }
/*底部版权*/
.footer {
	margin-top:50px;
	background:#1F82C5;
	height:70px;
	text-align:center;
	font-size:1rem;
	color:#FFF;
	line-height:70px;
}
.footer .pic {
	width:95%;
	height:180px;
	margin:auto;
	padding-top:55px;
}
.footer_left {
	float:left;
	width:25%;
	padding-left:2%;
}
.footer_center {
	float:left;
	width:50%;
}
.footer_center p {
	text-align:left;
	color:#FFF;
	line-height:35px;
	font-size:1rem;
}
.footer_right {
	float:left;
	width:20%;
}
.footer_right h3 {
	font-weight:bold;
	font-size:1rem;
	color:#FFF;
}
.footer_right li select {
	line-height:30px;
	font-size:1rem;
	height:30px;
	margin:8px 0;
	width:100%;
	background:#1A6AA7;
	color:#FFF;
	border:0px;
}
.footer .wave {
	position:relative;
	z-index: 8;
	width: 100%;
}
.footer .waves {
	left: 0;
	bottom:0px;
	position:absolute;
	width: 100%;
	height: 40px;
	margin-bottom: -5px;
	/*Fix for safari gap*/
  min-height:40px;
	max-height: 100px;
}
.footer .parallax > use {
	animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.footer .parallax > use:nth-child(1) {
 animation-delay: -2s;
 animation-duration: 14s;
}
.footer .parallax > use:nth-child(2) {
 animation-delay: -3s;
 animation-duration: 20s;
}
.footer .parallax > use:nth-child(3) {
 animation-delay: -4s;
 animation-duration: 26s;
}
.footer .parallax > use:nth-child(4) {
 animation-delay: -5s;
 animation-duration: 40s;
}
.news {
	margin:auto;
	width:100%;
}
.hot {
	height:489px;
	margin:20px auto 0 auto;
	width:100%;
	background:#1F82C5;
}
.hot img {
	width:100%;
	margin:auto;
}
.zckp {
	width:100%;
	margin:20px auto 0 auto;
}
/*头部栏目导航*/
.top_menu_kuang {
	width:0px;
	height:0px;
	overflow:hidden;
}
.top_menu {
	width:100%;
	margin:auto;
}
.top_menu_left {
	width:420px;
	float:left;
	padding-top:10px;
}
.top_menu_right {
	width:780px;
	float:left;
}
.top_menu_right li {
	line-height:70px;
	text-align:center;
	display:block;
	width:14.2%;
	float:left;
	font-weight:bold;
}
.top_menu_right li a {
	color:#FFF;
}
.top_menu_right li a:hover {
	color:#FFF;
	background:url(menu_bg.png) no-repeat bottom center;
}
.top_menu_right li a.backhome {
	color:#1F82C5;
	background:url(back_home.png) no-repeat center;
}
/*水务新闻*/
.index_swxw_kuang {
	width:95%;
	margin:auto;
}
.index_swxw_kuang h3 {
	font-size:1.5rem;
	color:#1F82C3;
	line-height:70px;
}
.index_swxw_kuang h3 span a {
	float:right;
	font-size:1rem;
	color:#999;
	font-weight:normal;
}
.index_swxw_left {
	width:100%;
	height:100%;
	float:none;
}
.index_swxw_right {
	width:100%;
	height:100%;
	float:none;
	margin-left:0px;
}
/*水务新闻图样式*/
.focus {
	position:relative;
	width:100%;
	height:250px;
	overflow:hidden;
		border-radius:6px;
}
.focus img {
	width:100%;
	height:220px;
}
.focus .shadow .title {
	width:260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a {
	text-decoration:none;
	color:#fff;
	font-size:1rem;
	font-weight:bolder;
	overflow:hidden;
}
.focus .btn {
	position:absolute;
	bottom:34px;
	left:510px;
	overflow:hidden;
	zoom:1;
}
.focus .btn a {
	position:relative;
	display:inline;
	width:13px;
	height:13px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor:pointer;
	background:#1F82C5;
}
.focus .fPic {
	position:absolute;
	left:0px;
	top:0px;
}
.focus .D1fBt {
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;
}
.focus .shadow {
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	z-index:10;
	height:50px;
	line-height:50px;
	background:rgba(0, 0, 0, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display:block;
	text-align:left;
}
.focus .shadow a {
	text-decoration:none;
	color:#fff;
	font-size:1.2rem
	overflow:hidden;
	margin-left:10px;
}
.focus .fcon {
	position:relative;
	width:100%;
	float:left;
	display:none;
	background:#000
}
.focus .fcon img {
	display:block;
	width:100%;
	height:auto;
}
.focus .fbg {
	bottom:12px;
	right:20px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
}
.focus .fbg div {
	margin:4px auto 0;
	overflow:hidden;
	zoom:1;
	height:14px
}
.focus .D1fBt a {
	position:relative;
	display:inline;
	width:12px;
	height:12px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background:#1F82C5;
}
.focus .D1fBt img {
	display:none
}
.focus .D1fBt i {
	display:none;
	font-style:normal;
}
.focus .prev, .focus .next {
	position:absolute;
	width:40px;
	height:74px;
	background: url(focus_btn.png) no-repeat;
}
.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position:0 -74px;
	cursor:pointer;
}
.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position:-40px -74px;
	cursor:pointer;
}
.focus .prev:hover {
	background-position:0 0;
}
.focus .next:hover {
	background-position:-40px 0;
}
/*水务列表样式*/
 .index_newslist {
}
.index_newslist a {
	display: flex;
	padding: 20px 0px;
	align-items: center;
	border-bottom:1px #CCC dashed;
}
.index_newslist a .time {
	width: 77px;
	height:87px;
	background: #0075C3;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.index_newslist a .time .day {
	font-size:1.5rem;
	color: white;
	font-weight: bolder;
}
.index_newslist a .time .date {
	color: white;
	font-size:0.85rem;
	font-weight: lighter;
	margin-top: 5px;
}
.index_newslist a .xx {
	padding-left:20px;
	width:85%;
}
.index_newslist a .xx .title {
	font-size:1rem;
	font-weight:bold;
	color:#333;
	text-align:left;
	line-height:2rem;
	height:2rem;
	overflow:hidden;
}
.index_newslist a .xx .list {
	font-size:1rem;
	line-height:2rem;
		height:4rem;
	overflow:hidden;
}
/*水价疑问和优惠政策*/
.index_sjyw_yhzc {
	width:95%;
	margin:10px auto;
	height:100%;
}
.index_sjyw {
	width:100%;
	height:auto;
	background-size:100%;
	float:none;
	margin-right:0px;
	clear:both;
}
.index_sjyw img{
	width:100%;margin-bottom:10px;}

.index_yhzc {
	width:100%;
		height:auto;
	float:none;
	clear:both;}
.index_yhzc img{
	width:100%;}

/*视频宣传*/
.index_spxc_kuang {
	width:100%;
	height:100%;
	background:url(img_sp_bg.jpg) no-repeat top center;
}
.index_spxc {
	width:95%;
	margin:auto;
	padding-top:20px;
}
.index_spxc_left {
	width:100%;
	float:none;
}
.index_spxc_left h3 {
	font-size:1.5rem;
	color:#1F82C5;
	line-height:80px;
	padding-top:0px;
}
.index_spxc_left p {
	font-size:1rem;
	color:#666;
	line-height:30px;
}
.index_spxc_left span a {
	border:0px #CCC solid;
	width:0px;
	line-height:35px;
	text-align:center;
	border-radius:8px;
	color:#999;
	margin-top:20px;
	font-size:1rem;
	height:0px;
	overflow:hidden;
}
.index_spxc_right {
	width:100%;
	float:none;
}
.index_spxc_right li {
	width:100%;
	float:none;
	margin-left:0px;
}
.index_spxc_right li img{
	width:100%;
	height:220px;
	border-radius:6px;
}
.index_spxc_right li p {
	text-align:center;
	line-height:60px;
	color:#666;
}
.index_spxc_right li a {
	display:block;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.index_spxc_right li a:hover{
	display:block;
	transform:translate(0,-20px);
	-webkit-transform:translate(0,-0px);
	-moz-transform:translate(0,-0px);
	-o-transform:translate(0,-0px);
	-ms-transform:translate(0,-0px);
}
/*政策科普*/
.index_zckp_kuang {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#1F82C5;
}
.index_zckp {
	width:95%;
	margin:auto;
	padding-top:0px;
}
.index_zckp_left {
	width:95%;
	margin:20px auto;
	float:none;
}
.index_zckp_left h3 {
	font-size:1.5rem;
	color:#fff;
	line-height:80px;
	padding-top:0px;
}
.index_zckp_left p {
	font-size:1rem;
	color:#fff;
	line-height:30px;
}
.index_zckp_left span a {
	border:0px #fff solid;
	width:0px;
	line-height:35px;
	text-align:center;
	border-radius:8px;
	color:#fff;
	margin-top:20px;
	font-size:1rem;
	height:0px;
	overflow:hidden;
}
.index_zckp_right {
	width:100%;
	float:none;
}
.index_zckp_right li {
	width:100%;
	float:none;
	margin-left:0px;
	position:relative;
	margin-bottom:20px;
}
.index_zckp_right span{
	background:url(ico_time.jpg) no-repeat;
	width:58px;
	height:58px;
	color:#FFF;
	line-height:30px;
	padding:5px;
	position:absolute;
	top:170px;
	left:20px;
}
	.index_zckp_right span b{
		padding-left:30px;}
.index_zckp_right li img{
	width:100%;
	height:220px;
	border-radius:6px 6px 0 0;
	overflow:hidden;}
.index_zckp_right li p {
	text-align:center;
	line-height:2rem;
	color:#666666;
	background:#FFF;
	height:80px;
	margin-top:6px;
	padding:20px 15px;
	border-radius: 0 0 6px 6px;
}

.index_zckp_right li a {
	display:block;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.index_zckp_right li a:hover{
	display:block;
	transform:translate(0,0px);
	-webkit-transform:translate(0,0px);
	-moz-transform:translate(0,0px);
	-o-transform:translate(0,0px);
	-ms-transform:translate(0,0px);
}
/*栏目导航*/
.ny_location_kuang{
	border-bottom:2px #e8e8e8 solid;}
.ny_location{
	width:80%;
	margin:inherit;
	line-height:3rem;
	background:url(locion.jpg) no-repeat left center;
	padding-left:40px;
		color:#666;
		overflow:hidden;}
.ny_location a{
	display:inline;
	padding:0 4px;
}
/*视频宣传*/
.ny_spxc {width:95%; margin:30px auto;  height:100%; overflow:hidden;}
.ny_spxc li { float:none; width:100%; margin: 0 9px 9px 9px;}
.ny_spxc li:nth-child(3n) { margin-right: 0px; }
.ny_spxcimg { overflow: hidden }
.ny_spxcimg img { width:100%; height: 220px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; vertical-align: middle;}
.ny_spxctxt { padding: 10px 10px; background-color: #fff; height:2rem; }
.ny_spxctxt .ny_spxcd { font-size:1rem; color: #999999; }
.ny_spxctxt .ny_spxct { font-size:1rem; color: #333; line-height:2rem; text-align:center;}
.ny_spxc a:hover .ny_spxct { color: #C30D22; transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s }
.ny_spxc a:hover .ny_spxcimg img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05) }
.ny_spxc li:hover { -webkit-box-shadow: 0 8px 12px rgb(0 0 0 / 10%); box-shadow: 0 8px 12px rgb(0 0 0 / 10%); }
/*======================最终内容页======================*/
.news_content { width:95%; margin: 20px auto }
.news_title { border-bottom: 1px solid #e1e1e1; padding: 20px 0; margin-bottom: 30px; }
.news_title h1 { font-size:1.5rem; line-height:2.5rem; text-align: center; }
.news_title p { font-size:1rem; line-height:2rem; color: #666; text-align: center; }
.news_title p span { padding: 0 10px; display:block;}
.news_con p { font-size:1rem; line-height:2rem; color: #333; padding-bottom: 10px; }
.news_con p img { max-width:100%; height: auto !important; clear: both; margin: 0px auto; text-align: center; }
/*水务新闻*/
 .ny_newslist {
	 width:95%;
	 margin:30px auto;
}
.ny_newslist a {
	display: flex;
	padding: 20px 0px;
	align-items: center;
	border-bottom:1px #CCC dashed;
}
.ny_newslist a .time {
	width: 77px;
	height:87px;
	background: #0075C3;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ny_newslist a .time .day {
	font-size:2rem;
	color: white;
	font-weight: bolder;
}
.ny_newslist a .time .date {
	color: white;
	font-size:0.85rem;
	font-weight: lighter;
	margin-top: 5px;
}
.ny_newslist a .xx {
	padding-left:20px;
	width:93%;
}
.ny_newslist a .xx .title {
	font-size:1rem;
	font-weight:bold;
	color:#333;
	text-align:left;
	line-height:2rem;
	height:2rem;
	overflow:hidden;
}
.ny_newslist a .xx .title:hover{
	color:#1F82C5;

}
.ny_newslist a .xx .list {
	font-size:1rem;
	line-height:2rem;
	height:4rem;
	overflow:hidden;
}

}