﻿/*菜单*/
.menu {
	margin-top: 20px;
	width: 100%;
	height: 160px;
}

	.menu ul {
		list-style: none;
	}

		.menu ul li {
			display: inline-block;
			margin-bottom: 15px;
			display: block;
			width: 25%;
			height: 60px;
			float: left;
			text-align: center;
		}

			.menu ul li a {
				display: inline-block;
				color: #333;
				font-size: 14px;
			}

				.menu ul li a:hover {
					-webkit-tap-highlight-color: rgba(255,255,255,.0);
				}

				.menu ul li a span {
					display: inline-block;
					width: 36px;
					height: 36px;
					background-image: url(navico.png);
					background-repeat: no-repeat;
					background-size: 36px;
				}

				.menu ul li a .icon_1 {
					background-position: 0 -216px;
				}

				.menu ul li a .icon_2 {
					background-position: 0 0;
				}

				.menu ul li a .icon_3 {
					background-position: 0 -72px;
				}

				.menu ul li a .icon_4 {
					background-position: 0 -144px;
				}

				.menu ul li a .icon_5 {
					background-position: 0 -36px;
				}

				.menu ul li a .icon_6 {
					background-position: 0 -180px;
				}

				.menu ul li a .icon_7 {
					background-position: 0 -252px;
				}

				.menu ul li a .icon_8 {
					background-position: 0 -396px;
				}

				.menu ul li a .icon_9 {
					background-position: 0 -108px;
				}

				.menu ul li a .icon_10 {
					background-position: 0 -360px;
				}

				.menu ul li a .icon_11 {
					background-position: 0 -324px;
				}

				.menu ul li a .icon_12 {
					background-position: 0 -288px;
				}

				.menu ul li a .icon_13 {
					background-image: url(navico_kj.png) !important;
				}

				.menu ul li a .icon_14 {
					background-image: url(navico_zb.png) !important;
				}

				.menu ul li a .icon_15 {
					background-image: url(navico_jh.png) !important;
				}

				.menu ul li a .icon_16 {
					background-image: url(navico_zb.png) !important;
				}

				.menu ul li a .icon_17 {
					background-image: url(navico_guapai.png) !important;
				}

				.menu ul li a .icon_18 {
					background-image: url(navico_chat.png) !important;
				}

