/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

@font-face {
	font-family: swiper-icons;
	src: url('../fonts/d8842da0041242e69a4b2f2ef284edae.woff') format('woff');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.content_vote .container {
	padding: 0;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

a {
	color: #000
}

@media screen and (min-width: 769px) {
	.wrapper {
		width: 1200px;
		margin: 0 auto
	}
	.wrapper::after {
		content: "";
		display: block;
		clear: both
	}
	.title_1 {
		font-size: 22px;
		line-height: 26px;
		border-left: 3px solid #B52525;
		height: 26px;
		padding-left: 8px;
		margin: 0 0 17px 0;
		font-weight: bold;
		color: #333
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 312.5%;
		-webkit-text-size-adjust: none
	}
	body {
		font-family: Arial, sans-serif;
		font-size: .28rem;
		color: #000;
		-webkit-text-size-adjust: none
	}
	a:hover {
		text-decoration: none
	}
	img {
		border: none;
		 
		height: auto
	}
	.wrapper {
		width: 100%;
		overflow: hidden
	}
	.title_1 {
		border-left: .1rem;
		padding-left: .2rem;
		font-weight: bold;
		border-left: 3px solid #B52525;
		width: 100%;
		margin: .2rem auto;
		height: .5rem;
		line-height: .5rem;
		font-size: .36rem
	}
}

@media screen and (min-width: 769px) {
	.top {
		width: 100%;
		height: 50px;
		position: relative;
		background-image: url(../img/1a669b433e052944b38d7b61bad82ae4.jpg);
		background-repeat: repeat-x;
		background-position: 0 0
	}
	.top img {
		height: 46px;
		margin-top: 2px;
		position: absolute;
		left: 50%;
		margin-left: -600px
	}
}

@media screen and (max-width: 768px) {
	.top {
		height: 1.1rem;
		width: 100%;
		background: url(../img/eb8aa633f5443b5f66a27be25359f327.png) center center no-repeat;
		background-size: auto 80%
	}
	.top img {
		display: none
	}
}

@media screen and (min-width: 769px) {
	.banner {
		width: 100%;
		height: 480px;
		text-align: center;
		font-size: 85px;
		line-height: 100%;
		color: #fff;
		background-repeat: no-repeat;
		background-position: top center
	}
}

@media screen and (max-width: 768px) {
	.banner {
		font-size: .62rem;
		height: .78rem;
		text-align: center;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../img/a19dfbd9d435724228e9995356d6c2d4.jpg);
		height: 3.4rem;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat
	}
}

@media screen and (min-width: 769px) {
	.nav {
		width: 100%;
		text-align: center;
		height: 50px;
		background: #2057c5;
		overflow: hidden
	}
	.nav span,
	.nav a {
		display: inline-block;
		color: #fff;
		line-height: 50px;
		font-size: 18px;
		margin: 0 30px;
		cursor: pointer
	}
}

@media screen and (max-width: 769px) {
	.nav {
	 
		align-items: center;
		justify-content: space-around;
	 
	}
	.nav span,
	.nav a {
	 
	}
	/* .nav a {
        display: none;
    } */
	iframe {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.headline {
		margin: 15px auto;
		position: relative
	}
	.headline .logo {
		position: absolute;
		left: 0;
		top: 0;
		width: 96px;
		height: 84px
	}
	.headline .hd-text {
		width: 960px;
		margin: 0 auto;
		font-size: 38px;
		line-height: 76px;
		padding-top: 10px;
		text-align: center
	}
	.headline .hd-text a {
		color: #333
	}
}

@media screen and (max-width: 769px) {
	.headline {
		margin: .25rem auto;
		width: 7rem;
		overflow: hidden
	}
	.headline .logo {
		display: none
	}
	.headline .hd-text {
		font-size: .32rem;
		line-height: .46rem;
		width: 100%
	}
}


/*@media screen and (min-width: 769px) {*/

.swiper {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px
}

.swiper .swiper-slide {
	width: 100%;
	height: 480px;
	position: relative;
}

.swiper .swiper-slide img {
	width: 100%;
	height: 480px
}

.swiper .swiper-slide p {
	background: url(../img/nbg.png) left bottom repeat-x;
	font-size: 28px;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: ;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 99;
}

.swiper .swiper-slide p a {
	color: #fff;
	    font-size: 19px;
}

.swiper .swiper-slide p a:hover {
	text-decoration: none
}

.swiper .swiper-button-next {
	width: 40px;
	height: 60px;
	opacity: .8;
	transition: all ease-out .4s;
	right: 0;
	border-radius: 5px 0 0 5px;
	background: url(../img/r.png) center center no-repeat #000
}

.swiper .swiper-button-next::after {
	content: ""
}

.swiper .swiper-button-prev {
	width: 40px;
	height: 60px;
	opacity: .8;
	transition: all ease-out .4s;
	left: 0;
	border-radius: 0 5px 5px 0;
	background: url(../img/l.png) center center no-repeat #000
}

.swiper .swiper-button-prev::after {
	content: ""
}

.swiper .swiper-pagination-bullet {
	background: #e9e9e9
}

.swiper .swiper-pagination-bullet-active {
	border-radius: 4px;
	padding: 0 5px;
	background: #fd3a43
}


/*}*/

@media screen and (max-width: 769px) {
	.swiper {
		width: 100%;
		height: 260px;
		margin: 0 auto .2rem;
		position: relative;
		overflow: hidden
	}
	.swiper img {
		width: 100% !important;
		height: 100% !important;
	}
	.swiper .swiper-slide {
		width: 7rem;
		height: 100%;
		position: relative
	}
	.swiper .swiper-slide p {
		position: absolute;
		text-align: center;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: .32rem;
		line-height: .5rem;
		height: .5rem;
		padding: .8rem 0 0 0;
		margin: 0;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAACCCAYAAABGtuhTAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8zMS8yMOAY1jAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAiElEQVRoge3aQQqAMBBDUSve/8p14wEKf4RAfsDtIxlcdu29r8nco5qgoOBh1veN5fkDHJ1d2tDJHHQyB23IQX+bBjD/hjbkYH5DJweC+Te0YSDoZA46mYM2DAQLJxfe0IYczG+YDxbeMH+yDQNBJ3PQyRy0YSDoZA46mYM2bAC9IUv+iyBBnheyoAV3eAKmCAAAAABJRU5ErkJggg==) bottom left repeat-x;
		background-size: contain
	}
	.swiper .swiper-slide p a {
		color: #fff
	}
	.swiper #swiper-pagination {
		position: absolute;
		right: .1rem;
		top: .1rem;
		left: auto;
		bottom: auto;
		background: #333;
		width: auto;
		border-radius: .08rem
	}
	.swiper .swiper-pagination-bullet {
		background: #fff;
		opacity: 1;
		border-radius: .08rem
	}
	.swiper .swiper-pagination-bullet-active {
		background: #fd3a43;
		padding: 0 5px
	}
}

