/* *{
    font-size: initial;
} */

/*--移动端导航开始--*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        display: none
    }

    .m_img {
        display: block;
        height: 55px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 3px solid #01a6f6;
        overflow: hidden;
        background: url(../images/header_bg.png);
        background-size: 125%;
    }

    .m_img .headlf {
        padding-top: 5px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 40px;
        display: block
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 3px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        /*background: #0b0d19;*/
        background: #125FA3;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }

    .m_nav .m_navList ul li a {
        text-decoration: none;
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(../images/mobile/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(../images/mobile/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
}

/*--移动端导航结束--*/
@media only screen and (max-width: 760px) {
    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
	body{
		color: #333;
	}

    /*--学校简介开始--*/
    #SCHOOL {
        width: 100%;
        height: 100%;
        background: #fff;
        padding: .3rem .2rem;
    }

    #SCHOOL p {
        font-size: .28rem;
        line-height: .45rem;
        width: 94%;
        text-indent: .48rem;
    }

    #SCHOOL a {
        width: 25%;
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: #125fa3;
        display: block;
        border-radius: .05rem;
        margin: 0 auto;
        margin-top: .3rem;
    }

    /*--学校简介结束--*/

    /*--专业课程开始--*/
    #Courses {
        width: 100%;
        height: 100%;
        background: #fff;
        padding: .3rem .2rem;
    }

    .gongyong {
        font-size: .35rem;
        font-weight: bold;
        border-left: 3px solid #005bac;
        padding-left: .1rem;
    }

    .gongyong span:nth-child(1) {
        font-size: .35rem;
        font-weight: bold;
        color: #005bac;
    }

    .gongyong span {
        font-size: .22rem;
        font-weight: initial;
        color: #afb2b2;
    }
	.gongyong a{
		float: right;
		text-decoration: none;
		color: #666;
		font-size: 0.28rem;
		margin-right: 6%;
	}
	
    #Courses ul {
        width: 94%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        margin-top: .3rem;
    }

    #Courses ul li {
        font-size: .25rem;
        width: 47%;
        height: 1rem;
        line-height: 1rem;
        margin-bottom: .2rem;
    }

    #Courses ul li a {
        text-decoration: none;
        color: #fff;
        margin-left: .15rem;
    }

    #Courses ul li:nth-child(1) {
        background: url(../images/mobile/clinical.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(2) {
        background: url(../images/mobile/clinical2.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(3) {
        background: url(../images/mobile/clinical3.jpg);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(4) {
        background: url(../images/mobile/clinical4.jpg);
        background-size: 100% 100%;
    }
	#Courses ul li:nth-child(5) {
        background: url(../images/mobile/clinical.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(6) {
        background: url(../images/mobile/clinical2.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(7) {
        background: url(../images/mobile/clinical3.jpg);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(8) {
        background: url(../images/mobile/clinical4.jpg);
        background-size: 100% 100%;
    }
	#Courses ul li:nth-child(9) {
        background: url(../images/mobile/clinical.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(10) {
        background: url(../images/mobile/clinical2.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(11) {
        background: url(../images/mobile/clinical3.jpg);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(12) {
        background: url(../images/mobile/clinical4.jpg);
        background-size: 100% 100%;
    }
	#Courses ul li:nth-child(13) {
        background: url(../images/mobile/clinical.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(14) {
        background: url(../images/mobile/clinical2.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(15) {
        background: url(../images/mobile/clinical3.jpg);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(16) {
        background: url(../images/mobile/clinical4.jpg);
        background-size: 100% 100%;
    }
	#Courses ul li:nth-child(17) {
        background: url(../images/mobile/clinical.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(18) {
        background: url(../images/mobile/clinical2.png);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(19) {
        background: url(../images/mobile/clinical3.jpg);
        background-size: 100% 100%;
    }

    #Courses ul li:nth-child(20) {
        background: url(../images/mobile/clinical4.jpg);
        background-size: 100% 100%;
    }





    /*--专业课程结束--*/
    #kongbai {
        width: 100%;
        height: .2rem;
        background: #eee;
    }

    /*--校园动态开始--*/
    #Campus {
        width: 100%;
        height: 100%;
        padding: .3rem .2rem;
    }

    .Campus_top {
        margin-top: .3rem;
        width: 94%;
        height: auto;
    }

    .Campus_top a {
        text-decoration: none;
    }

    .Campus_top img {
        max-width: 100%;
        border-bottom: 3px solid #ffb424;
    }

    .Campus_top h3 {
        font-size: .3rem;
        line-height: .5rem;
    }

    .Campus_top p {
        font-size: .26rem;
        color: #888;
        line-height: .5rem;
    }

    #Campus ul {
        width: 94%;
    }

    #Campus ul li {
        font-size: .3rem;
        line-height: .5rem;
        list-style-type: square;
        margin-left: .3rem;
        color: #005bac;
    }

    #Campus ul li a {
        text-decoration: none;
    }

    #Campus ul li .span {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-flex;
    }

    #Campus ul li .sj {
        font-size: .26rem;
        color: #888;
        float: right;
    }

    /*--校园动态结束--*/

    /*--就业之星开始--*/
    #STAR {
        width: 100%;
        height: 100%;
        padding: .3rem .2rem;
    }

    .STAR_top {
        margin-top: .3rem;
        width: 94%;
        height: auto;
        background: #1579cb;
        padding-bottom: .2rem;
    }

    .STAR_top img {
        max-width: 100%;
    }

    .STAR_top h3 {
        font-size: .36rem;
        font-weight: bold;
        margin-bottom: .2rem;
        margin-left: .3rem;
        color: #fff;
    }

    .STAR_top p {
        font-size: .28rem;
        line-height: .5rem;
        margin-left: .3rem;
        color: #fff;
    }

    .STAR_top a {
        font-size: .26rem;
        text-decoration: none;
        display: block;
        border: 1px solid #fff;
        width: 1.73rem;
        height: .54rem;
        text-align: center;
        line-height: .54rem;
        margin: .2rem .3rem;
        color: #fff;
    }

    #STAR ul li a {
        text-decoration: none;
    }

    #STAR ul li .sj_left span {
        display: block;
        text-align: center;
        margin-right: .2rem;
    }

    #STAR ul li {
        margin-top: .3rem;
    }

    #STAR ul li a {
        display: flex;
    }

    #STAR ul li .sj_left span:nth-child(1) {
        font-size: .33rem;
        width: 1.36rem;
        height: .7rem;
        line-height: .7rem;
        background: #005bac;
        color: #fff;
    }

    #STAR ul li .sj_left span:nth-child(2) {
        font-size: .26rem;
        width: 1.32rem;
        height: .5rem;
        line-height: .5rem;
        color: #005bac;
        border: 1px solid #ddd;
    }

    #STAR ul li h3 {
        font-size: .3rem;
        font-weight: bold;
        color: #005bac;
        line-height: .6rem;
    }

    #STAR ul li p {
        font-size: .26rem;
        color: #8c8c8c;
        width: 91%;

    }

    /*--就业之星结束--*/

    /*--图文链接开始--*/
    .Graphic_left,
    .Graphic_right {
        width: 50%;
    }

    .Graphic_left li:nth-child(1) {
        background: url(../images/mobile/1_03.jpg);
        height: 3rem;
        background-size: 100% 100%;
    }

    .Graphic_left li:nth-child(2) {
        background: url(../images/mobile/4_02.jpg);
        height: 1.5rem;
        background-size: 100% 100%;
    }

    .Graphic_left li:nth-child(3) {
        background: url(../images/mobile/5_03.jpg);
        height: 1.5rem;
        background-size: 100% 100%;
    }

    .Graphic_right li:nth-child(1) {
         background: url(../images/mobile/0_02.jpg);
        height: 3rem;
        background-size: 100% 100%;
    }

    .Graphic_right li:nth-child(2) {
        background: url(../images/mobile/3_03.jpg);
        height: 3rem;
        background-size: 100% 100%;
    }

    #Graphic ul li {
        position: relative;
    }

    #Graphic ul li a {
        text-decoration: none;
        color: #fff;
        font-size: .3rem;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    #Graphic ul li a p {
        color: #fff;
        position: absolute;
        bottom: .2rem;
        left: .2rem;
    }

    #Graphic {
        display: flex;
        flex-direction: row;
        margin-top: .2rem;
    }

    /*--图文链接结束--*/

    /*----------专业课程-------------*/

    /*--宠物医生零基础临床班开始--*/
    #PetDoctor {
        padding: .3rem;
        margin-top: 50px;
    }

    .gonggong {
        font-size: .36rem;
        font-weight: bold;
        color: #005bac;
        line-height: .7rem;
        border-bottom: 1px solid #ccc;
        margin-bottom: .2rem;
    }

    .showMoreNChildren li {
        font-size: .2rem;
        margin-bottom: .2rem;
        line-height: .35rem;
    }

    .showMorehandle {
        font-size: .3rem;
        width: 2rem;
        height: .6rem;
        text-align: center;
        line-height: .6rem;
        background: #005bac;
        color: #fff;
        border-radius: .07rem;
        margin: 0 auto;
    }

    /*--宠物医生零基础临床班结束--*/

    /*--practice开始--*/
    #practice {
        padding: .3rem;
    }

    #practice ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #practice ul li {
        width: 20%;
        text-align: center;
    }

    #practice ul li a {
        text-decoration: none;
    }

    #practice ul li a img {
        max-width: 100%;
    }

    #practice ul li a p {
        font-size: .3rem;
    }

    /*--practice结束--*/
    /*--已加入我校学生开始--*/
    #school {
        padding: .3rem;
    }

    #school .gonggong {
        border: 0;
    }

    #school table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    #school .school_top th {
        font-size: .3rem;
        width: 1rem;
        height: .7rem;
        text-align: left;
        background: #005bac;
        color: #fff;
        padding-left: .1rem;
        border: 0.01rem solid #d4d4d4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #school .school_top th:nth-child(2) {
        width: 2rem;
    }

    #school .school_top th:nth-child(3) {
        width: 3.3rem;
    }

    #school .school_bottom td {
        font-size: .26rem;
        width: 1.3rem;
        height: .7rem;
        text-align: left;
        padding-left: .1rem;
        border: 0.01rem solid #d4d4d4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    

    #school .school_bottom td:nth-child(2) {
        width: 2rem;
    }

    #school .school_bottom td:nth-child(3) {
        width: 2.7rem;
    }

    .school_bottom table tbody tr:nth-child(even) {
        background: #f5f5f5;
    }

    /*--已加入我校学生结束--*/
    /*--创业就业一站式服务开始--*/
    #service {
        padding: .3rem;
    }

    #service p {
        font-size: .26rem;
    }

    #service p:nth-child(2) {
        text-align: center;
    }

    #service p span {
        font-size: 0.4rem;
        color: #f8b62a;
        font-weight: bold;
    }

    #service #erw {
        width: 50%;
        margin: 0 auto;
        margin-top: .3rem;
    }

    #service #erw img {
        max-width: 100%;
    }

    /*--创业就业一站式服务结束--*/

    /*--专业介绍开始--*/
    #jieshao {
        padding: 0 0.3rem 0.3rem 0.3rem;
        box-sizing: border-box;
    }

    #jieshao h3 {
        font-size: .36rem;
        color: #005bac;
    }

    #jieshao ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        margin-top: .3rem;
    }

    #jieshao ul li {
        width: 47%;
        height: 1rem;
        line-height: 1rem;
        margin-bottom: .2rem;
    }

    #jieshao ul li a {
        font-size: .24rem;
        text-decoration: none;
        color: #fff;
        margin-left: .15rem;
        display: block;
    }

    #jieshao ul li:nth-child(1) {
        background: url(../images/mobile/clinical.png);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(2) {
        background: url(../images/mobile/clinical2.png);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(3) {
        background: url(../images/mobile/clinical3.jpg);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(4) {
        background: url(../images/mobile/clinical4.jpg);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(5) {
        background: url(../images/mobile/clinical5.jpg);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(6) {
        background: url(../images/mobile/clinical6.png);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(7) {
        background: url(../images/mobile/clinical7.png);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(8) {
        background: url(../images/mobile/clinical8.png);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(9) {
        background: url(../images/mobile/clinical9.png);
        background-size: 100% 100%;
    }

    #jieshao ul li:nth-child(10) {
        background: url(../images/mobile/clinical10.jpg);
        background-size: 100% 100%;
    }

    /*--专业介绍结束--*/
    /*--联系我们开始--*/
    #lianxiwomen {
        padding: 0 .3rem .3rem .3rem;
        box-sizing: border-box;
    }

    #lianxiwomen h3 {
        font-size: .36rem;
        color: #005bac;
    }

    #dituContent {
        margin-top: .3rem;
    }

    #lianxiwomen .lianxi {
        width: 93%;
        height: 5rem;
        background: url(../images/mobile/lxwmbj_03.jpg);
        background-size: 100% 100%;
        padding: .5rem 0 .5rem .5rem;
    }

    #lianxiwomen .lianxi ul li {
        font-size: .24rem;
        color: #fff;
        margin-bottom: .1rem;
    }

    #lianxiwomen .lianxi ul li:nth-child(1) {
        font-size: .3rem;
        margin-bottom: .2rem;
    }

    #lianxiwomen .lianxi ul li:nth-child(2) {
        font-size: .36rem;
        margin-bottom: .2rem;
    }

    /*--联系我们结束--*/

    /*--新闻开始--*/
}

