﻿/* 中水在世界 */
.world{
	position: relative;
	width: 100%;
	height: 605px;
	/* background-image: url(../images/index/world.png); */
	background-color: #00429d;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.world_show{
	z-index: 999;
	width: 30%;
	position: absolute;
	top: 60px;
	left: 5%;
}
.world_show>p:first-child{
	line-height: 50px;
	height: 50px;
	font-size: 34px;
	color: #fff;
}
.world_show>p:nth-of-type(2){
	font-size: 20px;
	color: #fff;
}
.world_show ul{
	margin-top: 40px;
}
.world_show ul li{
	margin-top: 10px;
	width: 340px;
	background-color: #002655;
}
.world_show ul li:hover{
	background-image: linear-gradient(to right, #005be4 , #00ddff);
}
.world_show ul li:hover i{
	color: #fff;
}
.world_show ul li:hover b{
	display: inline-block;
}
.world_show ul li a{
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 24px;
	display: inline-block;
	width: 340px;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.world_show ul li a i{
	margin-left: 15px;
	font-size: 16px;
	color: #66a5d4;
}
.world_show ul li a b{
	display: none;
	font-weight: normal;
	font-size: 22px;
	margin-right: 15px;
	float: right;
}