
.search_box {
    border-top: 3px solid #317ECB;
    padding: 10px 15px;
	position: relative;
}
.search, .search .text, .search .btn {
}
.search {
    border: 1px solid #DDDDDD;
    height: 30px;
	position: relative;
}
.search input {
    background-color: #FFFFFF;
    border: 0 none;
    outline: medium none;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.search .text {
	margin-right: 50px;
	position: relative;
}
.search .text input {
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-indent: 10px;
	height: 30px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-writing-mode: horizontal-tb;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
}
.search .btn {
	position: absolute;
    border-left: 1px solid #DDDDDD;
    height: 100%;
    float: right;
	right: 0px;
	top: 0px;
}
.search .btn input {
    background-position: 10px -423px;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 100%;
    width: 38px;
}
.search_result .result {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.search_result .result .title a {
    color: #317ECB;
}
.search_result .result .title a em {
    color: #B22C00;
}
.search_result .result .content {
    padding: 0;
}
.search_result .result .time {
    font-size: 14px;
}
.search-label .label {
    font-size: 16px;
    line-height: 25px;
    padding: 0 15px;
}
.search-label .label a {
    background-color: #E2EEFB;
    border: 1px solid #BBD5EE;
    color: #317ECB;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 10px;
}

.sim-box .sim-hd{padding: 0 5px;}

/*版块列表*/
.forum_wrap{}
.forum_wrap dl{float:left;width:50%;margin:0 0 5px;padding: 0;}
.forum_wrap dt{font-weight: 100;line-height: 24px;padding: 0 10px;}
.forum_wrap dt a{color: #000000;font-size: 14px;}
.forum_wrap em {font-style: normal;text-decoration: underline;color: #ff0000;}

/*帖子列表*/
.thread_wrap{padding: 0;}
.thread_wrap dl{margin-bottom: 5px;}
.thread_wrap dt{font-weight: 100;line-height: 24px;}
.thread_wrap dt a{color: #000000;font-size: 14px;}
.thread_wrap .name{color: #999999;margin-right: 5px;}
.thread_wrap .time{color: #999999;margin-right: 5px;}
.thread_wrap .author{color: #999999;}
.thread_wrap em {font-style: normal;text-decoration: underline;color: #ff0000;}

/*分页*/
.page_wrap{padding: 0 10px 0;}

/*分页*/
.pages{float:left;line-height:21px;height:21px;}
.pages a,.pages b{display:block;float:left;margin-right:3px;}
.pages a{border:1px solid #bdcfdd;background-color:#f9f9f9;padding:0 7px;color:#666;}
.pages b,.pages a:hover,.pages .current{background-color:#76c3fb;color:#ffffff;border:1px solid #76c3fb;text-decoration:none;padding:0 7px;}
.pages .fl{color:#666;padding:0 6px 0 3px;}
.pages input{padding:0;float:left;border:1px solid #bdcfdd;background:#ffffff;padding:2px;float:left;margin:0 2px 0 0;height:17px;width:22px;}
.pages button{height:23px;line-height:23px;background-color:#f4f8fb;padding:0 4px;color:#666;border:1px solid #bdcfdd;cursor:pointer;float:left;margin:0;overflow:visible;_overflow:auto;}
.fr .pages{_float:right;}/*ie6*/
.pages a.pages_pre{padding-left:16px;background-image:url(pre.png); background-position:7px center; background-repeat:no-repeat;}
.pages a.pages_pre:hover{padding-left:16px;}
.pages a.pages_next{padding-right:16px;background-image:url(next.png); background-position:48px center; background-repeat:no-repeat;}
.pages a.pages_next:hover{padding-right:16px;}