.fin_ban{
    background: url(../images/fin_ban.jpg) no-repeat;
}
.fin_bg{
    background: url(../images/fin_bg1.png) right bottom no-repeat;
}
.fin_con{
    margin: 2rem;
}
@media screen and (max-width:767px) {
    .fin_bg {
        background-size: contain;
        padding-bottom: 150px;
    }
    .fin_con .icon_box{
        margin-bottom: 2rem;
    }
    .nav_year{
        justify-content: center;
    }
    .nav_year .nav-item .nav-link {
        padding: .5rem 1rem;
    }
}
.fin_con .e_con_box{
    padding: 3rem 1rem 1rem 1rem;
}
.fin_con .e_con_box .num{
    font-size: 2.5rem;
    top: -20px;
    left: 20px;
}
.e_con_box::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 20px;
    left: 70px;
    transform: rotate(-45deg);
}
.fin_con i {
    content: "\ea29";
    font-family: icomoon;
    font-size: 3rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.note_txt{
    margin-top: 2rem;
}
.note_txt ol{
    margin-left: 25px;
}

.fin_tit{
    position: relative;
    padding-left: 35px;
    color: #ff8552;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.fin_tit::before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/icon_tit_fin.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}
.fin_moon{
    background: url(../images/fin_bg2.png) center bottom no-repeat;

}


.fin_sha_bg{
    background: url(../images/fin_sha_bg.png) center bottom no-repeat;
    padding-bottom: 200px;
}
.fin_con.sha_con{
    margin-top: 0;
}
.sha_con .icon_box{
    padding: 1rem;
}
.sha_con .icon_box a{
    display: flex;
    align-items: center;
}
.sha_con .icon_box:hover{
    border: 1px solid #ff8552;
}
.sha_con .icon_box:hover h3{
    color: #ff8552;
}

.fin_link figure figcaption {
    background: rgba(53, 167, 233, .6);
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23%;
}
.fin_link figure:hover figcaption {
    width: 100%;
    height: 100%;
    background: url(../images/hover.png);
    background-size: cover;
    transition: .5s;
}
.fin_link figure:hover figcaption::before {
    content: "";
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    position: absolute;
    left: 5%;
    top: 5%;
}
.fin_link figure:hover figcaption h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .item_title{
        font-size: 1.25rem;
    }
    .fin_link figure figcaption {
        height: 18%;
    }
}
@media screen and (max-width:991px) {
    .fin_link figure figcaption {
        height: 15%;
    }
}
@media screen and (max-width:700px) {
    .fin_link figure figcaption {
        height: 35%;
    }
}
.fin_div{
    background: url(../images/fin_ss_bg.png) center bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
}
.fin_div::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #6e8093;
    background: -moz-linear-gradient(135deg, #3ca2de 0%, #6e8093 100%); 
    background: -webkit-linear-gradient(135deg, #3ca2de 0%, #6e8093 100%); 
    background: linear-gradient(-135deg, #3ca2de 0%, #6e8093 100%); 
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: -1;
}
.fin_div .sec_title{
    color: #fff;
}
.fin_div .thr_title{
    color: #ffeb85;
    margin-bottom: 1rem;
}

.pri_link_box{
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
}
.pri_link_box:hover{
    border-bottom: 1px solid #126fa5;
}


.fin_his_search .icon_box{
    border: 1px solid #35a7e9;
    padding: 1.5rem 0 0 0;
}
.fin_his_search .icon_box h3{
    padding: 1rem;
    background: #35a7e9;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
    min-height: 100px;
}
.fin_box{
    border: 1px solid #ccc;
    background-image: url(../images/icon_pdf.jpg);
    margin: 2rem auto;
}
.fin_box:hover{
    background-image: none;
    background-color: rgba(53, 167, 233, 1);
}
.fin_box:hover a{
    color: #fff;
}
.fin_box a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.4rem;
    font-size: 1.25rem;
}
.fin_his_search .icon_box i{
    font-size: 9rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.page_fin h4{
    font-size: 1.25rem;
    padding-bottom: 1rem;
    font-weight: bold;
}
.page_fin .fin_text{
    padding-left: 1.5rem;
}
@media screen and (max-width:1439px){
    .fin_his_search .icon_box h3{
        min-height: 125px;
    }
}
@media screen and (max-width:1199px){
    .fin_his_search .icon_box h3{
        min-height: 155px;
    }
}
@media screen and (max-width:991px){
    .page_fin .fin_text{
        padding-left: -1.5rem;
    }
    .page_fin figure{
        margin-bottom: 2rem;
    }
}
