.m-body {
    background:#2c68f0;
}

.m-container {
    width: 95%;
    margin: 0 auto;  
    position: relative
}
/*2019-11-26*/
.m-header {
    background: url(../images/head_back.jpg) no-repeat top;
    background-size:contain;  
    padding-top: 30px;   
    padding-bottom: 20px; 
    
}

.m-header.m-bgTwo{      
    background-size:100%;    
}
.m-header_title {
    padding-bottom: 17.201646%;
    background: url(../images/head_title.png) no-repeat;
    background-size: contain;
}

.m-header_infos {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.m-header_infos .m-host {
    font-size: 18px;
    line-height: 1;
}

.m-header_infos .m-undertake {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.m-header_data {
    margin-top: 20px;
}

.m-header_time {   
    padding-left:25px;
    background: url(../images/icon_01.png) no-repeat left center;
    background-size: 20px;
    line-height: 25px;
}

.m-header_area {    
    padding-left: 25px;
    background: url(../images/icon_02.png) no-repeat left center; 
    background-size: 20px;
    line-height: 31px;
}

.m-header_main {
    margin-top: 20px;
    background: #fff;   
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 8px;
}

.m-keynote {
   
}

.m-keynote_item {
   
}

.m-public_head {
    padding: 5px;
    text-align: center;
}

.m-public_title {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.m-public_title::after {
    content: '\20';
    width: 90px;
    height: 16px;
    background-color: #c3caf2;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-public_chinese {
    font-size: 18px;
    color: #1f3ad9;
    position: relative;
    z-index: 1;
}

.m-public_english {
    font-size: 9px;
    color: #717171;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.m-keynote_main {
    position: relative;
    padding-top:10px;
}

.m-keynote_main::after {
    content: '\20';
    width: 80%;
    background: #eee;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    top: 0;
}

.m-keynote_mainBox {
    position: relative;
    z-index: 1;    
    border-radius: 15px;
    background: #fff url(../images/icon_03.png) no-repeat right bottom;
    background-size: 130px auto;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 15px;
    line-height: 1.6;
}

.m-keynote_mainBox.m-mainBox2 {
    background-image: url(../images/icon_04.png);
}

.m-keynote_mainBox p {
    text-indent: 28px;
}

.m-schedule {
    margin-top: 10px;
}

.m-schedule_main {
}

.m-schedule_tabs { 
    font-size: 0;
    display: flex;
}

.m-schedule_tabs li {
    width: 33.3333%;
    display: block;
    height: 60px;  
    text-align: center;
    padding-top: 10px;
    line-height: 1;
    cursor: pointer;
}

.m-schedule_tabs li.active {
    background: #e5e5e5;
    border-radius: 10px;    
}

.m-schedule_tabs li .m-week {
    color: #1f3ad9;
    font-size: 18px;

}

.m-schedule_tabs li .m-date {
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: 5px;

}

.m-schedule_swiper { 
   margin-top: 10px;
    border:1px solid #1f3ad9;
    border-radius: 10px;
}

.m-schedule-slide {
    position: relative;
    font-size: 0;
}

.m-schedule-slide_item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.m-schedule-slide_item_head {
    text-align: center;
}

.m-schedule-slide_item .m-title {
    height: 30px;
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    min-width: 100px;
    color: #fff;
}

.m-schedule-slide_item .m-main {
    padding: 5px;
    display: table;
    width: 100%;
    min-height: 150px
}

.m-schedule-slide_item .m-main_td {
    font-size: 13px;
    counter-reset: sectioncounter;
    display: table-cell;
    vertical-align: middle;
    ;
}

.m-schedule-slide_item .m-main_td p {
    text-align: center;
}

.m-schedule-slide_item .m-main_td li {
    line-height: 1.6;
    margin-top: 5px;
}

.m-schedule-slide_item .m-main_td li::before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}



.m-news_inner {
    background: url(../images/back_two.jpg) no-repeat center;
    background-size: cover;
    
}

.m-news {
    padding: 20px 0;
    position: relative;
}

.m-news .m-public_title::after,
.m-visit .m-public_title::after{
    background-color: rgba(255, 255, 255, .3);
}
.m-visit .m-public_title::after{
    width: 100%;
}
.m-news .m-public_chinese,
.m-visit .m-public_chinese{
    color: #fff;
}

.m-news .m-public_english,
.m-visit .m-public_english{
    color: #fff;
}

.m-news_top {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.m-news_top a {
    color: #fff;
}

.m-news_top a:hover {
    color: #f5dd99;
}

.m-news_main {
    font-size: 0;
    margin-top: 20px;
}

.m-news_main_swiper {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.m-news_main_slide {
    position: relative;
}

.m-news_main_title {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
}

.m-news_main_slide_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 79.120879%;
}


.m-news-pagination {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.m-news-pagination .swiper-pagination-switch {
    height: 5px;
    width: 5px;
    background-color: #fff;
    display: inline-block;
    margin: 0px 4px;
}

.m-news-pagination .swiper-active-switch {
    background-color: #1f3ad9;
}

.m-news_main_right {
    margin-top: 10px;
}

.m-news_main_infos {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 10px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 1.6;
}

.m-news_main_infos p {
    text-indent: 28px;
    margin-top: 10px;
}

.m-news_main_infos a {
    color: #1f3ad9;
}

.m-spee {
    background: #fafafa url(../images/main_back.jpg) repeat-x;
    margin-top: -2px;
    padding: 8px;
    position: relative;
}


.m-speetwo{
    background: #fafafa url(../images/main_back.jpg) repeat-x;  
    padding: 8px;
    padding-bottom: 0;
}

.m-leader {
    position: relative;
    
}


.m-leader_main {
    position: relative;
    z-index: 2;
}

.m-leader_main-item {
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0;
}

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

.m-leader_main-item_box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 8px;
    font-size: 0;
    text-align: center;
}

.m-leader_main-item_left {
    width: 163px;
    display: inline-block;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}

.m-leader_main-item_img {
    padding-bottom: 143.558282%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.m-leader_main-item_right {
    padding: 10px;
}

.m-leader_title {
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    min-width: 150px;
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
    display: inline-block;
}

.m-leader_office {
    font-size: 14px;
    margin-top: 10px;
    color: #676767;
}

.m-leader_info {
    font-size: 14px;
    margin-top: 10px;
    color: #676767;
    text-align: left;
    line-height: 1.6;
}

.m-leader_bottom {
    text-align: right;
    margin-top: 10px;
}

.m-leader_more {
    display: inline-block;
    border: 1px solid #2b67ef;
    width: 80px;
    height: 25px;
    border: 1px solid #2b67ef;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #2b67ef;
}

.m-conf {
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

.m-conf_item {
    position: relative;
    z-index: 2;
    padding: 0 8px;
    
}

.m-conf_item_title {
    height: 36px;
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    line-height: 36px;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.m-conf_list {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    text-align: center;
}
.m-conf_list:last-child{
    border-bottom: none;
}
.m-conf_list_photo {
    display: inline-block;
    width: 210px;
    height:200px;
    background: url(../images/pople_box.png) no-repeat;
    background-size: contain;
    padding: 13px 26px 30px 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.m-conf_list_img {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.m-conf_list_infos {
    font-size: 14px;
    vertical-align: middle;
}

.m-conf_list_title {
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-radius: 30px;
    min-width: 130px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding: 0 10px;
}
.m-conf_list_main {
    margin-top: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 10px;
    text-align: left;
}
.m-visit{
    padding-top: 20px;
}
.m-visit_swiper{
    position: relative;
    margin: -5px; 
    padding-bottom: 40px;    
}
.m-visit_slide{
    font-size: 0;
    margin: 0px -3px;  
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.m-visit_item{
    width: 50%;    
    padding: 7px;
}
.m-visit_item_img{
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.m-visit_arrow {
    height: 40px;
    position: absolute;
    right: 10px;
    width: 80px;
    z-index: 2;
    bottom: 40px;    
    font-size: 0;
}




.m-visit_arrow .next,
.m-visit_arrow .prev{
    background:#d9ceb9 url(../images/arrow_02.png) no-repeat center;
    background-size: 9px 17px;
    width: 40px;
    height:40px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}
.m-visit_arrow .next{
    transform: rotate(180deg);
}
.m-visit_arrow .prev:hover,
.m-visit_arrow .next:hover {
    background:#010101 url(../images/arrow_01.png) no-repeat center;
    background-size: 9px 17px;
}
.m-meeting{
    padding: 0 5px;
}
.m-meeting_main{
    font-size: 0;
    margin-top: 10px;
}
.m-meeting_main_left{ 
    
}
.m-meeting_main_left-img{
    padding-bottom: 66.037736%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;   
}
.m-meeting_main_right{
   margin-top: 15px;
}
.m-meeting_main_right_img{
     padding-bottom: 67.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;  
    box-shadow: rgba(0,0,0,.2);
}
.m-meeting_main_right_title{
    margin-top: 15px;
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    height: 50px;   
    text-align: center;
    border-radius: 15px;
    color: #fff;
    padding-top: 5px;
}
.m-meeting_main_right_title .m-name{
    font-size: 16px;
}
.m-meeting_main_right_title .m-post{
    font-size: 14px;
    display: block;
}
.m-trailer{
    font-size: 0;
    margin-top: 20px;
}
.m-trailer_left{

}
.m-trailer_left_main{
    margin-top: 15px;
}
.m-trailer_left_main img{
    width: 100%;
    height: auto;
}
.m-trailer_right{
    margin-top: 20px;    
}
.m-trailer_right_main{
    margin: 0px -12px;
    font-size: 0;
}
.m-trailer_right_item{
    width: 33.333333%;
    padding: 4px 5px;
    vertical-align: top;
    display: inline-block;
}
.m-trailer_right_item-code{
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
}
.m-trailer_right_item-title{
    font-size: 12px;
    padding: 5px 0;
    color: #000a44;
    text-align: center;
}

.m-media_box{
    background:#fff url(../images/media_back.jpg) no-repeat center bottom;
    padding-top: 20px;
    padding-bottom: 20px;
} 
.m-media_main{
    margin: 0px -5px;
    font-size: 0;
}
.m-media_main_item{
    width: 33.3333%;
    padding: 12px 5px;
    display: inline-block;
}
.m-media_main_item_logo{
    background-color: #fff;   
    box-shadow: 0px 2px 2px rgba(0,0,0,.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px; 
    padding-bottom: 36.101083%;
}

.m-footer {
    padding: 20px 0;
    text-align: center;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 0;
}

.m-footer_logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: 20px;
}

.m-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.m-footer_info {  
}

.m-footer_info_menu {
    font-size: 13px;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px 5px;
}
.m-footer_info_menu a:hover {
    color: #f5dd99;
}
.m-footer_info_copy {
    margin-top: 10px;
    font-size: 11px;
}
.m-footer_info_filing {
    margin-top: 10px;
}
.m-footer_info_filing span {
    font-size: 10px;
}

.m-footer_info_right {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,.5);
    padding: 10px 15px;
}

.m-footer_weach {
    margin-top: 15px;
    display: inline-block;
    width: 38.714286%;
    vertical-align: bottom;
}

.m-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}


.m-menus {
    width: 100%;
    position: fixed;
    right:1px;
    top: 0;
    z-index: 99;
    text-align: center;       
    transition: all 800ms ease;
}

.m-showMenu {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 20px 0 0 8px;
    position: fixed;
    right: 5px;    
    opacity: .7;
    top: 15%;
}

.m-showMenu i {
    width: 25px;
    height: 2px;
    background: #2b67ef;
    position: relative;
    display: block;
    border-radius: 2px;
}
.m-showMenu i::after,
.m-showMenu i::before {
    content: '\20';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #2b67ef;
    display: block;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 2px;
}

.m-showMenu i::before {
    width: 25px;
    bottom: auto;
    top: -5px;
}

.m-menu {    
    position: relative;
    z-index: 101;    
    overflow: hidden;
    height: 0;
}
.m-menu_title{
    font-size: 18px;
    text-align: center;
    background: #fff;
    height: 55px;
    line-height: 55px;
    color: #1f3ad9;
    position: relative;
    z-index: 999;
    border-radius: 15px;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.m-menu ul{
    margin-top: 5px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 15px;   
    padding-top: 50px;
}
.m-menu_close{
    position: absolute;
    width: 18px;
    height: 19px;
    background: url(../images/icon_close.png) no-repeat;
    right: 20px;
    top: 80px;
    display: block;
    cursor: pointer;
    z-index: 104;
}
.m-menu.show {
    height: auto;   
    opacity: 1;
}

.m-menutitle {
    display: none;
}

.m-menu li {
    font-size: 16px;
    padding: 2px 0;
    line-height: 1;
}

.m-menu li a {
    color: #000a44;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
}

.m-menu li a:hover {
    color: #fff;
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
}


.m-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.m-mask.show {
    display: block;
}

.m-mask_main {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}
.m-mask_people {
    display: inline-block;
    width: 90%;
    background: #fff;   
    padding:10px; 
    position: relative;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 5px;
}

.m-mask_people_photo {
    margin-top: 20px;
    width: 150px;
    height: 140px;  
    display: inline-block;
    background: url(../images/pople_box.png) no-repeat;
    background-size: contain;
    padding: 11px 23px 28px 22px;
}

.m-mask_people_photo_img {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;     
}

.m-mask_title{
    display: block;    
    margin-top: 15px;
}
.m-mask_post{
    margin-top: 10px;
    font-size: 14px;
    color: #585858;
        
}
.m-mask_title_name{
    height: 25px;
    line-height: 25px;
    text-align: center;
    min-width: 130px;
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
}
.m-mask_close {
    position: absolute;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, .4) url(../images/icon_closeTwo.png) no-repeat center;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 100%;
}

.m-mask_info {    
    font-size: 14px;
    line-height: 1.6;
    height: 290px;
    overflow-y: scroll;
    text-align: left;
    margin-top: 30px;
    line-height: 1.6;
}

.m-mask_info::-webkit-scrollbar {
    width: 5px;
    background: url(../images/line.png) repeat-y;
}

.m-mask_info::-webkit-scrollbar-thumb {
    background: url(../images/title_back.jpg) repeat-y;
    background-size: contain;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.m-popup-video {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;    
}

.m-popup-video .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}
.v-mask_pic {
    display: inline-block;
    max-height: 90%;
    max-width: 95.6666667%;
    position: relative;
}
.v-mask_pic .vr-mask_close,
.m-popup-video .vr-mask_close{    
    top:-50px;
    right: 5px;
}
.v-mask_pic img {
    max-width: 100%;
    max-height: 720px;
    display: inline-block;
}
/*2019-11-26*/
.v-mask_pic_title{
    font-size: 13px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    min-height:35px;
    padding: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.m-popup-video .video {
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    z-index: 1;
    width: 92%;
}

.m-popup-video .video .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.m-popup-video .video .cell video {
    max-height: 600px;
    width: 100%;
    max-width: 700px;
}




.v-mask_close {
    position: absolute;
    width: 38px;
    height: 38px;
    background:rgba(255, 255, 255, .3) url(../images/icon_closeTwo.png) no-repeat center;
    background-size: 38px 38px;
    right: 10px;
    top: -50px;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 38px;
}

.v-mask_people {
    display: inline-block;
    width: 95%;
    background:#2b67ef;    
    position: relative;
    text-align: left;
    border-radius:10px;
    text-align: center;
    padding: 10px;
    padding-top: 100px;
}
.v-mask_people_photo {
    width: 150px;
    display: inline-block;
    height: 150px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.v-mask_people_photo_img {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;  
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4); 
}

.v-mask_info {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;    
    display: inline-block;
    padding-right: 10px;
   
}
.v-mask_info_title{
    font-size: 18px;
    margin-top: 10px;
}
.v-mask_info_post{
    font-size: 14px;
    margin-top: 10px;
}
.v-mask_info_js{
    height: 280px;
    overflow-y: scroll;
    text-align: left;
    margin-top: 10px;
}

/*2019-11-26*/
.m-content{
    background: #fff;
    min-height: 500px;
    padding: 15px;
}

.m-content_head h1{
    font-size: 18px;
    text-align: center;
}
.m-content_head .author{
    font-size: 14px;
    color: #717171;
    text-align: center;
    margin-top: 10px;
}
.m-content_head .author span{
    margin-top: 5px;
    display: block;
}
.m-content_main{
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.m-content_main img{
    max-width: 90%;
    margin-top: 20px;
    height: auto;
}
.m-content_main span{
    color: #2b67ef;
    display: inline-block;
    width: 90%;   
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.6;
}
.m-content_main p{
    text-indent: 32px;
    margin: 10px 0;
    text-align: left;
    line-height: 1.8;
}