﻿@charset "utf-8";
/* CSS Document */
/* keywords */
.keywords{
	width:100%;
	height:50px;
	border-bottom:1px solid #333;
	overflow:hidden;
	}
.keywords-icon{
	float:left;
	height:50px;
	padding-left:28px;
	background:url(../images/keywords.png) no-repeat 0 center;
	font-size:18px;
	color:#333;
	line-height:50px;
	font-weight:600;
	}
.dynamic{
	float:left;
	height:50px;
	position:relative;
	}
.keywords-icon{
	width:18%;
	}
.dynamic{
	width:78%;
	}
.dynamic ul{
	width:98%;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	}
.dynamic ul li{
	height:50px;
	font-size:18px;
	color:#666;
	line-height:50px;
	overflow:hidden;
	}
.dynamic ul li a{
	display:inline-block;
	color:#666;
	margin:0 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	} 
