<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å†…å®¹ å¼€å§‹*/
.conAuto {
	width: 1200px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.contentBox{
	border:1px solid #ededed;
}
.mryt_Search {
	height: 60px;
	line-height: 60px;
	padding: 10px 20px;
	border-radius: 10px;
	z-index: 2;
}
.mryt_Search input {
	margin-top: 14px;
	width: 238px;
	height: 32px;
	line-height: 32px;
	border-radius: 20px;
	border: 1px solid #ededed;
	padding: 0 40px 0 10px;
}
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #969696;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #969696;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #969696;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #969696;
}
.mryt_Search .search {
	width: 35px;
	height: 30px;
	background: url(../../../public/images/icons/mryt_fdj.png) no-repeat center center;
	top: 25px;
	left: 384px;
}
.mryt_Search .mryt_Title {
	height: 60px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding-left: 8px;
    background: url(../../../public/images/icons/icon_zc_titleLine_bgstar.png) no-repeat left 13px;
}
/*ConWrapBox*/
.ConWrapBox{
	width: 1162px;
	padding: 0 17px;
}
.ConWrapBoxUl{
	border-top: 1px solid #ececec;
}
.ConWrapBoxUl .ConWrapBoxLi{
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #ececec;
}
.ConWrapBoxUl .ConWrapBoxLi .title{
	width: 925px;
	padding-left: 30px;
	background: url(../../../public/images/icons/NewSEvent_GreySpot.png) no-repeat 8px center;
}
.ConWrapBoxUl .ConWrapBoxLi .title:hover{
	color: #308bd8;
	background: url(../../../public/images/icons/NewSEvent_BlueSpot.png) no-repeat 8px center;
}
.ConWrapBoxUl .ConWrapBoxLi .time{
	padding-left: 22px;
	background: url(../../../public/images/icons/NewSEvent_Time.png) no-repeat left center;
}
</pre></body></html>