/*清空默认样式*/

html {
	color: #000;
	background: #FFF;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

a {
	text-decoration: none;
}

.h100 {
	height: 100px;
}

*:focus {
	outline: none;
}

.content {
	display: flex;
	justify-content: space-between;
}

.content .left {
	width: 300px;
}

.content .left>h5 {
	font-size: 28px;
	color: rgb(51, 51, 51);
	padding-top: 49px;
	padding-bottom: 41px;
	font-weight: 600;
}

.content .left .nav {
	width: 100%;
	height: auto;
	border-top: 8px solid rgb(51, 51, 51);
	background-color: rgb(248, 248, 249);
	color: rgb(51, 51, 51);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}

.content .left .nav>div {
	width: 261px;
	height: 72px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 72px;
	border-bottom: 2px solid rgb(243, 243, 243);
	cursor: pointer;
	font-weight: 600;
}

.content .left .nav>div:nth-last-child(1) {
	border-bottom: 0;
}

.content .left .nav .cur {
	color: rgb(236, 25, 58);
}

.content .right {
	width: 840px;
	height: auto;
	margin-top: 100px;
}

.content .right>div {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: rgb(153, 153, 153);
	border-bottom: 1px solid rgb(243, 243, 243);
}

.content .right>div>h5 {
	font-size: 18px;
	color: black;
}

.content .right>div>span {
	font-size: 14px;
}

.paging {
	width: 1200px;
	margin: 0 auto;
	color: rgb(51, 51, 51);
	display: flex;
	justify-content: flex-end;
	margin-bottom: 52px;
	margin-top: 63px;
}

.paging>div {
	display: flex;
}

.paging>div>div {
	width: 38px;
	height: 38px;
	background-color: white;
	border: 1px solid rgb(176, 180, 185);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 12px;
	cursor: pointer;
}

.paging>div .cur {
	border: 1px solid rgb(248, 248, 249);
	background-color: rgb(248, 248, 249);
}

.details .nav {
	width: 1200px;
	margin: 0 auto;
	font-size: 20px;
	color: rgb(153, 153, 153);
	display: flex;
	align-items: center;
	padding-top: 42px;
	margin-bottom: 47px;
}

.details .nav p {
	cursor: pointer;
}

.details .nav span {
	margin: 0 5px;
}

.details .title {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 44px;
	border-bottom: 1px solid rgb(243, 243, 243);
}

.details .title>h5 {
	height: 40px;
	font-size: 40px;
	color: rgb(51, 51, 51);
	margin-bottom: 26px;
}

.details .title img {
	width: 16px;
	margin-right: 12px;
}

.details .title div {
	font-size: 16px;
	color: rgb(153, 153, 153);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.details .centent {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 38px;
	color: rgb(51, 51, 51);
	padding: 50px 0;
}

.details .centent img {
	max-width: 100%;
	width: auto;
}