/*閫氶柅姘辨暏缂佸棜濡弽宄扮础*/

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
}

.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;
}

.elastic_hw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maina-color {
    color: #044dd7 !important;
}

.mainb-color {
    color: #ff6600 !important;
}

.mainc-color {
    color: #666 !important;
}

.gray {
    color: #95a8be !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.fize16 {
    font-size: 16px;
}

.fize14 {
    font-size: 14px;
}

.fize12 {
    font-size: 12px;
}

.fize10 {
    font-size: 10px;
}

.p0 {
    padding: 0px;
}

.p10 {
    padding: 10px;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p015 {
    padding: 0px 15px !important;
}

.p13 {
    padding: 13px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.text-indent28 {
    text-indent: 28px;
}

.light_bg {
    background-color: #fff;
}

/*瀵邦喕淇婇弽宄扮础*/

.page,
body {
    background-color: #f5f5f5;
}

.page.js_show {
    height: 100%;
    padding-top: 44px;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #999;
}

/*閺嬭泛鐡欓弽宄扮础*/

.toolbar-title-ios {
    font-weight: normal;
}

.toolbar-ios ion-title {
    padding-top: 20px;
    font-size: 18px;
}

ion-navbar.toolbar-ios {
    min-height: 64px;
}

ion-footer .toolbar-ios {
    min-height: 49px;
}

.header-ios .toolbar-background-ios,
.footer-ios .toolbar-background-ios {
    border: 0px;
}

.tabs-ios .tabbar {
    border-top: 0.55px solid rgba(0, 0, 0, 0.1);
}

.toolbar-ios ion-title {
    padding-left: 44px;
    padding-right: 44px;
}

.has-refresher > .scroll-content {
    border-top: 0px;
}

.tabs-ios .tab-button-icon {
    margin-top: 2px;
}

.tabs-ios .tab-button-text {
    margin-bottom: 2px;
}

.weui-check__label:active,
a.weui-media-box:active {
    background-color: transparent;
}

ion-footer.footer-ios ion-toolbar .toolbar-background-ios {
    background-color: transparent;
}

.searchbar-ios {
    padding-right: 20px;
    padding-left: 0px;
}

.searchbar-ios .searchbar-input {
    height: 2.6rem;
}

.searchbar-ios .searchbar-search-icon {
    top: 10px;
}

.toolbar .searchbar-ios .searchbar-input {
    background-color: #f7f7f7;
}

input.searchbar-input:-moz-placeholder {
    color: #999 !important;
}

input.searchbar-input::-moz-placeholder {
    color: #999 !important;
}

input.searchbar-input:-ms-input-placeholder {
    color: #999 !important;
}

input.searchbar-input::-webkit-input-placeholder {
    color: #999 !important;
}

/*闁氨鏁ら弽宄扮础*/

body {
    color: #333;
    font-size: 14px;
    font-family: microsoft yahei, Arial, 'microsoft yahei';
    line-height: inherit !important;
    position: relative;
    overflow: auto;
    font-weight: normal;
}

label,
input,
select,
textarea {
    line-height: normal;
    outline: none;
    -webkit-appearance: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    border: none;
    outline: none;
}

a img {
    border: 0;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #666;
}

.item-block {
    min-height: 45px;
}

.item-ios {
    font-size: 17px;
}

.item-ios.item-block .item-inner {
    border: 0px;
}

.alert-ios .alert-radio-label {
    font-size: 16px;
}

.select-ios {
    padding-right: 0px;
}

.select-ios .select-icon {
    width: 15px;
}

.select-ios .select-icon .select-icon-inner {
    width: 8px;
    height: 8px;
    border-top: 2px solid #c8c8cd;
    border-right: 2px solid #c8c8cd;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    border-left: 0px;
}

.alert-ios [aria-checked='true'] .alert-radio-label,
.alert-ios [aria-checked='true'] .alert-radio-inner {
    color: #f4b921;
    border-color: #f4b921;
}

.alert-ios .alert-button {
    color: #f4b921;
}

.item-ios,
.list-ios ion-item-sliding {
    padding: 0px;
    background-color: transparent;
}

.item-ios.item-block .item-inner {
    padding: 0px;
}

.list-ios,
.label-ios {
    margin: 0px;
}

.list-ios ion-item-options,
.list-ios > .item-block:last-child,
.list-ios > .item-wrapper:last-child .item-block,
.list-ios > .item-block:last-child,
.list-ios > .item-wrapper:last-child .item-block {
    border: 1px;
}

/*婢舵挳鍎撮弽宄扮础*/

.weui-tabbar {
    background-color: #fff;
}

.header_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    right: auto;
    left: auto;
    position: static;
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 10px;
    background: rgba(246, 246, 246, 1);
    box-sizing: border-box;
    width: 100%;
    height: 32px;
}

.search span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
}

.search input {
    border: 0px;
    background-color: transparent;
    outline: none;
    height: 28px;
    padding-left: 8px;
    min-width: 0;
    width: 100%;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.weui-icon-search {
    color: #999;
}

.search_inset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.header_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 160px;
    margin: 7px auto;
}

.header_tab li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
}

.header_tab li.active {
    background-color: #fff;
    color: #f4b921;
}

.header_tab li:not(:first-child) {
    border-left: 0px;
}

