.mi-title,.mi-title1{
    width: 100%;
    position: relative;
    margin: 30px 0 20px;
}
.mi-title1{
    text-align: center;
}
.mi-title1 .p_title01{
    font-size: 40px;
}
.mi-title1 .p_title02{
    font-size: 16px;
}
.mi-title .icon{
    width: 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.mi-title b{
    font-size: 20px;
    vertical-align: middle;
    color: #333;
}
.mi-title .desc{
    font-size: 14px;
    vertical-align: bottom;
    color: #999;
    margin-left: 25px;
}
.mi-title .desc a{
    margin-right: 5px;
}
.mi-title .more{
    float: right;
    margin-top: 5px;
    color: #333;
}
.mi-title .more i{
    margin-left: 5px;
}
.course,.mall{
    width: 100%;
    min-height: 550px;
    background-color: #f7f7f7;
    padding-bottom: 70px;
    padding-top: 15px;
}
.course .course-list{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.course .course-list .item{
    width: 390px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f7f7f7;
    background: #fff;
    overflow: hidden;
}
.course .course-list .item dt{
    height: 232px;
    width: 100%;
}
.course .course-list .item dt img{
    width: 100%;
}
.course .course-list .item dd{
    padding: 15px;
    position: relative;
    margin: 0;
}
.course .course-list .item dd .info{
    margin-top: 5px;
    font-size: 13px;
}
.course .course-list .item dd .info span{
    margin-right: 8px;
}
.course .course-list .item dd .info span:last-child{
    margin-right: 0px;
    color: #02ca9d ;
    font-size: 16px;
    float: right;
}
.course .list5{
    width: 100%;
    margin-top: 20px;
    height: 250px;
}
.course .list5 dl{
    width: 234px;
    margin-left:15px;
    overflow: hidden;
    float: left;
}
.course .list5 dl:first-child{
    margin-left: 0;
}
.course .list5 dl .thumb{
    width: 100%;
    height: 139px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course .list5 dl .thumb img{
    width: 100%;
    height: auto;
}
.course .list5 dl dd{
    width: 100%;
    height: 115px;
    padding: 7px 10px;
    background-color: #FFFFFF;
    margin-left: 0;
}
.course .list5 dl dd .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 8px;
}
.course .list5 dl dd .title .status{
    vertical-align: middle;
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #d9d9d9;
    margin-right: 3px;
    padding: 1px 5px;
}
.course .list5 dl dd .info{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
}
.course .list5 dl dd .count{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 5px;
}
.course .list5 dl dd .count span:first-child{
    color: #02ca9d;
}

/**学术会议**/
.meeting{
    width: 100%;
    min-height: 500px;
    background-color: #FFFFFF;
    padding-top: 10px;
}
.meeting-list{
    width: 100%;
    height: 510px;
    overflow: hidden;
    padding: 20px 0 55px;
}
.meeting-list .mleftlist{
    width: 680px;
    font-size: 16px;
    float: left;
}
.meeting-list .mleftlist .swiper-slide {
     font-size: 18px;
     height: auto;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     padding:0 20px 0px 0;
 }
.meeting-list .mleftlist .swiper-slide .item{
    border-left: 1px solid #e5e5e5;
    position: relative;
    margin-left: 11px;
    padding-left: 23px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #e3dfdf;
}
.meeting-list .mleftlist .swiper-slide .item:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
}
.meeting-list .mleftlist .swiper-slide .item:after{
    background: #ff720b;
    content: '';
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.meeting-list .mleftlist .swiper-slide .item a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}
.meeting-list .mleftlist .swiper-slide .item p{
    font-size: 15px;
    line-height: 2;
}
.meeting-list .right-detail{
    width: 500px;
    float: right;
}
.meeting-list .right-detail .thumbnail {
    width: 500px;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.meeting-list .right-detail .thumbnail img{
    width: 500px;
    height: auto;
}
.meeting-list .right-detail h1{
    font-size: 23px;
}
.meeting-list .right-detail p{
    line-height: 1.8;
    font-size: 14px;
}
.mall{
    background-color: #FFFFFF;
    min-height: 400px;
    padding-bottom: 20px;
}
.mall .goods{
    margin-top: 35px;
    padding: 0 20px;
    width: 1240px;
}
.mall .goods .swiper-slide{
    height: 300px;
    background-color: #f7f7f7;
    border: 1px solid #fff;
}
.mall .goods .swiper-slide:hover{
    border: 1px solid #eee;
}
.mall .swiper-button-next {
    right: 0px;
    display: flex;
}
.mall .swiper-button-prev {
    left: 0px;
    display: flex;
}
.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}
.swiper-button-next::before,
.swiper-button-prev::before {
    padding-left: 3px;
    font-size: 25px;
    font-weight: bold;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}
.swiper-button-prev {
    left: 28px;
    transform: rotate(180deg);
}
.mall .goods .thumbnail{
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #f7f7f7;
}
.mall .goods .thumbnail img {
    height: 100%;
    width: auto;
}
.mall .goods .goods-info {
    width: 100%;
    padding: 8px 4%;
}
.mall .goods .goods-info a{
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.mall .goods .goods-info .price{
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666666;
}
.mall .goods .goods-info .price span:first-child{

}

/*
.top-navs .mi-container a:first-child{
    background-color: #f7f7f7;
    color: #07a1ff;
}*/
