.fonts-style {
	color: #666;
}

.sign-btns {
	margin-left: 260px;
	margin-right: 40px;
	color: #197AFB;
	text-shadow: none;
}

#nav-index-sub::after {
	position: absolute;
	top: 25px;
	left: 228px;
	margin: 0 auto;
	content: "";
	width: 14px;
	height: 4px;
	background: #197AFB;
	border-radius: 2px;
}
.message-title {
	width: 1200px;
	height: 61px;
	font-size: 46px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 61px;
	margin: 152px auto 0;
}
.message-desc {
	width: 1200px;
	display: flex;
	margin: 48px auto 72px;
}
.message-desc-time {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
	line-height: 19px;
	margin-right: 214px;
}
.message-desc-btn {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
	line-height: 19px;
	display: flex;
	align-items: center;
}
.message-desc-btn img {
	width: 16px;
	margin: 2px;
}

.message-content {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 186px;
}
.message-list {
	display: flex;
	box-sizing: border-box;
}
.message-list-item {
	width: 378px;
	height: 361px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #D0D0D0;
	margin-right: 32px;
	margin-bottom: 33px;
	cursor: pointer;
}
.message-list-item img {
	width: 378px;
	height: 209px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.message-list-item .list-item-title {
	width: 330px;
	font-size: 20px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 24px;
}
.message-list-item .list-item-type {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
	float: left;
	margin-left: 24px;
}
.message-list-item .list-item-time {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
	float: right;
	margin-right: 20px;
}
.message-content .more-btn {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #197AFB;
	width: 188px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	border: 1px solid #197AFB;
	text-align: center;
	margin: 34px auto 0;
}
/* 选择器 */
.message-content .multiplechoose {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 24px;
	margin-bottom: 61px;
}
.choose-ct .multiplechoose {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 24px;
}
.hidden {
	display: none !important;
}

.selectPickerWrapper {
	position: relative;
	display: inline-block;
}

.select-picker-search {
	width: 90px;
	font-size: 16px;
	cursor: pointer;
	padding-left: 8px;
}

.select-picker-search-checked {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 20px;
	color: #999;
}

.select-picker-search-checked:before,
.select-picker-search-checked:after {
	content: "";
	height: 8px;
	width: 1px;
	display: block;
	background: #999;
	position: absolute;
	right: 6px;
	top: 8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.select-picker-search-checked:before {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	right: 11px;
}

.select-picker-search.open>.select-picker-search-checked:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.select-picker-search.open>.select-picker-search-checked:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.select-picker-options-wrp {
	display: none;
	font-size: 14px;
	width: 230px;
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	background-color: #fff;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 999;
}

.select-picker-search.open~.select-picker-options-wrp {
	display: block;
}

.select-picker-options-serch input {
	width: 210px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #292929;
	border-radius: 4px;
	margin: 12px 0 0 10px;
	padding-left: 8px;
}

.select-picker-options-serch input:focus {
	border-color: rgba(0, 0, 0, 0.5);
	outline: 0;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}

.select-picker-options-list {
	width: 100%;
}

.select-picker-options-list-item {
	width: 100%;
	line-height: 30px;
	cursor: pointer;
	padding: 0 12px;
	color: #999;
	box-sizing: border-box;
}

.select-picker-options-list-item:after {
	content: '';
	border-bottom: 1px solid #D0D0D0;
	display: block;
}

.select-picker-options-list-item:last-child:after {
	display: none;
}

.select-picker-options-list-item:hover {
	background: #eee;
	color: #999;
}

.duihao {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	transform: translateY(5px);
	margin-right: 6px;
}

.duihao-checked {
	border: 1px solid transparent;
	background: #197AFB;
	position: relative;
}

.duihao-checked:after {
	content: '';
	position: absolute;
	display: block;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.duihao-nocheck {
	border: 1px solid #D0D0D0;
}

.select-picker-options-list-alert {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.select-picker-btn-group {
	padding: 15px 10px 20px;
}

.select-picker-btn-group .select-picker-btn-cancel {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #02a7de;
	width: 50px;
}