@media screen and (min-width: 769px) {
	.news-list li {
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 20px
	}
	.news-list li:last-child {
		border-bottom: 0
	}
	.news-list .item-title {
		font-size: 24px;
		line-height: 36px
	}
	.news-list .item-text {
		position: relative
	}
	.news-list .item-info {
		font-size: 14px;
		line-height: 22px;
		color: #999
	}
	.news-list .item-source {
		display: inline-block;
		padding-right: 20px
	}
	.news-list .item-pubdate {
		display: inline-block;
		padding-left: 20px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8wMS8yMAHPp1QAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABaUlEQVQokX3Tu2uUURAF8N/9SCVCxAd2xhCt/B+srp1gUogYC42Vndvb2NpotPQBSeMLFLf+rpV1yhQ2yoIINoYgChLdsfjuknWzyTQX7pwzM2c4kyIClFLgCG7jOubsxgBreIhtyDmbqSS4VAE/8Qxv8QVncQXX0MMK+pDath0R3+AJejnn3yailHIc9yp5Cf3Utu0sPuMp7uScd1JKCQv4FhE/Joq8wgXMN1Xjd9zNOe9UTMI8TkxOgFsI9Jq6nNc5519TgHsi57yFd7jR6Lb6ch/s333+H2OuqSMMpgACp1NKs1NyX6HR6TvzHytiiA0McT6ldC6l1IxBFkbkAa7uaRuxFREfsFmljZNvYtBgHYullEPTxEXEJ7yPiD9QSjmJi1hrdJY7ivsHFBg3zaP6rs7ovLqis+MxXJ5WoHZ8UPNL2B7Zk11vD/EcL/BR5+1lLOJwbdTPOUsHXNWpWjTplrqOVWNX9Q9P5X/XRIhuZAAAAABJRU5ErkJggg==) left center no-repeat
	}
	.news-list .marker {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 57px;
		height: 25px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAZCAYAAACLtIazAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8wMS8yMAHPp1QAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAADV0lEQVRYhdWYa2iNcRzHP8+FY22202leGEKJN6Q0CVFuTZFXKGvqRC65tEiJF8gtl5DywrWWW7yZUMwliVLaIjEyLOY25jLGDP+LF2fn7Nlxnp3nnPPQ9q2nzv/5/87v9/ue3+38/4bWGjeIwnAfYCswEwi4CnZONANHgQ12EsGNgAAKgC//2iufkQfsBjYYSSLZBPSllaBdVfY/nMsYojAc/ZgHPDaTyPegixGEdr5+AfIN3VEoU0MLkOWTLl/QGlHRYSTF3lOounov+gx8JOhIt7T24+HaeFTVI4wD51C/BeaqEs8KU3UA2pdC9PuiMJywRNLR7xpJdeYGVlMz+tpd5JsPKStOB/EEnOt0yEWRkKSqq4crlYje+Vg1dXDxVsqKvTaqRHJ2VVnsfSbkoviLpG5oRJbuASVACXT3bqizN73WZtqIknGS9ouoLY+cQ1fXoj62zvr3nzEbGmMCOjcLa9MC5K5jyLoP6PwgRq8QRjAHc/ZEzAG9M3IAkqelXVWWYbpmBaCyGrPmReRxEAQwdyzFHD4Ye+08jJfvsG5XY5+4hL5+B7+Gz7+ewbZVXIRUoA+XR94M7YcxYST6YDlmeBrm+BEAyEVbIvtCIcYOxdq62HMUU+mSiTptprABrJIiJBp98gL2nhWQkw3FRW3G1u2DV5/QUsO00dhr5mKEgp6N+OVsuog1HqtkKhSNQSzdhv7UlrLqdAVcvgu2BSOGYO9cnhJBSNxM3CAKw7HHi7wn+86FkZuNsrOQy7ZhbV4CLT9Rh86DkJH9UE/4+g1yczI2DO7jwwk/sqAdSX2/FuNeDQBy4XboYcPXHxAIoJtb4NYD1It6zGGDkiruyLlot3T7V5NIPhO0kfz2HV3zEqTGampGDizAnDUJ/bAWo/wGhpAgFfp1A7iQdKaY17EQT9Ttx8kkojGSqvE75rO36FAOcv4MrOLJmKE8YBJqyijEwTN0v1qJfN3Qkb4A8DOeiHPdznhcrXolkmpkY0ct9fwN6lgF5typmAMKEgrL4xXoYDb29HF/6UnJ6n9C9Kjl13myU5N0PYX8mlPKrzmlkW7aBeFM/WR3PI1Af7rYFUjcHc+TZCT3A92AlXTd27p3ya4k1wOrgadAkE5aewmggffASWDnHzOFeFECQCyVAAAAAElFTkSuQmCC) center center no-repeat;
		color: #fb335f;
		text-align: center;
		font-size: 14px;
		text-indent: 10px;
		line-height: 25px
	}
	.item-normal::after {
		content: "";
		display: block;
		clear: both
	}
	.item-normal img {
		width: 250px;
		height: 140px;
		float: left
	}
	.item-normal .item-text {
		width: 585px;
		float: right;
		height: 140px
	}
	.item-normal .item-info {
		position: absolute;
		left: 0;
		bottom: 0
	}
	.item-nopic .item-title {
		margin-bottom: 20px
	}
	.item-bigpic::after {
		content: "";
		display: block;
		clear: both
	}
	.item-bigpic .item-title {
		margin-bottom: 15px
	}
	.item-bigpic img {
		width: 550px;
		height: 310px;
		float: left
	}
	.item-bigpic .item-text {
		width: 280px;
		float: right;
		height: 310px
	}
	.item-bigpic .item-info {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 210px
	}
	.more-btn {
		width: 100%;
		height: 40px;
		margin: 50px auto 100px;
		cursor: pointer;
		border: 1px solid #ccc;
		text-align: center;
		font-size: 14px;
		line-height: 40px;
		color: #5f80f6;
		border-radius: 5px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8wMS8yMAHPp1QAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAT0lEQVQYlWP8//8/Q0LT9/8MDAwMC+o4GRnwAGR1TMgaYBKENDEwMDAwwSTwacbmIiZkBdg04/IG4///mK5DtxWb35nQBdAV4gowrDYSAwDy+i9T2P61TAAAAABJRU5ErkJggg==) 165px center no-repeat;
		text-indent: -10px
	}
}

