.banner_scond {
	position: relative;
}

.banner_scond .wp {
	position: relative;
	z-index: 5;
	color: #fff;
	height: 100%;
}

.nybamask img {
	height: 100%;
	width: 100%;
}

.nybamask {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 58%;
}

.nybamask2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 36%;
}

.main-title {
	color: #1b1b1b;
	font-size: 34px;
	margin-bottom: 20px;
}

.main-text {
	position: relative;
	color: #666;
	font-size: 16px;
	line-height: 36px;
}

.main-text p {
	margin-bottom: 20px;
}

.cicle {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #dcdcdc;
	left: -41px;
	top: 0px;
	position: absolute;
}

.main-text::before {
	content: '';
	height: 100%;
	width: 2px;
	background: #dcdcdc;
	position: absolute;
	left: -34px;
	top: 15px;
}

.main-text::after {
	content: '';
	height: 5px;
	width: 74px;
	background: #dcdcdc;
	position: absolute;
	left: -34px;
	bottom: -16px;
}

.banner-title {
	margin-bottom: 20px;
	font-size: 30px;
}

.banner-title span {
	font-size: 13px;
	color: #979696;
}

.banner-menu {
	color: #bfc3c6;
	font-size: 20px;
}

.banner-menu li {
	line-height: 32px;
	margin-bottom: 10px;
	color: #fff;
}
.banner-menu li  a {
	
	color: #fff;
}
.banner-menu .menu-li {
	position: relative;
	text-indent: 20px;
}

.banner-menu .menu-li::after {
	content: '';
	width: 120px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 17px;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

.left-box {
	width: 35%;
	cursor:pointer;
}

.right-box {
	/*width: calc(63% - 20px);*/
	width: 63%;
	/*padding-left: 10px;*/
}

.notice-title {
	position: relative;
	margin-bottom: 10px;
}

.notice-title::after {
	content: '';
	height: 1px;
	background: #d27275;
	position: absolute;
	width: 100%;
	top: 2px;
	left: 2px;
}

.notice-title-time {
	border: 2px solid #f4d4d5;
	padding: 6px;
	text-align: center;
}

.flex.notice-title-box {
	background: #f9f9f9;
	padding: 6px 10px;
	justify-content: normal;
}

.notice-day {
	font-size: 20px;
	color: #b61d22;
	font-weight: bold;
}

.notice-year {
	font-size: 12px;
	color: #b61d22;
}

.notice-title-txt {
	margin-left: 10px;
	font-size: 14px;
	color: #161616;
	cursor: pointer;
}

.notice-list-box {
	padding-left: 30px;
}

.notice-list-box li {
	border-bottom: 1px dashed #e7e7e7;
	overflow: hidden;
	line-height: 44px;
}

.notice-list-box li a {
	color: #666;
	padding-left: 12px;
	float: left;
	cursor: pointer;
	width: calc(100% - 80px);
}

.notice-list-box li .notice-time {
	float: right;
	color: #cbcbcb;
	font-size: 12px;
	margin-right: 10px;
}

.notice-txt {
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.notice-txt::before {
	width: 4px;
	background: #b61d22;
	height: 20px;
	position: absolute;
	content: '';
	top: 12px;
	left: 1px;
}

.left-box {
	position: relative;
}

.left-box::after {
	content: '';
	height: 10px;
	width: 80%;
	background: #940a0a;
	position: absolute;
	bottom: -10px;
	left: -9px;
}

.left-box::before {
	content: '';
	width: 9px;
	height: 80%;
	background: #940a0a;
	position: absolute;
	/* left: -9px; */
	top: 20%;
	left: -9px;
}

@media screen and (max-width:1200px) {
	.left-box {
		width: 100%;
		margin-bottom: 30px;
		height: 340px;
	}
	.right-box {
		width: 100%;
		padding-left: 0;
	}
	.flex.notice-title-box{
		flex-wrap: nowrap;

	}
	.notice-title-box .notice-title-txt{
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 25px;
		padding:4px 0;
		overflow: hidden;
	}
}