/*������ʽ*/
/*����*/
.submenu {
    border-bottom: 1px solid #e7e5e5;
    overflow: hidden;
    padding: 0 2%;
    height: 3.5em;
    overflow: hidden;
    position: relative;
}

.submenu li {
    float: left;
    line-height: 3.5rem;
    font-size: 1.6rem;
    padding: 0 2%;
    text-align: center
}

.submenu li.more {
    background: url("/images/up.png") no-repeat center;
    background-size: 15px auto;
    height: 3.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 8%;
    background-color: #fff;
}

.show {
    height: auto;
}

.submenu li.active {
    color: #00a646;
    border-bottom: 2px solid #00a646;
    line-height: 2.8rem;
}

/*�б�*/
.list {
    width: 100%;
    position: relative;
    padding: 1.5em 0;
    overflow: hidden;
    border-bottom: .1rem solid #eeeeee;
}

.listPic,.listPic3 {
    float: left;
    width: 30%;
    margin-right: 2%;
    padding-top: 22%;
    position: relative;
}

.listPic img,.listPic3 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    line-height: 22%;
}

.listText {
    float: left;
    width: 68%;
}

.listText h4,.pic3_title {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: normal;
}

.listText p {
    color: #999;
    margin-top: 18px;
}

.listText p span,.pic3_text span {
    display: inline-block;
    margin-right: 0.8rem;
}

.pic3_text span {
    color: #999;
    line-height: 2rem;
}

.listText p span:nth-child(3),.pic3_text span:nth-child(3) {
    background: url("https://www.in-en.com/mobile/images/ll_icon.png") no-repeat left center;
    background-size: 13px auto;
    padding-left: 1.3rem;
}

/*.listText h4{height:1.5em; overflow: hidden;}*/
/*������ͼ*/
.listPic3 {
    margin-right: 0;
    width: 31.3%
}

.listPic3:nth-child(2) {
    margin: 0 3%;
}

/*��ҳ��ť*/
.pages {
    text-align: center;
    margin-top: 3em;
    font-size: 1.6rem;
}

/*�������*/
.moreBtn {
    line-height: 2.5em;
    display: block;
    text-align: center;
    margin: 1.5em auto 0;
    font-size: 1.6rem;
    color: #00a67c;
    border-bottom: .5em solid rgb(247, 248, 250);
    padding-bottom: 0.5em;
}

@media (max-width: 375px) {
    .listText p {
        margin-top: 13px;
    }
}

@media (max-width: 321px) {
    .listText h4 {
        height:1.5em;
        overflow: hidden;
    }

    .listText p {
        margin-top: 25px;
    }

    .listText p span, .pic3_text span {
        margin-right: 0.2em;
    }
}

/*slide.css*/
/*焦点图*/
.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
    height: 200px;
    margin-bottom: 3em;
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
    height: 200px;
}

.slideBox .bd li img {
    vertical-align: top;
    width: 100%;
    height: 200px;
    /*height:100%;*/
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
}

/* ?????????????? */
.slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: left;
}
