/* 
 * 1. Google Font
 */


/* @import url(http://fonts.useso.com/css?family=Roboto:300,400,700); */


/* 
 * 2.0 Global Style
 */

html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

body {
    color: #4e4e4e;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    margin: 0 0 30px;
}

ul li {
    font-weight: 700;
    margin-bottom: 10px;
    list-style: none;
}


/* 2020新增首页样式 */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#countdown {
    background: url(../images/backgrounds/countdown-bg.png) no-repeat center center/cover;
    text-align: center;
    color: #fff;
    /* padding-bottom: 30px; */
}

#countdown .time-end {
    width: 194px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #fff;
    color: #DC1581;
    border-radius: 5px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    cursor: pointer;
}

#countdown .time-show {
    /* width: 690px; */
    display: flex;
    justify-content: center;
    /* padding-bottom: 93px; */
    padding-bottom: 65px;
    margin: 0 auto;
}

#countdown .time-show li {
    /* width: 150px;
    height: 180px; */
    width: 190px;
    height: 230px;
    margin-right: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    /* font-size: 16px; */
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #0D0F2F;
}

#countdown .time-show li p {
    padding-top: 40px;
    margin-bottom: 0;
    /* font-size: 48px; */
    font-size: 62px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #DC1581;
}

#countdown p {
    padding-top: 92px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FEFEFF;
}

#countdown h3 {
    margin-bottom: 60px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

#speakers {
    text-align: center;
}

#speakers .speakers-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #032BBD;
    margin-bottom: 20px;
}

#meeting-schedule {
    text-align: center;
    background: #FBFBFD;
}

#meeting-schedule p {
    margin-bottom: 0;
}

#meeting-schedule .schedule-title {
    padding-top: 93px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #032BBD;
}

#meeting-schedule .schedule-tabs-header {
    display: flex;
    width: 760px;
    margin: 65px auto 0;
}

#meeting-schedule .schedule-tabs-header li {
    width: 33%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 13px 29px 0px rgba(118, 118, 118, 0.15);
    border-radius: 38px;
    color: #333333;
    cursor: pointer;
}

#meeting-schedule .schedule-tabs-header li p:last-child {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #032BBD;
}

#meeting-schedule .schedule-tabs-content {
    max-width: 950px;
    margin: 50px auto 130px;
    background: #FBFBFD;
    display: none;
}

#meeting-schedule .schedule-tabs-content.active {
    display: block
}

#meeting-schedule .schedule-tabs-content li {
    padding: 30px 50px;
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 13px 29px 0px rgba(118, 118, 118, 0.15);
}

#meeting-schedule .schedule-tabs-content li img {
    width: 110px;
    height: 110px;
    background: #6F6F6F;
    border-radius: 50%;
}

#meeting-schedule .schedule-tabs-content li .scheule-info {
    text-align: left;
    margin-left: 60px;
}

#meeting-schedule .schedule-tabs-content li h4 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

#meeting-schedule .schedule-tabs-content li .time {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

#meeting-schedule .schedule-tabs-content li .schedule-speaker {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFang SC;
}

#meeting-schedule .schedule-tabs-content li .schedule-speaker span {
    color: #032BBD;
}

p.section-title {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #032BBD;
}

h2.section-title {
    margin-bottom: 60px;
}

#about p {
    margin-bottom: 24px;
}

@media (max-width: 800px) {
    #countdown .time-show {
        width: 100vw;
        padding-left: 0;
        margin-right: -2vw;
    }

    #countdown .time-show li {
        width: 20vw;
        margin-right: 4vw;
    }

    #meeting-schedule .schedule-tabs-header {
        width: 80vw;
        flex-direction: column;
        padding-left: 0;
    }

    #meeting-schedule .schedule-tabs-header li {
        width: 100%;
    }

    #meeting-schedule .schedule-tabs-content {
        padding-left: 0;
        margin-bottom: 60px;
    }

    #meeting-schedule .schedule-tabs-content li {
        padding: 3vh 3vw;
        margin-bottom: 10px;
    }

    #meeting-schedule .schedule-tabs-content li img {
        width: 60px;
        height: 60px;
    }

    #meeting-schedule .schedule-tabs-content li .scheule-info {
        margin-left: 20px;
    }

    #meeting-schedule .schedule-title {
        padding-top: 60px;
    }

    p.section-title {
        margin-top: 40px;
    }
}


/* 2020新增首页样式结束 */

.feedback {
    position: fixed;
    right: 0;
    bottom: 60px;
    background: #0916AC;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    opacity: 0.8;
}

.feedback:hover {
    color: #fff;
    opacity: 1;
}

.feedback:focus {
    color: #fff;
}

.feedback span {
    padding: 20px 16px;
    font-size: 18px;
    writing-mode: vertical-lr;
}

@media(max-width:800px) {
    .feedback {
        bottom: 12vh;
        display: flex;
        justify-content: center;
    }

    .feedback span {
        padding: 20px 4vw 20px 4vw;
    }
}


/* 2020新增问题反馈 */


/* 2020新增问题反馈结束 */

.container .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    #facts .row {
        flex-direction: column;
    }
}

.custom-list-icon,
.list-arrow-right {
    list-style-type: none;
    padding: 0;
}

.custom-list-icon li,
.list-arrow-right li {
    position: relative;
    padding-left: 20px;
    margin-top: 50px;
}

@media (max-width: 1500px) {
    .list-arrow-right li {
        margin-top: 10px;
    }
}

.custom-list-icon li::before,
.list-arrow-right li::before {
    position: absolute;
    left: 0;
    color: #4e4e4e;
    font-family: "Ionicons";
}

.social-block {
    list-style-type: none;
    padding: 0;
}

.social-block li {
    display: inline-block;
}

.social-block li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: #4e4e4e;
}

.social-block li a i {
    font-size: 1.5em;
}

