.tender-agent-dtl h1 {
    margin-bottom: 38px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.tender-agent-dtl img {
    max-width: 100%;
    height: auto;
}
.dtl-belong {
    
    margin-bottom: 84px;
    text-align: center;
}
.dtl-belong > ul {
    font-size: 0;
}
.dtl-belong > ul > li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    color: #777;
    vertical-align: top;
}
.download h2 {
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 16px;
    color: #333;
}
.download > ul > li {
    margin-top: 1px;
    line-height: 22px;
    font-size: 14px;
}
.download > ul > li img {
    vertical-align: baseline;
    margin-right: 3px;
    transition: all .2s ease;
}
.download > ul > li a:hover img {
    transform: translateY(-2px);
}
.download a {
    color: #666;
    transition: all .2s ease;
}
.download a:hover {
    color: #3e3eeb;
}