.clearflex::after {
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

.guideAction-left {
    float: left;
    width: 305px;
    height: 877px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-right: 10px;
}

.guideAction-right {
    float: left;
    width: calc(100% - 315px);
    padding: 80px 65px;
    background: #fff;
}

.guideAction-title {
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #3D3D3D;
    padding-left: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.guideAction-content {
    padding: 25px;
}

.guideAction-item {
    background-color: #ffffff;
    color: #1767E3;

}

.guideAction-tag {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("./images/arrow.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 15px;
}

.guideAction-item {
    vertical-align: middle;
    margin-bottom: 13px;
    cursor: pointer;
}

.guideAction-item.active {
    background-color: #1767E3;
    color: #fff;
}

.guideAction-item.active .guideAction-tag {
    background: url("./images/arrow1.png") no-repeat;
    background-size: 100% 100%;
}

.guideAction-item-tag {
    font-size: 20px;
    box-shadow: 0px 0px 6px 0px #CAD1F2;
    border-radius: 6px;
    padding: 17px 20px;
}

.guideAction-item-detail {
    padding: 17px 20px;
    color: #6F6F6F;
    display: none;
    background: #eef4fd;
}
.guideAction-item-detail.active{
    color: #1767E3;
}
.guideAction-item-detail i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #6F6F6F;
    border-radius: 6px;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 25px;
}
.guideAction-item-detail.active i{
    background: #1766E3;
}
.guideAction-right-title {
    font-size: 36px;
    text-align: center;
}
.guideAction-right-item{
    display: none;
} 
.guideAction-item.active .guideAction-item-detail{
    display: block;
}

.font16{
    font-size: 16px;
}
.margintop10{
    margin-top: 10px;
}
.marginTop20{
    margin-top: 20px;
}
.marginBottom70{
    margin-bottom: 70px;
}
.text-c{
    text-align: center;
}
.font22{
    font-size: 22px;
}
table { width: 100%;  text-align: center; border-collapse: collapse; padding:2px;}   
table tr td{
    text-align: center;
    border:1px solid #f1f1f1;
    padding: 7px 0;
    font-size: 16px;
}
table.window tr td{
    text-align: left;
    padding-left: 10px;
}
table.window tr td.font-weight{
    text-align: center;
}
table tr:first-child td{
    font-weight: bold;
}
.font16{
    font-size: 16px;
    padding: 5px 0;
}

.font-weight{
    font-weight: bold;
}
.guideAction-right-test>div{
    font-size: 16px;
    padding: 5px 0;
}