/* CSS Document */
.box {
background: #fff;
min-height: 450px;
padding: 20px 10px 30px 10px;
width: 940px;
margin: 0 auto;
font-family: \5b8b\4f53;
color: #333333;
font-size: 12px;
overflow: hidden;
}
.box_red
{
    color: #d3371b;
    font-weight: bold;
}
.box_red a
{
    color: #d3371b;
    font-weight: bold;
}
/*left*/
.box_left
{
    float: left;
    width: 159px;
    min-height: 165px;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #fff;
    overflow: hidden;
}
.box_top
{
    border-bottom: 0;
    margin-bottom: 10px;
}
.box_left_title
{
    background-color: #ae0f05;
    height: 55px;
    width: 159px;
}
.box_left_cont
{
    padding: 10px 0 20px 0px;
    background-color: #fa6f57;
    margin-left: 1px;
    width: 159px;
    min-height: 100px;
}
.box_left_cont li
{
    padding-left: 15px;
    padding-top: 10px;
    min-height: 75px;
    width: 146px;
    border-bottom: 1px #f89786 solid;
}
.box_left_cont li a
{
    color: #fff;
}
.box_left_cont li li
{
    padding-left: 40px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 25px;
    min-height: 25px;
    border: 0;
}
.box_left_cont .curr_li, .box_left_cont .curr_li a, .box_left_cont li li a:hover
{
    color: #dd442c;
    text-decoration: none;
}
/*rigth*/
.box_right
{
    float: left;
    width: 662px;
    min-height: 350px;
    margin-left: 58px;
    font-family: \5b8b\4f53;
    color: #333;
}
.box_right_title
{
    font-size: 18px;
    color: #d3371b;
    font-family: \5FAE\x8F6F\6B63\9ED1\4F53;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    height: 28px;
    width: 100%;
    border-bottom: 2px solid #d3371b;
}
.box_right_cont
{
    padding: 20px;
}
.box_right_cont p
{
    line-height: 22px;
}
.box_right_cont img
{
    margin-top: 5px;
    margin-bottom: 5px;
}
