@charset "UTF-8";
/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */
/* 横向布局 */
body {
	background: #f5f5f5;
}
.hy-news-list {
	margin-top: 14px;
}
.hy-news-list .hy-place {
	margin-bottom: 10px;
	color: #999;
	font-size: 15px;
}
.hy-news-list .hy-place img {
	margin-right: 10px;
}
.hy-news-list .hy-place a {
	color: #999;
}
.hy-news-list .hy-place a:hover {
	color: #e03636;
}
.hy-news-list .hy-lists {
	margin-bottom: 60px;
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.hy-news-list .hy-lists .hy-l {
	width: 785px;
	margin-right: 25px;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item {
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
	overflow: hidden;
	cursor: pointer;
	background: white;
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item:hover {
	border: 1px solid #e03636;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 20px;
	width: 250px;
	height: 160px;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-info {
	text-align: left;
	width: calc(100% - 250px);
	position: relative;
	height: 160px;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-info .hy-name {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-info .hy-describe {
	font-size: 14px;
	color: #999;
	line-height: 1.9;
	max-height: 100px;
	overflow: hidden;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-info .hy-time {
	position: absolute;
	bottom: 0;
	left: 0;
 background: url(../img/sub/time.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-info .hy-time .hy-view {
 background: url(../img/sub/view.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-item .hy-info .hy-view {
	position: absolute;
	bottom: 0;
	left: 150px;
 background: url(../img/sub/view.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-empty-data {
	padding: 180px 0;
	background: white;
}
.hy-news-list .hy-lists .hy-l .hy-all .hy-empty-data p {
	margin-top: 40px;
	font-size: 16px;
}
.hy-news-list .hy-lists .hy-l .hy-article {
	background: white;
	padding: 30px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	justify-content: center;
	margin: 15px 0;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip .hy-article-time {
 background: url(../img/sub/time.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
	margin-right: 30px;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip .hy-article-view {
 background: url(../img/sub/view.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-content {
	text-align: left;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-content img {
	max-width: 100%;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-contact-btn {
	margin-top: 20px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #e03636;
	border: 1px solid #e03636;
	border-radius: 18px;
	padding: 0 25px 0 50px;
 background: url(../img/news/18.png) no-repeat 24px center;
	cursor: pointer;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-contact-btn:hover {
	box-shadow: 0 2px 0 #e03636;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-operate {
	margin-top: 10px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-operate a {
	color: #999;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-operate a:hover {
	color: #c9302c;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-operate a i {
	font-size: 23px;
	vertical-align: sub;
	margin-right: 5px;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip .hy-tip-name {
	margin-right: 8px;
 background: url(../img/news/19.png) no-repeat left 2px;
	padding-left: 18px;
	color: #999;
	margin-top: 10px;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip .hy-item {
	padding: 3px 10px;
	background: #eee;
	color: #999;
	margin-right: 15px;
	border-radius: 40px;
	cursor: pointer;
	margin-top: 10px;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip .hy-item:hover {
	color: white;
	background: #e03636;
}
.hy-news-list .hy-lists .hy-l .hy-article .hy-article-tip .hy-item:last-child {
	margin-right: 0;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push {
	background: white;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	padding: 25px;
	margin-top: 25px;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-title {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-title .hy-name {
	font-size: 20px;
	color: #333;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-title .hy-get-new {
 background: url(../img/news/20.png) no-repeat left center;
	padding-left: 23px;
	font-size: 15px;
	color: #333;
	cursor: pointer;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row {
	margin-top: 10px;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row .hy-item {
	display: block;
	cursor: pointer;
	color: #666;
	border-bottom: 1px solid #eee;
	padding: 13px 0;
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row .hy-item:hover {
	border-bottom: 1px solid #e03636;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row .hy-item .hy-article-name {
	text-align: left;
 background: url(../img/news/21.png) no-repeat 10px center;
	padding-left: 23px;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row .hy-item .hy-article-tip {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	justify-content: flex-end;
	align-items: center;
	text-align: left;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row .hy-item .hy-article-tip .hy-time {
 background: url(../img/sub/time.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
	width: 95px;
}
.hy-news-list .hy-lists .hy-l .hy-rele-push .hy-row .hy-item .hy-article-tip .hy-view {
 background: url(../img/sub/view.png) no-repeat left center;
	padding-left: 23px;
	color: #666;
	font-size: 14px;
	width: 30px;
}
.hy-news-list .hy-lists .hy-r {
	width: calc(100% - 810px);
}
.hy-news-list .hy-lists .hy-r .hy-news-push {
	padding: 20px;
	background: white;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-sub-title {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-sub-title .hy-name {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 28px;
	font-size: 20px;
	color: #333;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-sub-title .hy-name:before {
	position: absolute;
	content: '';
	display: inline-block;
	border-bottom: 2px solid #e03636;
	width: 100%;
	bottom: -12px;
	left: 0;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-sub-title .hy-more {
	color: #999;
 background: url(../img/news/more.png) no-repeat right center;
	padding-right: 20px;
	align-self: center;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-news-first {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin: 13px 0;
	margin-bottom: 0;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-news-first .hy-img {
	width: 155px;
	height: 80px;
	margin-right: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-news-first .hy-info {
	width: calc(100% - 170px);
	height: 80px;
	overflow: hidden;
	text-align: left;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-news-first .hy-info .hy-title {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-news-first .hy-info .hy-describe {
	color: #999;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-item {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	text-align: left;
	padding: 13px 0;
	border-bottom: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-item:last-child {
	border-bottom: none;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-item .hy-title {
	width: calc(100% - 95px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hy-news-list .hy-lists .hy-r .hy-news-push .hy-item .hy-time {
	text-align: right;
	width: 95px;
	color: #999;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-sub-title {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	background: white;
	padding: 15px;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-sub-title .hy-name {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 28px;
	font-size: 20px;
	color: #333;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-sub-title .hy-more {
	color: #999;
 background: url(../img/news/more.png) no-repeat right center;
	padding-right: 20px;
	align-self: center;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item {
	background: white;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item:hover {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-img {
	width: 370px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info {
	padding: 10px 20px;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	margin-bottom: 7px;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row:last-child {
	margin-bottom: 0;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row .hy-name {
	text-align: left;
	font-size: 17px;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row .hy-describe {
	text-align: left;
	color: #999;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row .hy-price {
	color: #e03636;
	font-size: 16px;
	font-weight: bold;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row .hy-btn {
	padding: 3px 10px;
	color: #e03636;
	border: 1px solid #e03636;
	cursor: pointer;
}
.hy-news-list .hy-lists .hy-r .hy-product-push .hy-item .hy-info .hy-row .hy-btn:hover {
	color: white;
	background: #e03636;
}
.hy-newsfoot-contact {
	height: 90px;
}
.hy-newsfoot-contact .hy-contact-info {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	height: 100%;
	align-items: center;
}
.hy-newsfoot-contact .hy-contact-info .hy-text {
	font-size: 40px;
	font-weight: bold;
	color: white;
}
.hy-newsfoot-contact .hy-contact-info .hy-btn {
	width: 150px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 5px;
	font-size: 25px;
	color: #334473;
	background: white;
}
.hy-newsfoot-contact .hy-contact-info .hy-btn:hover {
	background: #eee;
}

/*# sourceMappingURL=newsList.css.map */
