/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*这个注释能生效*/
body {
    background: #f3f3f3;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.header {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    align-items: center;
    width: 100%;
    height: 0.94rem;
    background: #fff;
    box-shadow: 0 0.1rem 0.15rem -0.08rem #f6f6f6;
    padding: 0 0.2rem;
    position: relative;
    z-index: 2;
}

/* .indexHeadTabs {
  top: .94rem !important;
} */
#logo {
    width: 1.21rem;
}

.search {
    display: block;
    width: 3.76rem;
    height: 0.55rem;
    -webkit-border-radius: 0.275rem;
    -moz-border-radius: 0.275rem;
    border-radius: 0.275rem;
    background: #f7f7f7 url("/images/mindex_new/search.png") no-repeat 0.2rem center;
    background-size: 0.19rem 0.19rem;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #979797;
    padding-left: 0.5rem;
    margin-left: 0.3rem;
}

.head_tel {
    width: 0.34rem;
    margin-left: 0.46rem;
}

.head_login {
    width: 0.34rem;
    margin-left: 0.34rem;
}

.colorfff {
    background: #fff;
}

.paddlr {
    padding: 0 0.2rem;
}

.banner {
    padding-top: 0.2rem;
}

.banner .swiper-pagination {
    bottom: 0.1rem;
}

.banner .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #f5a500;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.banner .swiper-container {
    height: 2.89rem;
}

.banner .swiper-slide img {
    display: block;
}

.nav_list {
    padding-bottom: 0.3rem;
}

.nav_list li {
    width: 1.72rem;
    float: left;
    text-align: center;
    margin-top: 0.26rem;
}

.nav_item {
    width: 0.96rem;
    height: 0.96rem;
    margin: 0 auto;
    position: relative;
}

.nav_item img {
    display: block;
    width: 100%;
}

