﻿.Information {
    padding-bottom: 27px;
    background: #f7f7f7;
}
.Information .wrap {
    font-size: 0;
}
.Information .wrap .right {
    margin:auto;
    width: 1200px;
    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;
    background:#FFFFFF;
    margin-right:20px;
}
.Information .wrap .right .Information_box
{
    justify-content:space-between;
    vertical-align:top;
    display:inline-block;
    width:860px;
    padding:0 0px 10px;
    background:#FFFFFF;
    }
.Information .wrap .right .Information_box ul{}
.Information .wrap .right .Information_box ul li
{
    border-bottom: 1px dashed #E3E4E6;
    font-size:0;
    padding:20px 20px 20px;
    box-sizing:border-box;
    }
.Information .wrap .right .Information_box ul li a .li_left
{
    background:#F0F2F5;
    display:inline-block;
    vertical-align:top;
    width:80px;
    height:80px;
    text-align:center;
    padding:13px 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:#0066CC;
    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:#7D7E80;
    margin-top:15px;
    }
.Information .wrap .right .Information_box ul li a .li_right
{
    width:100%;
    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:10px 0px;
}

.Information .wrap .right .Information_box .InformationMore
{
    width:120px;
    border: 1px solid #B30000;
    background:#fff;
    color:#B30000;
    padding:15px 0;
    line-height:1;
    border-radius:20px;
    margin:20px 370px;
    }
