.invit_tit{text-align: center;}
.invit_name{color: #999999;margin: 0 20px; border-bottom: 2px solid transparent; padding-bottom: 5px;box-sizing: border-box;}
.invit_name.on{color: #1d5082;border-bottom: 2px solid #1D5082;}
.invit_list a{transition: all .3s ease-in; display: block;height: 80px;color: #333333; line-height: 80px;border-bottom: 1px solid #c6c6c6;}
.notic{float: left;width: calc(100% - 160px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.notic_time{width: 80px; float: right;color: #999999;transition: all .3s ease-in;}
.invit_list li:hover a{color: #D70C24;}
.invit_list li:hover .notic_time{color: #D70C24;}
@media only screen and (max-width:1440px ) {
	.invit_list a{height: 70px;line-height: 70px;}
}
@media only screen and (max-width:768px ) {
	.invit_list a{height: 60px;line-height: 60px;}
	.notic{width: calc(100% - 100px);}
}