/*新增搜索*/
.searchAdd{
    width: 30%;
    float: right;
    margin-top: 50px;
    margin-bottom: 10px;
}
.searchAdd input {
    width: 81.5%;
    height: 42px;
    border: 1px solid rgb(207, 0, 14);
    border-radius: 0 0 0 0;
    font-size: 14px;
    color: #888888;
    padding-left: 10px;
    padding-top: 0px;
}

.searchAdd button {
    width: 53px;
    height: 42px;
    border: none;
    background:rgb(207, 0, 14);
    cursor: pointer;
    color: #ffffff;
  	margin-left: -4px;
}
/* 招标 */
.bid-title{
    width:60%;
    float:left;
}
.section2 .container .content-box {
    /* display: flex;
    display: -webkit-flex;
    justify-content: space-between; */
    margin-top: 30px;
}

.section2 {
    max-width: 1200px;
    margin: 0 auto;
}

.section2 .container .content-box .Flex_item {
    width: calc(33.33% - 15px);
    float: left;
    margin-right: 15px;
    /* justify-content: space-between; */
}
.section2 .container .content-box .Flex_item{
    overflow:hidden;
}

.section2 .container .content-box .Flex_item img {
    width: 100%;
    overflow:hidden;
}
.section2 .container .content-box .Flex_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.section2 .container .content-box .Flex_item p {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-right: 30px;
}

.section2 .container .content-box .Flex_item h3 {
    font-size: 18px;
    color: #000;
}

.section2 .container h2 {
    font-size: 24px;
    color: #cf000d;
    margin-top: 50px;
    margin-bottom: 10px;
}

.section2 .container h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.section2 .container h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.section2 .container .content-box .Flex_item h4:hover {
    color: #cf000d;
}

.section2 .container h5 {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    max-width: 360px;
}

/* s3 */

.section3 {
    margin-bottom: 40px;
}

.section3 .container h2 {
    font-size: 24px;
    color: #cf000d;
    margin-top: 50px;
    margin-bottom: 10px;
}

.section3 .container h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.section3 .container .content_month {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -40px 0 0;
    margin-top: 30px;
}

.section3 .container .content_month .month_part {
    /* float: left; */
    display: flex;
    width: calc(50% - 10px);
    background-color: #f2f2f1;
    margin-bottom: 20px;
    padding: 20px;
    align-items: center;
}

.section3 .container .content_month .month_part img {
    float: left;
}

.section3 .container .content_month .month_part .month_text {
    float: left;
    text-align: left;
    padding-left: 30px;
}

.section3 .container .content_month .month_part .month_text h4 {
    font-size: 14px;
    color: #d71718;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section3 .container .content_month .month_part .month_text p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.grayImg{
    display:block;
}
.lightImg{
    display:none;
}
.list-right a:hover{
    text-decoration: none;
}
.list-right a:hover .lightImg{
    display:block;
}
.list-right a:hover .grayImg{
    display:none;
}
/* 判断ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .searchAdd input {
        width: 74.5%;
        height: 42px;
        border: 1px solid rgb(207, 0, 14);
        border-radius: 0 0 0 0;
        font-size: 14px;
        color: #888888;
        padding-left: 10px;
        padding-top: 0px;
    }
    .section2 .container .content-box .Flex_item {
        width: calc(33.33% - 10px);
        float: left;
        justify-content: space-between;
        margin-right: 10px;
    }
    .section2 .container h1 {
        margin-top: 30px;
    }
    .section3 .container .content_month {
        margin: 0 auto;
    }
    .section3 .container .content_month .month_part {
        width: 100%;
    }
    .section2 .container .content-box .Flex_item img {
        max-width: 100%;
        height: auto;
        width: auto\9;
    }
    .section3 .container h1 {
        margin-top: 20px;
    }
    .section3 .container h2 {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        line-height: 24px;
    }
    .section3 .container h1 {
        margin-top: 50px;
    }
    .section2 .container .content-box {
        margin-top: 20px;
    }
}

/* 判断ipad pro */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .searchAdd input {
        width: 74.5%;
        height: 42px;
        border: 1px solid rgb(207, 0, 14);
        border-radius: 0 0 0 0;
        font-size: 14px;
        color: #888888;
        padding-left: 10px;
        padding-top: 0px;
    }
    .section2 .container .content-box .Flex_item {
        width: calc(33.33% - 10px);
        float: left;
        justify-content: space-between;
        margin-right: 10px;
    }
    .section2 .container .content-box {
        margin-top: 20px;
    }
    .section2 .container h1 {
        margin-top: 30px;
    }
    .section3 .container .content_month {
        margin: 0 auto;
    }
    .section3 .container .content_month .month_part {
        width: 100%;
    }
    .section2 .container .content-box .Flex_item img {
        max-width: 100%;
        height: auto;
        width: auto\9;
    }
    .section3 .container h1 {
        margin-top: 20px;
    }
    .section3 .container h2 {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        line-height: 24px;
    }
}