@media screen and (max-width: 769px) {
	.news-list {
		width: 100%;
		margin: 0 auto .5rem
	}
	.news-list li {
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding-bottom: .3rem;
		margin-bottom: .2rem
	}
	.news-list li::after {
		content: "";
		display: block;
		clear: both
	}
	.news-list li:last-child {
		border-bottom: 0
	}
	.news-list .item-title {
		font-size: .32rem;
		line-height: .46rem
	}
	.news-list .item-text {
		position: relative
	}
	.news-list .item-info {
		font-size: .22rem;
		line-height: .3rem;
		color: #999
	}
	.news-list .item-source {
		display: inline-block;
		padding-right: .2rem
	}
	.news-list .item-pubdate {
		display: inline-block
	}
	.news-list .marker {
		position: absolute;
		right: 0;
		bottom: 0;
		width: .83rem;
		height: .4rem;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAZCAYAAACLtIazAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8wMS8yMAHPp1QAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAADV0lEQVRYhdWYa2iNcRzHP8+FY22202leGEKJN6Q0CVFuTZFXKGvqRC65tEiJF8gtl5DywrWWW7yZUMwliVLaIjEyLOY25jLGDP+LF2fn7Nlxnp3nnPPQ9q2nzv/5/87v9/ue3+38/4bWGjeIwnAfYCswEwi4CnZONANHgQ12EsGNgAAKgC//2iufkQfsBjYYSSLZBPSllaBdVfY/nMsYojAc/ZgHPDaTyPegixGEdr5+AfIN3VEoU0MLkOWTLl/QGlHRYSTF3lOounov+gx8JOhIt7T24+HaeFTVI4wD51C/BeaqEs8KU3UA2pdC9PuiMJywRNLR7xpJdeYGVlMz+tpd5JsPKStOB/EEnOt0yEWRkKSqq4crlYje+Vg1dXDxVsqKvTaqRHJ2VVnsfSbkoviLpG5oRJbuASVACXT3bqizN73WZtqIknGS9ouoLY+cQ1fXoj62zvr3nzEbGmMCOjcLa9MC5K5jyLoP6PwgRq8QRjAHc/ZEzAG9M3IAkqelXVWWYbpmBaCyGrPmReRxEAQwdyzFHD4Ye+08jJfvsG5XY5+4hL5+B7+Gz7+ewbZVXIRUoA+XR94M7YcxYST6YDlmeBrm+BEAyEVbIvtCIcYOxdq62HMUU+mSiTptprABrJIiJBp98gL2nhWQkw3FRW3G1u2DV5/QUsO00dhr5mKEgp6N+OVsuog1HqtkKhSNQSzdhv7UlrLqdAVcvgu2BSOGYO9cnhJBSNxM3CAKw7HHi7wn+86FkZuNsrOQy7ZhbV4CLT9Rh86DkJH9UE/4+g1yczI2DO7jwwk/sqAdSX2/FuNeDQBy4XboYcPXHxAIoJtb4NYD1It6zGGDkiruyLlot3T7V5NIPhO0kfz2HV3zEqTGampGDizAnDUJ/bAWo/wGhpAgFfp1A7iQdKaY17EQT9Ttx8kkojGSqvE75rO36FAOcv4MrOLJmKE8YBJqyijEwTN0v1qJfN3Qkb4A8DOeiHPdznhcrXolkmpkY0ct9fwN6lgF5typmAMKEgrL4xXoYDb29HF/6UnJ6n9C9Kjl13myU5N0PYX8mlPKrzmlkW7aBeFM/WR3PI1Af7rYFUjcHc+TZCT3A92AlXTd27p3ya4k1wOrgadAkE5aewmggffASWDnHzOFeFECQCyVAAAAAElFTkSuQmCC) center center no-repeat;
		background-size: contain;
		color: #fb335f;
		text-align: center;
		font-size: .2rem;
		text-indent: .1rem;
		line-height: .4rem
	}
	.item-normal::after {
		content: "";
		display: block;
		clear: both
	}
	.item-normal img {
		width: 2.3rem;
		height: 1.3rem;
		float: left
	}
	.item-normal .item-text {
		width: 4.2rem;
		float: right;
		display: flex;
		flex-direction: column
	}
	.item-normal .item-title {
		margin-bottom: .2rem
	}
	.item-normal .item-info {
		width: 100%
	}
	.item-nopic .item-title {
		margin-bottom: .2rem
	}
	.item-bigpic::after {
		content: "";
		display: block;
		clear: both
	}
	.item-bigpic img {
		width: 7rem;
		margin-bottom: .2rem
	}
	.more-btn {
		width: 7rem;
		height: .6rem;
		text-align: center;
		font-size: .32rem;
		line-height: .6rem;
		background: #eee;
		border-radius: .1rem;
		margin: 0 auto .5rem
	}
}


