@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
/*******************/
.financial_container{
    width: 1200px;
    margin: 0 auto;
}
.dqwz{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    background: url(weizhi.png) no-repeat left;
    padding-left: 35px;
}
.dqwz a{
    font-size: 14px;
    color: #333;
}
.financial_content{
    padding: 20px 0;
}
.financial_title{
    background: url(rct.png) no-repeat top;
    height: 50px;
    margin-top: 15px;
    background-size: 100%;
}
.financial_box{
    border: 1px solid #7ea4d7;
    border-top: none;
    padding: 0 40px 30px 30px;
}
.financial_box .box_logo{
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.financial_box .box_title{
    border-left: 4px solid #842F21;
    padding-left: 10px;
    font-size: 20px;
    margin-top: 20px;
    line-height: 24px;
    font-weight: bold;
}
.financial_box .box_title .more{
    float: right;
    color: #842F21;
    font-size: 18px;
}
.financial_box .box_list{
    padding: 0 0 20px 0;
    margin-top: 10px;
}
.financial_box .box_list ul{
    margin-right: -40px;
}
.financial_box .box_list ul li{
    height: 40px;
    line-height: 40px;
    float: left;
    background: #fff;
    width: 336px;
    text-align: center;
    margin-right: 40px;
    margin-top: 20px;
    box-shadow: 0 0 10px 2px #eee;
    border-radius: 6px;
}
.financial_box .box_list ul li a{
    color: #333;
    display: block;
}
.financial_box .box_list p{
    margin-top: 20px;
}
.financial_box .box_list a{
    color: #333;
}
.financial_box .tsfw .box_list{
    background: url("fw_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0 20px 20px 20px;
}
.financial_box .xxfw{
    width: 420px;
}
.financial_box .xxfw .box_list{
    margin-top: 10px;
    padding-bottom: 0;
}
.financial_box .xxfw .box_list ul{
    margin-right: 0;
}
.financial_box .xxfw .box_list ul li{
    box-shadow: none;
    border-top: 1px solid #ddd;
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: left;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
}
.financial_box .xxfw .box_list ul li:first-child{
    border-top: none;
}
.financial_box .xxfw .box_list ul li a{
    display: inline-block;
}
.financial_box .xxfw .box_list ul li font{
    float: right;
    color: #999;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .financial_container{
        width: 96%;
    }
    .financial_banner img,.financial_box .box_logo img{
        width: 100%;
    }
    .financial_title{
        background-position: left center;
        background-size:cover;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin-top: 30px;
    }
    .financial_box .box_list ul{
        margin-right: 0;
    }
    .financial_box .box_list ul li{
        width: 100%;
        margin-right: 0;
    }
    .financial_box .xxfw{
        width: 100%;
    }
}