/*ƒ^ƒuŽÀ‘•*/
.tab_box .btn_area {
    margin: 0 0px 0px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
    /* border-bottom: 3px solid #07539f; */
}
.tab_box .btn_area2 {
    margin: 0 0px 0px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
    /* border-bottom: 3px solid #07539f; */
}

.tab_box .tab_btn,
.tab_box .tab_btn2 {
    cursor: pointer;
    transition: all 0.2s ease 0s;
    display: inline-block;
    padding: 7px 29px 4px;
    text-decoration: none;
    text-align: center;
    background: #f0f8ff;
    color: #333;
    border: 1px solid #bdd7ee;
    line-height: 130%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.tab_box .tab_btn + .tab_btn {
}

.tab_box .tab_btn:hover, .tab_box .tab_btn2:hover {
    background-color: #07539f;
    color: #fff;
}



.tab_box .tab_btn.active,
.tab_box .tab_btn2.active {
    background:#07539f;
    color:#fff;
}

.tab_box .panel_area,
.tab_box .panel_area2 {
    /*border: solid 1px #e3ebf3;
    padding: 20px;*/
}

.tab_box .tab_panel,
.tab_box .tab_panel2 {
    display:none;
}

.tab_box .tab_panel.active,
.tab_box .tab_panel2.active {
    display:block;
}
.tab_panel h2,
.tab_panel2 h2 {
display: block;
    width: 100%;
    text-align: left;
    color: #4159A4;
    border-bottom: 2px solid #4159a4;
}

.report-list {
    margin-bottom: 50px;
}

.report-list li {
    border-bottom: 1px dashed rgba(0,55,146,0.3);
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.report-list li .item-title {
    font-weight: bold;
}
.report-list li .item-content {}

.cate {
    margin: 5px 0 0;
}
.cate-list {}
.cate-list li {
    display: inline-block;
    border: 1px solid #cce7ff;
    background: #f0f8ff;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 1px 10px 0;
    line-height: 150%;
}






.thumbnail {
    margin-bottom: 30px;
}