.header_tab li:first-child {
    border-radius: 5px 0px 0px 5px;
}

.header_tab li:last-child {
    border-radius: 0px 5px 5px 0px;
}

.header_imgicon {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.header_img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

/*鐠併垹宕熼崚鍥ㄥ床*/

.weui-navbar {
    background-color: #fff;
}

.weui-navbar li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
    z-index: 9999;
    height: 44px;
    line-height: 44px;
}

.weui-navbar li span {
    padding: 10px 0px;
}

.weui-navbar li.active span {
    border-bottom: 2px solid #f4b921;
    color: #f4b921;
}

.weui-cell_access:active {
    background: transparent;
}

/*婢舵氨顫掗崚鍡欒鐎佃壈鍩�*/

.lateral {
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: chained;
    -webkit-transform: translateZ(0);
}

.lateral::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.lateral span.active {
    color: #f4b921;
    border-bottom: 2px solid #f4b921;
}

.lateral span {
    padding: 12px 0px 13px;
    display: block;
    height: 44px;
}

.lateral em {
    width: 30px;
    height: 4px;
    border-radius: 10px;
    display: block;
    background-color: #f4b921;
    margin: auto;
}

.lateral li {
    width: auto;
}

/*鐠佸搫娼ч弽宄扮础*/

.forum {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 10px 10px;
}

.forum_hd {
    font-size: 10px;
    color: #999;
    margin-bottom: 6px;
}

.forum_hd img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 100px;
}

.forum_hd h4 {
    font-size: 14px;
    color: #333;
}

.forum_img {
    margin-bottom: 10px;
}

.forum_md {
    font-size: 14px;
    margin-bottom: 6px;
}

.forum_img li {
    text-align: center;
    margin-right: 3px;
}

.forum_img li:last-child {
    margin-right: 0px;
}

.forum_num {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 8px;
    border-radius: 35px;
}

.forum_bd li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.forum_bd li img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.forum_imgbox {
    margin-bottom: 0px;
}

.forum_imgbox li {
    width: 33%;
    margin-bottom: 3px;
    padding-right: 3px;
}

/*閿熸枻鎷烽敓鏂ゆ嫹*/

.comment {
    padding: 15px;
    background-color: #fff;
}

.comment .title {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.comment_hd {
    font-size: 10px;
    color: #999;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.comment_hd:last-child {
    margin-bottom: 0px;
}

.comment_hd img.comment_head {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 100px;
}

.comment_hd h4 {
    font-size: 14px;
    color: #666;
}

.comment_info .comment_info_con {
    color: #333;
    font-size: 14px;
    text-align: justify;
    padding: 5px 0px;
}

.comment_info_bd img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.comment_info_bd span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0px;
    color: #666;
}

.comment_info .comment_info_bd span:last-child {
    margin-right: 0px;
}

.comment_info .forum_img {
    padding-left: 0px;
    padding-right: 0px;
}

.comment_name {
    color: #245688;
}

.comment_hf_list {
    margin-bottom: 10px;
}

.comment_hf_list .comment_hf_text {
    font-size: 14px;
    color: #333;
}

.comment_hf_list:last-child {
    margin-bottom: 0px;
}

.comment_hf {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
}

.comment_hf_name {
    color: #666;
    font-size: 14px;
}

.comment_hf_name img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 100%;
}

.comment_hf_name em {
    margin-left: 5px;
    margin-right: 5px;
    color: #626160;
    font-size: 14px;
}

.comment_hf_name em:first-child {
    margin-left: 0px;
}

.comment_hf_more {
    display: block;
    text-align: center;
}

.comment_hf_more span {
    display: inline-block;
    vertical-align: middle;
}

.comment_hf_more img {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.comment_info_bd span.active_num {
    color: #f30;
}

/*閹稿鎸抽弽宄扮础*/

.weui-btn_primary {
    background-color: #044dd7;
    color: #fff;
    border-radius: 50px;
    /* box-shadow: 0px 0px 10px #f4b921; */
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    color: rgba(255, 255, 255, 0.6);
    background-color: #044dd7;
}

.weui-btn {
    line-height: 48px;
    font-size: 16px;
}

.weui-btn:after {
    border: 0px;
}

.weui-btn-area {
    margin: 30px 20px;
}

.weui-textarea {
    background-color: transparent;
}

/**/

.xview_num {
    max-width: 100px;
    margin: 9px auto;
    border: 1px solid #e5e5e5;
    height: 30px;
}

.xview_num span {
    text-align: center;
    height: 28px;
    line-height: 26px;
    color: #666;
    font-size: 16px;
    width: 28px;
    display: inline-block;
    background-color: #f5f5f5;
}

.xview_num input {
    max-width: 30px;
    text-align: center;
}

/*鐠併垹宕熼幐澶愭尦*/

.button_btn {
    padding: 0px 16px;
    color: #fff;
    background-color: #fe7938;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.button_btn:last-child {
    background-color: #fb0d3f;
}

.border_button {
    border: 1px solid #f4b921;
    padding: 5px 15px;
    color: #f4b921;
    border-radius: 50px;
}

.border_button_gray {
    border: 1px solid #3695d7;
    padding: 5px 15px;
    color: #3695d7;
    border-radius: 50px;
}

/*鐠併垹宕熺拠锔藉剰鎼存洟鍎撮崷鍡氼潡閹稿鎸�*/

.order_operation {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
}

.order_operation span {
    border: 1px solid #999;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 35px;
    color: #666;
    font-size: 14px;
}

.order_operation span.button_main {
    border: 1px solid #f4b921;
    color: #f4b921;
}

/*娑撳﹣绱堕悡褏澧�*/

.weui-uploader__input-box:before,
.weui-uploader__input-box:after {
    display: none;
}

.weui-uploader__input-box {
    text-align: center;
}

.weui-uploader__input-box p {
    font-size: 12px;
    color: #999;
}

.weui-uploader__files {
    width: 100%;
}

.weui-uploader__file,
.weui-uploader__input-box {
    width: 22%;
    position: relative;
}

.weui-uploader__input-box {
    text-align: center;
    border: 1px dashed #c0c0cf;
    border-radius: 4px;
}

.weui-loadmore {
    margin-bottom: 0px;
    width: 50%;
}

.weui-loadmore_line {
    margin-top: 25px;
}

.weui-loadmore_line .weui-loadmore__tips {
    background-color: #f7f7f7;
}

/* .weui-icon-checked {
    width: 28px;
    height: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    line-height: 28px;
    display: block;
    text-align: center;
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
    width: 27px;
    height: 27px;
    border-radius: 100px;
    background-color: #f4b921;
    color: #fff;
    margin-left: 0px;
} */

.weui-cells {
    margin-top: 10px;
    font-size: 15px;
}

/*缁楊兛绗侀弬鍦瑜版洘鐗卞锟�*/

.party_login_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}

