div.tool-page-main {
    padding: 56px 175px;
    background: #fff;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
}
.tool-page-main h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    color: #3D3D3D;
}
.tool-page-main p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #3D3D3D;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
#page-content {
    padding-top: 60px;
}
.tool-list {
    margin-top: 63px;
}
.tool-item {
    width: 340px;
    float: left;
    margin-bottom: 34px;
    margin-right: 170px;
    cursor: pointer;
}
.tool-item:nth-child(2n) {
    margin-right: 0;
}
.tool-item-img {
    width: 340px;
    height: 194px;
    background: url(//static-f.fwxgx.com/image/activity/tool-95e2c1d16d1926c880ce614937959650.png);
    padding-top: 31px;
}
.tool-item-img img {
    width: 100px;
}
.tool-item-img p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #3D3D3D;
    margin-top: 5px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tool-item-btn-wrap {
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #E2EFFF;
    line-height: 50px;
}
.tool-item-btn {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #0084FF;
    outline: none !important;
}
.tool-item:hover .tool-item-btn {
    font-weight: bold;
}
.tool-item-btn.active {
    color: #333333;
    font-weight: normal !important;
    cursor: default;
}