#news {
    padding: .3rem;
    padding-top: 0;
}

#news h3 {
    font-size: .36rem;
    color: #005bac;
    line-height: .7rem;
    border-bottom: 1px solid #eeeeee;
}

.news_top {
    display: flex;
    margin-top: .3rem;
}

.news_top .news_tu img {
    max-width: 100%;
}

.news_top ul {
    width: 100%;
    font-size: 0;
}

.news_top ul li {
    margin-bottom: .2rem;
}

.news_top ul li a {
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;

}

.news_top ul li:nth-child(1) a {
    text-align: center;
}

.news_top ul li a img {
    width: 98%;
    max-height: 4.7rem;
}

.news_top ul li span {
    font-size: .22rem;
    color: #d82228;
}

.news_bottom ul {
    border-bottom: 1px dashed #ccc;
    padding-bottom: .2rem;
    margin-top: .15rem;
}

.news_bottom ul li a {
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: .7rem;
}

.news_bottom ul li {
    font-size: .24rem;
    color: #666666;
    line-height: .35rem;
}

.news_bottom ul li:nth-child(3) {
    margin-top: .1rem;
    font-size: .22rem;
    color: #888888;
}

.news_bottom ul li:nth-child(3) img {
    width: .2rem;
    margin-right: .1rem;
}

