﻿a {
    text-decoration: none;
    color: #FFFFFF;
}

.content {
    margin: 90px 0;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}

.tabs>div {
    margin-left: 10px;
    width: 139px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #ebe9e9;
    color: #999999;
    cursor: pointer;
}

.container .tabs_box {
    display: none;
}

.container .acc {
    display: block;
}

.box_flex {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  flex-wrap: wrap;
  column-gap: 25px;
}

.img {
    width: 32%;
    margin-top: 25px;
}

.img_box {
    width: 100%;
    line-height: 80px;
    padding: 10px;
    background: #FFFFFF;
    height: 200px;
}

.img_text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.seeMore {
    width: 91px;
    height: 33px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    background: #FFA700;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 22px;
    border-radius: 5px;
    line-height: 32px;
    cursor: pointer;
}

.img_content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

/*小于 480px  手机*/
@media screen and (max-width: 480px) {
    .box_flex {
        display: block;
    }

    .img {
        width: 100%;
    }
}