* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	font-family: "Microsoft YaHei";
}

img {
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #000;
}

.pub-top {
	width: 1200px;
	margin: auto;
}

.header {
	width: 100%;
	height: 40px;
	/* line-height: 40px; */
	overflow: hidden;
	background-color: #E8F2FB;
	margin: 0 auto;
	margin-bottom: 15px;
}

.header-serch {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-serch p {
	float: right;
	line-height: 40px;
}

.header-serch p a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 45px;
}

.search {
	float: right;
	margin-right: 24px;
	width: 308px;
	margin-left: 60px;
}

.search__main {
	position: relative;
}

.search__main form {
	width: 308px;
	height: 28px;
	background: #FFFFFF;
	/* border: 1px solid #CCCCCC; */
	border-radius: 10px 10px 10px 10px;
}

.bdcs-search-form-input {
	width: 308px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 22px;
}

.bdcs-search-form-input:focus {
	outline: none;
}

.bdcs-search-form-submit {
	width: 18px;
	height: 16px;
	background: url(http://www.legaldaily.com.cn/style/img/20220722a3.png) no-repeat right center;
	position: absolute;
	right: 10px;
	top: 6px;
	border: 0;
	padding: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}


.content-header{
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.logo {
	float: left;
	width: 155px;
	margin-right: 35px;
}

.position-1 {
	width: 1002px;
	height: 82px;
	margin-top: 5px;
	float: left;
}

.position-1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.position-1 a img {
	width: 100%;
	height: 100%;
}

.nav {
	background-color: #0968ba;
	padding: 8px 0px 8px 32px;
	height: 74px;
	box-sizing: border-box;
}

.nav ul {
	overflow: hidden;
}

.nav li {
	float: left;
	margin-right: 34px;
	line-height: 28px;
	height: 28px;
}

.nav a {
	color: #fff;
	font-size: 16px;
}
