/*main*/

.main{
    width: 1200px;
    margin: 26px auto 140px auto;
}

.main .left{
    width: 348px;
    float: left;
}

.main .left .zc{
    width: 269px;
    height: 73px;
    background: #183a6a;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 22px 30px 0 49px;
    margin-bottom: 9px;
}

.main .left .zc span{
    font-size: 20px;
    display: block;
    text-align: right;
}

.main .left li{
    width: 348px;
    height: 55px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 9px;
    line-height: 55px;
}

.main .left li a{
    color: black;
    font-weight: bold;
}

.main .left .lan{
    width: 348px;
    height: 55px;
    text-align: center;
    background: #3466af;
    margin-bottom: 9px;
    line-height: 55px;
}

.main .left .lan a{
    color: white;
}


.main .right{
    width: 812px;
    margin-left: 40px;
    float: left;
}

.main .right .top{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 2px #183a6a solid;
}


.main .right .top h4{
    color: #183a6a;
    display: block;
    float: left;
}

.main .right .top ul{
    float: right;
}


.main .right .top ul li{
    float: left;
    color: #183a6a;
}


.main .bottom{
    margin-top: 3px;
    border-top: 6px #183a6a solid;
    padding-top: 11px;
}

.main .bottom .xinxi{
    width: 100%;
    border-top: 1px #5e9fc1 dashed ;
    margin-top: 55px;
    padding-top: 60px;
    position: relative;
}

.main .bottom .xinxi img{
    position: absolute;
    right: 0;
    top:0;
}

.main .bottom .xinxi span{
    width: 236px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    color: white;
    background: #5d9fc1;
    font-weight: bold;
    border-radius: 25px;

    position: absolute;
    top: -22.5px;
}

.main .bottom .xinxi li{
    font-weight: bold;
    line-height: 44px;
}
/*main*/