.main{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.high_search{
    width: 310px;
    padding: 20px;
    background: #fafcff;
    float: left;
}
.high_s{
    text-align: center;
}
.search_bar{
    overflow: hidden;
    margin-bottom: 20px;
}
.search_bar label{
    float: left;
    width: 80px;
    margin-right: 10px;
    line-height: 30px;
    text-align: left;

}
.search_bar input,.search_bar select{
    float: left;
    width: calc(100% - 120px);
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: left;
}
.btn_high_s{
    background: #0a3190;
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    width: 90px;

}
.search_list{
     width: 790px;
     /* width: calc(100% - 40px); */

    padding: 20px;
    background: #fafcff;
    float: right;
}
.search_tit{
    font-size: 18px;
    padding: 20px 0;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.news_ul{
    overflow: hidden;
   
}
.list_li {
	background: url(../images/hualu/cir.png) no-repeat left 10px;
	padding-left: 20px;
	/* line-height: 26px; */
	margin-bottom: 20px;
}

.list .list_li:last-child {
	margin-bottom: 0;
}

.list_li>a {
	display: block;
	overflow: hidden;
	color: #000;
}

.list_li>a:hover .list_l {
	color: #0a3190;
}

.list_l {
	float: left;
	width: calc(100% - 90px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list_r {
	float: right;
    width: 90px;
    text-align: right;
    color: #999;
    white-space: nowrap;
}
.pagelist {
   
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {

    .main{
        width: 96%;
        margin: 20px auto;
    }
    .high_search,.search_list{
        width: calc(100% - 20px);
        padding: 10px;
    }
    .list_r{
        font-size: 12px;
    }
}