@charset "utf-8";

.search {
	height: 160px;
	background: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.search .inner {
	width: 1200px;
	background: #fff;
	border:#ad2000 3px solid;
	border-radius:10px;
	margin: 0px auto;
	padding: 0px 10px 0px 20px;
}

.search .inner .line{
	height: 50px;
	border-right: #eee 1px solid;
	margin-right: 20px;
	padding-right: 20px;
}

.search .inner .keyword {
	width: 100%;
	height: 66px;
	background: none;
	border: none;
	line-height: 66px;
	text-indent: 10px;
	font-size: 16px;
	color: var(--title-color);
}

.search .inner .submit {
	margin-left: 20px;
	overflow: hidden;
}

.search .inner .submit button {
	height: 66px;
	float: left;
	background: none;
	border: none;
	border-radius: 3px;
	padding: 0px 30px;
	transition: all .3s;
	line-height: 66px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	color: var(--primary-color);
}

.banner{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	border-radius: 6px;
}

.banner img{
	display: block;
	width: 100%;
}

.news {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.news .hd{
	height: 30px;
	margin-bottom: 10px;
}

.news .hd .iconfont{
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	font-size: 22px;
	color: var(--primary-color);
}

.news .hd h3{
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color: var(--primary-color);
}

.news .hd a{
	line-height: 1;
	font-size: 14px;
	font-family: 'Montserrat-reg';
}

.news .public{
	overflow: hidden;
}

.news .public .tab{
	height: 34px;
	margin-bottom: 10px;
	overflow: hidden;
	gap: 10px;
}

.news .public .tab a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 8px;
	background: #fff;
	border: var(--primary-color) 1px solid;
	box-sizing: content-box;
	border-radius: 32px;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: var(--primary-color);
}

.news .public .tab a.on,
.news .public .tab a.on:hover{
	background: var(--primary-color);
	border: var(--primary-color) 1px solid;
	font-weight: bold;
	color: #fff;
}

.news .public .tab a:hover{
	flex: 2;
	background: #fdf4f5;
}

.news .public .list{
	overflow: hidden;
}

.news .public .list li{
	height: 60px;
	border-bottom: #eee 1px solid;
}

.news .public .list li:last-child{
	border: none;
}

.news .public .list li .date{
	line-height: 1;
	font-size: 14px;
	font-family: 'Montserrat-lig';
	color: #666;
}

.news .public .list li .column{
	width: 210px;
	padding: 0px 15px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #666;
}

.news .public .list li .title{
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}

.news .public .list li .arrow{
	margin-left: 20px;
	line-height: 1;
	font-size: 14px;
	color: #aaa;
}

.news .notice{
	width: 300px;
	margin-left: 40px;
	padding: 20px 20px 0px 20px;
	border: #eee 1px solid;
	border-top: #bf161d 4px solid;
}

.news .notice .tab{
	height: 34px;
	margin-bottom: 10px;
	overflow: hidden;
}

.news .notice .tab a{
	display: inline-block;
	height: 34px;
	position: relative;
	line-height: 34px;
	font-size: 14px;
	font-weight: normal;
	color: #555;
}

.news .notice .tab a ~ a{
	margin-left: 15px;
}

.news .notice .tab a.on,
.news .notice .tab a:hover{
	font-weight: bold;
	color: var(--primary-color);
}

.news .notice .tab a.on::after{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	height: 2px;
	background: var(--primary-color);
}

.news .notice .list{
	overflow: hidden;
}

.news .notice .list li{
	height: 65px;
	border-bottom: #eee 1px solid;
}

.news .notice .list li:last-child{
	border: none;
}

.news .notice .list li .date{
	width: 50px;
	margin-right: 10px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: var(--primary-color);
}

.news .notice .list li .date .mouth{
	line-height: 1;
	font-size: 12px;
	font-family: 'Montserrat-lig';
}

.news .notice .list li .date .day{
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Montserrat-ext';
}

.news .notice .list li .title{
	line-height: 1;
	font-size: 14px;
	margin-bottom: 5px;
}

.news .notice .list li .time{
	line-height: 1;
	font-size: 12px;
	font-family: 'Montserrat-lig';
	color: #aaa;
}

.category{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	gap: 40px;
}

.category .item{
	flex: 1 1 calc(25% - 30px);
	overflow: hidden;
}

.category .item .cover{
	overflow: hidden;
	margin-bottom: 10px;
}

.category .item .cover a{
	display: block;
	overflow: hidden;
}

.category .item .cover a img{
	display: block;
	width: 100%;
	transition: transform 0.3s ease;
}

.category .item .cover a:hover img{
	transform: scale(1.1);
}

.category .item .title{
	margin-left: 30px;
	margin-right: 30px;
	background: #fff;
	height: 40px;
	margin-top: -40px;
	padding-top: 10px;
	position: relative;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: var(--title-color);
}

.category .item .title::before{
	position: absolute;
	left: 60px;
	right: 60px;
	top: 0px;
	content: '';
	height: 3px;
	background: var(--primary-color);
}

.category .item .info{
	overflow: hidden;
}

.category .item .info ul{
	gap: 10px;
}

.category .item .info li{
	width: max-content;
	overflow: hidden;
}

.category .item .info li .iconfont{
	margin-right: 2px;
	line-height: 1;
	font-size: 13px;
	color: var(--secondary-color);
}

.category .item .info li a{
	line-height: 1;
	font-size: 13px;
	color: #555;
}

.category .item .info li a:hover{
	color: var(--primary-color);
}