/*@media screen and (min-width: 769px) {*/

.grey-block {
	background: #fafafa;
	margin-bottom: 20px;
	width: 100%;
	padding-top: 12px;
	overflow: hidden
}

.grey-block .swiper-slide {
	height: 462px
}

.rp-item-1 img {
	width: 100%;
	height: 165px
}

.rp-item-1 dl {
	padding: 15px 20px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px
}

.rp-item-1 dl a {
	color: #333
}

.rp-item-1 dd {
	font-size: 14px;
	line-height: 28px;
	color: #999
}

.rp-item-2 ul {
	margin: 0 20px 0 40px;
	font-size: 16px;
	line-height: 24px
}

.rp-item-2 li {
	list-style-type: disc;
	margin-bottom: 15px
}


/*}*/

@media screen and (max-width: 769px) {
	.bottom {
		display: flex;
		width: 100%;
		height: 1rem;
		background: #4071cd;
		justify-content: space-between;
		font-size: .3rem;
		line-height: 1rem;
		color: #fff
	}
	.bottom .logo_b {
		padding: .2rem
	}
	.bottom .logo_b img {
		height: .6rem;
		width: auto
	}
	.bottom a {
		color: #fff
	}
	.bottom .bottom-r {
		padding-right: .2rem
	}
	.container {
		padding: 0;
	}
	.rp-item-1 {
		margin-bottom: 15px;
	}
	.rp-item-1 img {
		height: 200px;
	}
	.rp-item-1 dt a {
		display: inline-block;
		font-size: 16px;
		padding: 7px 0;
	}
}

