.home-festival-bg {
	position:relative;
	overflow:hidden
}
.home-festival-bg.active {
	padding:50px 0
}
.home-festival-bg.active .home-festival-bg-close, .home-festival-bg.active .home-festival-bg-img {
	opacity:1
}
.home-festival-bg.active .home-page-wrapper {
	padding:10px 30px 30px
}
.home-festival-bg .home-festival-bg-img {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:0;
	opacity:0;
transition:all .3s ease 0s;
	background:url(http://elecdz.cn/build/festival-bg-2021-8a36bcd8.jpg) no-repeat top;
	background-size:2560px auto
}
.home-festival-bg .home-festival-bg-close {
	position:absolute;
	right:0;
	top:-24px;
	height:24px;
	width:52px;
	border-radius:3px;
	background:rgba(97, 12, 18, .2);
	display:flex;
	align-items:center;
	justify-content:center;
	color:#dc9075;
	font-size:12px;
	cursor:pointer;
	opacity:0;
transition:all .3s ease 0s
}
.home-festival-bg .home-festival-bg-close span {
	display:block;
	padding-right:2px
}
.home-page-wrapper {
	position:relative;
	background:#fff;
	max-width:1200px;
	margin:0 auto;
	z-index:1;
	border-radius:5px;
transition:all .3s ease 0s
}
.home-page-wrapper .home-page-main-box {
	overflow:hidden;
	width:1200px;
	padding:10px 0 20px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start
}
.home-page-wrapper .home-page-main-box .home-page-main-box-left {
	position:relative;
	width:800px
}
.home-page-wrapper .home-page-main-box .home-page-main-box-right {
	position:relative;
	width:360px
}
.top-ad-swiper-wrap {
	width:1200px;
	margin:0 auto;
	padding-top:10px
}
.top-ad-swiper-wrap .ad-text {
	text-align:right;
	color:#a8aeb5;
	font-size:12px;
	line-height:30px
}
.top-ad-swiper-wrap .top-ad-swiper-contain {
	position:relative;
	z-index:1
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper {
	height:74px
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide {
	display:flex;
	justify-content:space-between;
	align-items:center
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item {
	width:160px;
	height:70px;
	margin:2px 0;
	background-color:#fff;
	box-shadow:0 0 14px 0 rgba(69, 70, 73, .06);
	border-radius:5px;
	padding:0 5px;
	box-sizing:border-box;
	display:flex;
	justify-content:flex-start;
	align-items:center
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item:hover .ad-info h5 {
	color:#2961bf
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item .ad-img {
	width:33px;
	height:33px;
	display:block;
	margin-right:5px;
	border-radius:50%
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item .ad-info {
	height:40px;
	font-size:0;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item .ad-info h5 {
	float:left;
	font-size:14px;
	color:#222;
	vertical-align:middle;
	line-height:25px;
	height:25px;
	width:95px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item .desc {
	font-size:12px;
	color:#838a92;
	line-height:14px;
	height:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-next, .top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-prev {
	background:transparent;
	height:30px;
	margin-top:-15px
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-next .iconfont, .top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-prev .iconfont {
	font-size:30px;
	color:#d7e1ef
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-next:hover .iconfont, .top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-prev:hover .iconfont {
	color:#f676a6
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-prev {
	left:-35px
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-button-next {
	right:-35px
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-pagination {
	left:50%;
	transform:translateX(-50%)
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-pagination .swiper-pagination-bullet {
	background:#c6d3e6;
	width:6px;
	height:6px;
	margin-right:10px;
	opacity:.5
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-pagination .swiper-pagination-bullet:last-of-type {
	margin-right:0
}
.top-ad-swiper-wrap .top-ad-swiper-contain .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#c6d3e6;
	opacity:1
}
.top-ad-img-page {
	position:relative;
	width:1200px;
	margin:0 auto
}
.top-ad-img-page .top-ad-img {
	width:1200px
}
@font-face {
font-family:swiper-icons;
src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") 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:translateZ(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
}
.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(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.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
}
.swiper-pagination {
	position:absolute;
	text-align:center;
transition:opacity .3s;
	transform:translateZ(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, .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;
	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(0, -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:transform .2s, top .2s
}
.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:transform .2s, left .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:transform .2s, right .2s
}
.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:#fff
}
.swiper-pagination-black {
--swiper-pagination-color:#000
}
.swiper-pagination-lock {
	display:none
}
.left-ad-carousel {
	width:800px;
	height:260px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start
}
.left-ad-carousel .left-ad-carousel-primary {
	width:414px;
	height:260px;
	float:left;
	margin:0
}
.left-ad-carousel .left-ad-carousel-primary .swiper-pagination {
	top:256px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-container-horizontal .swiper-pagination-progress {
	background:#f676a6
}
.left-ad-carousel .left-ad-carousel-primary .next-bg, .left-ad-carousel .left-ad-carousel-primary .perv-bg {
	position:absolute;
	left:12px;
	top:100px;
	z-index:5;
	width:50px;
	height:50px;
	background:rgba(0, 0, 0, .1);
	border-radius:50px;
	display:flex;
	justify-content:center;
	align-items:center
}
.left-ad-carousel .left-ad-carousel-primary .next-bg:hover, .left-ad-carousel .left-ad-carousel-primary .perv-bg:hover {
	background:rgba(0, 0, 0, .5);
transition:all .5s ease 0s
}
.left-ad-carousel .left-ad-carousel-primary .next-bg .rm-next, .left-ad-carousel .left-ad-carousel-primary .next-bg .rm-prev, .left-ad-carousel .left-ad-carousel-primary .perv-bg .rm-next, .left-ad-carousel .left-ad-carousel-primary .perv-bg .rm-prev {
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center
}
.left-ad-carousel .left-ad-carousel-primary .next-bg .btn-img, .left-ad-carousel .left-ad-carousel-primary .perv-bg .btn-img {
	width:30px;
	height:30px
}
.left-ad-carousel .left-ad-carousel-primary .next-bg {
	left:338px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-button-next, .left-ad-carousel .left-ad-carousel-primary .swiper-button-prev {
	background:none;
	cursor:pointer
}
.left-ad-carousel .left-ad-carousel-primary .swiper-button-next .iconfont, .left-ad-carousel .left-ad-carousel-primary .swiper-button-prev .iconfont {
	position:relative;
	color:#fff;
	top:10px;
	font-size:20px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper {
	width:414px;
	height:260px;
	margin:0 auto;
transition:all .5s ease 0s
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide {
	width:414px;
	height:260px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news {
	position:relative;
	background:#fff;
	float:left
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news a {
	display:block;
	width:414px;
	height:260px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .ad-title {
	position:absolute;
	right:0;
	bottom:0;
	width:40px;
	height:20px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .ad-title img {
	width:40px;
	height:20px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .img-div {
	width:414px;
	height:260px;
	overflow:hidden
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .img-div img {
transition:all .2s;
	width:414px;
	height:260px
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news:hover img {
	transform:scale(1.05)
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news:last-child {
	margin-right:0
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .mode {
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30%;
	background:linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .4), transparent)
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .title {
	margin:10px;
	position:absolute;
	bottom:0;
	line-height:27px;
	font-size:20px;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.left-ad-carousel .left-ad-carousel-primary .swiper-wrapper .swiper-slide.comment-news .time {
	margin:0;
	position:absolute;
	font-size:14px;
	color:#bdbdbd;
	right:14px;
	bottom:10px
}
.left-ad-carousel .left-ad-carousel-recommend {
	width:370px;
	height:260px;
	margin:0
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper, .left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .swiper-slide {
	width:370px;
	height:250px
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .swiper-slide.left-ad-carousel-recommend-item {
	position:relative;
	background:#fff;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-item {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-tag {
	background:#ededed;
	color:#4d4c4c;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:0 8px
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-tag:hover {
	background:#e7e7e7;
	color:#333
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-title {
	color:#333;
	line-height:28px;
	font-size:18px;
	font-weight:700;
	margin-top:4px;
	width:370px;
	height:56px;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-title:hover {
	color:#2961bf
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-text {
	color:#838a91;
	line-height:20px;
	font-size:14px;
	margin-top:4px;
	width:370px;
	height:20px;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-wrapper .left-ad-carousel-recommend-item-line {
	margin:7px 0;
	width:370px;
	height:1px;
	background:#f0f0f0
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-pagination {
	top:250px;
	z-index:10
}
.left-ad-carousel .left-ad-carousel-recommend .swiper-pagination.left-ad-carousel-recommend-pag {
	height:10px;
	width:370px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-end
}
.left-ad-carousel .left-ad-carousel-recommend .left-ad-carousel-recommend-pag-customs {
	width:20px;
	height:5px;
	background:#333;
	opacity:.3;
	margin-right:8px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	cursor:pointer
}
.left-ad-carousel .left-ad-carousel-recommend .left-ad-carousel-recommend-pag-customs:hover {
	opacity:1
}
.left-ad-carousel .left-ad-carousel-recommend .left-ad-carousel-recommend-pag-customs-active {
	width:30px;
	opacity:1
}
.left-ad-news {
	width:800px;
	height:170px;
	margin-top:26px;
	border:1px solid #f0f0f0;
	border-top:4px solid #f0f0f0;
	flex-direction:column;
	justify-content:flex-start;
	box-sizing:border-box;
	padding:0 10px
}
.left-ad-news, .left-ad-news .left-ad-news-header {
	position:relative;
	display:flex;
	align-items:center
}
.left-ad-news .left-ad-news-header {
	justify-content:space-between;
	width:778px;
	margin:14px 0 10px
}
.left-ad-news .left-ad-news-header .left-ad-news-title {
	font-size:18px;
	line-height:25px;
	color:#333;
	font-weight:700
}
.left-ad-news .left-ad-news-header .left-ad-news-more {
	display:flex;
	justify-content:center;
	align-items:center;
	height:25px;
	line-height:25px;
	color:#838a91;
	font-size:14px
}
.left-ad-news .left-ad-news-header .left-ad-news-more .left-ad-news-more-img {
	width:16px;
	height:16px
}
.left-ad-news .left-ad-news-list {
	width:778px;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.left-ad-news .left-ad-news-item {
	width:180px;
	height:104px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center
}
.left-ad-news .left-ad-news-item .left-ad-news-tabbox {
	height:20px;
	width:180px;
	display:flex;
	justify-content:flex-start;
	align-items:center
}
.left-ad-news .left-ad-news-item .left-ad-news-tabbox .left-ad-news-tab {
	color:#838a91;
	line-height:20px;
	font-size:14px;
	margin-right:16px
}
.left-ad-news .left-ad-news-item .left-ad-news-text {
	width:180px;
	font-size:16px;
	line-height:22px;
	color:#333;
	font-weight:700;
	word-break:break-all;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden
}
.left-ad-news .left-ad-news-item .left-ad-news-text:hover {
	color:#2961bf
}
.left-ad-news .left-ad-news-item .top-news-tags-list {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	height:30px;
	width:100%
}
.left-ad-news .left-ad-news-item .top-news-time {
	text-align:left;
	margin-right:8px;
	background:#ededed;
	color:#4d4c4c;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:0 8px
}
.left-ad-news .left-ad-news-item .top-news-time:hover {
	background:#e7e7e7;
	color:#333
}
table {
	border-collapse:collapse
}
button, dd, dl, dt, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
	margin:0;
	padding:0;
	font-weight:400
}
li {
	list-style:none
}
a, a:hover {
	text-decoration:none;
	cursor:pointer;
	outline:none
}
em, i {
	font-style:normal
}
button, div, input, span {
	outline:none
}
.clearfix:after, .clearfix:before {
	content:"\20";
	display:block;
	height:0;
	overflow:hidden
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
.hx-loading {
	margin:-5px 0 0 -40px;
	position:fixed;
	left:50%;
	top:50%;
	height:10px;
	width:100px;
	z-index:9999
}
.hx-loading .round {
	float:left;
	margin:0 9.16667px;
	background-color:#046ab6;
	border-radius:50%;
	height:10px;
	width:10px
}
.hx-loading .round-one, .hx-loading .round-two {
	animation:hx-loading-round 1.5s infinite
}
.hx-loading .round-two {
animation-delay:.25s
}
.hx-loading .round-three {
	animation:hx-loading-round 1.5s infinite;
animation-delay:.5s
}
@keyframes hx-loading-round {
75% {
transform:scale(0)
}
}
.index_content {
	font-family:PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, Î¢ÈíÑÅºÚ, STHeitiSC-Light, simsun, ËÎÌå, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif
}
.search-icon {
	margin-right:10px;
	position:relative;
	display:block;
	background:#fff;
	border:2px solid #bbb;
	box-sizing:border-box;
	border-radius:100%;
	height:16px;
	width:16px;
	cursor:pointer
}
.search-icon:before {
	content:"";
	position:absolute;
	bottom:-2.5px;
	right:-2.5px;
	background:#bbb;
	height:6px;
	width:2px;
	transform:rotate(-45deg)
}
.arrow-icon, .close-icon, .more-icon {
	position:relative;
	cursor:pointer;
	display:inline-block;
	height:18px;
	width:18px
}
.arrow-icon:after, .arrow-icon:before, .close-icon:after, .close-icon:before, .more-icon:after, .more-icon:before {
	content:"";
	position:absolute;
	left:9px;
	top:0;
	background:#bbb;
	height:18px;
	width:2px;
	transform:rotate(45deg)
}
.arrow-icon:before, .close-icon:before, .more-icon:before {
	transform:rotate(-45deg)
}
.arrow-icon {
	cursor:default;
	height:16px;
	width:9px
}
.arrow-icon:after, .arrow-icon:before {
	left:4px;
	top:7px;
	height:9px;
	width:1px;
	transform:rotate(35deg)
}
.arrow-icon:before {
	top:0;
	transform:rotate(-35deg)
}
.more-icon {
	height:16px;
	width:10px
}
.more-icon:after, .more-icon:before {
	left:4px;
	top:7px;
	height:10px;
	width:2px;
	transform:rotate(40deg)
}
.more-icon:before {
	top:0;
	transform:rotate(-40deg)
}
::-webkit-input-placeholder {
color:#999
}
:-moz-placeholder, ::-moz-placeholder {
color:#999
}
:-ms-input-placeholder {
color:#999
}
.beautify-scroll::-webkit-scrollbar {
width:3px;
height:3px
}
.beautify-scroll::-webkit-scrollbar-button {
background-color:#f0f0f0
}
.beautify-scroll::-webkit-scrollbar-track, .beautify-scroll::-webkit-scrollbar-track-piece {
background:#f0f0f0
}
.beautify-scroll::-webkit-scrollbar-thumb {
background:#bbb;
border-radius:5px
}
.beautify-scroll::-webkit-scrollbar-corner {
background:#f0f0f0
}
.img-clear-blur, .news-list-item .item-left>div>img {
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
	-ms-interpolation-mode:nearest-neighbor
}
.news-list-item {
	position:relative;
	padding:20px 0;
	border-bottom:1px solid #eee;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	height:160px
}
.news-list-item:hover {
	background:#fff;
	border-color:#fff
}
.news-list-item:hover:after {
	content:"";
	padding:0 20px;
	position:absolute;
	left:-20px;
	top:0;
	z-index:0;
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
	border-radius:5px;
	height:100%;
	width:100%;
transition:all .3s ease 0s
}
.news-list-item .item-left {
	margin-right:20px;
	position:relative;
	z-index:5;
	height:100%;
	flex-grow:0;
	flex-shrink:0;
	width:220px;
	overflow:hidden
}
.news-list-item .item-left span {
	padding:0 8px;
	position:absolute;
	top:15px;
	left:-2px;
	z-index:6;
	background:rgba(0, 0, 0, .5);
	border-radius:3px;
	display:block;
	color:#fff;
	font-size:12px;
	line-height:24px
}
.news-list-item .item-left .type-video {
	position:absolute;
	left:0;
	top:10px;
	background:#ff7043;
	height:24px;
	width:40px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:24px;
	z-index:6
}
.news-list-item .item-left .type-video-btn {
	position:absolute;
	width:48px;
	height:48px;
	left:50%;
	top:50%;
	margin:-24px 0 0 -24px;
	background:url(http://elecdz.cn/build/index-video-type-75fd21e9.png) 50% no-repeat;
	z-index:6
}
.news-list-item .item-right {
	position:relative;
	z-index:5;
	height:100%;
	display:flex;
	width:560px;
	flex-direction:column;
	justify-content:space-between
}
.news-list-item .item-right .title-synopsis {
	width:100%;
	height:100%
}
.news-list-item .item-right .title-synopsis:hover h5 {
	color:#0163c5
}
.news-list-item .item-right .title-synopsis:hover p {
	color:#555c62
}
.news-list-item .item-right .title-synopsis h5 {
	margin-bottom:10px;
	position:relative;
	max-height:48px;
	color:#262626;
	font-size:20px;
	line-height:24px;
	display:-webkit-box;
	overflow:hidden;
	font-weight:700!important;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.news-list-item .item-right .title-synopsis h5 span {
	margin-right:6px;
	position:relative;
	top:-2px;
	padding:2px 5px;
	background-color:#ff7043;
	border-radius:3px;
	height:18px;
	color:#fff;
	font-size:12px;
	line-height:18px
}
.news-list-item .item-right .title-synopsis p {
	margin-top:10px;
	display:-webkit-box;
	max-height:60px;
	overflow:hidden;
	color:#838a92;
	font-size:14px;
	line-height:20px;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3
}
.news-list-item .item-right .relate-info {
	display:flex;
	align-items:center;
	justify-content:space-between;
	color:#838a92;
	font-size:12px
}
.news-list-item .item-right .relate-info a {
	color:#838a92
}
.news-list-item .item-right .relate-info .author-time a {
	margin-right:15px
}
.news-list-item .item-right .relate-info .relate-text {
	margin-left:8px;
	background:#ededed;
	color:#4d4c4c;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:7px 8px
}
.news-list-item .item-right .relate-info .relate-text:hover {
	background:#e7e7e7;
	color:#333
}
.news-ad-img-item {
	position:relative;
	padding:20px 0;
	border-bottom:1px solid #eee;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
	height:160px
}
.news-ad-img-item:hover {
	background:#fff;
	border-color:#fff
}
.news-ad-img-item:hover .news-ad-img-item-title h5 {
	color:#0163c5!important
}
.news-ad-img-item:hover:after {
	content:"";
	padding:0 20px;
	position:absolute;
	left:-20px;
	top:0;
	z-index:0;
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
	border-radius:5px;
	height:100%;
	width:100%
}
.news-ad-img-item .news-ad-img-item-img {
	width:100%;
	height:140px
}
.news-ad-img-item .news-ad-img-item-title h5 {
	margin-bottom:10px;
	position:relative;
	max-height:48px;
	color:#262626;
	font-size:18px;
	line-height:24px;
	display:-webkit-box;
	overflow:hidden;
	font-weight:700!important;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.news-ad-img-item .news-ad-img-item-title h5:hover {
	color:#0163c5!important
}
.news-ad-img-item .news-ad-img-item-title p {
	margin-top:10px;
	display:-webkit-box;
	max-height:60px;
	overflow:hidden;
	color:#838a92;
	font-size:14px;
	line-height:20px;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3
}
.news-author-item {
	position:relative;
	padding:20px 0;
	border-bottom:1px solid #eee;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	height:160px
}
.news-author-item:hover {
	background:#fff;
	border-color:#fff
}
.news-author-item:hover:after {
	padding:0 20px;
	position:absolute;
	left:-20px;
	top:0;
	z-index:0;
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
	border-radius:5px;
	height:100%;
	width:100%;
transition:all .3s ease 0s
}
.news-author-item .news-author-item-one {
	margin-top:14px;
	width:144px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center
}
.news-author-item .news-author-item-one .news-author-item-img {
	height:64px;
	width:64px;
	border-radius:50%
}
.news-author-item .news-author-item-one .news-author-item-title {
	margin-top:8px;
	font-size:16px;
	color:#333;
	font-weight:700;
	line-height:22px
}
.news-author-item .news-author-item-one .news-author-item-text {
	margin-top:2px;
	width:144px;
	font-size:12px;
	color:#838a91;
	line-height:18px;
	display:-webkit-box;
	overflow:hidden;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.news-flash-item {
	position:relative;
	padding:20px 0;
	border-bottom:1px solid #eee;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:110px
}
.news-flash-item:hover {
	background:#fff;
	border-color:#fff
}
.news-flash-item:hover:after {
	content:"";
	padding:0 20px;
	position:absolute;
	left:-20px;
	top:0;
	z-index:0;
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
	border-radius:5px;
	height:100%;
	width:100%;
transition:all .3s ease 0s
}
.news-flash-item .title-synopsis {
	width:100%;
	height:100%;
	z-index:5
}
.news-flash-item .title-synopsis:hover h5 {
	color:#0163c5
}
.news-flash-item .title-synopsis:hover p {
	color:#555c62
}
.news-flash-item .title-synopsis h5 {
	margin-bottom:10px;
	position:relative;
	max-height:48px;
	color:#262626;
	font-size:20px;
	line-height:24px;
	display:-webkit-box;
	overflow:hidden;
	font-weight:700!important;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.news-flash-item .title-synopsis h5 span {
	margin-right:6px;
	position:relative;
	top:-2px;
	padding:2px 5px;
	background-color:#0a7ff2;
	border-radius:3px;
	height:18px;
	color:#fff;
	font-size:12px;
	line-height:18px
}
.news-flash-item .title-synopsis h5:hover {
	color:#0163c5
}
.news-flash-item .title-synopsis p {
	margin-top:10px;
	display:-webkit-box;
	max-height:60px;
	overflow:hidden;
	color:#838a92;
	font-size:14px;
	line-height:20px;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.news-flash-item .title-synopsis p:hover {
	color:#555c62
}
.news-flash-item .relate-info {
	display:flex;
	align-items:center;
	justify-content:space-between;
	color:#838a92;
	font-size:12px;
	z-index:5
}
.news-flash-item .relate-info a {
	color:#838a92
}
.news-flash-item .relate-info .author-time a {
	margin-right:15px
}
.news-flash-item .relate-info .relate-text {
	margin-left:8px;
	background:#ededed;
	color:#4d4c4c;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:7px 8px
}
.news-flash-item .relate-info .relate-text:hover {
	background:#e7e7e7;
	color:#333
}
.load-more-btn {
	margin-top:20px;
	border:1px solid #eee;
	cursor:pointer;
	display:block;
	height:52px;
	color:#828282;
	font-size:14px;
	line-height:52px;
	text-align:center
}
.load-more-btn:hover {
	color:#f676a6
}
.left-news-list {
	width:800px;
	height:auto;
	margin-top:13px
}
.left-news-list .block-style {
	min-height:500px
}
.left-news-list .block-style .not-cont {
	position:relative;
	font-size:24px;
	width:800px;
	color:#999;
	line-height:500px;
	text-align:center
}
.left-news-list .block-style .not-cont p {
	position:absolute;
	left:350px
}
.left-news-list .left-news-list-tags {
	width:100%;
	height:45px;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.left-news-list .left-news-list-tags .left-news-list-tags-item {
	position:relative;
	height:45px;
	float:left;
	line-height:45px;
	color:#757575;
	font-size:16px;
	text-align:center;
	cursor:pointer
}
.left-news-list .left-news-list-tags .left-news-list-tags-item.hot {
	position:relative
}
.left-news-list .left-news-list-tags .left-news-list-tags-item.hot:before {
	content:"";
	position:absolute;
	right:-10px;
	top:-2px;
	background:url(http://elecdz.cn/build/hot-06e2cc7c.svg) no-repeat 50%;
	height:15px;
	width:25px
}
.left-news-list .left-news-list-tags .left-news-list-tags-item:last-child {
	margin:0
}
.left-news-list .left-news-list-tags .left-news-list-tags-item.active, .left-news-list .left-news-list-tags .left-news-list-tags-item:hover {
	color:#f676a6;
	font-weight:700
}
.left-news-list .left-news-list-tags .left-news-list-tags-item.active {
	border-bottom:2px solid #f676a6
}
.left-news-list .left-news-list-tags .left-news-list-tags-item font {
	position:absolute;
	width:40px;
	height:2px;
	left:50%;
	margin-left:-20px;
	background:#f676a6;
	bottom:-1px;
	display:none
}
.left-news-list .left-news-list-tags .left-news-list-tags-item font.active {
	display:block
}
.left-news-list .new-left-more {
	display:block;
	width:138px;
	height:38px;
	border:1px solid #b3e5fc;
	text-align:center;
	line-height:38px;
	float:right;
	margin:30px 0;
	color:#f676a6
}
.left-news-list .ad-list {
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #eee
}
.left-news-list .ad-list a {
	display:block;
	width:100%;
	height:100%;
	color:#262626
}
.left-news-list .ad-list a:hover h6 {
	color:#0163c5
}
.left-news-list .ad-list a h6 {
	display:inline-block;
	font-size:18px;
	vertical-align:top;
	font-weight:700!important;
	line-height:24px;
	margin-bottom:10px
}
.left-news-list .ad-list a p {
	position:relative
}
.left-news-list .ad-list a p img {
	width:800px;
	height:140px
}
.left-news-list .ad-list a p span {
	position:absolute;
	right:0;
	bottom:0
}
.left-news-list .ad-list a p span img {
	width:40px;
	height:20px
}
.left-news-list .index-news-list {
	position:relative;
	display:block;
	width:800px;
	height:160px;
	padding:20px 0;
	box-sizing:content-box;
	border-bottom:1px solid #eee;
	cursor:pointer
}
.left-news-list .index-news-list .shadow {
	position:absolute;
	width:830px;
	height:200px;
	background:#fff;
	z-index:4;
	left:-15px;
	top:0;
	opacity:0;
transition:.3s;
	box-shadow:0 0 20px #a9a9a9
}
.left-news-list .index-news-list:hover .shadow {
	opacity:1;
	box-shadow:0 0 20px #ccc;
transition:.3s;
	border-radius:5px
}
.left-news-list .index-news-list:first-child {
	padding-top:20px
}
.left-news-list .index-news-list.not-cont {
	text-align:center;
	font-size:24px;
	color:#999;
	line-height:400px;
	min-height:400px
}
.left-news-list .index-news-list a {
	height:100%
}
.left-news-list .index-news-list a .list-left {
	position:relative;
	overflow:hidden;
	width:220px;
	height:160px;
	margin-right:20px;
	float:left;
	z-index:5
}
.left-news-list .index-news-list a .list-left .type-video {
	position:absolute;
	left:0;
	top:10px;
	background:#ff7043;
	height:24px;
	width:40px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:24px;
	z-index:6
}
.left-news-list .index-news-list a .list-left .type-video-btn {
	position:absolute;
	width:48px;
	height:48px;
	left:50%;
	top:50%;
	margin:-24px 0 0 -24px;
	background:url(http://elecdz.cn/build/index-video-type-75fd21e9.png) 50% no-repeat;
	z-index:6
}
.left-news-list .index-news-list a .list-left .channel-text {
	position:absolute;
	top:15px;
	left:-2px;
	z-index:6;
	padding:5px 8px;
	font-size:13px;
	color:#fff;
	background:rgba(0, 0, 0, .5);
	border-radius:3px
}
.left-news-list .index-news-list a .list-left .list-video-img {
	width:220px;
	height:160px;
	overflow:hidden
}
.left-news-list .index-news-list a .list-left .list-video-img p {
	display:block;
	width:auto;
	height:160px;
	background:50%
}
.left-news-list .index-news-list a .list-left img {
	position:absolute;
	width:220px;
	height:160px;
	z-index:5;
transition:transform .15s ease
}
.left-news-list .index-news-list a .list-left img:hover {
	transform:scale(1.04)
}
.left-news-list .index-news-list a .list-right {
	position:relative;
	width:auto;
	height:100%;
	float:right;
	z-index:5
}
.left-news-list .index-news-list a .list-right .headline {
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#262626;
	font-size:18px;
	font-weight:700!important;
	line-height:24px
}
.left-news-list .index-news-list a .list-right .headline.active em {
	display:block;
	text-indent:40px
}
.left-news-list .index-news-list a .list-right .headline.active em.long {
	text-indent:52px
}
.left-news-list .index-news-list a .list-right .headline .top-order {
	position:absolute;
	left:0;
	top:2px;
	background-color:#ff7043;
	font-size:12px!important;
	color:#fff!important;
	font-weight:400!important;
	opacity:1!important;
	padding:0 5px;
	margin-right:4px;
	border-radius:3px;
	height:18px;
	line-height:18px
}
.left-news-list .index-news-list a .list-right .details {
	height:60px;
	overflow:hidden;
	margin-top:10px;
	line-height:20px;
	color:#838a92;
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3
}
.left-news-list .index-news-list a .list-right .details:hover {
	color:#555c62
}
.left-news-list .index-news-list a .headline:hover {
	color:#0163c5
}
.left-news-list .index-news-list .list-bottom {
	position:absolute;
	width:560px;
	height:30px;
	bottom:20px;
	left:240px;
	color:#838a92;
	font-size:12px;
	z-index:20
}
.left-news-list .index-news-list .list-bottom .hxh {
	padding-right:10px;
	float:left;
	height:30px;
	line-height:30px
}
.left-news-list .index-news-list .list-bottom .hxh a {
	color:#5a83f9
}
.left-news-list .index-news-list .list-bottom .name {
	position:relative;
	display:inline-block;
	height:30px;
	line-height:30px;
	vertical-align:bottom
}
.left-news-list .index-news-list .list-bottom .name a {
	color:#838a92
}
.left-news-list .index-news-list .list-bottom .name a:hover {
	color:#5a83f9
}
.left-news-list .index-news-list .list-bottom p {
	position:relative;
	display:inline-block
}
.left-news-list .index-news-list .list-bottom p.portrait {
	float:left;
	margin-top:5px;
	padding-right:10px
}
.left-news-list .index-news-list .list-bottom p.portrait a {
	margin:0;
	padding:0
}
.left-news-list .index-news-list .list-bottom p.portrait img {
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	border-radius:100%
}
.left-news-list .index-news-list .list-bottom p.label1, .left-news-list .index-news-list .list-bottom p.label2 {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	color:#f676a6;
	height:100%;
	line-height:28px;
	cursor:pointer
}
.left-news-list .index-news-list .list-bottom p.label1 span, .left-news-list .index-news-list .list-bottom p.label2 span {
	margin-top:5px;
	display:inline-block;
	padding:0 5px;
	border:1px solid #f676a6;
	margin-right:20px;
	font-size:12px;
	line-height:18px
}
.left-news-list .index-news-list .list-bottom p.label1 span a, .left-news-list .index-news-list .list-bottom p.label2 span a {
	color:#838a92
}
.left-news-list .index-news-list .list-bottom p.label2 {
	left:282px
}
.left-news-list .index-news-list .list-bottom p.time {
	height:30px;
	line-height:30px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	text-align:right
}
.left-news-list .index-news-list .list-bottom p.lock-time {
	height:30px;
	line-height:30px;
	padding-left:16px;
	position:absolute;
	margin:auto;
	text-align:right
}
.left-news-list .index-news-list .list-bottom p.read-num {
	font-size:12px;
	float:right;
	line-height:30px
}
.left-news-list .index-news-list .list-bottom p.read-num a {
	color:#838a92
}
.left-news-list .index-news-list .list-bottom p.read-num a:hover {
	color:#0163c5
}
.left-news-list .loading {
	height:160px;
	line-height:160px;
	width:100%;
	text-align:center;
	color:#b0b0b0
}
.right-ad-oneself {
	width: 318px;
	height:auto;
	border:1px solid #f0f0f0;
	padding:0 20px;
	margin-bottom:20px
}
.right-ad-oneself .right-ad-oneself-title {
	font-size:16px;
	color:#222;
	font-weight:700;
	padding:10px 0
}
.right-ad-oneself .right-ad-oneself-container {
	width:100%;
	height:auto
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list {
	display:block;
	width:100%;
	height:50px;
	padding:20px 0 19px;
	border-bottom:1px solid #f0f0f0
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list:last-child {
	border-bottom:none
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-icon {
	float:left;
	width:50px;
	height:50px;
	background:#fff
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-icon img {
	width:50px;
	height:50px;
	border-radius:10px
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text {
	float:right;
	width: 258px;
	height:50px;
	line-height:20px;
	margin-top:0;
	display:flex;
	flex-direction:column;
	justify-content:space-between
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text .right-ad-oneself-text-sp {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text .right-ad-oneself-text-sp .right-ad-oneself-text-sp-off {
	display:none
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text h5 {
	font-size:16px;
	line-height:22px;
	margin-top:1px;
	color:#333;
	font-weight:700
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text h5:hover {
	color:#2961bf
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text .right-ad-oneself-app-btn {
	font-size:14px;
	line-height:20px;
	height:20px;
	color:rgba(31, 144, 251, .9294117647058824);
	display:flex;
	justify-content:center;
	align-items:center
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text .right-ad-oneself-app-btn .right-ad-oneself-app-btn-img {
	width:10px;
	height:10px;
	background:url(http://elecdz.cn/build/ad-oneself-arrow1-ce2b52ba.png) no-repeat 50%/100%
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text .right-ad-oneself-app-btn:hover {
	color:#2961bf
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text .right-ad-oneself-app-btn:hover .right-ad-oneself-app-btn-img {
	background:url(http://elecdz.cn/build/ad-oneself-arrow2-91df48a4.png) no-repeat 50%/100%
}
.right-ad-oneself .right-ad-oneself-container .right-ad-oneself-list .right-ad-oneself-text p {
	width:260px;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color:#838a91;
	margin-bottom:1px
}
.right-ad-oneself .right-ad-oneself-container .swiper-pagination-bullet {
	background:#eee;
	opacity:1
}
.right-ad-oneself .right-ad-oneself-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#ccc
}
.right-ad-oneself .right-ad-oneself-container .ad-page {
	bottom:0
}
.right-rank-news {
	width: 360px;
	height:auto;
	padding:16px;
	background-color:#fff;
	border:1px solid #f0f0f0;
	margin-bottom:20px;
	font-size:14px;
	box-sizing:border-box
}
.right-rank-news .right-rank-news-title {
	display:block;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:700;
	margin-bottom:16px;
	color:#333;
	cursor:default
}
.right-rank-news .right-rank-news-sort {
	width:100%
}
.right-rank-news .right-rank-news-sort .right-rank-news-list {
	display:flex;
	margin-bottom:16px;
	line-height:26px
}
.right-rank-news .right-rank-news-sort .right-rank-news-list span {
	display:inline-block;
	flex-wrap:nowrap;
	font-weight:700;
	color:#fff;
	width:20px;
	height:20px;
	border-radius:3px;
	text-align:center;
	line-height:20px;
	font-size:14px;
	background:#d6d6d6;
	margin-top: 4px
}
.right-rank-news .right-rank-news-sort .right-rank-news-list a {
	flex-wrap:nowrap;
	margin-left:10px;
	width: 296px;
	color:#424242;
	font-size:15px;
	font-weight:700
}
.right-rank-news .right-rank-news-sort .right-rank-news-list a:hover {
	color:#f676a6
}
.right-rank-news .right-rank-news-sort .right-rank-news-list:first-child span {
	background:#f43940
}
.right-rank-news .right-rank-news-sort .right-rank-news-list:nth-child(2) span {
background:#fd834e
}
.right-rank-news .right-rank-news-sort .right-rank-news-list:nth-child(3) span {
background:#fdaa44
}
.right-subject {
	width:360px;
	border:1px solid #f0f0f0;
	padding:16px;
	box-sizing:border-box;
	margin-bottom:20px
}
.right-subject .right-subject-title {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:18px;
	color:#333;
	line-height:28px;
	font-weight:700
}
.right-subject .right-subject-title .right-subject-arrow {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	transform:rotate(-45deg);
	color:#ccc
}
.right-subject .right-subject-list {
	position:relative
}
.right-subject .right-subject-list .right-subject-item {
	width:100%;
	height:65px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:12px
}
.right-subject .right-subject-list .right-subject-item:hover .right-subject-item-title {
	color:#f676a6
}
.right-subject .right-subject-list .right-subject-item .right-subject-item-img {
	width:90px;
	height:65px
}
.right-subject .right-subject-list .right-subject-item .right-subject-item-title {
	width:226px;
	font-size:15px;
	color:#333;
	line-height:20px;
	font-weight:700
}
.right-live {
	width:360px;
	border:1px solid #f0f0f0;
	padding:16px;
	box-sizing:border-box;
	margin-bottom:20px
}
.right-live .right-live-title {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:18px;
	color:#333;
	line-height:28px;
	font-weight:700;
	margin-bottom:16px
}
.right-live .right-live-title .right-live-arrow {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	transform:rotate(-45deg);
	color:#ccc
}
.home-right-controller-live {
	position:relative;
	width:100%;
	height:260px;
	border:1px solid #f0f0f0;
	padding:16px;
	margin-bottom:26px;
	box-sizing:border-box
}
.home-right-controller-live .home-right-controller-live-title {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:18px;
	color:#333;
	line-height:28px;
	font-weight:700;
	margin-bottom:16px
}
.home-right-controller-live .home-right-controller-live-title .home-right-controller-live-arrow {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	transform:rotate(-45deg);
	color:#ccc
}
.home-right-controller-live .home-right-controller-live-item {
	height:74px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:26px;
	cursor:pointer
}
.home-right-controller-live .home-right-controller-live-item:hover .home-right-controller-live-item-left .home-right-controller-live-item-img {
	transform:scale(1.12)
}
.home-right-controller-live .home-right-controller-live-item:last-of-type {
	margin-bottom:0
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-left {
	width:110px;
	height:70px;
	position:relative;
	overflow:hidden
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-left .home-right-controller-live-item-img {
	width:110px;
	height:70px;
transition:all .5s
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-left .home-right-controller-live-item-status {
	width:62px;
	height:21px;
	background:#0a7ff2;
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	color:#fff;
	line-height:17px;
	display:flex;
	justify-content:center;
	align-items:center
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-left .home-right-controller-live-item-status.type-0 {
	background:#0a7ff2
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-left .home-right-controller-live-item-status.type-1 {
	background:#f63c2a
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-left .home-right-controller-live-item-status.type-2 {
	background:#838a91
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-right {
	width: 206px;
	height:70px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-right .home-right-controller-live-item-title {
	width: 206px;
	font-size: 14px;
	font-weight:700;
	color:#2a2f37;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;/*! autoprefixer: ignore next */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-right .home-right-controller-live-item-time {
	font-size:12px;
	font-weight:700;
	color:#0a7ff2;
	line-height:17px
}
.home-right-controller-live .home-right-controller-live-item .home-right-controller-live-item-right .home-right-controller-live-item-time span {
	font-weight:400
}
.right-tags {
	width: 360px;
	border:1px solid #f0f0f0;
	padding:16px;
	box-sizing:border-box;
	margin-bottom:20px
}
.right-tags .right-tags-title {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:18px;
	color:#333;
	line-height:28px;
	font-weight:700
}
.right-tags .right-tags-title .right-tags-arrow {
	display:inline-block;
	border-right:3px solid;
	border-bottom:3px solid;
	width:10px;
	height:10px;
	transform:rotate(-45deg);
	color:#ccc
}
.right-tags .right-tags-cont {
	width:100%;
	height:auto;
	margin-top:12px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center
}
.right-tags .right-tags-cont a {
	height:30px;
	color:#2a2f37;
	font-size:14px;
	line-height:20px;
	background:#f2f3f4;
	border-radius:4px;
	padding: 0 11px;
	margin:0 8px 8px 0;
	display:flex;
	justify-content:center;
	align-items:center
}
.right-tags .right-tags-cont a:hover {
	background:#e7e7e7;
	color:#333
}
.right-risk-hint {
	width: 360px;
	line-height:20px;
	padding:16px;
	background-color:#fff;
	border:1px solid #f0f0f0;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
	font-size:14px
}
.right-risk-hint p {
	padding-top:15px;
	line-height:22px;
	text-align:justify;
	font-weight:700
}
.right-risk-hint a {
	display:block;
	color:#333;
	font-weight:700
}
.right-risk-hint a .right-risk-hint-img img {
	margin-bottom:-3px
}
.right-risk-hint a .right-risk-hint-img span {
	padding-left:10px;
	color:#f676a6;
	font-weight:700
}
.right-risk-hint a .right-risk-hint-img font {
	display:block;
	text-align:right;
	font-weight:700
}
.right-risk-hint a p {
	display:inline;
	padding-top:0;
	margin-bottom:10px;
	font-weight:700
}
.right-risk-hint a p span {
	display:block;
	width:100%;
	text-align:right;
	color:#666;
	font-weight:700
}
