@charset "utf-8";
.h_date > span > a{
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 3px;
}

.nodate.text_list a span {
    border-right-width: 0px;
}



/*1029大事記*/
#tabs-info {
    height: auto !important;
}
.tab_addhi {
    /* height: 85px; */
    line-height: 40px;
    text-align: center;
}

    .tab_addhi > a {
        width: 97px;
    }

    .tab_addhi > .tab-content {
        /*padding: 50px 10px;*/
    }

.year_blcok {
    background-color: #ad7c42;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 20px;
    float: left;
}

.year_bdr {
    width: 100%;
    border-left: 2px solid #c4c4c4;
    display: inline-block;
    margin-left: 90px;
    padding: 30px 0px;
    box-sizing: border-box;
}

.year_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.2px 10px 0;
    border-color: transparent #959595 transparent transparent;
    display: inline-block;
    padding-left: 60px;
    transform: translateX(-10px);
    float: left;
    margin: 10px 0px
}

    .year_arrow::before {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #d5c2a7;
        display: inline-block;
        content: "";
        float: left;
        margin-left: -60px;
        margin-top: -10px;
        /* margin: 5px; */
    }

.year_block_dc {
    border: 1px solid #959595;
    padding: 20px;
    border-radius: 10px;
    margin-left: 67px;
    margin-top: -20px;
    width: calc( 100% - 150px);
}

    .year_block_dc img {
        display: block;
        text-align: center;
        /*width: 80%;*/
        margin: 0 auto;
    }

.year_block_dctitle {
    font-size: 20px;
    color: #ad7c42;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
}

.year_block_dctext {
    font-size: 18px;
    padding: 20px 0px 0px;
    color: #000000;
    text-align: left;
}


/***1030聽說故事**/
.story_country {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 30px 0px 20px 0px;
}

    .story_country:first-child {
        margin-top: 0px;
    }

    .story_country:before, .story_country:after {
        width: 50px;
        display: inline-block;
        content: "";
        border-bottom: 1px solid #ccc;
        margin: 0px 10px;
    }

.st_ctry_bd {
    width: calc( 100% / 2 - 10px );
    float: left;
    margin-right: 10px;
    border: 2px solid #dad4c3; /**20181116修改*/
    text-align: center;
    margin-bottom: 15px;
}

    .st_ctry_bd a {
        color: #000;
        text-decoration: none;
    }

    .st_ctry_bd:hover {
        color: #ad7c42;
        border: 2px solid #ad7c42;
        cursor: pointer;
        transition: 0.2s linear;
    }

        .st_ctry_bd:hover > a {
            color: #ad7c42;
        }

.st_bdr {
    border-bottom: 1px solid #ccc;
    height: 2px;
    width: 100%;
    margin-top: 30px;
}

.abroad .num > a {
    color: #b7a60f;
}