.social-block li a:hover,
.social-block li a:focus {
    color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn {
    border: 0;
    border-radius: 0;
    padding: 6px 28px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.btn:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.6;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    background-color: #f8f8f8;
}

.valign-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    padding: 70px 0;
}

.section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}


/* 
 * 3.0 Helper Class
 */


/* 
 * 3.1 Helper Class: font-weight
 */

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}


/* 
 * 3.2 Helper Class: margin
 */

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}


/* 
 * 3.3 Helper Class: list
 */

.list-arrow-right li::before {
    content: "\f3d3";
}


/* 
 * 3.4 Helper Class: button
 */

.btn-white {
    color: #000;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #000;
    background-color: #fff;
}

.btn-black {
    color: #fff;
    background-color: #000;
}

.btn-black:hover,
.btn-black:focus {
    color: #fff;
    background-color: #000;
}


/* 
 * 3.5 Helper Class: background
 */

.bg-image,
.bg-image-1,
.bg-image-2 .bg-image-3 {
    position: relative;
}

.bg-image::before,
.bg-image-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-image-1 {
    background: url(../images/backgrounds/bg-1-2020.png) no-repeat center center/cover;
}

.bg-image-1::before {
    /* background-color: rgba(0, 0, 0, 0.7); */
}

.bg-image-2 {
    background: url(../images/backgrounds/bg_2021.png) no-repeat center bottom/cover;
    /* background-size: 100%; */
}

@media (max-width:768px) {
    .bg-image-2 {
        margin-top: 69px;
    }
}

/* .bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.2);
} */

@media (min-width: 768px) {
    .section {
        padding: 90px 0;
    }

    .section-title {
        color: #313131;
        letter-spacing: 1px;
        margin: 0 0 60px;
        text-transform: uppercase;
        /* text-align: left; */
    }
}


/* 
 * 4.0 Navigation
 */

.header-login {}

li.header-user {
    display: none;
    position: relative;
}

.header-pop-up {
    display: none;
    width: 100px;
    padding-top: 12px;
    padding-left: 0;
    position: absolute;
    top: 100%;
    background: #fff
}

.header-pop-up li {
    padding-top: 8px;
    padding-right: 12px;
    background: #FFFFFF;
    color: #0917B7
}

.header-pop-up li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
    text-align: center;
    cursor: pointer;
}

header.header {
    padding-bottom: 66px;
}

@media (max-width: 800px) {
    header.header {
        padding-bottom: 0;
    }
}

.header .header-login,
.header .header-user {
    display: none
}

.header .header-login.show,
.header .header-user.show {
    display: block;
    width: 100px;
    padding-left: 0;
    text-align: center;
}

@media (max-width:800px) {
    .header-login {
        display: none !important;
    }

    .header-user {
        display: none !important;
    }
}

.header-user.show:hover .header-pop-up {
    display: block;
}

.header-pop-up li:before {}

.header-pop-up li a:hover {
    background-color: transparent;
    border-color: #0817b7;
}

.login-mob,
.header-user-mob,
.quit-mob,
.user-item-mob {
    display: none;
}

.login-mob.show,
.header-user-mob.show,
.quit-mob.show,
.user-item-mob.show {
    display: block !important;
}

.navbar-custom {
    width: 100vw;
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0817b7;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navbar-custom .header-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .navbar-custom .header-wrapper {
        display: block
    }
}

.navbar-custom .navbar-nav li {
    margin: 0;
    margin-top: 10px;
    padding-left: 7px;
    /* padding-left: 12px; */
}

@media screen and (min-width: 1023px) and (max-width: 1199px) {
    .navbar-custom .navbar-nav li {
        padding-left: 4px
    }
}

.navbar-custom .navbar-nav>li>a,
.navbar-custom .navbar-nav>li>div {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    font-weight: bold;
}

#ts_but_top>.zhuce {
    color: #0817b7;
}

.navbar-custom .navbar-nav>li>div>button {
    font-size: 16px !important;
}

.navbar-custom .navbar-nav>li>a:focus,
.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>div:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .navbar-custom .navbar-nav>li .dropdown.previous {
        border: none;
    }

    .navbar-custom .navbar-nav>li .dropdown-menu.previous-list {
        margin-left: 110px;
    }

    .navbar-custom .navbar-nav>li>div:hover {
        border: none;
    }
    #ts_but_top>.zhuce{
        color: #fff;
    }
}

#ts_but_top>a {
    border: none;
}

#ts_but_top>a:hover {
    border-color: none !important;
    border: none;
    background: none;
}

#ts_but_top:hover {
    border: none !important;
}

#ts_but_top {
    background: #fff;
    color: #0817b7;
    border-radius: 5px;
}

#ts_but_top>a {
    border: none;
}

#ts_but_top>a:hover {
    border-color: none !important;
    border: none;
}


.navbar-custom .navbar-nav>.active>a {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
    margin-top: 2px;
    margin-left: 12px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-solid {
    background-color: #0817b7 !important;
    padding: 0 !important;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.user-collapse {
    display: none
}

.user-collapse.selected {
    display: block
}


/* .navbar-toggle.user-wrapper {
    padding: 8px 10px;
} */

.user-collapse .user-collapse-navbar {
    padding-left: 0;
}

.user-collapse .user-collapse-navbar li {
    margin: 0;
    margin-top: 10px;
    padding: 12px 0 12px 20px;
}

.user-collapse .user-collapse-navbar li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    font-weight: bold;
}

.site-branding {
    float: left;
    margin-top: 0;
    margin-left: 10px;
    text-align: center;
}

.site-branding .logo {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 5px;
}

.site-branding .logo img {
    width: 100px;
    margin-top: 3px;
    /* margin-top: 8px; */
}

.site-branding a p {
    padding-top: 15px;
    margin: 0;
}

.site-branding .logo:focus,
.site-branding .logo:hover {
    text-decoration: none;
}

@media (min-width:1200px) and (max-width:1500px) {
    .site-branding {
        margin-left: 30px;
    }
}


/* 新增导航栏样式 */

#navbar-items-left {
    display: none !important;
}

