/* CSS Document */

@charset "UTF-8";
.zxgl-index-wrap {
	max-width: 640px;
	margin: auto;
	background-color: #e7e7e7;
	box-sizing: content-box
}
.zxgl-search-wrap {
	width: 100%;
	border-bottom: 1px solid #ccc;
	background-color: #fff
}
.zxgl-search-wrap .input-append {
	display: block;
	border: 1px solid #029ee5;
	margin: 0 10px;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	font-size: 14px
}
.zxgl-search-wrap .input-append input {
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	background-color: #fff;
	box-sizing: border-box;
	height: 38px;
	line-height: normal;
	padding: 2px 113px 2px 10px;
	width: 100%
}
.zxgl-search-wrap .input-append .add-on {
	width: 75px;
	height: 38px;
	line-height: 38px;
	background-color: #029ee5;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0
}
.zxgl-search-wrap .icon-clear {
	position: absolute;
	top: 0;
	right: 75px;
	width: 38px;
	height: 38px;
	display: none
}
.zxgl-search-wrap .icon-clear.active {
	display: block
}
.zxgl-search-wrap .icon-clear:before {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #999;
	position: absolute;
	top: 18px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.zxgl-search-wrap .icon-clear:after {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #999;
	position: absolute;
	top: 18px;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.zxgl-search-wrap form {
	display: block;
	padding-top: 10px
}
.zxgl-index-modules {
	display: block;
	width: 100%;
	margin: 25px auto;
	overflow: hidden
}
.zxgl-index-modules li {
	float: left;
	display: inline;
	width: 29.7%;
	text-align: center;
	margin: 5px 1.5%;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.zxgl-index-modules li.on{ border-color:#bd1a2d; color:#fff; background:#bd1a2d;}
.zxgl-index-modules li a {
	display: block;
	width: 100%
}
.zxgl-index-modules li i, .zxgl-index-modules li span {
	display: block;
	margin: auto
}
.zxgl-index-modules li span {
	font-size: 14px;
	line-height: 16px;
	line-height: 28px;
}
.zxgl-index-module {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff
}
.zxgl-index-module:last-of-type {
	border-bottom: 0
}
.zxgl-index-module-header {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	background-color: #fff;
	padding: 0 10px 0 7px;
	margin: 10px 0 15px
}
.zxgl-index-module-header span {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 700
}
.zxgl-index-module-body {
	padding: 0 10px
}
.zxgl-index-submodule {
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #cfcfcf;
	background-color: #f1f6f7;
	margin: 20px 0 25px;
	color: #333
}
.zxgl-index-submodule:visited {
	color: #333
}
.zxgl-index-riji .zxgl-index-module-header {
	border-left: 3px solid #bd1a2d
}
.nl-note-list li {
	margin-bottom: 10px;
	position: relative
}
.nl-note-list li:last-of-type {
	margin-bottom: 0
}
.nl-note-list li a {
	display: block;
	width: 100%;
	padding: 28.125% 0
}
.nl-note-list li .nl-note-cover, .nl-note-list li .nl-note-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.nl-note-list li .nl-note-cover {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0,0,0,.5)), color-stop(33%, rgba(0,0,0,.1)), color-stop(66%, rgba(0,0,0,.1)), color-stop(100%, rgba(0,0,0,.5)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0, rgba(0,0,0,.1) 33%, rgba(0,0,0,.1) 66%, rgba(0,0,0,.5) 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.5) 0, rgba(0,0,0,.1) 33%, rgba(0,0,0,.1) 66%, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5) 0, rgba(0,0,0,.1) 33%, rgba(0,0,0,.1) 66%, rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.5) 0, rgba(0,0,0,.1) 33%, rgba(0,0,0,.1) 66%, rgba(0,0,0,.5) 100%)
}
.nl-note-list li .nl-note-cover div {
	position: absolute;
	left: 7px;
	top: 7px;
	border-radius: 20px;
	border: 1px solid #fff;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(100%, #fff));
	background-image: -moz-linear-gradient(top, #fff 0, #fff 100%);
	background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
	background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
	background-image: linear-gradient(top, #fff 0, #fff 100%)
}
.nl-note-list li .nl-note-cover div img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%
}
.nl-note-list li .nl-note-summary, .nl-note-list li h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.nl-note-list li h3 {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	margin: 7px 10px 5px 45px
}
.nl-note-list li .nl-note-summary {
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	margin: 0 10px 0 45px
}
.nl-note-list li .nl-note-info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	width: 100%;
	padding-left: 60px;
	text-align: right
}
.zxgl-index-xzx .zxgl-index-module-header {
	border-left: 3px solid #e25cc7
}
.zxgl-index-phase-list {
	display: block;
	width: 100%;
	margin: 25px auto 15px;
	overflow: hidden;
	position: relative
}
.zxgl-index-phase-list:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 60%;
	margin-left: 20%;
	height: 1px;
	border-bottom: 1px dotted #acc8d3;
	z-index: 0
}
.zxgl-index-phase-list li {
	float: left;
	display: inline;
	width: 33.3333%;
	text-align: center
}
.zxgl-index-phase-list li a {
	display: block;
	width: 100%
}
.zxgl-index-phase-list li i, .zxgl-index-phase-list li span {
	display: block;
	margin: auto
}
.zxgl-index-phase-list li i {
	background-color: #fff;
	position: relative;
	z-index: 2;
	border: 5px solid #fff;
	border-width: 0 5px 0 4px
}
.zxgl-index-phase-list li:nth-of-type(1) i:after, .zxgl-index-phase-list li:nth-of-type(2) i:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	background-color: #acc8d3;
	top: 30px;
	right: -4px
}
.zxgl-index-phase-list li:nth-of-type(2) i:before, .zxgl-index-phase-list li:nth-of-type(3) i:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #acc8d3;
	top: 29px;
	left: -5px
}
.zxgl-index-phase-list li span {
	margin-top: 5px;
	font-size: 13px;
	line-height: 15px;
	color: #333
}
.zxgl-index-zs-list {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-top: 1px solid #e3e3e3
}
.zxgl-index-zs-list li {
	padding: 0 0 0 80px;
	position: relative;
	height: 80px;
	margin: 20px auto
}
.zxgl-index-zs-list li:first-of-type {
	margin-top: 15px
}
.zxgl-index-zs-list li:last-of-type {
	margin-bottom: 15px
}
.zxgl-index-zs-list li figure {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0
}
.zxgl-index-zs-list li figure img {
	width: 100%;
	height: 100%
}
.zxgl-index-zs-list li div {
	position: absolute;
	top: 0;
	left: 95px;
	right: 0;
	height: 80px
}
.zxgl-index-zs-list li div h4 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 8px 0
}
.zxgl-index-zs-list li div summary {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	height: auto;
	max-height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline
}
.zxgl-index-video-list {
	border-top: 1px solid #ececec;
	overflow: hidden;
	padding-top: 15px
}
.zxgl-index-video-list li {
	float: left;
	width: 48.33333%
}
.zxgl-index-video-list li:nth-of-type(n+2) {
	margin-left: 3.33333%
}
.zxgl-index-video-list li a {
	display: block
}
.zxgl-index-video-list li figure {
	position: relative
}
.zxgl-index-video-list li figure:after {
	content: "";
	display: block;
	background: url(http://img.to8to.com/wap/v2/icon-se174a62dfa.png?v=20141218) -30px -941px no-repeat;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -12px;
	background-size: 187.5px 1087px
}
.zxgl-index-video-list li figure img {
	width: 100%;
	height: auto
}
.zxgl-index-video-list li p {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 8px
}
.zxgl-index-wd .zxgl-index-module-header {
	border-left: 3px solid #5ace90
}
.zxask-ask-list-item {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ececec
}
.zxask-ask-list-item:first-of-type {
	margin-top: -15px
}
.zxask-ask-list-item:last-of-type {
	border-bottom: 0;
	padding-bottom: 0
}
.zxask-ask-list-left {
	float: left;
	position: absolute;
	left: 7px;
	top: 15px;
	width: 30px;
	height: 30px
}
.zxask-ask-list .zxask-ask-list-left img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.zxask-ask-list-right {
	position: relative;
	margin-left: 50px;
	float: none
}
.zxask-ask-list-item a {
	display: block
}
.zxask-ask-list-right span {
	position: absolute;
	right: 0;
	top: 0
}
.zxask-ask-num, .zxask-ask-time, .zxask-ask-type, .zxask-ask-user {
	color: #999;
	font-size: 12px
}
.zxask-ask-title {
	line-height: 24px;
	margin-top: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.zxask-ask-type {
	margin-right: 12px
}
.zxask-ask-num {
	padding-left: 12px;
	border-left: 1px solid #999
}
.zxask-ask-list-item footer {
	text-align: right
}
.zxask-ask-list-item footer a {
	display: inline
}
/*新闻开始*/
.situation-box-item {
	overflow: hidden;
	margin-bottom: 10px;
}
.situation-box-item > a {
	display: block;
	width: 122px;
	height: 80px;
	float: left;
	position: relative;
}
.situation-box-item > a > span {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3em;
	color: #fff;
	line-height: 4;
	display: block;
	text-align: center;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
}
.situation-box-item a img {
	width: 100%;
	height: 100%;
}
.situation-box-item > div {
}
.situation-box-item h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.situation-box-item p {
	margin-top: 11px;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline;
}
.cityhref-box-top {
	height: 44px;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.cityhref-box .arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
	position: absolute;
	top: 20px;
	margin-left: 0.5em;
	margin-top: 0;
}
/* page start */

.gj-page {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	display: -webkit-box;
	display: box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.gj-page a.disable {
	background: #fff;
}
.gj-page a {
	height: 18px;
	line-height: 18px;
	padding: 13px 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 3;
	box-flex: 3;
}
a {
	text-decoration: none;
}
.gj-page .page-select-a {
	-webkit-box-flex: 1;
	box-flex: 1;
	position: relative;
}
.gj-page span {
	color: #333333;
	display: block;
	height: 18px;
	line-height: 18px;
}
.gj-3g-page-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	min-width: 70px;
	border: 0;
	opacity: .01;
	-webkit-appearance: none;
}
option {
	font-weight: normal;
}
.page-num {
	color: #333333;
}
user agent stylesheetoption {
	font: inherit;
}
.detailFr {
	margin: 12px 0px 0px 0px;
	padding: 12px 0;
	background: #fff;
	border-top: solid 1px #ccc;
}
.detailFr p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 26px
}
.detailFr figure {
	position: relative;
	overflow: hidden;
	margin: 12px auto 0;
	text-align: center;
	background: #ececec
}
.detailFr figure a:nth-of-type(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #fff
}
.detailFr h2 {
	font-size: 16px;
	font-weight: 700;
	display: block;
	width: 100%;
	height: auto;
	padding-left: 16px;
	line-height: 40px;
	position: relative;
}
.detailFr h2 i {
	display: block;
	float: left;
	width: 5px;
	height: 16px;
	background: #bd1a2d;
	position: absolute;
	left: 0px;
	top: 12px;
}
.detailFr ul {
	padding-top: 6px
}
.detailFr ul li {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap; text-overflow: ellipsis;
}
/*产品开始*/
.swipe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sct-bd-pd {
	margin: 0 3.125%;
}
.top-sct-xgt {
	position: relative;
	border-bottom: 0px;
}
.xgt-swip-nav-hd {
	position: absolute;
	height: 42px;
	top: 2px;
	right: 0;
}
.xgt-swip-nav-hd li {
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
}
.xgt-swip-nav-hd li span {
	display: block;
	height: 42px;
	border-bottom: 2px solid transparent;
	line-height: 42px;
	font-size: 14px;
	color: #000000;
}
.xgt-swip-nav-hd li.active span {
	border-bottom-color: #ff565b;
}
.sct-bd-xgt.swipe {
	position: relative;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
}
.sct-bd-xgt > .swipe_wrap > div {
	width: 100%;
}
.xgt-list {
	margin: 0 10px 10px;
}
.xgt-list li {
	float: left;
	width: 50%;
	margin-top: 5px;
	overflow: hidden;
}
.xgt-list li .page-container {
	display: block;
	position: relative;
	width: auto;
	height: 0;
	padding: 33% 0;
}
.xgt-list .page-wrap {
	position: absolute;
	top: 0;
}
.xgt-list li:nth-of-type(2n) .page-wrap {
	margin: 5px 0 0 5px;
}
.xgt-list li:nth-of-type(2n+1) .page-wrap {
	margin: 5px 5px 0 0;
}
.xgt-list li img {
	position: static;
	display: block;
	margin: 0;
	max-width: 100%;
	width: auto;
	height: auto;
}
.xgt-list li footer {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(../images/jwf-shadow.png) repeat-x;
	background-size: 4px 40px;
	text-align: center;
}
.xgt-list li p {
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
}
.swipe-xgt .sct-footer-xgt a {
	padding: 0;
	font-size: 14px;
}
.top-sct-xgt .sct-footer-xgt {
	border-bottom: 0!important;
	background-position: left bottom;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #d9d9d9 50%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(top, transparent 0%, transparent 50%, #d9d9d9 50%, #d9d9d9 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #d9d9d9), to(#d9d9d9));
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
	background-repeat: repeat-x!important;
}
/*装修行情开始*/
.situation-box-item {
	overflow: hidden;
	margin-bottom: 10px;
}
.situation-box-item > a {
	display: block;
	width: 122px;
	height: 80px;
	float: left;
	position: relative;
}
.situation-box-item > a > span {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3em;
	color: #fff;
	line-height: 4;
	display: block;
	text-align: center;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
}
.situation-box-item a img {
	width: 100%;
	height: 100%;
}
.situation-box-item > div {
}
.situation-box-item h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.situation-box-item p {
	margin-top: 11px;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline;
}
.cityhref-box-top {
	height: 44px;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.cityhref-box .arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
	position: absolute;
	top: 20px;
	margin-left: 0.5em;
	margin-top: 0;
}
.newsdate {
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-family: "宋体";
	font-size: 12px;
	color: #999;
}



.nypro{ width:100%; height:auto;}
.nypro ul li{ width:49%; height:auto; position:relative; float:left;}
.nypro ul  .marr{ margin-right:2%;}
.nypro ul li p{ display:block; height:auto; width:100%; padding:0 8px; box-sizing:border-box; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.7); line-height:28px; font-size:12px; color:#fff;}
.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}


