* {
    margin: 0px;
    padding: 0px;
    font-family: '思源黑体SourceHanSansCN-Normal';
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #176f88;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

h2 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

body {
    background: #ffff;
}

.clear {
    display: block;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.elastic_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.elastic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 头部 */

/* head1 */

.head {
    background-image: linear-gradient(to left, #2676a0, #3d999e);
    padding: 30px 0 0;
    margin: auto;
}

.head-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    /* -webkit-align-items: center;
    align-items: center; */
    justify-content: space-between;
    margin: 0 2% 0;
}

.head .head-flex:first-of-type {
    padding-bottom: 25px;
}

.head-lef.head-lef-img {
    background-size: 359px;
    height: 67px;
    background-repeat: no-repeat;
}

.w-359 {
    display: block;
    width: 359px;
    height: 67px;
    text-indent: -99em;
}

.w-272 {
    display: block;
    width: 272px;
    height: 56px;
    text-indent: -99em;
}

.sy-23 a {
    display: block;
    width: 46px;
    height: 22px;
    text-indent: -99em;
}

.sy-22 a {
    display: block;
    width: 44px;
    height: 21px;
    text-indent: -99em;
}

.sy-20 a {
    display: block;
    width: 40px;
    height: 19px;
    text-indent: -99em;
}

.sy-18 a {
    display: block;
    width: 36px;
    height: 18px;
    text-indent: -99em;
}

.sy-14 a {
    display: block;
    width: 39px;
    height: 14px;
    text-indent: -99em;
}

.syjt {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99em;
}

.bgtop {
    display: flex;
    align-items: center;
}

.bgtop p {
    color: #fff;
    margin-left: 30px;
    font-size: 28px;
    cursor: pointer;
}

.head-rig {
    flex: 1;
    justify-content: flex-end;
}

.head-rig .head-rig-img {
    width: 24%;
}

.head-search {
    width: 14px;
    height: 14px;
}

.head-rig-search {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    margin-left: 3%;
}

.head-rig-search .head-search {
    width: 14px;
    height: 14px;
    margin: 0 15px;
}

.head-rig-search input {
    width: 200px;
    font-size: 16px;
}

.head-rig-search button {
    width: 64px;
    background: #176f88;
    border-radius: 0 5px 5px 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* head2 */

.head-listbox {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head-listbox li {
    margin-right: 0.5%;
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-bottom: 25px;
}

.head-listbox li p {
    font-size: 23px;
    color: #fff;
    position: relative;
    padding: 5px 15px;
}

.head-listbox li:hover p {
    background: #ffff;
    border-radius: 20px;
    color: #176f88;
}

.head-listbox li:hover .head-list-fl {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #3f8ea5;
    border-radius: 6px;
    z-index: 99;
}

.head-listbox li p.active {
    background-color: #ffff;
    color: #176f88;
    border-radius: 20px;
    backgroundimage: 'url(' + require('../assets/imgs/sy-23.png') + ')';
}

.head-listbox li.active em {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #176f88;
    display: inline-block;
    margin-left: 10px;
}

.head-list-fl {
    display: none;
}

.head-listbox li:hover .head-list-fl:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #3f8ea5;
    margin: auto;
    display: block;
}

.head-listbox li:hover .head-list-fl span {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #388398;
    display: block;
    text-align: center;
    color: #fff;
}

.head-listbox li:hover .head-list-fl span:last-child {
    border: 0;
}

.head-listbox li:hover .head-list-fl span:hover {
    color: #176f88;
    background-color: #ebfbff;
}

.head-listbox li:hover .head-list-fl span:first-child:hover {
    border-radius: 6px 6px 0 0;
}

.head-listbox li:hover .head-list-fl span:last-child:hover {
    border-radius: 0 0 6px 6px;
}

.head-login {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    color: #176f88;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    margin-left: 4%;
    min-width: 58px;
    margin-bottom: 25px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.head-login button {
    cursor: pointer;
    font-size: 16px;
    padding: 0 15px;
    background: transparent;
    color: #176f88;
    font-weight: bold;
}

.head-login button:first-child {
    padding-right: 10px;
}

.head-login button:last-child {
    padding-left: 10px;
}

/* 底部 */

.foot {
    background-color: #2c2c2c;
    padding: 10px 0;
}

.footer_bottom {
    margin: 20px 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_bottom p {
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
}

/* 内容区 */

.w_1200 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.w_100 {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 左侧 */

.cury-lef {
    width: 20%;
    float: left;
}

.cury-lef-ul {
    width: 100%;
    border-radius: 10px;
}

.cury-lef-tit {
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    color: #fff;
    background: #176f88;
    border-radius: 10px 10px 0 0;
    padding-left: 20px;
    font-weight: normal;
}

.cury-lef-ul li {
    padding-left: 20px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    color: #333;
    border: 1px solid #eee;
    border-top: 0;
    cursor: pointer;
    font-size: 18px;
}

.cury-lef-ul li:last-child {
    border-bottom: 1px solid #eee;
    border-radius: 0 0 10px 10px;
}

.cury-lef-ul li.active {
    border-left: 2px solid #176f88;
    color: #176f88;
}

.cury-lef-ul li:hover {
    color: #176f88;
}

.cury-rig {
    width: 75%;
    float: right;
    min-height: 550px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.cury-rig-tit {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: 1px solid #eeeeee;
}

.cury-rig-tit h2 {
    font-size: 20px;
    border-bottom: 2px solid #176f88;
    padding-bottom: 20px;
    color: #176f88;
    font-weight: normal;
}

.cury-rig-tit-img {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.dizhi-img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

/* 实训报名 */

.sxbm-list {
    background: #fafafa;
    padding: 5px 25px;
    border-radius: 20px;
    margin: 20px 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.sxbm-list-lef {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sxbm-text-cont {
    flex: 1;
}

.sxbm-text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    position: relative;
    padding-left: 20px;
}

.sxbm-text::after {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #176f88;
    display: block;
}

.sxbm-text span {
    color: #666;
}

.sxbm-btn {
    background: #176f88;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 20px;
}

/* 研讨课程详情 */

.sxkc-cont {
    border: 1px solid #eeeeee;
    padding: 40px;
    margin-top: 20px;
}

.sxkc-xq-tit {
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
}

.sxkc-xq-tit h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.sxkc-xq-box {
    margin: 20px 0;
}

.sxkc-xq-img-box {
    position: relative;
}

.sxkc-xq-img-box .bof {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sxkc-xq-img {
    display: block;
    margin: auto;
    max-width: 60%;
}

.sxkc-xq-list {
    margin: 20px 0;
}

.sxkc-xq-list img {
    margin: auto;
    display: table;
}

.sxkc-xq-list {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 30px;
}

.sxkc-xq-list h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.sxkc-xq-list h3:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #176f88;
    display: block;
    margin-top: -4px;
}

.sxkc-xq-bot {
    background: #fafafa;
    padding: 10px 30px;
    margin-top: 30px;
}

.sxkc-xq-bot li {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
}

.ljbm-rigbox {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 30px;
    justify-content: flex-end;
}

.ljbm-bth {
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #176f88;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
}

/* 注册 */

.bg-f7 {
    background: #f7f7f7;
}

.login-top {
    color: #fff;
    font-size: 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.login-top button {
    background: #176f88;
    border-radius: 30px;
    color: #fff;
    padding: 6px 15px;
    margin-left: 10px;
}

.register-box {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    min-height: 600px;
}

.register-tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #176f88;
}

.reg-step {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.reg-step .hdmf {
    font-size: 13px;
    margin-top: 5px;
    display: block;
    color: red;
}

.reg-step li p {
    height: 45px;
}

.reg-step li {
    width: 13%;
    position: relative;
    top: -5px;
    border-top: 4px solid #dadbda;
    font-size: 12px;
    text-align: center;
}

.reg-step li img {
    margin: auto;
    width: 22px;
    height: 22px;
    position: relative;
    top: -14px;
}

.reg-step li span {
    top: -14px;
    position: relative;
    color: #999999;
    font-weight: 700;
    font-size: 14px;
    width: 22px;
    height: 22px;
    background-color: #dadbda;
    line-height: 22px;
    display: inline-block;
    border-radius: 50%;
}

.reg-step li p {
    font-size: 15px;
    color: #999999;
}

.reg-step li.active p {
    color: #176f88;
}

.reg-step li.active {
    border-top: 4px solid #176f88;
}

.reg-step li.done {
    border-top: 4px solid #70b6ca;
}

.reg-step li.done span {
    background-color: #70b6ca;
    color: #fff;
}

.el-select {
    width: 100% !important;
    flex: 1;
}

.xx-onebox {
    width: 56%;
    margin: auto;
    padding-top: 20px;
}

.xx-onebox .xx-top {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.xx-onebox .xx-top img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.xx-onebox .xx-top p {
    font-size: 16px;
    color: #333;
}

.xx-onebox .xx-cont li {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.xx-onebox .xx-cont li:last-child {
    align-items: initial;
}

.xx-onebox .xx-cont li p {
    font-size: 16px;
    color: #333333;
    width: 150px;
}

.xx-onebox .xx-cont li p span {
    color: #fa0d0d;
}

.xx-onebox .xx-cont li .inp-cont {
    border: 1px solid #f1f1f1;
    padding: 10px 15px 10px 30px;
    flex: 1;
    border-radius: 4px;
}

.xx-onebox .xx-cont li .inp-cont select {
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.xx-onebox .xx-cont li .inp-cont input {
    width: 100%;
    font-size: 16px;
}

.xx-onebox .xx-cont li .inp-cont input::-webkit-input-placeholder {
    color: #999999;
}

.xx-onebox .xx-cont li .tu-box {
    display: flex;
    align-items: center;
    flex: 1;
}

.xx-onebox .xx-cont li .tu-box input {
    width: 70%;
    border: 1px solid #f1f1f1;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 16px;
}

.xx-onebox .xx-cont li .tu-box input::-webkit-input-placeholder {
    color: #999;
}

.xx-onebox .xx-cont li .tu-box .rg-img {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.xx-onebox .xx-cont li .tu-box .rg-img .tx-img {
    width: 80px;
    height: 23px;
}

.xx-onebox .xx-cont li .tu-box .rg-img span {
    display: inline-block;
    padding: 0px 6px;
    font-size: 14px;
    color: #333;
    min-width: 55px;
}

.xx-onebox .xx-cont li .tu-box .rg-img .sx-img {
    width: 20px;
    height: 20px;
}

.xx-onebox .xx-cont li .yzm-box {
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    padding: 10px 15px 10px 30px;
    border-radius: 4px;
    flex: 1;
}

.xx-onebox .xx-cont li .yzm-box input {
    width: 100%;
    font-size: 16px;
}

.xx-onebox .xx-cont li .yzm-box input::-webkit-input-placeholder {
    color: #999999;
}

.xx-onebox .xx-cont li .yzm-box p {
    font-size: 16px;
    color: #176f88;
    text-align: right;
    padding-left: 15px;
    border-left: 1px solid #f1f1f1;
    min-width: 96px;
}

.read-box {
    display: flex;
    align-items: center;
    width: 50%;
    margin: auto;
    padding-top: 10px;
}

.read-box input {
    width: 15px;
    height: 15px;
}

.read-box p {
    font-size: 16px;
    color: #999999;
    padding-left: 10px;
}

.read-box p span {
    color: #176f88;
    cursor: pointer;
}

.xib-btn {
    width: 45%;
    margin: auto;
    padding-top: 50px;
}

.xib-btn p {
    background-color: #176f88;
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.xzjyj-tk {
    width: 100%;
}

.xzjyj-tk ul {
    margin-top: 30px;
}

.xzjyj-tk .xx-cont li p {
    width: 100px !important;
}

.xzjyj-tk .xx-cont li {
    padding: 0;
    margin-bottom: 20px;
}

.xzjyj-tk .xib-btn {
    width: 70%;
    padding-top: 10px;
}

.bt-box {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #999;
}

.bt-box span {
    color: #fa0d0d;
}

.rg-zj {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.rg-zj .lf-nr .top-img {
    position: relative;
    height: 175px;
}

.rg-zj .lf-nr .top-img .zj-img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
}

.cotain .zj-img {
    object-fit: cover !important;
}

.bgls {
    background: #f5f9fc;
}

.rg-zj .lf-nr .top-img .sc-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.rg-zj .lf-nr .sc-text {
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 100%;
    margin-top: 15px;
}

.rg-zj .lf-nr p span {
    display: block;
    color: #999999 !important;
    padding-top: 5px;
    font-size: 14px;
}

.wid40 {
    width: 34%;
}

.wid60 {
    width: 62%;
}

.fl-box {
    display: flex;
    align-items: center;
    padding: 0px 50px;
}

.fl-box img {
    width: 34px;
    height: 34px;
    margin-right: 15px;
}

.fl-box .rg-xx {
    flex: 1;
}

.fl-box .rg-xx p {
    font-size: 14px;
    color: #999;
    padding-bottom: 12px;
}

.fl-box .rg-xx p span {
    display: inline-block;
    padding: 0px 5px;
    color: #176f88;
}

.fl-box .rg-xx p em {
    font-style: normal;
    color: #ea2222;
}

.col666 {
    color: #666 !important;
}

.jf-btn {
    text-align: right;
    padding-top: 30px;
    width: 60%;
    margin: auto;
}

.jf-btn p {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #176f88;
    min-width: 80px;
    text-align: center;
}

/* 登录弹框 */

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-center {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
}

.wid30 {
    width: 30%;
}

.login-tk {
    padding: 25px 40px;
    position: relative;
    height: 520px;
    overflow-y: scroll;
}

.login-tk h4 {
    font-size: 24px;
    color: #176f88;
    text-align: center;
}

.login-tk .del-img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.login-tk .inp-box {
    padding-top: 25px;
}

.login-tk .inp-box input {
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 12px 30px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 16px;
}

.login-tk .inp-box input::-webkit-input-placeholder {
    color: #999;
}

.login-tk .yhm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 10px;
}

.login-tk .yhm-box .lf-choose {
    display: flex;
    align-items: center;
}

.login-tk .yhm-box .lf-choose p {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}

.login-tk .yhm-box .wj-mm a {
    font-size: 16px;
    color: #333;
    text-decoration: underline;
}

.el-checkbox__inner {
    width: 16px !important;
    height: 16px !important;
    margin-top: 4px !important;
}

.login-tk .dl-btn {
    padding-top: 25px;
}

.login-tk .dl-btn a {
    background-color: #176f88;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.login-tk .zh-rk {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
}

.login-tk .zh-rk p a {
    color: #176f88 !important;
    text-decoration: underline;
    padding-left: 5px;
}

/* jyq */

.sy-body {
    padding: 0 3% 33px;
}

/* 基地新闻 */

.sy-xxxw {
    width: 48%;
    padding-right: 60px;
}

.xinw-titie {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0;
}

.xinw-titie .xinw-left {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.xinw-left .bmbq {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    background: #eea406;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0 10px 0 10px;
}

.bmbq-box {
    display: flex;
    align-items: center;
    flex: 1;
}

.xybm {
    border: 1px solid #eea406;
    font-size: 12px;
    color: #eea406;
    padding: 1px 6px;
    border-radius: 0 10px 0 10px;
    margin-left: 10px;
}

.xinw-titie img {
    cursor: pointer;
}

.xinw-titie .xinw-left h2 {
    font-size: 24px;
    color: #176f88;
    margin-right: 20px;
    font-weight: bold;
}

.xinw-titie .xinw-left p {
    font-size: 16px;
    color: #5db2ca;
    text-transform: uppercase;
    font-style: italic;
    font-style: oblique;
}

.xinw-nr li {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    cursor: pointer;
}

.xinw-nr li .xinw-left {
    width: 242px;
    height: 174px;
    margin-right: 30px;
    position: relative;
}

.xinw-nr li .xinw-left img {
    width: 100%;
    object-fit: cover;
    height: 174px;
    border-radius: 10px;
}

.xinw-nr li .xinw-nrbox {
    flex: 1;
}

.xinw-nr li .xinw-nrbox h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.xinw-nr li .xinw-nrbox .xinw-xq {
    font-size: 16px;
    color: #999;
    margin-bottom: 25px;
    line-height: 30px;
    height: 90px;
}

.xinw-nr li .xinw-nrbox .sj {
    font-size: 14px;
    color: #999;
}

.xyxw-box {
    min-height: 56vh;
}

.xyxw-box .xinw-nr li {
    padding: 30px;
    box-shadow: 0 0 8px #e5e5e5;
    border-radius: 10px;
}

.xyxw-box .xinw-nr li .xinw-left {
    width: 26%;
    height: 200px;
}

.xyxw-box .xinw-nr li .xinw-left img {
    height: 200px;
}

.xyxw-box .xinw-nr li .xinw-nrbox .xinw-xq {
    margin-bottom: 46px;
}

.xyxw-box .xinw-nr li .xinw-nrbox h2 {
    display: -webkit-inline-box;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 85%;
}

.xyxw-box li .xinw-nrbox .xinw-zhid {
    margin-bottom: 15px;
}

.xyxw-box li .xinw-nrbox .xinw-zhid span {
    font-size: 12px;
    color: #eea406;
    border-radius: 4px;
    border: 1px solid #eea406;
    padding: 2px 4px;
    vertical-align: middle;
    margin-left: 10px;
}

/* 翻页 */

.pager {
    margin: 40px auto 20px;
    height: auto;
}

.pager .list {
    text-align: center;
    margin: auto;
}

.pager .list a {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    border-radius: 5px;
    text-decoration: none;
    line-height: 35px;
    font-size: 12px;
    padding: 0 20px;
    color: #333;
}

.pager .list a:first-child {
    background: transparent;
    border: 0;
}

.pager .list a:last-child {
    background: transparent;
    border: 0;
}

.pager a.noprev {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.pager a.current {
    background: #176f88;
    color: #fff;
}

.pager a:hover {
    background: #176f88;
    color: #fff;
}

.pager a:last-child:hover {
    color: #176f88;
}

/* 通知公告 */

.sy-ttgg {
    width: 30%;
    padding-right: 60px;
}

.ttgg-list li {
    background: #f7f7f7;
    padding: 18px 20px;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.ttgg-list li h2 {
    font-size: 16px;
    margin-bottom: 11px;
}

.xy-body .ttgg-list li {
    padding: 15px 20px;
    margin-top: 15px;
}

.xy-body .ttgg-list li h2 {
    margin-bottom: 10px;
}

.ttgg-list li p {
    font-size: 14px;
    color: #999;
}

/* 通知公告列表 */

.tzgg-left {
    width: 90px;
    border: 1px solid #f1f1f1;
    text-align: center;
    margin-right: 20px;
}

.tzgg-left h2 {
    background: #176f88;
    color: #fff;
    font-size: 40px;
    padding: 10px 0;
}

.tzgg-left p {
    font-size: 14px;
    padding: 5px 0;
}

.tzgg-ul li .tzgg-nrbox {
    flex: 1;
}

.tzgg-ul li .tzgg-nrbox h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.tzgg-ul li .tzgg-nrbox .tzgg-xq {
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

/* 办公室 */

.bgs-box {
    width: 22%;
    margin-top: 10px;
}

.bgs-box ul li {
    background: #e8f5f8;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.bgs-box ul li h2 {
    color: #176f88;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
}

.bgs-ckxq {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bgs-ckxq p {
    font-size: 14px;
    color: #8ac7d7;
    margin-right: 10px;
}

.pc-none {
    display: none;
}

/* 培训部首页 */

.xy-body {
    padding: 0 3% 50px;
    /* min-height: 640px; */
}

.elextic-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.ali-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ali-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.xy-xxxw {
    width: 65%;
    padding-right: 60px;
}

.xy-ttgg {
    width: 35%;
    padding-right: 0px;
}

.xy-xwlb {
    margin-top: 30px;
    justify-content: space-between;
    align-items: self-start;
}

.xy-xwlb .xy-left {
    width: 340px;
    height: 250px;
    margin-right: 30px;
}

.xy-xwlb .xy-left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 30px;
}

.xy-xwlb .xy-right {
    flex: 1;
}

.xy-xwlb .xy-right li {
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 24px;
    justify-content: space-between;
}

.xy-xwlb .xy-right li:last-child {
    margin-bottom: 5px;
}

.xy-xwlb .xy-right li h2 {
    font-size: 16px;
    max-width: 76%;
}

.xy-xwlb .xy-right li p {
    font-size: 14px;
    color: #999;
}

.kcxx-box {
    margin: 40px 0 0px;
}

.kcxx-box .kcxx-bt {
    background: #176f88;
    padding: 40px 10px;
    color: #fff;
    margin: 0 30px 0 0;
    writing-mode: vertical-lr;
    letter-spacing: 8px;
    font-size: 24px;
    border-radius: 7px;
}

.kcxx-center {
    margin-right: -20px;
}

.kcxx-center li {
    width: 17%;
    cursor: pointer;
}

.kcxx-center li .kcxx-jju {
    margin-right: 20px;
}

.kcxx-center li .kcxx-xpt img {
    width: 100%;
    height: 182px;
    object-fit: cover;
    border-radius: 5px;
}

.xykc-alck li .kcxx-xpt img {
    height: 135px;
}

.kcxx-center li .kcxx-xpt {
    position: relative;
    height: 182px;
}

.xykc-alck li .kcxx-xpt {
    height: 135px;
}

.kcxx-center li .kcxx-xpt p {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px 0 5px 0;
    background: #eea406;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
}

.kcxx-center li .kcxx-xabt {
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}

.kcxx-left {
    cursor: pointer;
}

.kcxx-right {
    margin-left: 10px;
    cursor: pointer;
}

.d_nav {
    margin-top: 30px;
    margin-right: -20px;
}

.d_nav ul li {
    width: 25%;
    float: left;
}

.d_nav ul li .jianju {
    margin-right: 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.d_nav ul li h4 {
    font-size: 16px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.d_nav ul li img {
    display: block;
    width: 139px;
    height: 139px;
    margin: 20px auto;
    border-radius: 50%;
    object-fit: cover;
}

.d_nav ul li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #4198b1;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.qie-huan {
    border-bottom: 1px solid #f1f1f1;
    display: -webkit-box;
    overflow-x: scroll;
    /* position: fixed;
    background: #fff;
    top: 44px;
    z-index: 9;
    left: 0;
    right: 0; */
}

.qie-huan li {
    padding: 12px 15px;
}

.qie-huan li.active {
    color: #4198b1;
}

.goujia-img img {
    max-width: 100%;
}

.goujia-img {
    padding-top: 20px;
}

.xzjy-xq {
    margin-top: 20px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
}

.xzjy-sp {
    padding: 0 50px;
    margin: 30px auto;
    height: 390px;
}

.xzjy-sp img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}

.xykc-alck {
    margin-top: 30px;
    margin-right: -20px;
    flex-wrap: wrap;
}

.xykc-alck li {
    width: 25%;
    margin-bottom: 20px;
}

/*专家委员会*/

.list-box-left-img {
    margin-right: 40px;
}

.weiyuanhui-img {
    width: 232px;
    height: 232px;
    border-radius: 20px;
}

.sxbm-list-box1 {
    border: 1px #eee solid;
    border-radius: 10px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.box-right-top {
    font-size: 18px;
    color: #176f88;
    font-weight: bold;
    margin-bottom: 36px;
}

.box-right-bottom {
    color: #666666;
    font-size: 15px;
    line-height: 32px;
}

/* 我的课程 */

.jucen-box {
    justify-content: initial;
    padding-bottom: 15px;
}

.top-qh {
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}

.top-qh li {
    margin: 0px 30px;
    font-size: 22px;
    color: #999999;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}

.top-qh li.active {
    color: #176f88;
    border-bottom: 2px solid #176f88;
}

.top-qh li:first-child {
    margin-left: 0px;
}

.cour-ul {
    padding: 20px 0px;
}

.cour-ul li {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cour-ul li .lf-img {
    width: 115px;
    height: 80px;
    margin-right: 15px;
}

.cour-ul li .lf-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.cour-ul li .cen-box {
    flex: 1;
}

.cour-ul li .cen-box h4 {
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    width: 90%;
}

.yx-btn {
    display: inline-block;
    vertical-align: middle;
    background-color: #43b78d;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 6px;
}

.wx-btn {
    display: inline-block;
    vertical-align: middle;
    background-color: #cccccc;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 6px;
}

.cour-ul li .rg-btn {
    display: inline-block;
    background-color: #176f88;
    padding: 10px 0px;
    min-width: 110px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
}

/* 修改密码 */

.pas-box {
    padding-top: 70px;
    width: 45%;
    margin: auto;
}

.pas-box .inpu-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.pas-box .inpu-box p {
    font-size: 16px;
    color: #333;
    width: 110px;
}

.pas-box .inpu-box input {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    flex: 1;
}

.pas-box .inpu-box input::-webkit-input-placeholder {
    color: #999;
}

.fis-btn {
    padding-left: 110px;
}

.fis-btn a {
    display: block;
    background-color: #176f88;
    padding: 12px 0px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

/* 注册审核 */

.sk-ul {
    padding: 20px 0px;
}

.sk-ul li {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
}

.sk-ul li .lf-cont {
    flex: 1;
}

.sk-ul li .lf-cont p {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}

.sk-ul li .lf-cont span {
    font-size: 16px;
    color: #999;
}

.shz-text {
    font-size: 18px;
    color: #176f88;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.shcg-text {
    font-size: 18px;
    color: #43b78d;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.shsb-text {
    font-size: 18px;
    color: #eb3636;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.jf-box {
    display: block;
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #176f88;
    font-size: 16px;
    color: #fff;
    min-width: 80px;
    text-align: center;
}

.jf-box:hover {
    color: #fff;
}

.jf-tkbox p {
    font-size: 16px;
    color: #666666;
    padding-bottom: 20px;
}

.jf-tkbox p em {
    font-style: normal;
    color: #ea2222;
}

.jf-tkbox span {
    font-size: 16px;
    color: #999999;
}

.szhx .el-select .el-input__inner {
    background-color: #fff !important;
    border: 1px solid #f1f1f1;
}

.zcxynr {
    height: 60vh;
    overflow-y: scroll;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.zcxy h4 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.zcxy {
    padding: 0px 0 20px;
}

.go-jf {
    padding-top: 40px;
}

.go-jf a {
    display: block;
    padding: 12px 0px;
    width: 180px;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-color: #176f88;
}

.base-text {
    font-size: 18px !important;
    color: #333 !important;
    text-align: center;
}

.jf-tkbox img {
    width: 80px;
    height: 56px;
    margin: 0px auto 20px;
}

.zcgg img {
    margin: 0px auto 25px !important;
}

.jf-tkbox h4 {
    font-size: 22px;
    color: #176f88;
}

.xy-text {
    font-size: 20px !important;
    color: #333333 !important;
    padding-bottom: 15px !important;
}

/* 注册审核 */

.sk-ul {
    padding: 20px 0px;
}

.sk-ul li {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
}

.sk-ul li .lf-cont {
    flex: 1;
}

.sk-ul li .lf-cont p {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}

.sk-ul li .lf-cont span {
    font-size: 16px;
    color: #999;
}

.shz-text {
    font-size: 18px;
    color: #176f88;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.shcg-text {
    font-size: 18px;
    color: #43b78d;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.shsb-text {
    font-size: 18px;
    color: #eb3636;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.jf-box {
    display: block;
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #176f88;
    font-size: 16px;
    color: #fff;
    min-width: 80px;
    text-align: center;
}

.jf-box:hover {
    color: #fff;
}

.jf-tkbox {
    padding: 30px 0;
}

.zcgg {
    text-align: center;
}

.jfei {
    padding: 30px 60px;
}

.jf-tkbox p {
    font-size: 16px;
    color: #666666;
    padding-bottom: 20px;
}

.jf-tkbox p em {
    font-style: normal;
    color: #ea2222;
}

.jf-tkbox span {
    font-size: 16px;
    color: #999999;
}

.go-jf {
    padding-top: 40px;
}

.go-jf a {
    display: block;
    padding: 12px 0px;
    width: 180px;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-color: #176f88;
}

.base-text {
    font-size: 18px !important;
    color: #333 !important;
    text-align: center;
}

.jf-tkbox img {
    width: 80px;
    height: 56px;
    margin: 0px auto 20px;
}

.jf-tkbox h4 {
    font-size: 24px;
    color: #176f88;
}

.xy-text {
    font-size: 22px !important;
    color: #333333 !important;
}

/* 基地信箱 */

.top-box {
    display: flex;
    align-items: center;
}

.top-box .lf-seach {
    width: 60%;
    display: flex;
    align-items: center;
}

.top-box .lf-seach p {
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    padding: 12px 20px;
    border-radius: 8px 0px 0px 8px;
    flex: 1;
}

.top-box .lf-seach p img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.top-box .lf-seach p input {
    font-size: 18px;
}

.top-box .lf-seach p input::-webkit-input-placeholder {
    color: #999;
}

.top-box .lf-seach .ss-btn {
    background-color: #176f88;
    padding: 12px 10px;
    min-width: 90px;
    text-align: center;
    border-radius: 0px 8px 8px 0px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.tw-btn {
    display: inline-block;
    margin-left: 50px;
    background-color: #176f88;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    padding: 12px 10px;
    min-width: 120px;
    text-align: center;
}

.xx-ulbox {
    padding: 20px 0px;
}

.xx-ulbox li {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xx-ulbox li .lf-cont {
    flex: 1;
    display: flex;
}

.xx-ulbox li .lf-cont img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.xx-ulbox li .lf-cont .rg-nrbox {
    flex: 1;
}

.xx-ulbox li .lf-cont .rg-nrbox p:first-child {
    font-size: 18px;
    color: #333;
    padding-bottom: 12px;
}

.xx-ulbox li .lf-cont .rg-nrbox p:first-child span {
    font-size: 16px;
    color: #999;
    display: inline-block;
    padding-left: 30px;
}

.xx-ulbox li .lf-cont .rg-nrbox h4 {
    font-size: 16px;
    color: #666666;
    padding-bottom: 12px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 23px;
}

.xx-ulbox li .lf-cont .rg-nrbox p:last-child {
    font-size: 16px;
    color: #999;
}

.xx-ulbox li .lf-cont .rg-nrbox p:last-child em {
    font-style: normal;
    color: #f32121;
}

.xx-btn {
    display: inline-block;
    background-color: #176f88;
    padding: 8px 10px;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

.xx-btn:hover {
    color: #fff;
}

/* 师资与学员服务办公室 */

.sxkc-cont {
    position: relative;
}

.kong-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kong-box img {
    width: 190px;
    height: 147px;
    margin: 0px auto 15px;
}

.kong-box p {
    font-size: 24px;
    color: #333;
}

.miihei500 {
    min-height: 500px;
}

/*个人中心*/

.cury-rig-tit1-img {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.correct-wz {
    font-size: 16px;
}

.xuehao-num {
    font-size: 22px;
    color: #176f88;
}

.xuehao {
    font-size: 22px;
    color: #323232;
}

.big-box {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.big-box-left {
    width: 65%;
    padding-top: 30px;
    margin: 0;
}

.big-box-left .xx-cont li {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.big-box-left .xib-btn {
    width: 100%;
    padding-top: 20px;
}

.ml-150 {
    margin-left: 150px;
    margin-bottom: 60px;
}

.bg-e {
    background: #eeeeee;
}

.big-box-right {
    width: 25%;
}

.user1-touxiang {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin: auto;
}

.xzjy {
    position: absolute;
    right: -200px;
    cursor: pointer;
}

.xzjy img {
    margin-right: 10px;
}

.xzjy p {
    color: #176f88;
}

.big-box-right {
    margin-top: 111px;
}

.user-wz {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px 0;
    width: 60%;
    color: #176f88;
    margin: 20px auto;
    cursor: pointer;
}

.center-box {
    background-color: #e5f7fc;
    border-radius: 5px;
    padding: 20px 15px 1px;
    margin-bottom: 20px;
    position: relative;
}

.center-box .inp-cont {
    background: #fff;
}

.shanc {
    position: absolute;
    top: 10px;
    right: -80px;
    cursor: pointer;
}

.shanc img {
    margin-right: 10px;
}

.user-touxiang {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: 10px;
}

/*基地信箱回复*/

.xx-ulbox2 li {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xx-ulbox2 li .lf-cont {
    flex: 1;
    display: flex;
}

.xx-ulbox2 li .lf-cont img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.xx-ulbox2 li .lf-cont .rg-nrbox {
    flex: 1;
}

.xx-ulbox2 li .lf-cont .rg-nrbox p:first-child {
    font-size: 18px;
    color: #333;
    padding-bottom: 12px;
}

.xx-ulbox2 li .lf-cont .rg-nrbox p:first-child span {
    font-size: 16px;
    color: #999;
    display: inline-block;
    padding-left: 30px;
}

.xx-ulbox2 li .lf-cont .rg-nrbox h4 {
    font-size: 16px;
    color: #666666;
    padding-bottom: 12px;
    word-break: break-all;
}

.xx-ulbox2 li .lf-cont .rg-nrbox p:last-child {
    font-size: 16px;
    color: #999;
}

.xx-ulbox2 li .lf-cont .rg-nrbox p:last-child em {
    font-style: normal;
    color: #f32121;
}

.xx-comment {
    background-color: #f7f7f7;
    margin-left: 77px;
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 15px 0;
}

.xx-comment .lf-cont .rg-nrbox {
    flex: 1;
}

.xx-comment .lf-cont img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.xx-comment .lf-cont .rg-nrbox h4 {
    font-size: 14px;
    color: #666666;
    padding-top: 12px;
    word-break: break-all;
    padding-right: 20px;
}

.xx-comment .lf-cont .rg-nrbox p:last-child {
    font-size: 14px;
    color: #999;
}

.xx-comment .lf-cont .rg-nrbox p:first-child span {
    font-size: 15px;
    color: #999;
    display: inline-block;
    padding-left: 30px;
}

/* .xx-comment-line {
    width: 90%;
    height: 1px;
    background-color: #eee;
} */

/* .xx-comment-line2 {
    height: 1px;
    background-color: #eee;
    padding: 0px !important;
    margin: 0px !important;
} */

.advice {
    border-radius: 10px;
    background-color: #f7f7f7;
    height: 200px;
    margin: 0px auto;
}

.advice-wz {
    color: #999;
    font-size: 18px;
}

.advice-wz textarea {
    border: 0;
    outline: none;
    resize: none;
    background: #f7f7f7;
    padding: 15px;
    width: 100%;
}

.tw-btn1 {
    display: inline-block;
    background-color: #176f88;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    padding: 11px 81px;
    text-align: center;
    width: 30% !important;
    margin: 20px 35% !important;
}

.min-h400 {
    min-height: 560px;
}
.min-h300 {
    min-height: 300px;
}

/*基地信箱*/

.top-box .lf-seach p img {
    width: 14px !important;
    height: 14px !important;
    margin-right: 10px;
}

.top-box .lf-seach p input {
    font-size: 16px !important;
    width: 70%;
}

.top-box .lf-seach .ss-btn {
    background-color: #176f88;
    padding: 5px 9px !important;
    min-width: 52px !important;
    border-radius: 0px 8px 8px 0px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.top-box .lf-seach p {
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    padding: 6px 10px !important;
    border-radius: 8px 0px 0px 8px;
    flex: 1;
}

.tw-btn {
    display: inline-block;
    margin-left: 0 !important;
    background-color: #176f88;
    font-size: 15px !important;
    color: #fff;
    border-radius: 8px;
    padding: 6px 9px !important;
    min-width: 78px !important;
    text-align: center;
}

.xx-ulbox li .lf-cont img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-right: 10px !important;
}

.xx-ulbox li .lf-cont .rg-nrbox p:first-child {
    font-size: 16px !important;
    color: #333;
    padding-bottom: 8px !important;
}

.xx-ulbox li .lf-cont .rg-nrbox p:first-child span {
    font-size: 14px !important;
    color: #999;
    display: inline-block;
    padding-left: 24px !important;
}

.xx-btn {
    display: inline-block;
    background-color: #176f88;
    padding: 5px 8px !important;
    min-width: 72px !important;
    text-align: center;
    font-size: 14px !important;
    color: #fff;
    border-radius: 5px !important;
    margin-left: 10px !important;
}

.xx-ulbox li .lf-cont .rg-nrbox h4 {
    font-size: 14px !important;
    color: #666666;
    padding-bottom: 8px !important;
}

.xx-ulbox li .lf-cont .rg-nrbox p:last-child {
    font-size: 14px !important;
    color: #999;
}

.xx-ulbox li {
    background-color: #f7f7f7;
    padding: 10px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xx-ulbox {
    padding: 14px 0px !important;
}

.top-box .lf-seach {
    width: 70% !important;
    display: flex;
    align-items: center;
    margin-right: 24px !important;
}

.tcwt {
    padding: 25px 20px;
}

/*基地信箱-回复*/

.xx-ulbox2 li {
    padding: 0 !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xx-comment-box {
    margin-left: 10px !important;
}

/* .xx-comment-line2 {
    height: 1px;
    background-color: #eee;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 24px !important;
} */

.tw-btn1 {
    display: inline-block;
    background-color: #176f88;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    padding: 11px 81px;
    text-align: center;
    width: 60% !important;
    margin: 0px 21% !important;
}

.xx-comment .lf-cont {
    display: flex;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.pt40 {
    padding-top: 40px;
}

.zdlxk input {
    background: #fff;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 0;
}

.zdlxk .el-input__icon {
    line-height: 20px !important;
    height: 20px !important;
}

.zwkc {
    margin: 60px auto 0;
    display: table;
    max-width: 80%;
    text-align: center;
    color: #999;
    font-size: 18px;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    padding: 0 10px !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #176f88 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #176f88 !important;
    border-color: #176f88 !important;
}

/* 表格 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

td,
th {
    padding: 15px 20px;
    border: 1px solid #f1f1f1;
    width: 20%;
    cursor: pointer;
}

table td:hover {
    background: #d4ebf4;
    color: #176f88;
    border: 1px solid #d4ebf4;
}

.ssjg {
    border: 1px solid #f1f1f1;
    padding: 40px;
    margin-top: 40px;
    border-radius: 10px;
}

.ssjg li {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.ssjg li h2 {
    font-size: 16px;
}

.ssjg li h2 span {
    color: #fa0d0d;
    margin: 0 2px;
}

.ssjg li p {
    font-size: 14px;
    margin-top: 15px;
    color: #999;
}

/*  友情链接 */

.yqlj {
    background: #f7f7f7;
    padding: 20px 3% 10px;
}

.yqlj h2 {
    font-size: 16px;
    font-weight: bold;
}

.yqlj ul {
    margin-left: 30px;
    flex: 1;
}

.yqlj ul li {
    padding-right: 30px;
    text-decoration: underline;
    color: #176f88;
    font-size: 14px;
    float: left;
    margin-bottom: 10px;
}

.yqlj ul li a {
    color: #176f88;
}

/* 相关推荐 */

.xgtj {
    margin-top: 30px;
}

.xgtj h2 {
    font-size: 18px;
    background: antiquewhite;
    padding: 15px 20px;
    color: #ff9200;
    border-radius: 5px 5px 0 0;
}

.xgtj ul {
    padding-left: 20px;
    color: #333;
    background: #fffbf6;
    padding: 15px 20px;
}

.xgtj li {
    padding: 10px 0;
}

.xgtj li a:hover {
    color: #ff9200;
}

.sywzt li:first-child p {
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 15px;
}

/* 创建直播 */

.zb-cont {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #eee;
}

.jg-ts {
    background: #fff9ed;
    color: #d79915;
    padding: 10px 20px;
    border-radius: 10px;
}

.rg-input {
    flex: 1;
}

.jg-ts img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.jg-ts p {
    font-size: 14px;
    color: #d79915;
    line-height: 25px;
}

.zb-info {
    padding-top: 15px;
}

.zb-info h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.zb-info .zb-list {
    padding-top: 15px;
}

.zb-info .zb-list li {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-bottom: 10px;
    padding-top: 20px;
    border-radius: 10px;
    background: #f4f9fb;
    padding-bottom: 20px;
}

.zb-info .zb-list li .lf-text {
    font-size: 14px;
    color: #333;
    width: 80px;
    text-align: right;
    margin-right: 30px;
}

.zb-info .zb-list li .lf-text span {
    color: #f48282;
    display: inline-block;
    padding-right: 5px;
}

.zb-info .zb-list li .rg-input input {
    width: 290px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #beccdb;
}

.zb-info .zb-list li .rg-xzsj {
    display: flex;
    align-items: center;
}

.zb-info .zb-list li .rg-xzsj input {
    /* width: 200px; */
    height: 35px;
    /* line-height: 35px; */
    /* border-radius: 4px; */
    border: 1px solid #beccdb;
}

.dw-cont {
    position: relative;
}

.dw-cont img {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.zb-info .zb-list li .rg-xzsj p {
    font-size: 15px;
    color: #333;
    padding: 0px 10px;
}

.choose-box {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.choose-box .yuan {
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.choose-box .yuan.active {
    color: #176f88;
}

.choose-box .yuan p {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #beccdb;
    border-radius: 50%;
    margin-right: 10px;
}

.choose-box .yuan p:hover {
    cursor: pointer;
}

.choose-box .yuan.active p {
    border: 1px solid #176f88;
}

.choose-box .yuan.active p span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #176f88;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.al-nocen {
    align-items: initial !important;
}

.rg-input textarea {
    width: 100%;
    border: 1px solid #beccdb;
    border-radius: 4px;
    padding: 15px;
}

.fle-box {
    /* display: flex; */
    align-items: center;
}

.fle-box .fm-pic {
    margin-right: 15px;
}

.fle-box .fm-pic img {
    width: 320px;
    height: 180px;
    border-radius: 4px;
}

.fle-box .fm-pic p {
    background-color: #176f88;
    padding: 8px 10px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin: 15px auto 0px;
}

.fle-box .fm-pic p:hover {
    cursor: pointer;
}

.js-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.js-cont p {
    background-color: #176f88;
    padding: 8px 10px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.js-cont p:hover {
    cursor: pointer;
}

.fot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 0px;
}

.fot-btn a {
    font-size: 15px;
    color: #176f88;
}

.fot-btn a p {
    margin-right: 20px;
    background-color: #176f88;
    padding: 8px 10px;
    width: 80px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.add-teach {
    padding: 20px 0px;
}

.wid40 {
    width: 40%;
}

.shur-box {
    border: 1px solid #beccdb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    width: 340px;
    margin: 20px 0px 0px;
    border-radius: 4px;
}

.shur-box input {
    width: 100%;
    font-size: 14px;
}

.shur-box img {
    width: 18px;
    height: 18px;
    margin-left: 15px;
}

/* 直播首页 */

.live-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.live-top .zb-btn {
    background-color: #176f88;
    padding: 8px 10px;
    min-width: 80px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.live-top .zb-btn:hover {
    cursor: pointer;
}

.live-top .rg-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sh-box {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.sh-box p {
    font-size: 14px;
    color: #333;
}

.live-top .rg-cont .sh-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.xz-jt {
    position: relative;
    min-width: 100px;
    border: 1px solid #beccdb;
    border-radius: 4px;
    padding: 6px 8px;
}

.xz-jt .jt-img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 10px;
}

.borbox {
    border: 1px solid #beccdb;
    border-radius: 4px;
    padding: 7px 8px;
}

.borbox input {
    width: 100%;
    font-size: 14px;
}

.borbox img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.tabbox tr td {
    font-size: 12px;
    color: #666;
    width: auto;
}

.tabbox tr:first-child {
    background-color: #f7f7f7;
}

.wid6 {
    width: 6%;
}

.wid20 {
    width: 20%;
}

.wid9 {
    width: 9%;
}

.wid10 {
    width: 10%;
}

.tabbox .img-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabbox .img-cont img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.tabbox .img-cont p {
    color: #666;
}

.col-red {
    color: #f48282 !important;
}

.col-gre {
    color: #176f88 !important;
}

.tabbox a {
    color: #176f88;
    padding-right: 5px;
}

.tabbox a:hover {
    text-decoration: underline;
}

.tabbox tr:hover {
    background-color: #f7f7f7;
}

.fot-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0px;
}

.fot-page li img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.fot-page li img:hover {
    cursor: pointer;
}

.fot-page li {
    margin-left: 10px;
}

.fot-page li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

.fot-page li.active a {
    background-color: #176f88;
    color: #fff;
}

/* 测试直播 */

.top-tit {
    font-size: 16px;
    color: #666;
}

.qh-box {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.qh-box li {
    padding: 8px 15px;
    background-color: #f7f7f7;
    color: #333;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.qh-box li:hover {
    cursor: pointer;
}

.qh-box li.active {
    background-color: #176f88;
    color: #fff;
    padding: 10px 15px;
}

.down-tap {
    padding-top: 20px;
}

.down-tap li {
    display: flex;
    position: relative;
    padding-bottom: 20px;
    box-shadow: 0 0 5px #e5e5e5;
    margin-bottom: 20px;
    padding: 0 20px 30px 20px;
    border-radius: 10px;
}

/* .down-tap li::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #6b7f90;
    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 9;
} */

.down-tap li .lf-yuan {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #176f88;
    background-color: #fff;
    z-index: 999;
    margin-top: 36px;
}

.down-tap li .lf-yuan span {
    display: inline-block;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #176f88;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.down-tap li .bz-cont {
    padding-left: 20px;
    flex: 1;
}

.down-tap li .bz-cont h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 30px;
}

.down-tap li .bz-cont p {
    font-size: 15px;
    color: #666;
    padding-bottom: 20px;
}

.xz-btn {
    display: flex;
    align-items: center;
    background-color: #176f88;
    width: 150px;
    border-radius: 4px;
}

.xz-btn p {
    background-color: #176f88;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.xz-btn p:hover {
    cursor: pointer;
}

.xz-btn p img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xz-btn a {
    display: inline-block;
    background-color: #0f657e;
    color: #fff;
    font-size: 14px;
    flex: 1;
    padding: 7px 4px;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.tit-tag {
    display: flex;
    align-items: center;
}

.tit-tag p {
    background-color: #ffec58;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 3px 5px 3px !important;
    position: relative;
    margin-top: 24px;
}

.tit-tag p::after {
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffec58;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: 4px;
    left: -16px;
    content: ' ';
    transform: rotate(-90deg);
}

/* 监控 */

.col-yel {
    color: #ffaf00;
}

.mot-box {
    display: flex;
    justify-content: space-between;
}

.mot-box .lf-radio {
    width: 100%;
    position: relative;
    margin: auto;
}
.mot-box .lf-radio .el-image {
    display: block !important;
}
.mot-box .lf-radio img {
    width: 100%;
    height: 495px;
    object-fit: cover;
}

.mot-box .rg-chat {
    width: 30%;
    background-color: #f7f7f7;
    position: relative;
    height: 495px;
}

.mot-box .rg-chat .ll-box {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #beccdb;
}

.mot-box .rg-chat .ll-box img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.mot-box .rg-chat .ll-box p {
    font-size: 14px;
    color: #666;
}

.lt-list {
    padding: 10px;
    height: 400px;
    overflow-y: scroll;
}

.lt-list li {
    display: flex;
    padding-bottom: 15px;
}

.lt-list li .lt-cont {
    background-color: #d8f2f2;
    padding: 8px 10px;
    flex: 1;
    border-radius: 4px;
}

.lt-list li .lt-cont .top-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lt-list li .lt-cont .top-time p {
    font-size: 12px;
    color: #999;
}

.lt-list li .lt-cont .top-time span {
    font-size: 12px;
    color: #176f88;
}

.lt-list li .lt-cont .chat-nr {
    font-size: 12px;
    color: #666;
    padding-top: 6px;
    word-break: break-all;
}

.mal10 {
    padding-left: 10px;
}

.mar10 {
    padding-right: 10px;
}

.lt-list li .rg-img img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.fs-box {
    display: flex;
    align-items: center;
    padding: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background-color: #f7f7f7;
}

.fs-box input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d8f2f2;
    padding-left: 8px;
    border-radius: 4px;
}

.fs-box p {
    background-color: #176f88;
    padding: 6px 10px;
    min-width: 60px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 5px;
}

.fs-box p:hover {
    cursor: pointer;
}

/* 统计 */

.wid-none li {
    min-width: initial !important;
}

.stac-top {
    padding: 25px 0;
    border-radius: 4px;
}

.stac-top p {
    font-size: 15px;
    color: #666;
    padding-bottom: 12px;
}

.stac-top p span {
    color: #333;
    font-weight: bold;
}

.tonj-box {
    padding-top: 30px;
    position: relative;
}

.tonj-box .box-cont {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 260px;
    display: flex;
    align-items: center;
}

.tonj-box .box-cont .dc-btn {
    background-color: #176f88;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.wid14 {
    width: 14%;
}

.wid16 {
    width: 16%;
}

.wid11 {
    width: 11%;
}

.zw-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.zw-box img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
}

.zw-box p {
    font-size: 15px;
    color: #333;
}

/* 设置回看弹框 */

.bd-up {
    margin-top: 30px;
    min-height: 300px;
}

.bd-up .bg-box {
    width: 222px;
    height: 138px;
    background-color: #e7f8ff;
    position: relative;
    border-radius: 4px;
}

.bd-up .bg-box .sc-box {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sc-text {
    font-size: 14px;
    color: #666;
    display: block;
    padding: 12px 15px;
    text-align: center;
}

.bd-up .fot-btn {
    /* position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%); */
}

.lu-list {
    padding-top: 20px;
    max-height: 400px;
    overflow-y: scroll;
}

.lu-list li {
    background-color: #f7f7f7;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.lu-list li:hover {
    background-color: #e7f8ff;
}

.lu-list li:hover .down-cont a {
    background-color: #176f88;
    color: #fff;
}

.lu-list li .down-cont {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.lu-list li .down-cont p {
    font-size: 14px;
    color: #333;
}

.lu-list li .down-cont a {
    font-size: 14px;
    width: 60px;
    color: #176f88;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.lu-list li .cj-date {
    font-size: 12px;
    color: #333;
    padding-bottom: 6px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.wid18 {
    width: 18%;
}

.wid22 {
    width: 22%;
}

/* 直播首页 */

.zb-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zb-top .lf-sx {
    display: flex;
    align-items: center;
}

.zb-top .lf-sx span {
    font-size: 15px;
    color: #333;
}

.zb-top .lf-sx ul {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.zb-top .lf-sx ul li {
    padding-right: 20px;
    font-size: 15px;
    color: #333;
}

.zb-top .lf-sx ul li:hover {
    cursor: pointer;
}

.zb-top .lf-sx ul li.active {
    color: #176f88;
}

.rg-sx {
    display: flex;
    align-items: center;
}

.rg-sx .img-cont {
    padding-right: 15px;
}

.rg-sx .img-cont img {
    width: 16px;
    height: 16px;
}

.rg-sx .img-cont img:hover {
    cursor: pointer;
}

.rg-sx .sh-box {
    margin-left: 0px !important;
    min-width: 240px;
}

.zb-ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -20px; */
}

.zb-ul li {
    width: 25%;
    margin-bottom: 20px;
}

.zb-ul li .within-box {
    /* margin-right: 20px; */
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0px 10px;
}

.zb-ul li .within-box .big-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.zb-ul li .within-box .big-img .big-p {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.zb-ul li .within-box .big-img .big-p p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.zb-ul li .within-box .big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.6s;
}

.zb-ul li .within-box:hover .big-img img {
    transform: scale(1.2);
}

.zb-ul li .within-box .fot-cont {
    padding: 12px 15px;
    flex: 1;
}

.zb-ul li .within-box .fot-cont h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.zb-ul li .within-box .fot-cont p {
    font-size: 14px;
    color: #666;
    word-break: break-all;
}

.qx-collect {
    background: #176f88;
    border-radius: 20px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.fot-img {
    display: flex;
    align-items: center;
    padding-top: 8px;
}

.fot-img img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.fot-img p {
    font-size: 12px !important;
    width: 100px;
}

.zb-ul li .within-box:hover {
    cursor: pointer;
    box-shadow: rgb(146 157 154 / 30%) 0px 5px 8px 0px;
}

.list-ul li {
    width: 100% !important;
    position: relative;
}

.list-ul li .within-box {
    display: flex;
}

.list-ul li .within-box .big-img {
    width: 279px;
    /* min-width: 279px; */
    height: 158px;
}

.list-ul li .within-box .big-img img {
    border-radius: 5px 0px 0px 5px !important;
}

.fl-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.fl-cont .fot-img p {
    width: initial !important;
}

/* 直播详情 */

.bg-yel {
    background-color: #fffbf1;
    padding: 20px 0px;
    margin-top: 20px;
}

.fot-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.ll-cont {
    display: flex;
    align-items: center;
}

.sc-box img {
    width: 24px;
    height: 24px;
}

.ll-cont .sc-box {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.ll-cont .sc-box p {
    font-size: 12px;
    color: #666;
    margin-left: 4px;
}

.fl-duiq {
    display: flex;
    padding-bottom: 15px;
}

.fl-duiq img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.fl-duiq p {
    font-size: 14px;
    color: #666;
}

.js-box {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
}

.js-box p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}

.js-box a {
    background-color: #176f88;
    padding: 8px 10px;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.bg-hei {
    position: relative;
}

.bg-hei::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: '';
    z-index: 99;
}

.zidex {
    z-index: 999;
}

.wid17 {
    width: 17%;
}

.wid7 {
    width: 7%;
}

.yzm-box {
    display: flex;
    align-items: center;
    padding: 0px 0px 15px;
}

.yzm-box p {
    font-size: 14px;
    color: #176f88;
    padding-left: 8px;
}

.yzm-box p:hover {
    cursor: pointer;
}

.wid15 {
    width: 15%;
}

.wid15 {
    width: 15%;
}

.wid19 {
    width: 19%;
}

.fon12 {
    font-size: 13px;
    color: #666;
}

.teach-box li {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.teach-box li .lf-img {
    margin-right: 15px;
}

.teach-box li .lf-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.teach-box li .rg-img {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.teach-box li .rg-img .list-box {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-right: 30px;
}

.teach-box li .rg-img .list-box span {
    display: inline-block;
    width: 60px;
    font-size: 14px;
    color: #999;
}

.teach-box li .rg-img .list-box:last-child {
    width: 100%;
}

.teach-box li .rg-img .list-box p {
    font-size: 14px;
    color: #666;
    flex: 1;
}

.teach-box li .rg-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 25px;
}

.teach-box li .rg-btn img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.prism-thumbnail img {
    display: none;
}

.cou-box {
    background-color: #fff;
    border-radius: 10px;
}

.cou-box .qh-cont {
    padding: 0px 15px;
    display: flex;
    flex: 1;
    background: #f7f7f7;
}

.cou-box .qh-cont li {
    padding: 15px 0px;
    width: 15%;
    font-size: 16px;
    color: #666;
    position: relative;
    text-align: center;
}

.cou-box .qh-cont li:hover {
    cursor: pointer;
}

.cou-box .qh-cont li.active {
    color: #176f88;
}

.cou-box .qh-cont li.active::after {
    content: '';
    width: 25px;
    height: 4px;
    border-radius: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    background-color: #176f88;
}

.ke-box {
    padding: 20px 30px;
}

.ke-box .tit-box {
    font-size: 16px;
    color: #333;
}

.ke-box .ke-nr {
    padding-top: 20px;
    padding-left: 20px;
}

.ke-box .ke-nr .nr-tit {
    font-size: 15px;
    color: #666;
    background: #f1f1f1;
    padding: 12px 15px;
    border-radius: 2px;
}

.ke-box .ke-nr .nr-tit:hover {
    cursor: pointer;
    color: #176f88;
}

.ke-box .ke-nr .video-box {
    display: flex;
    padding-top: 20px;
    padding-left: 20px;
}

.ke-box .ke-nr .video-box:hover {
    cursor: pointer;
}

.ke-box .ke-nr .video-box .lf-img {
    position: relative;
}

.ke-box .ke-nr .video-box .lf-img .img-box {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

.ke-box .ke-nr .video-box .lf-img .bf-img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ke-box .ke-nr .video-box .rg-cont {
    flex: 1;
    padding-left: 15px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.ke-box .ke-nr .video-box .rg-cont .fle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ke-box .ke-nr .video-box .rg-cont .fle-box .tit-text {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.ke-box .ke-nr .video-box .rg-cont .fle-box p {
    font-size: 12px;
    color: #999;
}

.ke-box .ke-nr .video-box .rg-cont .gk-box {
    font-size: 12px;
    color: #888;
}

.dq-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #f1f1f1; */
}

.dq-box .rg-btn {
    display: flex;
    padding: 10px 20px 10px 0px;
}

.dq-box .rg-btn p {
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    background-color: #176f88;
    padding: 6px 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
    min-width: 85px;
    text-align: center;
}

.jj-cont {
    padding: 20px 0;
    word-break: break-all;
}

.jj-cont p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-bottom: 20px;
}

.jj-cont .jj-box h4 {
    font-size: 14px;
    padding-bottom: 5px;
}

.ly-tit {
    padding: 20px 30px 0px 30px;
}

.tishu {
    width: 100%;
    font-size: 16px;
    color: #666666;
    border-collapse: collapse;
    margin-top: 30px;
    overflow: hidden;
}

.tishu li {
    text-align: center;
    padding: 10px 0;
    width: 5%;
    float: left;
    background: #fff;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.tishu li.active {
    background: #3d999e;
    color: #fff;
}

.tishu li.yzuo {
    color: #3d999e;
}

.xzt-box {
    background: #fff;
    padding-bottom: 60px;
    margin-top: 30px;
    padding: 30px 40px 40px;
}

.djs {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.djs span {
    color: #3d999e;
}

.xzti {
    padding-bottom: 30px;
}

.xzti p {
    line-height: 30px;
    color: #333;
}

.tm-text input {
    border-bottom: 1px solid #333;
    padding-left: 10px;
    font-size: 15px;
}

.tmlx {
    color: #ff6f06 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

.danxuan-box .danxuan {
    display: inline-block;
}

.danxuan-box textarea {
    background-color: #f7f7f7;
    padding: 12px 15px;
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    resize: none;
}

.danxuan-box label {
    overflow: hidden;
    margin: 20px 0 0px;
    display: block;
}

.danxuan-box p {
    display: inline-block;
    margin-left: 20px;
}

.weui-radio:checked {
    background: #3d999e;
    border: solid 1px #3d999e;
}

.weui-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.cuowu {
    background: #ff6f06;
    border: solid 1px #ff6f06;
    background: url(../images/cou_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.weui-radio:checked::after {
    content: '';
    top: 4px;
    left: 4px;
    position: absolute;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}

.checkbox:checked {
    background: #3d999e;
    border: solid 1px #3d999e;
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.checkbox:checked::after {
    content: '';
    top: 4px;
    left: 4px;
    position: absolute;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}

.sxtm-box {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}

.sxtm-box .sxtm {
    float: left;
}

.sxtm-box .sxtm a {
    float: left;
    padding: 10px 0;
    color: #3d999e;
    border: 1px solid #3d999e;
    margin-right: 30px;
    width: 105px;
    text-align: center;
    border-radius: 5px;
}

.sxtm-box .jiaoq {
    float: right;
    background: #3d999e;
    color: #fff;
    padding: 10px 30px;
    width: 105px;
    text-align: center;
    border-radius: 5px;
}

/* .top-cont {
    background-color: #c0e4e4;
    padding: 50px 0px;
} */

.white {
    background: #fff;
}

.xykc-bor {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #f1f1f1;
    margin-top: 40px;
}

.xxrs {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.fxda {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin-left: 40px;
}

.top-cont .cour-box {
    background-color: #fff;
    border-radius: 10px;
    /* padding: 25px 30px; */
    display: flex;
}

.top-cont .cour-box .sqxq {
    width: 100%;
    height: 500px;
}

.top-cont .cour-box .lf-img {
    width: 30%;
    /* padding-right: 20px; */
}

.top-cont .cour-box .lf-img img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.top-cont .cour-box .rg-cont {
    flex: 1;
    padding-top: 10px;
    margin-left: 30px;
}

.top-cont .cour-box .rg-cont h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.top-cont .cour-box .rg-cont .rc-num {
    font-size: 14px;
    color: #888;
    /* padding-top: 20px; */
}

.top-cont .cour-box .rg-cont .rc-num span {
    color: #ffac00;
}

.top-cont .cour-box .rg-cont .bm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.top-cont .cour-box .rg-cont .bm-box img {
    width: 24px;
    height: 24px;
}

.top-cont .cour-box .rg-cont .bm-box p {
    width: 160px;
    height: 40px;
    line-height: 38px;
    background-color: #ffae00;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
}

.top-cont .cour-box .rg-cont .bm-box p:hover,
.top-cont .cour-box .rg-cont .bm-box img:hover {
    cursor: pointer;
}

.szhx {
    position: relative;
}
.w_100 {
    width: 100%;
}
.lsjl li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.lsjl li .lsjl-left {
    width: 120px;
    height: 100px;
    border-radius: 10px;
    margin-right: 20px;
}

.lsjl li .lsjl-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.lsjl li .lsjl-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lsjl li .lsjl-right .lsjl-anl h2 {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 80%;
}

.lsjl li .lsjl-right .lsjl-anl .diam {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

.lsjl li .lsjl-right .lsjl-anl .shij {
    font-size: 14px;
    color: #999;
}

.lsjl li .lsjl-right .kstg .tongg {
    font-size: 18px;
    color: #176f88;
    margin-bottom: 20px;
    font-weight: bold;
}

.lsjl li .lsjl-right .kstg .fens {
    font-size: 18px;
    color: #eea406;
    text-align: right;
}

.haunse {
    color: #eea406 !important;
}

.diyb {
    display: flex;
    align-items: center;
}

.zjqh {
    display: -webkit-box;
    align-items: center;
    padding: 30px 0 20px;
    font-size: 17px;
    color: #333;
    overflow-x: scroll;
    font-weight: bold;
    margin-bottom: 20px;
}

.zjqh::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.zjqh::-webkit-scrollbar-thumb {
    height: 4px;
    border-radius: 10px;
    background: #dbdbdb;
}

.zjqh::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f7f7f7;
    border-radius: 10px;
    background: #ededed;
}

.zjqh li {
    margin-right: 40px;
}

.zjqh li.active {
    color: #0f657e;
}

.splb-qh {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 75px;
    color: #999;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.splb-qh li {
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 20px;
}

.splb-qh li.active {
    background: #e8f1f4;
    color: #0f657e;
}

.splb li {
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: flex-start;
}

.splb li .splb-left {
    height: 150px;
    width: 22%;
}

.splb li .splb-left img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.splb li .splb-right {
    margin-left: 30px;
    flex: 1;
}

.splb li .splb-right h2 {
    font-size: 16px;
    margin-bottom: 15px;
}

.splb li .splb-right .splb-nr {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    line-height: 28px;
}

.splb li .splb-right .splb-gkrs {
    font-size: 14px;
    color: #666;
}

.splb li .splb-right .splb-gkrs span {
    color: #ffae00;
}

.fayan {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
    font-size: 16px;
    color: #333;
}

.fayan h2 {
    background: #0f657e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    margin-left: 20px;
    font-size: 16px;
    cursor: pointer;
}

.zhib-box .zhib-box-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.zhib-box .zhib-box-ul li {
    width: 50%;
    margin-bottom: 20px;
}

.zhib-box .zhib-box-ul li:last-child {
    margin-bottom: 0;
}

.zhib-box .zhib-box-ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.zhib-box .zhib-box-ul li .jianju {
    background: #f6f9fa;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 15px;
    line-height: 30px;
}

.zhib-box .zhib-box-ul li:nth-child(2n + 0) .jianju {
    margin-right: 0;
    margin-left: 15px;
}

.zhib-box .zhib-box-ul li .jianju .zhib-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topz {
    display: flex;
    align-items: center;
    flex: 1;
}

.zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topz h2 {
    font-size: 18px;
    color: #333;
    max-width: 50%;
    margin-right: 30px;
}

.zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topz p {
    font-size: 16px;
    color: #666;
}

.zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topz p span {
    color: #ffae00;
}

.zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topy {
    color: #f54545;
    font-size: 16px;
    font-weight: bold;
}

.zhib-box .zhib-box-ul li .jianju .zhib-shij {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    color: #999;
    justify-content: space-between;
}

.zhib-box .zhib-box-ul li .jianju .zhib-shij .shzt {
    font-size: 18px;
    color: #43b78d;
    font-weight: bold;
}

.zhib-box .zhib-box-ul li .dsh {
    color: #0f657e !important;
}

.zhib-an {
    color: #0f657e;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.zhib-an p {
    margin-left: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.wid600 {
    width: 600px;
}

.mr20 {
    margin-right: 20px;
}

.ml0 {
    margin-left: 0 !important;
}

.cjzb {
    left: 0px;
}

.fize14 {
    font-size: 14px !important;
}

.zhib-box-ul .xuey {
    font-size: 14px;
    color: #666;
}

.zhib-box-ul .xlzy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
}

.zhib-box-ul .xlzy p {
    margin-right: 30px;
}

.disblok {
    display: block !important;
}

.zhib-box-ul .ltjl {
    font-size: 14px;
    color: #fff;
    background: #0f657e;
    padding: 0 15px;
    border-radius: 20px;
    cursor: pointer;
}

.ltjlnr {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

.disblok .lf-text {
    width: 100% !important;
    text-align: left !important;
    padding-left: 20px;
    padding-bottom: 20px;
}

.disblok .lf-text span {
    margin-left: 10px;
}

.disblok .gkyzm {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: table;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.disblok .yzm-box {
    padding: 0;
}

.disblok .rg-input input {
    margin-left: 20px;
    margin-top: 20px;
}

.disblok .quill-editor {
    margin: 0 20px;
    background: #fff;
}

.disblok .editor {
    height: 300px;
}

.disblok .ql-container {
    height: 78%;
}

.disblok .fle-box .fm-pic {
    margin-left: 20px;
}

.tjjs-lb {
    max-height: 610px;
    overflow-y: scroll;
}

.tjjs-lb::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.tjjs-lb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.tjjs-lb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f7f7f7;
    border-radius: 10px;
    background: #ededed;
}

.tjjs-lb li {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: flex-start;
}

.tjjs-lb li .radio {
    margin-top: 20px;
    margin-right: 10px;
}

.tjjs-lb li .txtp {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.tjjs-lb li .txtp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tjjs-lb li .tjjs-right {
    flex: 1;
}

.tjjs-lb li .tjjs-right .jsxm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.tjjs-lb li .tjjs-right h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.tjjs-lb li .tjjs-right h2 span {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.tjjs-lb li .tjjs-right .jiajie {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.wid650 {
    width: 650px;
}

.ljbman {
    background: #0f657e;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    display: table;
    margin-top: 28px;
    cursor: pointer;
    font-size: 28px;
    float: right;
    overflow: hidden;
}

.lddq {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sxtj{
    margin-top: 15px;
}
.sxtj select{
    margin-right: 2.6%;
    padding: 8px 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 22%;
}
.tcwt-lx-li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}
.tcwt-lx-li p{
    width: 60px;
}
.tcwt-lx-li select{
    margin-left: 20px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 70%;
}
.myhd{
    overflow: hidden;
    height: auto;
}
.tcwt-lx{
    margin-bottom: 0;
    margin-top:30px
}
.pt10{
    padding-top: 10px;
}
.gdsm{
    font-size: 14px;
    color: #666666;
    word-break: break-all;
    padding-right: 20px;
}
.pdbo0{
    border: 0;
    padding: 0;
}
.sxtj  .ss-btn{
    display: inline-block;
margin-left: 0 !important;
background-color: #176f88;
font-size: 15px !important;
color: #fff;
border-radius: 4px;
padding: 6px 9px !important;
min-width: 78px !important;
text-align: center;
}
/* 新增  */

.course-box {
    /* padding:15px; */
    margin-top: 15px;
}

.course-box h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    flex: 1;
    margin-right: 15px;
}

.course-box .fis-jie {
    padding: 12px 15px 0px;
}

.course-box .fis-jie .jie {
    font-size: 16px;
    color: #999;
    font-weight: bold;
    flex: 1;
    margin-right: 15px;
}

.course-box .splb li {
    padding: 15px !important;
}

.course-box .top-ks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhank,
.shouqi,
.bor-hui {
    position: relative;
}

.zhank::after {
    content: ' ';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    cursor: pointer;
}

.shouqi::after {
    content: ' ';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
    cursor: pointer;
}
.kjdl-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.kjdl-box .qq-img {
    margin: 0 auto 5px;
}
.kjdl-wz {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}
.kjdl-wz::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #f1f1f1;
    left: 20px;
    top: 10px;
}
.kjdl-wz::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #f1f1f1;
    right: 20px;
    top: 10px;
}
.kjzz {
    width: 60%;
    display: table;
    margin: 30px auto 15px;
}
.course-box .top-ks .ks-btn {
    width: 80px;
    padding: 6px 0px;
    margin-left: 15px;
    background-color: #ffae00;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 30px;
}

.mal30 {
    margin-left: 15px !important;
}

.bor-hui::after {
    border-color: #999 !important;
}

/* .jt-jie .ks-btn {
    margin-right: 15px !important;
} */

.bg-lan {
    background-color: #176f88 !important;
}

.zhang {
    background: #eff5f7;
    padding: 12px 15px;
    border-radius: 5px;
}

/* 证书 */

.cer-box {
    width: 500px;
    padding: 20px 20px;
    min-height: 360px;
    background-color: #fff;
    border-radius: 10px;
}

.cer-box .top-ss {
    display: flex;
    align-items: center;
}

.cer-box .top-ss input {
    flex: 1;
    background-color: #f7f7f7;
    padding: 0px 20px;
    border-radius: 8px;
    font-size: 15px;
}

.cer-box .top-ss input::-webkit-input-placeholder {
    color: #999;
}

.cer-box .top-ss p {
    font-size: 16px;
    color: #2676a0;
    padding-left: 15px;
    cursor: pointer;
}

.cer-box .top-ss img {
    margin-left: 15px;
}

.cer-box .cer-ul {
    padding: 30px 0px 0px;
}

.cer-box .cer-ul li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.cer-box .cer-ul li span {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    color: #999;
    text-align: right;
}

.cer-box .cer-ul li p {
    font-size: 16px;
    color: #333;
    flex: 1;
    margin-left: 15px;
}

.no-seach {
    text-align: center;
    padding-top: 40px;
}

.no-seach img {
    width: 160px;
    margin: auto;
}

.no-seach p {
    font-size: 15px;
    color: #999;
    padding-top: 15px;
}

.delbox {
    padding-top: 15px;
    text-align: center;
}

.delbox img {
    width: 40px;
    height: 40px;
    margin: auto;
}

/* 证书 */

.cerinfo-ul {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
}

.cerinfo-ul li {
    width: 50%;
}

.cerinfo-ul li .li-box {
    border: 1px solid #eee;
    padding: 15px 15px 0px;
    border-radius: 10px;
    margin: 0px 10px 20px;
    background-color: #fcfeff;
}

.cerinfo-ul li:nth-of-type(odd) .li-box {
    margin-left: 0px;
}

.cerinfo-ul li:nth-of-type(even) .li-box {
    margin-right: 0px;
}

.cerinfo-ul li .li-box .zs-box {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.cerinfo-ul li .li-box .zs-box span {
    font-size: 16px;
    color: #999;
    width: 120px;
}

.cerinfo-ul li .li-box .zs-box p {
    font-size: 16px;
    color: #333;
    flex: 1;
}

.marb15 {
    margin-bottom: 15px;
}

@media screen and (max-width: 1650px) {
    .sy-23 {
        display: none;
    }
    .sy-22 {
        display: block;
    }
    .head-listbox li p {
        font-size: 22px !important;
    }
    .xykc-alck li .kcxx-xpt {
        height: 114px;
    }
    .xykc-alck li .kcxx-xpt img {
        height: 114px;
    }
}

@media screen and (max-width: 1600px) {
    .kjdl-wz::before,
    .kjdl-wz::after {
        width: 30px;
    }

    .sy-22 {
        display: none;
    }
    .sy-20 {
        display: block;
    }
    .sy-18 {
        display: none;
    }
    .sy-14 {
        display: none;
    }
    .head-listbox li p {
        font-size: 20px !important;
    }
    .kcxx-center li .kcxx-xpt {
        height: 115px;
    }
    .kcxx-center li .kcxx-xpt img {
        height: 115px;
    }
    .xykc-alck li .kcxx-xpt {
        height: 110px;
    }
    .xykc-alck li .kcxx-xpt img {
        height: 110px;
    }
    .el-carousel__container {
        height: 150px !important;
    }
    .kcxx-box .kcxx-bt {
        padding: 20px 10px;
        font-size: 20px;
    }
    .kcxx-box {
        margin: 20px 0 0px;
    }
    /* .xy-body{
        padding: 0 3% 40px;
    } */
}

@media screen and (max-width: 1415px) {
    .rg-zj .lf-nr .top-img {
        height: 147px;
    }
    .read-box,
    .xx-onebox {
        width: 60%;
    }
    .w_1200 {
        width: 70%;
    }
    .head-listbox li p {
        font-size: 18px !important;
    }
    .kcxx-center li .kcxx-xpt {
        height: 115px;
    }
    .kcxx-center li .kcxx-xpt img {
        height: 115px;
    }
    .xykc-alck li .kcxx-xpt {
        height: 115px;
    }
    .xykc-alck li .kcxx-xpt img {
        height: 115px;
    }
    .el-carousel__container {
        height: 150px;
    }
    .xyxw-box .xinw-nr li .xinw-left {
        height: 164px;
    }
    .xyxw-box .xinw-nr li .xinw-left img {
        height: 164px;
    }
    .xinw-nr li .xinw-nrbox .xinw-xq {
        font-size: 14px;
        margin-bottom: 30px !important;
        line-height: 26px;
        height: 77px;
    }
    /* .xyxw-box .xinw-nr li .xinw-nrbox h2 {
        margin-bottom: 16px;
    } */
}

@media screen and (max-width: 1294px) {
    .zhib-an p {
        margin-left: 15px;
    }
    .zhib-box .zhib-box-ul li .jianju {
        margin-right: 10px;
        padding: 20px;
    }
    .zhib-box .zhib-box-ul li:nth-child(2n + 0) .jianju {
        margin-left: 10px;
    }
    .jfei {
        padding: 30px 40px;
    }
    .wid600 {
        width: 500px;
    }
    .tjjs-lb {
        max-height: 200px;
    }
    .wid650 {
        width: 500px;
    }
    .zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topz h2 {
        font-size: 15px;
    }
    .zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topy {
        font-size: 14px;
    }
    .zhib-box .zhib-box-ul li .jianju .zhib-top .zhib-topz p {
        font-size: 14px;
    }
    .zhib-box .zhib-box-ul li .jianju .zhib-shij {
        font-size: 12px;
    }
    .zhib-box .zhib-box-ul li .jianju .zhib-shij .shzt {
        font-size: 16px;
    }
    .live-top .zb-btn {
        display: table;
        margin-bottom: 15px;
    }
    .sh-box p {
        width: 70px;
    }
    .p15 {
        padding: 15px 15px !important;
    }
    .live-top {
        display: block !important;
        padding: 15px 0 0 !important;
    }
    .bghd {
        padding: 15px;
        overflow-x: scroll;
    }
    .bghd table {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
    .bghd td,
    .bghd th {
        display: table-cell;
        text-align: center;
        padding: 15px 10px;
    }
    .sy-22 {
        display: none !important;
    }
    .sy-20 {
        display: none !important;
    }
    .sy-18 {
        display: block;
    }
    .sy-14 {
        display: none !important;
    }
    .head-lef.xp-logo {
        background-size: 272px;
        height: 56px;
    }
    .rg-zj .lf-nr .top-img {
        height: 166px;
    }
    .xyxw-box .xinw-nr li .xinw-left {
        width: 22%;
    }
    .xyxw-box .xinw-nr li .xinw-left {
        height: 146px;
    }
    .xyxw-box .xinw-nr li .xinw-left img {
        height: 146px;
    }
    .xp-none {
        display: none;
    }
    .xp-block {
        display: block;
    }
    .head-listbox li p {
        /* font-size: 17px !important; */
        padding: 5px 10px;
    }
    .head-rig .head-rig-img {
        width: 225px;
    }
    .head {
        padding: 15px 0 0;
    }
    .head-rig-search input {
        width: 150px;
        font-size: 15px;
    }
    .head .head-flex:first-of-type {
        padding-bottom: 15px;
    }
    .head-listbox li {
        padding-bottom: 15px;
    }
    .head-lef .head-lef-logo {
        width: 272px;
    }
    .head-rig-search {
        height: 28px;
        line-height: 28px;
    }
    .head-rig-search button {
        height: 28px;
        line-height: 28px;
    }
    .head-login {
        height: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .head-login button {
        padding: 0 10px;
    }
    .head-listbox li p {
        padding: 2px 10px;
    }
    .head-listbox li:hover .head-list-fl {
        top: 41px;
    }
    .head-listbox li:hover .head-list-fl span {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .xinw-titie .xinw-left h2 {
        font-size: 18px;
    }
    .xinw-titie {
        padding: 15px 0;
    }
    .xinw-titie .xinw-left p {
        font-size: 14px;
    }
    .bgs-box ul li h2 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .bgs-ckxq img {
        width: 13px;
    }
    .bgs-ckxq p {
        font-size: 14px;
    }
    .bgs-box ul li {
        padding: 13px 30px;
        margin-top: 10px;
    }
    .sy-body {
        padding: 0 3% 20px;
    }
    .footer_bottom {
        margin: 10px 0;
    }
    .cury-lef-tit {
        font-size: 18px;
    }
    .cury-lef-ul li {
        font-size: 15px;
        height: 60px;
        line-height: 60px;
    }
    .cury-rig-tit h2 {
        font-size: 17px;
    }
    .xy-xwlb {
        margin-top: 20px;
    }
    .xy-xwlb .xy-left {
        width: 274px;
        height: 200px;
    }
    .xy-xwlb .xy-right li {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .xy-xwlb .xy-right li h2 {
        font-size: 15px;
        height: 20px;
    }
    .sxbm-list {
        padding: 20px 25px 5px;
    }
    .sxbm-text {
        margin: 0 0 15px 0;
        font-size: 14px;
    }
    .sxbm-text span {
        word-break: break-all;
    }
    .sxbm-btn {
        padding: 6px 12px;
    }
    .head-lef p {
        font-size: 20px;
        margin-left: 10px;
    }
    .w_1200 {
        width: 80%;
    }
    .xx-onebox .xx-cont li p {
        font-size: 15px;
        width: 130px;
    }
    .xx-onebox .xx-cont li .inp-cont {
        padding: 12px 15px 12px 15px;
    }
    .xzjyj-tk .xx-cont li p {
        width: 90px !important;
    }
    .login-tk h4 {
        font-size: 20px;
    }
    .xx-onebox .xx-cont li .inp-cont select {
        font-size: 15px;
    }
    .xzjyj-tk .xx-cont li {
        margin-bottom: 15px;
    }
    .sk-ul li .lf-cont p {
        font-size: 16px;
    }
    .sk-ul li .lf-cont span {
        font-size: 14px;
    }
    .shsb-text,
    .shcg-text,
    .shz-text {
        font-size: 16px;
    }
    .jf-box {
        font-size: 14px;
    }
    .base-text {
        font-size: 16px !important;
    }
    .xinw-nr li .xinw-nrbox h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .xinw-nr li .xinw-nrbox .xinw-xq {
        font-size: 14px;
        margin-bottom: 23px !important;
        line-height: 25px;
        height: 51px;
        -webkit-line-clamp: 2;
    }
    .xinw-nr li .xinw-left {
        width: 160px;
        height: 125px;
        margin-right: 20px;
    }
    .xinw-nr li .xinw-left img {
        height: 125px;
    }
    .ttgg-list li h2 {
        font-size: 14px;
    }
    .ttgg-list li h2 {
        margin-bottom: 4px;
    }
    .ttgg-list li {
        padding: 10px 20px;
        margin-top: 10px;
    }
    .sy-body .xinw-nr li {
        margin-top: 15px;
    }
    .sy-ttgg,
    .sy-xxxw {
        padding-right: 40px;
    }
    .xy-ttgg .ttgg-list li h2 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .xy-ttgg .ttgg-list li {
        padding: 11px 20px;
        margin-top: 10px;
    }
    .kcxx-center li .kcxx-xabt {
        font-size: 14px;
    }
}

@media screen and (max-width: 1166px) {
    .sy-22 {
        display: none !important;
    }
    .sy-20 {
        display: none !important;
    }
    .sy-18 {
        display: none;
    }
    .sy-14 {
        display: block !important;
    }
    .rg-zj .lf-nr .top-img {
        height: 173px;
    }
    .read-box,
    .xx-onebox {
        width: 70%;
    }
    .reg-step li {
        width: 16%;
    }
    .kcxx-box .kcxx-bt {
        padding: 17px 10px;
        font-size: 17px;
    }
    .el-carousel__container {
        height: 135px !important;
    }
    .head-listbox li p {
        font-size: 14px !important;
    }
    .head-rig-search input {
        width: 100px;
    }
    .head-lef p {
        font-size: 16px;
    }
    .kcxx-center li .kcxx-xpt {
        height: 104px;
    }
    .kcxx-center li .kcxx-xpt img {
        height: 104px;
    }
}

@media screen and (max-width: 767px) {
    .wid600 {
        width: 90%;
    }
    .xykc-bor {
        padding: 15px;
        margin-top: 0px;
    }
    .top-cont .cour-box .rg-cont {
        margin-left: 15px;
    }
    .top-cont .cour-box .lf-img img {
        height: 140px;
    }
    .xxrs {
        margin-top: 15px;
    }
    .top-cont .cour-box .rg-cont .bm-box {
        padding: 15px 0 0;
    }
    .sj-top-logo .head-lef-img {
        width: 138px;
    }
    .stac-top {
        padding: 15px;
    }
    .stac-top p {
        font-size: 14px;
    }
    .yqlj {
        background: #fff;
        display: block;
        overflow: hidden;
    }
    .yqlj h2 {
        font-size: 16px;
    }
    .yqlj ul {
        margin-left: 0;
    }
    .yqlj ul li {
        margin-top: 10px;
        font-size: 14px;
    }
    .w_1200 {
        width: 100% !important;
    }
    .head {
        display: none;
    }
    .mtb40 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* 实训报名 */
    /* 研讨课程详情 */
    .sxkc-cont {
        border: 0;
        padding: 15px;
        margin-top: 0;
    }
    .sxkc-xq-tit {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .sxkc-xq-tit h2 {
        font-size: 20px;
    }
    .sxkc-xq-list {
        margin: 10px 0;
        font-size: 13px;
    }
    .sxkc-xq-list h3 {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .sxkc-xq-bot {
        padding: 5px 15px;
        margin-top: 15px;
    }
    .sxkc-xq-bot li {
        font-size: 14px;
        padding: 10px 0;
    }
    .ljbm-rigbox {
        justify-content: flex-end;
        margin-top: 15px;
    }
    /* 实训报名 */
    .cury-lef {
        display: none;
        float: inherit;
    }
    .cury-rig {
        width: 100%;
        float: inherit;
        min-height: auto;
    }
    .sxbm-list {
        margin: 15px;
        padding: 5px 10px;
        border-radius: 10px;
    }
    .sxbm-text {
        margin: 10px;
        padding-left: 15px;
        font-size: 14px;
    }
    .sxbm-btn {
        display: none;
    }
    /* 通知公告 */
    /* 登录弹框 */
    .wid30 {
        width: 85%;
    }
    .login-tk {
        padding: 20px 20px;
    }
    /* 注册 */
    .register-tit {
        font-size: 23px;
    }
    .xx-onebox {
        width: 100%;
    }
    .xx-onebox .xx-cont li p {
        width: 100%;
    }
    .register-box {
        padding: 40px 20px;
    }
    .reg-step li {
        width: 25%;
    }
    .reg-step li p {
        font-size: 12px;
    }
    .xx-onebox .xx-cont li {
        flex-direction: column;
        align-items: initial;
        padding: 15px 0px 5px;
    }
    .xx-onebox .xx-cont li p {
        padding-bottom: 10px;
    }
    .xx-onebox .xx-cont li .inp-cont,
    .xx-onebox .xx-cont li .yzm-box {
        padding: 10px 15px;
    }
    .xx-onebox .xx-cont li .tu-box .rg-img span {
        font-size: 12px;
    }
    .xx-onebox .xx-cont li .tu-box .rg-img .tx-img {
        width: 60px;
        height: 17px;
    }
    .xx-onebox .xx-cont li .tu-box input {
        width: 52%;
        font-size: 14px;
    }
    .xx-onebox .xx-cont li .inp-cont input,
    .xx-onebox .xx-cont li .yzm-box input {
        font-size: 14px;
    }
    .xx-onebox .xx-cont li .yzm-box p {
        padding-bottom: 0px;
        font-size: 12px;
    }
    .read-box {
        width: 100%;
    }
    .xib-btn {
        width: 74%;
        padding-top: 25px;
    }
    .rg-zj .lf-nr .top-img {
        height: 120px;
    }
    .rg-zj .lf-nr .top-img .sc-img {
        width: 40px;
        height: 40px;
    }
    .reg-step li.active {
        border-top: 4px solid #176f88;
    }
    .reg-step li {
        border-top: 4px solid #dadbda;
    }
    .fl-box {
        padding: 0px;
    }
    .jf-btn {
        width: 100%;
    }
    /* 首页 */
    .sjd-block {
        display: block;
    }
    .sy-body {
        display: block;
        background: #f7f7f7;
        padding: 0 0 15px;
        margin-top: 44px;
    }
    .dis-block {
        display: block;
    }
    .xy-body {
        display: block;
        background: #f7f7f7;
        padding: 0 0 15px;
        margin-top: 44px;
    }
    .st-top44 {
        margin-top: 44px !important;
    }
    .bgs-box,
    .sy-ttgg,
    .sy-xxxw {
        width: 100%;
        padding-right: 0;
        background: #fff;
        border-radius: 20px;
        padding: 0 15px 20px;
        margin-bottom: 10px;
    }
    .sy-xxxw {
        border-radius: 0 0 20px 20px;
        font-size: 16px;
    }
    .xinw-titie .xinw-left h2 {
        font-size: 16px;
        margin-right: 10px;
    }
    .xinw-titie .xinw-left p {
        font-size: 12px;
    }
    .xinw-titie {
        padding: 15px 0;
    }
    .xinw-nrbox {
        flex: 1;
    }
    .xinw-titie .head-rig-img {
        width: 15px;
        height: 15px;
    }
    .xinw-nr li .xinw-left {
        width: 155px;
        height: 89px;
        margin-right: 15px;
        border-radius: 5px;
    }
    .xyxw-box .xinw-nr li .xinw-left {
        width: 155px;
        height: 109px;
    }
    .xyxw-box .xinw-titie .xinw-left p {
        font-size: 12px;
    }
    .xyxw-box .xinw-nr li .xinw-left img {
        height: 109px;
        border-radius: 5px;
    }
    .xinw-nr li .xinw-left img {
        height: 89px;
        border-radius: 5px;
    }
    .xyxw-box .xinw-nr li {
        padding: 15px;
    }
    .xyxw-box .xinw-nr li .xinw-nrbox h2 {
        font-size: 15px;
        /* margin-bottom: 6px; */
        max-width: 70%;
    }
    .xyxw-box .xinw-nr li .xinw-nrbox .xinw-xq {
        font-size: 13px;
        margin-bottom: 25px !important;
        line-height: 20px;
        height: 40px;
    }
    .xinw-nr li .xinw-nrbox h2 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .xinw-nr li .xinw-nrbox .xinw-xq {
        margin-bottom: 0 !important;
    }
    .xinw-nr li .xinw-nrbox .sj {
        font-size: 12px;
    }
    .xinw-nr li {
        margin-top: 15px;
    }
    .ttgg-list li {
        padding: 15px 20px;
        margin-top: 15px;
    }
    .ttgg-list li h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .ttgg-list li p {
        font-size: 12px;
    }
    .bgs-box ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .bgs-box ul li {
        width: 50%;
        background: #fff;
        padding: 0;
        margin-top: 10px;
    }
    .bgs-box ul li .jianju {
        margin-right: 10px;
        background: #e8f5f8;
        padding: 15px 10px;
        margin-right: 10px;
        border-radius: 8px;
    }
    .bgs-box ul li h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .bgs-box {
        padding: 10px 5px 15px 15px;
        margin-bottom: 0;
    }
    .bgs-ckxq p {
        font-size: 12px;
        margin-right: 5px;
    }
    .bgs-ckxq img {
        width: 10px;
        height: 10px;
        margin-top: 2px;
    }
    /* 手机端头部 */
    .sj-top {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-image: linear-gradient(to left, #2676a0, #3d9a9e);
        height: 44px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .sj-top-logo {
        display: flex;
        align-items: center;
        margin-left: 15px;
    }
    .sj-top-logo.head-lef-img {
        width: 138px;
        height: 26px;
        background-size: 100%;
    }
    .sj-top-logo .fanhui {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .sj-top-logo p {
        margin-top: -5px;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
    }
    .sj-right {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 11px;
    }
    .sj-right p {
        font-size: 14px;
        margin-right: 15px;
    }
    .sj-right img {
        width: 20px;
        height: 20px;
    }
    .cdl-box {
        position: fixed;
        right: 15px;
        top: 44px;
        background: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        border-radius: 10px;
        font-size: 14px;
    }
    .cdl-box li img {
        width: 122px;
    }
    .cdl-box li {
        color: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid #585858;
        text-align: center;
    }
    .cdl-box li:last-child {
        border-bottom: 0;
    }
    .footer_bottom {
        margin: 10px 0;
    }
    .footer_bottom p {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .js-none {
        display: none !important;
    }
    .sj-block {
        display: block;
    }
    .kcxx-title {
        background: #fff;
        border-radius: 10px;
    }
    .kcxx-box {
        margin-top: 10px;
        border-radius: 10px;
        padding: 20px 0 0px 15px;
    }
    .kcxx-center {
        flex-wrap: wrap;
        margin-right: 0;
    }
    .kcxx-center li {
        width: 50%;
        margin-bottom: 15px;
    }
    .kcxx-center li .kcxx-jju {
        margin-right: 15px;
    }
    .kcxx-center li .kcxx-xabt {
        font-size: 14px;
    }
    .kcxx-center li .kcxx-xpt {
        height: 140px;
    }
    .kcxx-center li .kcxx-xpt img {
        height: 140px;
    }
    .pd15 {
        padding: 15px;
    }
    .d_nav {
        margin-right: 0;
        padding-left: 15px;
        margin-top: 15px;
    }
    .d_nav ul li {
        width: 50%;
    }
    .d_nav ul li .jianju {
        margin-right: 15px;
    }
    .d_nav ul li img {
        width: 100px;
        height: 100px;
    }
    .tzgg-left h2 {
        font-size: 20px;
    }
    .tzgg-ul li .tzgg-nrbox .tzgg-xq {
        font-size: 14px;
        line-height: 24px;
    }
    .tzgg-ul li .tzgg-nrbox h2 {
        margin-bottom: 4px;
    }
    /* 
    .w_1200 {
        min-height: 0;
    } */
    .goujia-img {
        padding: 0 15px;
    }
    .sxbm-list-box1 {
        display: block;
        padding: 15px;
        border: 0;
    }
    .list-box-left-img {
        margin-right: 0;
    }
    .weiyuanhui-img {
        border-radius: 10px;
        margin: 0 auto 20px;
    }
    .box-right-top {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .xykc-alck {
        margin-right: 0;
        padding-left: 15px;
        margin-top: 15px;
    }
    .sxkc-xq-img-box .bof {
        width: 40px;
        height: 40px;
    }
    /* 个人中心 */
    .big-box-left {
        padding-top: 0;
    }
    .p15 {
        padding: 15px;
    }
    .big-box-left .xx-cont li {
        margin-bottom: 0;
    }
    .xuehao {
        font-size: 16px;
        display: inline-block;
    }
    .xuehao-num {
        font-size: 18px;
        display: inline-block;
    }
    .wdxh {
        flex-direction: inherit !important;
    }
    .sj-xzjy {
        display: flex;
        margin-top: 15px;
    }
    .sj-xzjy p {
        padding-bottom: 0 !important;
        margin-left: 10px;
    }
    .center-box {
        padding: 0 15px 15px;
        margin-top: 15px;
        margin-bottom: 0;
        position: relative;
    }
    .ml-150 {
        margin-left: 0;
    }
    .xzjyj-tk .xx-cont li {
        margin-bottom: 0;
        padding: 10px 0px 5px !important;
    }
    .xzjyj-tk ul {
        margin-top: 0;
    }
    .login-tk h4 {
        font-size: 18px;
    }
    .sk-ul li .lf-cont p {
        font-size: 14px;
    }
    .sk-ul li .lf-cont span {
        font-size: 12px;
    }
    .shsb-text,
    .shcg-text,
    .shz-text {
        font-size: 16px;
    }
    .jf-box {
        font-size: 14px;
    }
    .sk-ul {
        padding: 10px 0 0;
    }
    .sk-ul li {
        padding: 15px;
        margin-bottom: 10px;
    }
    .jf-tkbox {
        padding: 30px 0;
    }
    .jf-tkbox p {
        font-size: 15px !important;
        padding-bottom: 15px;
    }
    .ejtop-qh {
        display: flex;
        margin-top: 15px;
    }
    .ejtop-qh li {
        background: #f1f1f1;
        border-radius: 30px;
        padding: 6px 10px;
        color: #999;
        font-size: 14px;
        margin-left: 15px;
    }
    .ejtop-qh li.active {
        background: #176f88;
        color: #fff;
    }
    .cour-ul li .cen-box h4 {
        width: 100%;
    }
    /* .text_two {
        line-height: 30px;
    } */
    .cour-ul li .text_two span {
        line-height: 17px;
    }
    .wx-btn,
    .yx-btn {
        padding: 2px 6px;
        font-size: 10px;
    }
    .cour-ul li {
        margin-bottom: 10px;
    }
    .pas-box {
        width: 100%;
        padding: 15px;
        /* min-height: 64vh; */
    }
    /* .cour-ul {
        min-height: 57vh;
    } */
    .xzjy-xq {
        padding: 15px;
    }
    .xzjy-sp {
        padding: 15px 15px 0;
        margin: 0px auto;
        height: 200px;
    }
    .xzjy-sp img {
        height: 200px;
    }
    .xx-comment {
        margin-left: 0;
        margin-bottom: 0;
    }
    .foot {
        background-color: #2c2c2c;
    }
    table {
        margin: 15px auto;
        width: 95%;
        display: table;
        border-bottom: 1px solid #f1f1f1;
    }
    td,
    th {
        padding: 0;
        display: block;
        width: 100%;
        padding: 15px 20px;
        text-align: left;
        border-bottom: 0;
    }
    /*提交问题弹框*/
    .jf-tkbox .advice {
        border-radius: 10px;
        background-color: #f7f7f7;
        height: 200px;
        margin-left: 20px;
        margin: 0 !important;
    }
    /* 直播详情 */
    .mot-box {
        flex-direction: column;
        padding: 20px;
    }
    .mot-box .lf-radio {
        width: 100% !important;
    }
    .mot-box .rg-chat {
        width: 100% !important;
        margin-top: 20px;
    }
    .mot-box .lf-radio img {
        height: 300px !important;
    }
    .bg-yel {
        padding: 30px 20px !important;
    }
    .pad15 {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .zhib-box .zhib-box-ul {
        margin: 0 15px 0;
    }
    .zhib-box .zhib-box-ul li {
        width: 100%;
    }
    .zhib-box .zhib-box-ul li:nth-child(2n + 0) .jianju {
        margin-left: 0;
    }
    .zhib-box .zhib-box-ul li:nth-last-child(2) {
        margin-bottom: 20px !important;
    }
    .zhib-box .zhib-box-ul li .jianju {
        margin-right: 0;
        padding: 20px 15px;
    }
    .p15 {
        padding: 15px 15px !important;
    }
    .bghd {
        padding: 15px;
        overflow-x: scroll;
    }
    .bghd table {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
    .bghd td,
    .bghd th {
        display: table-cell;
        text-align: center;
        padding: 15px 10px;
    }
    .qh-box {
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .tonj-box .box-cont {
        position: absolute;
        right: 15px;
        top: -13px;
        min-width: auto;
        display: block;
        /* display: flex;
        align-items: center; */
        left: 15px;
    }
    .mt60 {
        margin-top: 60px;
    }
    .top-cont .cour-box .rg-cont .rc-num {
        padding-top: 10px !important;
    }
    .top-cont .cour-box .rg-cont .bm-box {
        padding-top: 15px !important;
    }
    .top-cont .cour-box .lf-img img {
        height: 126px !important;
    }
    /* .top-cont .cour-box {
        padding: 15px 0 !important;
    } */
    .top-cont .cour-box .rg-cont {
        padding-top: 0 !important;
    }
    .top-cont {
        padding: 10px 0 !important;
    }
    .top-cont .cour-box .lf-img {
        width: 40% !important;
    }
    .tishu li {
        width: 20% !important;
    }
    .cou-box .qh-cont li {
        width: 33.3% !important;
    }
    .ke-box,
    .jj-cont {
        padding: 15px !important;
    }
    .el-dialog {
        width: 80% !important;
    }
    .xzt-box {
        padding: 15px !important;
    }
    .xzt-box {
        margin-top: 15px !important;
    }
    .tishu {
        padding: 0 15px;
    }
    .sxtm-box .sxtm {
        display: flex;
        flex: 1;
        width: 64%;
        text-align: center;
    }
    .sxtm-box {
        margin: 0 !important;
    }
    .sxtm-box .sxtm a {
        margin-right: 15px !important;
    }
    .lsjl {
        padding: 0 15px;
    }
    .lsjl li .lsjl-left {
        width: 90px !important;
        height: 80px !important;
        margin-right: 15px !important;
    }
    .lsjl li .lsjl-right .lsjl-anl h2 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    .lsjl li .lsjl-right .lsjl-anl .diam {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .lsjl li .lsjl-right .lsjl-anl .shij {
        font-size: 12px !important;
    }
    .lsjl li .lsjl-right {
        display: block !important;
    }
    .lsjl li .lsjl-right .kstg {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .lsjl li .lsjl-right .kstg .tongg {
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }
    .lsjl li .lsjl-right .kstg .fens {
        font-size: 16px !important;
    }
    .w_1200 {
        width: 100% !important;
        /* min-height: -webkit-calc(100vh - 170px); */
    }
    .head {
        display: none;
    }
    .mtb40 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* 实训报名 */
    /* 研讨课程详情 */
    .sxkc-cont {
        border: 0;
        padding: 15px;
        margin-top: 0;
    }
    .sxkc-xq-tit {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .sxkc-xq-tit h2 {
        font-size: 20px;
    }
    .sxkc-xq-list {
        margin: 10px 0;
        font-size: 13px;
    }
    .sxkc-xq-list h3 {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .sxkc-xq-bot {
        padding: 5px 15px;
        margin-top: 15px;
    }
    .sxkc-xq-bot li {
        font-size: 14px;
        padding: 10px 0;
    }
    .ljbm-rigbox {
        justify-content: flex-end;
        margin-top: 15px;
    }
    /* 实训报名 */
    .cury-lef {
        display: none;
        float: inherit;
    }
    .cury-rig {
        width: 100%;
        float: inherit;
        min-height: auto;
    }
    .sxbm-list {
        margin: 15px;
        padding: 5px 10px;
        border-radius: 10px;
    }
    .sxbm-text {
        margin: 10px;
        padding-left: 15px;
        font-size: 14px;
    }
    .sxbm-btn {
        display: none;
    }
    /* 通知公告 */
    /* 登录弹框 */
    .wid30 {
        width: 85%;
    }
    .login-tk {
        padding: 20px 20px;
    }
    /* 注册 */
    .register-tit {
        font-size: 23px;
    }
    .xx-onebox {
        width: 100%;
    }
    .xx-onebox .xx-cont li p {
        width: 100%;
    }
    .register-box {
        padding: 40px 20px;
    }
    .reg-step li {
        width: 25%;
    }
    .reg-step li p {
        font-size: 12px;
    }
    .xx-onebox .xx-cont li {
        flex-direction: column;
        align-items: initial;
        padding: 15px 0px 5px;
    }
    .xx-onebox .xx-cont li p {
        padding-bottom: 10px;
    }
    .xx-onebox .xx-cont li .inp-cont,
    .xx-onebox .xx-cont li .yzm-box {
        padding: 10px 15px;
    }
    .xx-onebox .xx-cont li .tu-box .rg-img span {
        font-size: 12px;
    }
    .xx-onebox .xx-cont li .tu-box .rg-img .tx-img {
        width: 60px;
        height: 17px;
    }
    .xx-onebox .xx-cont li .tu-box input {
        width: 52%;
        font-size: 14px;
        padding: 10px 15px;
    }
    .xx-onebox .xx-cont li .inp-cont input,
    .xx-onebox .xx-cont li .yzm-box input {
        font-size: 14px;
    }
    .xx-onebox .xx-cont li .yzm-box p {
        padding-bottom: 0px;
        font-size: 12px;
    }
    .read-box {
        width: 100%;
    }
    .xib-btn {
        width: 74%;
        padding-top: 25px;
    }
    .rg-zj .lf-nr .top-img {
        height: 120px;
    }
    .rg-zj .lf-nr .top-img .sc-img {
        width: 40px;
        height: 40px;
    }
    .reg-step li.active {
        border-top: 4px solid #176f88;
    }
    .reg-step li {
        border-top: 4px solid #dadbda;
    }
    .fl-box {
        padding: 0px;
    }
    .jf-btn {
        width: 100%;
    }
    /* 首页 */
    .sjd-block {
        display: block;
    }
    .sy-body {
        display: block;
        background: #f7f7f7;
        padding: 0 0 15px;
        margin-top: 44px;
        min-height: -webkit-calc(100vh - 170px);
    }
    .dis-block {
        display: block;
    }
    .xy-body {
        display: block;
        background: #f7f7f7;
        padding: 0 0 15px;
        margin-top: 44px;
    }
    .st-top44 {
        margin-top: 44px !important;
    }
    .bgs-box,
    .sy-ttgg,
    .sy-xxxw {
        width: 100%;
        padding-right: 0;
        background: #fff;
        border-radius: 20px;
        padding: 0 15px 20px;
        margin-bottom: 10px;
    }
    .sy-xxxw {
        border-radius: 0 0 20px 20px;
        font-size: 16px;
    }
    .xinw-titie .xinw-left h2 {
        font-size: 16px;
        margin-right: 10px;
    }
    .xinw-titie .xinw-left p {
        font-size: 12px;
    }
    .xinw-titie {
        padding: 15px 0;
    }
    .xinw-nrbox {
        flex: 1;
    }
    .xinw-titie .head-rig-img {
        width: 15px;
        height: 15px;
    }
    .xinw-nr li .xinw-left {
        width: 124px;
        height: 89px;
        margin-right: 15px;
        border-radius: 5px;
    }
    .xyxw-box .xinw-nr li .xinw-left {
        width: 124px;
        height: 89px;
    }
    .xyxw-box .xinw-titie .xinw-left p {
        font-size: 12px;
    }
    .xyxw-box .xinw-nr li .xinw-left img {
        height: 89px;
        border-radius: 5px;
    }
    .xinw-nr li .xinw-left img {
        height: 89px;
        border-radius: 5px;
    }
    .xyxw-box .xinw-nr li {
        padding: 15px;
    }
    .xyxw-box .xinw-nr li .xinw-nrbox h2 {
        font-size: 15px;
        /* margin-bottom: 6px; */
    }
    .xyxw-box .xinw-nr li .xinw-nrbox .xinw-xq {
        font-size: 13px;
        margin-bottom: 10px !important;
        line-height: 20px;
        height: 40px;
    }
    .xinw-nr li .xinw-nrbox h2 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .xinw-nr li .xinw-nrbox .xinw-xq {
        font-size: 13px;
        margin-bottom: 10px !important;
        line-height: 20px;
        height: 40px;
    }
    .sjlh {
        -webkit-line-clamp: 2;
    }
    .xinw-nr li .xinw-nrbox .sj {
        font-size: 12px;
    }
    .xinw-nr li {
        margin-top: 15px;
    }
    .ttgg-list li {
        padding: 15px 20px;
        margin-top: 15px;
    }
    .ttgg-list li h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .ttgg-list li p {
        font-size: 12px;
    }
    .bgs-box ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .bgs-box ul li {
        width: 50%;
        background: #fff;
        padding: 0;
        margin-top: 10px;
    }
    .bgs-box ul li .jianju {
        margin-right: 10px;
        background: #e8f5f8;
        padding: 15px 10px;
        margin-right: 10px;
        border-radius: 8px;
    }
    .bgs-box ul li h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .bgs-box {
        padding: 10px 5px 15px 15px;
        margin-bottom: 0;
    }
    .bgs-ckxq p {
        font-size: 12px;
        margin-right: 5px;
    }
    .bgs-ckxq img {
        width: 10px;
        height: 10px;
        margin-top: 2px;
    }
    /* 手机端头部 */
    .sj-top {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-image: linear-gradient(to left, #2676a0, #3d9a9e);
        height: 44px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .sj-top-logo {
        display: flex;
        align-items: center;
        margin-left: 15px;
    }
    .sj-top-logo .head-lef-img {
        width: 138px;
    }
    .sj-top-logo .fanhui {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .sj-top-logo p {
        margin-top: -5px;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
    }
    .sj-right {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 11px;
    }
    .sj-right p {
        font-size: 14px;
        margin-right: 15px;
    }
    .sj-right img {
        width: 20px;
        height: 20px;
    }
    .cdl-box {
        position: fixed;
        right: 15px;
        top: 44px;
        background: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        border-radius: 10px;
        font-size: 14px;
    }
    .cdl-box li img {
        width: 122px;
    }
    .cdl-box li {
        color: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid #585858;
        text-align: center;
    }
    .cdl-box li:last-child {
        border-bottom: 0;
    }
    .footer_bottom {
        margin: 10px 0;
    }
    .footer_bottom p {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .js-none {
        display: none !important;
    }
    .sj-block {
        display: block;
    }
    .kcxx-title {
        background: #fff;
        border-radius: 10px;
    }
    .kcxx-box {
        margin-top: 10px;
        border-radius: 10px;
        padding: 20px 0 0px 15px;
    }
    .kcxx-center {
        flex-wrap: wrap;
        margin-right: 0;
    }
    .kcxx-center li {
        width: 50%;
        margin-bottom: 15px;
    }
    .kcxx-center li .kcxx-jju {
        margin-right: 15px;
    }
    .kcxx-center li .kcxx-xabt {
        font-size: 14px;
    }
    .kcxx-center li .kcxx-xpt {
        height: 140px;
    }
    .kcxx-center li .kcxx-xpt img {
        height: 140px;
    }
    .pd15 {
        padding: 15px;
    }
    .d_nav {
        margin-right: 0;
        padding-left: 15px;
        margin-top: 15px;
    }
    .d_nav ul li {
        width: 50%;
    }
    .d_nav ul li .jianju {
        margin-right: 15px;
    }
    .d_nav ul li img {
        width: 100px;
        height: 100px;
    }
    .tzgg-left h2 {
        font-size: 20px;
    }
    .tzgg-ul li .tzgg-nrbox .tzgg-xq {
        font-size: 14px;
        line-height: 24px;
    }
    .tzgg-ul li .tzgg-nrbox h2 {
        margin-bottom: 4px;
    }
    .goujia-img {
        padding: 0 15px;
    }
    .sxbm-list-box1 {
        display: block;
        padding: 15px;
        border: 0;
    }
    .list-box-left-img {
        margin-right: 0;
    }
    /* 直播详情 */
    .fot-details {
        flex-direction: column;
        align-items: initial !important;
    }
    .fot-details h4 {
        padding-bottom: 10px;
    }
    /* 直播 */
    .zb-top {
        flex-direction: column;
        padding: 12px 15px;
        align-items: initial !important;
    }
    .w_1200 {
        overflow: hidden;
    }
    .zb-top .lf-sx ul li {
        padding-right: 12px !important;
        font-size: 13px !important;
    }
    .zb-top .lf-sx {
        padding-bottom: 12px !important;
    }
    .zb-ul {
        padding: 15px 15px 0px !important;
    }
    .zb-ul li {
        width: 50% !important;
    }
    .zb-ul li .within-box .big-img {
        height: 150px !important;
    }
    .list-ul li .within-box {
        align-items: center;
    }
    .list-ul li .within-box .big-img {
        height: 172px;
    }
    .weiyuanhui-img {
        border-radius: 10px;
        margin: 0 auto 20px;
    }
    .box-right-top {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .xykc-alck {
        margin-right: 0;
        padding-left: 15px;
        margin-top: 15px;
    }
    .sxkc-xq-img-box .bof {
        width: 40px;
        height: 40px;
    }
    /* 个人中心 */
    .big-box-left {
        padding-top: 0;
    }
    .p15 {
        padding: 15px;
    }
    .big-box-left .xx-cont li {
        margin-bottom: 0;
    }
    .xuehao {
        font-size: 16px;
        display: inline-block;
    }
    .xuehao-num {
        font-size: 18px;
        display: inline-block;
    }
    .wdxh {
        flex-direction: inherit !important;
    }
    .sj-xzjy {
        display: flex;
        margin-top: 15px;
    }
    .sj-xzjy p {
        padding-bottom: 0 !important;
        margin-left: 10px;
    }
    .center-box {
        padding: 0 15px 15px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .ml-150 {
        margin-left: 0;
    }
    .xzjyj-tk .xx-cont li {
        margin-bottom: 0;
        padding: 10px 0px 5px !important;
    }
    .xzjyj-tk ul {
        margin-top: 0;
    }
    .login-tk h4 {
        font-size: 18px;
    }
    .sk-ul li .lf-cont p {
        font-size: 14px;
    }
    .sk-ul li .lf-cont span {
        font-size: 12px;
    }
    .shsb-text,
    .shcg-text,
    .shz-text {
        font-size: 16px;
    }
    .jf-box {
        font-size: 14px;
    }
    .sk-ul {
        padding: 10px 0 0;
    }
    .sk-ul li {
        padding: 15px;
        margin-bottom: 10px;
    }
    .jf-tkbox {
        padding: 30px 0;
    }
    .jf-tkbox p {
        font-size: 15px !important;
        padding-bottom: 15px;
    }
    .ejtop-qh {
        display: flex;
        margin-top: 15px;
    }
    .ejtop-qh li {
        background: #f1f1f1;
        border-radius: 30px;
        padding: 6px 10px;
        color: #999;
        font-size: 14px;
        margin-left: 15px;
    }
    .ejtop-qh li.active {
        background: #176f88;
        color: #fff;
    }
    .cour-ul li .cen-box h4 {
        width: 100%;
    }
    /* .text_two {
        line-height: 30px;
    } */
    .cour-ul li .text_two span {
        line-height: 17px;
    }
    .wx-btn,
    .yx-btn {
        padding: 2px 6px;
        font-size: 10px;
    }
    .cour-ul li {
        margin-bottom: 10px;
    }
    .pas-box {
        width: 100%;
        padding: 15px;
        /* min-height: 64vh; */
    }
    /* .cour-ul {
        min-height: 57vh;
    } */
    .xzjy-xq {
        padding: 15px;
    }
    .xzjy-sp {
        padding: 15px 15px 0;
        margin: 0px auto;
        height: 200px;
    }
    .xzjy-sp img {
        height: 200px;
    }
    .xx-comment {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .big-box {
        padding: 0 15px;
    }
    .el-message-box {
        width: 80% !important;
    }
    .el-message {
        min-width: 80% !important;
    }
    /*提交问题弹框*/
    .jf-tkbox .advice {
        border-radius: 10px;
        background-color: #f7f7f7;
        height: 200px;
        margin-left: 20px;
        margin: 0 !important;
    }
    .aherf {
        color: black;
    }
    .prism-player .prism-big-play-btn {
        width: 90px !important;
        height: 90px !important;
        background: url('//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png') no-repeat -2px -2px !important;
    }
    .prism-player .prism-big-play-btn .outter {
        width: 90px !important;
        height: 90px !important;
    }
    .pad15 {
        padding: 15px;
    }
    .wid40 {
        width: 88% !important;
    }
    .live-top {
        flex-direction: column;
        align-items: initial !important;
        padding: 20px 15px 5px;
    }
    .live-top .zb-btn {
        width: 100px !important;
        margin-bottom: 12px;
    }
    .live-top .rg-cont {
        flex-direction: column;
        align-items: initial !important;
    }
    .sh-box {
        margin-left: 0px !important;
        margin-bottom: 15px;
    }
    .xz-jt {
        flex: 1;
    }
    .zb-info .zb-list li {
        flex-direction: column;
        align-items: initial !important;
    }
    .zb-info .zb-list li .lf-text {
        text-align: left !important;
        margin-bottom: 10px;
        color: #999 !important;
    }
    .zb-info .zb-list li .lf-text span {
        color: #f05656;
        font-size: 14px;
        margin-right: 20px;
    }
    .zb-info .zb-list li .rg-input input {
        width: 100% !important;
        flex: 1;
    }
    .zb-info .zb-list li .rg-xzsj {
        flex-direction: column;
        align-items: initial !important;
    }
    .zb-info .zb-list li .rg-xzsj input {
        width: 100% !important;
    }
    .zb-info .zb-list li .rg-xzsj p {
        padding: 10px 0px !important;
    }
    .fle-box {
        flex-direction: column;
        align-items: initial !important;
    }
    .fm-pic {
        padding-bottom: 12px;
    }
    .fle-box .fm-pic .imgbox {
        width: 100% !important;
    }
    .fle-box .fm-pic {
        margin-right: 0px !important;
    }
    .live-top .rg-cont .sh-box select {
        width: 100%;
    }
    .shur-box {
        width: 100% !important;
    }
    .width40 {
        width: 88% !important;
    }
    .add-form li span {
        width: 50px !important;
    }
    .add-form li input {
        width: 100% !important;
    }
    .bd-up {
        justify-content: center;
    }
    .bd-up .bg-box {
        margin-right: 0px !important;
    }
    .list-ul li .within-box .big-img {
        width: 100px !important;
        height: 100px !important;
    }
    .qx-collect {
        height: initial !important;
        padding: 6px 10px !important;
        right: 20px !important;
        bottom: 10px !important;
    }
    .top-cont .cour-box .rg-cont h4 {
        font-size: 15px;
    }
    .top-cont .cour-box .rg-cont .rc-num {
        padding-top: 0 !important;
    }
    .top-cont .cour-box .rg-cont .bm-box p {
        width: 110px !important;
        height: 36px !important;
        line-height: 38px !important;
    }
    .jj-cont {
        padding: 15px 0 !important;
    }
    .zjqh {
        display: -webkit-box;
        overflow-y: scroll;
        padding: 15px 0 15px;
        font-size: 15px;
    }
    .splb-qh li {
        padding: 10px 20px;
        margin-right: 10px;
    }
    .splb-qh {
        margin-left: 60px;
        margin-bottom: 0;
    }
    .zjqh li {
        margin-right: 30px;
    }
    .splb li {
        padding: 20px 0;
    }
    .splb li .splb-right {
        margin-left: 15px;
    }
    .splb li .splb-right h2 {
        margin-bottom: 5px;
    }
    .splb li .splb-right .splb-nr {
        margin-bottom: 15px;
        line-height: 24px !important;
    }
    .splb li .splb-left {
        height: 110px;
        width: 120px;
    }
    .splb li .splb-left img {
        height: 110px;
    }
    .xx-comment .lf-cont {
        padding: 15px 10px !important;
    }
    .xx-comment {
        margin: 15px 0 !important;
    }
    .ej-box {
        margin: 0 15px 30px 15px !important;
    }
    .fayan {
        font-size: 14px !important;
    }
    .fayan h2 {
        font-size: 14px !important;
    }
    .jg-ts p {
        font-size: 12px;
        line-height: 22px;
    }
    .zb-list li .lf-text {
        width: 100% !important;
    }
    .zb-info .zb-list li {
        padding: 15px;
    }
    .disblok .lf-text {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .choose-box {
        padding-left: 0 !important;
        flex-wrap: wrap;
    }
    .choose-box .yuan {
        padding-right: 15px;
        margin-bottom: 10px;
    }
    .zb-info .zb-list li .lf-text span {
        margin-left: 0;
        font-size: 12px;
        margin-top: 5px;
        margin-right: 0;
        padding-right: 0;
        line-height: 20px;
    }
    .zb-cont {
        border: 0;
        margin-top: 0;
    }
    .disblok .gkyzm {
        margin-top: 5px !important;
        padding: 15px !important;
        font-size: 13px !important;
        line-height: 25px !important;
        margin-left: 0;
    }
    .disblok .rg-input input {
        margin-left: 0;
        margin-top: 0;
    }
    .disblok .quill-editor {
        margin: 0;
    }
    .disblok .ql-container {
        height: 63%;
    }
    .disblok .fle-box .fm-pic {
        margin-left: 0;
    }
    .wid650 {
        width: 90%;
    }
    .tjjs-lb {
        max-height: 300px;
    }
    .el-date-table td {
        display: inline-block;
        width: 14.3% !important;
    }
    .el-date-picker table tr {
        display: flex;
        text-align: center;
    }
    .el-date-table td,
    .el-date-table td div {
        height: 35px !important;
    }
    .teach-box li {
        border: 1px solid #f1f1f1;
        padding: 15px;
    }
    .teach-box li:last-child {
        margin-bottom: 0;
    }
    .fot-btn {
        padding: 15px 0px 0px;
    }
    /* 证书 */
    .cer-box {
        width: 90%;
        margin: auto;
    }
    .wid100 {
        width: 100%;
    }
    .cer-box .cer-ul li span {
        width: 120px;
        text-align: left;
    }
    .cer-box .cer-ul li p {
        margin-left: 0px;
    }
    .cerinfo-ul {
        padding: 20px 15px;
    }
    .cerinfo-ul li {
        width: 100%;
    }
    .cerinfo-ul li .li-box {
        margin: 0px 0px 15px;
    }
}

