.ms-title	{ border-bottom: 1px solid #e5e5e5; position: relative; }
.ms-title .name {height: 38px; line-height: 30px; background: #f87620; color: #fff; font-size: 20px; padding: 10px 34px 0 32px; border-radius: 0 24px 0 0; display: inline-block; }
.ms-title .more .icon { width: 32px; height: 32px; background: url(/src/img/icon.png) -110px -1px; display: inline-block; margin-left: 15px; vertical-align: top }
.ms-title .more { position: absolute; right: 0; top: 8px; color: #8c8c8c; font-size: 16px; line-height: 32px;}
.ms-title .more { animation-duration: 0.5s; animation-fill-mode: both;}
.ms-title .more:hover {animation-name: zoomBig;}
.ms-title .more a:hover {color: #f87620;}
@keyframes zoomBig {
	from {
		-moz-box-shadow: 0px 0px 5px #8c8c8c; /* 老的 Firefox */
		box-shadow: 0px 0px 5px #8c8c8c;
	}

	100% {
		-moz-box-shadow: 10px 10px 5px #f87620; /* 老的 Firefox */
		box-shadow: 10px 10px 5px #f87620;
	}
}
