.s-sy-picture{
	text-align: center;
	margin: 55px;
}
.s-sy-picture img{
    box-shadow: 0 5px 12px 1px rgb(127 140 255 / 26%);
}
.s-stops{
    background-color: #d7d3d3;
	padding: 8px;
}
.s-stop{
	margin: 0 auto;
    display: flex;
    width: 80%;
    justify-content: space-around;
}
.s-user-nav{
	display: flex;
}
.s-user-nav>li{
	margin-right: 5px;
}
.s-navbar-brand{
	width: 200px !important;
}
.s-collapse{
	display: flex !important;
    align-items: center;
    justify-content: space-around;
}
.s-search{
    border: 1px solid;
    padding-left: 5px;
	height: 31px;
}
.s-search-b{
    background: black;
    color: white;
    padding: 3px 5px;
}
.s-row{
	display: flex;
}
.s-sm{
	width: 125px;
	text-align: center;
}
.s-sm img{
	width: 100%;
	
}
.s-inlist{
	display: flex;
    justify-content: space-between;
}
.s-inlists{
	display: flex;

}
.s-inlists img{
	width: 20px;
	margin-right: 5px;

}
.s-inlistx{
	border-top: 1px solid #c7c7c7;
    padding-top: 9px;
    margin-top: 8px;
}
.s-page-list{
	display: flex;
}
.s-specialnews{
	margin-top: 85px !important;
}
.s-fl{
	display: flex;
	justify-content: center;
}
.s-fls{
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: space-around;
    font-size: 18px;
    font-weight: bold;
}

.s-leftnav{
	display: flex;
    justify-content: center;
}
.s-leftnav a{
    width: 95px;
    height: 50px;
    background: #e7e7e7;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
	margin-right: 40px;
}
.s-text-center{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 65px;
}
.s-text-center p{
    text-wrap: wrap !important;
}
.s-text-center span{
	text-wrap: wrap !important;
}
.s-ws{
	text-align: center;
    font-size: 28px;
}
.s-leftnav .active{
	background: beige;
}
.s-nav-li{
	background: #c7c7b4;
    padding: 0px 5px;
}
