﻿/*案例列表*/
.anli_pic
{
    width:100%;
    height:450px;
    background:url(/images/anli.png) top center no-repeat;
    background-size:cover;
    margin-bottom:20px;
}
.anli_content
{
    width:100%;
    background-color:#ffffff;
}
.anli_content .list
{
    width:890px;
    margin:0 auto;
    min-height:650px;
}
.anli_content .list li
{
    height:40px;
    line-height:40px;
    border-bottom:1px dashed #808080;
}
.anli_content .list li span
{
    float:right;
}
.dpage
{
    height:40px;
    line-height:40px;
    padding-bottom:10px;
}
/*案例单页*/
.anli_content .title
{
    color:#015293;
    font-size:24px;
    font-weight:bold;
    margin-bottom:20px;
    width:1200px;
    text-align:center;
}
.anli_content .times
{
    width:1200px;
    text-align:center;
    padding-bottom:39px;
    font-size:14px;
    color:#333333;
}
.anli_content .content
{
    padding:0 10px;
    width:1180px;
    min-height:400px;
    padding-bottom:20px;
}