/* 去下划线 */
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
/* Panel对象的css */
div.panel_content {
	height: auto;
	background: url(https://acm.hdu.edu.cn/images/panel-content.png) repeat-y ;
        background-size:100% 80% ;
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
	font-family: Times New Roman;
	text-align: left
}
div.panel_title {
	height: 38px;
	background: transparent url(https://acm.hdu.edu.cn/images/panel-title.png) left bottom no-repeat;
        background-size:100% 80% ;
	padding: 0 14px;
	color: #7CA9ED;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold
}
div.panel_bottom {
	height: auto;
	margin: 0;
	background: url(https://acm.hdu.edu.cn/images/panel-bottom.png) left top no-repeat;
        background-size:100% 80% ;
}
div.panel_content pre {
	word-wrap: break-word;
	white-space: pre-wrap;
	margin: 0;
	font-size: 14px
}
div.panel_code {
	height: auto;
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
	font-family: Times New Roman;
	text-align: left
}
.postTitleCus {
	border-bottom: 1px dashed #ccc;
}