.container{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.web-content{
    height: 84px;
    margin-top: 21px;
}
.web-content .title-web{
    color: #000000;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 2px;
    height: 41px;
    line-height: 41px;

}
.web-content .time{
    color: #666666;
    font-size: 11px;
    margin-left: 20px;
    margin-top: 20px;
}
.search-bar{
    width: 336px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #2587F4;
    position: relative;
    margin-left: 56px;
}
.search-bar .select_pos{
    width: 67px;
    height: 42px;
    background: rgba(37, 135, 244, .15);
    position: absolute;
    top: 0;

}
.search-bar .select_pos select {
    height: 41px;
    width: 67px;
    color: #2587F4;
    border: 0;
    padding-left: 10px;
}
.search-bar button{
    position: absolute;
    right: 0;
    width: 82px;
    height: 41px;
    background: #2587F4;
    color: #fff;
}

.input-search {
    position: absolute;
    left: 46px;
    height: 42px;
    line-height: 42px;
    width: 204px;
    padding-left:42px;
}
.search-bar-icon{
    width: 20px;
    position: absolute;
    top: 12px;
    left: 70px;
}
.transfer{
    width: 208px;
    height: 42px;
    background: #2587F4;
    display: block;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-right: 14px;
}
.acquisition{
    width: 208px;
    height: 42px;
    background: #1BB1E9;
    display: block;
    line-height: 42px;
    text-align: center;
    color: #fff;
}
.content{
    background: #ffffff;
}
.com-footer{
    background: #F5F5F5;
    padding-top: 40px;
}
.tab-bar{
    width: 1200px;
    height: 36px;
    background: #F5F5F5;
    line-height: 36px;
    padding-left: 12px;
    margin-bottom: 10px;
}
.tab-bar .active-bar{
    color: #2587F4;
}
.left-c .top-address{
    width: 848px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #E0E4E5;
    padding: 12px;
    font-size: 13px;
    color: #000;
}
.address-list .l-item{
    display: block;
}
.address-list .address-title{
    color: #2587F4;
    font-size: 13px;
    text-decoration: #2587F4;
    margin-bottom: 10px;
}
.top-address ul li{
    float:left;
    margin-right: 24px;
    color: #000;
    font-size: 13px;
    height: 26px;
}
.top-address .choose-address{
    margin-bottom: 14px;
}
.top-address .choose-address .choosed{
    color: #2587F4;
    font-size: 14px;
}

.bottom-list{
    padding: 12px;
    width: 848px;
    height: 456px;
    background: #FFFFFF;
    border: 1px solid #E0E4E5;
    margin-top: 10px;
}
.project-item-c{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.project-item-c .points{
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 5px;
}
.project-item-c .name{
    width: 327px;
    margin-right: 30px;
}
.project-item-c .type{
    width: 120px;
}
.project-item-c .p-num{
    width: 100px;
}
.project-item-c .address{
    width: 30%;
}
.right-c {
    width: 340px;
    background: #FFFFFF;

}
.right-c  .right-top{
    text-align: center;
    margin: 0px auto;
    border: 1px solid #E0E4E5;
    padding-bottom: 20px;
    padding: 10px;
}
.right-top .logo{
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
}
.right-top .logo-icon{
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.right-top .name{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.right-c  .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    padding: 12px;
    text-align: start;
}
.img-bottom{
    width: 340px;
    height: 191px;
    margin-top: 20px;
}
.img-b-icon{
    width: 340px;
    height: 191px;
    object-fit: cover;
}