[v-cloak] {
	display: none;
}

.image {
	position: relative;
	overflow: hidden;
}

.image::after {
	display: block;
	content: "";
	padding-top: calc(2/3*100%);
}

.image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-out;
	z-index: 2;
}

.image.cover {
	object-fit: cover;
}

.image.contain {
	object-fit: contain;
}

.image:hover img {
	transform: scale(1.05);
}

.s_head ._banner {
	height: 627px;
}

.s_head ._ad2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	margin: 0px;
}

.s_head ._ad2 .title {
	font-size: 60px;
}

.s_head ._ad2 .text {
	font-size: 27px;
}

.content {
	padding: 40px 0px;
}

.content .s_window {
	display: flex;
}

.content .s_window .left {
	width: 150px;
}

.content .s_window .left .menu-dl {
	background: #f7f7f7;
}

.content .s_window .left .menu-dl dd {
	position: relative;
	z-index: 1;
}

.content .s_window .left .menu-dl dd .menu-a {
	display: block;
	font-size: 16px;
	color: #858585;
	display: flex;
	align-items: center;
	position: relative;
	height: 55px;
	padding: 0px 25px;
	transition: all 0.4s ease-out;
	z-index: 3;
}

.content .s_window .left .menu-dl dd .menu-a::before {
	display: block;
	content: "";
	width: 64px;
	height: 1px;
	position: absolute;
	left: 25px;
	bottom: 0px;
	background: #d6d6d6;
	transition: all 0.4s ease-out;
}

.content .s_window .left .menu-dl dd .menu-a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	background: #6DA867;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-out;
}

.content .s_window .left .menu-dl dd .menu-a:hover {
	background: #6DA867;
	color: #fff;
}

.content .s_window .left .menu-dl dd .menu-a:hover::before {
	background: #6DA867;
}

.content .s_window .left .menu-dl dd:last-child .menu-a::before {
	display: none;
}

.content .s_window .left .menu-dl dd.active {
	z-index: 2;
}

.content .s_window .left .menu-dl dd.active::before {
	opacity: 1;
}

.content .s_window .left .menu-dl dd.active .menu-a {
	background: #6da867;
	color: #fff;
}

.content .s_window .left .menu-dl dd.active .menu-a::before {
	background: #6da867;
}

.content .s_window .left .menu-dl dd.active .menu-a::after {
	opacity: 1;
	visibility: visible;
}

.content .s_window .left .menu-dl dd::before {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: -1px;
	background: #6DA867;
	width: 100%;
	height: 1px;
	transition: all 0.4s ease-out;
	opacity: 0;
}

.content .s_window .left .menu-dl dd:hover {
	z-index: 2;
}

.content .s_window .left .menu-dl dd:hover::before {
	opacity: 1;
}

.content .s_window .center {
	flex: 1 0 0;
	padding: 0px 60px;
}

.content .s_window .center .image::after {
	padding-top: calc(358/478*100%);
}

.content .s_window .center .list {
	padding: 0px;
	margin: 0px;
}

.content .s_window .center .list dd {
	padding: 25px 0px;
	border-bottom: 1px solid #e6e6e6;
}

.content .s_window .center .list dd .item {
	display: flex;
	overflow: hidden;
}

.content .s_window .center .list dd .item .left {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content .s_window .center .list dd .item .left .title {
	font-size: 24px;
	color: #060606;
	line-height: 30px;
	transition: all 0.4s linear;
}

.content .s_window .center .list dd .item .left .img-ul {
	margin: 0px -10px;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0px;
}

.content .s_window .center .list dd .item .left .img-ul li {
	width: 33.3%;
}

.content .s_window .center .list dd .item .left .img-ul li .image {
	margin: 0px 10px;
	overflow: hidden;
	border-radius: 3px;
}

.content .s_window .center .list dd .item .left .more {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #848484;
	line-height: 30px;
}

.content .s_window .center .list dd .item .left .more div {
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}

.content .s_window .center .list dd .item .left .more div.time {
	background-image: url(../image/time.png);
	background-size: auto 14px;
}

.content .s_window .center .list dd .item .left .more div.read {
	background-image: url(../image/read.png);
	background-size: auto 14px;
}

.content .s_window .center .list dd .item .right {
	width: calc((100% + 20px)/3 - 20px);
	margin-left: 50px;
}

.content .s_window .center .list dd .item .right .image {
	border-radius: 3px;
}

.content .s_window .center .list dd .item:hover .left .title {
	color: #6DA867;
}

.content .s_window .right {
	width: 350px;
}

.content .s_window .right .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .s_window .right .top .title {
	font-size: 21px;
	color: #1f1f1f;
	padding-left: 25px;
	background: url(../image/hot.png) no-repeat left center;
	background-size: auto 20px;
}

.content .s_window .right .top .refresh {
	font-size: 14px;
	color: #f42d2b;
	padding-left: 20px;
	background: url(../image/refresh.png) no-repeat left center;
	background-size: auto 14px;
}

.content .s_window .right .cont .list {
	padding: 0px;
}

.content .s_window .right .cont .list dd {
	padding: 10px 0px;
}

.content .s_window .right .cont .list dd .item {
	display: flex;
	align-items: center;
}

.content .s_window .right .cont .list dd .item .tag {
	font-size: 12px;
	color: #fff;
	width: 15px;
	height: 25px;
	background: #dfe2e8;
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-right: 15px;
}

.content .s_window .right .cont .list dd .item .tag span {
	z-index: 3;
	position: relative;
	font-weight: bold;
}

.content .s_window .right .cont .list dd .item .tag::after {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -29px;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}

.content .s_window .right .cont .list dd .item .title {
	flex: 1 0 0;
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	transition: all 0.4s linear;
}

.content .s_window .right .cont .list dd .item:hover .title {
	color: #6DA867;
}

.content .s_window .right .cont .list dd:nth-child(1) .item .tag {
	background: #f95950;
}

.content .s_window .right .cont .list dd:nth-child(2) .item .tag {
	background: #ffb500;
}

.content .s_window .right .cont .list dd:nth-child(3) .item .tag {
	background: #266ff4;
}

.page {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #545454;
	margin-bottom: 60px;
}

.page a {
	margin: 0px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #545454;
	transition: all 0.4s linear;
	border-radius: 3px;
	border: 1px solid #d1d1d1;
	min-width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 12px;
}

.page a.prev {
	background-image: url(../image/prev.png);
}

.page a.next {
	background-image: url(../image/next.png);
}

.page a.active,
.page a:hover {
	background-color: #6DA867;
	border-color: #6DA867;
	color: #fff;
	background-position: center;
}

.page a.disabled {
	background-color: #f0f0f0 !important;
	border-color: #d1d1d1 !important;
	color: #d1d1d1 !important;
	background-position: center;
}

.page a.go {
	padding: 0px 15px;
}

.page span {
	margin: 0px 5px;
}

.page span input {
	display: block;
	width: 50px;
	height: 30px;
	font-size: 14px;
	color: #545454;
	border-radius: 3px;
	border: 1px solid #d1d1d1;
	text-align: center;
}