.header_title{
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05) !important;
}
.main_tabs {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.main_tabs_item {
	margin: auto;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 19px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.main_tabs_item.active {
  color: #0040ff;
  border-bottom: 2px solid #0040ff !important;
}
.article-list{
	width: 900px;
	margin: auto;
	padding-top: 27px;
	margin-bottom: 23px;
}
.article-item {
  width: calc(100% + 24px);
  height: auto;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  top: 0px;
  left: -24px;
  transition: all 0.6s;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.article-item:hover {
  top: -10px;
  border-bottom: 2px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.article-top{
	display: flex;
	gap: 15px;
}
.image-box{
	width: 192px;
	height: 140px;
	position: relative;
	overflow: hidden;
}
.article-top img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.article-information{
	margin-top: 15px;
	flex: 1;
}
.article_title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  height: 35px;
}
.article_title a:hover {
  color: #0040ff !important;
  cursor: pointer;
}
.article_title a{
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_content {
	width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 20px;
}
.link_btn {
  font-weight: 600;
  font-size: 14px;
  color: #0040ff;
  margin-top: 16px;
  margin-bottom: 30px;
  cursor: pointer;
}
.article_bottom {
	margin-top: 16px;
	margin-bottom: 30;
}
.article_bottom_information {
  display: flex;
  align-items: center;
}
.article_bottom_information img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.article_bottom_information .name {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.article_bottom_information .time {
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
  margin: 0px 16px;
  white-space: nowrap;
}
.article_bottom_information .tag {
  display: flex;
  align-items: center;
}
.article_bottom_information .tag .tag-item {
  line-height: 24px;
  padding: 0px 10px;
  background: #f5f5f5;
  border-radius: 20px;
  margin-right: 8px;
}
.article_bottom_information .tag .tag-item a{
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
}
.article_bottom_operate {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_bottom_operate > div:first-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:first-child img {
  width: 20px;
  height: 20px;
}
.wechat_hover {
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  cursor: pointer;
}
.wechat_hover:hover .wechat_box {
  display: block;
}
.wechat_box {
  position: absolute;
  top: 20px;
  display: none;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f1f1f1;
  z-index: 3000;
}
.wechat_box img {
  width: 120px !important;
  height: 120px !important;
}
.wechat_box div {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.article_bottom_operate > div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.article_bottom_operate > div:last-child >div{
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:last-child img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.main_left_btn{
  font-weight: bold;
  font-size: 14px;
  color: #0040FF;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #0040FF;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
}
.title a{
	cursor: pointer;
}
.banna{
	width: 100%;
	margin-top: 70px;
}
.banna img{
	width: 100%;
	height: auto;
}
.crumbs{
	padding: 20px;
	box-sizing: border-box;
	width: 900px;
	margin: auto;
	margin-top: 20px;
	background: #f4f4f4;
}
.crumbs-header{
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 18px;
}
.crumbs-header img{
	width: 24px;
	height: 24px;
}
.crumbs-header .c_left{
	color: #999;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.crumbs-header .c_right{
	display: flex;
	align-items: center;
	gap: 10px;
}
.crumbs-header .c_right a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.crumbs-header .c_right a:hover{
	color: #1F64FF !important;
	cursor: pointer;
}
.crumbs-btn{
	display: flex;
	align-items: center;
	gap: 20px;
}
.crumbs-btn .btn{
	width: 180px;
	line-height: 42px;
	text-align: center;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	font-size: 15px;
	color: #666;
	border-radius: 5px;
	cursor: pointer;
}
.crumbs-btn .btn.active{
	color: #fff;
	background: #1F64FF;
}
.crumbs-btn .btn:hover{
	color: #fff;
	background: #1F64FF;
}
#app{
	width: 100%;
	height: 100vh;
	overflow-y: auto;
}