* {
	margin: 0;
	padding: 0;
}

button,
input,
textarea,
select,
img {
	outline: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.wz_detial li{
    list-style: unset;
}

.subject {
	width: 1200px;
	margin: 0 auto;
}

body {
	background-color: #f5f6f7;
	/* padding-top: 44px; */
}

.pcheader {
	height: 44px;
}

.pcheader-fiexd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 44px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.pcheader .subject {
	overflow: hidden;
}

.pcheader .subject .fl {
	float: left;
	display: flex;
	align-items: center;
}

.pcheader .subject .fl .logo {
	width: 36px;
	height: 34px;
	margin-right: 5px;
}

.pcheader .subject .fl p {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	margin-right: 30px;
}

.pcheader .subject .fl .navs {
	display: inline-block;
	/* width: 86px; */
	width: 100px;
	height: 44px;
}

.pcheader .subject .fl .navs:hover {
	background-color: #f0f0f5;
}

.pcheader .subject .fl .navs.active:hover .navto {
	color: #555666;
}

.pcheader .subject .fl .navs:hover .classification {
	display: flex;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
    height: auto;
}

.pcheader .subject .fl .navs .navto {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #555666;
	line-height: 44px;
	text-align: center;
}

.pcheader .subject .fl .navs .classification {
	position: fixed;
	width: 1200px;
	/* height: 175px; */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #f0f0f5;
	top: 44px;
	left: calc(50% - 600px);
	z-index: 999;
	padding: 20px;
	box-sizing: border-box;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pcheader .subject .fl .navs .classification .gets {
	display: block;
	width: 180px;
	height: 60px;
	background-color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}

.pcheader .subject .fl .navs .classification .gets p {
	/* font-family: MicrosoftYaHei-Bold; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #71717e;
	margin: 0;
}

.pcheader .subject .fl .navs .classification .gets span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 18px;
	color: #aaabb3;
}

.pcheader .subject .fl .active {
	background-color: rgb(165,181,110);
}

.pcheader .subject .fl .navs.active .navto {
	color: #fff;
}

.pcheader .subject .fr {
	float: right;
	display: flex;
	align-items: center;
	line-height: 44px;
}

.pcheader .subject .fr .search {
	position: relative;
	margin-right: 30px;
	width: 300px;
	height: 30px;
	border: solid 1px #dcdcdc;
	border-radius: 18px;
	overflow: hidden;
}

.pcheader .subject .fr .search input {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	text-indent: 15px;
	font-size: 14px;
	color: #aaabb3;
}

.pcheader .subject .fr .search .searchbtn {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 50px;
	background-color: transparent;
	border: none;
	background-image: url(../img/public/search.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pcheader .subject .fr .lgoin {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #555666;
}

.pcheader .subject .fr .haslogin {
	display: none;
}

.pcheader .subject .fr .shu {
	width: 1px;
	height: 12px;
	background-color: #dcdcdc;
	margin: 0 10px;
}

.pcheader .subject .fr .write {
	padding: 5px 8px;
	line-height: normal;
	background-color: rgb(25,118,210);
	margin-left: 8px;
}

.pcheader .subject .fr .write span {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.pcheader .subject .fr .foldmenu {
	display: none;
}

.pcheader .subject .fr .foldmenu .fold {
	margin-left: 10px;
	width: 25px;
}

.pcheader .subject .fr .foldmenu .fold img {
	display: block;
	width: 100%;
}

.pcheader .subject .fr .foldmenu .openmenu {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 44px;
	padding: 0 3%;
	box-sizing: border-box;
}

.pcheader .subject .fr .foldmenu .openmenu .title {
	font-size: 18px;
	font-weight: bold;
}

.pcheader .subject .fr .foldmenu .openmenu .mobilenavs .navto {
	display: inline-block;
	width: 28%;
	font-size: 13px;
	color: #555666;
	text-align: center;
	margin: 0 2%;
}

.pcheader .subject .fr .foldmenu .openmenu .mobilenavs .navto span {
	margin: 0 auto 5px;
	display: block;
	width: 80%;
	height: 12vw;
	background-color: #F5F6F7;
	border-radius: 50%;
	background-image: url(../img/);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
}

.logged .subject .fr .lgoin {
	display: none;
}

.logged .subject .fr .shu {
	display: none;
}

.logged .subject .fr .haslogin {
	display: flex;
	align-items: center;
	width: 70px;
	height: 44px;
	background-color: #f0f0f5;
	justify-content: center;
}

.logged .subject .fr .haslogin:hover .opens {
	display: block;
}

.logged .subject .fr .haslogin .head {
	margin-right: 10px;
	height: auto;
}

.logged .subject .fr .haslogin .head img {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
}

.logged .subject .fr .haslogin .put img {
	width: 9px;
	height: 5px;
	display: block;
}

.logged .subject .fr .haslogin .opens {
	display: none;
	position: fixed;
	top: 44px;
	background-color: #555666;
	width: 150px;
	/* height: 450px; */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.logged .subject .fr .haslogin .opens li {
	width: 150px;
	height: 50px;
}

.logged .subject .fr .haslogin .opens li a {
	display: block;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 20px center;
	text-indent: 50px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	box-sizing: border-box;
	border-left: solid 5px transparent;
	position: relative;
}

.logged .subject .fr .haslogin .opens li a:hover {
	background-color: rgb(165,181,110);
	color: #fff;
	/* border-left: solid 5px rgb(165,181,110); */
}

.logged .subject .fr .haslogin .opens li:first-child a {
	background-image: url(../img/public/headicon1.png);
}

.logged .subject .fr .haslogin .opens li:first-child a:hover {
	background-image: url(../img/public/headicon1.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(2) a {
	background-image: url(../img/public/headicon2.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(2) a:hover {
	background-image: url(../img/public/headicon2.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(3) a {
	background-image: url(../img/public/headicon3.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(3) a:hover {
	background-image: url(../img/public/headicon3.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(4) a {
	background-image: url(../img/public/headicon4.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(4) a:hover {
	background-image: url(../img/public/headicon4.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(5) a {
	background-image: url(../img/public/headicon5.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(5) a:hover {
	background-image: url(../img/public/headicon5.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(6) a {
	background-image: url(../img/public/headicon6.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(6) a:hover {
	background-image: url(../img/public/headicon6.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(7) a {
	background-image: url(../img/public/headicon7.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(7) a:hover {
	background-image: url(../img/public/headicon7.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(8) a {
	background-image: url(../img/public/headicon10s.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(8) a:hover {
	background-image: url(../img/public/headicon10s.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(9) a {
    background-image: url(../img/public/headicon8.png);
}

.logged .subject .fr .haslogin .opens li:nth-child(9) a:hover {
    background-image: url(../img/public/headicon8.png);
}

.logged .subject .fr .haslogin .opens li:last-child a {
	background-image: url(../img/public/headicon9.png);
}

.logged .subject .fr .haslogin .opens li:last-child a:hover {
	background-image: url(../img/public/headicon9.png);
}

.author:hover .authorWindow {
	display: block;
}

.authorWindow {
	display: none;
	background-color: #fff;
	position: absolute;
	width: 300px;
	height: 276px;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #dcdcdc;
	z-index: 100;
	transform: translateX(-50%);
}

.authorWindow .back {
	width: 300px;
	height: 110px;
}

.authorWindow .back img {
	width: 100%;
}

.authorWindow .information {
	position: relative;
	padding: 15px 25px;
	box-sizing: border-box;
}

.authorWindow .information .head {
	width: 54px;
	height: 54px;
	border: solid 3px #8c8c8c;
	border-radius: 50%;
	position: absolute;
	top: -27px;
	left: 38px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.authorWindow .information .head img {
	width: 80%;
	border-radius: 50%;
}

.authorWindow .information .follow {
	text-align: right;
}

.authorWindow .information .follow button {
	cursor: pointer;
	display: inline-block;
	width: 57px;
	height: 26px;
	border-radius: 8px;
	border: solid 1px rgb(25,118,210) !important;
    background-color: rgb(25,118,210) !important;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0px;
	color: rgb(165,181,110);
	background-color: #fff;
}

.authorWindow .information .thatman .camp {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555666;
}

.authorWindow .information .thatman .camp span {
	font-weight: bold;
}

.authorWindow .information .thatman .identity {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555666;
}

.authorWindow .information .thatman .numbers span {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #72737e;
}

.authorWindow .information .thatman .numbers .dz {
	background-image: url(../img/public/Fabulous.png);
	text-indent: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.authorWindow .information .thatman .numbers .pl {
	background-image: url(../img/public/comment.png);
	text-indent: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.authorWindow .information .thatman .visit {
	display: block;
	width: 97px;
	height: 26px;
	background-color: rgb(25,118,210);
	border-radius: 8px;
	text-align: center;
	margin: 10px auto;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}

.followed .information .follow button {
	background-color: #959595;
	border-color: #959595;
	color: #fff;
}

.offside {
	width: 300px;
	float: right;
	margin-top:45px;
}

.offside .hots {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	
}

.offside .hots .title {
	font-size: 16px;
}

.offside .hots .title .recommend {
	/* font-family: MicrosoftYaHei; */
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #222;
}

.offside .hots .title img {
	vertical-align: middle;
	transition: transform .5s linear;
	display:none;
}

.offside .hots .title .Refresh {
	float: right;
	cursor: pointer;
	display:none;
}

.offside .hots .title .Refresh span {
	/* font-family: MicrosoftYaHei; */
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #555666;
}

.offside .hots .edit {
	margin-top: 15px;
}

.offside .advert{ padding-top:38px; padding-bottom:30px;}
.offside .advert img{ width:100%; height:293px;}
.offside .hots .edit .edit_tt {
	display: block;
	font-size: 13px;
	/* font-weight: bold; */
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555666;
	max-height: 48px;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}

.offside .hots .edit .names {
	display: flex;
	display:none;
}

.offside .hots .edit .names .name {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #72737e;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.offside .hots .edit .names .name:first-child{
    padding: 0;
}

.offside .hots .edit .names .name.author{
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.offside .hots .edit .names .name:hover {
	color: rgb(165,181,110);
}

.offside .hots .edit .names .name:hover .lswl {
	color: rgb(165,181,110);
}

.offside .hots .edit .names .name:first-child {
	text-indent: 0;
}

.offside .hots .edit .names .name .lswl {
	color: #72737e;
}

.offside .hots .edit .names .yuan {
	background-image: url(../img/public/yuan.png);
}

.offside .hots .edit .names .yuan:hover {
	background-image: url(../img/public/yuan2.png);
}

.offside .hots .edit .names .zan {
	background-image: url(../img/public/Fabulous.png);
}

.offside .hots .edit .names .zan:hover {
	background-image: url(../img/public/Fabulous2.png);
}

.offside .hots .edit .names .havzan {
	background-image: url(../img/public/Fabulous2.png);
}

.offside .hots .edit .names .pinlun {
	background-image: url(../img/public/comment.png);
}

.offside .hots .edit .names .pinlun:hover {
	background-image: url(../img/public/comment2.png);
}

.offside .hots .edit .names .see {
	background-image: url(../img/public/see.png);
}

.offside .hots .edit .names .see:hover {
	background-image: url(../img/public/see2.png);
}

.offside .hots .edit .names .havpl {
	background-image: url(../img/public/comment2.png);
}

.offside .hots .coloum {
	padding: 5px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.offside .hots .coloum .pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.offside .hots .coloum .pic img {
	width: 100%;
	display: block;
}

.offside .hots .coloum .konws {
	padding-left: 20px;
	flex:1;
}
.offside .hots .coloum .konws a{}

.offside .hots .coloum .konws .who {
	display: block;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555666;
	display:none;
}

.offside .hots .coloum .konws .who:hover {
	color: rgb(165,181,110);
}

.offside .hots .coloum .konws .col {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #83848f;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}
.offside .hots .coloum .konws .col img{ display:none;}

.offside .hots .coloum .konws .col:hover {
	color: rgb(165,181,110);
}

.offside .hots .coloum .konws .nums {
	/* font-family: MicrosoftYaHei; */
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 24px;
	color: #9c9da4;
	display:none;
}

.offside .hots .labels {
	display: flex;
	justify-content: space-evenly;
	flex-flow: wrap;
	margin-top: 20px;
}

.offside .hots .labels .label {
	width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	box-sizing: border-box;
	display: block;
	background-color: #f6f6f6;
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.offside .hots .labels .label:hover {
	background-color: rgb(165,181,110);
	color: #fff;
}

.offside .hots .theweb .qrs {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 1px #ededed;
}

.offside .hots .theweb .qrs p {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72737e;
}

.offside .hots .theweb .how {
	padding: 15px 0;
	border-bottom: solid 1px #ededed;
}

.offside .hots .theweb .how .create {
	/* font-family: MicrosoftYaHei; */
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72737e;
	overflow: hidden;
}

.offside .hots .theweb .how .create p {
	float: left;
}

.offside .hots .theweb .how .create span {
	float: left;
	max-width: calc(100% - 40px);
}

.offside .hots .theweb .statement {
	padding: 15px 0;
	border-bottom: solid 1px #ededed;
}

.offside .hots .theweb .statement .set_t {
	font-size: 16px;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #222;
}

.offside .hots .theweb .statement .txt {
	/* font-family: MicrosoftYaHei; */
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72737e;
	margin-top: 15px;
}

.offside .hots .theweb .links {
	padding: 15px 0;
	border-bottom: solid 1px #ededed;
	/* font-family: MicrosoftYaHei; */
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72737e;
}

.offside .hots .theweb .links a {
	color: #72737e;
	display: inline-block;
}

.offside .hots .theweb .links span {
	margin: 0 10px;
}

.offside .hots .theweb .icp {
	padding-top: 15px;
	/* font-family: MicrosoftYaHei; */
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72737e;
}

@media screen and (max-width: 1025px) {
	.subject {
		width: 95%;
	}

	.pcheader .subject .fl .navs {
		display: none;
	}

	.pcheader .subject .fr .write {
		display: none;
	}

	.pcheader .subject .fr .foldmenu {
		display: block;
	}

	.pcheader .subject .fl p {
		display: none;
	}

	.pcheader .subject .fr .search {
		width: 170px;
		margin-right: 10px;
	}

	.author:hover .authorWindow {
		display: none;
	}

	.part2 .fl .messages .article .text .titles .rel_title {
		font-size: 16px;
	}

	.pcheader .subject .fl .logo {
		margin-top: 5px;
	}

	.offside {
		display: none;
	}

	.logged .subject .fr .haslogin {
		background-color: #fff;
	}

	.logged .subject .fr .haslogin:hover .opens {
		display: none;
	}

	.logged .subject .fr .haslogin .head {
		margin: 0;
		
		box-shadow: none;
	}
	.logged .subject .fr .haslogin .head a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.logged .subject .fr .haslogin .put {
		display: none;
	}
}