.party_login {
    text-align: center;
    padding: 20px 0px;
}

.party_login .party_login_text {
    padding: 0px 10px;
}

.party_login .party_login_line {
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    flex-grow: 1;
}

.party_login_mode li {
    width: 33.33%;
    text-align: center;
}

.party_login_mode li img {
    width: 50px;
    margin: auto;
}

/*瀹撳苯鍙嗗蹇旂壉瀵拷*/

.school_yx {
    padding: 10px;
}

.school_yx li {
    width: 33.33%;
    padding: 10px 10px 0px 0px;
}

.school_yx li:nth-child(3n + 2) {
}

.school_yx li span {
    background-color: #fff;
    border: 1px solid #ececec;
    display: block;
}

.slide-mask {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 44px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}

aside.slide-wrapper {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 44px;
    width: 180px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

aside.slide-wrapper.moved {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.xjl_zcc {
    background-color: #fff;
    padding-bottom: 15px;
    width: 100%;
}

.xjl_zcc span {
    width: 100%;
    text-align: center;
    padding: 15px 20px 0px;
}

.xjl_zcc a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: left;
}

.xjl_zcc a.active {
    color: #1890FF;
}

.xjl_zcc a:last-child {
    border-bottom: 0px;
}

.xjl_zcc a span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #898a8b;
}

.contact_about {
    background-color: #fff;
    padding: 15px;
}

.ntitle {
    font-size: 16px;
    padding: 10px 15px;
}

.icon_news {
    width: 24px;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 9px;
}

.news_list a {
    padding: 0px 0px 20px;
}

.news_list a p span.news_top {
    width: 18px;
}

.news_top {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.news_list a p.text_news {
    vertical-align: middle;
    position: relative;
    padding-right: 34px;
    line-height: 35px;
    height: 35px;
}

.news_list a p b {
    width: 4px;
    height: 4px;
    margin: 0px 8px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: #666;
    border-radius: 10px;
}

.news_list a .time {
    font-size: 12px;
    color: #999;
}

.news_xq {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.news_xq_list {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 20px;
}

.news_xq_list li {
    padding-bottom: 10px;
}

.news_xq_list li:last-child {
    padding-bottom: 0px;
}

.news_xq_time {
    margin-bottom: 10px;
}

.news_xq_time img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}

.news_xq_time span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.search-bar {
    padding: 10px 15px;
}

.search-bar input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
}

.search-bar-btn {
    background-color: #044dd7;
    border-radius: 4px;
    display: block;
    padding: 4px 15px;
    color: #fff;
}

.quetion_about {
    background-color: #fff;
    padding: 0px 15px;
}

.quetion_ul li {
    padding: 15px 20px 15px 0px;
    font-size: 16px;
}

.quetion_ul li.active {
    color: #044dd7;
}

.quetion_ul_bt {
    background-color: #fff;
    padding: 0px 15px;
}

.quetion_ul_bt em {
    padding-left: 10px;
}

.quetion_ul_bt img {
    width: 14px;
}

.quetion_list li .icon_img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 2px;
}

.quetion_list li h2 {
    font-size: 16px;
    margin-bottom: 8px;
}

.quetion_list li p {
    font-size: 14px;
    color: #666;
}

.quetion_list li span {
    vertical-align: middle;
    overflow: hidden;
}

.quetion_list li {
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    padding: 15px 15px 15px;
}

.flex-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.contact_user {
    padding: 15px;
}

.bmgl_bg {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 80px;
}

.bmgl_bg h2 {
    margin-bottom: 5px;
    font-size: 16px;
}

.bmgl_bg p {
    margin-bottom: 5px;
    line-height: 24px;
}

.bmgl_bg h4 {
    padding: 20px 0px;
}

.user_img {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: -60px auto 0px;
}