.navbar-header .user-wrapper {
    display: none
}

@media (max-width:767px) {
    .navbar-header .user-wrapper {
        border: none;
        border-radius: 0;
        margin-top: 2px;
        margin-left: 12px;
        background-color: transparent;
        outline: none;
        display: block;
    }

    .navbar-header .user-wrapper img {
        width: 24px;
        height: 24px;
    }
}

@media (min-width:768px) and (max-width:1023px) {}


/* 
 * 5.0 Site Header
 */

.site-header {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
    background: url(https://f.msup.com.cn/banner_three.png) no-repeat center center/cover;
}

.meeting-time {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
}

.meeting-time .place {
    display: none;
}

.meeting-time .time {
    margin: 0;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
    /* min-width: 1200px; */
}

.btn-wrapper {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.btn-wrapper .download_notice:last-child {
    margin-left: 40px;
    padding: 0 50px;
}

.download_notice {
    color: #fff;
    font-size: 30px;
    width: max-content;
    background: url(../images/backgrounds/bg-notice.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 50px;
    padding: 0 37px;
    cursor: pointer;
}

.download_notice:hover {
    background: url(../images/backgrounds/bg-notice-active.png) no-repeat center;
    background-size: 100% 100%;

}

.download_notice .notice_btn {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width:767px) and (max-width:1500px) {
    .site-header {
        background: url(https://f.msup.com.cn/banner_three.png) no-repeat center center/cover;
    }
}

@media (max-width:767px) {
    .site-header {
        background: url(https://f.msup.com.cn/banner_three_mob.png) no-repeat center center/cover !important;
        /* background-size: 100% !important; */
        background-size: 100% 100% !important;
        position: relative;
    }

    .meeting-time {
        /* position: absolute;
        top: 40%;
        bottom: 0; */
        font-size: 16px;
    }

    .meeting-time .place {
        margin-bottom: 4px;
    }

    .meeting-time .place {
        display: block;
    }

    #site-header a {
        width: 30%;
        /*background: #FFFFFF;*/
        margin: 0 auto;
        position: relative;
        display: inline-block;
        text-align: center;
        /* bottom: -220px; */
        bottom: -255px;
    }

    .notice-wrapper {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .wap_download {
        margin-bottom: 2vh;
        background: url(../images/backgrounds/bg-notice.png) no-repeat center;
        background-size: 100% 100%;
        width: 165px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        z-index: 10;
    }

    #site-header .wap_download .wap_notice_btn {
        bottom: 0;
        width: 165px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
    }

    .sign_wrapper {}

    #site-header .sign {
        width: 145px;
        height: 40px;
        line-height: 40px;
        background: url(../images/backgrounds/ts_but.png);
        border-radius: 5px;
        color: #fff;
        bottom: 0;
        font-size: 13px;
        font-weight: bold;
    }
}

.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.site-header .intro {
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    padding: 0 15px;
}

.site-header .intro h2 {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 300;
}

.site-header .intro h1 {
    margin-top: 0px;
    font-size: 30px;
}

.site-header .intro p {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner a {
    width: 30%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -150px;
    left: 35%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-custom {
        /* background-color: transparent; */
        /* padding-top: 30px; */
    }

    .site-branding {
        margin-top: 6px;
        margin-left: 0;
    }
}


/* 
 * 6.0 Section
 */


/* 
 * 6.1 Section: About 
 */

.about .section-title {
    margin: 0 0 25px;
}

.about figure {
    margin-bottom: 25px;
}


/* 
 * 6.2 Section: Facts
 */

.facts i {
    color: #fff;
    font-size: 3em;
}

.facts h3 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

@media (max-width:767px) {
    .facts .banner_biaoyu {
        font-size: 24px;
    }
}


/* 
 * 6.3 Section: Speaker
 */

.speaker {
    text-align: center;
    color: #313131;
    text-transform: uppercase;
    margin: 25px 0;
}

.speaker h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.speaker p {
    margin-bottom: 5px;
}

.speaker figure {
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.speaker img {
    /* width: 100%; */
    width: 192px;
    height: 192px;
    border-radius: 50%;
}

#index_spaeaks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.speaker img:hover {
    opacity: .7;
}

@media (min-width:992px) {
    #ts_person {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
}


/* 
 * 6.4 Section: Registration & Pricing
 */


/* 
 * 6.5 Section: Contribution
 */

.contribution {
    text-align: center;
    color: #fff;
}


/* 
 * 6.6 Section: Schedule
 */

.schedule-box {
    position: relative;
    background-color: #000b7b;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin: 25px 0 0;
}

.schedule-box::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .schedule-box .time {
        width: 240px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .schedule-box .time {
        width: auto;
    }

    .partner .partner-box {
        position: relative;
    }

    .partner .partner-box img {
        position: absolute;
        top: 0;
        right: -33%;
    }

    #faq .common-problem {
        width: 80%;
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .schedule-box .time {
        width: auto;
    }

    .partner .partner-box {
        position: relative;
    }

    .partner .partner-box img {
        position: absolute;
        top: 0;
        right: -10%;
    }

    #faq .common-problem {
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width:1499px) {
    .schedule-box .time {
        width: auto;
    }

    .partner .partner-box {
        position: relative;
    }

    .partner .partner-box img {
        position: absolute;
        top: 0;
        right: 0;
    }
}


/* 
 * 6.7 Section: Schedule
 */

.partner {
    /* background-color: #f8f8f8; */
    padding-top: 50px;
    padding-bottom: 0px;
}

.partner .partner-box {
    background: #FFFFFF;
    width: 100%;
    height: 80px;
    text-align: center;
    border: 1px solid #d0d7df;
    display: block;
    opacity: 1;
    margin: 25px auto;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
    overflow: hidden;
}

.partner .partner-box img {
    height: 100%;
}

#zhichi .partner-box {
    /* height: 80px; */
}

.section.partner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner .partner-box:hover {
    opacity: 1;
}


/* 
 * 6.8 Section: FAQ
 */

.faq .panel-heading {
    cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
    font-family: "Ionicons";
    content: "\f218";
    -webkit-transition: 0.5s linear ease-out;
    transition: 0.5s linear ease-out;
    position: absolute;
    left: 15px;
}

.faq .faq-toggle::before {
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    content: "\f209";
}

.faq .panel-group .panel+.panel {
    margin-top: 15px;
}

.faq .panel-default>.panel-heading {
    color: #FFF;
    background-color: #000b7b;
    border-color: #000;
    border-radius: 0;
    padding: 0;
}

.faq .panel-default>.panel-heading a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px 15px 35px;
}

.collapse {
    color: #000;
}

.collapse.in {
    color: #000;
}

#faq .collapse.in a {
    color: #2dc5ff;
}


/* 
 * 6.9 Section: photos
 */

.grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid::after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    overflow: hidden;
    padding: 3px;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .grid-item-sm-6 {
        width: 50%;
    }

    .grid-item-sm-3 {
        width: 25%;
    }

    .section-title {
        margin: 0 0 30px;
    }

    figure {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .schedule-box {
        margin: 0;
        font-weight: bold;
        width: 215px;
        background: #B5CFFE;
        border: 1px solid #FFFFFF;
    }

    .schedule-box .time {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #032BBD;
    }

    .grid-item-md-6 {
        width: 50%;
    }

    .grid-item-md-3 {
        width: 25%;
    }
}


/* 
 * 7.0 Site-footer
 */

.site-footer .container {
    background-color: #000b7b;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 50px;
    height: 50px;
}

.site-footer p {
    margin-bottom: 0;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
}

.site-footer a:link {
    text-decoration: none;
}

.site-footer p a {
    color: #ffffff;
    font-weight: bold;
}

.site-footer .container {
    /* border-top: 1px solid #505050; */
}

#lasta {
    font-size: 14px;
}

