﻿@charset "utf-8";

.adverts-head{
	height:321px;
	width:100%;
	background:#F9FAFA;
	padding:0 30px;
	text-align: center;
	margin-bottom:10px
}

.adverts-h{
	width: 1000px;
	height: 100%;
	background: #F7F5F6;
	margin:auto;
	padding:20px 60px;
	position:relative
}

.ad-pic{
	height:inherit;
	width:auto
}

.adverts-body{
	height:160px;
	width:100vw;
	background:#F9FAFA;
	padding:0 30px;
	margin-top:20px;
	text-align: center;
	position: relative;
    left: calc(600px - 50vw);
}

.adverts-b{
	width: 1100px;
	height: 100%;
	background: #F7F5F6;
	margin:auto;
	padding:20px 50px;
	position:relative
}

.adverts-b a{
	width: 100%;
}

.adverts-b .donateBtn{
	width: 160px;
}

.adverts-head2{
	height:321px;
	width:100%;
	background:#F9FAFA;
	margin-top:20px;
	padding: 30px;
}

.adverts-h2{
	width: 1000px;
	height: 100%;
	background: #F7F5F6;
	margin:auto;
	padding:30px 80px;
	position:relative
}

.adverts-pic{
	width: inherit;
    height: 100%;
	cursor: pointer;
	margin:auto
}

.fr{
	float:right
}

@media only screen and (max-width: 768px) {
	.adverts-head{
		height:auto;
		padding:0;
	}
	.adverts-h{
		width: auto;
		padding:25px;
	}
	
	.ad-pic{
		height:auto;
		width:inherit
	}
	
	.adverts-body{
		height:auto;
		padding:0;
	}
	.adverts-b{
		width: auto;
		padding:25px;
	}
	.adverts-head2{
		height:auto;
		padding:0;
	}
	.adverts-h2{
		width: auto;
		padding:25px 20px;
	}
	.adverts-pic{
		height:auto;
		width:auto;
	}
	.fr {
		float: unset;
		margin-top:10px;
	}
}