﻿body
{
    background-color: #ffffff;
}
/*以下是ShowDetail页*/
#divShowDetail
{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
#divShowDetail .title
{
    background-repeat: no-repeat;
    height: 77px;
}
#divShowDetail .cont
{
    padding-left: 100px;
    padding-right: 100px;
    background-image: url(../Web/Images/show_02.png);
    background-repeat: repeat;
}
#divShowDetail .bottom
{
    background-image: url(../Web/Images/show_04.png);
    height: 27px;
}
#divShowDetail .title .ShowDetailTitle
{
    font-family: 微软雅黑;
    font-size: 20px;
    line-height: 300%;
    text-align: center;
    color: #ff0000;
    padding-top: 10px;
}
#divShowDetail .cont .ShowDetailSubTitle
{
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}
#divShowDetail .cont .ShowDetailAttribute
{
    margin-top:5px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    font-family: 微软雅黑;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#divShowDetail .cont .ShowDetailDescription
{
    margin-top:5px;
    font-family: 微软雅黑;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    background-color:#f8e1fa;
    border:1px solid #e5e1e1;
    line-height: 130%;
}
#divShowDetail .cont .ShowDetailContent
{
    padding-top: 20px;
    line-height: 150%;
    text-align: left;
    font-family: 微软雅黑;
    font-size: 14px;
    min-height: 500px;
}
.AwardDetail
{
    padding:20px 50px 20px 50px;
    font-size:13px;
    text-align:left;
}
.AwardDetail div
{
    margin-top:5px;
}
.AwardDetail .type
{
    display:inline-block;
    background-color:#86c0e2;
    border:1px solid #0068a4;
    padding: 4px 3px 3px 3px;
    width:100px;
    text-align:center;
    margin-right:5px;
}
.AwardDetail .pic
{
    text-align:center;
}
.AwardDetail .pic img
{
    width:600px;
}