body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
header,footer{
    flex: 0 0 auto;
}
main{
    flex: 1;
}
.content{
    width: 74%;
    min-width: 1300px;
    margin: auto;
}
@media screen and (max-width:1400px) {
    .content{
      width: 94%;
      min-width: auto;
    }
  
}
main{
    margin-bottom: 6%;
    /* min-height: 59vh; */
}
.free{
    /* display: none; */
}
.free table{
    width: 100%;
    margin-top: 3%;
}
.free table td{
    line-height: 60px;
}
.free table td:nth-child(1) span{
    color: red;
}
.free table td:nth-child(1){
    width: 10%;
    text-align: right;
    font-weight: 500;
    font-size: 18px;
}
.free input,.free .text textarea{
    box-sizing: border-box;
border: 1px solid rgba(13, 98, 201, 0.2);
border-radius: 8px;

background: rgb(255, 255, 255);
line-height: 40px;
width: 100%;
outline: none;
padding-left: 15px;
}
.free table td:nth-child(2){
    width: 90%;
    padding-left: 2%;
    /* text-align: right; */
}
.free .text textarea{
    vertical-align: top;
    height: 100px;
    resize: none;
}
.free .text{
    position: relative;
}
.free .text span{
    position: absolute;
    bottom:12%;
    right: 10px;
    line-height: 0;
    color: rgb(102, 102, 102);
    font-size: .8vw;
}
.free .code{
    text-align: left !important;
}
.free .code input{
    width: 10%;
    border-radius: 2px;
   
}
.free .code input+img{
    vertical-align: middle;
    width: 5vw;
    margin-left: 1%;
}
.free .btn{
    text-align: center !important;
    
}
.free .btn button{
    border: none;
    background: none;
    border-radius: 6px;
    background: rgb(45, 141, 41);
    color: white;
    width: 120px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}
/* @media screen and (max-width:980px){
    footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
} */

.person{
    margin-top: 3%;
    /*display: none;*/
}
.person li{
    /* 投影、 */
    box-shadow: 0px 6px 10px 0px rgba(227, 236, 246, 0.3);
    background: rgb(255, 255, 255);
    /* background-color: lavender; */
    margin-top: 1%;
    cursor: pointer;
}
.person .list_t{
    border-left: 3px solid rgb(69, 155, 30);
    padding: 1.2% 2%;
    position: relative;
    background-color: white;
    transition: all 1s;
}
.person .list_t::after{
    content: '';
    display: block;
    border-right: .15vw solid rgb(34, 34, 34);
    border-top: .15vw solid rgb(34, 34, 34);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: translateY(-50%) rotate(45deg) ;
    height: .5vw;
    width: .5vw;
    position: absolute;
    right: 2%;
    top: 50%;
    transition: all 1s;
}
.person .list_t h3{
    color: rgb(37, 37, 37);
font-size: 18px;
font-weight: 500;

letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.person .list_t p{
    color: rgb(75, 90, 101);
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
margin-top: .4%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.person .active .list_t{
   background-color: rgb(69, 155, 30);
   
}
.person .active .list_t h3{
    color: white;
}
.person .active .list_t p{
    color: white;
}
.person .active  .list_t::after{
    border-right-color: white;
    border-top-color: white;
    transform:translateY(-50%)  rotate(135deg);
}

.person .list_c{
    overflow: hidden;
    /* 效果样式1 */
    box-shadow: 6px 0px 10px 0px rgba(111, 164, 250, 0.08);
    background: rgb(247, 250, 254);
    transition: all 1s;
    height: auto;

}
.person .list_c h4{
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 2em;
    margin-top: 1%;
    padding-left: 2%;
}
.person .list_c .s_content{
    color: rgb(75, 90, 101);
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 2%;
}
.list_c .list_time{
    display: flex;
    color: rgb(75, 90, 101);
    font-size: 14px;
    margin-top: 1.8%;
    padding-left: 5px;
    margin-bottom: 3%;
    padding-left: 2%;
}
.list_c .list_time p:first-child{
    margin-right: 3%;
}

.map{
    margin-top: 3%;
    
   
}
.map>section{
    display: flex;
}
.map>section>div:first-child{
    width: 50%;
}
.map>section>div:first-child img{
    width: 100%;
    height: 100%;
}
.map_text{
    width: 50%;
    padding-left: 2%;
}
.map_text>p,.map_text section{
   padding: 3.5% 0;
   padding-left: 2%;
   border-bottom: 1px dashed rgb(226, 229, 236);
}
.map_text>p{
    font-size: 18px;
    line-height: 2em;
    padding-top: 1%;
}
.map_text section h3{
    font-size: 18px;
}
.map_text section p{
    font-size: 16px;
    color: rgb(135, 143, 154);
    margin-top: 2%;
}
#container{
    aspect-ratio:690/435 ;
}
	.amap-icon img {
		width: 25px;
		height: 34px;
	}

	.amap-marker-label {
		border-color: var(--ftc);
	}
	@media screen and (max-width:950px){
	    .map_text>p{
	        margin-top:10px;
        font-size: 14px;
	    }
	      .navs a{
        font-size: 14px;
    }
  .free table td:nth-child(1){
      min-width: 70px;
  }
  .free input, .free .text textarea{
      line-height: 30px;
  }
    .map>section{
        flex-wrap: wrap;
    }
    .map_text{
        width: 100%;
        padding-left: 0;
    }
    .map>section>div:first-child{
        width: 100%;
    }
    .free table td:nth-child(1),
    .person .list_t p,
    .person .list_t h3,
    .person .list_c h4{
        font-size: 14px;
    }
    .person .list_c .s_content{
        font-size: 12px;
    }
    .list_c .list_time{
        font-size: 10px;
    }
	}