html,
body {
	min-width: 1300px;
}

.header {
	height: 300px;
	width: 100%;
	background-image: url("/en/new/img/nban2.jpg");
	background-size: 100% 100%;
	position: relative;
}

.montage-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	z-index: 2;
}

.montage-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	z-index: 2;
}

.public-width {
	width: 1200px;
}

.heard-searc {
	/* width: 150px; */
	height: 40px;
}

.heard-line {
	width: 2px;
	height: 100%;
	background-color: white;
	margin: 0 20px;
}

.heard-home {
	font-size: 20px;
	color: white;
}

.heard-title {
	/*width: 350px;*/
}

.heard-nav {
	height: 65px;
	/*width: 150px;*/
        margin-left: 20px;
}

.bodyer {
	/*height: 1748px;*/
}

.body-tab {
	margin-left: 40px;
}

.body-tab-ul {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 40px;
	list-style-type: none;
}

.body-tab-ul li {
	margin: 20px 40px;
	color: #7A7A7A;
	cursor: pointer;
}

.body-tab-ul li.tab-active {
	font-weight: bold;
	color: black;
	border-bottom: 3px solid black;
}

.new-list {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.new-list-ul {
	padding: 0;
	width: 100%;
	flex: 1;
	list-style: none;
}

.new-list-ul li {
	height: 234px;
	border-top: 1px solid #606266;
	padding-top: 20px;
	display: flex;
	margin-top: 30px;
}

.new-list-ul li a {
	display: flex;
	flex: 1;
	justify-content: space-between;
	color: white;
}

.new-list-ul li a:hover {
	text-decoration: none;
	color: white;
}

.new-list-date {
	width: 65px;
}

.date-top {
	background-color: #005FB7;
	height: 47px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
}

.date-bottom {
	background-color: #005FB7;
	height: 30px;
	margin-top: 2px;
	text-align: center;
	line-height: 30px;
}

.new-list-content {
	width: 748px;
	max-width: 748px;
}

.content-title {
	color: #212529;
	font-size: 22px;
font-family:"PTsans";
}

.content-text {
	color: #606266;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 25px;
}

.events-content-text {
	color: #606266;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.pagination-box {
	height: 245px;
	display: flex;
        margin:0 auto;
}

.pagination {
	
	height: 60px;
	margin: 20px auto;
	/*background-color: #4fa4f3;*/

}

.events-list {
	flex: 1;
	/*display: none;*/
	flex-direction: column;
}
.events-lists {
	flex: 1;
	flex-direction: column;
}

.events-list-ul {
	padding: 0;
	width: 100%;
	flex: 1;
	list-style: none;
}

.events-list-ul li {
	height: 234px;
	border-top: 1px solid #606266;
	padding-top: 20px;
	display: flex;
	margin-top: 30px;
}

.events-list-ul li a {
	display: flex;
	flex: 1;
	justify-content: space-between;
	color: white;
}

.events-list-ul li a:hover {
	text-decoration: none;
	color: white;
}

.events-list-content {
	width: 866px;
	height: 100%;
}

.input-box {
	display: flex;
	/* width: 240px; */
	height: 31px;
	position: relative;
	/* background: rgba(255, 255, 255, 0.8); */
	border-radius: 25px;
	border: none;
	align-content: center;
}

.input-box::before {
	content: "";
	transition: all 0.3s ease-out 0s;
	width: 30%;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.input-box:hover::before {
	width: 100%;
	opacity: 1;
	border-radius: 25px;
}

.input-area {
	line-height: 31px;
	background: none;
	text-indent: 10px;
	color: #606266;
	border: none;
	outline: none;

}

.hidden-input {
	/* visibility:hidden; */
	display: none;
}

.show-input {
	/* visibility:visible; */
	display: block;
}
.events-img {
   width: 303px; 
   height: 213px;
}
@media screen and (min-width: 2000px) {  
  /* 在这里放置你的样式规则 */  
	.public-width {
	     width: 1500px !important;
	}
        .new-list-date {
             width: 186px !important;
        }
        .events-img {
            width: 303px !important;
        }
        .events-list-content {
            width: 1132px !important;
        }
       .new-list-content {
           width: 889px !important;
           max-width: 889px !important;
       }
}