.site-footer p .foot-menu {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
}

.ts_menu_a {
    background: #0311a0;
}

.site-footer .site-info {
    font-weight: 400;
    margin-bottom: 10px;
}

.site-footer .site-info a {
    color: #fff;
}

.site-footer .social-block li a {
    color: #fff;
}

.site-footer .social-block li a:hover,
.site-footer .social-block li a:focus {
    opacity: 0.8;
}

.ts_but_top:hover {
    border-color: none;
}

/* 202110081600 delete .site-footer */

.site-footer .container.mob {
    display: none !important;
}


/*  */

.special_top {
    background: #0817b7;
}

.kx {
    width: 100%;
    height: 65px;
}

.p1 {
    font-weight: bold;
    color: #FFFFFF;
}

.special_li li a {
    color: #FFFFFF;
}

.special_li li a:hover {
    background: #0817b7;
}

.special_li li:hover {
    border-bottom: 2px solid #FFFFFF;
}

.special_li_active {
    border-bottom: 2px solid #FFFFFF;
}

.tab_top {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
}

.tab_top li {
    color: #000000;
    font-size: 20px;
    text-align: center;
    height: 70px;
    width: 300px;
    cursor: pointer;
    padding: 10px 0px;
}

.tab_top .tab_top_active {
    background: #f5f7f8;
    color: #000000;
}

.p2 {
    font-size: 14px;
    color: #898989;
    margin: 0;
}

.p3 {
    margin: 0;
}

.schedulef {
    max-width: 1960px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 30px;
}

.tab_content li {
    display: none;
}

.tab_content .tab_con_active {
    display: block;
}

.sch_p1 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.classify,
.allcourse,
.course,
.classify_l1_ri {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    line-height: 1.71429;
    text-align: center;
    font-weight: bold;
}

.classify .classify_l1,
.classify_l1_ri,
.classify_l1_ri1 {
    line-height: 50px;
    text-align: center;
    /* font-weight: bold; */
    height: 50px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    background: #0817b7;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 2px;
}

.classify .classify_l1:first-child {
    width: 15%;
    text-align: center;
}

.main_forum .classify_l1_ri .classify_l1_ri1:nth-child(1) {
    width: 38%;
    text-align: center;
}

.main_forum .classify_l1_ri .classify_l1_ri1:nth-child(2) {
    width: 72%;
    text-align: center;
    border-right: none
}


/*.classify_l1_ri .classify_l1_ri1{
  width: 14.2%;
  text-align: center;
  padding-left:0px;
}*/


/*classify.sub_forum .classify_l1_ri{
  float: left;
}*/

.sub_forum .classify_l1:first-child {
    width: 6%;
    text-align: center;
    background-color: #0817b7 !important;
}

.classify_l1.course_time {
    background: #0817b7 !important;
}

.sub_forum .classify_l1_ri {
    /*width: 9%;*/
    text-align: center;
    border-right: none
}

.sub_forum .classify_l1_ri .classify_l1_ri1 {
    width: 14%;
    text-align: center;
    padding-left: 0px;
}

.sub_forum .classify_l1_ri .classify_l1_ri1:last-child {
    border-right: none;
}

.allcourse .le {
    width: 15%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #9c9e99;
}

.sub_forum .le {
    width: 5%;
    height: auto;
}

.chief {
    border-top: 1px solid #ccc;
    width: inherit;
}

.sub_forum .classify_l1:first-child {
    height: inherit;
    width: 4.8%;
}