/*--新闻结束--*/

/*--底部开始--*/
.footer_top {
    text-align: center;
	padding-bottom: 0.1rem;
    background: url(../images/mobile/dibubj_02.jpg);
    background-size: auto;
    font-size: .25rem;
    padding-top: .15rem;
    margin-bottom: 1.1rem;
}

.footer_top li {
    color: #FFFFFF;
    line-height: .36rem;
}

.footer_top li a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer_bottom {
    width: 100%;
    height: 1rem;
    background: url(../images/mobile/dibubj1.jpg);
    background-size: 100%;
    padding-top: .1rem;
    position: fixed;
    bottom: 0;
    z-index: 9;
}

.footer_bottom ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}

.footer_bottom ul li {
    width: 20%;
    font-size: 0;
}

.footer_bottom ul li a {
    text-decoration: none;
}

.footer_bottom ul li img {
    max-width: 100%;
    height: .5rem;
}

.footer_bottom ul li p {
    font-size: .24rem;
    color: #fff;
    line-height: .4rem;
}

/*--底部结束--*/
#swiper1 img{
   max-width: 100%;
}
#swiper1 .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 55px;
    height: 15px;
}

/*百度地图样式提取*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/*轮播图提取*/
.carousel_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    /* height: 126px; */
    padding-bottom: 33.3%;
}

