	     .cleardiv{
				clear: both;
			}
			.content{
				width: 1200px;
				margin: 0 auto;
			}
			 .contentBox{
				 width: 1200px;
				 margin: 0 auto;
				 background-color: #fff;
			 }
			.imgbox img{
				display: block;
				width: 100%;
				margin: 10px 0;
			}
			.localTit .localTitL{
				float: left;
				margin-left: 15px;
			}
			/*.localTit .localTitR{
				float: right;
				font-size: 14px;
				color: #acacac;
			}
			.localTitR span{
				margin: 0 3px;
				color: #acacac;
			}
			.localTitR a{
				margin-left: 10px;
			}
			.localTitR img{
				height: 16px;
				margin-right: 5px;
			
			}*/
	/*左边搜索内容*/
		.search{
			width: 1200px;
			font-family: "微软雅黑";
			color: #333;
			
			margin-top: 20px;
			
		}	
		.search-content{
			width:300px;
			/*height: 400px;*/
			border: 1px solid #ddd;
			border-radius: 8px;
			float: left;
			margin-bottom: 42px;
			margin-left: 30px;
			margin-top: 20px;
			background-color: #fbfbfb;
		}
		.search-content-main{
			font-size: 15px;
			margin-top: 30px;
			margin-bottom: 50px;
		}
		.search-content-tittle{
			background-color: #2393E7;
			line-height: 36px;
			text-align: center;
			border-radius: 4px;
			margin-bottom: 15px;
			font-size: 16px;
			color: #fff;
		}
		.search-content-form{
			margin: 22px 41px;
		}
		.search-content-range{
			display: inline-block;
		}
		.search-content-type{
			display: inline-block;
            padding-bottom: 18px;
		}
		.search-content-month{
			margin-left: 65px;
            margin-bottom: 15px;
		}
		.search-content-select{
			width: 149px;
			height: 26px;
			font-size: 12px;
			text-align: center;
		}
		.search-keyword-input{
			margin:0 0 22px 1px ;
		}
	    .search-input{
	    	width: 145px;
            height: 22px;
	    }
	    .search-button{
	    	margin-top: 45px;
	    	margin-left: 13px;
	    }
	    .search-button-list{
	    	border: none;
	    	border-radius: 4px;
	    	margin-left: 15px;
	    	background-color: #2393e7;
	    	color:#fff;
	    	width: 70px;
	    	height: 30px;
	    }
	    
		.search-button-list:hover{
			background-color: #1F86D3;
		}	
		/*右边展示内容*/
		.search-show{
			width: 790px;
			/*height: 300px;*/
			margin-left: 25px;
			float: left;
		
			
			
		}
		.clear{
			clear: both;
		}
		
		.search-show-content{
			padding-left: 30px;
		}
		.model1{
			width:750px ;
			margin: 15px 0px 15px 0px;
			border-bottom: 1px solid #DEDEDE;
		}
		.model1 p{
			font-family: "微软雅黑";
			font-size: 22px;
			color: #333333;
		}
		.model1 p:hover{
			color: #2393E7;
		}
		.modelA{
			width:750px ;
			height: 60px;
			font-family: "宋体";
			font-size:16px ;
			line-height: 30px;
			color: #717171;
			margin: 10px auto;
			word-break:break-all;
            overflow : hidden;
            overflow-wrap: break-word;
			text-overflow: ellipsis;
			display: -moz-box;
			display: -webkit-box;
           -moz-line-clamp: 2;
           -webkit-line-clamp:2;
           -o-line-clamp:2;
           -moz-box-orient: vertical;
           -webkit-box-orient:vertical;
           -o-box-orient:vertical;
		}
		.date{
			font-family: "微软雅黑";
			font-size: 14px;
			line-height: 12px;
			color: #b9b9b9;
			margin-bottom:5px ;
			margin-top: 5px;
		}
		 .model1 .article{
			 font-family: "微软雅黑";
			 color: #333;
			 margin: 8px 0;
			 font-size: 15px;
			 letter-spacing: 1px;
			 line-height: 26px;
			 text-indent: 2em;

		 }
		