@media screen and (max-width:767px) {
  /*新增搜索*/
    .searchAdd {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bid-title{
        width:100%;
        float:left;
    }
    .section2 .container .content-box .Flex_item {
        width: 100%;
        align-items: flex-start;
    }
    .section3 .container .content_month {
        margin: 0 auto;
    }
    .section3 .container .content_month .month_part {
        width: 100%;
    }
    .section2 .container .content-box .Flex_item img {
        max-width: 100%;
        height: auto;
        width: auto\9;
    }
    .section3 .container h1 {
        margin-top: 20px;
    }
    .section3 .container h2 {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        line-height: 24px;
    }
    .section2 .container h1 {
        margin-top: 30px;
    }
}

/* 招标列表 */

.bidding-list {
    margin: 40px auto;
}

.bidding-list li:hover {
    background-color: #f2f2f1;
}

.bidding-list .list-item li {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.bidding-list .list-item .list-left {
    width: 10%;
    margin: 0;
}

.bidding-list .list-item .list-right {
    width: 90%;
    margin: 0;
    padding-left: 20px;
}

.bidding-list .list-item .list-right a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bidding-list .list-item .list-right a h4 {
    color: #000;
    margin-bottom: 8px;
    font-size: 18px;
}

.bidding-list .list-item .list-right a h5 {
    color: #999;
    margin-bottom: 14px;
    font-size: 12px;
}

.bidding-list .list-item .list-right a p {
    color: #666;
    font-size: 14px;
}

.bidding-list .list-item .list-right .itemtext {
    width: 90%;
}

/* 判断ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .bidding-list {
        margin: 0 auto;
    }
    .bidding-list .list-item .list-right a h5 {
        margin-bottom: 6px;
    }
    .bidding-list .list-item li {
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
    }
}

/* 判断ipad pro */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .bidding-list {
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .bidding-list .list-item .list-left {
        width: 100px;
    }
    .bidding-list .list-item .list-left {
        width: 100px;
    }
    .bidding-list .list-item .list-right a p {
        display: none;
    }
    .bidding-list .list-item .list-right a img {
        display: none;
    }
    .bidding-list .list-item li {
        padding: 20px 0;
    }
    .bidding-list {
        margin: 0 auto;
    }
}

/* .bidding-list {
    margin: 0;
    margin-bottom: 40px;
}

.bidding-list .container .listarea li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bidding-list .container .listarea li:hover {
    background-color: #f2f2f1;
}

.bidding-list .container .listarea li .list-left {
    width: 10%;
    align-items: center;
    margin-left: 20px;
}

.bidding-list .container .listarea li .list-center {
    width: 85%;
    text-align: left;
    align-items: center;
}

.bidding-list .container .listarea li .list-right {
    width: 5%;
    align-items: center;
}

.bidding-list .container .listarea li .list-right img {
    margin: 28px 12px;
}

.bidding-list .container .listarea li .list-right img:hover {}

.bidding-list .container .listarea li .list-center h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.bidding-list .container .listarea li .list-center h3:hover {
    color: #cf000d;
}

.bidding-list .container .listarea li .list-center h4 {
    font-size: 12px;
    color: #999999;
    margin-bottom: 16px;
}

.bidding-list .container .listarea li .list-center p {
    font-size: 14px;
    color: #666666;
}

.nav li a {
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    padding: 25px 15px 5px;
} */

/* 招标详情页 */

.details_area {
    margin-top: 40px;
    margin-bottom: 40px;
}

.details_area .details-content .details-title h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.details_area .details-content .details-title p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #888;
    text-align: center;
    margin-top: 10px;
}

.details_area .details-content .details-text {
    font-size: 14px;
    color: #333;
}

 .details-content .details-text p {
    line-height: 40px;
}
.details-content .details-text a {
    line-height: 40px;
    color:#333333;
}
.details-content .details-text a:hover {
    line-height: 40px;
    color:#cf000d;
}
.button-box .submit{
    background-color: #cf000d;
    border:1px solid #cf000d;
    font-size: 14px;
    width: 98px;
    line-height: 20px;
    color: #fff;
    padding: 8px 20px;
    margin-top: 20px;
    margin-right: 10px;
    position: relative;
    top: -13px;
}
.button-box .file:hover{
    text-decoration: none;
}
.file {
    position: relative;
    display: inline-block;
    background-color: #cf000d;
    border:1px solid #cf000d;
    overflow: hidden;
    font-size: 14px;
    width: 98px;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    color: #fff;

    padding: 8px 20px;
    margin-top: 20px;
    margin-right: 10px;


}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    color: #333;
}
.download {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.download:hover {
    color: #cf000d;
}