@media screen and (min-width: 769px) {
	.article-item,
	.article_info,
	.article_subtitle {
		display: none
	}
	.module {
		margin-bottom: 20px
	}
	.module-title {
		font-size: 22px;
		line-height: 26px;
		border-left: 3px solid #B52525;
		height: 26px;
		padding-left: 8px;
		margin: 0 0 17px 0;
		font-weight: bold;
		color: #333
	}
}

@media screen and (max-width: 769px) {
	.module {
		display: none
	}
}

.mode-1 {
	width: 1240px
}

.mode-1::after {
	content: "";
	display: block;
	clear: both
}

.mode-1 .article-item {
	width: 580px;
	float: left;
	margin: 0 40px 60px 0
}

.mode-1 .article-item::after {
	content: "";
	display: block;
	clear: both
}

.mode-1 .article-item:nth-child(-n+7) {
	display: block
}

.mode-1 .article_pic,
.mode-1 .article_pic img {
	width: 250px;
	height: 140px;
	float: left
}

.mode-1 .article_title,
.mode-1 .article_summary {
	width: 310px;
	float: right
}

.mode-1 .article_title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 12px
}

.mode-1 .article_title a {
	color: #333
}

.mode-1 .article_summary {
	font-size: 14px;
	line-height: 28px;
	color: #999
}

