﻿.body {
	display: flex;
	position: relative;
}

.location {
	flex: 20%;
	width: 20%;
}

.BigLocation {
	background: url(../images/listlocbg.png) no-repeat 0 0;
	background-size: 102%;
	    margin-left: -2%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}

.BigLocation h3 {
	color: white;
}
.LocationList{
	display: flex;
	flex-wrap: wrap;
	background-color: #ebebeb;
	padding: 50px 0;
}
.LocationItem{
	width: 100%;
	position: relative;
}
.ActiveLocation{
	left: 70px;
	background-color: #05a8a3;
	color: white;
}
.ActiveLocation::after{
	 content:"";
	 width: 30px;
	 height: 15px;
	 position: absolute;
	 right: 20px;
	 top: 19px;
	 display: inline-block;
	 background: url(../images/listarrorwhite.png) no-repeat 100% center;
}
.LocationItem h4{
	text-align: center;
	padding: 15px 0;
}
.ListItemsParent {
	flex: 80%;
	width: 80%;
	margin-top: 20px;
}

.Now {
	color: #05a8a3;
}

.NowLocation {
	margin: 10px;
	text-align: right;
	border-bottom: 2px solid #818181;
	padding-bottom: 8px;
    font-size: small;
    letter-spacing: 1px;

}

.NowLocation img {
	padding: 0 5px;
}
.ListItems{
	margin: 10px 80px;
}
.ListItem{
	margin: 20px;
}
.ListArticle img{
	margin-right: 10px;
}
.ListArticle{
	display: flex;
	align-items: center;
}
.ListArticle h4{
font-size: 0.95rem!important;
}
.ListTime{
	padding: 10px 18px ;
	font-size: .8rem;
	color:#8a8a8a ;
	/* padding-bottom: 10px; */
	border-bottom:#bdbdbd 1px solid ;
}