.banner {
	height: 220px;
	background: url(../images/serach.jpg) center no-repeat;
	background-size: 100% auto;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.path {
	overflow: hidden;
	background: #fff;
	border-bottom: #eee 1px solid;
}

.path .wrap {
	width: 1200px;
	height: 80px;
	margin: 0px auto;
}

.path .wrap .url {
	line-height: 1;
	font-size: 14px;
	color: #666;
}

.path .wrap .url .iconfont {
	margin-right: 6px;
	font-size: 14px;
}

.path .wrap .sub {
	height: 80px;
	overflow: hidden;
}

.path .wrap .sub a,
.path .wrap .sub span {
	display: inline-block;
	height: 80px;
	position: relative;
	line-height: 80px;
	font-size: 14px;
	color: #666;
}

.path .wrap .sub span::after,
.path .wrap .sub a::after {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	height: 2px;
	background: none;
	transition: all 0.3s ease;
}

.path .wrap .sub a+a {
	margin-left: 20px;
}

.path .wrap .sub span,
.path .wrap .sub a.on,
.path .wrap .sub a:hover {
	color: var(--primary-color);
}

.path .wrap .sub span::after,
.path .wrap .sub a.on::after,
.path .wrap .sub a:hover::after {
	background: var(--primary-color);
}

.layout {
	width: 1200px;
	min-height: 300px;
	margin: 0px auto;
}

.layout .column {
	background: rgba(255, 255, 255, .5);
	border: #eee 1px solid;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	padding: 0px 20px 15px 20px;
	overflow: hidden;
	margin-bottom: 40px;
}

.layout .column .column-hd {
	height: 50px;
	border-radius: 6px 6px 0px 0px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.layout .column .column-hd::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	width: 100px;
	height: 2px;
	background: var(--primary-color);
}

.layout .column .column-hd::before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
}

.layout .column .column-hd .iconfont {
	margin-right: 10px;
	line-height: 1;
	font-size: 18px;
	font-weight: normal;
	color: var(--primary-color);
}

.layout .column .column-hd .name {
	line-height: 1;
	font-size: 17px;
	font-weight: normal;
	color: var(--primary-color);
}

.layout .column .column-hd a {
	line-height: 1;
	font-size: 14px;
	color: var(--primary-color);
}

.layout .column .column-hd a:hover {
	font-weight: bold;
}

.layout .column .column-list {
	margin-bottom: 40px;
	overflow: hidden;
}

.layout .column .column-list:last-child {
	margin-bottom: 0px;
}

.layout .column .column-list ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #f2f2f2 1px solid;
}

.layout .column .column-list ul li:last-child {
	margin-bottom: 0px;
	padding: 0px;
	border: none;
}

.layout .column .column-list ul li a {
	line-height: 22px;
	font-weight: normal;
	font-size: 16px;
}

.layout .column .column-list ul li .iconfont {
	margin-right: 10px;
	line-height: 1;
	font-size: 14px;
	color: #666;
}

.layout .column .column-list ul li .time {
	margin-left: 40px;
	line-height: 1;
	font-size: 14px;
	font-family: 'Montserrat-lig';
	color: #666;
}

.layout .main {
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	color: var(--title-color);
}

.layout .main img {
	max-width: 100%;
}

.layout .main a {
	color: var(--primary-color);
}

.layout .main p {
	margin-bottom: 8px;
}

.layout .newslist {
	overflow: hidden;
}

.layout .newslist ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #f2f2f2 1px solid;
}

.layout .newslist ul li a {
	line-height: 22px;
	font-weight: normal;
	font-size: 16px;
}

.layout .newslist ul li .newstime {
	margin-right: 40px;
	padding-right: 30px;
	border-right: #eee 1px solid;
	line-height: 1;
	font-size: 14px;
	font-family: 'Montserrat-ext';
	color: #666;
}

.layout .newslist ul li .newstime span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #666;
}

.layout .headline {
	line-height: 38px;
	letter-spacing: -1px;
	font-size: 32px;
	color: var(--primary-color);
}

.layout .time {
	line-height: 80px;
	font-size: 12px;
	font-family: 'Montserrat-lig';
	color: var(--text-color);
}

.layout .content {
	line-height: 24px;
	font-size: 16px;
	color: #444;
}

.layout .content img {
	max-width: 100%;
}

.layout .content a {
	color: var(--primary-color);
}

.layout .content p {
	margin-bottom: 10px;
}

.layout .right {
	overflow: hidden;
	margin-left: 60px;
}

.layout .right .category {
	width: 260px;
	overflow: hidden;
}

.layout .right .category .father {
	border-bottom: #eee 1px solid;
	padding: 15px 0px;
	line-height: 20px;
	font-size: 16px;
}

.layout .right .category .father a {
	color: #444;
}

.layout .right .category .father.current {
	background: var(--primary-color);
	border-bottom: none;
	padding: 15px;
	font-size: 18px;
	color: #fff;
}

.layout .right .category .father.current a,
.layout .right .category .father.current a:hover {
	color: #fff;
}

.layout .right .category .father .iconfont {
	margin-left: 10px;
	line-height: 1;
	font-size: 16px;
	color: #999;
}

.layout .right .category .father.current .iconfont {
	color: #fff;
}

.layout .right .category ul {
	display: none;
	padding: 5px 15px 10px 15px;
	background: var(--primary-color);
}

.layout .right .category .father.current+ul {
	display: block;
}

.layout .right .category ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
	border-bottom: #c54123 1px solid;
	font-size: 14px;
}

.layout .right .category ul li:last-child {
	border-bottom: none;
}

.layout .right .category ul li .iconfont {
	margin-left: 10px;
	line-height: 1;
	font-size: 12px;
	color: #fff;
}

.layout .right .category ul li a {
	color: #fff;
}

.layout .right .category .father a:hover {
	color: var(--primary-color);
}

.layout .right .category ul li.current a,
.layout .right .category ul li a:hover {
	color: rgba(255, 255, 255, .8);
}

.layout .right .inner {
	width: 260px;
	background: #f8f9fc;
	overflow: hidden;
	padding: 20px;
}

.layout .right .inner .search {
	background: #fff;
	border: #eee 1px solid;
	border-radius: 10px;
	margin-bottom: 10px;
}

.layout .right .inner .search .keyword {
	width: 100%;
	height: 42px;
	padding-left: 10px;
	background: none;
	border: none;
	font-size: 14px;
	color: var(--title-color);
}

.layout .right .inner .search .submit {
	overflow: hidden;
}

.layout .right .inner .search .submit .iconfont {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: none;
	border: none;
	text-align: center;
	font-size: 20px;
	color: var(--text-color);
}

.layout .right .inner .hd {
	height: 56px;
	line-height: 52px;
	border-bottom: #eee 1px solid;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.layout .right .inner .hd::after {
	position: absolute;
	left: 0px;
	bottom: -1px;
	content: '';
	width: 40px;
	height: 3px;
	background: var(--primary-color);
}

.layout .right .inner .topic {
	overflow: hidden;
}

.layout .right .inner .topic ul {
	padding-top: 10px;
}

.layout .right .inner .topic ul li {
	line-height: 40px;
	border-bottom: #eee 1px solid;
	font-size: 14px;
}

.layout .right .inner .topic ul li .iconfont {
	font-size: 12px;
}

.layout .right .inner .topic ul li a {
	color: #555;
}

.layout .right .inner .topic ul li a:hover {
	color: var(--primary-color);
}

.layout .down {
	width: 260px;
	overflow: hidden;
}

.layout .down img {
	display: block;
	width: 260px;
}