html,
body,
ul,
li,
div {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
}


ul {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
}

a:visited {
	color: #000000;
}

body {
	background: url(../imgs/zl.png) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	/*background-position:0 200px 0 0;*/
}

.header {
	min-width: 1000px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;/*150*/
	z-index: 999;
}

.header .topbar {
	color: #ffffff;
	background-color: #0066CC;
	height: 150px;/*50*/
	display: flex;
	flex-direction: row;
	overflow: hidden;
	flex-wrap: nowrap;
	padding-left: 70px;
	padding-right: 70px;
}

.header .topbar .title {
	height: 50px;
	line-height: 50px;
	font-size: 1.2em;
	text-align: left;
	flex-grow: 4;
	font-family: Helvetica, Arial, sans-serif;
}

.header .topbar .search {
	height: 50px;
	line-height: 50px;
	font-size: 0.8em;
	text-align: right;
	flex-grow: 1;
	color: #FFFFFF;
}

.search a {
	color: #FFFFFF;
}

.search a:visited {
	color: #FFFFFF;
}

.header .items {
	background-color: #FFFFFF;
	padding-left: 70px;
	padding-right: 70px;
	height: 65px;
	display: flex;
	justify-content: center;
	box-shadow: 1px 1px 1px 1px rgba(80, 80, 80, 0.3);
	/* border-bottom: 1px solid #505050; */
}

.header .items ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1000px;
}

.header .items li {
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 10px 20px 10px 20px;
}

.header .items .items_border {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.header .items .items_border span {
	width: 0;
	height: 3px;
	background-color: #0066CC;
	transition: width 0.3s;
}

.header .items li:hover .items_border span {
	width: 100%;
	transition: width 0.3s;
}

.header .items li:hover {
	color: #0066CC;
}

.header .items li:hover span {
	color: #0066CC;
}

.header .items .item_content {
	position: relative;
	white-space: nowrap;
	padding: 5px;
	height: 0;
}

.header .items .item_content ul {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.header .items .item_content ul li {
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: 400;
	padding: 5px;
	min-width: 200px;
}

.header .items .item_content ul li:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: rgba(0, 102, 204, 0.6);
	border-left: 3px solid #0066CC;
}

.header .items li:hover .item_content ul {
	display: block;
}

.fixfooter {
	position: fixed;
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	font-size: 1.2em;
	background-color: #0066CC;
	z-index: 100;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	padding-left: 70px;
	padding-right: 70px;
}

.fixfooter img {
	height: 30px;
	margin: 5px;
}

.fixfooter:hover {
	cursor: pointer;
}

/*main*/

.content {
	min-width: 1000px;
	width: 100%;
	position: absolute;
	top: 5000px;
	/* background-color: #FFFFFF; */
	z-index: 900;
}

.topnews {
	padding-left: 70px;
	padding-right: 70px;
	min-width: 1000px;
	padding-bottom: 200px;
	background-color: rgba(255, 255, 255, 1.0);
}

.topnews-title {
	height: 80px;
	line-height: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 4em;
	font-weight: 900;
	text-align: center;
	padding: 50px 0 0 0;
}

.topnews-subtitle {
	height: 40px;
	line-height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	text-align: center;
	padding: 25px;
}

.topnews-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* align-items: center; */
}

.topnews-content-item {
	margin: 15px;
	box-shadow: 1px 1px 1px 1px rgba(80, 80, 80, 0.3);
}

.topnews-content-item:hover {
	box-shadow: 1px 1px 1px 1px rgba(80, 80, 80, 0.9);
}

.topnews-content-item:hover .item-text {
	color: #0066CC;
}

.topnews-content-item:hover .item-desc {
	color: #0066CC;
}

.topnews-content-item .item-img {
	text-align: center;
}

.item-img img{
	width: 250px;
	height:150px;
}

.topnews-content-item .item-text {
	/* text-align: center; */
	padding: 15px;
	font-size: 18px;
}

.topnews-content-item .item-desc {
	padding: 0 15px 15px 15px;
	color:#808080;
}

.content-footer {
	background-color: #333333;
	color: white;
}

.list-content{
	min-width: 1000px;
	width: 100%;
	position: absolute;
	top: 110px;
	/* background-color: #FFFFFF; */
	z-index: 900;
}


.list-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* align-items: center; */
}

.main-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* align-items: center; */
}

.list-content-item{
	margin: 15px;
	box-shadow: 1px 1px 1px 1px rgba(80, 80, 80, 0.3);
	max-width: 25%;
}
/*footer*/
.footer-content {
	padding: 30px 70px 30px 70px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-footer .copy-info {
	display: flex;
	flex-direction: column;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-right:280px;
}

.content-footer .copy-info span {
	margin-bottom: 5px;
}
