.net {
    background: white;
}
.net .header{
     width:100%;
    position:relative;
    padding: 0px;
    height: 50px;
    margin: 0px;
    border-bottom: 1px solid #ccd6eb;
    font-family: "Microsoft YaHei";
}
.net .header .title{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-family: "微软雅黑", Verdana, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #005096;
    border-bottom: 2px solid #005096;
}
 .dev-header-right{
    position: absolute;
       right: 0;
        bottom: 10px;

}

.net .header .query{
    color: #fff;
    background-color: #005096;
}

.net .tb{
    margin-top: 20px;
}
.net .tb th{
    background: #005096;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 1px solid #d9e4f3;
}
.net .tb td{
    text-align: center;
    padding: 15px;
    border: 1px solid #d9e4f3;
}
.net .tb td:nth-child(odd){
    background-color: #f8fafd;
}
.net .product_page{
    margin-top: 15px;
    float: right;
}
#product_navTBody>tr{
    width:100%;
    border-bottom: 1px solid #dee8f8;
}
#product_navTBody>tr>td:first-of-type{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    max-width: 750px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, 1.0);
    width: 750px;
    border-bottom: 1px solid #dee8f8;
}
#product_navTBody>tr>td:last-of-type{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    width: 300px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
    text-align: right;
    border-bottom: 1px solid #dee8f8;
}
.product_current{
    background: #ccd6eb;
}
.net .Wdate{
    width: auto !important;
    background: none;
    border: none;
    border-bottom: 1px solid;
    color: #979797;
    font-weight: normal;
}

.product_search_box{
    position: relative;
    display: inline-block;
    height: 30px;
    float: left;
}
#product-title-searchInput{
    position: relative;
    display: inline-block;
    width: 189px;
    height: 30px;
    line-height: 30px;
     color: #999999;
     padding: 0 10px 0 30px;
     border: 1px solid #dcdfe6;
     border-right: none;
}
#product-title-searchInput:hover{border: 1px solid #296CA6;}
#product-title-searchInput:active{border: 1px solid #005096;}
.title-searchbutton{
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #005096;
    color: #fff;
    text-align: center;
    border: 1px solid #ccd6eb;
    cursor: pointer;
    float: right;
}
.net .product_tab_nav a{
    white-space: nowrap;
     max-width: 25%;
    text-overflow: ellipsis;
      overflow: hidden;
      cursor: pointer;
}
#product-product-title-searchInput::-webkit-input-placeholder { color:    #DCDCDC; }

#product-title-searchInput:-moz-placeholder {   color:    #DCDCDC; }

#product-title-searchInput::-moz-placeholder {  color:    #DCDCDC; }

#product-title-searchInput:-ms-input-placeholder {   color:#DCDCDC; }
.product_search_box::after{
position: absolute;
top: 53%;
left: 5px;
width: 17px;
height: 17px;
background: url("../../assets/images/icons/search_gray.png") center no-repeat;
transform: translateY(-50%);
content: "";
}

#product-enddate{
    width:185px !important;
   background: none;
    border: none;

    color: #979797;
    font-weight: normal;
    border-bottom: 1px solid #ccd6eb;

}

 .product-date-Active{
    color: #005096 !important;
    border-bottom: 1px solid #005096 !important;
}
.product_nodata{
    display: none;
}
.product_input_box{
    display: inline-block;
    float: right;
    margin-left: 10px;
}
.product_wrapper{
    width: 249px;
    display: inline-block;

}
.product-law_tab{
    width: 100%;
    display: none;
    margin-top: 20px;
    border-bottom: 1px solid #ccd6eb;
    overflow: hidden;
}
.product-law_item{
    float: left;
    margin-right:20px;
    padding:10px 0;
    box-sizing: border-box;
    font-family: "微软雅黑", Verdana, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.product-law_action{
    color:#005096;
    border-bottom:2px solid #005096;
}