body{background: #eaf3fd;}
.part{width: 100%;overflow: hidden;}
.part01{background: url(../images/caibaobg.png) no-repeat;background-size: auto;background-position: center top;padding-bottom: 90px;}
.part01 .financialDetail{width: 1200px;margin: 0 auto;margin-top: 115px;}
/* .part01 .financialDetail h4{font-size: 36px;width: 1200px;font-weight: bold;color: #004f99;line-height: 44px;display: inline-block;padding-left: 27px;background: url(../images/leftline.png) no-repeat;background-size: 7px auto; background-position: left center; margin-bottom: 30px;} */
.part01 .financialDetail .financialDetaitlile{display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.part01 .financialDetail .financialDetaitlile h4{font-size: 43px;width: 100%;font-weight: normal;color: #004f99;line-height: 50px;display: inline-block;padding-left: 27px;background: url(../images/leftline.png) no-repeat;background-size: 7px auto;background-position: left center;}
.part01 .financialDetail .financialDetaitlile .financialDetailBtn{width: 600px;}
.part01 .financialDetail .financialDetaitlile .financialDetailBtn .btn{width: 243px;height: 50px;margin-left: 15px;display: inline-block;border: 1px solid #edeff2;background: #fff;font-size: 20px;color: #004f99;line-height: 50px;text-align: center;border-radius: 10px;}
.part01 .financialDetail .financialDetaitlile .financialDetailBtn .btnOn{background: #ea5504;color: #fff;border: 1px solid #ea5504;}


.part01 .pipeline .table{margin-top: 77px;margin-bottom: 140px;}


.searchBox {width: 100%;padding-bottom: 24px;border-bottom: 1px solid #b1bece;}
.searchBox .tip{font-size: 18px;color: #004f99;margin: 0 0 15px 20px;}
.searchBox .choseYear{margin-top: 40px;display: flex;align-items: center;justify-content: space-between;font-size: 18px;}
.searchBox .choseYear span{color: #134bd9;}
.searchBox .choseYear .yearList a{color: #004f99;}
.searchBox .choseYear .yearList .choseOn{color: #134bd9;}


.table{width: 100%;}
.table .tableThBox{width: 100%;display: flex;align-items: center;margin: 40px 0 25px 0;padding: 0 20px;justify-content: space-between;}
.table .tableThBox div{font-size: 20px;color: #004f99;font-weight: bold;width: 800px;}
.table .tableThBox div:nth-child(2){width: 340px;}

.table .letterList li{border: 1px solid #fdfeff;width: 100%;margin-bottom: 12px;background: #fdfeff;border-radius: 10px; display: flex; align-items: center;padding: 20px; justify-content: space-between; transition: max-height 1s; }
.table .letterList li span{display: inline-block;width: 800px;font-size: 20px;color: #004f99;line-height: 30px;}
.table .letterList li .date{font-size: 18px;color: #004f99;}
.table .letterList li .type{height: 30px;line-height: 30px;color: #ea5504;width: 300px;display: inline-block;font-size: 18px;font-weight: bold;padding-left: 40px;background: url(../images/upload.png) no-repeat;background-position: left center;background-size: 30px 30px;cursor: pointer;}

.table .letterList li:hover{border: 1px solid #ea5504;}
.table .letterList li:hover span{color: #ea5504;}
.table .letterList li:hover a{color: #ea5504;}
.table .letterList .readOn{border: 1px solid #ea5504;max-height: 500px; transition: max-height 1s;}
.table .letterList .readOn span{color: #ea5504;}
.table .letterList .readOn a{color: #ea5504;}


@media screen and (max-width: 900px){
    .part01 .financialDetail .financialDetaitlile{margin-bottom: 0;}
    .part01{background-position: 10% center;background: none;min-height: unset;padding-bottom: 0;}
    .part01 .financialDetail{width: 90%;margin: 0 auto;margin-bottom: 40px;}
    .part01 .financialDetail .financialDetaitlile h4{width: calc(100% - .7rem);padding: 0 .35rem;margin: 0 auto;margin-top: .5rem;    display: block; font-size: .4rem; line-height: 0.64rem;margin-bottom: 20px;}
    
    .table .tableThBox div{width: 70%;font-size: 18px;}
    .table .tableThBox div:nth-child(2){width: 30%;}
    .table .tableThBox{width: calc(100% - 40px);margin-top: 0;margin-bottom:20px}
    .table .letterList li{width: calc(100% - 40px);}
    .table .letterList li .date{width: calc(100% - 90px);display: block;overflow:hidden;/*text-overflow:ellipsis;white-space:nowrap;*/font-size: 16px;}
    .table .letterList li .type{background-size: 20px 20px;width: 60px;padding-left: 25px;font-size: 18px;}
}