.sub_forum .classify_l1_ri1 {
    height: inherit;
    width: 13.6%;
}

.chief .cou_ri {
    width: 100%;
    padding: 5px;
}

.chief .classify_l1_ri {
    width: 13.6%;
    overflow: hidden;
}

.chief .classify_l1_ri,
.chief .classify_l1_ri1 {
    height: auto;
    background: #fff;
    color: #000;
    width: 13.6%;
}

.chief .classify_l1_ri .classify_l1_ri1:hover {
    background: #000;
    color: #fff;
}

.chief {
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #000;
}

.chief .cou_ri .sch_p2 {
    /*color:#7d7d7d;*/
    font-size: 15px;
    line-height: 1.8em;
}

.chief .cou_ri .sch_p3 {
    /*color:#7d7d7d;*/
}

.chief .cou_ri {
    border: 0px;
}

.courses .sleep {
    width: 95.2%;
}

.courses .classify_l1 {
    padding-top: 10px;
}

.courses .classify_l1 p {
    margin-bottom: 0px;
    line-height: 1em;
    /*color: #fff;*/
}

.courses .cou_ri .sch_p2 {
    color: #7D7D7B;
    text-align: center;
    line-height: 3.5em;
}

.cou_ri .sch_p2 {
    text-align: left;
    line-height: 2em;
}

.cou_ri .sch_p3 {
    line-height: 1.3em;
    text-align: left;
}

.classify_l1_ri {
    width: 85%;
}

.allcourse .ri {
    width: 100%;
}

.cou_le,
.course_time,
.subject {
    width: 15%;
    text-align: center;
    line-height: 2em;
    /*padding:0px;*/
}

.course_time {
    border-left: 1px solid #ccc;
}

.cou_ri,
.course_lecturer {
    width: 70%;
}

.cou_le {
    /*width: 38%;*/
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.cou_ri {
    width: 70%;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.allcourse .le .course:last-child .cou_ri,
.allcourse .le .course:last-child .cou_le {
    border-bottom: 0;
}

.sch_p2 {
    margin: 0;
}

.sch_p3 {
    margin: 0;
    margin-top: 0px;
    color: #9c9e99;
    font-weight: normal;
}

.teacher {
    /*margin-bottom: 10px;*/
}

.allorganiz {
    width: 100%;
    background: #f8f8f8;
}

.oganiz-wrapper {
    max-width: 1220px;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.organiz-line {
    max-width: 1220px;
}

.organiz-line .organiz {
    width: 49.5%;
}

.organiz-line .organiz:first-child {
    margin-right: 4px;
}

.organiz,
.ts_alal {
    /* max-width:1220px; */
    padding: 0 10px;
    /* margin: 0 auto; */
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.organiz ul {
    margin-left: -30px;
    padding-left: 0;
    display: flex;
}

.organiz .min {
    display: flex;
    justify-content: space-between;
}

.organiz .min .le {
    width: 110px;
    height: 110px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 50%;
}

@media (max-width:767px) {
    .container.min-width-pc {
        min-width: auto;
    }

    .organiz .min .le {
        width: 90px;
        height: 90px;
    }
}

.organiz .min .le img {
    width: 100%;
}

.organiz .min .ri {
    width: 75%;
    height: 100%;
    padding-left: 10px;
    /* margin: auto; */
}

.organiz li {
    list-style: none;
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    /* width: 48%; */
    width: 100%;
    margin-left: 30px;
}

.allorganiz h1 {
    font-size: 30px;
    color: #000000;
    padding-top: 20px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
}

.allorganiz .min h2 {
    font-size: 20px;
    color: #3e3a39;
    text-align: left;
    border-bottom: 1px solid #d6dce3;
    margin: 0px 0px 5px 0px;
    padding-bottom: 7px;
}

.allorganiz .min p {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0px;
}

.ts_speak {
    width: 48%;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0;
}

.ts_speak li {
    width: 100%;
}

@media (max-width:767px) {
    .organiz ul {
        flex-direction: column;
    }

    .organiz-line .organiz {
        width: 100%;
    }

    .organiz li {
        width: 92%;
        margin-bottom: 10px;
        padding: 15px;
    }

    .allorganiz h1 {
        font-size: 20px;
        color: #000000;
        padding-top: 0px;
        margin-top: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    .allorganiz .min h2 {
        font-size: 16px;
        color: #3e3a39;
        text-align: left;
        border-bottom: 1px solid #d6dce3;
        margin: 0px 0px 5px 0px;
        padding-bottom: 7px;
    }

    .allorganiz .min p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .allorganiz {
        padding-top: 10px !important;
    }

    .ts_speak {
        width: 100%;
        padding: 0;
        padding-top: 15px;
    }

    .ts_speak li {
        width: 100%;
    }
}

.classify_l1:first-child {
    width: 10%;
    color: #fff !important;
}

.close_meeting .classify_l1:first-child {
    width: 10%;
}

.chief .classify_l1:first-child {
    color: #000 !important;
    background: #fff !important;
}

.close_meeting .classify_l1_ri1 {
    width: 22.5%;
    line-height: 1.2em;
    text-align: center;
    padding-top: 10px;
}

.close_meeting .classify_l1_ri1 div p {
    margin-bottom: 10px;
}

.close_meeting .classify_l1_ri1 .sch_p2 {
    text-align: center;
    line-height: 40px;
}

.close_meeting .classify_l1_ri1 .teacher {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .navbar-header {
        display: flex;
        justify-content: space-between;
    }

    .site-branding {
        width: 60%;
    }

    #mob_but {
        width: 20%;
    }

    .active {
        border: none;
    }

    .active a {
        border: none !important;
        color: #f4d712;
    }

    .special_li_active {
        border: none;
    }

    .special_li_active a {
        border: none !important;
        color: #f4d712 !important;
    }

    .special_li li:hover {
        border-bottom: none !important;
        color: #f4d712 !important;
    }
}

.pc {
    display: block !important;
}

.mob {
    display: none !important;
}

@media (min-width: 200px) and (max-width:767px) {
    .pc {
        display: none !important;
    }

    .mob {
        display: block !important;
    }
}

.icon_ts img {
    width: 60px;
    height: 60px;
}

@media (max-width:767px) {
    .icon_ts h3 {
        margin-bottom: 40px;
        margin-top: 3px;
    }
}

.sch_wap .panel-body {
    padding: 10px;
    padding-top: 0;
}

.sch_wap .single {
    border-bottom: 1px solid #EEEEEE;
    padding-top: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
}

.sch_wap .single .le {
    text-align: center;
    width: 20%;
}

.sch_wap .single .ri {
    flex-direction: column;
    justify-content: center;
    width: 75%;
}

.sch_wap .panel-body h4 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.sch_wap .panel-body h5 {
    margin-bottom: 5px;
    color: #000;
}

.sch_wap .panel-body h6 {
    color: #383938;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0;
    line-height: 24px;
    font-weight: normal;
}

.sch_wap .panel-body p {
    color: #000;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0;
    line-height: 16px;
    height: 15px;
    font-weight: bold;
    /* margin-bottom: 0; */
}

.sch_wap .panel-body p span {
    display: inline-block;
    padding-right: 5px;
}

.sch_wap .topic .top {
    font-size: 16px;
    color: #000000;
    margin: 10px auto;
    text-align: center;
    background: #0817b7;
}

.sch_wap .topic .top h4 {
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

.sch_wap .topic .zhuxi {
    background: #f7f7f7;
    text-align: left;
    line-height: 20px;
    padding-bottom: 15px;
}

.sch_wap .topic .zhuxi h5 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 0px 10px;
    font-weight: normal;
    margin: 0;
}

.sch_wap .panel-body .single:last-child {
    border-bottom: none;
}

.sch_wap .panel-title {}

@media (max-width:800px) {
    .panel-title {
        /* width: 92vw */
    }
}

.classify_l1 {
    background: none !important;
    color: #0817b7 !important;
    border-left: 1px solid #ccc;
}

nav.special_top #ts_but_top:hover {
    border-bottom: 0px;
}

nav.special_top #ts_but_top a:hover {
    background: none;
}

.navbar-solid #ts_but_top {
    background: #fff;
}

.navbar-solid #ts_but_top a {
    color: #0817b7;
}

