/* default.css样式 */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

img {
    border: none;
}
.pg_images img{
    max-width:100%;
}
.module-item .thumb-image{
    width:80%;
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    color: #0b6695;
}

a:focus, a:active {
    outline: none;
}

a img {
    vertical-align: top;
}

ul, ol, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

textarea, input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

body, input, button, textarea, select, option {
    font: normal 14px "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
}

body {
    position: relative;
    min-width: 1220px;
    background-color: #fff;
    color: #222;
}

img.responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

/* common.css样式 */

/* header */

.wrap {
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 200px;
}

/*.header {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    background: #036eb8;*/
/*    !*margin-top: 20px;*!*/
/*    line-height: 50px;*/
/*    position: relative;*/
/*}*/

.header .header-inner {
    width: 1220px;
    height: 100%;
    margin: 0 auto;
}

.header-inner .header-menu {
    width: 56px;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: url(../img/icon_menu.png) no-repeat center;
    cursor: pointer;
}

.header-inner .header-search {
    width: 530px;
    height: 100%;
    color: #ffffff;
    position: relative;
}

.header-search .search-icon {
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: url(../img/icon_search.png) no-repeat center / 45%;
}

.header-search .date {
    margin-right: 10px;
}

.header-info {
    width: calc(100% - 56px - 530px);
    display: flex;
    justify-content: space-between;
}

.header-info li {
    width: 12.25%;
    float: left;
    overflow: hidden;
    padding-left: 10px;
}

.header-info li:nth-child(2) {
    width: 15%;
}

.header-info li:nth-child(-n+3) {
    border-left: 1px solid #fff;
}

.header-info li:nth-child(-n+2) {
    padding-left: 0;
    text-align: center;
}

.header-info li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #Fff;
    margin: 0 auto;
}

.header-info li:nth-child(3) a {
    background: url("../img/icon_user.png") no-repeat 35px center;
}

.header-info li:nth-child(4) a {
    background: url("../img/icon_phone.png") no-repeat 35px center;
}

.header-info li:nth-child(5) a {
    background: url("../img/icon_edit.png") no-repeat 35px center / 30%;
}

.header-info li:nth-child(6) a {
    background: url("../img/icon_wechat.png") no-repeat 35px center / 36%;
}

/*logo*/
.header-logo {
    height: 145px;
    line-height: 145px;
    text-align: center;
}

.header-logo img {
    vertical-align: middle;
}
.fl { float: left; }
.fr { float: right; }
/* 顶部整体渐变容器 */
.top-gradient-wrapper {
    background: linear-gradient(to bottom, #e8f4f8 0%, #f0f8fc 40%, #fafbfc 70%, #ffffff 100%);
    box-shadow: 0 2px 8px rgba(0,136,204,0.1);
}

/* 顶部信息栏 */
.top-bar {
    height: 40px;
    line-height: 40px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

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

.top-date {
    color: #666;
    font-size: 14px;
}

.top-links {
    display: flex;
    gap: 20px;
}

.top-links a {
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
}

.top-links a:hover {
    color: #0088cc;
}
/* APP二维码悬停 */
.app-qrcode-wrapper {
    position: relative;
}

.qrcode-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 160px;
    text-align: center;
}

.app-qrcode-wrapper:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.qrcode-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.qrcode-image {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.qrcode-text {
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
}
/* Logo区域 */
.header {
    padding: 20px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0099dd 0%, #0077bb 50%, #005599 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,136,204,0.3);
}

.logo-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 100%);
    border-radius: 50%;
}

.logo-text h1 {
    font-size: 28px;
    color: #0088cc;
    font-weight: bold;
    margin-bottom: 2px;
}

.logo-text p {
    font-size: 12px;
    color: #999;
}

/* 搜索框 */
.search-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-tips {
    color: #999;
    font-size: 13px;
}

.search-box {
    display: flex;
}