.car_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.car_img img {
    max-width: 100%;
    /*max-height: 100%;*/
    /*height: 1.7rem;*/
    display: block;
}

.carousel_index {
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 12px;
    transform: translateX(-50%);
}

.carousel_icon {
    width: 12px;
    height: 12px;
    float: left;
    margin-left: .1rem;
}

.carousel_icon1 {
    width: 15px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

.carousel_icon2 {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

/*套板额外添加*/
.blank {
    width: 100%;
    height: 55px;
}

#content {
    padding: 0 0.3rem;
    box-sizing: border-box;
}

#content .m_article_title {
    font-size: .36rem;
    color: #005bac;
    line-height: .7rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.1rem;
    text-align: center;
}

#content h2 {
    font-size: 0.36rem;
}

#content h3 {
    font-size: 18px;
    text-align: center;
    padding: 0.2rem 0 0.1rem 0;
}

#content #info {
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
}

#next {
    box-sizing: border-box;
    padding: 10px 5px;
    font-size: 14px;
}



#content {
    line-height: 25px;
    font-size: 16px;
}

#content img,#content video {
    max-width: 100%;
}

#content .leader_img {
    width: 80%;
    margin: 0 auto;
}

#content .leader_img img {
    width: 100%;
}

#content .about_adv_l_t img:nth-child(1) {
    display: none;
}