.login_bg {
    background-image: url(../images/login_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.login_cont {
    padding: 60px 40px 0px;
}

.login_bt {
    color: #fff;
}

.login_bt a {
    color: #fff;
    padding: 0px 10px;
}

.user_bg {
    background-image: -webkit-linear-gradient(top, #044dd7, #0638b3);
    background-image: linear-gradient(top, #044dd7, #0638b3);
    padding: 40px 10px 20px;
    text-align: center;
}

.usera_img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.user_bg .user_name {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-left: 10px;
}

.user_bg .user_name span {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
    color: #fff;
}

.user_bmbtn {
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    background-color: #2866f1;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    margin: 10px 5px;
}

.user_list {
    background-color: #fff;
    margin-top: 0px;
}

.user_list li {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 30px 0px;
}

.user_list li img {
    width: 40px;
    margin: 0 auto 10px;
}

.ksbm_ul li {
    width: 50%;
    text-align: center;
    padding: 40px 0px;
}

.ksbm_ul li img {
    width: 40px;
    margin: 0 auto 10px;
}

.txzp {
    padding-bottom: 20px;
}

.txzp li {
    padding-bottom: 0px;
    width: auto;
    padding: 10px 20px;
}

.txzp p {
    margin-top: 20px;
}

.btn_bc {
    background-color: #044dd7;
    display: block;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    color: #fff;
}

.txzp li input {
    border: 1px solid #ececec;
    border-radius: 50px;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
}

.tx_img {
    width: 30px;
    border-radius: 100px;
}

.dian {
    width: 3px;
    height: 3px;
    background-color: #f30;
    border-radius: 10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.tdxx_tite {
    background-color: #fff;
    padding: 15px 15px;
    text-align: center;
}

.tdxx_tite img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.tdxx_tite span {
    display: inline-block;
    vertical-align: middle;
}

.td_img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
}

.tdxx p {
    margin-bottom: 5px;
}

.tdxx span {
    margin-left: 10px;
}

.tdxx_bt li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border-top: 1px solid #ececec;
    padding-top: 5px;
    position: relative;
}

.tdxx_bt li:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 18px;
    background-color: #ececec;
    top: 12px;
}

.tdxx_bt li:last-child:after {
    width: 0px;
}

.tdxx_bt li img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.tdxx_bt li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.dyxx_caozuo li.border_button {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.border_button_bule {
    border: 1px solid #4db4bd;
    color: #4db4bd;
}

.wlxx {
    padding: 40px 10px;
}

.wlxx p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.wlxx .bmgl_bg {
    margin-top: 20px;
}

.wlzt {
    padding: 15px 0px;
}

.wlzt li {
    padding-bottom: 15px;
}

.wlzt li .time_wl {
    width: 90px;
    color: #999;
    border-right: 1px solid #ececec;
}

.dian_wl {
    width: 10px;
    height: 10px;
    background-color: #c0bfcf;
    margin-right: 15px;
    border-radius: 10px;
    margin-left: -5px;
}

.weui-agree__checkbox:checked:before {
    color: #fff;
    font-size: 18px;
    background-color: #1890FF;
    border: 1px solid #1890FF;
    width: 22px;
    height: 22px;
    border-radius: 3px;
}

.weui-agree__checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    top: 0px;
}

.weui-agree__text {
    display: inline-block;
    vertical-align: middle;
}

.uploaderInput_tx {
    background-color: #1890FF;
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-radius: 100px;
    color: #fff !important;
}

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
    color: #31b2eb;
}

.fr {
    float: right;
    margin-top: 3px;
}

.titl p {
    padding: 10px 15px 0px;
}

.titl .weui-cell:before {
    border: 0px;
}

.share-box {
    background: #fff;
}

.share-box h2 {
    font-size: 16px;
    text-align: center;
    padding: 20px;
}

// 閸掑棔闊�
.share-img {
    width: 20px;
}

.share-ul {
    margin-bottom: 20px;
}

.share-ul li p {
    text-align: center;
    margin-top: 10px;
}

.share-ul li img {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.share-btn {
    color: #333;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    border-top: 1px solid #e5e5e5;
}

.share-top {
    top: 0 !important;
}

/*妫ｆ牠銆�*/

.tg_icon {
    width: 40px;
    margin: 0px 10px;
}

.index_news {
    background: #fff;
    position: relative;
    padding: 15px 0px 15px;
    margin-bottom: 15px;
}

.index_news_ul img {
    width: 50px;
    margin: 0px auto 5px;
}

.index_news_ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 15px 0px;
}

.index_news .dian {
    background-color: #1b1b33;
}

.idnex_tite {
    text-align: center;
    margin-top: 15px;
    padding: 25px 0px 15px;
}

.idnex_tite h2 {
    font-size: 18px;
}

.idnex_tite p {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
}

.t_line {
    width: 100px;
    margin: 3px auto;
}

.index-cup {
    background-color: #fff;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

.dsjc li {
    width: 180px;
    background-color: #f7f7f7;
    margin-right: 15px;
    margin-top: 20px;
    text-align: center;
    line-height: 24px;
    color: #95a8be;
    border-radius: 6px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.dsjc li:first-child {
    margin-left: 10px;
}

.dsjc li h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.dsjc .tb_img {
    width: 50px;
    margin: -20px auto 10px;
    position: relative;
}

.jc_icon {
    position: absolute;
    right: 0px;
    width: 80px;
    bottom: 0px;
    border-radius: 0px 0px 8px 0px;
}

.index_video li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 15px;
}

.index_video li h2 {
    margin-top: 8px;
    color: #333;
}

.index_video li:last-child {
    padding-left: 0px;
}

.ckxq_btn {
    border: 1px solid #044dd7;
    color: #044dd7;
    padding: 5px 10px;
    margin: auto;
    border-radius: 30px;
    width: 100px;
    display: block;
    text-align: center;
}

.related_units li {
    margin-left: 15px;
    border: 1px solid #ececec;
    width: 60%;
    padding: 5px;
}

.related_units li img {
    width: 150px;
    height: 60px;
}

.dw_logo {
    padding-top: 15px;
}

.dw_logo:last-child {
    padding-bottom: 15px;
}

.dw_logo h2 {
    width: 100px;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    float: left;
}

.cjwt .quetion_list {
    position: relative;
    border-bottom: 1px solid #ececec;
}

.cjwt .quetion_list:last-child span.cjwt_line {
    display: none;
}

.cjwt .quetion_list li {
    border: 0px;
    border-radius: 10px;
}

.cjwt_dian {
    width: 10px;
    height: 10px;
    background-color: #e9edf0;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 10px;
}

.cjwt_line {
    width: 1px;
    background-color: #e5e5e5;
    display: block;
    height: 140px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.ccbm_icon {
    margin-top: -20px;
    position: relative;
    z-index: 9999;
}

.ccbm_icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
}

.banner_ny {
    position: relative;
}

.banner_ny_content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding-top: 60px;
    color: #fff;
}

.banner_ny_content img {
    width: 40px;
    height: 40px;
    margin: auto;
}

.video_img {
    width: 160px;
    height: 120px;
    margin-right: 10px;
}

.video_icon {
    margin-top: 5px;
}

.video_icon img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.video_icon span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
}