.search-input {
    width: 280px;
    height: 38px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.search-input:focus {
    border-color: #0088cc;
}

.search-btn {
    width: 70px;
    height: 38px;
    background: linear-gradient(to bottom, #0099dd 0%, #0077bb 100%);
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0,136,204,0.2);
}

.search-btn:hover {
    background: linear-gradient(to bottom, #0088cc 0%, #0066aa 100%);
    box-shadow: 0 3px 6px rgba(0,136,204,0.3);
}

/* 导航栏 */
.nav {
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.nav-list {
    display: flex;
    height: 50px;
}

.nav-list li {
    flex: 1;
    text-align: center;
}

.nav-list a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
}

.nav-list a:hover,
.nav-list a.active {
    background: linear-gradient(to bottom, #0099dd 0%, #0077bb 100%);
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.tags span:hover{
    cursor:pointer;
}
.relate .tags span{
    margin-right:5px;
}
/*nav*/
.nav .nav-inner {
    width: 1220px;
    margin: 0 auto;
    height: 40px;
    line-height: 37px;
    border-top: 2px solid #464646;
    border-bottom: 1px solid #464646;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.nav .nav-inner li {
    display: inline-block;
    padding: 0 15px;
}

.nav .nav-inner li:hover {
    color: #026eb7;
}

.nav .nav-inner li.active {
    color: #0151c0;
}

/*loadMore*/
.load-more {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font: normal 20px/30px "Microsoft Yahei";
    color: #404040;
    height: 60px;
}

.load-more:hover {
    color: #0b6695;
    border-color: #0b6695;
}

.load-more .add-more, .load-more .add-ing {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-more .add-more i {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 5px 10px;
    background: url("../img/add_more.png") no-repeat 0 0;
    font-size: 40px;
    font-style: normal;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.load-more .add-more:hover i {
    background-position: 0 -50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.load-more .add-ing {
    color: #f04343;
}

.load-more .add-ing i {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 5px 12px;
    background: url("../img/add_more.png") no-repeat 0 -100px;
    font-size: 40px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-animation: rotateIn .8s linear infinite;
    -moz-animation: rotateIn .8s linear infinite;
    -ms-animation: rotateIn .8s linear infinite;
    -o-animation: rotateIn .8s linear infinite;
    animation: rotateIn .8s linear infinite;
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.video-list li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-class{
    display: block;
    width: 45px;
    height: 20px;
    border-radius: 20px;
    font: normal 12px/20px "Sim sun";
    color: #ffffff;
    text-align: center;
    background: #0a53a3;
    margin-right: 10px;
}


/*footer*/
.footer {
    background: #fdfdfd;
    padding: 0 0 20px;
}

.footer .friend-link {
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.footer .friend-link:nth-of-type(2) {
    border-top: 1px dashed #e0d4d4;
}

.footer .friend-link .links {
    overflow: hidden;
    width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.footer .friend-link .links li {
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    color: #2f2d2d;
    padding: 0 8px;
    position: relative;
    float: left;
}

.footer .friend-link .links li::before {
    content: '';
    width: 1px;
    height: 14px;
    background: #dddddd;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .friend-link .links li a {
    font-size: 12px;
}

/*.footer .footer-con {*/
/*    width: 960px;*/
/*    font-size: 12px;*/
/*    margin: 20px auto 0;*/
/*    color: #5d696f;*/
/*    line-height: 25px;*/
/*    text-align: center;*/
/*}*/

footer.en-footer {
    border-top: 2px solid #1778AD;
    padding-bottom: 4px;
}


/*secHeader*/
.sec-header .sec-header-inner {
    width: 1220px;
    margin: 0 auto;
}

.sec-header-inner .sec-header-con {
    height: 97px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-header-con .logo {
    width: 190px;
}

.sec-header-con .logo img {
    display: block;
    width: 100%;
}

.sec-header-con .sec-header-info {
    display: flex;
    align-items: center;
}

.sec-header-info .sec-search i {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icon_sec_search.png") no-repeat center center;
    cursor: pointer;
}

.sec-header-info .info-list {
    font-size: 0;
}

.sec-header-info .info-list li {
    display: inline-block;
    width: 30px;
    height: 56px;
    line-height: 20px;
    padding: 0 7px;
    border-left: 2px solid #e5e5e5;
    font-size: 14px;
    color: #717171;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
}

.en-header .sec-header-info .info-list li {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;

}

/*secNav*/
.sec-nav {
    background: #0a53a3;
    border-bottom: 1px solid #b3d2e2;
}

.sec-nav .sec-nav-inner {
    width: 1220px;
    margin: 0 auto;
}

.sec-nav-inner li {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

.en-nav .sec-nav-inner li {
    width: 200px;
}

.en-nav .sec-nav-inner li:last-child a::after {
    width: 0;
}

.sec-nav-inner li.active {
    border-bottom: 3px solid #ffffff;
    font-weight: bold;
}

.sec-nav-inner li a {
    display: block;
    padding: 0 28px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.sec-nav-inner li a::after {
    content: '';
    width: 1px;
    height: 14px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/*左右按钮*/
.btn-group {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    z-index: 999;
    padding: 0 20px;
}

.btn-group .btn-item {
    width: 95px;
    height: 58px;
    color: #ffffff;
    text-align: center;
    line-height: 58px;
}

.btn-group .btn-item a {
    display: none;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.btn-group .btn-item:first-child {
    background: url("../img/icon_btn_left.png") left center no-repeat;
}

.btn-group .btn-item:first-child:hover, .btn-group .btn-item:last-child:hover {
    background: rgba(64,64,64,1);
    display: block;
}

.btn-group .btn-item:first-child:hover a, .btn-group .btn-item:last-child:hover a {
    display: block;
}

.btn-group .btn-item:last-child {
    background: url("../img/icon_btn_right.png") left center no-repeat;
}


/* 登录注册弹窗 */

.popup-bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.popup-bg .popup {
    width: 490px;
    height: 600px;
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px 20px;
}

.popup .popup-close {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: right;
}

.popup .popup-close span {
    font-weight: bold;
    cursor: pointer;
}

.popup .popup-con .popup-con-item {
    display: none;
}

.popup .popup-con .popup-title {
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
}

.popup .popup-con .form-con {
    width: 400px;
    margin: 20px auto;
}

.popup-con .form-con .form-item {
    padding: 20px 0;
}

.popup-con .register-con-item .form-con .form-item {
    padding: 12px 0;
}

.popup-con .form-con .form-item .form-item-label {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: justify;
    float: left;
}

.popup-con .form-con .form-item input {
    display: block;
    width: calc(100% - 120px);
    height: 40px;
    float: right;
    border: 1px solid #cccccc;
    padding: 0 10px;
}

.popup-con .form-con .form-item .form-item-input {
    display: block;
    width: calc(100% - 120px);
    height: 40px;
    float: right;
}

.popup-con .form-con .form-item-input input {
    width: 100%;
    float: none;
    border: 1px solid #cccccc;
}

.popup-con .form-con .form-item-input span {
    color: #666666;
}

.popup-con .form-btn {
    width: 100%;
    height: 40px;
}

.popup-con .form-btn button {
    display: block;
    width: 400px;
    height: 100%;
    background: #036fb8;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
}

.popup-con .form-tip {
    width: 400px;
    margin: 0 auto;
    padding: 10px 0;
}

.popup-con .form-tip .next-btn {
    display: flex;
    align-items: center;
}

.popup-con .register-con-item .form-tip .next-btn {
    justify-content: center;
}

.popup-con .form-tip .auto-login {
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
    margin-right: 5px;
    border-radius: 3px;
}

.popup-con .form-tip .auto-login:checked {
    background: url(../img/icon_checked.png) no-repeat center/cover;
}

.popup-con .login-methods {
    text-align: center;
    color: #666666;
    padding-top: 36px;
}

.popup-con .login-methods .method-list {
    margin: 10px auto;
}

.popup-con .login-methods .method-list a {
    margin: 0 10px;
}

.popup-con .popup-bottom {
    text-align: right;
    margin: 50px auto 0;
}

.popup-con .popup-bottom.register {
    margin-top: 20px;
}

.popup-con .popup-bottom .to-register {
    color: #036fb8;
}

#regist-btn.disabled {
    background: #cccccc;
    color: #ffffff;
}

/*侧边栏*/
.main-aside .aside-module .img-box {
    width: 100%;
    /*height: 200px;*/
    overflow: hidden;
    margin: 20px 0;
}
.main-aside .aside-module .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.main-aside .aside-module .img-box:hover img {
    transform: scale(1.1);
}
.main-aside .aside-module ul li {
    padding-left: 15px;
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-aside .aside-module {
    padding: 20px 0;
}
.main-aside .aside-module h3 {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-indent: 10px;
    border-left: 8px solid #026eb7;
}

/*列表*/
.main-list .arrange-masonry li .news-label {
    display: flex;
}
.main-list .arrange-masonry li .news-label a {
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main-detail .details li{
    /*display:inline-block;*/
    margin:0 10px;
}
.main-detail .details li.active{
    color:#8b09ec;
}
li .news-label .share, .message .info .share {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    background: url(../img/sprite.png) no-repeat -196px -125px;
    cursor: pointer;
    position: relative;
}
li .news-label .share .social-shares, .message .info .share .social-share {
    width: 164px;
    height: 42px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -164px;
    display: none;
    z-index: 100;
}
 li .news-label .share:hover .social-shares {
  display: block;
}
.message .info .share:hover .social-shares {
    display: block;
}
.galleria-errors{
    display:none;
}
.news-des{
    height:72px !important;
}