﻿#containerDiv{
	background: #f2f2f2;
}
.main {
	width: 1200px;
	background: #f2f2f2;
	margin:0 auto;
}
.headline{	
	line-height: 65px;
	margin:0 auto;
	font-size: 24px;
	position: relative;
	padding-left: 16px
}
.lump{
	display: inline-block;
	width:6px;
	height: 25px;
	background:#188eee;
	position: absolute;
	top:21px;
	left: 0;
}
.activityList{
	width:1200px;
	margin:0 auto 80px;
	background:#fff;
	overflow: hidden;
}
.activityList dl{
	margin:30px 20px;
}
.activityList dl.current dd .title{
	color:#188eee;
}
.activityList dl dt{
	float: left;
	width:238px;
	height:183px;
	margin-right: 20px;

}
.activityList dl dt a,.activityList dl dt a img{
	display: block;
	width:238px;
	height:183px;
}
.activityList dl dd{
	float: left;
	width:900px;

}
.title{
	font-size:20px;
	font-weight: 700;
	padding-top:10px;
	padding-bottom: 10px;
}
.introduce{
	font-size:12px;
	color: #666;
	line-height:18px;
	height:100px;
	overflow:hidden;
}
.btm{
	position: relative;
	padding-left:25px;
	color:999;
}
.attention{
	display: inline-block;
	background: url(/img/guanzhu.fw.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top:2px;
    left: 0;
}

.collect{
	display: inline-block;
	background: url(/img/guanzhu.fw.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top:2px;
    left: 0;
}

.collected{
	display: inline-block;
	background: url(/img/guanzhu.fw.png) no-repeat 0 -17px;
    width: 15px;
    height: 15px;
    position: absolute;
    top:2px;
    left: 0;
}

.on{
	background: url(/img/guanzhu.fw.png) no-repeat 0 -17px;
}
.btm .time{
	margin-left: 30px;
}
.layui-laypage a, .layui-laypage span{
	background:none;
}
#page{
	text-align: center;
	padding-bottom: 70px;
}
.layui-laypage{
	display: inline-block;

}

#hot_active_list_page{
	text-align: center;
	padding-bottom: 70px;
}

/*公告*/
.activityList ul{
	margin:20px 10px 60px;
}
.activityList ul li{
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #d7d7d7;
    padding:0 30px 0 25px;
    position: relative;
}
.dot{
	width:4px;
	height:4px;
	background:#188eee;
	border-radius: 50%;
	position: absolute;
	top:18px;
	left: 10px;
}
.activityList ul li .time{
    float: right;
    color: #666;
}
.activityList ul li a{
 	display: inline-block;
 	width:1000px;
 	height:100%;
}
.activityList ul li:hover a{
 	color:#188eee;
}