body {
	background-color: #F5FAFF;
}

li {
	list-style-type: none
}

.headerContent {
	text-align: center;
}

.creat-time {
	font-size: 0.8rem;
}

.article-list .border-bottom:last-child {
	border-bottom: none !important;
}

.banner {
	width: 100%;
	height: 239px;
}

.list-body {
	position: relative;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin: 1rem 0;
	border: 0;
	border-top: 1px solid #e4eaec;
}

.address-main {
	width: 100%;
	height: 745px;
}

.main-inner {
	width: 1230px;
	margin: 0 auto;
	position: relative;
}

.address {
	background: #fff;
	padding: 0 15px 15px;
}

.address span {
	color: #1671b8;
	font-size: 16px;
}

.address p {
	line-height: 24px;
	margin-top: 16px;
	color: #999999;
}

.map {
	width: 890px;
	height: 462px;
	border: 1px solid #cdcece;
	margin-top: 30px;
}

#allmap {
	height: 460px;
	width: 100%;
	overflow: hidden;
}

.imgbox {
	background: #fff;
}

.bg-white {
	padding: 12px 0;
	background: #fff;
}

.media {}

.border-bottom h5 {
	font-size: 14px !important;
}

.border-bottom {
	padding: 0.75rem 1.25rem !important;
	border: 1px solid rgb(238, 238, 238) !important;
}

.bt-choice a {
	border: 1px solid #eeeeee;
	color: #000000;
	border-radius: 0.215rem;
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 0.643rem 1.072rem;
}

.to-all h5 {
	font-size: 14px !important;
}

.info-dot ::before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 2px;
	transition: all 0.5s ease 0s;
	background: rgb(0, 121, 52);
	position: relative;
	top: -3px;
	margin-right: 10px;
}

.pull-right {
	float: right;
}

