@charset "utf-8";
@import url("/include/css/include.css");

.bannersty{
	float:left; /*width:1220px;*/ width:1218px; border:1px solid #E5E5E5; border-radius:10px; height:515px; background-color:#FFFFFF;
	
}

.bannerstytwo{
	float:left; /*width:1220px;*/ width:1218px; border:1px solid #E5E5E5; border-radius:10px; height:515px; background-color:#FFFFFF;
	-moz-box-shadow: 0 0 76px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 76px rgba(0, 0, 0, 0.15);
}

.bannersty img{
   float:left; width:1218px; height:515px; border-radius:10px; display:inline;
}

.bannerstytwo img{
   float:left; width:1218px; height:515px; border-radius:10px;display:inline;
}

.videosty{
	float:left; width:1220px; margin-top:23px; margin-bottom:28px;
}

.videosty ul{
	float:left; width:1218px; padding:0px; margin:0px; border:1px solid #DBDBDD; border-radius:10px; /*border-top:1px solid #E5E5E7; border-bottom:1px solid #DBDBDD;*/
}

.videosty li{
	float:left; width:304px; list-style-type:none; height:178px; cursor:pointer;
}

.videosty li.livideo{
	width:305px;
}

.videosty li.liimg1 img{
	border-radius:10px 0px 0px 10px;
}

.videosty li.liimg2 img{
	border-radius:0px 10px 10px 0px;
}

.friendshiplink{
	 width:1218px; margin:0 auto;
}

.friendshiplink p{
	 float: left; width:1218px; font-size: 17px; color: #666; border-bottom:1px  solid #CCC; padding:5px 0;
}

.friendshiplink ul{
	float: left; width:1218px; margin: 0px; padding: 0px; display: flex;
}

.friendshiplink li{
	list-style-type: none; padding: 0 5px;
}

.friendshiplink li a{
	color: #999; text-decoration: none;
}

.friendshiplink li a:hover{
	color: #F00; text-decoration: none;
}

	