.mode-1 .article_summary a {
	color: #5f7ff6
}

.mode-2 {
	width: 1240px
}

.mode-2::after {
	content: "";
	display: block;
	clear: both
}

.mode-2 .article-item {
	width: 580px;
	float: left;
	margin: 0 40px 15px 0
}

.mode-2 .article-item::after {
	content: "";
	display: block;
	clear: both
}

.mode-2 .article-item:nth-child(-n+9) {
	display: block
}

.mode-2 .article_title {
	font-size: 20px;
	line-height: 30px
}

.mode-2 .article_title a {
	color: #333
}

.mode-2 .article_pic,
.mode-2 .article_summary {
	display: none
}

.mode-3 {
	width: 1200px
}

.mode-3::after {
	content: "";
	display: block;
	clear: both
}

.mode-3 .article-headline .article-item:first-child {
	display: block
}

.mode-3 .article-headline .article_pic,
.mode-3 .article-headline .article_pic img {
	float: left;
	width: 600px;
	height: 340px;
	margin-bottom: 20px
}

.mode-3 .article-headline .article_title {
	width: 570px;
	float: right;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 15px
}

.mode-3 .article-headline .article_title a {
	color: #333
}

.mode-3 .article-headline .article_summary {
	width: 570px;
	float: right;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 28px;
	color: #999
}

.mode-3 .article-headline .article_summary a {
	color: #5f7ff6
}

.mode-3 .article-common .article-item {
	width: 570px;
	float: right
}

.mode-3 .article-common .article-item:nth-child(-n+4) {
	display: block
}

.mode-3 .article-common .article_title {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px
}

.mode-3 .article-common .article_pic,
.mode-3 .article-common .article_summary {
	display: none
}

.script-1 {
	width: 1200px;
	height: 545px;
	position: relative
}

.script-1 .article-item {
	width: 1200px;
	height: 500px;
	transition: all ease-out .3s
}

.script-1 .article-item.cur {
	display: block
}

.script-1 img {
	width: 600px;
	height: 340px;
	float: left
}

.script-1 .article_title {
	width: 570px;
	float: right;
	font-size: 32px;
	line-height: 58px;
	margin-bottom: 15px;
	color: #333
}

.script-1 .article_summary {
	width: 570px;
	float: right;
	font-size: 16px;
	line-height: 28px;
	color: #666
}

.script-1 .article-subtitle {
	position: absolute;
	width: 110px;
	height: 110px;
	background: url(../img/6e7743851588f0f696639edaa7494bf1.png) center center no-repeat
}

.script-1 .menu {
	width: 1200px;
	height: 160px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/9423f3bbc50f8b9052e8ea521595e3fb.jpg) center bottom no-repeat
}

.script-1 .menu .article_subtitle {
	width: 110px;
	height: 110px;
	position: absolute;
	background: url(../img/6e7743851588f0f696639edaa7494bf1.png) center center no-repeat;
	transition: all ease-out .3s;
	color: #2157c6;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	cursor: pointer
}

.script-1 .menu .article_subtitle:nth-child(1) {
	left: 45px;
	top: 16px
}

.script-1 .menu .article_subtitle:nth-child(2) {
	left: 246px;
	top: 37px
}

