.investor-list,
.financial-list{
    margin: 0 -10px -1px;
    border: 1px solid #DDDDDD;
}
.investor-list:after{
    content: '';
    display: block;
    clear: both;
}
.investor-list li,
.financial-list li{
    width: 100%;
}
.investor-list li+li,
.financial-list li+li{
    border-top: 1px solid #DDDDDD;
}
.investor-list .title,
.financial-list li{
    font-size: 14px;
    color: #444444;
    line-height: 26px;
    padding: 6px 15px;
    display: block;
}
.investor-list a:hover,
.financial-list .date{
    background: #F6F6F6;
}
.financial-list a:hover{
    color: #DF8313;
    text-decoration: underline;
}
.investor-list a .title:before,
.meeting-header .name:before,
.financial-list .date:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #E18313;
        -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    vertical-align:middle;
    margin-right: 10px;
}
.financial-list .title:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/meeting/financial_icon.png)top no-repeat;
    vertical-align:middle;
    margin: 0 15px 0 25px;
}
.financial-list .title:hover:before{
    background: url(../images/meeting/financial_icon.png)bottom no-repeat;    
}
.financial-list .date{
    font-size: 16px;
    font-weight: bold;
    color: #1F3E7F;
}
.financial-list .date:before{
    margin-left: 10px
}
.investor-list a:hover .title{
    color: #DF8313;
}
.meeting-header li{
    border-bottom: 1px solid #DDDDDD;
    padding: 6px 15px;
}
.meeting-header .name{
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    width: 100%;
    background: #F6F6F6;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.meeting-header .title{
    color: #396098;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #444444;
    width: 130px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
}
.down-list{
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #C5D5EC;
}
.down-list li{
    width: 20%;
}
.down-list li a{
    width: 170px;
    margin: 0 auto;
}
.down-list li a i{
    width: 170px;
    height: 128px;
    display: block;
    background: url(../images/meeting/down_icon.png) no-repeat;
}
.down-list li.down1 a i{ background-position: left top;}
.down-list li.down2 a i{ background-position: -170px top;}
.down-list li.down3 a i{ background-position: -340px top;}
.down-list li.down4 a i{ background-position: -510px top;}
.down-list li.down5 a i{ background-position: -680px top;}

.down-list li.down1 a:hover i{ background-position: left  bottom;}
.down-list li.down2 a:hover i{ background-position: -170px  bottom;}
.down-list li.down3 a:hover i{ background-position: -340px bottom;}
.down-list li.down4 a:hover i{ background-position: -510px bottom;}
.down-list li.down5 a:hover i{ background-position: -680px bottom;}
.down-list li a span {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #1F58AB;
    width: 100%;
    height: 70px;
    padding-top: 3px;
    display: inline-block;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
}
.down-list li a:hover span{
    color: #DF8313;    
}
@media screen and (max-width: 1000px) {
.down-list li{
    width: 33.33%;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 640px) {
.down-list li{
    width: 50%;
}
}
@media screen and (max-width: 460px) {
.down-list li{
    width: 100%;
}
}