/* 公共样式 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-outline: none;
}

html,
body,
#app {
    height: 100%;
}

body {
    background: #fff !important;
    font-size: 14px;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
p,
span,
tbody,
thead,
th,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

input,
button {
    background: none;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.index_main a{
    color: #333 !important;
}

.index_main a:hover{
    color: #3363FF !important;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

::-webkit-input-placeholder {
    color: #9bb9e8;
}

::-moz-placeholder {
    color: #9bb9e8;
}

:-ms-input-placeholder {
    color: #9bb9e8;
}

:-moz-placeholder {
    color: #9bb9e8;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.clear {
    clear: both;
}

textarea {
    font-family: 'YaHei';
    resize: none;
    color: #eee;
}

i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

li {
    list-style: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.inline_block {
    display: inline-block;
}

[v-cloak] {
    display: none;
}

#site_category_layout{
    width: 100%;
    background: #f5f5f5;
    padding-top: 164px;
}
/* 内容盒子样式 */
#home_index_detail {
    width: 100%;
    background: #f5f5f5;
}

.center_box{
    width: 100%;
}

.index_main{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.main_container{
    width: 900px;
    margin-top: 12px;
    margin-right: 12px;
}

.main_box_item{
    display: flex;
    margin-bottom: 12px;
}

.main_time_num{
    width: 350px;
    height: 284px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.timeCenter{
    font-size: 18px;
    color: #333333;
    font-weight: 900;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    background: #ECF4FD;
}

.numCenter{
    height: 34px;
    line-height: 40px;
    display: flex;
    align-items: baseline;
    padding-left: 10px;
    font-size: 12px;
}

.numCenter .num{
    width: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #FF0B0B;
    font-size: 18px;
    font-weight: 700;
    font-family: DINCond-Black, DINCond-Black;
    border-radius: 1px 1px 1px 1px;
    background: linear-gradient( 180deg, #F2F2F2 0%, #FFEB85 100%);
    margin: 0 1px;
}

.guidanceImg{
    width: 100%;
    height: 216px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main_right{
    margin-right: 10px;
}

.main_info_width1 {
    width: 538px;
}

.main_info_width2 {
    width: 446px;
}

.main_info_height1 {
    height: 284px;
}

.main_info_height2 {
    height: 288px;
}

.main_new_info{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.main_title_more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    border-bottom: 1px solid #EEEEEE;
}

.main_title{
    margin-left: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.tab_item_box{
    display: flex;
}

.bidInfo_tab_btn{
    width: 88px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    background: #FFFFFF;
    border-right: 1px solid #EAEAEA;
    cursor: pointer;
}

.bidInfo_tab_active{
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: linear-gradient( 270deg, #0062FF 0%, #00A5FF 100%), #FFFFFF;
}

.hotword_tab_btn{
    width: 88px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    background: #FFFFFF;
    border-right: 1px solid #EAEAEA;
    cursor: pointer;
}

.hotword_tab_active{
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: linear-gradient( 270deg, #0062FF 0%, #00A5FF 100%), #FFFFFF;
}

.main_more{
    margin-right: 8px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: PingFang SC, PingFang SC;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main_more img{
    width: 22px;
    height: 12px;
}

/* 招标信息 */
.main_info_center{
    padding: 12px 12px 0;
}

.main_center_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.center_title{
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 标讯列表 */
.main_box_bidInfo{
    width: 100%;
    /* height: 284px; */
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.bidInfo_center{
    display: none;
    padding: 12px 10px 0;
}

.bidInfo_center_item{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}

.bidInfo_item_left{
    display: flex;
}

.bidInfo_item_type{
    color: #961900;
    margin-right: 8px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bidInfo_item_title{
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bidInfo_item_right .infoType{
    color: #02B1AF;
    margin-right: 32px;
}

.bidInfo_item_right .infoTime{
    color: #333;
}

/* 机构列表 */
.main_org_numCenter{
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 6px 16px 8px;
    background: #FFFAFA;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}

.main_org_numCenter span{
    color: #FF0B0B;
}

.org_container_centet{
    margin: 12px 10px 0;
}

.org_container_item{
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}

.org_item_content{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org_item_type{
    color: #961900;
    margin-right: 16px;
}

/* 首页右 */
.right_container{
    width: 288px;
    margin-top: 12px;
}

.right_container_item{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    border: 1px solid #EEEEEE;
}

.right_container_box{
    width: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
}

.areaInfoContainer{
    padding: 12px;
}

.areaInfoItem{
    display: flex;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
}

.areaInfoItem:last-child{
    margin-bottom: 0;
}

.areaInfoItemLeft{
    font-weight: 700;
    margin-right: 8px;
    width: 40px;
}

.areaInfoItemRight{
    line-height: 1.5;
}

.areaInfoItemRight a{
    display: inline-block;
    margin-right: 4px;
    color: #333;
}

.areaInfoItemRight a:hover{
        color: #3363FF;
}

.right_register_title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    background: linear-gradient( 180deg, #00A4FF 0%, #0063FF 100%);
}

.register_tip_center{
    margin: 24px 16px;
}

.register_tip_line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.register_tip_item{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}

.register_tip_item img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.register_botton{
    margin: 16px auto 10px;
    width: 260px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    background: linear-gradient( 174deg, #FECF36 15%, #FF7505 79%);
}

.register_login_botton{
    text-align: center;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
}

.register_login_botton span{
    color: #3363FF;
    cursor: pointer;
}

.bid_hotword_box{
    display: none;
}

.bid_hotword_center{
    font-weight: 500;
    color: #333;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 16px;
}

.right_container_center{
    font-weight: 500;
    color: #333;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    padding: 12px 16px;
}

.container_item{
    width: calc(50% - 6.5px);
}

.container_value{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 相关网站 */
.bottom_main{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 24px;
    user-select: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.bottom_main_title{
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    border-bottom: 1px solid #EFEFEF;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}

.bottom_main_item{
    margin: 12px 16px;
    border-bottom: 1px dashed #D8D8D8;
}

.bottom_main_item:last-child {
    border-bottom: none;
}

.bottom_item_title{
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
}

.bottom_item_center{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    margin: 12px 0;
}

.bottom_item_center span{
    margin-right: 16px;
}

.bottom_item_center a{
    display: inline-block;
    color: #888888;
}

.bottom_item_center a:hover{
    color: #3363FF;
}