.font-weight {
	width: 100px;
	text-align: right;
	margin-bottom: 5px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.page-content {
	background-repeat: no-repeat;
}

.date {
	text-align: center;
	background-color: #19379F;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 4px 0;
}

.head-title {
	color: #333333;
	font-weight: 400;
}

.part-title-box {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0C60B6;
	padding-bottom: 6px;
}

.part-title {
	position: relative;
}

.part-title::after {
	content: '';
	width: 75px;
	height: 6px;
	background-color: #19379F;
	position: absolute;
	left: 0;
	bottom: -12px;
}

.list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.list-item:hover .list-sign {
	opacity: 1;
}

.list-content {
	display: flex;
	align-items: center;
}

.list-sign {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #19379F;
	opacity: 0.6;
	margin-right: 6px;
	font-weight: 400;
	transition: 0.2s;
}

.list-item .list-text {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.list-item .list-text:hover {
	color: #0C60B6;
	font-weight: 600;
}

.content2 {
	margin-top: 30px;
}

.image-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.image-item {
	width: calc(50% - 8px);
	margin-bottom: 20px;
	position: relative;
	top: 0px;
	transition: 0.3s;
}

.image-item:hover {
	top: -4px;
	box-shadow: 0 0 8px rgba(12, 96, 182, 0.2);
}

.image-list .image-item span {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	top: 16px;
	right: 10px;
}

.notice-item {
	display: flex;
	padding: 13.5px 0;
}

.notice-item .notice-date {
	margin-right: 20px;
}

.notice-date {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #666666;
}

.notice-item .notice-title {
	color: #333333;
	font-weight: 400;
}

.notice-item .notice-title:hover {
	color: #19379F;
	font-weight: 600;
}

.notice-item:last-child {
	border-bottom: none;
}

/* .part-one{
	display: flex;
	flex-direction: column;
} */
.date span:first-child {
	font-size: 30px;
	font-weight: 600;
}

.date span:last-child {
	font-size: 14px;
	font-weight: 400;
}

.part-title {
	font-size: 20px;
	font-weight: 600;
	color: #19379F;
}

.more-box {
	font-size: 12px;
	font-weight: 400;
	color: #19379F;
	display: flex;
	align-items: center;
	transition: 0.2s;
}

.more-box .more-icon {
	width: 15px;
	height: 15px;
}

.more-box:hover {
	color: #19379F;
	background: rgb(238, 238, 238);
	border: #1671b8 solid 1px;
	border-bottom: none;
}

.list-text {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}

.list-date {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.notice-date span:first-child {
	font-size: 30px;
	font-weight: 700;
}

.notice-date span:last-child {
	font-size: 16px;
	font-weight: 400;
}

.notice-title {
	font-size: 18px;
	/* font-weight: 600; */
	color: #333333;
}

.notice-info {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}


.date-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.notice-title {
	font-size: 15px;
}

.notice-date span:first-child {
	font-size: 18px;
}

.notice-date span:last-child {
	font-size: 14px;
}

.notice-info {
	font-size: 12px;
	margin-top: 8px;
}

.dynamic-box .list-item {
	display: flex;
	flex-direction: column;
	align-items: inherit;
}

.date span:first-child {
	font-size: 20px;
}

.head-title {
	font-size: 14px;
}

.list-text {
	font-size: 15px;
}

.list-date {
	font-size: 14px;
}

.more-icon {
	width: 10px;
	height: 10px;
}


.content2 {
	margin-top: 20px;
}

.time-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#carouselExampleIndicators {
	height: 380px;
}

.carousel-inner {
	height: auto;
	height: 100%;
}

.carousel-item img {
	height: auto;
}


.date span:first-child {
	font-size: 30px;
	font-weight: 600;
}

.date span:last-child {
	font-size: 14px;
	font-weight: 400;
}

.head-title {
	font-size: 18px;
}

.part-title {
	font-size: 18px;
	font-weight: 600;
	color: #0C60B6;
}

.notice-box {
	background-color: #fff;
	padding: 20px 20px 40px 20px;
	margin-top: 20px;
	position: relative;
}

.more-box {
	display: block;
	position: absolute;
	bottom: 0;
	left: 33%;
	width: 128px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background: #0C60B6;
	border-radius: 7px 7px 0px 0px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;

}

.switch-mt {
	margin-top: 30px;
}

.dynamic-box .list-item {
	/* flex-direction: row; */
}



.list-item .list-text {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	width: 100%;
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
}



.list-date {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.item-time {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.time-box {
	margin-top: 5px;
}

.notice-item {
	display: flex;
	align-items: center;
}

.notice-date span:first-child {
	font-size: 24px;
	font-weight: 700;
	color: #0C60B6;
}

.notice-date span:last-child {
	font-size: 13px;
	font-weight: 400;
}


.notice-title {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.notice-title:hover {
	cursor: pointer;
	font-weight: 800;
	color: #0C60B6;
}

.notice-info {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}

.image-list {
	flex-direction: column;
}

.image-item {
	width: 100%;
}

.image-list .image-item span {
	font-size: 30px;
	top: 27px;
	right: 20px;
}

.carousel-control-next,
.carousel-control-prev {
	/* width: 63px; */
	/* height: 63px; */
	/* bottom: 80px;
		top: auto; */
	/* background-color: rgba(25, 55, 159, 0.8); */
}

.carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
}

.carousel-control-prev {
	/* right: 50px; */
	/* left: auto; */
}

.carousel-control-next {
	/* right: 10px; */
	/* left: auto; */
}

.new-box {}

.new-top {
	background-color: #0C60B6;
	padding: 20px;
}

.new-title-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.new-title {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.new-img {
	width: 28px;
	height: 28px;
}

.new-title-text {
	font-size: 19px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 4px;
}

.new-more {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}

.niew-more-icon {
	width: 16px;
	height: 16px;
}

.new-time-box {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-top: 40px;
}

.new-time-ri {
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
}

.new-time-yue {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 10px;
}

.new-content-title {
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 24px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new-content-title:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.new-content-info {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 18px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new-bottom {
	padding: 20px;
	background-color: #fff;
}

.new-bottom-title {
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new-bottom-title:hover {
	color: #0C60B6;
	font-weight: 600;
	/* text-decoration: underline; */
}

.new-bottom-info {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new-bottom-time {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.project-title {
	width: 100%;
	position: relative;
}

/* .project-title::after {
	content: '';
	width: 75px;
	height: 6px;
	background-color: #19379F;
	position: absolute;
	left: 0;
	bottom: -3px;
} */

.tab-list {
	width: 100%;
	height: 48px;
	display: flex;
	flex-direction: row;
	align-items: center;
}


/* .tab-item {
	width: 25%;
	font-size: 16px;
	font-weight: 400;
	color: #1566B9;
}

.tab-item:hover {
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
} */

.data-list-box {
	background-color: #fff;
	padding: 20px 20px 40px 20px;
	margin-top: 0;
}

.data-list-box .list-item {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.list-box-top {
	margin-top: 30px;
}

.link-box {
	background-color: #fff;
	padding: 20px;
}

.link-list {
	margin-top: 32px;
}

.link-img {
	margin-bottom: 30px;
	width: 486px;
	height: 66px;
}

.school-img {
	margin-top: 20px;
	width: 526px;
	height: 224px;
}

.report-box {}


.report-title-box {
	width: fit-content;
	padding: 40px 0 30px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
}

.report-img {
	width: 80px;
	/* height: 30px; */
}

.report-title {
	display: flex;
	flex-direction: column;
	margin: 0 20px 0 20px;
}

.report-title span:first-child {
	font-size: 20px;
	font-weight: 800;
	color: #333333;
}

.report-title a.see-more {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top: 6px;
}

.report-item-content {
	padding: 14px 10px;
	background-color: #fff;
}

.report-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.report-item {
	margin-bottom: 0;
}

.report-item-img {
	width: 100%;
}

.report-item-title {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.report-item {
	margin-bottom: 20px;
}

.report-item-time {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.link-bottom {
	background: #D5E6F5;
	padding: 28px 0 22px 0;
}

.link-bottom-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.link-bottom-item {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-right: 10px;
}

.link-bottom-item:hover {
	color: #0C60B6;
	cursor: pointer;
}



/* } */
@media (min-width: 992px) {
	#carouselExampleIndicators {
		height: auto;
	}

	.carousel-inner {
		height: auto;
	}

	.carousel-item img {
		height: auto;
	}


	.date span:first-child {
		font-size: 30px;
		font-weight: 600;
	}

	.date span:last-child {
		font-size: 14px;
		font-weight: 400;
	}

	.switch-mt {
		margin-top: 0px;
	}

	.head-title {
		font-size: 18px;
	}

	.part-title {
		font-size: 22px;
		font-weight: 600;
		color: #0C60B6;
	}

	.part-title::after {
		bottom: -9px;
	}

	.notice-box {
		background-color: #fff;
		padding: 20px 20px 40px 20px;
		margin-top: 0px;
		position: relative;
	}

	.more-box {
		display: block;
		position: absolute;
		bottom: 0;
		left: 33%;
		width: 128px;
		height: 31px;
		text-align: center;
		line-height: 31px;
		background: #0C60B6;
		border-radius: 7px 7px 0px 0px;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;

	}

	.list-item .list-text {
		font-size: 18px;
		font-weight: 400;
		color: #333333;
		width: 100%;
		overflow: hidden;
		/*超出部分隐藏*/
		text-overflow: ellipsis;
		/* 超出部分显示省略号 */
		white-space: nowrap;
		/*规定段落中的文本不进行换行 */
	}



	.list-date {
		font-size: 16px;
		font-weight: 400;
		color: #666666;
	}

	.item-time {
		width: 14px;
		height: 14px;
		margin-right: 6px;
	}

	.time-box {
		margin-top: 5px;
	}

	.notice-item {
		display: flex;
		align-items: center;
	}

	.notice-date span:first-child {
		font-size: 30px;
		font-weight: 700;
		color: #0C60B6;
	}

	.notice-date span:last-child {
		font-size: 16px;
		font-weight: 400;
	}


	.notice-title {
		font-size: 18px;
		font-weight: 400;
		color: #333333;
	}

	.notice-title:hover {
		cursor: pointer;
		font-weight: 800;
		color: #0C60B6;
	}

	.notice-info {
		font-size: 14px;
		font-weight: 400;
		color: #666666;
		margin-top: 10px;
	}

	.image-list {
		flex-direction: column;
	}

	.image-item {
		width: 100%;
	}

	.image-list .image-item span {
		font-size: 30px;
		top: 27px;
		right: 20px;
	}

	.carousel-control-next,
	.carousel-control-prev {
		/* width: 63px; */
		/* height: 63px; */
		/* bottom: 80px;
		top: auto; */
		/* background-color: rgba(25, 55, 159, 0.8); */
	}

	.carousel-control-prev-icon {
		background-color: rgba(0, 0, 0, 0.8);
		border-radius: 8px;
	}

	.carousel-control-prev {
		/* right: 50px; */
		/* left: auto; */
	}

	.carousel-control-next {
		/* right: 10px; */
		/* left: auto; */
	}

	.new-box {}

	.new-top {
		/* background-color: #0C60B6; */
		background-image: url('../img/index/index_left_top.png');
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20px;
	}

	.new-title-box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.new-title {
		display: flex;
		flex-direction: row;
		align-items: center;

	}

	.new-img {
		width: 33px;
		height: 33px;
	}

	.new-title-text {
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		margin-left: 4px;
	}

	.new-more {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
	}

	.niew-more-icon {
		width: 16px;
		height: 16px;
	}

	.new-time-box {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		margin-top: 70px;
	}

	.new-time-ri {
		font-size: 40px;
		font-weight: 600;
		color: #FFFFFF;
	}

	.new-time-yue {
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.new-content-title {
		font-size: 20px;
		font-weight: 500;
		color: #FFFFFF;
		margin-top: 24px;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.new-content-info {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
		opacity: 0.9;
		margin-top: 18px;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.new-bottom {
		padding: 20px;
		background-color: #fff;
	}

	.new-bottom-title {
		font-size: 20px;
		font-weight: 500;
		color: #333333;
		line-height: 34px;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.new-bottom-info {
		margin-top: 16px;
		font-size: 14px;
		font-weight: 400;
		color: #666666;
		line-height: 25px;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.new-bottom-time {
		margin-top: 16px;
		font-size: 18px;
		font-weight: 400;
		color: #666666;
	}

	.project-title {
		width: 100%;
		position: relative;
	}

	.tab-list {
		width: 100%;
		height: 48px;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
	}

	.tab-list::before {
		content: '';
		width: 75px;
		height: 6px;
		background-color: #19379F;
		position: absolute;
		left: 0;
		bottom: -3px;
	}

	.project-title .tab-item{
		cursor: pointer;
	}

	.tab-item {
		font-size: 20px;
		font-weight: 400;
		color: #1566B9;
		position: relative;
		display: flex;
		align-items: center;
	}

	.tab-item::after {
		margin-left: 20px;
		margin-right: 20px;
		display: block;
		content: '';
		width: 1px;
		height: 17px;
		background: #999999;
		/* opacity: 0.3; */
	}

	.tab-item:last-child::after {
		display: none;
	}

	.tab-item.active {
		font-size: 24px;
		font-weight: 600;
	}

	.tab-body-list {
		display: none;
	}

	.tab-body-list.active {
		display: block;
	}
	.project-more{
		display: none;
	}
	.project-more.active{
		display: block;
	}



	.data-list-box {
		background-color: #fff;
		padding: 20px 20px 40px 20px;
		margin-top: 0;
                min-height: 555px;
	}

	.data-list-box .list-item {
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.list-box-top {
		margin-top: 30px;
	}

	.link-box {
		background-color: #fff;
		padding: 20px;
	}

	.link-list {
		margin-top: 32px;
	}

	.link-img {
		margin-bottom: 16px;
		width: 486px;
		height: 66px;
		transition: 0.3s;
	}

	.link-img:hover {
		box-shadow: 0 0 10px rgba(12, 96, 182, 0.2);
	}

	.school-img {
		margin-top: 20px;
		width: 526px;
		height: 224px;
		position: relative;
		top: 0;
		transition: 0.3s;
	}

	.school-img:hover {
		top: -5px;
		box-shadow: 0 0 10px rgba(12, 96, 182, 0.2);
	}

	.report-box {}

	.report-title-box {
		width: fit-content;
		padding: 50px 0 40px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 auto;
	}

	.report-img {
		width: 113px;
		height: 30px;
	}

	.report-title {
		display: flex;
		flex-direction: column;
		margin: 0 32px 0 32px;
	}

	.report-title span:first-child {
		font-size: 32px;
		font-weight: 800;
		color: #333333;
	}

	.report-title a.see-more {
		font-size: 18px;
		font-weight: 400;
		color: #333333;
		margin-top: 4px;
		text-align: center;
	}

	.report-title a.see-more:hover {
		color: #1671b8;
		text-decoration: underline;
	}

	.report-item {
		margin-bottom: 60px;
		position: relative;
		top: 0;
		transition: 0.3s;
	}

	.report-item:hover {
		top: -5px;
		box-shadow: 0 0 10px rgba(12, 96, 182, 0.2);
	}


	.report-item-content {
		padding: 20px;
		background-color: #fff;
	}

	.report-list {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.report-item-img {}

	.report-item-title {
		font-size: 20px;
		font-weight: 500;
		color: #333333;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.report-item:hover .report-item-title {
		color: #1671b8;

	}

	.report-item-time {
		margin-top: 10px;
		font-size: 16px;
		font-weight: 400;
		color: #666666;
	}

	.link-bottom {
		background: #D5E6F5;
		padding: 28px 0 22px 0;
	}

	.link-bottom-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.link-bottom-item {
		font-size: 18px;
		font-weight: 400;
		color: #333333;
		margin: 10px 20px;
		/* margin-right: 40px; */
	}

	.link-bottom-item:hover {
		color: #0C60B6;
		cursor: pointer;
	}

}

@media (min-width: 1400px) {
	.container {
		max-width: 1380px;
	}
	.tab-item{
		font-size: 16px;
	}
	.tab-item.active{
		font-size: 18px;
	}
	.new-content-info,
	.new-bottom-info,
	.notice-title,
	.list-item .list-text{
		font-size: 18px;
	}
	.report-item-title{
		font-size: 18px;
	}
	.report-item-time{
		font-size: 14px;
	}
	.more-box{
		font-size: 14px;
	}
}
@media (min-width: 1800px) {
	.container {
		max-width: 1640px;
	}
	.tab-item{
		font-size: 20px;
	}
	.tab-item.active{
		font-size: 24px;
	}
	.new-content-info,
	.new-bottom-info,
	.notice-title,
	.list-item .list-text{
		font-size: 18px;
	}
	.report-item-title{
		font-size: 20px;
	}
	.report-item-time{
		font-size: 18px;
	}
	.more-box{
		font-size: 16px;
	}
}