@charset "utf-8";
/* CSS Document */

/*二级通用*/
.two-wenli {
	background-image: url(../img/two-wenli.jpg);
}

.two-all {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.two-all-left {
	width: 270px;
	background-color: #fff;
	margin-top: -50px;
	background-image: url(../img/two-list-bg.png);
	background-position: center;
	background-size: contain;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
	height: min-content
}

.two-left-button>div:last-child {
	display: flex;
	align-items: center;
	margin-left: 20px;
	transition-duration: .3s
}

.two-left-button>div:last-child span {
	font-size: 18px;
}

.two-left-button>div:last-child img {
	opacity: 0;
	transition-duration: .3s;
	margin-right: 4px
}

.two-left-button {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center
}

.two-all-left ul {
	width: 100%;
}

.two-all-left ul li {
	width: 100%;
}

.two-left-button div:first-child {
	height: 100%;
	width: 8px;
	background-color: #be1b2c;
	display: flex;
	justify-content: flex-end
}

.two-left-button div:first-child {}

.two-left-button div:first-child div {
	width: 50%;
	background-color: #f2b600;
	height: 0;
	transition-duration: .3s
}

.two-left-button:hover>div:last-child img {
	opacity: 1
}

.two-left-button:hover>div:last-child {
	margin-left: 30px;
}

.two-left-button:hover>div:last-child span {
	color: #be1b2c
}

.two-left-button:hover>div:first-child div {
	height: 100%
}

.two-all-left>div {
	width: 240px;
	height: 70px;
	background-image: url(../img/two-bt-bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -20px;
	margin-bottom: 40px;
}

.two-all-left>div>span {
	color: #fff;
	font-size: 26px;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .5);
	font-weight: bold;
	letter-spacing: .5em;
	transform: scale(.8, 1)
}

.two-on>div:last-child img {
	opacity: 1
}

.two-on>div:last-child {
	margin-left: 30px;
}

.two-on>div:last-child span {
	color: #be1b2c
}

.two-on>div:first-child div {
	height: 100%
}

.two-all-right {
	width: 920px;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 10px;
	padding-top: 20px;
}

.two-right-top div:first-child {
	display: flex;
	;
	align-items: center
}

.two-right-top div img {
	margin: 0 10px;
}

.two-right-top div:last-child span {
	font-size: 26px;
	letter-spacing: .5em;
	line-height: 1em
}

.two-right-top div:last-child div:first-child {
	/* width: 66%; */
	width: 50%;
	border-bottom: 1px solid #333
}

.two-right-top div:last-child div:last-child {
	width: 10%;
	border-bottom: 1px solid #be1b2c
}

.two-right-top div:last-child {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.two-content {
	width: 100%;
	margin-top: 20px;
}

.two-nav {
	width: 100%;
	background-color: #fff;
	height: 60px;
}

.two-nav div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%
}

.two-banner {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 140px;
}

/*二级通用*/


/*幼专要闻*/
.two-news-img div:hover {
	transform: scale(1.4)
}

.two-news-img {
	width: 180px;
	height: 120px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}

.two-news-img div {
	width: 180px;
	height: 120px;
	background-position: center;
	background-size: cover;
	transition-duration: 1s
}

.two-news>li {
	border-bottom: 1px dashed #999;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.two-news-right {
	width: 634px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.two-news-right span {
	font-weight: bold;
	font-size: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.two-news-right p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* .two-news-right span:hover {color: #be1b2c} */

.two-news>li:hover span {
	color: #be1b2c;
	padding-left: 50px;
	transition-duration: 1s;
}

.two-news>li:hover>a>.date_box {
	background: #be1b2c;
	transition-duration: 1.5s;
}

.two-news>li:hover>a>.date_box>div {
	color: #FFFFFF;

}

.two-news>li:hover>a>.date_box>.date_line {
	border-bottom: 1px solid #FFFFFF;

}

.two-news li a {
	cursor: pointer;
	display: flex !important;
	justify-content: space-between;
	width: 100%;
}

.date_box {
	width: 100px;
	height: 100px;
	padding: 20px 0;
	box-sizing: border-box;
	background: #F3F3F3;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;

}

.date_box>div {
	color: #999999;
	text-align: center;

}

.date_box>.date_day {
	font-size: 24px;
	/* line-height: 30px; */
}

.date_box>.date_line {
	width: 66%;
	border-bottom: 1px solid #999999;
}

.date_box>.date_ym {
	font-size: 16px;
	line-height: 36px;
}

/*幼专要闻*/

/*用户通道*/
.two-user>li>span {
	font-size: 18px;
	font-weight: bold
}

.two-user>li {
	width: 100%;
	margin-top: 20px;
}

.two-user>li>div {
	width: 100%;
	border: 1px solid #999;
	background-color: #f9f9f9
}

.two-user>li>div>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.two-user>li>div>ul>li {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.two-user>li>div>ul>li>a {
	line-height: 3em;
}

.two-user>li>div>ul>li>a:hover {
	color: #be1b2c
}

/*用户通道*/

/*简介*/
.introduce p {
	text-indent: 2em
}

/*简介*/

/*领导*/
.two-leader a:hover {
	color: #be1b2c
}

.two-leader {
	border: 1px solid #ccc
}

.two-leader {
	width: 100%;
}

.two-leader tr:nth-child(2n+1) {
	background-color: #f8f8f8
}

.two-leader tr {
	border-bottom: 1px solid #ccc
}

.two-leader td {
	padding: 10px 20px;
	box-sizing: border-box
}

/*领导*/

/*历史*/
.history p {
	text-indent: 2em
}

/*历史*/