body{ font-family: microsoft yahei}
#navList a:link{ text-shadow:none}
.xcldesc{border-right: 1px solid #dedede;border-left: 1px solid #dedede;padding: 20px 10px 10px 20px;font-size: 13px; background:#fff}
.xcldescbox{ }
.xcldesc .xclimg{ width: 113px;float: right; padding-left:10px}
.xcldesctext{ }
.xcldesc .flow img{ width:30px; padding:0 2px}
#nav_next_page a{ background-color:#169fe6a !important}
#topics .postTitle{ font-weight: bold; font-family: microsoft yahei; width: 100%; height: 100%; position: relative; top: 50%; transform: translateY(-50%);}
#topics .postTitle a{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 300px;
	margin: 0 auto;
	position: relative;
	height: 30px;
}

#topics .postTitle a:after{
/* create the background */
content: "";
display: block;
height: 100%;
width: 120%;
background: #169FE6;
position: absolute;
top: 10px;
left: -5px;
z-index: -1;
/* the animation rule specifies things like animation duration, direction, name, iteration, etc, but won't animate without using @keyframes */
animation: monAnim 1s infinite ease-in-out alternate;
}

/* now we can use the @keyframes rule to carry out the animation code */

@keyframes monAnim{
0%{
	transform: translateY(4px) translateX(-12px);
}
100%{
	transform: translateY(-12px) translateX(4px);
}
}
#homepage1_HomePageDays_ctl00_DayList_TitleUrl_0{ font-weight:bold}