.detailMain div a {
    margin: 0 18px;
    font-size: 16px;
    font-weight: 500;
}

.article_content {
    height: 340px;
    margin-top: 36px;
    position: relative;
}

.article_content img {
    height: 100%;
    width: 100%;
}

.go_Img {
    position: absolute;
    left: 24px;
    top: 30%;
    z-index: 12;
    padding: 12px;
}

.go_Img small {
    height: 23px;
    font-size: 30px;
    font-weight: bold;
    color: #008DD1;
}

.go_Img .details_btn {
    margin-top: 50px;
    border-radius: 4px;
    background-color: #fff;
    width: 140px;
    color: #008DD1;
    font-size: 15px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.details_btn:hover {
    color: #fff;
    background-color: #008DD1;
}

.go_Img .details_btn img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .detailMain div a {
        margin: 0 18px;
    }
}

@media screen and (max-width:560px) {
    .article_content {
        height: auto;
    }
    .go_Img {
        top: 20%;
        padding: 6px;
    }
    .go_Img small {
        font-size: 12px;
    }
    .go_Img .details_btn {
        width: 105px;
        font-size: 12px;
        margin-top: auto;
    }
}