@font-face {
	font-family: 'fangzhenglanting';
	src: url('../fonts/fangzhenglanting.TTF') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: "fangzhenglanting";

}

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

li {
	list-style: none;
}

.header {
	position: relative;
	overflow: hidden;
	/* background-image: url(../images/bgm.png); */
	/* background-size: calc(100vw); */
}

.header .bmg {
	width: 100%;
	min-height: 200px;
	/* height: auto; */
	/* position: absolute; */
	/*left: 0;
	right: 0;
	top: 0; */
}

.header .contener {
	position: absolute;
	transform: inherit;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	/* position: relative; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* margin: 50px auto; */
}

.header .contener h1 {
	letter-spacing: 5px;
	font-size: 35px;
	color: #fff;
}

.header .contener .search {
	display: flex;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin: 20px 0;
}

.header .contener .search input {
	color: #333;
	background: transparent;
	outline: none;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 300px;
	padding-left: 10px;
}

.header .contener .search .searchbtn {
	background-color: red;
	border-radius: 0 5px 5px 0;
}

.header .contener .search .searchbtn img {
	width: 32px;
	padding: 5px 25px;
	margin: auto;
	display: block;
	cursor: pointer;
}

.header .contener .tips {
	font-weight: bold;
	color: #fff;
}
.message{
	position: absolute;
	top: 20px;
	right: 50px;
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.phone{
	padding: 0 10px;
}
.exit{
	cursor: pointer;
}
.main {
	overflow: hidden;
}

.main .list {
	width: 1200px;
	margin: 50px auto;
}

.main .list ul {}

.main .list ul li {
	list-style: none;
	line-height: 50px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.main .list ul li i{
	    position: absolute;
	    left: 0;
	    top: 20px;
	    background-color: red;
	    border-radius: 50px;
	    width: 10px;
	    height: 10px;
}
.main .list ul li a {
	text-decoration: none;
	float: left;
	color: #444;
	font-size: 22px;
	width: 87%;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .list ul li .time {
	color: #444;
	float: right;
	text-align: right;
	width: 10%;
	font-size: 18px;
}

.main .pages {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px;
}

.main .pages ul {
	display: flex;
	align-items: center;
}

.main .pages ul li {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #444;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.main .pages ul li img {
	width: 100%;
	width: 75%;
	vertical-align: middle;
}
.main .pages .active{
	color: #b0b0b0;
}
.main .listindex {
	display: flex;
	justify-content: space-between;
}

.main .list ul.left {
	width: 48%;
}
.main .list ul.left li a{
	padding: 0;
}
/* .main .list ul.left li a:first-letter {
	font-family: "SimSun";font-size: 24px;font-weight: bold;color: #000000;
} */
.footer {
	width: 100%;
	/* height: 80px; */
	background-color: #be3841;
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
	color: #FFFFFF;
}
.footer p{
	padding: 0 5px;
}
	

@media only screen and (max-width: 1220px) {
	.main .list {
		width: 89%;
	}
}

@media only screen and (max-width: 1024px) {
	.header .contener h1 {
		/* font-size: 16px; */
	}
}

@media only screen and (max-width: 880px) {
	.header .contener h1 {
		font-size: 20px;
	}

	.header .contener .search {
		width: 80%;
	}

	.header .contener .search input {
		width: 80%;
	}

	.header .contener .search .searchbtn {
		width: 20%;
	}

	.header .contener .search .searchbtn img {
		display: flex;
		justify-content: center;
		padding: 5px;
	}

	.header .contener .tips {
		font-size: 12px;
	}

	.main .list {
		margin: 10px auto;
	}

	.main .list ul li a {
		font-size: 16px;
		width: 75%;
	}
	.main .list ul li span {
		width: 25%;display: block;text-align: right;
	}
	.main .list ul li .time{
		font-size: 16px;
		width: 15%;
	}
	

	.main .listindex {
		flex-direction: column;
	}

	.main .list ul.left {
		width: 100%;
	}
	.header .contener .tips span{
		display: none;
	}
	.main .list ul li{
		line-height: 45px;display: flex;justify-content: space-between;

	}
	.main .pages ul li{
		display: none;
	}
	.main .pages ul li.active{
		display: block;
	}
	.main .pages ul li:first-child{
		display: block;
	}
	.main .pages ul li:last-child{
		display: block;
	}
}
