.container {
	max-width: 1200px !important;
	padding: 0 !important;
	margin: 0 auto !important;
}

/* 隐藏滚动条的样式 */
::-webkit-scrollbar {
	display: none;
}

.header {
	height: 70px;
	background-color: #fff;
}

.logo {
	width: auto;
	height: 40px;
}

.main {
	background-image: url('../image/bg_02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.left {
	width: 800px;
	height: calc(100vh - 70px);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;

}

div::-webkit-scrollbar {
	display: none;
}

.consultList {
	background-color: #fff;
	border-radius: 20px;
}

.consultItem {
	background: #F4F5FA;
}

.consultItem1 {
	background: #F4F5FA;
	border-radius: 10px;
}

.img {
	width: 90px;
	height: 90px;
	background-color: #00f;
	border-radius: 8px;

}

.title {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
}

.subtitle {
	font-weight: 400;
	font-size: 12px;
	color: #666666;
}

.time {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}

.right1 {
	border-radius: 10px;
}

.right-title {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
}

.img1 {
	width: 66px;
	height: 66px;
	border-radius: 10px;
	background: #00f;
}

.title1 {
	font-size: 14px;
	color: #222222;
}
.pagination li a{
	
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li span{
	
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination .active span{
	
    background-color: #e0e8f5;
}