@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
	overflow-x:hidden;
}

a {
	color:#0370a6;
	text-decoration:none;
}
a:hover {
	color:#50a0f5;
	text-decoration:none;
}

.agm-cover, .agm-in-cont, .agm-links{
	float:left;
	width:100%;
}


.agm-title{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}
.agm-m-date, .agm-m-time{
	font-size:14px;
	line-height:18px;
	color:#000;
	margin-bottom:10px;
}
.agm-m-time{
	margin-bottom:25px;
}



.agm-m-ven{
	font-size:14px;
	line-height:22px;
	color:#000;
	margin-bottom:25px;
}

.agm-links a{
		font-size:16px;
	line-height:22px;
	color:#0370a6;
	text-decoration:none;
	display:block;
 
}
.agm-links a:hover{
		font-size:16px;
	line-height:22px;
	color:#50a0f5;
	text-decoration:none;
 
}
.agm-links a:before{
	content:'';
	background:url(../images/iconDownload.png) no-repeat;
	display:inline-block;
	background-size:cover;
	width:28px;
	height:28px;
	margin-right:10px;
	position:relative;
	top:9px;
	
}

.agm-links a:hover:before{
	content:'';
	background:url(../images/iconDownloadHover.png) no-repeat;
	display:inline-block;
	background-size:cover;
	width:28px;
	height:28px;
	margin-right:10px;
	position:relative;
	top:9px;
	
}


.sunzen-agm select {
    background-color: #fff;
    padding: 12px 14px;
    border-radius:0px;
    margin: 0;
    max-width: 200px;
    min-width: 155px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../images/dropdownArrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 49%;
    font-size: 14px;
    line-height: 18px;
	margin-bottom:30px;
}


.agm-yr-cont{
	float:left;
	width:100%;
	
}


