/* Announcement Widget Basic Style */

.widget-annnouncement-topbar-wrapper
{
	background: #ffffff;
}

.widget-annnouncement-topbar
{
	background: #826f5f;
	color: #ffffff;
/* 	width: 530px; */
	width: 100%;
	text-align: center;
	float: right;
}

.widget-annnouncement-topbar.coronavirus-notice
{
	background: #787878;
}

.widget-annnouncement-topbar .body
{
	color: #ffffff;
/* 	font-weight: bold; */
	padding: 7px 10px;
}

.widget-annnouncement-topbar .body a:link,
.widget-annnouncement-topbar .body a:hover,
.widget-annnouncement-topbar .body a:visited
{
	color: #ffffff;
}

.widget-annnouncement-topbar.shunde
{
	background: #002c49;
}


@media (max-width: 767px)
{
	.widget-annnouncement-topbar
	{
		width: 100%;
		text-align: left;
	}
	.widget-annnouncement-topbar .body
	{
		font-size: 16px;
		font-weight: normal;
		padding: 6px 10px;
		text-align: center;
	}
	.widget-annnouncement-topbar.coronavirus-notice .body
	{
		font-size: 13px;
    line-height: 17px;
	}
	.en .widget-annnouncement-topbar.coronavirus-notice .body
	{
		font-size: 12px;
    line-height: 16px;
	}
}