/*攻略页内容*/
#strategy-container {
    margin: auto;
    width: 1200px;
    overflow: hidden;
}

#strategy-content {
    padding: 10px 20px 20px;
    width: 860px;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
    position: relative;
}

.strategy-type-ul {
    text-align: center;
    position: absolute;
    top: 6px;
    margin: auto;
    left: 210px;
}

.strategy-type-ul .strategy-type-li {
    display: inline;
    font-size: 14px;
    color: #555555;
    padding: 0 10px;
    cursor: pointer;
}
.strategy-type-ul .strategy-type-li:hover{
    color: #05bcc6;
}
.strategy-type-ul .strategy-type-li.checked {
    font-size: 16px;
    color: #05bcc6;
    font-weight: bold;
}

.strategy-li {
    height: 112px;;
    width: 780px;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.strategy-li:first-child {
    padding-top: 10px;
}

.strategy-right-img {
    width: 200px;
    height: 112px;
    background-color: #f2f2f2;
    display: block;
}

.strategy-li div.fr {
    width: 560px;
    height: 112px;
}

.strategy-li .strategy-link {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: block;
    overflow: hidden;
}
.strategy-li .strategy-link:hover{
    color:rgb(5,188,198);
    text-decoration:underline;
}
.strategy-li .strategy-describe {
    font-size: 14px;
    width: 100%;
    color: #888888;
    line-height: 22px;
    height: 42px;
    margin: 10px auto 16px;
    overflow: hidden;
}

.strategy-right-info {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #999999;
}

.strategy-right-info span {
    padding-right: 20px;
}

.strategy-right-info i, .strategy-right-info b {
    padding: 8px;
    font-size: 0;
    background: url(../images/ico.png) no-repeat -115px -76px;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.strategy-right-info b {
    background-position: -133px -76px;
}

.load-more {
    width: 83px;
    height: 16px;
    line-height: 16px;
    text-align: right !important;
    margin: 60px auto;
    display: block;
    background: url(../images/loading.gif) no-repeat;
    background-size: 16px 16px;
    color: #999999;
}
