/**²úÆ·**/
.product_div{
    margin-top: 40px;
    margin-bottom: 30px;
}
.product_div .product_menu_div{
    width: 250px;
    min-height: 300px;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    font-size: 14px;
    float: left;
}

.product_div  .product_menu_title{
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    padding-left: 20px;
    background: #005bac;
}

.product_div .product_menu_title1{
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #005bac;
    padding-left: 0px;
    font-size: 14px;
    color: #005bac;

}
.product_menu_div ul li{
    list-style: none;
    padding-left: 20px;
    border-bottom: 1px solid #b6b6b6;
    line-height: 45px;
}
.product_menu_div ul li.selected{
    background:#1392e9 ;
}
.product_menu_div ul li.selected a{
    color: #ffffff;
}
.product_menu_div ul li a{
    padding-left: 20px;
    background: url("img/product-icon.png") no-repeat left center;
    color: #79797a;
}
.product_content_div{
    width: 710px;
    min-height: 300px;
    border: 1px solid #b6b6b6;
    float: right;
    padding-bottom: 20px;
}
.product_div .product_content_div1{
    width: 710px;
    min-height: 300px;

    float: right;
    padding-bottom: 20px;
}
.product_mod{
    width: 200px;
    text-align: center;
    font-size: 14px;
    margin: 25px 18px 0;
    float: left;
    height: 175px;
}
.product_mod span{
    display: block;
    margin-top: 10px;
}
.product_mod a{
    color: #585857;
}
.product_mod_img{
    width: 196px;
    height: 130px;
    border: 1px solid #b1b1b1;
    padding: 1px;
}
.product_mod_img img{
    width: 196px;
    height: 130px;
}

.list_page{
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
}
.list_page a{
    color: #30302f;
    /*padding: 0 5px;*/
}
.list_page span{
    color: #005bac;
    /*padding: 0 5px;*/
    font-weight: bold;
}


table.main_table{
    width: 740px;
    font-size: 14px;
    color: #3a3b3a;
    margin-bottom: 20px;
}
table.main_table a{
    color: #3a3b3a;
    text-decoration: none;
}
table.main_table a:hover{
    text-decoration: underline;
}

table.main_table tr td{
    border-bottom: 1px dashed #cdcdcf;
}
table.main_table span{
    margin-left: 10px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    display: block;
    overflow: hidden;
    background: url("img/page_icon1.png") no-repeat 0 center;
}
td.table_time{
    width: 80px;
    padding-right: 20px;
    padding-left: 20px;
}
.single_style{
    line-height: 30px;
    color: #585857;
}