.script-1 .menu .article_subtitle:nth-child(3) {
	left: 446px;
	top: 57px
}

.script-1 .menu .article_subtitle:nth-child(4) {
	left: 646px;
	top: 57px
}

.script-1 .menu .article_subtitle:nth-child(5) {
	left: 846px;
	top: 37px
}

.script-1 .menu .article_subtitle:nth-child(6) {
	left: 1047px;
	top: 16px
}

.script-1 .menu .article_subtitle:nth-child(n+6) {
	display: none
}

.script-1 .menu .article_subtitle.cur {
	background: url(data:image/png;base64,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) center center no-repeat;
	color: #fff;
	font-weight: bold
}

.script-2 {
	width: 1200px;
	overflow: hidden;
	position: relative
}

.script-2 .swiper-wrapper {
	width: 1200px;
	height: 680px
}

.script-2 .swiper-wrapper .article-item {
	display: block
}

.script-2 .swiper-wrapper .article-item .article_title {
	position: absolute;
	width: 1200px;
	left: 0;
	bottom: 0;
	text-align: center;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAACCCAYAAABGtuhTAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8zMS8yMOAY1jAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAiElEQVRoge3aQQqAMBBDUSve/8p14wEKf4RAfsDtIxlcdu29r8nco5qgoOBh1veN5fkDHJ1d2tDJHHQyB23IQX+bBjD/hjbkYH5DJweC+Te0YSDoZA46mYM2DAQLJxfe0IYczG+YDxbeMH+yDQNBJ3PQyRy0YSDoZA46mYM2bAC9IUv+iyBBnheyoAV3eAKmCAAAAABJRU5ErkJggg==) repeat-x;
	font-size: 28px;
	line-height: 84px;
	padding-top: 46px
}

.script-2 .swiper-wrapper .article-item .article_title a {
	color: #fff
}

.script-2 .swiper-wrapper .article-item .article_summary,
.script-2 .swiper-wrapper .article-item .article_info,
.script-2 .swiper-wrapper .article-item .article_subtitle {
	display: none
}

.script-2 .swiper-wrapper .article-item img {
	width: 1200px;
	height: 680px
}

.script-2 .larr {
	width: 40px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8yNC8yMOqmD7IAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAApElEQVQYlW3RwUpCURSF4YWUltVItIjwKZz2vs0k0BKpoEeIiCKJ3qSvgfvC5Xo3nNH/77PO4gTpORd4xOIoh3OWZJ3kNsmwuznGi/28YdKGJ9gW/MAMaeCwMuELV81iA+8L7nDdjg3uCv5i3m00SPKXRDUYHHTCMZZ1yw9uuhGNtCrpu/2Odt4Im5I+cdkVglM8lfSOad8/jPFa0nOfEJzjAYt/QHQ+b9yT4nYAAAAASUVORK5CYII=) center center no-repeat #000;
	cursor: pointer;
	opacity: .5;
	z-index: 5;
	border-radius: 0 8px 8px 0;
	transition: all .5s ease-out
}

.script-2 .larr:hover {
	opacity: .8;
	transform: scale(1.1)
}

.script-2 .rarr {
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	background: url(../fonts/11332a567750439db34f418ef5d41d79.woff) center center no-repeat #000;
	cursor: pointer;
	opacity: .5;
	z-index: 5;
	border-radius: 0 8px 8px 0;
	transition: all .5s ease-out
}

.script-3 .larr:hover {
	opacity: .8;
	transform: scale(1.1)
}

.script-3 .rarr {
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	background: url(../fonts/79301a04ab234cb0ae5cec6e84e97b83.woff) center center no-repeat #000;
	cursor: pointer;
	opacity: .5;
	z-index: 5;
	border-radius: 0 8px 8px 0;
	transition: all .5s ease-out
}

.script-4 .larr:hover {
	opacity: .8;
	transform: scale(1.1)
}

