﻿@charset "UTF-8";
/*默认样式重置*/


/*通用样式*/
.Gbox{width: 100%; }
.Gmbx{ height: 23px;line-height: 23px;}
.Gmbx img{float: right;}
.Gmbx span{display: block;float: right;}
.Gmbx span a{padding:0 5px;}
/*市情概况*/
.GsqList{width: 100%; padding:55px 0;}
.GsqList ul{margin: 0 auto;overflow: hidden;max-width:1200px;width:100%;}
.GsqList ul li{margin: 0px 1%; width: 23%; float: left;cursor: pointer;}
.GsqList ul li img{width: 100%; height: auto; position: relative;z-index: 1}
.GsqList ul li a{display: block; width: 86%; margin:-50px auto 0; background: #fff; position: relative;z-index: 10;padding:10px;border-bottom: solid 2px #bd1a2d;-o-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;height: 117px;overflow: hidden}
.GsqList ul li a strong{font-size: 15px; color: #d32810;display: block; height: 32px; line-height: 32px;-o-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}
.GsqList ul li a span{font-size: 16px;display: block;text-indent: 1em;width: 100%;-o-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}
.GsqList ul li:hover a{background: #bd1a2d;}
.GsqList ul li:hover a strong{color: #fff;}
.GsqList ul li:hover a span{color: #fff;}
@media screen and (min-width: 320px) and (max-width:1024px) {
.GsqList ul li{margin: 6px 1%; width: 98%; float:none;cursor: pointer;}
	}