.Map_Bar{
	background: #f4f4f4;
}
/*搜索框*/
.Search_Box{
	position: absolute;
	right: 0;
	top: 9px;
	width: 360px;
}
.Search_Box>input{
	width: 313px;
	height: 28px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 14px;
	font-size: 12px;
	color:#656565;
	text-indent: 16px;
	line-height: 28px;
}
.Search_Btn{
	position: absolute;
	top: -6px;
	right: 8px;
	display: inline-block;
}
.Search_Btn>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 28px;
	color: #00c897;
}
/*标题*/
.ActivitiesHead_Box{
	min-width: 1220px;
	height: 91px;
	border-bottom: 1px solid #e5e5e5;
}
/*标题 登陆的情况下 校级的显示 只为做区分*/
.ActivitiesHead_BoxLogin{
	min-width: 1220px;
	height: 91px;
	border-bottom: 1px solid #e5e5e5;
}
.ActivitiesHead{
	margin: 0 auto;
	width: 1220px;
	height: 91px;
	line-height: 91px;
}
.ActivitiesHead>span{
	display:inline-block;
	padding-left: 15px;
	width: auto;
	height: 25px;
	border-left: 5px solid #00c897;
	font-size: 25px;
	color:#2d2d2d;
	line-height: 25px;
}
/*内容*/
.ActivitiesContent_Box{
	padding: 24px 0 55px;
	min-width: 1220px;
	height: auto;
	background: #eee;
}
/*登陆的情况下 只为做区分*/
.ActivitiesContent_BoxLogin{
	padding: 24px 0 55px;
	min-width: 1220px;
	height: auto;
	background: #eee;
}
.ActivitiesContent{
	margin: 0 auto;
	width: 1220px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.AllActivity{
	width:100%;
	height: 18px;
	text-align: right;
	line-height: 18px;
}
.AllActivity>a{
	font-size: 16px;
	color:#7d7d7d;
}
.AllActivity>a:hover{
	color: red;
}
.AllActivity>a>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 18px;
	vertical-align: -2px;
}
.ActivitiesUl{
	margin-top: 24px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ActivitiesUl>li{
	margin-bottom: 20px;
	width: 100%;
	height: 206px;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(218, 218, 218, 0.294);
}
.Activities_Img{
	float: left;
	width: 365px;
	height: 206px;
	border-right: 1px solid #ddd;
	overflow: hidden;
}
.Activities_Img>a>img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.ActivitiesUl>li:hover .Activities_Img>a>img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.ActivitiesDetails{
	float: left;
	margin-left: 23px;
	width: 557px;
	height: 206px;
}
.Activity_Head{
	margin-top: 20px;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.Activity_Head>a{
    display: inline-block;
    max-width: 490px;
    height: 30px;
	font-size: 20px;
	color:#313131;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Activity_Head>a:hover{
	text-decoration: underline;
}
.Activity_Head>span{
	display: inline-block;
	margin-left: 15px;
	width: 52px;
	height: 20px;
	font-size: 12px;
	color:#fff;
	line-height: 20px;
	border-radius:3px;
	text-align: center;
	vertical-align: 9px;
}
.ActivitiesDetails>p{
	font-size: 14px;
	color:#5e5e5e;
	line-height: 32px;
}
.Organizer{
	margin-bottom: 26px;
	line-height:24px !important;
}
.ToParticipateInState{
	float: right;
	width: auto;
	height: 206px;
	font-size: 14px;
	color:#5e5e5e;
	line-height: 206px;
}
.ToParticipateInState>span{
	padding: 0 5px;
	color: #ef0101;
}
.ToParticipateInState>a{
	display: inline-block;
	width: 83px;
	height: 38px;
	margin: 0 23px 0 13px;
	border-radius: 5px;
	font-size: 16px;
	color:#fff;
	line-height: 38px;
	text-align: center;
}
.Green_Bg{
	background:#37cb80;
}
.Red_Bg{
	background:#e25d5d;
}
.Grey_Bg{
	background: #969696;
}
.Orange_Bg{
	background: #fcbe18;
}
.Page{
	margin: 40px 0 0 !important;
}
.span11 {
    display: inline-block;
    width: 485px;
    height: 22px;
    /* overflow: hidden; */
    vertical-align: -1px;
    /* line-height: 52px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.loading-container {
	min-height: 560px;
}

.ActivitiesContent_Box, .ActivitiesContent_BoxLogin, .ActivitiesHead_BoxLogin {
	display: none;
}