html,body{font: 16px "microsoft yahei";}
body,ul,li{margin: 0px;padding: 0px;}
ul,li{list-style: none;}
/*#wrapper{
 background-image: url(../img/index_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}*/
body
{
	/*background-image: url(../img/exam-bg.jpg);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#logo
{
    max-width: 1200px;
    margin: 0 auto;
}

.nav>li
{
	background-color: rgb(20,121,192);
}
.nav>li:hover
{
	background-color: rgba(20,121,192,0.5);
}
.dropdown-menu>li>a:hover
{
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default:hover .navbar-nav>li>a:hover {
    font-weight: bold;
}
#searchBox
{
	border: 1px solid #D3D3D3;
	outline-color:#1479C0 ;
	outline-width: 1px;
	background-image: url(../img/fangdj.png);
	background-repeat:no-repeat;
	background-position:center right; 
	font:13px 'microsoft yahei';
	display: inline-block;
	width: 10rem;
	margin: 0.8rem;
	margin-right: 0px;
}
.copyRight
{
	font:0.8rem "microsoft yahei";
	line-height: 1.5rem;
	color: black;
}
.smallLink
{
	font:0.8rem "microsoft yahei";
	line-height: 1.5rem;
	text-decoration: none;
	color: black;
}
.smallLink:hover
{
	text-decoration: underline;
	color: #1479C0;
}
.longLink
{
	color:black;
	width:20rem;
    text-decoration: none;
}
.longLink:hover
{
    text-decoration: underline;
    color: #1479C0;
}
.shortLink
{
	width:11rem;
	display:inline-block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-decoration: none;
}

.newsDatetime
{
	color: gray;
	font:0.8rem "microsoft yahei";
	font-style: italic;
}
