.notice-content .notice-table {
			margin: 0 auto;
			width: 1200px;
		}

		.notice-content .notice-table .t-bar {
			padding-top: 42px;
			width: 100%;
			display: flex;
			justify-content: center;
		}

		.notice-content .notice-table .t-bar .t-bar_w {
			height: 42px;
			border-radius: 20px;
			width: 85%;
			display: flex;
			align-items: center;
			background-color: #eef0f4;
		}

		.notice-content .notice-table .t-bar .t-bar_w .t-bar_item[active=true] {
			height: 42px;
			line-height: 42px;
			background: #1874B4;
			border-radius: 20px;
			color: #fff;
		}

		.notice-content .notice-table .t-bar .t-bar_w .t-bar_item {
			flex: 1;
			text-align: center;
			color: #1874B4;
			font-size: 16px;
			cursor: pointer;
		}

		.notice-content .title-p {
			font-size: 18px;
			font-weight: 700;
			margin-top: 45px;
			margin-bottom: 25px;
			display: flex;
			align-items: center;
		}

		.notice-content .title-p .left {
			height: 18px;
			width: 3px;
			background-color: #1874B4;
			margin-right: 10px;
		}

		.notice-content .title-p .line {
			flex: 1;
			height: 1px;
			background-color: #d5dce5;
			margin-left: 24px;
		}

		.content-html {
			padding: 0 15px 20px;
			line-height: 28px;
		}