﻿html
{
    font-size: 100px;
}
@media screen and (max-width: 1800px)
{
    html
    {
        font-size: 95px;
    }
}
@media screen and (max-width: 1700px)
{
    html
    {
        font-size: 90px;
    }
}
@media screen and (max-width: 1600px)
{
    html
    {
        font-size: 85px;
    }
}
@media screen and (max-width: 1500px)
{
    html
    {
        font-size: 80px;
    }
}
@media screen and (max-width: 1400px)
{
    html
    {
        font-size: 75px;
    }
}
@media screen and (max-width: 1300px)
{
    html
    {
        font-size: 70px;
    }
}
@media screen and (max-width: 1200px)
{
    html
    {
        font-size: 65px;
    }
}
@media screen and (max-width: 1100px)
{
    html
    {
        font-size: 60px;
    }
}
@media screen and (max-width: 1000px)
{
    html
    {
        font-size: 55px;
    }
}
@media screen and (max-width: 900px)
{
    html
    {
        font-size: 50px;
    }
}
.procurement .section1 .ibox
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 2.1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(221,221,221,.5);
}
.procurement .section1 .title
{
    line-height: 1.75;
    padding-left: .6em;
    position: relative;
}
.procurement .section1 .title::before
{
    position: absolute;
    content: "";
    width: .25em;
    height: 1.25em;
    background-color: #d81918;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: .2em 0 0 .2em;
}
.procurement .section1 .section-right
{
    width: 12.74rem;
}
.procurement .section1 .right-top
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: .18rem;
    border-bottom: 1px dashed rgba(34,34,34,.5);
}
.procurement .section1 .right-title
{
    line-height: 1.75;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.procurement .section1 .right-select
{
    line-height: 1.75;
}
.procurement .section1 .select-item
{
    margin-right: .72rem;
    margin-bottom: .1rem;
}
.procurement .section1 .select-item.active, .procurement .section1 .select-item:hover
{
    color: #d81918;
}
.procurement .section1 .right-bottom
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .32rem;
}
.procurement .section1 .right-search
{
    position: relative;
    width: 100%;
}
.procurement .section1 .right-search input
{
    width: 100%;
    outline: none;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    line-height: 2.5;
    border-radius: .08rem;
    padding-left: .13rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.procurement .section1 .right-search input:focus
{
    border-color: #d81918;
}
.procurement .section1 .right-search input::-webkit-input-placeholder
{
    color: #ddd;
}
.procurement .section1 .right-search input:-moz-placeholder
{
    color: #ddd;
}
.procurement .section1 .right-search input::-moz-placeholder
{
    color: #ddd;
}
.procurement .section1 .right-search input:-ms-input-placeholder
{
    color: #ddd;
}
.procurement .section1 .right-search input::placeholder
{
    color: #ddd;
}
.procurement .section1 .right-search .right-search-btn
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 2.0833333333;
    background-color: #d81918;
    color: #fff;
    padding: 0 .25rem;
    border-radius: 0 .08rem .08rem 0;
    cursor: pointer;
}
.procurement .section2
{
    padding-top: .67rem;
    padding-bottom: 1.8rem;
}
.procurement .section2 .ibox
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.procurement .section2 .left
{
    width: 20.6547619048%;
    border-radius: .1rem .1rem 0 0;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}
.procurement .section2 .left-item
{
    display: block;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: .9rem;
    padding: .1rem;
    line-height: 1.75;
}
.procurement .section2 .left-item.active, .procurement .section2 .left-item:hover
{
    background-color: #f9f9f9;
    color: #d81918;
}
.procurement .section2 .left-item+.left-item
{
    border-top: 1px solid #c9c9c9;
}
.procurement .section2 .section-right
{
    width: 75.7738095238%;
}
.procurement .section2 .ul
{
    margin-bottom: .6rem;
}
.procurement_detail .section1
{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    margin-top: .35rem;
}
.procurement_detail .section1 .title
{
    font-weight: bold;
}
.procurement_detail .section1 .link
{
    margin: 0 .1rem;
}
.procurement_detail .section1 .link:hover
{
    color: #d81918;
    text-decoration: underline;
}
.procurement_detail .section2
{
    margin-top: .63rem;
    padding-top: .26rem;
    border-top: 1px solid rgba(34,34,34,.5);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.procurement_detail .section2 .left
{
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.procurement_detail .section2 .left-text
{
    line-height: 1.3;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.procurement_detail .section2 .left-text+.left-text
{
    margin-top: .26rem;
}
.procurement_detail .section2 .left-text .red
{
    color: #d81918;
}
.procurement_detail .section2 .left-text span:nth-child(1)
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.procurement_detail .section2 .left-text span:nth-child(2)
{
    font-weight: normal;
}
.procurement_detail .section2 .section-right
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    color: #d81918;
    line-height: 2.5;
    border: 1px solid #d81918;
    border-radius: .12rem;
    padding: 0 .84rem;
}
.procurement_detail .section2 .section-right:hover
{
    background-color: #d81918;
    color: #fff;
}
@media screen and (max-width: 960px)
{
    .procurement .section1 .ibox
    {
        padding-top: 50px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .procurement .section1 .section-right
    {
        width: 100%;
        margin-top: .4rem;
    }
    .procurement .section1 .right-title
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .procurement .section1 .right-top, .procurement .section1 .right-bottom
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .procurement .section2
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .procurement .section2 .ibox
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .procurement .section2 .left
    {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
        border-radius: 0;
        margin-bottom: 20px;
    }
    .procurement .section2 .left-item
    {
        padding: 0 20px;
        margin-bottom: 10px;
        margin-right: 10px;
        min-height: initial;
        line-height: 2.2222222222;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #ddd;
    }
    .procurement .section2 .left-item.active, .procurement .section2 .left-item:hover
    {
        background-color: #d81918;
        color: #fff;
        border-color: #d81918;
    }
    .procurement .section2 .left-item+.left-item
    {
        border-top: 1px solid #ddd;
    }
    .procurement .section2 .left, .procurement .section2 .section-right
    {
        width: 100%;
    }
    .procurement_detail .section1
    {
        margin-top: 30px;
    }
    .procurement_detail .section2
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .procurement_detail .section2 .left
    {
        width: 100%;
        -webkit-flex-grow: initial;
        -moz-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }
    .procurement_detail .section2 .left-text
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .procurement_detail .section2 .left-text span:nth-child(1)
    {
        width: 100%;
        margin-bottom: 5px;
    }
    .procurement_detail .section2 .section-right
    {
        margin: 20px auto;
    }
}