.video_list {
    background-color: transparent;
    padding-top: 10px;
}

.weui-cells:before,
.weui-cells:after {
    border: 0px;
}

.video_list .weui-cell:before {
    border: 0px;
}

.video_list .weui-cell {
    padding: 0px 0px;
    margin: 0px 15px 15px;
    background-color: #fff;
}

.video_list .weui-cell__bd {
    padding: 10px 0px 5px;
}

.icon_img {
    width: 40px;
    margin-right: 10px;
    display: block;
}

.index_tit {
    background-color: #fff;
    padding: 15px 15px;
    position: relative;
}

.index_tit img {
    width: 18px;
}

.index_tit h2 {
    font-size: 18px;
}

.index_tit h2 span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #666;
    text-transform: uppercase;
}

.ljbm_btn {
    background-image: -webkit-linear-gradient(right, #1890FF, #1890FF);
    background-image: linear-gradient(right, #1890FF, #1890FF);
    position: absolute;
    right: 0px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    border-radius: 30px 0px 0px 30px;
    padding-right: 15px;
}

.cslc_bg {
    background-image: url(../images/lc_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.index-ptul {
    padding: 15px;
    background: #fff url(../images/index-ptul.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.index-ptul li {
    width: 33.33%;
    padding: 30px 15px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}

.index-ptul li h2 span {
    font-size: 12px;
    display: inline-block;
    padding: 0px;
    height: auto;
}

.index-ptul li p {
    font-size: 12px;
}

.index-ptul li:nth-child(1) {
    background-image: url(../images/index_count1.png);
}

.index-ptul li:nth-child(2) {
    background-image: url(../images/index_count2.png);
}

.index-ptul li:nth-child(3) {
    background-image: url(../images/index_count3.png);
}

.index-ptul li:nth-child(4) {
    background-image: url(../images/index_count4.png);
}

.index-ptul li:nth-child(5) {
    background-image: url(../images/index_count5.png);
}

.dssm_index {
    padding: 0px 15px;
}

.dssm_index em img {
    width: 24px;
}

.dssm_text {
    padding: 0px 10px;
}

.dssm_ul {
    padding: 15px;
}

.dssm_ul li {
    width: 33.33%;
    padding: 20px 10px;
}

.dssm_ul li h2 em {
    font-style: oblique;
}

.dssm_ul li h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.dssm_ul li img {
    width: 60px;
    height: 60px;
    margin: auto;
}

.dssm_ul li:nth-child(1) {
    background-color: #b56aed;
}

.dssm_ul li:nth-child(2) {
    background-color: #4ad0f5;
}

.dssm_ul li:nth-child(3) {
    background-color: #ffbb19;
}

.award_ul {
    padding: 0px 15px 15px;
}

.award_ul h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.award_ul h4 {
    color: #333;
    padding-top: 8px;
}

.award_ul p {
    padding: 8px 0px 0px;
    color: #666;
}

.cslc_tanktitle {
    margin-bottom: 10px;
}

.cslc_tanktitle img {
    width: 60px;
}

.cslc_tanktit {
    text-align: left;
    padding: 20px;
    line-height: 28px;
}

.cslc_tanktit .dian {
    background-color: #999;
}

.box_swipe > ol {
    height: 20px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.box_swipe > ol > li {
    display: inline-block;
    margin: 5px 0;
    width: 8px;
    height: 8px;
    background-color: #b3b3b3;
    border-radius: 10px;
}

.box_swipe > ol > li.on {
    background-color: #044dd7;
}

.zzs_hd {
    margin-top: 8px;
}

.zzs_hd img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.zzs_hd span {
    display: inline-block;
    vertical-align: middle;
}

.weixin_notice {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    background-size: 100% auto;
    z-index: 10;
}

.houj_box {
    padding: 15px 0 15px;
    display: -webkit-box;
    display: flex;
}

.houj_zp {
    flex: 1;
    -webkit-box-flex: 1;
}

.houj_box p {
    font-size: 16px;
    margin-left: 15px;
}

.houj_dax {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.houj_box h4 {
    text-align: right;
    display: inline-block;
    color: #b3b3b3;
    margin-right: 15px;
}

.houj_jx {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    bottom: 39%;
    width: 91%;
    padding: 3px 15px;
}

.houj_sp {
    position: relative;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
}

.houj_nr {
    padding-right: 15px;
}

.houj_sp p {
    font-size: 14px;
    padding-top: 10px;
}

.houj_sp h4 {
    font-size: 12px;
    padding-top: 5px;
    color: #666;
}

.houj_dz img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.houj_dz {
    text-align: right;
    flex: 1;
    -webkit-box-flex: 1;
    padding-top: 10px;
}

.houj_pj {
    display: -webkit-box;
    display: flex;
    align-items: center;
}

.houj_pj span {
    color: #999;
    font-size: 12px;
}

.huigu_box {
    padding-top: 10px;
}

.houj_dz h4 {
    text-align: right;
    display: inline-block;
    color: #b3b3b3;
}

.houj_ms img {
    width: 35%;
    overflow: hidden;
    margin-right: 10px;
    flex: 1;
    -webkit-box-flex: 1;
}

.houj_ms {
    padding: 10px 15px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
}

.houj_bt {
    width: 60%;
}

.houj_bt p {
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.houj_bt h4 {
    font-size: 14px;
    color: #666;
}

.contact_hg {
    background: #fff;
}

.xgdw_box li {
    margin-top: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-right: 15px;
}

.xgdw {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}

.xg_r {
    overflow: hidden;
}

.xg_r h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.xg_r p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 15px;
}

.ckxq {
    text-align: right;
    color: #3379ff !important;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    /*display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;*/
}

.qrs {
    margin: 15px;
    background: #f5f8fa;
    padding-bottom: 20px;
}

.qrs h2 {
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-weight: bolder;
}

.lvs {
    background: #23af35;
}

.hlv {
    background: #8ebd18;
}

.lans {
    background: #2ca7e2;
}

.zc {
    background: #0a5ee5;
}

.tbzzs {
    background: #ba55d3;
}

.zzs {
    background: #ffa500;
}

.qrs li {
    padding: 15px 20px 0;
    text-align: center;
}

.ljbm_btn a {
    color: #fff;
}

.sy_danw {
    padding: 15px 15px 10px;
    font-size: 17px;
    text-align: center;
}

.sy_xgdw {
    width: 136px;
    margin: 0px auto 10px;
    display: table;
}

.sy_yy {
    text-align: center;
    padding-bottom: 10px;
}

.beizhu {
    padding-left: 15px;
    color: #f30;
}

/* 棣栭〉寮规 */

.xuanfu {
    position: fixed;
    right: 0;
    transform: translate(0, -50%);
    top: 60%;
    z-index: 666;
}

.xuanfu li {
    background: #1890FF;
    width: 46px;
    height: 46px;
    border-bottom: 1px solid #fff;
}

.xuanfu li img {
    width: 33px;
    height: 33px;
    margin: auto;
    display: table;
    padding-top: 15px;
    object-fit: contain;
}

.xuanfu li:last-child img {
    width: 26px !important;
    height: 26px !important;
}

.qq_qun {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    padding: 30px;
    width: 100%;
}

.wxgzh {
    background: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 15px 18px;
}

/* 娉ㄥ唽 */

.process {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    position: relative;
    display: flex;
    overflow-x: scroll;
    background: #fff;
    margin-bottom: 10px;
}

.process:before {
    position: absolute;
    content: ' ';
    border-bottom: 1px dashed #004ad0;
    height: 1px;
    display: block;
    left: 15px;
    right: 15px;
    top: 59px;
    width: 160%;
}

.process li {
    width: 180px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.process.progress-box > li {
    height: 145px;
}

.process li {
    width: 112px !important;
    margin: 10px;
}

.process li img {
    width: 60px;
    height: 60px;
    margin: 20px auto;
}

.process li h4 {
    color: #666 !important;
}

/* 相关活动 */

.activity {
    background-color: #fff;
    margin-top: 10px;
    padding: 0px 15px 15px;
}

.activity h4 {
    position: relative;
    overflow: hidden;
}

.activity h4 .more {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 11px;
    color: #3285d4;
    font-weight: normal;
}

.activity .activelist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.activity .activelist li {
    width: 48%;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}

.activity .activelist li:nth-of-type(even) {
    padding-right: 0px;
}

.activity .activelist li img {
    width: 100%;
    display: block;
    border-radius: 5px 5px 0px 0px;
}

.activity .activelist li p {
    background-color: #f7f7f7;
    width: 152px;
    padding: 8px;
    border-radius: 0px 0px 5px 5px;
}

.activity .activelist li p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.pb0 {
    padding-bottom: 0px;
}

.bmb {
    background: #fff;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 6%;
}

.bmb ul li {
    padding: 10px 30px;
}

.bmb ul .active {
    background-color: #d8ebff;
    color: #3285d4;
}

.bmbcenter {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
}

/* 通知公告 */
.tongzg_box .tongzg {
    position: relative;
}

.tongzg_box .tongzg img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.tongzg_box .tongzg .dtp {
    margin: 0 15px;
    position: relative;
    display: block;
}

.gscontbuttom {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px 0px 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    font-size: 16px;
}

.datebox {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background: #0091e9;
    padding: 6px 10px;
    border-radius: 0 5px;
    font-size: 10px;
}

.gscontbuttom p {
    padding-top: 10px;
    font-size: 14px;
    height: 31px;
}

.tongzg_box .tzxx {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
    display: block;
}

.tongzg_box .tzxx p {
    line-height: 20px;
    height: 20px;
}

.zzs-box {
    padding: 0 15px 15px;
}

.zzs-box li {
    background: #f5f8fa;
    border-radius: 10px;
    padding: 15px 15px 0 15px;
    width: 100%;
    margin-bottom: 10px;
}

.zzs-box li:first-child h3 {
    color: #1f6ee6;
}

.zzs-box h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

.zzs-box p {
    line-height: 30px;
}

.zzs-box li:first-child .zz-ul .zz-li {
    width: 100%;
}

.zzs-box li:first-child .zz-ul .zz-li .jianju {
    margin-right: 0;
}

.zz-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zz-ul .zz-li {
    width: 50%;
    margin-bottom: 15px;
}

.zzs-box li:nth-child(2) .zz-ul .zz-li:nth-child(odd) .jianju {
    margin-right: 5px;
}

.zzs-box li:nth-child(2) .zz-ul .zz-li:nth-child(even) .jianju {
    margin-left: 5px;
}

.zz-ul .zz-li .jianju {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.zz-ul .zz-li img {
    margin: auto;
    width: 100%;
    display: table;
    height: 60px;
    object-fit: contain;
}

.xxtx_list h2.xx_tit {
    font-size: 18px;
    margin-bottom: 30px;
}

.xxtx_list li {
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.xxtx_list li .news_li {
    display: block;
    font-size: 13px;
    color: #666;
}

.xxtx_list li .news_li img {
    width: 85px;
    height: 85px;
    margin-right: 20px;
    float: left;
}

.xxtx_list li .news_li .wz_img {
    width: 100px;
    height: 70px;
}

.xxtx_list li .news_li .news_tit {
    height: 28px;
    line-height: 28px;
    margin-bottom: 4px;
    position: relative;
}

.xxtx_list li .news_li .news_tit h2 {
    font-size: 16px;
    color: #323232;
    float: left;
    /* width: 508px; */
    font-weight: normal;
    position: relative;
    max-width: 68%;
}

.xxtx_list li .news_li .news_tit .date {
    float: right;
    color: #999;
    font-size: 12px;
}

/* .xxtx_list li:first-child{
    padding-top:0;
} */
.xxtx_list {
    padding-bottom: 40px;
}

.honhd {
    background: #e43a23;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    right: -14px;
    border-radius: 20px;
    top: -6px;
    line-height: 17px;
}

.news_tit .honhd {
    right: -9px;
    width: 8px !important;
    height: 10px !important;
    top: 2px;
}

.work-center {
    min-height: 404px;
}

.xxtz_xq {
    padding: 15px;
}

.xxtz_xq h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
}

.xxtz_xq p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.xxtz_xq .shij {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-bottom: 10px;
}

.light-bg {
    min-height: calc(100vh - 109px);
    background: #fff;
}

.dsjs-ul {
    overflow: hidden;
    margin-left: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    overflow-x: scroll;
}

.dsjs-ul .dsjs-li {
    width: 33%;
}

.dsjs-ul a {
    padding: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
}

.dsjs-ul .dsjs-li .jsrw {
    float: left;
    width: 100%;
    height: 130px;
}

.dsjs-ul .dsjs-li .jsrw img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.dsjs-ul .dsjs-li .jsrw-nr {
    float: left;
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-bottom: 6px;
}

.dsjs-ul .dsjs-li .jsrw-mc {
    font-size: 16px;
    margin: 4px 0 0px;
    color: #fff;
}

.dsjs-ul .dsjs-li p {
    font-size: 12px;
    color: #fff;
}

.zuop {
    margin: 0 5px 0 15px;
    overflow: scroll;
    display: -webkit-box;
    align-items: center;
    flex-wrap: wrap;
}

.zuop li {
    margin: 0 0 10px 0;
    width: 50%;
    position: relative;
}

.zuop li a {
    margin-right: 10px;
    background: #f7f7f7;
    display: block;
}

.zuop li img.video_img {
    float: none;
    width: 100%;
    height: 120px;
    margin-right: 20px;
    object-fit: cover;
}

.jiang {
    width: 100%;
    padding: 5px 10px;
    position: absolute;
    bottom: 66px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.zuop li .school {
    padding: 0px 10px 10px 0px;
    color: #666;
}

.zuop li h3 {
    padding: 10px 10px 0px 10px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    margin-bottom: 4px;
}

.zuop li h4 {
    padding: 0px 10px;
    font-size: 12px;
}

.mr0 {
    margin-right: 0px;
}

.ckzn {
    /*margin-right: 20px;*/
    font-size: 14px;
}

.ckzn a {
    color: #999999;
}

.jied {
    font-size: 16px;
}

.jied-shij {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

.weui-cell__ft {
    font-size: 14px;
}

.houj_ul {
    padding: 0 15px;
}

.houj_ul h2 {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
}

.houj_ul h2 b {
    width: 4px;
    height: 4px;
    margin: 0px 8px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: #666;
    border-radius: 10px;
}

.mtbd ul li .video_img {
    width: 36%;
    height: 90px;
    float: left;
    margin-right: 15px;
    object-fit: cover;
}

.mtbd ul li {
    /*  float: left; */
    cursor: pointer;
    background: #f7f7f7;
    margin: 0 15px 10px 15px;
    overflow: hidden;
}

.mtbd ul li .text {
    padding: 0px 10px 10px 0px;
    color: #666;
}

.mtbd .text h3 {
    font-size: 16px;
    padding: 0px;
    padding-top: 12px;
    color: #333;
    font-weight: bold;
}

.mtbd .text h4 {
    padding: 8px 0 0px;
    color: #666;
    font-size: 14px;
}

.hjqk .time {
    padding: 10px 0;
    color: #848898;
}

.hjqk .time img {
    width: 22px;
    top: 0;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.hjqk .time p {
    vertical-align: middle;
    display: inline-block;
    color: #999;
    line-height: 30px;
}

.hjqk h3 {
    margin-top: 15px;
}

.hjqk p {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    margin-bottom: 20px;
}

.hjqk .video_img {
    width: 100%;
    height: 200px;
}

.dsjs-list {
    overflow: hidden;
    display: block;
    margin: 0 -15px 0 -5px;
}

.dsjs-list a {
    width: 33.3%;
}

.ds-box {
    overflow: hidden;
    margin-top: 20px;
}

.ds-box img {
    width: 172px;
    height: 200px;
    object-fit: cover;
    margin: auto;
    display: table;
}

.ds-box .ds-right {
    margin-top: 20px;
}

.ds-box .ds-right h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.ds-box .ds-right p {
    line-height: 32px;
    font-size: 14px;
}

.ds-nr {
    margin-top: 15px;
    line-height: 30px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}

.over {
    display: -webkit-box;
    overflow-x: scroll;
}

.over ul {
    display: -webkit-box;
}

.inactive,
.inactives {
    position: relative;
}

.inactive::after {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    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: 15px;
    cursor: pointer;
}

.inactives::after {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    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: 15px;
    cursor: pointer;
}

.zsyh {
    display: flex;
    align-items: center;
    width: 100%;
}

.hjzp-tltie {
    font-size: 15px;
    color: #333;
    text-align: left;
    padding-right: 30px;
}

.zuop-list {
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 0;
    padding: 0 15px;
}

.zuop-list .zsyh {
    padding: 15px 0;
}

.zuop-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.quetion_ul .active {
    color: #1890FF;
}

.ryrywx-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
    margin-top: 0;
}

.ryrywx-ul li {
    width: 100%;
    margin-bottom: 15px;
}

.ryrywx-ul li .ryrywx-mar {
  /*   margin: 0 10px; */
    border: 1px solid #DDDDDD;
    padding: 15px;
    display: flex;
    align-items: center;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-img img {
    width: 90px;
    height: 77px;
    object-fit: cover;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig {
    flex: 1;
    margin-left: 15px;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-tit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-tit .ryrywx-td {
    color: #333;
    font-size: 14px;
    margin-right: 10px;
  /*   max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */

}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-tit .ryrywx-xx {
    color: #1890FF;
    font-size: 12px;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-name {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-name .ryrywx-tag {
    position: relative;
    color: #333;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-name .ryrywx-tag::after {
    position: absolute;
    content: "";
    top: 2px;
    right: 0;
    height: 14px;
    width: 1px;
    background: #D8D8D8;
}
.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-name .ryrywx-tag:last-child::after {
    display: none;
}

.ryrywx-ul li .ryrywx-mar .ryrywx-rig .ryrywx-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
}

.rybdwx-ul {
    display: flex;
    flex-wrap: wrap;
   margin: 15px;
}

.rybdwx-ul li {
    width: 100%;
    margin-bottom: 15px;
}

.rybdwx-ul li .rybdwx-mar {
  /*   margin: 0 10px; */
    border: 1px solid #DDDDDD;
    display: block;

}



.rybdwx-ul li .rybdwx-mar img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rybdwx-ul li .rybdwx-mar .rybdwx-cont {
    padding: 20px;
}

.rybdwx-ul li .rybdwx-mar .rybdwx-sj {
    color: #666666;
    font-size: 12px;
}

.rybdwx-ul li .rybdwx-mar h1 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin: 12px 0;
}

.rybdwx-ul li .rybdwx-mar .rybdwx-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    color: #999999;
    height: 54px;
    line-height: 18px;
}

.rybdwx-ul li .rybdwx-mar .rybdwx-more {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}
.rybdwx-ul li .rybdwx-mar .rybdwx-more img{
  margin-left: 10px;
  width: 16px;
  height:16px;
}