.main-body {
	width: 1200px;
	margin: 0 auto;
	padding-top: 41px;
	display: flex;
	flex-wrap: wrap;
}

.left-panel {
	width: 900px;
	position: relative;
	top: 0;
}

.right-panel {
	width: 280px;
	margin-left: 20px;
}

.input-search {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}

.primary-btn {
	display: inline-block;
	line-height: 14px;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: 0.1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	background-color: #1a73e8;
	border-color: #409eff;
	height: 40px;
}
.search-btn {
	position: absolute;
	right: 0px;
	top: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.icon {
	width: 16px;
	height: 16px;
}
.martop_20 {
	margin-top: 20px;
}
/* tabs */
.tabs {
	width: 500px;
	height: 50px;
}
ul {
	margin-block-start: 0;
	margin-block-end: 0;
}
.tabs-title span {
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
.text {
	width: 100%;
	height: 300px;
	display: none;
}
.show {
	display: block;
}
.title {
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
	border: solid #f3f3f3 1px;
}
.title:hover {
	color: #1a73e8;
}
.active {
	color: #1a73e8;
	background: #fff;
	border-top: solid #1a73e8 2px;
}
.tags {
	width: 12px;
	height: 12px;
}
.content-item {
	border-bottom: solid 1px #f0f0f0;
	padding-bottom: 25px;
	margin-top: 25px;
	display: flex;
}
.content-item a{
	display: flex;
	color: #000;
}
.content-title {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 630px;
}
.content-text {
	font-size: 14px;
	color: #9c9c9c;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 630px;
}
.key-text {
	color: red;
}
.bottom-left {
	font-size: 14px;
	color: #9c9c9c;
	float: left;
	margin-top: 17px;
}
.bottom-right {
	float: right;
	margin-top: 25px;
}
.link {
	color: #1a73e8;
	font-size: 14px;
}
.clear-float {
	clear: both;
}
/* 右侧 */
.right-block {
	padding: 10px;
	border: solid #f0f0f0 1px;
	padding-top: 20px;
}
.right-title {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.v-line {
	height: 14px;
	display: inline-block;
	width: 2px;
	background: #1a73e8;
	margin-right: 10px;
}
.right-link {
	float: right;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: normal;
	margin-top: 2px;
}
.right-content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
}
.right-no {
	margin: 5px;
	color: #9a9a9a;
	font-style: italic;
	padding-bottom: 2px;
	border-bottom: solid 1px #9a9a9a;
	font-size: 14px;
}
.right-text {
	margin-left: 20px;
	color: #444444;
	font-size: 14px;
	width: 60%;
}
.no_1 {
	color: red;
	border-bottom: solid 1px red;
}
.no_2 {
	color: #ff6e01;
	border-bottom: solid 1px #ff6e01;
}
.no_3 {
	color: #1f76e8;
	border-bottom: solid 1px #1f76e8;
}
.hot-num {
	color: #9c9c9c;
	font-size: 14px;
}
.ad {
	width: 100%;
	margin-top: 20px;
}
/* detail */
.main-title {
	width: 876px;
	height: 96px;
	font-size: 34px;
	font-weight: 600;
	line-height: 48px;
	color: #000000;
	opacity: 1;
}
.sub-title {
	width: 230px;
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #999999;
	opacity: 1;
}
.hover-link{
	text-decoration: none;
}
.hover-link:hover {
	color: #1a73e8;
}
.hr {
	border-top: 1px solid #ebebeb;
	margin-top: 25px;
	margin-bottom: 7px;
	width: 875px;
}
.flex {
	display: flex;
	margin-top: 18px;
}
.flex-left {
	width: 95px;
}
.op-icon {
	width: 48px;
	height: 48px;
	background: #f8f8f8;
	opacity: 1;
	border-radius: 4px;
	text-align: center;
}
.martop_18 {
	margin-top: 18px;
}
.share-img {
	width: 18px;
	height: 18px;
	margin-top: 10px;
}
.flex-right {
	width: 780px;
}
.inner-title {
	width: 720px;
	height: 84px;
	background: #f5f9fe;
	opacity: 1;
	font-size: 16px;
	padding: 30px 30px 0 30px;
}
.inner-text {
	width: 714px;
	height: 54px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #6b6d7a;
	opacity: 1;
}
.inner-banner {
	width: 780px;
	height: 236px;
	opacity: 1;
	margin-top: 18px;
}
.inner-content {
	width: 792px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: #444444;
	opacity: 1;
	margin-top: 18px;
}
.inner-indent {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	color: #444444;
	opacity: 1;
}
.thumb-area {
	width: 795px;
	height: 87px;
	background: #fcfcfc;
	opacity: 1;
	text-align: center;
	padding-top: 22px;
	margin-top: 30px;
}
.circle-icon {
	width: 33px;
	height: 33px;
	border: 1px solid #1a73e8;
	border-radius: 50%;
	opacity: 1;
	margin: 0 auto;
}
.like-icon {
	width: 16px;
	height: 16px;
	margin-top: 7px;
}
.thumb-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	color: #999999;
	opacity: 1;
}
.comment-area {
	margin-top: 23px;
}
.pinglun {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 28px;
	color: #232323;
	opacity: 1;
}
.underline {
	display: flex;
	margin-top: 15px;
}
.blue-line {
	width: 32px;
	height: 0px;
	border-top: 2px solid #1a73e8;
	opacity: 1;
}
.gray-line {
	width: 779px;
	height: 0px;
	border-top: 1px solid #e1e1e1;
	opacity: 1;
}
.comment-content {
	display: flex;
}
.comment-avatar {
	width: 57px;
}
.martop_30 {
	margin-top: 30px;
}
.comment-text {
	width: 722px;
}
.user-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	color: #232323;
	opacity: 1;
	margin-top: 10px;
}
.comment-detail {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #232323;
	opacity: 1;
	margin-top: 20px;
	width: 728px;
}
.user-op {
	width: 722px;
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
}
.comment-underline {
	width: 722px;
	height: 0px;
	border-top: 1px solid #ebebeb;
	opacity: 1;
	margin-top: 19px;
}
.sub-comment {
	margin-top: 18px;
	display: flex;
}
.sub-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #232323;
	opacity: 1;
}
.more-comment {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	color: #444444;
	opacity: 1;
	position: relative;
	bottom: 10px;
	padding: 0 23px;
	background: #fff;
	width: 125px;
	margin: 0 auto;
}
.more-recommend {
	margin-top: 57px;
}
.title-icon {
	width: 100%;
}
.title-icon-area {
	width: 154px;
	height: 84px;
	margin-right: 10px;
}
a:hover,
.pointer:hover {
	cursor: pointer;
}
.hot-spot {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	color: #444444;
	opacity: 1;
	display: inline-block;
}
