@charset "UTF-8";

/*left*/
.left {
    width: 82%;
    border-right: 1px solid #ebebeb;
}
.left .cont {
   /* width: 100%;*/
    /*max-width: 600px;*/
    margin:0 25px;
}
.left h1 {
    color: #7f1c77;
    font-size: 2.4em;
    /*margin-top: 75px;*/
    margin-bottom: 10px;
    /*margin-left: 96px;*/
    cursor:default;
    line-height: 3;
}
.left span {
    display: block;
    font-size: 1.6em;
    color: #666;
    line-height: 1.8em;
}
.left p {
    margin-bottom: 8px;
    padding: 20px 0 20px 60px;
}
.left p:nth-of-type(1) {
    background: url("/html/img/c-icon-1.png") left 24px no-repeat;
}
.left p:nth-of-type(2) {
    background: url("/html/img/c-icon-2.png") left 18px no-repeat;
}
.left p:nth-of-type(3) {
    background: url("/html/img/c-icon-3.png") left 24px no-repeat;
}
.left .map {
    /*width: 662px;*/
    width: 100%;
    height: 626px;
    border-radius: 50%;
    margin-bottom: 5em;
    overflow: hidden;
}
/*left-end*/

