/* 内容 */
.main {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}
a {
	color: #61819c;
}
.main-heade {
	width: 100%;
	height: 189px;
	background: url(../img/bgtop.png) no-repeat;
	background-size: 100% 100%;
}
.top-text {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.max-w {
	max-width: 1200px;
	margin: 0 auto;
}

.main .time-aqi {
	color: #61819c;
	font-size: 12px;
}
.top-link {
	display: flex;
	color: #61819c;
	font-size: 12px;
}
.top-link > a {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.top-link > a:nth-last-child(1) {
	padding: 8px 12px;
	background: #cc0000;
	border-radius: 4px;
	color: #fff;
}
.top-link img {
	width: 16px;
	height: 16px;
	margin: 0 5px;
}
.title-search {
	width: 100%;
	min-width: none;
	margin-top: 40px;
}
.title-search img {
	width: 538px;
	margin-right: 8px;
}
.title-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-search .title {
	display: flex;
}
.title-search .title .name > div {
	color: #2d66a5;
	font-family: "Microsoft YaHei";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 40px */
	letter-spacing: 3.2px;
	margin-bottom: 10px;
	-webkit-text-stroke: 3px transparent;
	background: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff, #fff) top left / 100% 100%;
	-webkit-background-clip: text;
	padding-bottom: 3px;
	padding-left: 3px;
}
.title-search .title .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title-search .title .name > span {
	color: #555;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	letter-spacing: 0.48px;
	text-transform: uppercase;
	-webkit-text-stroke: 2px transparent;
	background: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff, #fff) top left / 100% 100%;
	-webkit-background-clip: text;
	padding-bottom: 2px;
	padding-left: 2px;
}
.title-search .search .search-content {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 183.333% */
	letter-spacing: 0.24px;
	position: relative;
}
.title-search .search .search-content::placeholder {
	color: #aaa;
}
.title-search .search {
	height: 30px;
	display: flex;
	border-radius: 4px;
	background: #fff;
	align-items: center;
}
.title-search .search img {
	width: 16px;
	height: 16px;
}
.title-search .search-l {
	width: 288px;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
}
.title-search .search .search-content {
	border: none;
	width: 100%;
}
.title-search .search .search-for {
	width: 60px;
	height: 30px;
	background: #06c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.24px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
.api-marquee{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
.api-marquee .max-w {
	display: flex;
	width: 1200px;
}

.api-marquee marquee {
	background: #eef4fa;
	height: 32px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555;
}
.api-marquee marquee span {
	color: #ddd;
}
.api-marquee .gdbd {
	width: 88px;
	background: #bd0d02;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.api-marquee .weather {
	width: 140px;
	height: 32px;
	color: #fff;
	background: #7ca2e6;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.new-marquee{
	width: 100%;
	justify-content: center;
	margin-top: 16px;
}

.new-marquee .max-w {
	display: flex;
	width: 1200px;
}
.new-marquee marquee {
	background: #eef4fa;
	height: 32px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555;
}
.new-marquee marquee span {
	color: #ddd;
}
.new-marquee .gdbd {
	width: 88px;
	background: #bd0d02;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.ul-cont .ul-list {
	display: none;
	padding: 5px 10px;
}
.ul-cont .ul-list:nth-child(1) {
	display: block;
}

.parts {
	width: 1200px;
	height: 149px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.parts div {
	width: 100%;
	height: 149px;
	cursor: pointer;
	overflow: hidden;
}
.parts div img {
	width: 100%;
	transition: all 0.3s;
}
.parts div:hover img {
	transform: scale(1.05);
}

/* 轮播 通知公告 */
.main-s {
	margin-top: 16px;
}
.main-s .max-w {
	width: 1200px;
	display: flex;
}
.main-s .left-scoll {
	width: 590px;
	height: 380px;
	position: relative;
	margin-right: 40px;
}
.rigth-list {
	width: calc(100% - 630px);
	height: 260px;
	background: #fff;
}
.rigth-list .lsit {
	height: 56px;
	display: flex;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.lsit a {
	color: #333;
}

.rigth-list .lsit .tab {
	min-width: 119px;
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 163.636% */
	letter-spacing: 0.44px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.rigth-list .lsit .tab a {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #555;
}

.rigth-list .lsit .tab.active a {
	color: #333;
}
.rigth-list .lsit .tab.active::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #305e99;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ul-list {
	height: calc(100% - 56px);
	/* overflow-y: scroll; */
}
.ul-list .lis {
	height: 54px;
	line-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-left: 20px;
}
.ul-list .lis a {
	color: #555;
}
.ul-list .lis:hover div a {
	color: #2d66a5;
	font-weight: 700;
}

.ul-list .lis::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	background: #d7d7d7;
}
.ul-list .lis:hover::before {
	background: #2d66a5;
}
.ul-list .lis div {
	width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
	font-size: 18px;
}

.ul-cont2 .ul-list .lis div {
	width: 530px;
}
.ul-list .lis span {
	color: #999;
}
/* 轮播 */
.wheel-play {
	width: 100%;
	height: 100%;
}

.wheel-play a:nth-child(1) {
	display: block;
}

.wheel-play a {
	display: none;
}
.wheel-play a > img {
	position: absolute;
	width: 680px;
	height: 380px;
}
.wheel-btn {
	width: 100%;
	height: 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000 100%);
	position: absolute;
	bottom: 0;
	z-index: 22;
	display: flex;
	flex-direction: column;
}

.wheel-btns-list li {
	font-size: 16px;
	font-weight: 700;
	color: #ffff;
	display: none;
	padding: 0 10px;
	width: 100%;
	overflow: hidden; /*隐藏多出部分文字*/
	text-overflow: ellipsis; /*用省略号代替多出部分文字*/
	white-space: nowrap;
	text-align: center;
}
.wheel-btns-list li:nth-child(1) {
	display: block;
	width: 100%;
	overflow: hidden; /*隐藏多出部分文字*/
	text-overflow: ellipsis; /*用省略号代替多出部分文字*/
	white-space: nowrap;
	text-align: center;
}
.wheel-btns {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.1);
	padding-right: 10px;
}

.wheel-btns li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transform: all 0.5s;
}

.wheel-btns li:hover {
	width: 20px;
	background: #fff;
}

/* title */
.title {
	height: 56px;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 150% */
	letter-spacing: 0.48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	border-bottom: 1px solid #d7d7d7;
}
.main-title {
	margin-bottom: 0;
	border: none;
}
.title span:nth-child(1) {
	display: flex;
	align-items: center;
	width: 214px;
	height: 56px;
	padding-left: 20px;
	background: url(../img/title-bg.png) no-repeat;
	background-size: 100% 100%;
}
.title2 span:nth-child(1) {
	display: flex;
	align-items: center;
	width: 214px;
	height: 56px;
	padding-left: 20px;
	background: url(../img/title2-bg.png) no-repeat;
	background-size: 100% 100%;
}
.title .t {
	color: #666;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}
.title .sszk{
	width: 105px;
    height: 36px;
    background: #fff;
    color: #308ad3;
    font-size: 15px;
    border-radius: 4px;
    border: solid 1px rgb(86 149 221);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

/* 政务公开 */
.content {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.contentzw {
	margin-bottom: 40px;
}
.mains {
	width: 100%;
	height: 250px;
	margin-bottom: 0px;
}
.mains .title2 {
	margin-bottom: 0;
}
.mains .content {
	display: flex;
	justify-content: space-between;
}
.mains .content > div {
	/* margin: 0 10px; */
}
.left-part {
}
.im-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.im-list .ls {
	width: 270px;
	height: 72px;
	display: flex;
	align-items: center;
	background: #eef0f4;
	margin: 6px;
	cursor: pointer;
	font-size: 16px;
}
.im-list .ls span {
	color: #333;
	font-size: 18px;
}

.im-list .ls:nth-child(1) {
	margin: 0 40px 6px 0;
}
.im-list .ls:nth-child(2),
.im-list .ls:nth-child(3),
.im-list .ls:nth-child(4),
.im-list .ls:nth-child(5) {
	margin: 6px 40px 6px 0;
}

.im-list .ls:nth-child(6) {
	margin: 6px 40px 0px 0px;
}

.im-list .ls:hover {
	background: #eaf1fc;
}
.im-list .ls:hover span {
}

.im-list .ls div {
	margin: 0 10px;
}
.im-list .ls:nth-child(1) div {
	width: 32px;
	height: 32px;
	background: url(../img/zfxxgk.png) no-repeat;
	background-size: 100% 100%;
}
.im-list .ls:nth-child(1) div:hover {
	background: #dfeefa;
}

.im-list .ls:nth-child(2) div {
	width: 32px;
	height: 32px;
	background: url(../img/zfxxgkzn.png) no-repeat;
	background-size: 100% 100%;
}

.im-list .ls:nth-child(3) div {
	width: 32px;
	height: 32px;
	background: url(../img/zfxxgkml.png) no-repeat;
	background-size: 100% 100%;
}

.im-list .ls:nth-child(4) div {
	width: 32px;
	height: 32px;
	background: url(../img/zfxxgknb.png) no-repeat;
	background-size: 100% 100%;
}

.im-list .ls:nth-child(5) div {
	width: 32px;
	height: 32px;
	background: url(../img/ysgk.png) no-repeat;
	background-size: 100% 100%;
}

.im-list .ls:nth-child(6) div {
	width: 32px;
	height: 32px;
	background: url(../img/qzqd2.png) no-repeat;
	background-size: 100% 100%;
}

.right-part {
	margin-left: 20px;
}
.hdjl .lsit {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hdjl .lsit div img {
	transition: all 0.5s;
}
.hdjl .lsit div:hover img {
	transform: scale(1.1);
}
.hdjl .lsit > div {
	transition: all 0.2s;
}

.hdjl .lsit:nth-child(1) div {
	width: 82px;
	height: 88px;
	margin-right: 4px;
	background: #eef5fb;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.hdjl .lsit:nth-child(1) div:hover {
	background: #dfeefa;
}
.hdjl .lsit:nth-child(1) div img {
	width: 32px;
	height: 32px;
}
.line {
	width: 425px;
	height: 28px;
	background: #f6f7f9;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px 0 8px 0;
	font-size: 16px;
	font-weight: 700;
}
.hdjl .lsit:nth-child(1) div:nth-child(1) img {
	width: 40px;
	height: 40px;
}
.hdjl .lsit:nth-child(1) div:nth-child(2) img {
	width: 53px;
	height: 53px;
	margin-top: -12px;
}
.hdjl .lsit:nth-child(3),
.hdjl .lsit:nth-child(5),
.hdjl .lsit:nth-child(7) {
	flex-direction: column;
}
.hdjl .lsit:nth-child(3) div,
.hdjl .lsit:nth-child(5) div,
.hdjl .lsit:nth-child(7) div {
	width: 100%;
	height: 24px;
	display: flex;
	margin-bottom: 8px;
}
.hdjl .lsit:nth-child(3) div:nth-last-child(1),
.hdjl .lsit:nth-child(5) div:nth-last-child(1) {
	margin-bottom: 0;
}
.hdjl .lsit:nth-child(7) div {
	margin-bottom: 12px;
	cursor: pointer;
}
.hdjl .lsit span {
	color: #666;
	font-size: 16px;
}
.hdjl .lsit:nth-child(3) div span:nth-child(1) {
	color: #666;
	font-size: 16px;
}
.hdjl .lsit:nth-child(3) div span:nth-child(2) {
	color: #666;
}
.hdjl .lsit:nth-child(7) div .start {
	color: #2d66a5;
	height: 24px;
	line-height: 24px;
}
.hdjl .lsit:nth-child(7) div span:nth-child(1) {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
}
.hdjl .lsit:nth-child(7) div span:nth-child(2) {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	width: 330px;
	overflow: hidden; /*隐藏多出部分文字*/
	text-overflow: ellipsis; /*用省略号代替多出部分文字*/
	white-space: nowrap;
}
.rl-list .dbs {
	width: 425px;
	cursor: pointer;
}
.rl-list .dbs img {
	height: 56px;
	width: 425px;
}

#container {
	width: 100%;
	position: relative;
	height: 220px;
	overflow: hidden;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#list-wrapper {
	position: relative;
	top: 100px;
}

#container ul {
	list-style: none;
	background: #f8f8f8;
	text-align: center;
}

#container li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: flex;
}
#container li div,
.header2 div {
	width: 210px;
	border-right: 1px solid #eaeaea;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
#container li div span,
.header2 div span {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	width: 80px;
	height: 26px;
}

#container li:nth-child(odd) {
	background: #fff;
}

#container li:nth-child(even) {
	background: #fafafa;
}
.rl-list {
	background: #fff;
}
.rl-list2 {
	display: flex;
}
.rl-list .header {
	width: 100%;
	display: flex;
	background: #f7f7f7;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
.rl-list .header2 div {
	background: #ecf1fa;
}
.rl-list .header div {
	width: 210px;
	border-right: 1px solid #eaeaea;
	text-align: center;
}
.rl-list .header div {
	padding: 8px 12px;
}

/* 左右轮播 */
.swiper-container {
	width: 100%;
	height: 100%;
	padding: 0 20px !important;
}
.swiper-container1 {
	width: 100%;
	height: 100%;
	padding: 0px !important;
}
.swiper-wrapper {
	padding: 0px !important;
}
.swiper-container-multiple {
	overflow: hidden;
	padding: 0 40px;
	width: 1160px;
	box-sizing: content-box;
	margin-left: -20px;
	position: relative;
}
.swiper-container-multiple .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.swiper-container3 .swiper-slide {
	overflow: hidden;
}
.swiper-container3 .swiper-slide img,
.swiper-container4 .swiper-slide img {
	/* width: 275px; */
	height: 89px;
	transition: all 0.5s;
	cursor: pointer;
}
.swiper-container4 {
	width: 322px;
	padding: 0 !important;
}
.swiper-container4 img{
	width: 100%!important;
	height: 89px;
}
.swiper-more{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
    background: rgba(0, 0, 0, 0.40);
    z-index: 9999999;
    cursor: pointer;
}
.swiper-container3 {
	width: calc(100% - 350px)!important;
}
.swiper-container3 .swiper-slide:hover img {
	transform: scale(1.06);
}
.swiper-slide a,
.swiper-slide img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.swiper-slide .text {
	height: 48px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 19px;
	background: #333333ab;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 99999;
	padding-left: 20px;
}
.swiper-container2 {
	padding: 0 !important;
}
.swiper-container2 .swiper-wrapper {
	width: 599px !important;
	height: 399px;
	padding: 0;
}
.swiper-container2 .swiper-pagination {
	height: 48px;
	width: 150px !important;
	bottom: 0 !important;
	position: absolute;
	left: 440px !important;
}

.swiper-container1 .swiper-pagination {
	height: 28px;
	width: 100% !important;
	bottom: 0 !important;
	position: absolute;
}
.swiper-pagination-bullet {
	background: rgb(189 189 189) !important;
}
.swiper-pagination-bullet-active {
	background: #fff !important;
}
.swiper-button-next,
.swiper-button-prev {
	width: 26px !important;
	height: 60px !important;
	background: #55555524;
}
.swiper-button-next {
	right: 0px !important;
}
.swiper-button-prev {
	left: 0px !important;
}
.swiper-button-next,
.swiper-button-prev {
	margin-top: -11px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	margin-top: -11px !important;
	background-size: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 20px !important;
	height: 24px !important;
	background: url(../img/arr-left.png) no-repeat !important;
	background-size: 100% 100% !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 20px !important;
	height: 24px !important;
	background: url(../img/arr-left.png) no-repeat !important;
	background-size: 100% 100% !important;
	transform: rotate(180deg);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}

.cotable table tbody::-webkit-scrollbar {
	/* width: 0; 隐藏滚动条 */
}

.scroll-box {
	height: 282px;
	width: 100%;
	overflow-y: hidden;
	position: relative;
}

#api-table table {
	width: 100%;
}
#api-table table thead th {
	background: #f7f7f7;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	height: 40px;
	font-size: 16px;
	color: #333;
}
#api-table table tbody tr {
	cursor: pointer;
}
#api-table table tbody td {
	font-size: 16px;
}
#api-table>.table2 thead th {
	background: #ecf1fa;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	height: 40px;
	color: #06c;
	font-weight: 500;
}
#api-table table thead {
	border-left: 1px solid #eaeaea;
}
#api-table table tbody {
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
#api-table table tbody tr:hover td {
	background: #f5f5f5 !important;
	color: #333 !important;
}
#api-table table tbody td {
	color: #555;
}
#api-table table thead th span,
#api-table table tbody td span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	color: #333;
	font-weight: 500;
}
#api-table table thead th .aqi优,
#api-table table tbody td .aqi优,
#api-table table thead th .aqi_y,
#api-table table tbody td .aqi_y {
	color: #1c9730;
}
#api-table table thead th .aqi良,
#api-table table tbody td .aqi良,
#api-table table thead th .aqi_l,
#api-table table tbody td .aqi_l {
	color: #e2b412;
}
#api-table table thead th .aqi轻度污染,
#api-table table tbody td .aqi轻度污染,
#api-table table thead th .aqi_qd,
#api-table table tbody td .aqi_qd {
	color: #ef8532;
}
#api-table table thead th .aqi中度污染,
#api-table table tbody td .aqi中度污染,
#api-table table thead th .aqi_zd,
#api-table table tbody td .aqi_zd {
	color: #ea3323;
}
#api-table table thead td .aqi重度污染,
#api-table table tbody td .aqi重度污染,
#api-table table thead td .aqi_zhd,
#api-table table tbody td .aqi_zhd {
	color: #8c1b4c;
}
#api-table table thead td .aqi严重污染,
#api-table table tbody td .aqi严重污染,
#api-table table thead td .aqi_yz,
#api-table table tbody td .aqi_yz {
	color: #75140c;
}
#api-table table tbody tr td {
	background: #f7f7f7;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	height: 40px;
	text-align: center;
}
#api-table table tbody tr:nth-child(odd) td {
	background: #fff;
}
/* ::-webkit-scrollbar {
	width: 0px;
} */

::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 4px;
}

.mainzl {
	margin-bottom: 40px;
}

.home-page .title-search{
	margin-top: 40px;
}