.main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#container {
	width: 100%;
	height: 100%;
}
.left{
	position: relative;
	width:770px;
	height: 1070px;
	margin-right: 30px;
}
.search{
	position: absolute;
	top: 20px;
	right: 20px;
}
.search .input{
	border:1px solid #DCDFE6;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
}
.search .input font{
	background: #eee;
	border-radius: 3px;
	display: flex;
	width: 88px;
	color: #666;
	align-items: center;
	justify-content: center;
	height: 32px;
	border-right: 1px solid #DCDFE6;
}
.search .input input{
	background: #fff;
	flex-grow: 1;
	height: 32px;
	padding: 0 20px;
}
.search .an{
	display: flex;
	margin-top: 10px;
}
.search .an input{
	display: flex;
	width: 54px;
	height: 34px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}
.search .an input:nth-child(1){
	background: #FE5723;
	color: #fff;
	margin-right: 10px;
}
.search .an input:nth-child(2){
	border:1px solid #FE5723;
	color: #FE5723;
	background: #fff;
}
.right{
	height: 1070px;
	width: 400px;
}
.right a{
	display: flex;
	background: #FE5723;
	color: #fff;
	border-radius: 4px;
	margin-top: 24px;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	width: 264px;
	height: 46px;
}
.list{
	height: 1000px;
	overflow-y: auto;
}
.list .list-item:nth-child(1){
	border: none;
}
.list-item{
	border-top: 1px solid #eee;
	padding: 20px 10px;
	cursor: pointer;
}
.list-item:hover{
    background:#efefef;
}
.list p{
	margin-top: 14px;
	display: flex;
	align-items: center;
	color: #666;
}
.list font{
	font-size: 12px;
	color: #FF5353;
	display: flex;
	padding:0 5px;
	border-radius: 2px;
	height: 20px;
	align-items: center;
	margin-left: 10px;
	background: #FFDEDE;
	flex-shrink: 0;
}
.banner{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 40px;
}
.banner img{
	display: flex;
	width: 1200px;
	height: 110px;
	border-radius: 6px;
}
.map-marker{
    display: flex;
}
.map-marker .logo{
    width:130px;
    height: 130px;
    border-radius: 8px;
    margin-right: 20px;
}
.map-marker .map-info h1{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}
.map-marker .map-info p{
    margin-top: 12px;
    color: #666;
}
.amap-info-content{
    padding:30px;
    border-radius: 16px;
    border:1px solid #ccc;
}
.marker-an{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.marker-an a{
    display: flex;
    align-items: center;
    border:1px solid #FE5723;
    color: #FE5723;
    border-radius: 20px;
    width: 88px;
    height: 34px;
    margin: 0 10px;
    justify-content: center;
}
.marker-bot{
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between;
}
.marker-bot .digg{
    display: flex;
    align-items: center;
    color: #666666;
    cursor: pointer;
}
.marker-bot .digg img{
    display: flex;
    width: 14px;
    height: 14px;
    margin-left:10px;
}
.marker-bot .digg font{
    margin-left: 5px;
    color: #FE5723;
}
.marker-bot .share{
    display: flex;
    align-items: center;
    color: #666;
}
.marker-bot .share img:nth-child(1){
    margin-left: 10px;
}
.marker-bot .share img:last-child{
    margin-right: 0;
}
.marker-bot .share img{
    margin-right: 6px;
}