.recruitment{ width:100%; height:auto;}
.recruitment .title{ width:100%; height:auto; line-height:30px; background:#ffdf00;}
.recruitment .title p{ width:25%; text-align:center; display: inline-block; font-size:12px; color:#fff;}
.recruitment ul li{ display:block; width:100%; height:auto; margin-bottom:10px;}
.recruitment ul li p{width:25%; text-align:center; display: inline-block; font-size:12px; color:#000; line-height:30px; color:#666;}
.recruitment ul li a{ display:block; width:50%; margin:0 auto; line-height:28px; background:#eee; text-align:center; font-size:12px;}
.hotmv {  height:auto; background: #fff; border-top: solid 1px #ccc;      padding: 12px 0;}
.hotmv figure { position: relative; overflow: hidden; margin: 12px auto 0; text-align: center; background: #ececec;}
.hotmv h2 { font-size: 16px; font-weight: 700; display: block; width: 100%; height: auto; padding-left: 16px; line-height: 40px; position: relative; }
.hotmv h2 i { display: block; float: left; width: 5px; height: 16px; background: #bd1a2d; position: absolute; left: 0px; top: 12px; }
.hotmv ul {padding-top: 6px;}
.hotmv ul li{ display:block; width:46%; margin:5px 2%; float:left; position:relative;}
.hotmv ul li img{ width:100%; height:auto;}
.hotmv ul li p{ display:block; padding:8px; position:absolute; bottom:0; left:0; background:rgba(0,0,0,0.7); font-family:"微软雅黑"; font-size:14px; color:#fff; width:100%; box-sizing:border-box; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}


.inphbnr ul li{ display:block; padding:5px 0px; border-bottom:1px solid #eee; position:relative;}
.inphbnr ul li .inphbnrt{ width:100%; height:auto;  box-sizing:border-box; padding-right:40px;}
.inphbnr ul li .inphbnrt span{ line-height:26px; font-family:"微软雅黑"; font-size:14px; display:block; width:100%;}
.inphbnr ul li .inphbnrt em{ line-height:20px; font-family:"宋体"; font-size:12px; color:#999;}
.inphbnr ul li .inphbst{ position:absolute; top:0; width:40px; height:100%; right:0; text-align:center; }
.inphbnr ul li .inphbst p{ display:table; position:relative; width:100%; height:100%;}
.inphbnr ul li .inphbst i{ display:table-cell; vertical-align:middle;}


/* 主页news */
.innews{ width:100%; height:auto; background:#fff;}
.innews .title{ width:100%; height:auto; line-height:20px; border-top: 2px solid #0042ff; box-sizing:border-box; padding:10px 10px; border-bottom:1px solid #ccc; font-family:"微软雅黑"; font-size:16px; color:#333; }
.innews .title span{ color:#0042ff;}
.innews .title a{ display:block; float:right; height:20px; line-height:5px;  font-family:"微软雅黑"; font-size:30px; color:#999;}
.innews .innewsnr{ width:100%; height:auto; box-sizing:border-box; padding:10px;}
.innews .innewsnr ul li{ display:block; padding:5px 0px 5px 80px; border-bottom:1px solid #eee; position: relative;}
.innews .innewsnr ul li img{ position: absolute; left: 0; top: 5px; }
.innews .innewsnr ul li p{ display:block; width:100%; line-height:26px; height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family:"微软雅黑"; font-size:14px;}
.innews .innewsnr ul li span{ line-height:20px; font-family:"微软雅黑"; font-size:12px; color:#999;}
.innews .innewsnr ul li .an{ width:100%; height:30px; text-align:center; line-height:30px; background:#008fff; color:#fff;}
