
body{ max-width: 750px;margin: 0 auto;background-color: #edf1f7; font:.28rem Microsoft Yahei,Tahoma,Arial,Helvetica,sans-serif;word-break:break-all;word-wrap:break-word;position:relative;}
h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0;}
ul,ol,input{margin:0;padding:0;}
li{list-style: none;}
img{border:none;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;
    line-height: .44rem;
    font-size: .28rem;
    text-align: center;
    border-color: #eee;
    color: #333;
}
table th,
table td {
    padding: .08rem;
}

table strong {
    font-weight: bold;
}

table a {
    color: rgba(0, 169, 160, 1);
}
em,i{font-style:normal}
/* b,strong,th{font-weight:normal;} */
textarea{resize:none;}
button,input,textarea{font-family:"微软雅黑",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;}
a{text-decoration:none;color: #333;}
html{ width:100%;height: 100%;}
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none;border:0}
input[type="button"], input[type="reset"] {
    -webkit-appearance: none;}
.fl{float: left;}
.fr{float: right;}
.clearfix{*zoom:1;}
.clearfix:after{content: "";display:block;clear:both;}
.mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;opacity: 0.7;z-index: 99;background-color: #000;display: none;}
.back-top {width: 40px;height: 40px;line-height: 40px;text-align: center;background: #505662;position: fixed;bottom: 100px;right: 10px;border-radius: 50%;display: none;z-index: 2;}
.back-top img {width: 20px;height: 13px;margin: auto;}
/* header */

.zg-header {
    position: relative;
    background-color: #fff;
    height: .88rem;
    padding-left: .3rem;
    padding-right: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zg-header.white {
    background-color: #fff;
}

.zg-header > div:last-child {
    display: flex;
}

.zg-header > div > button {
    height: .52rem;
    border-radius: .26rem;
    background: url(../images/header-btn-icon.png) no-repeat .2rem .14rem #30b113;
    background-size: .26rem;
    color: #ffffff;
    text-align-last: left;
    padding-left: .52rem;
    font-size: .28rem;
}

.zg-header > div:last-child > a {
    width: .52rem;
    height: .52rem;
    background: url(../images/avatar.png) no-repeat center;
    background-size: .52rem;
    margin-left: .2rem;
}

.zg-header > div > div {
    display: inline-block;
    width: 1.95rem;
    height: .45rem;
    /* margin-top: -2px; */
}

.zg-header > div:first-child > a {
    display: inline-block;
    width: 1.95rem;
    height: .45rem;
    margin-top: -.08rem;
}

.zg-header > div > span {
    font-size: .28rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zg-header img {
    display: block;
    max-width: 100%;
}

.zg-sub-header {
    background: #fff;
    position: relative;
}

.zg-sub-header> h2 {
    text-align: center;
    font-weight: normal;
    font-size: .34rem;
    line-height: .88rem;

}

.zg-sub-header> .back {
    position: absolute;
    left: 0;
    width: .7rem;
    height: 100%;
    background: url(../images/back-arrow.png) no-repeat center;
    background-size: .2rem;
}

.zg-sub-header> .avatar {
    position: absolute;
    width: .52rem;
    height: 100%;
    background: url(../images/avatar.png) no-repeat center;
    background-size: .52rem;
    margin-right: .3rem;
    right: 0;
    top: 0;
}

/* End header */

/* 头部轮播 */

.main-banner-swiper-container {
    --swiper-theme-color: #007aff;
    --swiper-pagination-color: #fff;
    height: 3.6rem;
}

.main-banner-swiper-container .swiper-pagination {
    bottom: .56rem !important;
}

.main-banner-swiper-container .swiper-slide {
    text-align: center;
    font-size: .36rem;
    background: #fff;
    /* 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;
}

.main-banner-swiper-container img {
    display: block;
    max-width: 100%;
}

/* End 头部轮播 */

/*遮罩*/

.mask2 {

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    position: fixed;

    z-index: 2000;

    background-color: rgba(0, 0, 0, 0.7);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    display: none;

}

.mask2 .con {

    width: 100%;

    max-width: 702px;

    height: 100%;

    margin: 0 auto;

    background-image: url(../images/wx_ck3.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    padding-left: .24rem;

    padding-right: .24rem;

    padding-top: .4rem;

    margin-top: .15rem;

    width: 100%;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    -webkit-box-sizing: border-box;

}

.mask2 p{

    height: .48rem;

    line-height: .48rem;

}

.mask2 img {

    width: .48rem;

    height: .42rem;

}

.mask2 span {

    display: block;

    color: #fff;

    font-size: .24rem;

}

.mask2 .con > div {

    margin-left: 1rem;

}

.mask2 .con > div p {

    position: relative;

    margin-left: .3rem;

}

.mask2 .con > div p img {

    position: absolute;

    margin-right: .18rem;

    width: .48rem;

    height: .42rem;

    top: 0;

    left: -0.6rem;

}

.mask2 .con > div p:nth-child(2) {

    margin-top: .4rem;

}

/*遮罩结束*/


/* 公用表单 */

.common-form {
    background: #f5f5f5;
    border-top: 2px solid #15b113;
    border-radius: 1px;
    padding-bottom: .4rem;
}

.common-form-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-top: 10px;
}

.common-form-content>div {
    display: flex;
    justify-content: center;
}

.common-form select,
.common-form input {
    width: 3.2rem;
    height: .8rem;
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 2px;
    outline: none;
    font-size: .3rem;
    padding-left: .16rem;
    padding-right: .16rem;
    margin-left: .06rem;
    margin-right: .06rem;
    margin-top: .18rem;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
}

.common-form input[type="submit"] {
    background: #15b113;
    color: #fff;
    border: none;
    width: 2.7rem;
    border-radius: .4rem;
    margin-top: .4rem;
}

.common-form select {
    background: url(../images/input-arrow.png) no-repeat 2.8rem center #fff;
    background-size: .2rem;
}

/* .swiper-slide-active { height:auto} */
.main-menu {
    position: relative;
    margin-left: .24rem;
    margin-right: .24rem;
    box-shadow: 0 0 .16rem rgba(0, 0, 0, 0.03);
    background: #fff;
    border-radius: .16rem;
    margin-top: .2rem;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    /* padding-top: .3rem; */
    padding-bottom: .3rem;
}

.main-menu>div {
    width: 20%;
    margin-top: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.main-menu>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main-menu>div>h2 {
    color: #333333;
    font-size: .28rem;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    margin-top: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-menu>div img {
    max-width: 100%;
    display: block;
}

.main-menu>div>div {
    width: .82rem;
}

.main-menu>a {
    width: 20%;
    margin-top: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.main-menu>a>h2 {
    color: #333333;
    font-size: .28rem;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    margin-top: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-menu>a img {
    max-width: 100%;
    display: block;
}

.main-menu>a>div {
    width: .82rem;
}

.home-top-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-top: .2rem;
}

.home-top-ads img {
    display: block;
    max-width: 100%;
    border-radius: .16rem;
}

.home-top-ads>a:first-child {
    margin-right: .2rem;
}

.main-box {
    background-color: #fff;
    margin-top: .2rem;
}

.main-box-head {
    display: flex;
    padding-left: .2rem;
    padding-right: .2rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    overflow: hidden;
}

.main-box-head>h3 {
    font-size: .4rem;
    box-sizing: border-box;
    padding-left: .48rem;
    background: url(../images/main-box-head-icon.png) no-repeat left 0;
    background-size: .4rem;
    white-space: nowrap;
    padding-right: .12rem;
}

.main-box-head>h3.live {
    background: url(../images/live-title-icon.png) no-repeat left;
    background-size: .36rem;
}

.main-box-head>h3.answer {
    background: url(../images/20220118040745981.png) no-repeat left;
    background-size: .36rem;
}


.main-box-head>h3.hot {
    background: url(../images/hot-icon.png) no-repeat left 0;
    background-size: .28rem;
}

.main-box-head>div {
    overflow: hidden;
    flex: 1 1 auto;
}

.hot.main-box .main-box-head>div {
    overflow: hidden;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.hot.main-box .main-box-head>div>div {
    padding-left: .16rem;
    padding-right: .16rem;
    line-height: .44rem;
    border-radius: .22rem;
    border: 1px solid #52c41a;
    font-size: .24rem;
    text-align: center;
    color: #52c41a;
}

.sub-head>div {
    overflow: hidden;
    flex: 1 1 auto;
}

.sub-box-head>div {
    overflow: hidden;
    flex: 1 1 auto;
}

.main-swiper-tab {
    height: .6rem;
}

.main-swiper-tab .swiper-slide {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}

.main-swiper-tab .swiper-slide>span {
    display: inline-block;
    line-height: .44rem;
    border-radius: .22rem;
    font-size: .28rem;
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: #eff2f7;
}

.main-swiper-tab .swiper-slide.active-nav>span {
    background-color: #e2f8e3;
    color: #30b113;
}

.main-box-content {
    border-top: 1px solid #e6eaf1;
    padding-left: .24rem;
    padding-right: .24rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.cat-sub-swiper-tab {
    height: 100%;
}

.sub-swiper-tab {
    height: 100%;
}

.sub-swiper-tab .swiper-slide {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
    /* height: 100%; */
    height: 1.04rem;
}

.sub-swiper-tab .swiper-slide>span {
    display: inline-block;
    line-height: .44rem;
    font-size: .3rem;
    margin-left: .2rem;
    margin-right: .2rem;
}

.sub-swiper-tab .swiper-slide.active-nav>span {
    position: relative;
    font-weight: bold;
}

.sub-swiper-tab .swiper-slide.active-nav>span::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -0.3rem;
    height: .04rem;
    background-color: #30b113;
    left: 50%;
    transform: translateX(-50%);
}

.list-head-sub {
    display: flex;
    align-items: center;
    /* height: 1.04rem; */
    border-bottom: 1px solid #e6eaf1;
    box-sizing: border-box;
}

.list-head-sub .swiper-container {
    margin: 0;
}

.comment-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .6rem;
    position: relative;
}

.comment-link>span {
    color: #30b113;
    font-size: .24rem;
    line-height: .42rem;
    padding-left: .1rem;
    padding-right: .1rem;
    background-color: #e2f8e3;
    margin-right: .14rem;
    white-space: nowrap;
}

.comment-link>p {
    font-size: .28rem;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment-link>a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.course-container {
    background-color: #fff;
    margin-top: .2rem;
}

.course-wrapper {
    padding-bottom: .45rem;
}

.course-box {
    border-top: 1px solid #e6eaf1;
    padding-top: .4rem;
    /* padding-bottom: .24rem; */
}

.course-title {
    font-size: .4rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: .24rem;
}

.course-title>span {
    display: inline-block;
    position: relative;
}

.course-title>span::before {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1px;
    background-color: #bababa;
    left: -1.2rem;
    top: 50%;
}

.course-title>span::after {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1px;
    background-color: #bababa;
    right: -1.2rem;
    top: 50%;
}

.course-menu {
    display: flex;
    padding-left: .24rem;
    padding-right: .24rem;
    flex-wrap: wrap;
}

.course-menu>div {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .6rem;
}

.single.course-menu>div {
    width: auto;
}

.single.course-menu>div>a {
    width: auto;
    margin-right: .08rem;
    padding-left: .1rem;
    padding-right: .1rem;
}

.course-menu>div>a {
    width: 90%;
    border: 1px solid #52c41a;
    line-height: .44rem;
    box-sizing: border-box;
    border-radius: .22rem;
    display: inline-block;
    color: #52c41a;
    font-size: .24rem;
    text-align: center;
    white-space: nowrap;
}

.course-bottom-container {
    padding-left: .24rem;
    padding-right: .24rem;
}

.course-bottom {
    display: flex;
    flex-wrap: wrap;
    background-color: #eff2f7;
    border-radius: .16rem;
    padding-top: .12rem;
    padding-bottom: .12rem;
}

.course-bottom>a {
    width: 25%;
    text-align: center;
    border-right: 1px solid #bfc5d0;
    box-sizing: border-box;
    margin-bottom: .12rem;
    margin-top: .12rem;
}

.course-bottom>a:nth-child(4n) {
    border-right: none;
}

.news-box {
    margin-top: .2rem;
    background-color: #fff;
}

.sub-head {
    height: 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .24rem;
    padding-right: .24rem;
    border-bottom: 1px solid #e6eaf1;
}

.sub-head>h3 {
    font-size: .4rem;
    padding-left: .2rem;
    padding-right: .2rem;
    position: relative;
    line-height: 1.2;
    white-space: nowrap;
}

.sub-head>h3::before {
    position: absolute;
    content: '';
    width: .05rem;
    height: 100%;
    left: 0;
    top: 50%;
    border-radius: .03rem;
    background-color: #30b113;
    transform: translateY(-50%);
}

.sub-head>a {
    display: inline-block;
    width: .2rem;
    height: .36rem;
    background: url(../images/arrow-icon.png) no-repeat center;
    background-size: .2rem;
}

.news-item {
    margin-left: .24rem;
    margin-right: .24rem;
    border-bottom: 1px solid #e6eaf1;
    padding-top: .24rem;
    padding-bottom: .24rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item>a {
    width: 100%;
    font-weight: bold;
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.news-item>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-item>div>p {
    color: #666666;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item>div>a {
    color: #30b113;
    font-size: .24rem;
    white-space: nowrap;
    background-color: #e2f8e3;
    border-radius: .22rem;
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .44rem;
}

.news-item>div>a>span {
    width: .2rem;
    height: .2rem;
    background: url(../images/news-btn-icon.png) no-repeat center;
    background-size: .2rem;
    display: inline-block;
    margin-left: .05rem;
}

.intro-box {
    background: #fff;
    margin-top: .2rem;
}

.intro-pic-container {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.intro-pic-container>div {
    display: flex;
    padding-left: .24rem;
    padding-right: .24rem;
}

.intro-pic-container>div img {
    display: block;
    max-width: 100%;
}

.intro-pic-container>div>a {
    margin-right: .08rem;
    margin-bottom: .08rem;
}

.intro-pic-container>div>a:last-child {
    margin-right: 0;
}

.intro-menu {
    padding-left: .24rem;
    padding-right: .24rem;
    background: #fff;
    display: flex;
    padding-bottom: .3rem;
    border-top: 1px solid #e6eaf1;
}

.intro-menu>a {
    width: 25%;
    margin-top: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.intro-menu>a>h2 {
    color: #333333;
    font-size: .24rem;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    margin-top: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro-menu>a img {
    max-width: 100%;
    display: block;
}

.intro-menu>a>div {
    width: .82rem;
}

.contact-link-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contack-container {
    padding-top: .4rem;
    padding-bottom: .35rem;
}

.contact-link-box>a {
    display: inline-block;
    padding-left: .3rem;
    padding-right: .3rem;
    color: #666666;
    font-size: .24rem;
    line-height: 1.2;
    box-sizing: border-box;
}

.contact-link-box>a:nth-child(2) {
    border-left: 1px solid #bfc5d0;
    border-right: 1px solid #bfc5d0;
}

.contack-container>p {
    color: #666666;
    font-size: .24rem;
    margin-top: .2rem;
    text-align: center;
    line-height: 1.2;
}

.nav-box-container {
    position: fixed;
    bottom: 0;
    max-width: 750px;
    min-width: 7.5rem;
    z-index: 9;
}

.nav-box {
    position: absolute;
    bottom: 0;
    display: flex;
    background: #fff;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: .6rem;
    padding-right: .6rem;
    box-shadow: 0 0 .08rem rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.nav-box img {
    display: block;
    max-width: 100%;
}

.nav-center {
    position: absolute;
    width: 1.12rem;
    height: 1.12rem;
    border: .08rem solid #edf1f7;
    background-image: linear-gradient(to top, #479a1c 0%, #b3eb50 100%);
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav-center>div {
    width: .44rem;
}

.nav-center>h2 {
    font-size: .24rem;
    color: #fff;
}

.nav-other {
    display: flex;
}

.nav-other>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.08rem;
}

.nav-other:first-child>a:last-child {
    margin-left: 1rem;
}

.nav-other:last-child>a:last-child {
    margin-left: 1rem;
}

.nav-other>a>div {
    width: .42rem;
}

.nav-other>a>h2 {
    color: #7b87a1;
    font-size: .24rem;
    font-weight: normal;
}

/* 倒计时 */

.category-djs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.1rem;
    padding-left: .24rem;
    padding-right: .24rem;
}

.djs-box {
    padding-left: .56rem;
    background: url(../images/djs-icon.png) no-repeat left bottom;
    background-size: .4rem;
    font-size: .32rem;
}

.djs-box span {
    display: inline-block;
    width: .36rem;
    height: .5rem;
    background: url(../images/djs-bg.png) no-repeat center;
    background-size: .36rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: .38rem;
}

.djs-link {
    color: #30b113;
    white-space: nowrap;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: .44rem;
    border: 1px solid #30b113;
    border-radius: .22rem;
    padding-left: .16rem;
    padding-right: .16rem;
    box-sizing: border-box;
}

.djs-link span {
    width: .2rem;
    height: .2rem;
    background: url(../images/news-btn-icon.png) no-repeat center;
    background-size: .2rem;
    display: inline-block;
    margin-left: .04rem;
}

.cat-box {
    background: #fff;
}

.cover-link {
    display: block;
}

.cover-link>img {
    display: block;
    max-width: 100%;
}

.comment-link-box {
    /* padding-bottom: .2rem; */
}

.cat-box .main-box-content {
    padding-bottom: 0;
}

.main-course {
    display: flex;
}

.main-course>a {
    flex: 1 1 0;
}

.main-course img {
    max-width: 100%;
    display: block;
}

.main-course>a:first-child {
    margin-right: .2rem;
}

.main-course-title {
    display: flex;
    height: .64rem;
    align-items: center;
    margin-bottom: .2rem;
}

.main-course-title>span {
    line-height: .44rem;
    border-radius: .22rem;
    background-color: #e2f8e3;
    display: inline-block;
    color: #30b113;
    font-size: .24rem;
    padding-left: .16rem;
    padding-right: .16rem;
    white-space: nowrap;
    margin-right: .06rem;
}

.main-course-title>div {
    overflow: hidden;
    text-overflow: ellipsis;
    height: .44rem;
    line-height: .44rem;
}

.cat-wrapper {
    background: #fff;
    margin-top: .2rem;
}

.sub-ad-box {
    display: flex;
    padding-top: .3rem;
    padding-bottom: .3rem;
    justify-content: space-between;
}

.sub-ad-box>a {
    /* flex: 1 1 0; */
    flex-basis: calc(50% - .1rem);
}

/* .sub-ad-box>a.left {
    margin-right: .2rem;
} */

.sub-content {
    padding-left: .24rem;
    padding-right: .24rem;
}

.cat-link-item {
    height: .66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6eaf1;
}

.cat-link-item>div {
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .5rem;
    background: url(../images/cat-link-left.png) no-repeat left center;
    background-size: .38rem;
}

.cat-link-item>a {
    height: .44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #30b113;
    font-size: .24rem;
    background-color: #e2f8e3;
    border-radius: .22rem;
    padding-left: .16rem;
    padding-right: .16rem;
    margin-left: .2rem;
}

.cat-link-item>a>span {
    width: .2rem;
    height: .2rem;
    background: url(../images/news-btn-icon.png) no-repeat center;
    background-size: .2rem;
    margin-left: .04rem;
}

.sub-menu {
    display: flex;
    flex-wrap: wrap;
    background-color: #eff2f7;
    border-radius: .16rem;
    padding-top: .12rem;
    padding-bottom: .12rem;
}

.sub-menu>a {
    width: 25%;
    text-align: center;
    border-right: 1px solid #bfc5d0;
    box-sizing: border-box;
    margin-bottom: .12rem;
    margin-top: .12rem;
    color: #666;
    font-size: .28rem;
}

.sub-menu>a:nth-child(4n) {
    border-right: none;
}

.book-box {
    display: flex;
    padding-top: .3rem;
    /* padding-bottom: .45rem; */
}

.cat-book-container {
    padding-bottom: .4rem;
}

.cat-link-container {
    margin-bottom: .2rem;
}

.book-item {
    /* flex: 1 1 0; */
    background-color: #eff2f7;
    border-radius: .15rem;
    box-sizing: border-box;
    padding: .24rem;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-item:first-child {
    margin-right: .2rem;
}

.book-item-pic img {
    display: block;
    max-width: 100%;
    border-radius: .15rem .15rem 0 0;
}

.book-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .06rem;
    margin-bottom: .04rem;
}

.book-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-item-price {
    color: #ff0000;
    font-weight: bold;
    font-size: .36rem;
}

.book-item-btn {
    border: 1px solid #30b113;
    border-radius: .22rem;
    height: .44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30b113;
    font-size: .24rem;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: .16rem;
    padding-right: .16rem;
}

.book-item-btn span {
    width: .2rem;
    height: .2rem;
    background: url(../images/news-btn-icon.png) no-repeat center;
    background-size: .2rem;
    margin-left: .04rem;
}

.sub-main-box {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.show-nav {
    display: flex;
    height: .8rem;
    align-items: center;
}

.show-nav>div {
    padding-left: .6rem;
}

.show-nav>div>a {
    position: relative;
    margin-right: .3rem;
    font-size: .26rem;
}

.show-nav>div>a:first-child::before {
    position: absolute;
    content: '';
    width: .24rem;
    height: .32rem;
    background: url(../images/show-nav-icon.png) no-repeat center;
    background-size: .24rem;
    left: -0.36rem;
    top: 1px;
}

.show-nav>div>a::after {
    position: absolute;
    content: '>';
    font-size: .24rem;
    color: #666;
    right: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.show-nav>div>a:last-child::after {
    display: none;
}

.show-area {
    background-color: #fff;
    padding-left: .24rem;
    padding-right: .24rem;
    padding-top: .24rem;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
}

.show-area table {
    line-height: 1.5;
}

.show-area table p {
    margin-bottom: 0;
}

.show-area table td {
    padding: .1rem;
    /* padding-top: .1rem; */
    /* padding-bottom: .1rem; */
    word-break: initial;
}

.show-title {
    font-size: .38rem;
    font-weight: bold;
    margin-bottom: .16rem;
}

.show-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6eaf1;
    padding-bottom: .12rem;
    margin-bottom: .4rem;
}

.show-intro>div:last-child {
    width: .45rem;
    height: .45rem;
    /* background: url(../images/font-icon.png) no-repeat center; */
    /* background-size: .45rem; */
    background: #bbc4d5;
    color: #fff;
    text-align: center;
    line-height: .45rem;
}

.show-intro>div:last-child>span {
    font-size: .2rem;
}

.show-intro>div:first-child {
    display: flex;
}

.show-from {
    font-size: .24rem;
    color: #666666;
    line-height: .34rem;
    max-width: 2.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-date {
    margin-left: .12rem;
    padding-left: .3rem;
    background: url(../images/date-icon.png) no-repeat left center;
    background-size: .24rem;
    font-size: .24rem;
    color: #666666;
    line-height: .34rem;
}

.show-read {
    margin-left: .12rem;
    padding-left: .32rem;
    background: url(../images/read-icon.png) no-repeat left center;
    background-size: .27rem;
    font-size: .24rem;
    color: #666666;
    line-height: .34rem;
}

.show-content {
    color: #666666;
    font-size: .3rem;
    line-height: 2;
}

.show-content p {
    margin-bottom: .2rem;
}

.show-content img{
    max-width:100%;
}

.show-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: .4rem; */
    /* padding-bottom: .2rem; */
}

.show-pagination>a {
    margin-top: .4rem;
    margin-bottom: .2rem;
    padding-left: .16rem;
    padding-right: .16rem;
    background-color: #eff2f7;
    line-height: .52rem;
}

.show-pagination>a:first-child {
    margin-right: .12rem;
    border-radius: .26rem 0 0 .26rem;
    padding-left: .32rem;
    padding-right: .32rem;
}

.show-pagination>a:last-child {
    margin-left: .12rem;
    border-radius: 0 .26rem .26rem 0;
    padding-left: .32rem;
    padding-right: .32rem;
}

.show-share {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .8rem;
}

.show-share img {
    display: block;
    max-width: 100%;
}

.show-share>div {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    font-size: .26rem;
    color: #666;
    align-items: center;
}

.show-share>div:nth-child(2) {
    flex: 2 1 0;
}

.show-share>div>span {
    display: inline-block;
    width: .6rem;
}

.show-box {
    background: #fff;
    margin-bottom: .2rem;
}

.show-article {
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .24rem;
    padding-right: .24rem;
    font-size: .28rem;
    line-height: 2;
}

.show-article>div {
    display: flex;
}

.show-article>div>span {
    font-weight: bold;
    white-space: nowrap;
    color: #444;
}

.show-article a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 0;
}

.show-ad-box {
    padding-left: .24rem;
    padding-right: .24rem;
}

.show-ad-box a {
    display: block;
}

.show-ad-box img {
    display: block;
    max-width: 100%;
}

.main-link-box {
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .24rem;
    padding-right: .24rem;
}

.main-link-box>div {
    height: .64rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-link-box>div>span {
    white-space: nowrap;
    margin-left: .08rem;
    color: #666;
}

.main-link-box>div>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .22rem;
    position: relative;
    font-size: .28rem;
}

.main-link-box>div>a::before {
    position: absolute;
    content: '';
    background-color: #30b113;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -0.05rem;
    left: 0;
}

.list-container {
    margin-top: .2rem;
    margin-bottom: .2rem;
    background-color: #fff;
}

.list-head {
    padding-top: .4rem;
    padding-left: .24rem;
    padding-right: .24rem;
    box-sizing: border-box;
}

.list-middle {
    /* padding-left: .24rem;
    padding-right: .24rem;
    padding-top: .3rem; */
}

.list-middle a {
    margin-left: .24rem;
    margin-right: .24rem;
    margin-top: .3rem;
}

/*.list-item {*/
/*    display: flex;*/
/*    margin-left: .24rem;*/
/*    margin-right: .24rem;*/
/*    border-bottom: 1px solid #e6eaf1;*/
/*    height: 1.44rem;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

/*.list-item-title {*/
/*    font-size: .28rem;*/
/*    padding-left: .42rem;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    background: url(../images/list-icon.png) no-repeat left center;*/
/*    background-size: .28rem;*/
/*    margin-bottom: .1rem;*/
/*    line-height: 1.2;*/
/*}*/

/*.list-item-info {*/
/*    padding-left: .42rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.list-item-info>a {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color: #e2f8e3;*/
/*    height: .44rem;*/
/*    border-radius: .22rem;*/
/*    box-sizing: border-box;*/
/*    padding-left: .16rem;*/
/*    padding-right: .16rem;*/
/*    font-size: .24rem;*/
/*    color: #30b113;*/
/*}*/

/*.list-item-info>a>span {*/
/*    margin-left: .04rem;*/
/*    width: .2rem;*/
/*    height: .2rem;*/
/*    background: url(../images/news-btn-icon.png) no-repeat center;*/
/*    background-size: .2rem;*/
/*}*/

/*.list-item-info>span {*/
/*    color: #666666;*/
/*    font-size: .24rem;*/
/*}*/

/* 弹窗 */

.subject-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    overflow-y: scroll;
    padding-bottom: .4rem;
}

.modal-head {
    width: 100%;
    height: .88rem;
    background: #edf1f7;
    text-align: center;
    line-height: .88rem;
    font-size: .36rem;
    position: relative;
}

.modal-head-close {
    position: absolute;
    right: .3rem;
    top: 0;
    width: .6rem;
    height: 100%;
    background: url(../images/modal-close-icon.png) no-repeat center;
    background-size: .28rem;
}

.subject-menu-content {
    padding-left: .24rem;
    padding-right: .24rem;

}

.subject-menu-head {
    margin-top: .46rem;
    justify-content: space-between;
    display: flex;
}

.subject-menu-head>div {
    font-size: .32rem;
    display: flex;
    align-items: center;
    min-width: 2.5rem;
}

.subject-menu-head>div>span {
    display: inline-block;
    width: .36rem;
    margin-right: .1rem;
}

.subject-menu-head img {
    display: block;
    max-width: 100%;
}

.subject-menu-box {
    display: flex;
    flex-wrap: wrap;
    padding-left: .26rem;
}

.subject-menu-box.between {
    justify-content: space-between;
}

.subject-menu-box>div {
    width: 33%;
}

.subject-menu-box>div>a {
    display: inline-block;
    width: 2.12rem;
    line-height: .6rem;
    border-radius: .09rem;
    background-color: #edf1f7;
    text-align: center;
    margin-top: .2rem;
    font-size: .28rem;
}

.modal-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.6rem;
    background: #fff;
    z-index: 99;
    border-radius: .15rem;
    padding-bottom: .6rem;
}

.modal-wrapper .modal-head {
    border-radius: .15rem .15rem 0 0;
}

.modal-wrapper .subject-menu-box>div {
    width: 50%;
}

.category-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
}

.category-menu-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.category-menu-box>div:first-child {
    background: #f5f7f9;
    width: 3rem;
    overflow-y: scroll;
    height: calc(100vh - .88rem);
}

.category-menu-box>div:first-child>div {
    height: .9rem;
    padding-left: .68rem;
    display: flex;
    align-items: center;
    font-size: .28rem;
}

.category-menu-box>div:first-child>div.active {
    background: url(../images/category-menu-icon.png) no-repeat .32rem center #fff;
    background-size: .26rem;
}

.category-content-box {
    display: none;
    margin-left: .3rem;
    padding-right: .3rem;
    flex: 1 1 0;
    overflow-y: scroll;
    height: calc(100vh - .88rem);
}

.category-content-box.active {
    display: block;
}

.category-content-box img {
    display: block;
    max-width: 100%;
}

.category-content-box>div {
    line-height: .9rem;
    color: #666666;
    text-align: center;
    font-size: .28rem;
    overflow-y: scroll;
}

.category-content-box>ul>li {
    line-height: 1.32rem;
    margin-bottom: .18rem;
}

.category-content-box>ul>li>a {
    display: flex;
    padding-left: .54rem;
    box-shadow: 0 0 .08rem rgba(0, 0, 0, 0.06);
    border-radius: .15rem;
    font-size: .28rem;
}

.category-content-box>ul>li>a>span {
    width: .9rem;
    margin-right: .34rem;
}

.live-wrapper {
    padding-left: .2rem;
}

.live-wrapper .swiper-slide {
    display: flex;
    align-items: center;
}

.live-box {
    flex: 1 1 auto;
    /* width: 281px; */
    height: 1.1rem;
    border-radius: .05rem;
    background-color: #eff2f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: .24rem;
    padding-right: .24rem;
    /* margin-bottom: 12.5px; */
    margin-right: .24rem;
}

.live-avatar {
    width: .9rem;
    margin-right: .16rem;
}

.live-avatar img {
    display: block;
    max-width: 100%;
}

.live-circle {
    border: .06rem solid #30b113;
    width: .18rem;
    height: .18rem;
    border-radius: 50%;
    margin-right: .16rem;
}

.live-box>div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-box-title {
    font-weight: 700;
    font-size: .28rem;
    line-height: 1.2;
    margin-bottom: .12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5rem;
}

.live-box-date {
    font-size: .24rem;
    color: #666666;
    padding-left: .32rem;
    background: url(../images/date-icon.png) no-repeat left center;
    background-size: .23rem;
}

.live-box-date span {
    display: inline-block;
    margin-left: .2rem;
}

.live-box-date span.active {
    color: #30b113;
}

.live-box-btn {
    height: .36rem;
    border-radius: .18rem;
    border: 1px solid #30b113;
    color: #30b113;
    font-size: .22rem;
    padding-left: .1rem;
    padding-right: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-box-btn>span {
    width: .22rem;
    height: .22rem;
    background: url(../images/live-play.png) no-repeat center;
    background-size: .22rem;
    margin-right: .04rem;
}

.list-box-item {
    display: none;
}

.list-box-item.active {
    display: block;
}

.live-swiper-container {
    height: 3.7rem;
    position: relative;
}

.live-wrapper {
    padding-bottom: .3rem;
    position: relative;
}

.live-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 3.7rem;
    background-color: #e6eaf1;
    top: 0;
    left: 1.4rem;
}

.hot-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-box-wrapper>div {
    /* flex: 1 1 0; */
    flex-basis: calc(50% - .1rem);
}

.hot-box-wrapper>div img {
    display: block;
    max-width: 100%;
    border-radius: .15rem;
}

/* .hot-box-wrapper > div:nth-child(2n) {
    margin-left: .2rem;
} */

.hot-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .72rem;
}

.hot-box-bottom>div {
    font-size: .28rem;
}

.hot-box-bottom>a {
    height: .44rem;
    border-radius: .22rem;
    background-color: #e2f8e3;
    color: #30b113;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .16rem;
    padding-right: .16rem;
}

.hot-box-bottom>a>span {
    width: .2rem;
    height: .2rem;
    background: url(../images/news-btn-icon.png) no-repeat center;
    background-size: .2rem;
    margin-left: .06rem;
}

.hot-box {
    display: none;
    position: relative;
}

.hot-box>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hot-box.active {
    display: block;
}

.course-item-box {
    display: flex;
    padding-left: .24rem;
    padding-right: .24rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.course-item-box img {
    display: block;
    max-width: 100%;
    border-radius: .16rem;
}

.course-item-box>div {
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.course-item-box>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.course-item-box>div:first-child {
    margin-right: .2rem;
}

.course-item-top {
    position: relative;
}

.course-item-top>div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: .24rem;
    padding-top: .26rem;
    box-sizing: border-box;
}

.course-item-top>a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.course-item-title {
    line-height: 1.2;
    font-size: .28rem;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-item-top {
    display: block;
}

.course-item-top>div>h4 {
    color: #ffffff;
    font-size: .24rem;
    font-weight: normal;
}

.course-item-top>div>p {
    color: #ffea00;
    font-size: .32rem;
    margin-bottom: .04rem;
}

.course-item-top>div>b {
    font-size: .28rem;
    color: #ffffff;
    font-weight: normal;
}

.course-item-top>div>span {
    width: .3rem;
    height: 1px;
    background-color: #ffffff;
    margin-top: .16rem;
    margin-bottom: .16rem;
    display: block;
}

.sub-content .main-link-box {
    padding: 0;
}

.list-more-btn {
    width: 4.4rem;
    height: .6rem;
    border-radius: .3rem;
    background-color: #30b113;
    margin: .4rem auto;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.list-area-box {
    width: 7rem;
    height: .8rem;
    border-radius: .04rem;
    border: 1px solid #e6eaf1;
    background-color: #ffffff;
    display: flex;
    margin: .3rem auto .2rem;
    align-items: center;
    background: url(../images/input-arrow.png) no-repeat 6.6rem center;
    background-size: .2rem;
}

.list-area-box>h4 {
    margin-right: .3rem;
    font-size: .28rem;
    font-weight: normal;
    margin-left: .26rem;
}

.list-area-box>div {
    color: #999;
    font-size: .28rem;
}

.fixed-area {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #fff; */
    z-index: 999;
}

.fixed-area .modal-head {
    border-radius: .15rem .15rem 0 0;
}

.fixed-area-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: .4rem;
    background: #fff;
}

.fixed-area-box>div {
    width: 25%;
    padding-left: .3rem;
    padding-right: .3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
}

.fixed-area-box>div>span {
    width: 1.5rem;
    line-height: .7rem;
    border-radius: .1rem;
    background-color: #edf1f7;
    text-align: center;
}

.fixed-area-box>div>span:active {
    background-color: #34b217;
    color: #fff;
}

#subject-swiper img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: .15rem;
}

.main-box-content .swiper-slide {
    position: relative;
}

.main-box-content .swiper-slide>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.show-box .main-box-content {
    padding-bottom: 0;
}

.getyzm {
    position: absolute;
    top: 50%;
    right: .1rem;
    background: #30b113;
    color: #fff;
    font-size: .22rem;
    line-height: 2;
    padding-left: .2rem;
    padding-right: .2rem;
    border-radius: .1rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.lm-form-item {
    position: relative;
    width: 7rem;
    height: .8rem;
    border-radius: .04rem;
    border: 1px solid #e6eaf1;
    background-color: #ffffff;
    margin: 0 auto .2rem;
    display: flex;
}

.lm-form-item>span {
    display: inline-block;
    width: 1.4rem;
    align-items: center;
    line-height: .8rem;
    box-sizing: border-box;
    padding-left: .28rem;
}

.lm-form-item>input,
.lm-form-item>select {
    flex-grow: 1;
    font-size: .28rem;
    background: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    color: rgba(153, 153, 153, 1);
}

.lm-form-item>select {
    background: url(../images/input-arrow.png) no-repeat 5.2rem center #fff;
    background-size: .2rem;
}

.lm-form-btn {
    width: 4.4rem;
    height: .6rem;
    border-radius: .3rem;
    background-color: #30b113;
    margin: .3rem auto 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lm-form-btn>span {
    width: .12rem;
    margin-left: .16rem;
}

.lm-form-btn>span>img {
    display: block;
    max-width: 100%;
}

.show-box .sub-head>h3 {
    color: #444;
}

.show-box .course-title>span {
    color: #444;
}

.nry_zdy_an .anniu {
    color: rgba(0, 169, 160, 1);
    display: inline-block;
    font-size: .3rem;
    text-align: center;
    line-height: 2;
    border: 1px solid rgba(0, 169, 160, 1);
    padding: 0 .4rem;
    border-radius: .4rem;
    margin-top: 0;
    text-indent: 0;
    box-sizing: border-box;
}

.nry_zdy_an .anniu:active {
    color: #fff;
    background: rgba(0, 169, 160, 1);
}

/* 视频 */
.home-video {
    width: 7.2rem;
    height: 4.05rem;
    background-color: rgba(0, 11, 19, 0.58);
    border-radius: .1rem;
    margin: .2rem auto 0;
    padding: .2rem;
    box-sizing: border-box;
}

#zxdt{
    display: block;
    position: fixed;
    bottom: 1.2rem;
    left: 0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/rabbitZx.gif) no-repeat center;
    background-size: 100%;
    z-index: 99;
}











.topp{
    width:1200px;
    margin:0 auto;
}
.topp ul{
    display:flex;
    align-items:center;
}
.topp ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.topp ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}









body{
    max-width:750px;
    margin:0 auto;
}



.list-item{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.list-item-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.list-item-r{
    padding: 0px 0 0 15px;
}
.list-item-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.list-item-r span{
    color: #999;
    font-size: 14px;
}
.list-item-r-t{
    font-size: 18px;
    margin-bottom:10px;
}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}






.footer{
    padding:20px 0;
    background-color:#333333;
    color:#fff;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#fff;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #00a9a0;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #00a9a0;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}