﻿div.header{
	width: 100%;
	height: 44px;
	line-height: 44px;
}
div.header h1{
	margin: 0 auto;
	text-align: center;
	line-height: 44px;
	height: 44px;
	font-size: 18px;
	width: 100%;
}
header{
	width: 100%;
	height: 44px;
	line-height: 44px;
}
header h1{
	margin: 0 auto;
	text-align: center;
	line-height: 44px;
	height: 44px;
	font-size: 18px;
	width: 100%;
}
#exhibitLogo{
	display: none;
}
.blank{
	width: 100%;
	height: 5px;
}
.small_image_container:nth-child(even){
    margin-left: 4%;
}
/*资源展栏目页面*/
#exhibit_category{
	margin: 10px 0px;
	height: 20px;
	line-height: 20px;
}
#exhibit_category *:nth-of-type(1){
    float: left;
    font-size: 15px;
    width: 60%;
}
@media all and (min-width: 600px){
div.header{
	height: 55px;
	line-height: 55px;
}
div.header h1{
	line-height:55px;
	height: 55px;
}
}
@media all and (max-width: 479px){
div.header{
	height: 40px;
	line-height: 40px;
}
div.header h1{
	line-height:40px;
	height: 40px;
}
}
@media all and (max-width: 599px) and (min-width: 480px) {
div.header{
	height: 50px;
	line-height: 50px;
}
div.header h1{
	line-height:50px;
	height: 50px;
}
}
