﻿.cont-r h3{
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #C1C1C1;
}
.cont-r h3 span{
    font-size: 16px;
}
.cont-r h3 a{
    padding: 5px;
    font-size: 15px;
}
.cont-r h3 a:hover{
    color: #CB1610;
}
.cont-1,
.cont-2,
.cont-3,
.cont-4{
    float: left;
    height: 35px;
    line-height: 35px;
    background: #ECECEC;
    margin-top: 5px;
    color: #333;
}
.cont-1{
    width: 140px;
    text-align: center;
}
.cont-2{
    width: 502px;
    text-align: center;
    border-left: 1px solid #C1C1C1;
}
.cont-3{
    width: 139px;
    text-align: center;
    border-left: 1px solid #C1C1C1;
}
.cont-4{
    width: 119px;
    text-align: center;
    border-left: 1px solid #C1C1C1;
}
.cont-r ul{
    margin-top: 10px;
}
.cont-r ul li{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #C1C1C1;
}
.cont-r ul li span{
    display: block;
    width: 140px;
    text-align: center;
    float: left;
}
.cont-r ul li a{
    display: block;
    float: left;
    width: 502px;
    padding-left: 20px;
    overflow: hidden;
font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-r ul li a:hover{
    text-shadow: 0px 1px 1px #999;
}
.cont-r ul li i{
    font-style: normal;
    display: block;
    float: left;
    width: 139px;
    text-align: center;
    color: #666;
}
.cont-r ul li em{
    display: block;
    font-style: normal;
    width: 119px;
    text-align: center;
    float: left;
}