.zwsq img {
    width: 100%;
}
.tag {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin: 2% auto;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
table thead th {
    color: #fff;
    font-weight: bold;
    background: #2f75b5;
}
table tbody tr:nth-child(odd) {
    background: #ddebf7;
}
table tbody tr:nth-child(even) {
    background: #bdd7ee;
}
table th, table td {
    padding: 1%;
    border: 1px solid #fff;
}
table tbody tr td:nth-child(2) {
    text-align: left;
}
.tag1 {
    width: 100%;
    font-size: 16px;
    margin: 1% auto;
}
.tag1_p {
    margin-left: 3%;
}
.take_in {
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    font-size: 14px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.zwsq a {
    display: block;
    background: #2B47B5;
    color: #fff;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    margin:10px auto;
}