@charset "utf-8";
/* CSS Document */
.banner {
/*
	background-image: url(../images/banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 460px;
*/
	padding: 0px;
}
.headline {
	clear: both;
}
.more {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 9999;
	font-size: 12px;
}
h5 {
	line-height: 20px;
	padding: 5px;
}
.newstitle, .notetitle {
	font-size: 20px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 15px;
	color:#2d6ed6;
	font-weight: bold;
}
.newslist {
	color: #2d6ed6;
	margin-right: 15px;
}
.newslist>li {
	padding: 19px 0px;
	border-bottom: 1px dashed #D7D7D7;
	position: relative;
}
.newslist>li>a {
	color: black;
	font-size: 16px;
}
.newslist>li>span {
	float: right;
	font-size: 12px;
	color:#999999;
}
.newslist>li:first-child{
	display: none;
}
.note {
	position: relative;
}
.zytitle{
	position: relative;
	margin-top: -120px;
	background-color: rgba(45,110,214,0.75);
	z-index: 9999;
}
.zytitle>h3{
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	color:white;
}
.zybox {
	background-color: #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	z-index: 9999;
	position: relative;
}
.media {
	margin-top: 30px;
	padding: 15px;
	font-size: 12px;
}
.media h4 {
	font-weight: bold;
}

@media (max-width:767px) {
}
