﻿.learnCon a div {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	transition: all 0.3s;
}

.learnCon a span {
	background-color: transparent;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.month-day {
	line-height: 1.2;
	display: flex;
	padding: 2px;
	background-color: #94070A;
	color: white;
	cursor: default;
	border: #94070A 1px solid;
	font-weight: 200;
	font-family: monospace;
}

.month-day:hover {
	background-color: #C30000;
	border: #C30000 1px solid;
}

.year {
	line-height: 1.2;
	font-weight: 200;
	color: #333;
	display: flex;
	padding: 2px;
	background-color: white;
	cursor: default;
	border: #94070A 1px solid;
	border-left: none;
	font-family: monospace;
}

.year:hover {
	border: #C30000 1px solid;
	border-left: none;
}


.focus-padding {
	display: flex;
	justify-content: space-between;
}

.title-left {
	display: flex;
	align-items: center;
}

.title-left>img {
	margin-right: 10px;
}

.title-right {
	display: flex;
	align-items: center;
}

.focus-padding {
	padding-bottom: 0px !important;
}

.title-right a {
	color: #333 !important;
}

.title-left>svg {
	height: 24px;
	width: 24px;
	margin-right: 10px;
}


@media (min-width: 1000px) {
	#special-column {
		display: block;
	}

	#phone_special_column {
		display: none;
	}
}

@media (max-width: 1000px) {
	#special-column {
		display: none;
	}

	#phone_special_column {
		display: block;
	}
}

#phone_special_column>a {
	height: 104px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-list2 li.item {
	padding: 7px 0px !important;
}

.learnCon span {
	padding: 0px 10px !important;
	line-height: 60px !important;
}


.mynews {
	border-radius: 0px !important;
	border: none !important;
}

.mynews p {
	background: #05085b!important;
}

.mynews span {
	background-color: #05085b!important;
	display: block;
	color: white !important;
}


.pb_sys_style1 .p_no_d {
	border: 1px solid #05085b !important;
	background-color: #05085b !important;
}


#vsb_content span,#vsb_content p
{
	
	font-size: 16px!important;
	line-height: 32px!important;
	font-family: "microsoft yahei"!important;
}

#vsb_content p
{
	margin-top: 8px!important;
    margin-bottom: 8px!important;
	font-family: "microsoft yahei"!important;
}
#vsb_content *
{
	/*background-color: white!important;*/
}