﻿.Information {
    background-color: #f7f7f7;
    padding-bottom: 27px;
}
.Information .wrap {
    font-size: 0;
}
.Information .wrap .right {
    margin:auto;
    width: 1230px;
    vertical-align: top;
    box-sizing: border-box;
}
.Information .wrap .right .title {
    padding: 30px 0px;
    display: flex;
}
.Information .wrap .right .location
{
    background:#FFFFFF;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:8px;
    font-size:0;
    padding: 20px 19px 20px 42px;
    overflow:hidden;
    }
.Information .wrap .right .location .location_left
{
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    }
.Information .wrap .right .location .location_left span
{
    display:block;
    line-height:1;
    }
.Information .wrap .right .location .location_left span:first-child
{
    position:relative;
    font-size:24px;
    color:#292929;
    }
.Information .wrap .right .location .location_left span:first-child::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background-color:#09199B;
    border-radius:50%;
    top:calc(50% - 3px);
    left:-20px;
    }
.Information .wrap .right .location .location_left span:last-child
{
    margin-top:10px;
    }
.Information .wrap .location_right
{
    display:inline-block;
    vertical-align:top;
    float:right;
    }
.Information .wrap .location_right a
{
    display:inline-block;
    }
.Information .wrap .right .appNotice {
    display:inline-block;
    margin-right:30px;
}
.Information .wrap .right .Information_box
{
    vertical-align:top;
    display:inline-block;
    width:860px;
    padding:0 20px 10px;
    background:#FFFFFF;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:8px;
    }
.Information .wrap .right .Information_box ul{}
.Information .wrap .right .Information_box ul li
{
    font-size:0;
    padding:20px 0px 20px;
    border-bottom:1px solid #EBEBEB;
    box-sizing:border-box;
    }
.Information .wrap .right .Information_box ul li a .li_left
{
    display:inline-block;
    vertical-align:top;
    width:80px;
    height:80px;
    text-align:center;
    padding:9px 0;
    box-sizing:border-box;
    margin-right:19px;
    }
.Information .wrap .right .Information_box ul li a .li_left span
{
    line-height:1;
    display:block;
    }
.Information .wrap .right .Information_box ul li a .li_left span:nth-child(1)
{
    line-height:0.8;
    color:#BF000A;
    font-size:30px;
    font-weight:bold;
    }
.Information .wrap .right .Information_box ul li a .li_left span:nth-child(2)
{
    font-size:12px;
    font-weight:400;
    color:#BF000A;
    margin-top:7px;
    }
.Information .wrap .right .Information_box ul li a .li_left span:nth-child(3)
{
    font-size:14px;
    font-weight:400;
    color:#BF000A;
    margin-top:15px;
    }
.Information .wrap .right .Information_box ul li a .li_right
{
    width:calc(100% - 100px);
    display:inline-block;
    vertical-align:top;
    padding:  10px 0px 6px;
    }
.Information .wrap .right .Information_box ul li a .li_right h3
{
    color:#000000;
    font-weight:400;
    font-size:18px;
    line-height:1;
    }
.Information .wrap .right .Information_box ul li a .li_right p
{
    color:#808080;
    margin-top:10px;
    }

.Information .wrap .right .Information_box .InformationMore
{
    width:100%;
    background-color:#09199B;
    color:#FFFFFF;
    padding:15px 0;
    line-height:1;
    border-radius:4px;
    text-align:center;
    margin:20px 0;
    }
