﻿.biaoTi
{
    width: 945px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-family:微软雅黑;
}
.nv
{
    padding-left: 25px;
    border-bottom: 2px solid #ff66ff;
    background: url(/Images/i05.gif) no-repeat 10px;
}
.nan
{
    padding-left: 25px;
    border-bottom: 2px solid #99ccff;
    background: url(/Images/i04.gif) no-repeat 10px;
}
.list
{
    width: 970px;
    height: 400px;
}
.list img
{
    max-width: 180px;
    max-height: 190px;
    vertical-align: middle;
}
.list ul
{
    padding: 5px 0 5px 0;
}
.list li
{
    width: 187px;
    height: 190px;
    float: left;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
    line-height: 190px;
    position: relative;
}
.list p
{
    position: absolute;
    bottom: 0px;
    line-height: 25px;
    height: 25px;
    background-color: #fff;
    margin: 0 auto;
    width: 185px;
    text-align: center;
    filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
    opacity: 0.5; /*其他，透明度50%*/
}
/*展示页*/
.basicInfo
{
    width: 600px;
    float: left;
    background-color: #fff;
    margin: 5px 0 5px 0;
    border: 1px solid #82aaec;
}
.left
{
    text-align: right;
    background-color: #82aaec;
    color: #fff;
    font-weight: bold;
    width: 80px;
    padding:5px 0;
}
.right
{
    text-align: left;
    background-color: #c5d8f7;
    color: #000;
    padding:5px 0 5px 5px;
}
.left, .right
{
    font-size: 12px;
    line-height: 30px;
}
.photo
{
    width: 360px;
    float: right;
    margin: 5px 0 5px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 140px;
}
.photo img
{
    max-height: 140px;
    max-width: 360px;
    vertical-align: middle;
}
.sContent
{
    padding: 10px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    color: #666;
}
.textright
{
    text-align: right;
    line-height: 25px;
}
.smallMenu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color:lavenderblush;
}

.smallMenu li {
    white-space: nowrap;
    line-height: 35px;
}