﻿
body {
    background: url(../images/bgmain1.jpg) repeat;
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.dis-div-10 {
    clear: both;
    display: block;
    height: 10px;
}

.dis-div-20 {
    clear: both;
    display: block;
    height: 20px;
}

a {
    color: #333;
    text-decoration: none;
    hide-focus: expression( this.hideFocus=true );
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -mz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #00aeef;
}

a:active {
    color: #00aeef;
}

.b {
    font-weight: bold;
}

.blue {
    color: #00aeef;
}


.icon10 {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    line-height: 12px;
    vertical-align: middle;
}

.icon16 {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.icon10:before, .icon16:before {
    content: '\3000';
}

.icon-new {
    width: 22px;
    height: 20px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    background: url(../images/icon1.jpg) no-repeat center center;
    margin: 0 10px;
}

.icon-download {
    width: 22px;
    height: 20px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    background: url(../images/icon-download.png) no-repeat center center;
}

.icon-more {
    display: inline-block;
    margin: 0 5px 4px 5px;
    vertical-align: middle;
    color: #999;
}

.left-align {
    text-align: left!important;
}

.container-fluid {
    max-width: 1366px;
}

.nopadding {
    padding: 0!important;
}

.content-bgcolor {
    background: #FCFCFC;
}

.header-container {
    height: 120px;
    background: white;
    border-bottom: 1px solid #eee;
}

.header-container .navbar {
    margin: 0;
}

.header-container .navbar .navbar-header {
    width: calc(100% - 700px);
    height: 120px;
    display: flex;
    align-items: center;
}

.header-container .navbar .navbar-header .logo {
    padding: 0 !important;
    width: 100%;
    max-width: 521px;
    height: auto;
    margin: 0 20px;
}

.header-container .navbar .navbar-header .logo-media {
    padding: 0 !important;
    width: 100%;
    max-width: 521px;
    height: auto;
    margin: 0;
    display: none;
}


.header-container .navbar-toggle {
    margin: 0;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -mz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-container .navbar-toggle:hover {
    background: #f3f3f3;
}
.header-container .navbar-toggle .menu-title {
    font-size: 16px;
    margin-right: 5px;
}
.header-container .navbar-toggle .glyphicon {
    font-size: 20px;
}


.header-container .navbar-collapse {
    float: right;
    position: relative;
    padding: 0;
}

.header-container .navbar-collapse .hotline {
    font-size: 18px;
    margin-right: 25px;
    white-space: nowrap;
    float: right;
}

.header-container .navbar-collapse .hotline .number {
    color: #0080ff;
    font-weight: bold;
}

.header-container .navbar-collapse .nav-links li {
    list-style-position: outside;
    list-style-type: none;
    float: left;
}

.header-container .navbar-collapse .nav-links a {
    margin: 15px 5px 0 5px;
    font-size: 15px;
    display: inline-block;
}

.header-container .navbar-collapse .nav-links a::after {
    border-right: 1px solid #ccc;
    display: inline-block;
    content: '';
    height: 20px;
    margin-bottom: -5px;
    margin-left: 20px;
}


.header-container .qrcode {
    float: right;
    width: 100px;
    height: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
}

.header-container .qrcode img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
}

.header-container .qrcode .nbox {
    position: absolute;
    top: 95px;
    left: -115px;
    width: 200px;
    z-index: 10;
    display: none;
}

.header-container .qrcode .bgnbox {
    display: block;
    width: 100%;
    height: 14px;
    font-size: 14px;
    text-align: right;
    padding-right: 28px;
    color: #0079A7;
}
.header-container .qrcode .bgnbox2 {
    height: 200px;
    border: 1px solid #0079A7;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
}
.header-container .qrcode:hover .nbox {
    display: block;
}
.header-container .qrcode:hover .small {
    border: 1px solid #0079A7;
    border-radius: 5px;
}




.search-box {
    display: flex; /* 启用弹性布局 */
    align-items: stretch; /* 保持元素等高 */
}

.search-box .form-control {
    padding-left: 15px;
    border-radius: 15px 0 0 15px;
    border-right: none; /* 移除右侧边框 */
    flex: 1; /* 输入框占据剩余空间 */
}

.search-box .btn-search {
    background: #0080ff;
    border: 1px solid #0080ff;
    border-radius: 0 15px 15px 0;
    color: white;
    padding: 6px 15px;
    margin-left: -1px;
    height: 34px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.search-box .btn-search:hover {
    background: #0066cc;
    border-color: #0066cc;
}

.search-box .glyphicon-search {
    font-size: 16px;
    vertical-align: middle;
}


/* 页面右下侧返回按钮（移动端） */
.goback-btn-rb {
    display: none; /* 初始隐藏 */
    position: fixed; /* 固定定位 */
    bottom: 50px; /* 距离底部20px */
    right: 20px; /* 距离右侧20px */
    background-color: #00AEEF; /* 天蓝色背景 */
    color: #fff; /* 文字颜色 */
    border: none;
    border-radius: 5px; /* 圆角 */
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 6px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* 确保按钮在最上层 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
    line-height: 30px;
    padding: 2px 15px;
}
.goback-btn-rb:hover {
    background: #10BEFF;
    color: #fff; /* 文字颜色 */
    text-decoration: none;
}
/* 页面右下侧返回按钮（移动端） */



.nav {
    width: 100%;
    height: 36px;
    float: left;
    background: url(../images/bgnav1.jpg) left top repeat-x;
}

.nav-media {
    display: none;
    width: 100%;
    height: 5px;
    float: left;
    background: url(../images/bgnav1.jpg) left top repeat-x;
}

.nav .wrap {
    max-width: 1366px;
    margin: 0 auto;
}

.nav .navlist {
    margin: 0;
}

.nav .navlist li {
    list-style-position: outside;
    list-style-type: none;
    float: left;
    line-height: 35px;
    width: 130px;
    background: url(../images/bgnav2.jpg) right center no-repeat;
    text-align: center;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 16px;
    position: relative;
    z-index: 100;
}

.nav .navlist li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav .navlist li a:hover {
    text-decoration: none;
}

.nav .navlist li.first {
    width: 87px;
    text-align: left;
}

.nav .navlist li.nobg {
    background: none;
}

.nav .navlist li.first a {
    padding-left: 10px;
}

.nav .navlist li.first a:hover, .navlist li.first a.hover {
    background: url(../images/bgnavhover.jpg) 29px top no-repeat;
}

.nav .navlist li a:hover, .navlist li a.hover {
    background: url(../images/bgnavhover.jpg) center top no-repeat;
}

.nav .nbox {
    position: absolute;
    left: -5px;
    width: 143px;
    display: none;
}

.nav .bgnbox {
    float: left;
    width: 100%;
    height: 19px;
    overflow: hidden;
    background: url(../images/bgnav3.png) no-repeat;
}

.nav .bgnbox2 {
    float: left;
    width: 100%;
    background: #00aeef;
    padding-bottom: 8px;
}

.nav .navlist .bgnbox2 li a {
    font-size: 14px;
}


.nav .navlist li ul {
    margin: 0;
    padding: 0;
}
.nav .navlist li ul li {
    line-height: 27px;
    width: 143px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, "\5B8B\4F53";
    background: none;
}

.nav .navlist li ul li a {
    background: none;
}

.nav .navlist li ul li a:hover {
    background: #0b8dbe;
}





/*移动端导航菜单*/
.pageBg {
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
    left: 0px;
    top: 0px;
}

.navLayer {
    overflow-x: auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 102;
    right: -100%;
    top: 0px;
}

.navLayer .bg {
    overflow-x: auto;
    position: relative;
    background: #fff url(../images/sidemenu-topbg.png) repeat-x top;
    height: 100%;
    margin-left: 15%;
    width: 85%;
}

.navLayer .close {
    text-align: right;
    padding: 15px 10px 5px 10px;
    margin-right: 10px;
}

.navLayer .close img {
    width: 24px;
}

.navLayer .box {
    margin-top: 30px;
    padding: 10px;
    background: #f8f8f8;
}

.navLayer .box .hotline {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.navLayer .box .hotline .number {
    font-weight: bold;
    color: #0080ff;
}

.navLayer .box .navbar-form {
    margin-top: 0;
}

.navLayer .subNav {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 14px;
    color: #3a3a3a;
    text-transform: uppercase;
}

.navLayer .subNav .glyphicon {
    font-size: 10px;
    color: #00aeef;
    margin-right: 5px;
}

.navLayer .subNav1 {
    background: url(../images/ico2.png) right center no-repeat;
    cursor: pointer;
    background-size: 24px;
}

.navLayer .subNav .name {
    padding-left: 20px;
    text-align: left;
    position: relative;
}

.navLayer .subNav a {
    color: #3a3a3a;
    width: 100%;
    height: 40px;
    display: inline-block;
}

.navLayer .currentDt {
    background: url(../images/ico2on.png) right center no-repeat;
    background-size: 24px;
    color: #3a3a3a
}

.navLayer .navContent {
    display: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}

.navLayer .navContent li {
    list-style-position: outside;
    list-style-type: none;
}

.navLayer .navContent li:hover {
    background: #fdfdfd;
}

.navLayer .navContent a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #999;
    padding-left: 40px;
    background: url(../images/ico1.png) 20px center no-repeat;
}

.navLayer .navContent a.allprd {
    padding-left: 20px;
    background-image: none !important;
    background-color: #fdfdfd;
}


/* 相关制度对话框 */
.rules-list {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rules-list li a {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}

.rules-list li a:hover {
    background: #E0F7FF;
}



.sub-ban {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.sub-ban img {
    width: 100%;
    border-radius: 3px;
}

.page-content {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.page-content .mLeft {
    display: table-cell;
    width: 270px;
    padding-right: 20px;
}

.page-content .mLeft .left_tit {
    width: 100%;
    font: bold 16px/36px "\5FAE\8F6F\96C5\9ED1";
    color: #00aeef;
    text-align: center;
    background: -webkit-linear-gradient(top, #FDFDFD, #EAEAEA);
    background: -moz-linear-gradient(top, #FDFDFD, #EAEAEA);
    background: -o-linear-gradient(top, #FDFDFD, #EAEAEA);
    background: linear-gradient(to bottom, #FDFDFD, #EAEAEA);
    border: 1px solid #D4D4D4;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
}

.page-content .mLeft .lnav {
    width: 100%;
    border: 1px solid #d6d6d6;
}

.page-content .mLeft .lnavlist {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
}

.page-content .mLeft .lnavlist li {
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #dedede;
}

.page-content .mLeft .lnavlist li a {
    width: 100%;
    padding: 0 20px;
    display: block;
}

.page-content .mLeft .lnavlist li a:hover {
    background: #F0F0F0;
}

.page-content .mLeft .lnavlist li.hover {
    background: #FEF3EC;
    font-weight: bold;
}

.page-content .mLeft .lnavlist li a i {
    padding-right: 10px;
    color: #00aeef;
    font-size: 10px;
}

.page-content .mLeft .plnav .plnavlist {
    margin: 10px 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
}

.page-content .mLeft .plnav .plnavlist li {
    width: 100%;
    line-height: 36px;
    background: #fff;
    padding: 1px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 10px 0;
}

.page-content .mLeft .plnav .plnavlist li a {
    width: 100%;
    padding: 0 20px;
    display: block;
    background: #EBEBEB;
    font-size: 14px;
    text-decoration: none;
}

.page-content .mLeft .plnav .plnavlist li a .glyphicon-menu-right {
    float: right;
    margin-top: 10px;
    color: #9F9F9F;
    font-size: 14px;
}

.page-content .mLeft .plnav .plnavlist li a .glyphicon-bookmark {
    float: left;
    color: #0079A7;
    font-size: 14px;
    margin-top: 11px;
    margin-right: 10px;
}

.page-content .mLeft .plnav .plnavlist li:hover {
    background: #6ECBF4;
    border: 1px solid #0693C5;
}

.page-content .mLeft .plnav .plnavlist li a:hover {
    background: -webkit-linear-gradient(top, #00ABF1, #0A9DD4);
    background: -moz-linear-gradient(top, #00ABF1, #0A9DD4);
    background: -o-linear-gradient(top, #00ABF1, #0A9DD4);
    background: linear-gradient(to bottom, #00ABF1, #0A9DD4);
    color: #fff;
}

.page-content .mLeft .plnav .plnavlist li a:hover .glyphicon {
    color: #fff;
}

.page-content .mLeft .abpic {
    border: 1px solid #d5d5d5;
    padding: 1px;
    background: #fff;
}

.page-content .mLeft .abpic img {
    width: 100%;
}


.page-content .mRight {
    display: table-cell;
    border: 1px solid #D4D4D4;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
}

.page-content .mRight .right_tit {
    width: 100%;
    font: normal 14px/36px "\5FAE\8F6F\96C5\9ED1";
    text-align: center;
    background: -webkit-linear-gradient(top, #FFFFFF, #F0F0F0);
    background: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
    background: -o-linear-gradient(top, #FFFFFF, #F0F0F0);
    background: linear-gradient(to bottom, #FFFFFF, #F0F0F0);
    border: 1px solid #D4D4D4;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    text-align: right;
    padding-right: 20px;
}

.page-content .mRight .right_tit .glyphicon {
    margin-right: 5px;
    font-size: 12px;
    color: #00aeef;
}


/* （手机端）标题栏左侧显示按钮 */
.page-content .mRight .right_tit .right-tit-btn-media {
    float: left;
    margin: 3px;
    padding: 2px 5px;
    line-height: 25px;
    display: none;
}

/* 相关制度按钮 */
.page-content .mRight .right_tit .rules-list-btn .glyphicon {
    color: #0079A7;
}
.page-content .mRight .right_tit .rules-list-btn:hover {
    border: 1px solid #0079A7;
    border-radius: 3px;
    background: #fff;
}

/* 返回按钮 */
.page-content .mRight .right_tit .goback-btn {
    background: #00AEEF;
    color: #FFF;
    border-radius: 3px;
    padding: 2px 20px;
    cursor: pointer;
}
.page-content .mRight .right_tit .goback-btn .glyphicon {
    color: #FFF;
}
.page-content .mRight .right_tit .goback-btn:hover {
    background: #10BEFF;
}
/* （手机端）标题栏左侧显示按钮 */




.page-content .mRight .right_content {
    width: 100%;
    padding: 40px;
}

.page-content .mRight .right_content .content-text img {
    max-width: 100%;
    height: auto !important;
}

.page-content .mRight .mr_tit {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    line-height: 35px;
}
.page-content .mRight .mr_tit h2 {
    padding-left: 21px;
    font-size: 18px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-weight: bold;
    color: #0180B0;
}




/* 单元格列表 */
.page-content .mRight .right_content .cell-list {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden; /* 触发BFC，使高度包含浮动元素 */
    display: flex; /* 启用弹性布局 */
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center;
}

.page-content .mRight .right_content .cell-list .cell-item {
    width: 260px;
    min-height: 300px;
    margin: 40px;
    position: relative;
}


.page-content .mRight .right_content .cell-list .npic {
    width: 100%;
    height: 260px;
    padding: 1px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.page-content .mRight .right_content .cell-list img {
    width: 100%;
    height: 100%;
}

.page-content .mRight .right_content .cell-list a {
    text-decoration: none;
}

.page-content .mRight .right_content .cell-list .ntitle {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 限制4行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* 单元格列表 */

/* 文字标题列表 */
.page-content .mRight .article-list {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
}

.page-content .mRight .article-list li {
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px dashed #ccc;
}

.page-content .mRight .article-list .glyphicon-play {
    padding-right: 10px;
    color: #00aeef;
    font-size: 10px;
}

.page-content .mRight .article-list li a {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制一行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-content .mRight .article-list li a:hover {
    color: #000;
}

.page-content .mRight .article-list li:hover {
    background: #C2EEFE;
}

.page-content .mRight .article-list li .load-more {
    text-align: center;
    cursor: pointer;
}
/* 文字标题列表 */


/* 下载 */
.page-content .mRight .right_content .cell-list .dtitle-bg {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.page-content .mRight .right_content .cell-list .dtitle {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.page-content .mRight .right_content .cell-list .download {
    width: 100%;
    display: block;
    line-height: 25px;
    background: #F2914A;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}
/* 下载 */


/* 视频 */
.page-content .mRight .right_content .cell-list .vpic {
    width: 100%;
    height: 150px;
    padding: 1px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.page-content .mRight .right_content .cell-item .play-mark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    display: none;
}

.page-content .mRight .right_content .cell-item .glyphicon-play-circle {
    position: absolute;
    font-size: 50px;
    top: 50%; /* 上边距定位到中线 */
    left: 50%; /* 左边距定位到中线 */
    transform: translate(-50%, -50%); /* 反向偏移自身 50% */
    color: #000;
    display: none;
}

.page-content .mRight .right_content .cell-item:hover .play-mark, .page-content .mRight .right_content .cell-item:hover .glyphicon-play-circle {
    display: block;
}
/* 视频 */




/* 页脚 */
.footer {
    width: 100%;
}
.footer .coperator-title {
    float: left;
    width: 100%;
    line-height: 36px;
    margin-bottom: 15px;
    background: url(../images/bgline1.jpg) left bottom repeat-x;
}
.footer .coperator-title h2 {
    padding-left: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #00aeef;
}
.footer .coperator-list {
    padding: 0;
    margin: 0;
}
.footer .coperator-list .coperator-item {
    list-style-position: outside;
    list-style-type: none;
    float: left;
    width: 250px;
    padding-left: 20px;
    margin: 8px 0;
    position: relative;
}
.footer .coperator-list .coperator-item .logo {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
}
.footer .coperator-list .coperator-item span {
    display: flex;
    float: left;
    width: 190px;
    height: 40px;
    align-items: center;
}

.footer .bottom-section {
    padding: 20px 0;
    background: #fff;
}
.footer .bottom-section .copyright{
    float: right;
    text-align: right;
}

.footer .bottom-section .copyright a {
    display: inline-block;
    margin-left: 10px;
}
.footer .bottom-section .copyright .copyright-link::after {
    border-right: 1px solid #ccc;
    display: inline-block;
    content: '';
    height: 20px;
    margin-bottom: -5px;
    margin-left: 20px;
}
.footer .bottom-section .copyright .friends{
    width: 200px;
    display: inline-block;
    margin-left: 10px;
}




/*分页*/
.pageNum {
    color: #5a5a5a;
    text-align: center;
    margin: 40px 0 20px 0;
}

.pageNum a {
    display: inline-block;
    padding: 0 13px;
    height: 36px;
    line-height: 36px;
    border: #D4D4D4 solid 1px;
    margin: 0 8px;
    text-decoration: none;
}

.pageNum a:hover, .pageNum .aNow {
    color: #fff;
    background: #01AEF0;
    border: #01AEF0 solid 1px;
}

.pageNum .input1 {
    width: 33px;
    height: 30px;
    line-height: 30px;
    border: #d7d7d7 solid 1px;
    text-align: center;
    margin: 0 8px;
}

.pageNum .btn1 {
    width: 40px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background: #44659b;
    margin-left: 9px;
    border: #44659b solid 1px;
    color: #fff;
    text-align: center;
}

.pageNum span {
    color: #5a5a5a;
}

.pageNum2 {
    background: none;
}

.pageNum3 {
    text-align: right;
    padding: 30px 30px 0 0;
    height: 56px;
}

.pageNum span.ellipsis {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
}








@media (max-width: 1366px) {
    .header-container .container-fluid {
        width: 100%;
    }
}


@media (max-width: 1265px) {
    .page-content .mRight .right_content .cell-list .cell-item {
        width: 200px;
        max-height: 230px;
        margin: 10px 40px;
    }

    .page-content .mRight .right_content .cell-list .npic {
        height: 200px;
    }
    .page-content .mRight .right_content .cell-list .vpic {
        height: 115px;
    }
    .page-content .mRight .right_content .cell-list .ntitle {
        font-size: 14px;
        max-height: 75px;
        -webkit-line-clamp: 3; /* 限制3行 */
    }

    .header-container .qrcode {
        width: 80px;
        padding: 5px;
    }
    .header-container .qrcode .nbox {
        top: 90px;
    }

    .header-container .navbar .navbar-header {
        width: calc(100% - 680px);
    }
    .header-container .navbar .navbar-header .logo {
        margin-left: 10px;
        margin-right: 0;
    }
}


@media (max-width: 991px) {
    .nav-media {
        display: block;
    }

    .header-container, .header-container .navbar .navbar-header {
        height: 80px;
    }

    .header-container .navbar .navbar-header {
        float: none;
        width: 100%;
    }

    .header-container .navbar .navbar-header .logo, .nav {
        display: none;
    }

    .header-container .navbar .navbar-header .logo-media {
        display: inline-block;
        max-width: 300px;
    }



    .header-container .navbar-toggle {
        display: flex;
        align-items: center;
    }

    .header-container .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .header-container .navbar-collapse.collapse {
        display: none !important;
    }

    .header-container .navbar-collapse.collapse.in {
        display: flex !important;
        overflow-y: auto;
    }


    .header-container .qrcode {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-container .navbar-collapse .hotline {
        font-size: 14px;
    }

    .header-container .navbar-collapse .nav-links a {
        margin: 0 10px;
    }

    .page-content .mLeft {
        display: none;
    }

    .page-content .mRight .right_tit .right-tit-btn-media {
        display: inline-block;
    }
    .page-content .mRight .right_content {
        min-height: 300px;
    }

}

@media (max-width: 450px) {
    .header-container .navbar-toggle .menu-title {
        display: none;
    }
}