/*香港正牌*/
.hongkong {
	width: 100%;
	height: 190px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

	.hongkong .h_title {
		width: 100%;
		height: 30px;
		line-height: 30px;
		background: url(i-gp.png) no-repeat left;
		background-size: 18px;
		padding-left: 22px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.hongkong .h_title a {
			font-size: 16px;
			color: #0db3e4;
			font-weight: 800;
			letter-spacing: 1px;
			font-family: inherit;
		}

		.hongkong .h_title span {
			height: 30px;
			line-height: 30px;
			background: url(p-right-red.png) no-repeat right 6px;
			background-size: 10px;
			display: block;
			float: right;
		}

			.hongkong .h_title span a {
				font-size: 16px;
				font-weight: bold;
				padding-right: 16px;
			}

	.hongkong .h_box {
		margin-top: 10px;
	}

		.hongkong .h_box .left {
			float: left;
		}

			.hongkong .h_box .left img {
				width: 130px;
				height: 130px;
			}

		.hongkong .h_box .right {
			font-size: 16px;
			line-height: 25px;
			float: left;
			margin-left: 20px;
		}

			.hongkong .h_box .right ul li {
				line-height: 20px;
			}

				.hongkong .h_box .right ul li span {
					font-size: 13px;
					color: #005F3C;
				}

/*栏目*/
.c_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 26px;
	font-weight: bold;
	font-size: 18px;
	color: #0db3e4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.c_icon1 {
	background: url(i-tk.png) no-repeat left 1px top 4px;
	background-size: 19px;
}

.c_icon2 {
	background: url(i-zl.png) no-repeat top 5px left;
	background-size: 18px;
}

.c_icon3 {
	background: url(i-yl.png) left no-repeat;
	background-size: 20px;
}

.c_icon4 {
	background: url(i-h.png) no-repeat;
	background-size: 20px;
}

.c_title span {
	height: 30px;
	line-height: 30px;
	background: url(p-right-red.png) no-repeat right 6px;
	background-size: 10px;
	display: block;
	float: right;
}

	.c_title span a {
		font-size: 16px;
		color: #000;
		padding-right: 16px;
	}

.column {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

	.column .content {
		/* height: 100%; */
	}

		.column .content ul li {
			float: left;
			width: 50%;
			box-sizing: border-box;
			line-height: 30px;
			border-top: 1px solid #e6e6e6;
			height: 30px;
			overflow: hidden;
			white-space: nowrap;
		}

			.column .content ul li a {
				font-size: 14px;
				color: #333;
			}

	.column .content_two ul li {
		float: left;
		width: 33.333%;
		box-sizing: border-box;
		line-height: 30px;
		border-top: 1px solid #b5b5b5;
		/*background-color: #fcc;*/
		height: 35px;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}

		.column .content_two ul li a {
			font-size: 16px;
			color: #333;
		}

.links {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

	.links .links_box {
		width: 100%;
	}

		.links .links_box ul {
			width: 100%;
			list-style-type: none;
		}

			.links .links_box ul li {
				width: 25%;
				height: 50px;
				line-height: 50px;
				float: left;
				text-align: center;
			}

				.links .links_box ul li a {
					text-decoration: none;
					display: block;
					color: #000;
					font-size: 13px;
					box-shadow: 1px 1px 1px #efefef;
				}

.div66 {
	margin: 4px 4px 0px 4px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.messageListTip {
	bottom: 98px;
	background: url(liuyan.png) no-repeat;
	background-size: 100% 100%;
	z-index: 100;
}

.messageListTip, .scrollTop, .release {
	position: fixed;
	right: 10px;
	width: 32px;
	height: 32px;
}

.scrollTop {
	bottom: 58px;
	background: url(top.png) no-repeat;
	background-size: 100% 100%;
	z-index: 100;
}

/*下载APP*/
.download66 {
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 960px;
	height: 56px;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	.download66 i.close {
		display: block;
		position: absolute;
		top: 16px;
		left: 0;
		height: 25px;
		width: 25px;
		background-image: url(gb.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: 50%;
	}

	.download66 p {
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		line-height: 56px;
		text-indent: 30px;
	}

	.download66 .btn {
		height: 40px;
		line-height: 40px;
		width: 70px;
		text-align: center;
		background-color: #ec0909;
		position: absolute;
		right: 10px;
		bottom: 0;
		top: 0;
		margin: auto;
		font-size: 14px;
		border: none;
		border-radius: 5px;
		padding: 0;
		color: #fff;
	}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.list-box {
}

.list-box-half {
	float: left;
	width: 50%;
}

.list-item {
	margin: 0 5px;
}

	.list-item li {
		line-height: 30px;
		border-bottom: 1px solid #e6e6e6;
		padding: 0 5px;
	}

		.list-item li a {
			font-size: 15px;
			display: block;
			padding: 5px;
			color: initial;
		}

	.list-item .title {
		line-height: 30px;
		font-size: 18px;
		text-indent: 1em;
		color: #fff;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 192, 255)), to(rgb(0, 240, 255)));
	}

		.list-item .title a {
			float: right;
			color: #fff;
			padding: 0
		}

		.list-item .title .right {
			background: url(p-right-white.png) no-repeat right 1px top 3px;
			float: right;
		}

	/*点击进入评论区聊天交流*/
	.toenter {
		text-align: center;
		background: linear-gradient(to top, rgb(156, 39, 176), rgb(33, 150, 243));
		line-height: 45px;
		border-radius: 1rem;
		padding: 5px 0px;
		margin: 5px;
	}

	.toenter a {
		padding: 10px;
		background: beige;
		border-radius: 15px;
		color: rgb(244, 67, 54);
		font-weight: bold;
		box-shadow: rgb(244, 67, 54) 2px 2px 1px;
	}

	.toenter img {
		vertical-align: middle;
		width: 45px;
		display: inline-block;
	}

#ily520 {
	padding: 10px;
}

	#ily520 .sanheyi {
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		color: #3ebc40;
		line-height: 40px;
	}

		#ily520 .sanheyi ul {
			display: flex;
			border-bottom: solid 3px #3ebc40;
		}

		#ily520 .sanheyi li {
			width: 50%;
			padding: 5px 0;
			box-sizing: border-box;
			cursor: pointer;
		}

			#ily520 .sanheyi li.hover {
				color: #fff;
				background: #3ebc40;
			}

				#ily520 .sanheyi li.hover font {
					color: #fff !important;
				}

.ily520-txt font {
	color: #f00;
	font-weight: bold;
}

.ily520-txt2 {
	font-size: 24px;
	color: #f00;
	text-align: center;
	font-weight: bold;
}

	.ily520-txt2 a {
		background: #ff0;
	}

.ily520-pic {
	padding-top: 10px;
	text-align: center;
}

	.ily520-pic video {
		max-width: 100%;
	}

@media screen and (max-width:750px) {
	#ily520 {
		padding: 5px;
	}

		#ily520 .sanheyi {
			margin-bottom: 5px;
			font-size: 16px;
		}

			#ily520 .sanheyi ul {
				border-width: 2px;
			}

			#ily520 .sanheyi li {
				padding: 0;
			}

	.ily520-txt2 {
		font-size: 18px;
	}
}

.ddtz {
	font-family: 宋体;
	font-size: 16px;
}

	.ddtz a {
		display: block;
		line-height: 35px;
		border: 1px solid #CCC;
		background: #fff;
		border-radius: 5px;
		color: #333;
		cursor: pointer;
		text-decoration: none;
		margin: 0 2px 2px 0;
	}

	.ddtz img {
		vertical-align: middle;
	}

	.ddtz a:hover {
		background: #fff;
	}

@media screen and (max-width:750px) {
	.ddtz {
		font-size: 14px;
	}

		.ddtz a {
			display: block;
			line-height: 40px;
		}
}