.x-wrap {
	width: 90%;
	margin: 0 auto;
}
.ksdh1 .tit {
    text-align: center;
    margin-top: 12px;
	font-size: 32px;
}
.ksdh2 .tabsbox {
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 59px;
}
.tabsitem.now {
    display: block;
}
.ksdh2 .boxs {
    margin-bottom: 46px;
}
.ksdh2 .tit {
    position: relative;
}
.ksdh2 .s1 {
    float: left;
}
.fs20 {
    font-size: 20px;
}
.ksdh2 .line {
    position: absolute;
    top: 50%;
    left: 123px;
    right: 15px;
    border-top: 1px solid #55A5AA;
}
.ksdh2 .line:before {
    left: 0px;
}
.ksdh2 .line:before, .ksdh2 .line:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    background: #55A5AA;
}
.ksdh2 .line .icon {
    background: url('http://www.wchscu.cn/Public/static/themes/image/ksdh2-1.png') no-repeat 0 0;
    background-size: cover;
    width: 19px;
    height: 12px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -6px;
}
.ksdh2 .linktext {
    width: 100%;
    margin-left: -7px;
    margin-top: 15px;
    font-size: 16px;
}
.ksdh2 .linktext a {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    width: 222px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    margin: 7px;
	color: #313131;
	    text-decoration: none;
	    color: inherit;
		cursor: pointer;
}
.clear:after, .x-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.ksdh2 .linktext a span {
    display: block;
    padding: 0 15px;
}
.ksdh2 .bx1 .linktext a:hover {
    color: #55A5AA;
    border-color: #55A5AA;
}