.qygpbox-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d5e5fa;
    height: 120px;
    padding: 0 130px;
}
.qygpbox-top-ul{
    display: flex;
}
.qygpbox-top-ul li{
    color: #566a93;
    cursor: pointer;
    font-size: 20px;
    margin-right: 25px;
}
.qygpbox-top-ul li.active{
    color: #4259a2;
    font-weight: 700;
    position: relative;
}
.qygpbox-top-ul li.active::after{
    content: '';
    width: 26px;
    height: 2px;
    background: #4f65be;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%);
}
.gpBtn{
    background-image: linear-gradient(108deg, #2C73FF 0%, #083FAE 100%);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 104px;
    height: 36px;
    justify-content: center;
    cursor: pointer;
}
.gpBtn span{
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 6px;
}
.gpBtn span img{
    width: 100%;
    height: 100%;
}
.qygpbox-bottom{
    background-color: #f2f4f7;
    padding: 41px 130px;
}
.hn-footer{
    margin-top: 0;
}
.qygplist .item{
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 40px;
    position: relative;
    cursor: pointer;
}
.qygplist .item .bg{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 224px;
    height: 194px;
    background: url("/images/tggp/search-bg.png") no-repeat;
    background-size: 100%;
}
.qygplist .item .ct {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.qygplist .item .logo {
    width: 151px;
    min-height: 40px; 
    flex: none;
    margin-right: 20px;
}
.qygplist .item .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qygplist .item .tags {
    max-height: 70px;
    overflow: hidden;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}
.qygplist .item .tags .tag {
    max-height: 30px;
    padding: 6px 16px;
    font-size: 12px;
    margin-right: 16px;
    box-sizing: border-box;
    margin-bottom: 10px;
    word-break: normal;
    display: block;
    white-space: nowrap;
}
.qygplist .item .tags .tag.tag1 {
    background: rgba(237, 244, 255, 0.8);
    color: #3d86de;
}
.qygplist .item .tags .tag.tag2 {
    background: rgba(255, 245, 231, 0.8);
    color: #eaa86f;
}
.qygplist .item .gsName {
    font-size: 18px;
    color: #333333;
    margin-right: 30px;
    font-weight: bold;
}
.qygplist .item .gpdm {
    font-size: 14px;
    color: #3d86de;
    font-weight: normal;
}
.qygplist .item .info {
    display: flex;
    align-items: center;
    margin-top: 6px;
    justify-content: space-between;
}
.qygplist .item .info .name {
    margin-right: 10px;
}
.qygplist .item .info .name:last-child {
    margin-right: 0;
}
.qygplist .item .info .name label {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.qygplist .item .info .name span {
    font-size: 14px;
    color: #333333;
}
.qygplist .item .info2 >.name{
    flex: 1;
}
.qygplist .item .hq {
    margin-top: 6px;
    font-size: 14px;
    color: #333333;
}
.qygplist .item .hq label {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}