.nav_itemHot {
    min-width: 0.49rem;
    height: 0.24rem;
    padding: 0 0.06rem;
    border-radius: 0.095rem 0.095rem 0.095rem 0;
    background: linear-gradient(25deg, #f4b848, #ffe81c, #f4b947);
    position: absolute;
    left: 0.72rem;
    top: 0;
    line-height: 0.24rem;
    text-align: center;
    font-size: 0.17rem;
    color: #855b20;
    z-index: 1;
}

.nav_itemText {
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.1rem;
}

/* 活动轮播 */
/* .activity_list {
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    background: #fff7e7;
    padding: 0 0.2rem;
    height: 0.6rem;
    overflow: hidden;
  } */
.activity {
    height: 1.75rem;
    margin: .1rem 0;
}

/* 考研工具箱  */
.hold_all {
    padding: 0.3rem 0.66rem 0.42rem;
    margin-top: 0.2rem;
}

.hold_title {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    color: #333;
}

.hold_title img {
    width: 1.57rem;
}

.hold_title img:nth-of-type(2) {
    transform: rotate(180deg);
}

.hold_title p {
    margin: 0 0.22rem;
}

.hold_list {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: space-between;
    margin-top: 0.42rem;
}

.hold_list li div {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: center;
    align-items: center;
    width: 0.67rem;
    height: 0.67rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: #f3f3f3;
}

.hold_list li p {
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.16rem;
}

.hold_list li:nth-of-type(1)>div>img {
    width: 0.31rem;
}

.hold_list li:nth-of-type(2)>div>img {
    width: 0.33rem;
}

.hold_list li:nth-of-type(3)>div>img {
    width: 0.29rem;
}

.hold_list li:nth-of-type(4)>div>img {
    width: 0.29rem;
}

.pee {
    padding: 0.2rem;
    background: #fff;
}

.pee p {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.3rem;
}

.pee div {
    font-size: 0.2rem;
}

.pee_left {
    width: 2.3rem;
    height: 3.1rem;
    background: url("/images/mindex_new/pee_left.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}

.pee_left p {
    margin: 0.26rem 0 0.16rem;
}

.pee_left div {
    color: #ff8a00;
}

.pee_right {
    width: 4.8rem;
}

.pee_right a {
    display: block;
    width: 2.3rem;
    height: 1.5rem;
    margin: 0.1rem 0 0 0.1rem;
    float: left;
    padding: 0.32rem 0 0 0.16rem;
}

.pee_right a div {
    line-height: 0.3rem;
    margin-top: 0.12rem;

}

.pee_right a:nth-of-type(1) {
    background: url("/images/mindex_new/pee_right_item1.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 0;
}

.pee_right a:nth-of-type(1) div {
    color: #ecaf0c;
}

.pee_right a:nth-of-type(2) {
    background: url("/images/mindex_new/pee_right_item2.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 0;
}

.pee_right a:nth-of-type(2) div {
    color: #ec8560;
}

.pee_right a:nth-of-type(3) {
    background: url("/images/mindex_new/pee_right_item3.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.pee_right a:nth-of-type(3) div {
    color: #8d82fe;
}

.pee_right a:nth-of-type(4) {
    background: url("/images/mindex_new/pee_right_item4.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.pee_right a:nth-of-type(4) div {
    color: #eb8bed;
}

.course {
    display: flex;
    width: 100%;
    height: 1.01rem;
    background: url("/images/mindex_new/tabbg.png") no-repeat;
    background-size: 15rem 1.01rem;
    background-position-x: 0;
    transition: .2s;
    margin-top: 0.2rem;
    box-shadow: 0 0.1rem 0.15rem #ececec;
}

.course dd {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 1.01rem;
    font-size: 0.3rem;
    color: #333;
    font-weight: 700;
}

.course dd img {
    height: 0.31rem;
    margin-right: 0.18rem;
}

.course dd img:nth-of-type(1) {
    display: block;
}

.course dd img:nth-of-type(2) {
    display: none;
}

.course .course_show {
    color: #ff8a00;
}

.course .course_show img:nth-of-type(1) {
    display: none;
}

.course .course_show img:nth-of-type(2) {
    display: block;
}

.course_bckpos {
    background-position-x: -7.5rem;
}

.course_list {
    overflow: hidden;
}

.course_list ul {
    display: none;
}

.course_list ul:nth-of-type(1) {
    display: block;
}

.course_item {
    width: 7.38rem;
    padding: 0.09rem 0 0.22rem;
}

.course_item li {
    width: 2.2rem;
    height: 0.64rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #f7f7f7;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    line-height: 0.64rem;
    margin: 0.2rem 0.26rem 0 0;
    float: left;
}

.camp {
    padding: 0.09rem 0.2rem 0.32rem;
}

.camp li {
    background: #fff;
    box-shadow: 0 0 0.1rem #c4c4c4;
    margin-top: 0.2rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
    padding-top: .22rem;
}

.camp a:nth-of-type(2) .camp_lt {
    background: #b99dfe;
}

.camp a:nth-of-type(3) .camp_lt {
    background: #ffc158;
}

.camp a:nth-of-type(4) .camp_lt {
    background: #81bfff;
}

.camp_lt {
    width: 1.15rem;
    height: 0.32rem;
    border-radius: 0 0.1rem 0 0.1rem;
    background: #ff7474;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.camp_contop {
    padding-left: 0.32rem;
}

.camp_title {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    align-items: center;
    font-size: 0.32rem;
    color: #333;
}

.camp_title span {
    width: 1.02rem;
    height: 0.28rem;
    border-radius: 0.1rem 0 0.1rem 0;
    border: 1px solid #dfbd83;
    font-size: 0.18rem;
    color: #dfbd83;
    text-align: center;
    line-height: 0.26rem;
    margin-left: 0.19rem;
}

.camp_time {
    font-size: 0.2rem;
    color: #999;
    margin-top: 0.2rem;
}

.camp_teacher {
    margin: 0.32rem 0 0.17rem;
}

.camp_teacher dd {
    /* width: 0.68rem; */
    text-align: center;
    float: left;
    margin-right: 0.46rem;
}

.camp_teacher dd img {
    display: block;
    margin: 0 auto;
    width: 0.52rem;
}

.camp_teacher dd p {
    font-size: 0.2rem;
    color: #979797;
    margin-top: 0.1rem;
}

.camp_teacher dd:last-of-type {
    margin-right: 0;
}

.camp_list {
    height: 0.76rem;
    border-top: 1px solid #efefef;
    padding-left: 0.32rem;
}

.camp_list dd {
    /* width: 1.02rem; */
    height: 0.34rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    border: 1px solid #fcede5;
    background: #fef7f3;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.2rem;
    color: #ee7c30;
    float: left;
    margin: 0.2rem 0.1rem 0 0;
    padding: 0 .06rem;
}

.camp_listp {
    float: right;
    font-size: 0.3rem;
    color: #ff8a00;
    margin: 0.24rem 0.2rem 0 0;
}

.camp_item2 .camp_lt {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0.1rem 0 0.1rem;
    background: #e3af56;
}

.camp_item2 li {
    padding-top: 0.22rem;
    position: relative;
}

.camp_item2 .camp_listtime {
    float: left;
    font-size: 0.2rem;
    color: #5b5b5b;
    margin-top: 0.26rem;
}

.camp_item2Class dd {
    width: 1.02rem;
    height: 0.3rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    border: 1px solid #fcede5;
    background: #fef7f3;
    text-align: center;
    line-height: 0.28rem;
    font-size: 0.2rem;
    color: #ee7c30;
    float: left;
    margin: 0.18rem 0.1rem 0 0;
}

.camp ul {
    display: none;
}

.camp ul:first-of-type {
    display: block;
}

.ppf {
    margin-top: 0.2rem;
    overflow: hidden;
}

.ppftab {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: space-between;
}

.ppftab dd {
    position: relative;
    width: 1.6rem;
    height: 0.64rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.28rem;
    color: #999999;
    line-height: 0.64rem;
}

.ppftab .ppf_item {
    color: #fff;
    background: #ff8a00;
}
.acticle dd {
    margin-top: 0.4rem;
}
.acticle dd span,
.acticle dd p,
.acticle dd div {
    display: inline-block;
    vertical-align: middle;
}

.acticle dd span {
    width: 0.56rem;
    height: 0.26rem;
    border-radius: 0.1rem 0 0.1rem 0;
    text-align: center;
    line-height: 0.24rem;
    font-size: 0.2rem;
    margin-right: 0.22rem;
}

.acticle dd p {
    width: 4.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
    color: #333;
}

.acticle dd div {
    float: right;
    font-size: 0.2rem;
    color: #999;
}

.acticle dd:nth-of-type(1) span {
    border: 1px solid #ff8a00;
    color: #ff8a00;
}

.acticle dd:nth-of-type(2) span {
    border: 1px solid #ff4747;
    color: #ff4747;
}

.acticle dd:nth-of-type(3) span {
    border: 1px solid #58a3ff;
    color: #58a3ff;
}

.ppf_list_item>li {
    display: none;
    padding-bottom: .3rem;
}

.ppf_list_item>li:first-of-type {
    display: block;
}

/* 专业课 */
.spctab {
    flex-wrap: wrap;
}

.spctab dd {
    width: 2.22rem;
    margin-bottom: 0.2rem;
}
/* 启航师资 */
.teachtab {
    box-shadow: 0 0.1rem 0.1rem #f1f1f1;
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: space-around;
}

.Bschool_tab,
.teachtab {
    position: relative;
    z-index: 10;
}

.teachtab dd {
    height: 0.64rem;
    font-size: 0.3rem;
    color: #979797;
    position: relative;
}

.teachtab .teach_item {
    color: #ff8a00;
}

.teachtab .teach_item::after {
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.03rem;
    background: #ff8a00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.over {
    overflow: hidden;
}

.teacher_con {
    margin-top: 0.3rem;
    height: 3.02rem;
    overflow: hidden;
}

.teacher_con ul {
    display: none;
    padding: .06rem;
}

.teacher_con ul:first-of-type {
    display: block;
}

.teacher_list {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 3.2rem;
    white-space: nowrap;
}

.teacher_list li {
    display: inline-block;
    width: 5.7rem;
    height: 2.69rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.06rem #ddd;
    margin-right: 0.25rem;
}

.teacher_list li:last-of-type {
    margin-right: 0;
}

.teaimg {
    display: block;
    float: left;
    height: 1.87rem;
    width: 1.87rem;
    border-radius: 50%;
    margin: 0.3rem 0.44rem 0 0.32rem;
    overflow: hidden;
    background: #eee;
}

.teaimg img {
    display: block;
    width: 100%;

}

.teatext {
    width: 2.86rem;
    display: block;
    float: left;
    margin-top: 0.36rem;
}

.teatext h2 {
    font-size: 0.3rem;
    color: #333;
}

.teatext p {
    font-size: 0.2rem;
    color: #999;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teatext div {
    width: 1.92rem;
    height: 0.64rem;
    background: #ff8a00;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.64rem;
    margin-top: 0.2rem;
}

/* 集训基地 */
.jidi {
    margin-bottom: 0.3rem;
}

.jidi dd {
    background: none;
    border: 1px solid #999;
    color: #999;
}

.jidi .ppf_item {
    border: none;
}

.jidi_img {
    margin-bottom: 0.23rem;
}

.jidi_img img {
    display: none;
}

.jidi_img img:first-of-type {
    display: block;
}

.Bschool {
    margin-top: 0.2rem;
    overflow: hidden;
}

.Bschool_title {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    align-items: center;
    justify-content: space-between;
    margin: 0.4rem 0;
}

.Bschool_title h2 {
    font-size: 0.3rem;
    color: #333;
}

.Bschool_title a {
    font-size: 0.2rem;
    color: #999;
}

.Bschool_tab {
    box-shadow: 0 0.1rem 0.1rem #f1f1f1;
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: space-around;
}

.Bschool_tab dd {
    height: 0.64rem;
    font-size: 0.3rem;
    color: #979797;
    position: relative;
}

.Bschool_tab .Bschool_tab_item {
    color: #ff8a00;
}

.Bschool_tab .Bschool_tab_item::after {
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.03rem;
    background: #ff8a00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Bschool_introduce {
    margin: 0.3rem 0;
    padding-bottom: .3rem;
}

.Bschool_introduce li {
    width: 100%;
}

.map {
    width: 4.43rem;
    height: 3.12rem;
    /* background: green; */
}

.gpstel_list {
    display: none;
    width: 2.46rem;
    height: 3.12rem;
    background: #f6f6f6;
    padding: 0.12rem 0.12rem 0;
    overflow-y: scroll;
}

.gpstel_list:first-of-type {
    display: block;
}

.gpstel_list dd {
    height: 0.88rem;
    background: #fff;
    padding-left: 0.16rem;
    overflow: hidden;
    margin-bottom: 0.12rem;

}

.gpstel_list .gpstel_show .item_gps {
    color: #ff8a00;
    background: url("/statics/public_m3.0/images/mindex_new/Bschool_gps2.png") no-repeat left 0.06rem;
    background-size: 0.15rem 0.2rem;
}

.gpstel_list dd div {
    width: 100%;
    padding-left: 0.24rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_gps {
    background: url("/statics/public_m3.0/images/mindex_new/Bschool_gps.png") no-repeat left 0.06rem;
    background-size: 0.15rem 0.2rem;
    margin: 0.12rem 0 0.06rem;
}

.item_tel {
    background: url("/statics/public_m3.0/images/mindex_new/Bschool_tel.png") no-repeat 0.03rem center;
    background-size: 0.13rem 0.15rem;
}

/* 首页图标显示 */
.foot_list a:first-of-type .foot_itemimg img:nth-of-type(1) {
    display: none;
}

.foot_list a:first-of-type .foot_itemimg img:nth-of-type(2) {
    display: block;
}

/* 搜索 */
.search_con {
    display: none;
    position: fixed;
    width: 7.5rem;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
}

.search_header {
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    align-items: center;
    width: 100%;
    height: 0.94rem;
    background: #fff;
    box-shadow: 0 0.1rem 0.15rem -0.08rem #f6f6f6;
    padding: 0 0.2rem;
    position: relative;
    z-index: 2;
}

#black {
    width: 0.17rem;
}

.search2 {
    display: block;
    width: 5.58rem;
    height: 0.55rem;
    -webkit-border-radius: 0.275rem;
    -moz-border-radius: 0.275rem;
    border-radius: 0.275rem;
    background: #f7f7f7 url("/images/mindex_new/search.png") no-repeat 0.2rem center;
    background-size: 0.19rem 0.19rem;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #979797;
    padding-left: 0.5rem;
    margin-left: 0.3rem;
}

.search2 input {
    width: 4.8rem;
    height: 0.4rem;
    border: none;
    background: none;
    font-size: 0.2rem;
    color: #979797;
    text-indent: .5em;
}

.searchBtn {
    font-size: 0.26rem;
    color: #ff8900;
    white-space: nowrap;
    margin-left: 0.25rem;
}

.searchNav_list {
    display: none;
    height: 0.85rem;
    border-bottom: 1px solid #f3f3f3;
}

.listen_404 {
    display: none;
    width: 100%;
    height: 6.86rem;
    background: url("/images/mindex_new/listen_404.png") no-repeat center 1.84rem;
    background-size: 2.64rem 2.51rem;
    font-size: 0.3rem;
    color: #999;
    text-align: center;
    padding-top: 5.02rem;
}

.searchbck {
    padding: 0.56rem 0.32rem 0;
}

.title {
    font-size: 0.3rem;
    color: #333;
    padding-left: 0.42rem;
}

.searchhot {
    background: url("/images/mindex_new/search_hot.png") no-repeat left center;
    background-size: 0.25rem 0.31rem;
}

.search_history {
    background: url("/images/mindex_new/search_history.png") no-repeat left center;
    background-size: 0.26rem 0.26rem;
}

.trash_can {
    display: block;
    float: right;
    width: 0.26rem;
    height: 0.28rem;
    background: url("/images/mindex_new/trash_can.png") no-repeat right center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.searchhot_list a {
    display: inline-block;
    padding: 0 0.24rem;
    height: 0.54rem;
    font-size: 0.24rem;
    color: #666;
    background: #f7f7f7;
    -webkit-border-radius: 0.27rem;
    -moz-border-radius: 0.27rem;
    border-radius: 0.27rem;
    line-height: 0.54rem;
    margin: 0.34rem 0.24rem 0 0;
}

.listen_list {
    display: none;
    background: #f3f3f3;
}

.listen_list li {
    padding: 0.2rem;
    background: #fff;
    margin-bottom: 0.11rem;
}

.listen_itemimg {
    width: 2.58rem;
}

.listen_itemimg img {
    display: block;
    width: 100%;
}

.listen_itemright {
    width: 4.24rem;
}

.listen_itemright p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listen_itemTitle {
    font-size: 0.3rem;
    color: #333;
    margin-top: 0.08rem;
}

.listen_itemTime {
    font-size: 0.2rem;
    color: #999;
    margin: 0.3rem 0;
}

.listen_itemPic {
    font-size: 0.3rem;
    color: #ff8900;
    float: right;
}

/* 视频改版 */
.haadnav {
    position: relative;
    background: #ffffff;
    padding-right: 0.1rem;
    z-index: 10;
    box-shadow: 0 0.1rem 0.1rem #f1f1f1;
}

.haadnav .headnav_lb {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
}

.haadnav .headnav_lb .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    transition: all 0.3s ease;
    font-size:0.28rem;
}

.haadnav .public {
    position: relative;
    width: 100%;
    height: 0.64rem;
    padding-top: 0.02rem;
}

.haadnav .public i {
    visibility: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.4rem;
    height: 0.04rem;
    background-color: #FF9D00;
}

.headnav_lb .active a{
    color: #FF9D00 !important;
}

.headnav_lb .active i {
    visibility: visible;
}

.haadnav .arrow {
    position: absolute;
    right: 0.1rem;
    top:-12%;
    height: 0.44rem;
    overflow: hidden;
}

.haadnav .arrow img {
    display: block;
    height: 100%;
}
.ppf_list{
    padding-bottom: 0.3rem;
}
.ppf_list .listen ol li {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: 1px solid #E8E5E9;
}

.ppf_list .listen ol li div {
    width: 2.37rem;
    height: 1.80rem;
}

.ppf_list .listen ol li div img {
    display: block;
    width: 100%;
    height: 100%;
}

.ppf_list .listen ol li p {
    width: 4.48rem;
    color: #333333;
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.pub_con,.zy_con{
    display: none;
}