#content .about_adv_l_t p:nth-child(2) {
    text-indent: 0em;
    font-size: 0.34rem;
    font-weight: bold;
    color: #005bac;
    padding: 0.1rem 0;
}

.container {
    margin-top: 55px;
    position: relative;
    min-height: 618px;
    overflow: hidden;
}

.m_banner_img {
    height: 2.7rem;
    transform: translateX(-25%);
}


.banner_title {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    color: #fff;
    text-align: right;
}

.banner_title h3 {
    font-size: 0.36rem;
    color: #fff;
}

.banner_title p {
    color: #fff;
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;

}


/*list_article页面*/

.list_warp {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_warp ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
   
}

.list_warp ul li {
    display: flex;
    width: 32%;
    flex-direction: column;
    align-items: center;
     margin-bottom: 15px;
}


.list_warp ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;

}

.list_warp ul li img {
    width: 100%;
}

.list_warp ul li p {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 25px;
    background: #005bac;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

/*单页面修改*/
.course_detail_sub {
    text-align: center;
    padding: 0.1rem 0;
}

.about_cul_list_bottom ul {
    display: flex;
    padding-bottom: 0.3rem;
}

.about_cul_list_bottom ul li {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#content .about_cul_list_bottom ul li h2 {
    font-size: 0.3rem;
}


#content .about_cul_list_bottom ul li .cul_content p {
    font-size: 0.26rem;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#content .about_cul_list_bottom ul li p img {
	width: 50%;
	display: flex;
	margin:auto;
}


.course_detail_sub em {
    font-style: normal;
    color: #f8b62a;
    font-size: 0.4rem;
    font-weight: bold;
}

/*分页器*/

#page {
    text-align: center;
}


#page a {
    display: inline-block;
    width: 1rem;
    height: .5rem;
    font-size: .25rem;
    line-height: .5rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: .1rem;
    margin-right: .1rem;
    text-decoration: none;
}

#page .pageinfo {
    display: none;
}

#page .homepage {
    display: none;
}

#page .endpage {
    display: none;
}

#page .pgejump {
    display: none;
}

#page .listpage {
    width: .6rem;
}

#page .curpage {
    background: #005bac;
    border: 0;
    color: #fff;
}
/*新添加*/
#next p{
    line-height: 40px;
}
#next p a{
    text-decoration: none;
}

}