﻿.mainer {
	background-color: #ffffff;
}

.g-row-1 {
	padding-top: 20px;
	margin-bottom: 35px;
}

.g-row-1 .g-left {
	float: left;
	display: inline;
	width: 485px;
	height: 250px;
	margin: 0 20px 0 10px;
	overflow: hidden;
}

.g-row-1 .g-right {
	float: left;
	display: inline;
	width: 475px;
	height: 250px;
	overflow: hidden;
}

.g-row-2 {
	padding-bottom: 20px;
}

.g-row-2 .g-left {
	float: left;
	display: inline;
	width: 240px;
	height: 250px;

}

.g-row-2 .g-middle {
	float: left;
	display: inline;
	width: 365px;
	height: 250px;
	overflow: hidden;
	margin-right: 20px;
}

.g-row-2 .g-right {
	float: left;
	display: inline;
	width: 365px;
	height: 250px;
	overflow: hidden;
	margin-right: 10px;
}

/************************************************************************************/

.ps-news {
	width: 485px;
	height: 250px;
	overflow: hidden;
	background: #999;
	position: relative;
}

.ps-news .ps-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 485px;
	height: 30px;
	background: #000000;
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 90;
}

.ps-news .ps-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 485px;
	height: 30px;
	z-index: 99;
	color: #FFFFFF;

}

.ps-news .ps-title h4 {
	line-height: 20px;
	margin: 5px 10px;
	font-size: 14px;
	font-weight: 100;
	height: 20px;

	width: 465px;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ps-news .ps-title p {
	line-height: 18px;
	font-size: 12px;
	padding: 0 10px;
	height: 54px;
	overflow: hidden;
}

.ps-news .ps-image {
	width: 485px;
	height: 250px;
}

.ps-news .ps-hidden {
	display: none;
}

/************************************************************************************/
.m-news {
	width: 100%;
}

.m-news .title {
	position: relative;
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
	border: none;
	height: 30px;
	width: 100%;
}

.m-news .title .text {
	display: block;
	height: 30px;
	/*width: 50%;*/
	margin: 0 auto 0 0;
	background-repeat: no-repeat;
}

.m-news .title .more {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 20px;
	width: 37px;
	/*background: url(../images/more.jpg) no-repeat;*/
	cursor: pointer;
}

.m-news .content {
	width: 100%;
	overflow: hidden;
	list-style: none;
}

.m-news .content .item {
	position: relative;
	padding: 0 85px 0 30px;
	height: 24px;
	overflow: hidden;
	background: url(../images/news-icon.jpg) no-repeat -2px 3px;
	vertical-align: bottom;
	font-size: 0;
}

.m-news .content .item .text {
	display: block;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	color: #000;
	font-size: 12px;
}

.m-news .content .item .time {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	color: #818181;
	font-size: 12px;
	line-height: 24px;
}

.m-news .content .item a:hover {
	text-decoration: none;
	color: #c00;
}

/************************************************************************************/

.news-title-1 {
	background-image: url(../images/tit-bg-1.jpg);
}

.news-title-2 {
	background-image: url(../images/tit-bg-2.jpg);
}

.news-title-3 {
	background-image: url(../images/tit-bg-3.jpg);
}

/************************************************************************************/
.m-contact {
	background: url("../images/contact.jpg") no-repeat;
	height: 194px;
	margin-top: -8px;
}

.m-linker {
	margin: 0 20px 0 10px;
}

.u-select-1, .u-select-2 {
	height: 22px;
	border: 1px solid #aaaaaa;
	display: block;
	width: 100%;

	line-height: 18px;
}
