* {
    padding: 0;
    margin: 0;
    /*font-size: 15px;*/
    font-family: "微软雅黑", 'Microsoft YaHei';
}

.main_body {
    padding-top: 20px;
}

.xygs-main {
    width: 1420px;
    /* height: 700px; */
    margin: 0 auto;
    padding: 40px 0;
}

.xygs-main-con {
    float: left;
}

.xygs-main-con {
    width: 280px;
    height: 210px;
    margin: 0 10px 25px 10px;
}

.xygs-tb {
    width: 280px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    overflow: hidden;
}

.xygs-title {
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #efefef;
    font-size: 16px;
    text-align: center;
    color: #606060;
}

.xygs-qltitle {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    text-indent: 0px;
    color: #606060;
}

.xygs-ttcmd {
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: url(../images/ql_hh1.png) no-repeat center 1px;
    font-size: 16px;
    text-align: left;
    text-indent: 50px;
    color: #606060;
}

.xygs-title a {
    color: #606060;
    width: 280px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.main_body {*/
/*    width: 1200px;*/
/*    margin: 0 auto 20px;*/
/*    font-size: 12px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.search_content ul{*/
/*	width: 1200px;*/
/*    height: 0;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    }*/
.xycx-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
}

.xycx-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.xycx-tab {
    flex: 1;
    border: 1px solid #F6D2D6;
    border-radius: 8px;
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
    color: #944b56;
    cursor: pointer;
    transition: all .2s;
    background: #fff7f7;
}

.xycx-tab.active {
    color: #fff;
    background: #BE1B2F;
    border-color: #BE1B2F;
    box-shadow: 0 8px 24px rgba(190, 27, 47, .25);
}

.xycx-panel {
    background: #fff;
    border-radius: 12px;
    padding: 34px 60px 50px;
    box-shadow: 0 10px 40px rgba(22, 45, 61, .08);
}

.xycx-desc {
    font-size: 16px;
    color: #909399;
    margin-bottom: 24px;
}

.xycx-search-bar {
    display: flex;
    gap: 16px;
    align-items: center;
}

.xycx-input {
    flex: 1;
    height: 54px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #dcdfe6;
    font-size: 16px;
    color: #000;
}

.xycx-input:focus {
    border-color: #BE1B2F;
    box-shadow: 0 0 0 3px rgba(246, 210, 214, .8);
    outline: none;
}

.xycx-btn {
    padding: 0 34px;
    height: 54px;
    border-radius: 8px;
    background: #BE1B2F;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background .2s, box-shadow .2s;
}

.xycx-btn:hover {
    background: #a31627;
    box-shadow: 0 10px 20px rgba(190, 27, 47, .35);
}

.xycx-tips {
    font-size: 14px;
    color: #a0a3a9;
    margin-top: 18px;
}

@media (max-width: 1280px) {
    .xycx-wrapper {
        width: auto;
        padding: 30px 15px 60px;
    }

    .xycx-panel {
        padding: 24px 20px 30px;
    }

    .xycx-tabs {
        flex-direction: column;
    }
}

.shxts-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
    user-select: text;
}

.shxts-title {
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}

.shxts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.shxts-card {
    flex: 1 1 calc(25% - 20px);
    max-width: 335px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.shxts-card h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
}

.shxts-links,
.shxts-info {
    margin-bottom: 12px;
    line-height: 26px;
}

.shxts-link {
    display: inline-block;
    color: #0c4e91;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 6px;
}

.shxts-link:hover {
    text-decoration: none;
    color: #0c4e91;
}

.shxts-phone {
    font-size: 15px;
    color: #555;
}

.shxts-phone span {
    color: #BE1B2F;
    font-weight: 600;
}

@media (max-width: 1280px) {
    .shxts-wrapper {
        width: auto;
        padding: 30px 15px 50px;
    }

    .shxts-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .shxts-card {
        flex: 1 1 100%;
    }
}

.xxgs-card-content {
    padding: 10px 0;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
}

.xxgs-card-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}

.xxgs-card-link {
    display: inline-block;
    color: #0c4e91;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 6px;
}

.xxgs-card-link:hover {
    text-decoration: underline;
}

.xxgs-card-phone {
    font-size: 15px;
    color: #666;
}

.xxgs-card-phone span {
    color: #BE1B2F;
    font-weight: 600;
}

.xxgs-tb {
    background: #f7f7f7;
}