.sider {
	display: none;
}

.news-content h3 {
    width: 730px;height: 63px;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/main_tit.png) no-repeat 0 0/100% auto;line-height: 63px;font-size: 30px;color: #fff;font-weight: bold;text-indent: 35px;margin: 10px 0;
}
.news-content h4 {
    width: 735px;height: 53px;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/sub_tit.png) no-repeat 0 0/100% auto;line-height: 53px;font-size: 22px;color: #555555;font-weight: bold;text-indent: 40px;margin: 10px 0 10px -5px;
}

.new-sider {
	width: 384px;position: absolute;right: -183px;top: 432px;font-family: 'Microsoft Yahei';display: block;transform: scale(0.75);transform-origin: center top;-webkit-transform: scale(0.75);-webkit-transform-origin: center top;
}
.new-sidertop {
	width: 384px;height: 126px;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/sider_top.png);
}
.new-sidertop .toplink {
	width: 100%;height: 50px;display: flex;justify-content: space-between;align-items: center;
}
.new-sidertop span {
	display: block;margin-left: 30px;font-size: 24px;color: #555;font-weight: bold;
}
.new-sidertop a {
	display: block;font-size: 21px;color: #a6a6a6;
}
.new-sidertop a:hover {
	text-decoration: underline;
}
.new-sidertop .toptit {
	font-size: 28px;color: #3f4e5a;font-weight: bold;text-indent: 30px;line-height: 70px;
}
.new-sidermenu {
	width: 384px;height: auto;margin-top: 3px;overflow: hidden;transition: max-height 0.3s ease-out;-webkit-transition: max-height 0.3s ease-out;max-height: 60px;
}
.new-sidermenu.on {
	max-height: 1200px;
	transition: max-height 0.25s ease-in;
}
.new-sidermenu-tit {
	display: block;width: 384px;height: 60px;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/sider_menu.png);font-size: 24px;line-height: 60px;color: #555;font-weight: bold;text-indent: 45px;
}
.on .new-sidermenu-tit {
	background-image: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/sider_menuhover.png);color: #fff;
}
.new-sidermenu-sub {
	width: 384px;height: auto;background: #f9f9f9;
}
.on .new-sidermenu-sub {
	display: block;
}
.new-sidermenu-sub li {
	width: 100%;height: 60px;line-height: 60px;font-size: 21px;
}
.new-sidermenu-sub a {
	display: block;width: 100%;height: 100%;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/sub_icon.png) no-repeat 45px center;text-indent: 80px;color: #555;
}
.new-sidermenu-sub a:hover {
	background-image: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/sub_iconhover.png);color: #ec4828;
}

.btn-hidemenu {
  display: block;width: 33px;height: 110px;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/hide_menu.png) no-repeat 0 0/100% auto;position: absolute;left: -33px;bottom: 0;text-indent: -9999px;display: none;
}
.btn-showmenu {
  display: block;width: 62px;height: 63px;background: url(https://game.gtimg.cn/images/dnf/web202503detail/detail/show_menu.png) no-repeat 0 0/100% auto;position: fixed;right: 13px;bottom: 13px;text-indent: -9999px;display: none;
}