/* S搜索框 */
.kuang{
	background-color: #f5f5f5;
}
	.kuang .kuang-container{
		height: 210px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.search-top-box {
	    background: #f3f3f3;
	    border-bottom: 3px solid #eeeeee;
	    padding: 32px 0;
	}
	
	/*搜索*/
	.search {
	    width: 600px;
	    background: #fff;
	    border: 2px solid #1C8051;
	    height: 45px;
	    line-height: 45px;
	
	}
	
	.search_box {
	    margin: 0 auto;
	    width: 600px;
	}
	
	.search-top-box {
	    background: #fff;
	    padding: 100px 0 200px 0;
	}
	
	.search_time {
	    line-height: 40px;
	    height: 40px;
	}
	
	.search select {
	    display: none;
	}
	
	.search .select_box {
	    font-size: 14px;
	    color: #999999;
	    width: 120px;
	    line-height: 45px;
	    float: left;
	    position: relative;
	}
	
	.search .select_showbox {
	    height: 45px;
	    background: url(../images/search_ico.png) no-repeat 90px center;
	    text-indent: 1.5em;
	}
	
	.search .select_showbox.active {
	    background: url(../images/search_ico_hover.png) no-repeat 90px center;
	}
	
	.search .select_option {
	    display: none;
	    border: 2px solid #1C8051;
	    border-top: none;
	    display: none;
	    left: -2px;
	    top: 45px;
	    position: absolute;
	    z-index: 99;
	    background: #fff;
	}
	
	.search .select_option li {
	    text-indent: 1.5em;
	    width: 100px;
	    cursor: pointer;
	}
	
	.search .select_option li a {
	    color: #666;
	}
	
	.search .select_option li.selected {
	    background-color: #F3F3F3;
	    color: #999;
	}
	
	.search .select_option li.hover {
	    background: #BEBEBE;
	    color: #fff;
	}
	
	.search input.inp_srh,
	.search input.btn_srh {
	    border: none;
	    background: none;
	    height: 45px;
	    line-height: 45px;
	    float: left
	}
	
	.search input.inp_srh {
	    font-size: 14px;
	    outline: none;
	    width: 380px;
	}
	
	.search input.btn_srh {
	    background: #1C8051;
	    color: #FFF;
	    font-family: "微软雅黑";
	    font-size: 15px;
	    width: 100px;
	}
	
	.search_result {
	    background: #fff;
	    padding: 16px 0px;
	}
	
	.search_left {
	    text-align: right;
	    float: left;
	    width: 200px;
	    margin-right: 16px;
	}
	
	.search_left h5 {
	    font-weight: normal;
	    font-size: 16px;
	    line-height: 30px;
	}
	
	.list-group {
	    margin-bottom: 20px;
	    padding-left: 0;
	}
	
	.list-group-item_gr {
	    color: #999;
	    font-size: 14px;
	    line-height: 25px;
	    position: relative;
	    display: block;
	    padding: 2px 0px;
	}
	
	.list-group-item_gr.active,
	.list-group-item_gr.active:hover,
	.list-group-item_gr.active:focus {
	    z-index: 2;
	    color: #1C8051;
	    font-weight: 600;
	}
	
	.left-line {
	    border-left: 1px solid #ddd;
	}
	
	.search_right {
	
	    float: right;
	    width: 970px;
	}
	
	.search_bd {
	    min-height: 500px;
	    margin-left: 16px;
	}
	
	.color_f00{
		color: #f00;
	}
/* E搜索框 */


/* S搜索列表 */
.result{}
	.result .result-container{
		padding-top: 60px;
		padding-bottom: 130px;
	}
		.result .result-container .lists{
			margin-bottom: 90px;
		}
			.result .result-container .lists>li{
				padding-bottom: 50px;
				border-bottom: 1px solid #D1D1D1;
				margin-bottom: 50px;
			}
				.result .result-container .lists>li h5{
					margin-bottom: 14px;
				}
					.result .result-container .lists>li h5 a{
						color: #333;
						font-size: 26px;
						font-weight: 600;
					}
				.result .result-container .lists>li .date{
					font-size: 14px;
					color: #999;
					margin-bottom: 14px;
				}
				.result .result-container .lists>li .des{
					font-size: 14px;
					color: #666;
				}
		.result .result-container .page{}
/* E搜索列表 */