.home
{
	width:100%;
	height:auto;
	margin:0 auto;
}
.home-main
{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}
.home-main-left
{
	width:68%;
	height:auto;
	float:left;
	background:#fff;
	padding:15px 0;
}
.home-main-right
{
	width:30%;
	height:auto;
	float:right;
}
.home-ser
{
	width:100%;
	height:auto;
	float:left;	
}
.home-ser-title
{
	width:98%;
	height:auto;
	float:left;	
	padding:0 1%;
}
.home-ser-title h4
{
	margin:0;
	padding:10px 10px 10px 30px;
	font-size:18px;
	border-bottom: 3px solid #d33a01;
	background:url(images/icon.png) no-repeat left;
	text-transform:uppercase;
	color: #d33a01;
}
.home-ser-title h4 a
{
	display:inline-block;
	text-decoration:none;
	color:#d33a01;
}
.home-ser-title h4 a:hover
{
	//text-decoration:underline;
}
.home-ser-content
{
	width:100%;
	height:auto;
	float:left;
}

.ser-item
{
	width:48%;
	height:auto;
	float:left;
	margin:15px 1% 0 1%;
	padding:4px;
	box-sizing:border-box;
}
.ser-item-name
{
	width:100%;
	height:auto;
	float:left;		
}
.ser-item-name a
{
	display:inline-block;
	padding:0 0 7px 0;
	margin:0;
	color:#0035ff;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	//font-weight:bold;
}
.ser-item:hover .ser-item-name a
{
	color:#db0000;
}
.ser-item:hover .ser-item-img
{
	background:#c4c4c4;
}
.ser-item-img
{
	width:98%;
	height:auto;
	float:left;	
	position:relative;
	overflow:hidden;
	background:#ddd;
	padding:5px 1%;
}
.ser-item-img img
{
	width:100%;
	height:188px;
}

.icon-hot
{
	position:absolute;
	width:50px;
	height:50px;
	left:0;
	top:0;
	background:url(images/hots.gif) no-repeat;
	background-size:100% 100%;
	z-index:99;
}

.ser-item-ovrly
{
	background: rgba(0, 0, 0, 0.5);
	//background:#db0000;
    width: 100%;
    height: auto;
    bottom: -25%;
    position: absolute;
    left: 0;
    overflow: auto;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ser-item-img:hover .ser-item-ovrly {
    bottom: 0;
}


.ser-item-ovrly p
{
	margin:0;
	padding:5px 10px 5px 10px;
	line-height:20px;
	color:#fff;
}
.home-news
{
	width:100%;
	height:auto;
	float:left;	
	padding:20px 0 0 0;
}

.home-news-title
{
	width:98%;
	height:auto;
	float:left;	
	padding:0 1%;
}
.home-news-title h4
{
	margin:0;
	padding:10px 10px 10px 30px;
	font-size:18px;
	border-bottom: 3px solid #B03131;
	background:url(images/icon.png) no-repeat left;
	text-transform:uppercase;
	color: #B03131;
}
.home-news-title h4 a
{
	display:inline-block;
	text-decoration:none;
	color:#B03131;
}
.home-news-title h4 a:hover
{
	text-decoration:underline;
}
.news-big
{
	width:39%;
	height:auto;
	float:left;	
	margin:15px 0 0 1%;
}

.news-smail
{
	width:58%;
	height:auto;
	float:right;
	margin:0 1% 0 1%;	
}

.news-big-item
{
	width:100%;
	height:auto;
	float:left;		
}
.news-big-img
{
	width:100%;
	height:auto;
	float:left;	
	position:relative;
}
.news-big-img img
{
	width:100%;
	border:4px solid #eee;
	box-sizing:border-box;	
}
.news-big-img img:hover
{
	border:4px solid #dbdbdb;
}
.icon-new
{
	position:absolute;
	width:33px;
	height:16px;
	left:5;
	top:5;
	background:url(images/new.gif) no-repeat;
	background-size:100% 100%;
	z-index:99;	
}
.news-big-name
{
	width:100%;
	height:auto;
	float:left;	
}
.news-big-name a
{
	display:inline-block;
	margin:0;
	padding:7px 0;
	line-height:17px;
	text-decoration:none;
	color:#333;
	font-size:13px;
	font-weight:bold;
}
.news-big-name a:hover
{
	color: #B03131;
}

.news-big-sum
{
	width:100%;
	height:auto;
	float:left;		
}

.news-big-sum p
{
	margin:0;
	padding:0;
	line-height:20px;
	font-size:13px;
	color:#333;
}

.news-smail-item
{
	width:100%;
	height:auto;
	float:left;	
	padding:15px 0;
	border-bottom:1px dotted #ddd;
}
.news-smail-img
{
	width:25%;
	height:auto;
	float:left;	
	margin:0 2% 0 0;
	position:relative;
}
.news-smail-img img
{
	width:100%;
	border:4px solid #eee;
	box-sizing:border-box;
}

.news-smail-name
{
	width:73%;
	height:auto;
	float:left;	
	margin:0 0 0 0;
}

.news-smail-name a
{
	display:inline-block;
	margin:0;
	padding:0 0 7px 0;
	line-height:17px;
	text-decoration:none;
	color:#333;
	font-size:13px;
	font-weight:bold;
}

.news-smail-name a:hover
{
	color: #B03131;
}

.news-smail-name p
{
	margin:0;
	padding:0;
	line-height:20px;
	font-size:13px;
	color:#333;	
}
















