.dataNull {
	width: 1200px;
	height: 300px;
	background: #fbfcfd;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #CBCED5;
	font-size: 12px;
	margin-bottom: 25px;
}

.article-main {
	width: 1200px;
	min-height: calc(100vh - 700px);
	margin: 0 auto;
	padding: 30px 0 90px;
	box-sizing: border-box;
}

.article-title {
	font-size: 22px;
	font-weight: 700;
	color: #434343;
	margin-bottom: 20px;
}

.more-title {
	font-size: 20px;
	font-weight: 800;
	color: #434343;
}

.article-tip {
	font-size: 14px;
	font-weight: 400;
	color: #B4B5B7;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.article-tip .tip-item {
	box-sizing: border-box;
	padding-left: 20px;
}

.tip-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	font-size: 12px;
	font-weight: 400;
	color: #62676B;
	line-height: 21px;
}

.tip-right .shareTitle {
	font-size: 14px;
	font-weight: 700;
	color: #242424;
	margin-bottom: 10px;
}

.copyUrl {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
	color: #3d6cfc;
	margin-top: 10px;
}

.copyUrl i {
	font-size: 14px;
	margin-right: 3px;
}

.copyUrl:hover {
	color: #0040ff;
}


.article-c {
	width: 1000px;
	font-size: 14px;
	font-weight: 400;
	color: #434343;
	line-height: 26px;
}

.article-more {
	width: 100%;
	height: auto;
	background: #f1f3f7;
	padding-bottom: 80px;
}

.article-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.myInput {
	width: 350px;
	height: 35px;
	position: relative;

}

.myInput input {
	width: 350px;
	height: 35px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #646464;
	background: #ffffff;
	border: 0;
	box-shadow: 0 0 0 1px #f4f6f9 inset;
	border-radius: 19px;
	transition: all .36s;
}

.myInput input:hover {
	box-shadow: 0 0 0 1px #e3e8fa inset;
}

.myInput input:focus {
	box-shadow: 0 0 0 1px #3d6cfc inset;
}

.myInput .searchChaIcon {
	display: none;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
	color: #CBCED5;
	font-size: 14px;
	cursor: pointer;
}

.myInput img {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	cursor: pointer;

}

.searchBox {
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	color: #434343;
	position: relative;
}

.article-search {
	width: 200px;
	height: 30px;
	background: #ffffff;
	border: 1px solid #e8e9ed;
	border-radius: 16px;
	font-size: 12px;
	color: #646464;
	font-weight: 400;
	padding-left: 40px;
	margin-left: 10px;
}

.searchIcon {
	position: absolute;
	left: 100px;
	top: 3px;
	font-size: 14px;
	cursor: pointer;
}



.article-box {
	width: 1200px;
	height: auto;
	margin-top: 20px;
}

.article-list-box {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.article-item {
	width: 282px;
	height: 177px;
	background: #fbfcfd;
	border-radius: 10px;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-right: 24px;
}

.article-item:hover {
	box-shadow: 0px 6px 8px 0px rgba(36, 63, 143, 0.10);
}

.mr-0 {
	margin-right: 0 !important;
}

.article-list-item {
	display: flex;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: none;
}

.article-list-item:link {
	text-decoration: none;
}

.article-list-item:visited {
	text-decoration: none;
}

.article-list-item:hover {
	text-decoration: none;
}

.article-list-item .item-img {
	border-radius: 10px;
	width: 70px;
	height: 70px;
}

.article-list-item .item-img img {
	width: 100%;
	height: 100%;
}


.item-cent-t {
	font-size: 12px;
	font-weight: 700;
	color: #171A1D;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.item-cent-c {
	font-size: 12px;
	font-weight: 400;
	color: #646464;
	line-height: 24px;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}

.item-cent-b {
	font-size: 12px;
	font-weight: 500;
	color: #171A1D;
	line-height: 31px;
	margin-left: 10px;
}


.activityItem {
	position: relative;
	display: inline-block;
	width: 590px;
	height: 128px;
	background: linear-gradient(188deg, #f4f8ff 0%, #fbfcfd 90%);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	color: #242424;
	transition: color .36s;
}

.activityItem:hover {
	color: #3d6cfc !important;
}

.activityItem:nth-child(odd) {
	margin-right: 20px;
}

.activityItem::after {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	content: '';
	width: 100px;
	height: 60px;
	background: url("../image/halfBird.png") no-repeat;
	background-size: 100px 60px;
}

.activityItem .activityTitle {
	width: 60%;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}

.activityItem .activityTitle img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: text-bottom;
}

.activityItem .activityText {
	font-size: 14px;
	font-weight: 400;
	color: #646464;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.activityItem .activityBottom {
	font-size: 14px;
	font-weight: 500;
	color: #242424;
	display: flex;
	align-items: center;
}

.activityItem .ctivityLable {
	display: inline-block;
	width: 40px;
	height: 21px;
	line-height: 21px;
	background: #e8eaee;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #646464;
	margin: 0 10px;
}