body{
    background: #FAFAFA;
}

/**swiper*/
.swiper-container{
    width: 100%;
}

.swiper-container img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
/**banner*/
.banner{
    width: 100%;
    min-height: 200px;
    padding-top: 70px;
    /*height: 460px;*/
    /* margin-top: 70px; */
}
.banner .img{
    width: 100%;
    /*height:100%;*/
}

.platform {
    width: 100%;
    min-height: 240px;
    background-color: #ffffff;
    position: relative;
}

.platform .content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 100px;
}

.platform .content svg {
    width: 60%;
    height: 60%;
    padding: 20%;
    fill: #000000;
}

.platform .content svg:hover {
    fill: #ffffff;
}

.platform .content .left-box {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.platform .content .turn-left {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.platform .content .turn-left:hover {
    background-color: #1F453D;

}

.platform .content .right-box {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.platform .content .turn-right {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.platform .content .turn-right:hover {
    background-color: #1F453D;
}

.platform .content .school-list {
    width: 60%;
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10%;
    grid-template-rows: 100px 100px;
    align-items: center;
    grid-row-gap: 20px;
    justify-content: space-between;
    justify-items: center;
}

.platform .footer {
    width: 100%;
    position: absolute;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform .footer p {
    letter-spacing: 20px;
    line-height: 30px;
}

.course-types {
    width: 100%;
    height: auto;
    background-color: #D2DAD9;
}

.course-types .title {
    width: 80%;
    margin: 0 auto;
    padding-top: 55px;
    text-align: left;
    font-size: 24px;
    line-height: 75px;
    font-weight: bold;
    /*text-shadow: 2px 2px 2px #000000;*/
    color: rgba(31, 69, 62, 1);
}

.course-types .categories {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.course-types .categories li {
    width: 25%;
    text-align: center;
    line-height: 65px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #647C77;
}

.course-types .skills {
    width: 85%;
    margin: 25px auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 20px;
    padding: 30px 10px;
    /* background-color: #ffffff; */
}

.course-types .skills li {
    width: 75%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    box-shadow: 5px 5px 2px #c9c9c9;
    /*margin-bottom: 10px;*/
}

.course-types .skills .background {
    width: 100%;
    height: 150px;
}

.course-types .skills .avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 90px;
    left: 10%;
    border-radius: 100%;
}

.course-types .skills .skill-title {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    height: 25px;
    overflow: hidden;
}

.course-types .skills .describe {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 75px;
    color: #616161;
    padding: 0 25px;
    height: 45px;
    overflow: hidden;
}

.course-types .skills .button {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 60%;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    background-color: #4C6A64;
    border-radius: 120px;
    font-size: 12px;
    border: none;
}

.course-types .more {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 25px 0;
}

.course-types .more button {
    background-color: #4C6A64;
    color: #ffffff;
    border-radius: 50px;
    width: 80px;
    height: 32px;
    border: none;
}

.course-specialty {
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 25px 10%;
}

.course-specialty .title {
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    line-height: 75px;
    font-weight: bold;
    /*text-shadow: 2px 2px 2px #000000;*/
    color: rgba(31, 69, 62, 1);
}

.course-specialty .category {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
}

.course-specialty .category li {
    display: flex;
    margin: 10px 0;
}

.course-specialty .category li p {
    width: 20%;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000000;
}

.course-specialty .content {
    width: 80%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
}

.course-specialty .course-specialty-button {
    width: 150px;
    height: 35px;
    border: none;
    border-radius: 20px;
    padding: 0 25px
}

.normal-button {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}

.xd-button:hover {
    background-color: #4C588C;
    color: #ffffff;
}

.xd-active {
    background-color: #4C588C;
    color: #ffffff;
}

.nj-button:hover {
    background-color: #456664;
    color: #ffffff;
}

.nj-active {
    background-color: #456664;
    color: #ffffff;
}

.course-specialty .course-list {
    width: 80%;
    margin: 0 auto;
    height: auto;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-column-gap: 5%;
    grid-row-gap: 50px;
    justify-content: space-between;
    justify-items: center;
}

.course-specialty .course-list li {
    width: 100%;
    height: 300px;
    box-shadow: 2px 2px 9px #ddd;
    position: relative;
}

.course-specialty .course-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.course-specialty .course-list li .top {
    width: 90%;
    height: 45%;
    margin: 5%;
}

.course-specialty .course-list li .tip {
    width: 46px;
    height: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 10px 0;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
}

.course-specialty .course-list li .thumb {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.course-specialty .course-list li .course-title {
    padding: 0 5%;
    font-size: 16px;
    height: 22px;
    overflow: hidden;
}

.course-specialty .course-list li .teacher-name {
    position: absolute;
    bottom: 85px;
    left: 5%;
}

.course-specialty .course-list li .information {
    position: absolute;
    left: 5%;
    bottom: 65px;
}

.course-specialty .course-list li .user-info {
    position: absolute;
    width: 50%;
    height: 40px;
    bottom: 5%;
    line-height: 40px;
    display: flex;
    justify-content: space-evenly;
}

.course-specialty .course-list li .user-info .avatar {
    border-radius: 100%;
}

.course-specialty .course-list li .pay-info {
    position: absolute;
    width: 40%;
    right: 5%;
    bottom: 5%;
    font-size: 15px;
    text-align: right;
}

.news {
    width: 100%;
    height: 600px;
    position: relative;
}

.news .background {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.news .background .img {
    /*object-fit: cover;*/
}
.news .background-top {
    width: calc(100% - 800px);
    height: 100%;
    /* background: linear-gradient(to right, rgba(31, 69, 62, 1), rgba(31, 69, 62, 1), rgba(31, 69, 62, 1), rgba(31, 69, 62, 0.6), rgba(31, 69, 62, 0)); */
    background-color: rgba(31, 69, 62, 1);
}

.news .title {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 35px;
    line-height: 120px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}

.news .more {
    width: 80%;
    height: 25px;
    position: absolute;
    bottom: 10%;
    left: 6%;
}

.news .news-list {
    width: 80%;
    margin: 0 auto;
    height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.news .news-list li {
    width: 95%;
    margin-top: 20px;
    line-height: 35px;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
}

.news .news-list li svg {

}

.news .news-list li p {
    width: 90%;
    margin-left: 5%;
}

.news .news-list li a {
    color: #ffffff;
    font-size: 16px;
}

.news .more button {
    width: 80px;
    height: 32px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 50px;
}

.news .more button:hover {
    /* background-color: #1F453D; */
    background-color: green;
    color: #ffffff;
}

.advert-push1{
    /* padding-left: 19%; */
    /*width: 1000px;*/
    /*margin-left: -500px;*/
    padding-top: 50px;
    padding-bottom: 20px;
    /*width: 1200%;*/
    text-align: -webkit-center;
        /* 确保这两个容器是块级元素 */
    display: block; /* 这通常是默认的，但明确写出可以避免潜在的问题 */
    width: 120%; /* 如果需要，可以设置宽度为100%或其他值 */
    /* 其他样式，如边距、填充、边框等 */
    flex-wrap: wrap;
    justify-content: center;/* 水平居中 */

}

._6wZTf{
    padding: 30px 0 26px;
    background: url(http://https://zyht.huokedao.com/static/default/images/index/superiority_bg.png);
}

._6wZTf ._2_6Zp {
    font-size: 40px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    margin-bottom: 80px;
}

._6wZTf .uplmK {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
}

._6wZTf ._3jf9s {
    width: 588px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.04);
    border-radius: 16px;
    background-color: #fff;
}

._6wZTf ._3sNCh {
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    margin-right: 32px;
}

._6wZTf ._2mrZV {
    width: 100%;
}

._6wZTf ._2rSXc {
    display: flex;
    flex-direction: column;
}

._6wZTf ._15OFI {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

._6wZTf ._3blI6 {
    display: block;
    margin-top: 16px;
    height: 36px;
    width: 92px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #00cc7e;
}

.kaiyuan_body .zhibo_wrap {
    background-color: #f2f2f2;
    padding-top: 45px;
}


.less_top{
    width: 100%;
    background: #fff;
    margin-top: 70px;
    padding-bottom: 10px;
}
.less_top .middle{
    width: 1170px;
    margin: 0 auto;
    font-size: 14px;

}
.less_top .middle .ul{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    font-size: larger;
    border-bottom: 1px solid #E6E6E6;

}
.less_top .middle .ul .left{
    float: left;
    font-weight: 600;
}
.less_top .middle .ul .right{
    float: left;
    width: 822px;
    color: #969696;
    font-size: medium;
}

.less_top .middle .ul .right .li{
    float: left;
    padding: 1px 10px 1px 10px;
    border-radius: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
    cursor:pointer;
}
/*分类颜色修改*/
.active{
    background: #38DAA6;
    /*background: #1a82c8;*/
    color: #fff;
}

.active:hover{
    background: #38DAA6;
    /*background: #1a82c8;*/
    color: #fff;
}

.less_list{
    width: 850px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
}

.less_list ul{
    clear: both;
    overflow: hidden;
    padding: 10px;
}
.less_list ul li{
    width: 31%;
    height: 300px;
    background: #fff;
    box-shadow: 2px 2px 9px #ddd;
    float: left;
    margin-top: 20px;
}
.less_list ul li:nth-of-type(4n){
    margin-left: 3.333%;
}
.less_list ul li:nth-of-type(4n-1){
    margin-left: 3.333%;
}
.less_list ul li .content{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 5%;
}
.less_list ul li .content .top{
    width: 100%;
    height: 160px;
}
.less_list ul li .content .top .tip{
    width: 46px;
    height: 24px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 0 0 10px 0;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
}
.less_list ul li .content .title{
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height:38px;
}

.less_list ul li .content .information{
    margin-top: 12px;
    height: 18px;
}
.less_list ul li .content .information .text1{
    font-size: 11px;
    color: #969696;
}
.less_list ul li .content .information .text2{
    color: #38E1AB;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.less_list ul li .content .information img{
    width: 13px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}
.less_list ul li .content .bottom{
    margin-top: 10px;
}
.less_list ul li .content .bottom .img1{
    width: 25px;
    height: 25px;
    border-radius: 25px;
}
.less_list ul li .content .bottom .name{
    margin-left: 5px;
    position: relative;
    bottom: 8px;
}
.less_list ul li .content .bottom .mian{
    float: right;
    color: #38DAA6;
    font-size: 15px;
    position: relative;
    top: 4px;
}
.less_list ul li .content .bottom .mi{
    float: right;
    color: #1B8CFF;
    font-size: 15px;
    position: relative;
    top: 4px;
}
.less_list ul li .content .bottom .money{
    float: right;
    color: #FF1B20;
    font-size: 15px;
    position: relative;
    top: 4px;
}

.less_list ul li .content .bottom .text{
    float: right;
    color: #FF1B20;
    font-size: 15px;
    position: relative;
    top: 4px;
}


.less_list .look_more{
    width: 120px;
    height: 35px;
    border: 1px solid #9e9a9a;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #9e9a9a;
    margin-top: 25px;
}



/**课程列表*/
.body{
    width: 850px;
    margin: 0 auto;
    margin-top: 50px;
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
}

.body .packs{
    clear: both;
    overflow: hidden;
}
.body .packs .tips{
    height: 16px;
    border-left: 4px solid #38DAA6;
    line-height: 16px;
    font-size: 13px;
    text-indent: 10px;
    font-weight: 600;
}

.body .packs ul{
    clear:both;
    overflow: hidden;
    padding: 10px;
}
.body .packs ul li{
    width: 31%;
    height: 300px;
    background: #fff;
    box-shadow: 2px 2px 9px #ddd;
    float: left;
    margin-top: 20px;
}
.body .packs ul li:nth-of-type(3n){
    margin-left: 3.333%;
}
.body .packs ul li:nth-of-type(3n-1){
    margin-left: 3.333%;
}

.body .packs ul li .content{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 5%;
}
.body .packs ul li .content .top{
    width: 100%;
    height: 160px;
}
.body .packs ul li .content .top .tip{
    width: 46px;
    height: 24px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 0 0 10px 0;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
}
.body .packs ul li .content .title{
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    font-weight: 600;
}

.body .packs ul li .content .information{
    margin-top: 12px;
}
.body .packs ul li .content .information .text1{
    font-size: 11px;
    color: #969696;
}
.body .packs ul li .content .information .text2{
    color: #38E1AB;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.body .packs ul li .content .information img{
    width: 13px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}
.body .packs ul li .content .bottom{
    margin-top: 10px;
}
.body .packs ul li .content .bottom .img1{
    width: 25px;
    height: 25px;
    border-radius: 25px;
}
.body .packs ul li .content .bottom .img2{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-left: 5px;
}
.body .packs ul li .content .bottom text{
    float: right;
    color: #FF1B20;
    font-size: 15px;
    position: relative;
    top: 4px;
}



.body .list{
    clear: both;
    overflow: hidden;
    margin-top: 40px;
}
.body .list .tips{
    height: 16px;
    border-left: 4px solid #38DAA6;
    line-height: 16px;
    font-size: 17px;
    text-indent: 10px;
    font-weight: 600;
}
.body .list .tips > span {
    font-size: 17px;
}

.body .list ul{
    clear:both;
    overflow: hidden;
    padding: 10px;
}
.body .list ul li{
    width: 31%;
    height: 300px;
    background: #fff;
    box-shadow: 2px 2px 9px #ddd;
    float: left;
    margin-top: 20px;
}
.kaiyuan_body .list ul li:nth-of-type(4n){
    margin-left: 3.333%;
}
.kaiyuan_body .list ul li:nth-of-type(4n-1){
    margin-left: 3.333%;
}

.body .list ul li:nth-of-type(4n-1){
    margin-left: 3.333%;
}

.body .list ul li:nth-of-type(4n-2){
    margin-left: 3.333%;
}

.body .list ul li .content{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 5%;
}
.body .list ul li .content .top{
    width: 100%;
    height: 148px;
}
.body .list ul li .content .top .tip{
    width: 46px;
    height: 24px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 5px 0 10px 0;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
}
.body .list ul li .content .title{
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height:41px;
    font-weight: 600;
}

.body .list ul li .content .information{
    margin-top: 12px;
    height: 18px;
}
.body .list ul li .content .information .text1{
    font-size: 11px;
    color: #969696;
}
.body .list ul li .content .information .text2{
    color: #38E1AB;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.body .list ul li .content .information img{
    width: 13px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}
.body .list ul li .content .bottom{
    margin-top: 10px;
}
.body .list ul li .content .bottom .img1{
    width: 25px;
    height: 25px;
    border-radius: 25px;
}
.body .list ul li .content .bottom .name{
    margin-left: 5px;
    position: relative;
    bottom: 8px;
}
.body .list ul li .content .bottom .mian{
    float: right;
    color: #38DAA6;
    font-size: 15px;
    position: relative;
    top: 4px;
}
.body .list ul li .content .bottom .mi{
    float: right;
    color: #1B8CFF;
    font-size: 15px;
    position: relative;
    top: 4px;
}
.body .list ul li .content .bottom .money{
    float: right;
    color: #FF1B20;
    font-size: 15px;
    position: relative;
    top: 4px;
}


.kaiyuan_body {
    width: 100%;
    margin-top: 0;
    position: relative;
}

.kaiyuan_less_top {
    margin-top: 0 !important;
}

.kaiyuan_body .kaiyuan_less_list {
    margin: 45px auto 50px !important;
    width: 1170px;
}

.kaiyuan_body .zhibo_wrap .kaiyuan_less_list {
    margin-top: 0 !important;
}

.kaiyuan_body .kaiyuan_info_list ul li .top {
    border-radius: 5px 5px 0 0;
}

.kaiyuan_body .kaiyuan_info_list ul li:hover {
    box-shadow: 9px 9px 9px #ddd;
}

.kaiyuan_body .list ul li {
    width: 22%;
    height: 286px;
    background: #fff;
    box-shadow: 2px 2px 9px #ddd;
    border-radius: 7px;
    float: left;
    margin-top: 20px;
}

.right-nav {
    width: 135px;
    height: 180px;
    background-color: #38daa6;
    position: fixed;
    transition: bottom ease .9s;
    z-index: 3;
    right: 9%;
    bottom: 10px;
    text-align: center;
    border-radius: 5px;
}

.right-img {
    display: inline-block;
    width: 80%;
    height: 64%;
    margin: 11px auto 0;
}

.right-nav p {
    color: #FFFFFF;
}



.weixin-wrap {
    position: relative;
}

.weixin-img {
    width: 120px;
    height: 120px;
    position: absolute;
    left: -126px;
    top: -30px;
    text-align: center;
    background-color: #FFFFFF;
    display: none;
}

.weixin-img span {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #FFFFFF;
}

.weixin-img img {
    width: 80%;
    height: 88px;
}


.weixin-img:after{
    content: "";
    position: absolute;
    left: 123px;
    top:48px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
        border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #a4a4a4 dotted;
    font-size: 16px;
    line-height: 34px;
    color: #a4a4a4;
    margin: 0 20px;

}
/* 确保外层容器有足够的宽度和居中对齐 */
.w1180 {
    width: 100%; /* 或者设置一个具体的宽度，比如1180px，但这取决于你的页面布局 */
    max-width: 1200px; /* 如果需要限制最大宽度 */
    margin: 0 auto; /* 水平居中 */
    padding: 0 15px; /* 可选的，增加一些内边距 */
    box-sizing: border-box; /* 确保内边距和边框不会增加元素的总宽度 */
}

.hq2018part2 {
    padding-top: 20px;
    text-align: center;
}

.hq2018part2 .userlink a {
    display: inline-block;
    margin: 0 10px; /* 可选的，增加链接之间的间距 */
    text-decoration: none; /* 去除下划线 */
}

.hq2018part2 .userlink a span {
    display: inline-block; /* 确保图标也水平对齐 */
    vertical-align: middle; /* 垂直居中对齐图标和文本 */
}

/* 新加广告位样式调整 */
.advert-push1 {
    display: flex; /* 使用Flexbox布局 */
    justify-content: center; /* 水平居中子元素 */
    align-items: center; /* 垂直居中子元素（如果需要的话） */
    padding-top: 50px;
    padding-bottom: 20px;
    /* 移除不必要的宽度和边距设置 */
    /* width: 120%; */
    /* margin-left: -500px; */
    /* padding-left: 19%; */
    /* text-align: -webkit-center; （这是无效的，应该使用Flexbox的justify-content） */
}

.advert-push1 .el-col {
    /* 如果需要，可以设置具体的宽度或最大宽度 */
    /* width: calc(100% - 40px); （例如，减去一些左右内边距） */
    /* 但由于我们使用了Flexbox，并且已经设置了justify-content: center，所以通常不需要设置宽度 */
    flex: 1; /* 使列灵活地填充可用空间 */
    max-width: 100%; /* 防止列超出其父容器的宽度 */
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; /* 确保内边距和边框不会增加元素的总宽度 */
}

.advert-push1 .el-image {
    display: flex; /* 使图片容器成为Flex容器，以便水平排列图片（如果需要轮播效果，这可能需要额外的JavaScript） */
    justify-content: center; /* 水平居中图片 */
    align-items: center; /* 垂直居中图片（如果容器高度大于图片高度） */
    overflow: hidden; /* 防止图片溢出容器 */
    border-radius: 10px; /* 应用圆角 */
}

.advert-push1 .el-image img {
    /* 如果需要，可以设置具体的宽度或高度，但在这里我们假设图片应该保持其原始比例 */
    max-width: 100%; /* 确保图片不会超出其父容器的宽度 */
    height: auto; /* 保持图片的原始比例 */
    object-fit: cover; /* 确保图片覆盖整个容器，同时保持比例 */
}
/*新加功能样式调整*/
/* .hq2018part2 {
    margin: 20px 0;
        /* 确保这两个容器是块级元素 */
    display: block; /* 这通常是默认的，但明确写出可以避免潜在的问题 */
    width: 100%; /* 如果需要，可以设置宽度为100%或其他值 */
    /* 其他样式，如边距、填充、边框等 */
    justify-content: center;/* 水平居中 */
}   */

/* .w1180 {
    width: 100%;
    /* width: 1200px\9; 这行代码可能是针对旧版IE浏览器的hack，现代浏览器中不需要 */
    margin: 0 auto;
    padding: 0 15px; /* 可选的，增加一些内边距 */
    box-sizing: border-box; /* 确保内边距和边框不会增加元素的总宽度 */
    align-items: center; /* 垂直居中（如果需要的话，但在这个例子中可能不需要） */

}   */

/* 添加Flexbox容器样式 */
.flex-container {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中（如果需要的话，但在这个例子中可能不需要） */
    flex-wrap: wrap; /* 禁止换行 */
}

/* 添加Flexbox子项样式 */
.flex-items {
    display: flex; /* 允许子项也使用Flexbox布局（如果需要的话，这里主要是为了应用flex-wrap） */
    flex-wrap: wrap; /* 允许子项在必要时换行（但在这个例子中，由于父容器已经禁止换行，这里实际上不会生效） */
}

.userlink a {
    margin: 0 10px; /* 设置链接之间的间距 */
    text-align: center; /* 文本居中（但在这个例子中，由于有图标和文本，可能需要更精细的控制） */
    font-size: 12px;
    color: #6582b0;
    text-decoration: none; /* 移除下划线（如果需要的话） */
}

.userlink a .icon18 {
    display: block; /* 确保图标可以垂直居中（如果需要的话） */
    margin: 0 auto 5px; /* 在图标和文本之间添加间距，并尝试垂直居中 */
}

/* 其他图标样式保持不变 */

/*新加首页功能展示*/
./*hq2018part2 {
    margin: 20px 0;
}

.w1180 {
    width: 1180px;
    width: 1200px\9;
    margin: 0 auto;
}

.hq2018part2 .userlink {
/*    background: url(http://s.hqwx.com/statics/home/mall/images/partlink.png) top center no-repeat;*/
    width: 280px;
    height: 158px;
    float: left;
}
.hq2018part2 .link {
    margin-left: 20px;
    float: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.hq2018part2 .userlink a {
    width: 93px;
    height: 79px;
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    color: #6582b0;
}

.hq2018part2 .userlink .icon18 {
    display: block;
    margin: 19px auto 7px;
}

.icon18-link1 {
    background-image: url(https://ss.gaokaoleaks.com/static/student/images/index/sprite.png);
    background-position: -140px -80px;
    width: 30px;
    height: 30px;
}

.icon18-link6 {
    background-image: url(https://ss.gaokaoleaks.com/static/student/images/index/sprite.png);
    background-position: -140px 0;
    width: 30px;
    height: 30px;
}
.icon18-link7 {
    background-image: url(https://ss.gaokaoleaks.com/static/student/images/index/sprite.png);
    background-position: -100px 0;
    width: 30px;
    height: 30px;
}
.icon18-link4 {
    background-image: url(https://ss.gaokaoleaks.com/static/student/images/index/sprite.png);
    background-position: -100px -40px;
    width: 30px;
    height: 30px;
}

.icon18-link5 {
    background-image: url(https://ss.gaokaoleaks.com/static/student/images/index/sprite.png);
    background-position: -40px -100px;
    width: 30px;
    height: 30px;
}

.icon18-link-qt {
    background-image: url(https://ss.gaokaoleaks.com/static/student/images/index/sprite.png);
    background-position: -180px -34px;
    width: 28px;
    height: 30px;
}

.eui.icon-arrow2-right {

    width: 16px;
    height: 16px;
}
*/
