.list_box{
	width: 1200px;
	margin: 0 auto;
min-height: 400px;
}
.current{
	width: 1156px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 14px;
}
.current img{
	display: inline-block;
}
.list_record{
	width: 1156px;
	height: 25px;
	margin:  10px auto;
}
.left_list{
	float: left;
}
.left_list span{
	display: inline-block;
		line-height: 18px;
		font-size: 14px;
		color: #444;

}
.left_list i{
	color: #2067c4;
}
.right_list{
	float: right;
}
.list_input{
	width: 308px;
	height: 29px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	margin-right: 15px;
}
.right_list a{
	width: 60px;
	height: 29px;
	background: #eee;
	border: 1px solid #d4d4d4;
	color: #b6b6b6;
	font-size: 14px;
	text-align: center;
	line-height: 29px;
	display: inline-block;
	border-radius: 8px;
	text-decoration:none;
}
.left_1{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 800px;
	margin-left: 13px;
}
.left_1 a{
	width: 800px;
	display: inline-block;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.right_1{
	float: right;
	height: 50px;
	line-height: 50px;
	color: #888;
	margin-right: 20px;
}
.list_cont ul li{
	height: 49px;
	line-height: 49px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.list_cont{
	margin-left: 38px;
	font-size: 14px;
}
.list_cont img{
	position: absolute;top: 20px; left: 10px;
}
.list_cont a{
	margin-left: 10px;
}
.yema{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination li {
    display: list-item;
    unicode-bidi: isolate;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #333;
    text-decoration: none;
    background-color: #e7e7e7;
    border: 1px solid #cccccc;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.disabled>.page-link, .page-link.disabled {
        color: #333;
    pointer-events: none;
    background-color: #e7e7e7;
    border-color: #cccccc;
}
.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px !important;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.zazhi_list{
min-height:300px;
}
.zazhi_box{
    font-size: 13px;
    cursor: pointer;
    height:32px;
    border-bottom: 1px dashed #ccc;
}
.zazhi_box img {
	height:140px;
	width: 100px;
}
.zazhi_box:hover .zazhi_box_top  .left_search a{
    color:#0857be;
}
.left_zazhi{
    float: left;
    position: relative;
        width: 1080px;
}
.left_zazhi img{
        height: 140px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.left_zazhi a{
    margin-left: 20px !important;
    display: inline-block;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    height: 20px;
}
.left_zazhi a:hover{
    color:#0857be;
}
.zazhi_content{
    overflow: hidden;
    color:#888888;
    margin-top: 8px;
}
.zazhi_content a{
margin-left: 0px !important;
}
.zazhi_right{
	float: right;
    margin-right: 10px;
    color: #c3c3c3;
    cursor: pointer;
    margin-top: 50px;
}
.zazhi_box:hover{
	background: #f1f1f1;
}
