.tabs{
    width: 60%;
    height: auto;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}
.yygk-tabs-list{
    display: flex;
    justify-content: space-between;
}
.yygk-list{
    width:150px;
    height:50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #0a3e80;
    font-size: 20px;
}
.yygk-li{
    width: 147px;
    height: 50px;
    line-height: 50px;
    color: #0a3e80;
    font-size: 20px;
    border:#0a3e80 solid 1px;
    margin: 10px 0;
    text-align: center;
}
.yygk-lis{
    width: 147px;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-size: 20px;
    border:#555 solid 1px;
    margin: 10px 0;
    text-align: center;
}
.yygk-right-top{
    display: flex;
    height: 50px;
    width: 100%;
    border-bottom: #aaa 1px dashed;
}

.wenzhang p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
}

.imagestyle{
    width: 100%;display: flex;margin-bottom: 10px;justify-content: space-between;
}
.imagestyle img{
    width: 49%;
}
@media  (min-width:1460px) and (max-width:1760px) {
    .tabs{
        width: 70%;
    }
}
@media  (max-width:1460px) {
    .tabs{
        width: 80%;
    }
}