/* info_con */
.navbar {
    padding: 0 !important;
}
.navbar ul {
    width: 7.5rem;
    height: 0.9rem;
    background: #F04040;
    padding-left: 0.3rem;
}
.info_con {
    margin-top: 0.3rem;
}

.info_con_tabs {
    padding: 0 .3rem;
    display: flex;
    flex-wrap: wrap;
}

.info_con_tabs>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.48rem;
    height: 0.6rem;
    background: #ECECEC;
    border-radius: 0.1rem;
    margin-right: 0.32rem;
    margin-bottom: 0.3rem;
}

.info_con_tabs>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.info_con_tabs>div:nth-child(4n) {
    margin-right: 0;
}

.info_con_tabs>div.current {
   background: #F04040;
}

.info_con_tabs>div.current a {
    color: #FFFFFF;
}

.info_con_list {
    margin-top: .2rem;
    padding: 0 .3rem;
    display: none;
}

.info_con_list.current {
    display: block;
}

.zixunList {
    width: 100%;
    margin-bottom: .3rem;
}
.zixunList a {
    display: flex;
    width: 100%;
    position: relative;
}

.zixunList img {
    width: 2.7rem;
    height: 1.5rem;
    border-radius: 0.1rem;
}
.video_play {
    position: absolute;
    top: 32%;
    left: 17%;
    width: 0.48rem !important;
    height: 0.48rem !important;
}
.zixunList .text {
    margin-left: 0.2rem;
}
.zixunList .text p:nth-child(1) {
    width: 4rem;
    height: 0.68rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
    margin-bottom: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.zixunList .text p:nth-child(2) {
    display: flex;
    justify-content: space-between;
}
.zixunList .text p:nth-child(2) span {
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.28rem;
    color: #F04040;
}
.zixunList .text p:nth-child(2) span:nth-child(2) {
    color: #999999;
}


.pager>a.current {
    margin: 0.05rem;
    font-size: .28rem;
    width: .5rem;
    height: .5rem;
    background: #F04040 !important;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.1rem;
}

.content {
    padding: 0 .3rem;
}






/* 美宣 */
.meixuanAll {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.3rem;
}
.meixuan {
    display: flex;
    margin-top: .3rem;
    margin-right: 0.3rem;
}
.meixuan:nth-child(even) {
    margin-right: 0;
}
.meixuan a {
    width: 3.3rem;
}
.meixuan img {
    width: 3.3rem;
    height: 4rem;
}
.meixuan p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 3.3rem;
    height: 0.6rem;
    font-size: 0.24rem;
    background: #F8F8F8;
    padding-left: 0.4rem;
    padding-right: 0.18rem;
}
.meixuan p span {
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.meixuan p span:nth-child(1) {
    width: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.meixuan p span:nth-child(2) {
    width: 0.14rem;
    height: 0.25rem;
    background: url("/kaifamei/images/meixuanMore.png") no-repeat center ;
    background-size: 100%;
}




.info_con_tabs {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.info_con_tabs a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.48rem;
    height: 0.6rem;
    background: #ECECEC;
    border-radius: 0.1rem;
    margin-right: 0.32rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.info_con_tabs a:nth-child(4n) {
    margin-right: 0;
}

.info_con_tabs a.current {
   background: #F04040;
   color: #FFFFFF
}
















