.script-4 .rarr {
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8yNC8yMOqmD7IAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAfElEQVQokX3SQQoCMQxG4dfZDh5CL+bgSpQ5rvu5g7jU58IplJo08EMWX0sIKSrAAXiS1AScgAewAiVU6qK+/dWqFpU2tbmOYPsihXRfh7BHIYxQDy/TYDUA1hX0uamfPfdopj/QoxC0KAUVnUegoqO6ZUCl7KcyA6/sVL59QW2APLccRQAAAABJRU5ErkJggg==) center center no-repeat #000;
	cursor: pointer;
	opacity: .5;
	z-index: 5;
	border-radius: 8px 0 0 8px;
	transition: all .5s ease-out
}

.script-4 .rarr:hover {
	opacity: .8;
	transform: scale(1.1)
}

.title_3 {
	background:#D66060;
	width: 100%;
	height: 37px;
	font-size: 21px;
	text-indent: 30px;
	line-height: 37px;
	color: #fff;
	margin-bottom: 20px;
}
.box_4{
	margin:20px auto !important;
}
.box_4 dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	clear: both;
}

.box_4 dt {
	/*width: 50%;*/
	height: 290px;
	float: left;
}

.box_4 dt img {
	width: 100%;
	height: 290px;
}

.box_4 dd {
	/*width: 50%;*/
	float: right;
}

.box_4 dd h3 {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 10px;
}

.box_4 dd p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #656565;
}

.box_4 dd p a {
	color: #656565;
}

.box_4 dd li {
	font-size: 18px;
	line-height: 22px;
	padding: 5px 0;
	background: url(../img/b_5.gif) no-repeat left 14px;
}

.box_4 h6 {
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	text-align: right;
}

.box_4 h6 a {
	color: #B52525;
}

@media screen and (min-width: 769px) {
	.sub-page {
		width: 1200px;
		margin: 20px auto 50px
	}
	.sub-page li {
		padding: 0 0 20px 0;
		margin-bottom: 20px
	}
	.sub-page li::after {
		content: "";
		display: block;
		clear: both
	}
	.sub-page img {
		width: 100%
	}
	.sub-page-column {
		font-size: 22px;
		line-height: 26px;
		border-left: 3px solid #B52525;
		height: 26px;
		padding-left: 8px;
		margin: 0 0 25px 0;
		font-weight: bold;
		color: #333
	}
	.sub-page-image {
		width: 100%;
		float: left
	}
	.sub-page-text {
		width: 865px;
		float: right
	}
	.sub-page-title {
		font-size: 24px;
		line-height: 40px;
		width: 100%
	}
	.sub-page-title a {
		color: #222
	}
	.sub-page-summary {
		font-size: 16px;
		line-height: 28px;
		color: #888;
		width: 100%
	}
}

@media screen and (max-width: 768px) {
	.sub-page {
		width: 7rem;
		margin: 0 auto .5rem
	}
	.sub-page li {
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding-bottom: .2rem;
		margin-bottom: .2rem
	}
	.sub-page li::after {
		content: "";
		display: block;
		clear: both
	}
	.sub-page li:last-child {
		border-bottom: 0
	}
	.sub-page img {
		width: 100%
	}
	.sub-page-column {
		width: 7rem;
		margin: 0 auto;
		height: .9rem;
		line-height: .9rem;
		font-size: .36rem
	}
	.sub-page-image {
		width: 2.3rem;
		height: 1.3rem;
		float: left
	}
	.sub-page-text {
		width: 4.2rem;
		float: right;
		display: flex
	}
	.sub-page-title {
		font-size: .32rem;
		line-height: .46rem;
		width: 100%
	}
	.sub-page-summary {
		display: none
	}
	.rp-item-2 ul {
		margin: 0 20px 0 30px !important;
	}
}

@media (min-width: 100px) and (max-width:768px) {
	.box_4 dt img,
	.box_4 dt {
		height: auto;
	}
	.box_4 dt {
		margin-bottom: 10px;
	}
	.box_4 dd h3 {
		font-size: 24px;
		margin: 0;
	}
	.box_4 dd p {
		font-size: 15px;
	}
	.box_4 dd li {
		font-size: 15px;
	}
}