/*
 * font
 */

a{
    text-decoration: none;
}
body {
  background-color: #f5f5f5;
    font-size: 16px;
}
.container{
    padding: 0;
}


.home .home-M{
    text-decoration: none;
}
.home-M{
    background-color: white;
    border-bottom:1px solid #eee ;
    border-top:1px solid #eee ;
    margin-bottom: 8px;
    display: block;
    color: #222222;
}

.home .M-top span{
    background-color: #2288dd;
    padding: 6px;
    border-bottom-right-radius:50%;
    border-top-right-radius:50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-topright: 50%;
    color: white;
}
.M-top{
    padding: 12px 0;
}
.M-p{
    font-size: 18px;
    color: #2288dd;
}
.home-M .M-p{
    display: inline;
    margin-left: 10px;
}

.M-2{
    padding:20px 10px;
    border-top: 1px solid #eee;
}


.Home .row{
    margin: 0;
}
.Home .col-xs-4,.Home .col-xs-8{
    padding:2px;
}
.line-con {
    position: relative;
    margin: 3%;
}
.line {
    height: 1px;
    background: #e5e5e5;
    overflow: hidden;
    position: relative;
    z-index: -1px;
    top:34px;
}
.hotline{
    color: #222;
    background: #f5f5f5;
    width: 360px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
}
.home .table-responsive{
    padding: 2% 0;
    background-color: white;
    margin: 2% 0;
}
.home .table tr{
    border-spacing: 1px;
    border-color: #eeeeee;
    line-height: 2em;

}