﻿.time_line * {
    margin: 0;
    padding: 0;
}

.card_value * {
    font-family: 微软雅黑;
}

.card_value {
    background: url(/Image/content-container/jg/map.png) center no-repeat;
    background-size: 72%;
    width: 1050px;
    min-height: 354px;
    margin: 5px auto;
    margin-top: 25px;
}

.time_line {
    width: 100%;
}

.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url("/Image/content-container/jg/line-icon.png") 1px 286px repeat-x;
}

    .timeline li {
        float: left;
        list-style-type: none;
    }

.dates {
    padding-top: 50px;
}

    .dates li {
        margin-top: 30px;
        color: #000;
        width: 200px;
        height: 50px;
        padding-top: 20px;
        text-align: center;
        background: url("/Image/content-container/jg/node.png") center top no-repeat;
    }

.dates_selected {
    color: #FF6600;
    font-weight: bold;
    font-size: 20px;
}

.issues li {
    height: 254px;
}

    .issues li div.iss_con {
        margin: 0 auto;
        height: 100%;
    }

        .issues li div.iss_con h1 {
            height: 100%;
            color: #717173;
            float: left;
            line-height: 254px;
            width: 35%;
            text-align: right;
        }

            .issues li div.iss_con h1 a {
                margin-top: -50%;
            }

        .issues li div.iss_con p {
            margin: 10px 0px;
            font-size: 16px;
            color: #7C7C7E;
            width: 580px;
            white-space: initial;
        }

        .issues li div.iss_con .iss_p {
            padding-left: 40%;
            position: relative;
            margin-top: -10px;
        }

            .issues li div.iss_con .iss_p a {
                position: absolute;
                color: #FF6600;
            }

                .issues li div.iss_con .iss_p a:hover {
                    text-decoration: underline;
                }

.prev, .next {
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 39px;
    margin-top: -30px;
}

.prev {
    left: 100px;
    background: url(/Image/content-container/jg/prev.png) center no-repeat;
}

.next {
    right: 100px;
    background: url(/Image/content-container/jg/next.png) center no-repeat;
}




.jg_list {
    width: 90%;
    /*height: 100px;*/
    margin: 0 auto;
}

    .jg_list ul {
        width: 100%;
        /*margin-left: 80px;*/
        display: flex;
        flex-wrap: wrap;
    }


    .jg_list .regions {
        width: 100%;
        color: #FF6600;
        font-weight: bold;
        font-size: 18px;
        margin: 15px 0 25px;
    }

        .jg_list .regions span {
            padding: 5px 30px;
            color: #FF6600;
            font-weight: bold;
            font-size: 18px;
            background: #FDECE2;
            text-align: center;
        }

    .jg_list ul li {
        width: 100px;
        list-style-type: none;
        text-align: left;
        float: left;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
          display: flex;
            flex-direction: column;
    }
.cityList ul li {
     font-size: 14px;
            width: 25%;
            display: flex;
            flex-direction: column;
            margin-bottom: 25px;
            height:auto;
}
.cityList ul li .en-city {
            height: 40px;
            display: flex;
            white-space: wrap;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: flex-start;
            font-size: 12px;
        }
.cityList ul li div {
    }
    .cityList ul li a {
        display: block;
        width: 225px ;
        overflow: auto;
        height: 30px;
        line-height: 30px ;
    }
     .cityList ul li .city-li-a
     {
          white-space:wrap;
         height:auto;
         width:auto ;
         line-height:1.6;
         }
        .jg_list ul li a {
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .jg_list ul li a.jg_select {
                color: #FF6600;
                font-weight: bold;
                font-size: 18px;
            }







.time_line_select {
    width: 1050px;
    height: 75px;
    font-family: 微软雅黑;
    margin: -10px auto;
}

    .time_line_select .card {
        float: left;
        cursor: pointer;
        margin-left: 5px;
         display: flex;
            flex-direction: column;
    }

    .time_line_select .time_line_card p {
      text-align: center;
        margin: 0px;
        font-size: 16px;
    }
.time_line_select .time_line_card .en
{
    padding-top:0px;
    margin-top:-4px;
    font-size:12px;
    white-space: nowrap;
    }
    .time_line_select .card_select p {
        background-color: #efefef;
        padding:4px 4px;
        color: #FF6600;
        width: 106px;
    }

.card_animate {
    width: 106px;
    position: absolute;
    top: 45px;
}

.card_border {
    width: 100%;
    border-top: 2px solid #FF6600;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}

.card_angle {
    width: 5px;
    border-top: 5px solid #FF6600;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 48px;
}
