﻿li
{
    list-style-type: none;
}
a
{
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
body, ul, li, p, div, img
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}
body
{
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
   background-image: url(../../Images/main/bg.jpg);background-repeat: repeat;
    position: relative;
}
.radius_box_txt
{
    line-height: 200%;
    padding: 6px;
    position: relative;
    margin: 8px 6px;
    font-size: 92%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ccc;
    background: #F6F6F6;
    -moz-box-shadow: 0px 0px 6px #D9D9D9;
    -webkit-box-shadow: 0px 0px 6px #D9D9D9;
    box-shadow: 0px 0px 6px #D9D9D9;
    word-wrap: break-word;
    word-break: normal;
}
.nav_head{ height:100px; width:100%; background-image:url(../Images/Ico/nav_bg.png); background-repeat:repeat-x;}
.nav_head_img{ width:200px; margin:0 auto;  padding-top:10px;}
.txt_title
{
    margin: 0 auto;
    text-align: center;
    background-color: #5ba8de;
     height:50px;
       font-size:18px;
    line-height: 30px;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #5ba8de;
    -moz-box-shadow: 0px 0px 6px #D9D9D9;
    -webkit-box-shadow: 0px 0px 6px #D9D9D9;
    box-shadow: 0px 0px 6px #D9D9D9;
    word-wrap: break-word;
    word-break: normal;
     padding-top:20px;
}
.item_div
{
    line-height: 25px;
    text-shadow: 0 1px 0 #FFF;
    position: relative;
    margin: 3px auto;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
    margin-bottom: -2px;
}

.item_img
{
    width: 76px;
    height: 76px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
    background: #F1F1F1;
}
.item_img img
{
    max-width: 72px;
    max-height: 72px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin: 2px auto;
}
.item_td
{
    margin: 0px auto;
    text-align: center;
    font-size: 90%;
}

.txt_input
{
    height: 25px;
    font-size: 16px;
    width: 95%;
    line-height: 30px;
}
