.bodList {
    width: 100%;
    padding: 10px 0;
}

.bodList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bodList ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #d2d2d2;
    background: url(../images/about-wk-list.png) no-repeat;
    padding-left: 46px;
    background-position: 20px;
}
.bodList ul li:last-child{
    border: none;
}


.bodList ul li a{
    color: #212121;
    font-size: 21px;
}

.bodList ul li a:focus {
    outline: none;
}

.gltd_head{
    margin: 60px auto;
    text-align: center;
    border-bottom:1px solid #eee;
    padding-bottom:30px;
    font-size:16px;
	color: #000;
}

.gltd_head h2{
    font-size:28px;
    margin-bottom:20px;
}

.gltd_head p{
    font-size:16px;
}

.gltd_head p span{
    margin-left:30px;
}
.gltd_txt{
    margin:0 auto;
    margin-bottom: 70px;  
}
.gltd_txt img{
    height:auto;
    display: block;
    margin-bottom:50px;
    margin:20px auto 10px; 
}