@media (max-width:767px) {
    .navbar-solid #ts_but_top {
        background: none;
        /* padding: 0; */
    }

    .navbar-solid #ts_but_top a {
        color: #FFFFFF;
    }
}

@media (min-width:767px) {
    .tsbuttop {
        padding: 0 10px;
        background: #fff;
        color: #0817b7;
        border-radius: 5px;
    }
}

@media (max-width:767px) {
    .tsbuttop {
        background: none !important;
    }
}

.linwai {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    margin-bottom: 50px;
}

.linwai a {
    width: 145px;
    height: 50px;
    line-height: 50px;
    background: url(../images/backgrounds/ts_but.png);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.linwai a:hover {
    text-decoration: none;
}

.previous .previous-btn {
    border: none;
    width: 145px;
    height: 50px;
    line-height: 50px;
    background: url(../images/backgrounds/ts_but.png);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.previous .previous-list {
    min-width: inherit;
    padding: 0;
    background-color: transparent;
}

.previous .previous-list a {
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .meeting-time {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
    }

    .container-wrapper {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .linwai {

        width: 135px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    #site-header .linwai a {
        margin: 5px auto;
        width: 135px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .previous {
        text-align: center;
    }

    .previous .previous-btn {
        border: none;
        margin: 5px auto;
        width: 135px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .previous .previous-list {
        min-width: inherit;
        padding: 0;
        background-color: transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 135px;
        border: none;
    }

    .previous .previous-list a {
        margin-bottom: 5px;
    }
}

.provide .col-sm-2 a {
    border: 2px solid #000b7b;
    width: 150px;
}

.tabs {
    width: 100%;
    display: flex;
    padding: 50px 0;
}

.tabs .fill {
    flex-grow: 1;
    border-bottom: 1px solid #d0d7df;
}

.tabs .tab {
    width: 25%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #d0d7df;
    cursor: pointer;
    background-color: #f5f7f8;
}

.first_tab {
    border-right: none !important;
}

.about_tab_show {
    background-color: #FFFFFF !important;
    border-bottom: none !important;
}

.about_content .content {
    display: none;
    margin: 0 auto;
}

.hotel {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

.content_show {
    display: block !important;
}

.ab_p1 {
    font-weight: bold;
}

.hotel h2 {
    color: #1c5696;
    margin-top: 40px;
}

.hotel img {
    margin-top: 5px;
}

.hotel .jiege {
    margin-top: 20px;
    color: #4a4a4a;
    line-height: 28px;
    color: #000000;
}

@media (max-width:767px) {
    .tabs {
        padding: 20px 0;
    }

    .tabs .tab {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .hotel img {
        width: 100%;
    }

    .hotel h2 {
        font-size: 20px;
        line-height: 28px;
    }
}


/* //////////////// */

.pay_attention {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.pay_attention p {
    font-weight: bold;
    color: #868686;
    line-height: 25px;
    font-size: 15px;
}

.pay_attention .pay_p1:last-child {
    /* padding-left:35px; */
    padding-top: 5px;
}

.pay_attention .pay_p2 {
    font-size: 18px;
    color: #1c5696;
    margin-top: 20px;
    margin-bottom: 5px;
}

.pay_attention .time_table table {
    border: 1px solid #868686;
    margin: 10px 0;
}

.pay_attention .time_table table td {
    border-left: 1px solid #868686;
    padding: 10px;
    border-bottom: 1px solid #868686;
    font-weight: bold;
    color: #868686;
}

.pay_attention .time_table table tr td:first-child {
    width: 50%;
}

.pay_attention .pay_p4 {
    color: red;
}

.pay_attention .hotel_jianjie {
    display: flex;
    flex-direction: column;
}

.pay_attention .hotel_jianjie .img {
    padding-right: 20px;
}

.pay_attention .pay_p3 a {
    color: #4e4e4e;
}


/* /////////////////// */

.allmenu {
    max-width: 720px;
    padding: 0 10px;
    margin: 0 auto;
}

.day_menu {
    max-width: 600px;
    display: flex;
    justify-content: space-around;
    /* box-shadow: 0 0 10px rgba(0,0,0,.3); */
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 90px
}

@media(max-width:767px) {
    .day_menu {
        padding: 0;

    }
}

.day_menu div {
    width: 30%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.day_menu a:hover {
    color: #000000;
}

.day_menu .active_day a {
    /* background: #0817b7; */
    color: #000000;
    border-bottom: 1px solid #4e4e4e;
    padding: 5px 10px;
}

.tableall .sec {
    display: none;
}

.tableall .xianshi {
    display: block;
}

.theme {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.theme a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    color: #4e4e4e;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    margin: 0 10px;
}

.theme a:hover {
    color: #4e4e4e;
    text-decoration: none;
}

.theme .theme_active {
    background: #0817b7;
    color: #FFFFFF;
    border: 1px solid #0817b7;
}

.theme .theme_active:hover {
    color: #FFFFFF;
}

.theme_cont .single_cont {
    display: none;
}

.theme_cont .xianshi {
    display: block;
}


/* .tableall .sec:first-child p { */

.tableall .sec p {
    /* text-align: center; */
    font-size: 16px;
    font-weight: normal;
    color: #33459f;
}


/* .tableall .topic{
	width: 100%;
	padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.71429;
  text-align: center;
	color: #fff;
	background: #0817b7;
	font-weight: bold;
} */

.tableall {
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.tableall .section {
    padding: 0px;
    margin-bottom: 30px;
    /*border: 1px solid #ccc;*/
    border-bottom: 0px;
}

.theme_cont .single_cont .topic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 5px;
    background: #e5ecfb;
    padding: 20px 20px;
}

.theme_cont .single_cont .topic .le {
    width: 35%;
    display: flex;
}

.theme_cont .single_cont .topic .ri {
    width: 65%;
}

.theme_cont .single_cont .topic .in_le {
    width: 45%;
    text-align: center;
    display: table;
    /* border-right: 1px solid #313131; */
}

.theme_cont .single_cont .topic .in_le p {
    color: #33459f;
}

.theme_cont .single_cont .topic .in_ri {
    width: 50%;
    padding-left: 5%;
}

.topic p {
    margin-bottom: 0;
    color: #33459f;
    font-weight: normal;
    font-size: 16px;
    /* padding-bottom: 5px; */
}

.theme_cont .single_cont .topic .ri p:last-child {
    color: #33459f;
    font-size: 14px;
    color: #4e4e4e;
}


/* .single_cont .content .panel-body{
	border: 1px solid #ddd;
	border-top: none !important;
} */

.single_cont .content .panel-heading {
    background: #e5ecfb;
    /* border-bottom: 1px solid #ddd; */
}

.single_cont .content .panel-heading .faq-toggle {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-size: 16px;
}

.single_cont .content .time-place {
    display: flex;
    align-items: center
}

.single_cont .content .place {
    padding-left: 15px;
}

.content p {
    margin-bottom: 0;
}

.single_cont .panel-body .zhuxi {
    color: #4e4e4e;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}

.single_cont .panel-body .perper {
    color: #4e4e4e;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
}

.single_cont .panel-body .perper .per_img {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-right: 3%;
    border-radius: 50%;
    overflow: hidden;
}

.single_cont .panel-body .perper .per_img img {
    width: 100%;
}

.single_cont .panel-body .ts_name {
    display: block;
    padding-bottom: 5px !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.single_cont .panel-body .per_name {
    color: #535557 !important;
}

.single_cont .panel-default {
    border: none;
    -webkit-box-shadow: none
}

.single_cont .panel-body .zhuxi .name {
    color: #33459f;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.collapsed .xia_jiantou {
    /* display: block; */
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.collapsed .up_jiantou {
    display: none;
    padding-left: 5px;
}

.xia_jiantou {
    display: none;
}

.qiandao {
    background: #e5ecfb;
    width: 100%;
    height: 60px;
    line-height: 60px;
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 0px 20px;
}

.qiandao p:last-child {
    float: right;
}

.qiandao p:first-child {
    float: left;
}

.qiandao span {
    margin-left: 30px;
}

.schedulef .panel-title {
    color: #33459f;
    font-weight: normal;
    font-size: 18px;
    padding: 5px 20px;
}

#bimen .topic {
    padding: 20px 20px;
}

.provide .col-sm-2 a {
    border: 2px solid #000b7b;
    width: 150px;
}

.tabs {
    width: 100%;
    display: flex;
    padding: 50px 0;
}

.tabs .fill {
    flex-grow: 1;
    border-bottom: 1px solid #d0d7df;
}

.tabs .tab {
    width: 25%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #d0d7df;
    cursor: pointer;
    background-color: #f5f7f8;
}

.first_tab {
    border-right: none !important;
}

.about_tab_show {
    background-color: #FFFFFF !important;
    border-bottom: none !important;
}

.about_content .content {
    display: none;
    margin: 0 auto;
}

.hotel {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

.content_show {
    display: block !important;
}

.ab_p1 {
    font-weight: bold;
}

.hotel h2 {
    color: #1c5696;
    margin-top: 40px;
}

.hotel img {
    margin-top: 5px;
}

.hotel .jiege {
    margin-top: 20px;
    color: #4a4a4a;
    line-height: 28px;
    color: #000000;
}

@media (max-width:767px) {
    .tabs {
        padding: 20px 0;
    }

    .tabs .tab {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .hotel img {
        width: 100%;
    }

    .hotel h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

#collapsetwo .single,
#collapsefour .single {
    display: block;
}

#collapsetwo .single .miaoshu,
#collapsefour .single .miaoshu {
    color: #383938;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

#collapsetwo .single .miaoshu span,
#collapsefour .single .miaoshu span {
    color: #000000;
    font-weight: bold;
}

#collapsetwo .single .ri,
#collapsefour .single .ri {
    width: 100%;
}

#collapsethree h4,
#collapseone h4 {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:767px) {
    .schedulef .panel-title {
        padding: 5px 0px;
    }

    .theme_cont .single_cont .topic {
        padding: 10px 5px;
    }

    .single_cont .panel-body .perper .per_img {
        width: 20%;
    }

    .single_cont .panel-body .perper .per_son {
        width: 80%;
        padding-left: 5px;
    }

    .single_cont .panel-body .zhuxi .jieshao {
        font-size: 12px;
    }

    .qiandao {
        height: 110px;
        line-height: 20px !important;
        padding: 10px 5px;
        text-align: center;
    }

    .qiandao p {
        float: none !important;
        margin-bottom: 10px;
    }

    #bimen .topic {
        padding: 10px;
    }

    .theme_cont .single_cont .topic .le {
        width: 20%;
    }

    .theme_cont .single_cont .topic .in_le p {
        text-align: center;
        line-height: 15px;
        margin-top: 5px;
    }

    .theme_cont .single_cont .topic .ri {
        width: 80%;
        padding-left: 8px;
    }

    .theme_cont .single_cont .topic .in_le {
        width: 100%;
        text-align: left;
    }

    .day_menu {
        width: 100%;
        max-width: 10000px;
        margin-bottom: 15px;
    }

    .day_menu .active_day a {
        padding: 5px 5px;
    }

    .theme {
        padding-bottom: 20px;
    }

    .theme a {
        margin: 0 5px;
    }

    #bimen .topic .le {
        width: 20% !important;
    }

    #bimen .topic .ri p:last-child {
        line-height: 20px !important;
    }

    .single_cont .content .panel-heading .faq-toggle {
        line-height: 22px;
        padding: 0px;
    }

    .single_cont .content .panel-heading .faq-toggle div {
        display: flex;
        width: 90%;
    }

    .single_cont .content .place {
        padding-left: 5px;
        width: 55%;
    }

    .single_cont .content .time {
        width: 45%;
    }
}

.all_lesson {}

.all_lesson .single_lesson {
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 25px;
}

.all_lesson .single_lesson .lesson_le {
    min-width: 70px;
    max-width: 70px;
    margin-right: 3%;
}

@media (max-width:767px) {
    .all_lesson .single_lesson .lesson_le {
        width: 20%;
    }
}

.all_lesson .single_lesson .lesson_ri .course_title {
    font-weight: bold;
    color: #535557;
    margin-bottom: 5px;
    font-size: 14px;
}

.all_lesson .single_lesson .lesson_teacher {
    /* display: flex;
	flex-wrap: wrap; */
}

.all_lesson .single_lesson .les_tea_le {
    max-width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
}

.all_lesson .single_lesson .les_tea_le img {
    width: 100%;
}


/* '<div class="les_tea_ri"><p class="le_te_p1">'+alldata[i].course[q].lecturer[0].name+'</p><p class="le_te_p1">'+alldata[i].course[q].lecturer[0].position+'</p></div>'+ */

.le_te_p1 {
    font-size: 14px !important;
    color: #535557 !important;
    font-weight: normal !important;
    margin-bottom: 5px !important;
}

.le_te_p1 span {
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #33459f;
}

.le_te_p2 {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #535557 !important;
}

.le_te_p3 {
    font-weight: 600;
    color: #33459f;
    font-size: 15px;
    margin-bottom: 5px;
}

.mediaall {
    width: 100%;
    background: #f4f4f5;
    padding: 10px 0;
}

.media_mid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

#mediaaaa {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

#mediaaaa .left {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}

#mediaaaa .left img {
    width: 100px;
    margin: 80px auto;
    display: block;
}

#mediaaaa .right {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}

#mediaaaa .media_p1 {
    font-size: 28px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 300%;
}

#mediaaaa .media_p2 {
    font-size: 20px;
    color: #666;
    line-height: 200%;
    font-weight: bold;
}

#mediaaaa a,
#mediaaaa .media_p2 span {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

#mediaaaa p {
    margin: 0;
}

.allnew {
    padding-bottom: 50px;
}

.allnew a {
    color: #666;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
}

.allnew a:hover .new_le,
.allnew a:hover .new_ri {
    text-decoration: underline;
}

.allnew .new_le {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.allnew .new_ri {
    width: 30%;
    text-align: right;
}

@media (max-width:767px) {
    #mediaaaa {
        display: block;
        text-align: center;
    }

    #mediaaaa .right {
        display: block;
        width: 100%;
        text-align: center;
    }

    #mediaaaa .left {
        display: block;
        width: 100%;
    }

    #mediaaaa .left img {
        width: 50px;
        margin: 0px auto;
        padding-top: 10px;
    }

    #mediaaaa .media_p1 {
        font-size: 20px;
        font-weight: 900;
        color: #4a4a4a;
        line-height: 200%;
    }

    #mediaaaa .media_p2 {
        padding-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }

    .allnew a {
        padding: 5px;
        width: 100vw;
    }

    .allnew .new_le {
        width: 65%;
    }

    .allnew .new_ri {
        width: 35%;
    }
}