@charset "UTF-8";
body{
    background: #ffffff;
}
.dv_center{
    background: #ffffff;
}
.subTitle{
    font: bold 24px Arial;
    height: 24px;
    line-height: 24px;
    display: block;
    zoom: 1;
    width: 1200px;
    position: relative;
}

.Ingredientcontainer
{
    width: 1260px;
    padding: 0 20px;
    background: #ffffff;
    margin-top: 10px;
}
.ingredientTable thead tr{
    border:1px solid #e5e5e5;
}
.ingredientTable
{
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}
.ingredientTable strong
{
    font-weight:bold;
    color:#333333;
    font-size: 12px;
}
.ingredientTable td a{
    color: #025DB0;
}
.ingredientTable th
{
    font: bold 14px Arial ;
    color: #343434;
    padding-left: 15px;
    text-align: left;
}

.ingredientTable tbody tr td{
    height:56px;
    color: #555555;
    font-size: 12px;
    border-bottom:1px solid #dbdbdb;
}
.pa0
{
    padding-left: 26px;
}
.pageContainer
{
    width: 700px;
    text-align: center;
    margin: 0 auto 50px;
}
.dv_html_page{
    margin-top: 20px;
}
.pageContainer a{
    min-width: 30px;
    height:30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    background: #ffffff;
    color: #1772e6;
    display: inline-block;
    text-align: center;
    vertical-align:middle;
    margin: 0 2px;
}
.pageContainer a.padd16{
    padding: 1px 16px;
}
.pageContainer a.on,.pageContainer a:hover{
    color: #a9a9a9;
}
span.font{
    font: normal 12px '宋体';
}
.two_row_overHid{
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
    max-height: 40px;
    max-width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p_h3_title{
    height:50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
}
/*新增*/
.others_ipt {
    width: 60px;
    border: none;
    border-bottom: 1px #333 solid;
    padding: 3px 5px;
    outline: none;
    margin-bottom: 3px;
}