@font-face {
    font-family: 'bigtitle';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_bmlj4w4kkrk.eot');
    /* IE9*/
    src: url('//at.alicdn.com/t/webfont_bmlj4w4kkrk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_bmlj4w4kkrk.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_bmlj4w4kkrk.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_bmlj4w4kkrk.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_bmlj4w4kkrk.svg#阿里汉仪智能黑体') format('svg');
    /* iOS 4.1- */
}

body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
    margin: 0;
}

:root {
    --themeColor: #b10000;
    --themeColor_2: #820202;
    --themeColor_a: #222;
    --themeColor_btitle: #222222;
}

body {
    font: 14px/1.2em Microsoft Yahei, "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB", "Hiragino Sans GB W3", arial;
    color: #333;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
}

ol,
ul {
    list-style: none;
}

button,
input,
textarea {
    font-size: 14px;
    font-family: Microsoft Yahei, "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB", "Hiragino Sans GB W3", arial;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    line-height: 1em;
}

input:focus {
    outline: 0;
}

label {
    cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
    margin: 0 3px;
    width: 18px;
    height: 18px;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

td,
th {
    text-align: center;
}

a {
    color: var(--themeColor);
}

a:link {
    color: #959595;
    text-decoration: none;
}

a:visited {
    color: #959595;
    text-decoration: none;
}

a:active {
    color: #eea20e;
}

a:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: silver;
}

:-moz-placeholder {
    color: silver;
}

::-moz-placeholder {
    color: #a0a0a0;
}

:-ms-input-placeholder {
    color: silver;
}

::-webkit-scrollbar {
    width: 4px;
    height: 0;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    border-radius: 2px;
    background-color: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    background-color: #999;
}

body::-webkit-scrollbar {
    width: 10px !important;
}

.wp {
    width: 1200px !important;
}

#nv {
    padding-left: 0 !important;
}

.row {
    display: flex;
}

.row .col-7 {
    width: 850px;
}

.row .col-3 {
    width: 340px;
    margin-left: 10px;
}

.m20 {
    margin: 10px 0;
}

.br1px {
    border-top: 1px solid #eee;
}

.listtag {
    background: #4889f3;
    width: 65px;
    height: 25px;
    position: absolute;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    left: 0;
    top: 0;
}

.live {
    color: #fff;
}

.live .iconfont {
    font-size: 12px;
    margin-right: 2px;
}

.special {
    color: #fff;
    background: var(--themeColor);
}

.special .iconfont {
    font-size: 14px;
    margin-right: 2px;
}

.fm {
    position: relative;
    background: #eee;
    padding: 20px;
}

.fm .iconfont {
    opacity: 0.05;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 60px;
}

.fm a {
    color: var(--themeColor);
    font-weight: 700;
}

.fm p {
    line-height: 30px;
}

.copyright {
    color: #999;
    text-align: center;
    padding-top: 10px;
}

.default_btn {
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background-image: linear-gradient(310deg, #f6ad02 1%, #e62129 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    margin-bottom: 15px;
}

.default_btn .iconfont {
    position: relative;
    top: 3px;
    font-size: 24px;
}

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

.top-header {
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
    height: 30px;
    line-height: 30px;
}

.top-header .main {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.top-header .main a {
    color: #333;
    font-size: 12px;
    margin-right: 20px;
}

.top-header .main .drop {
    position: relative;
}

.top-header .main .drop .qrcode {
    position: absolute;
    display: none;
    right: 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    line-height: 0;
}

.top-header .main .drop:hover .qrcode {
    display: block;
}

.top-header .main .drop .t {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top-header .main .drop .t .iconfont {
    font-size: 20px;
}

.main-logo {
    padding: 10px 0 0 0;
}

.main-logo .main {
    display: flex;
    justify-content: space-between;
}

.main-logo .main img {
    height: 74px;
    object-fit: cover;
}

.ad {
    border: 1px solid #ddd;
    position: relative;
}

.ad .adtags {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.fix-header {
    background: var(--themeColor);
    position: relative;
}

.fix-header a {
    color: #fff;
    font-size: 16px;
}

.fix-header .iconfont {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.fix-header .header-warp {
    margin-top: 10px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fix-header .header-warp .menu {
    width: calc(100% - 350px);
    display: flex;
    flex-wrap: wrap;
}

.fix-header .header-warp .menu .li a {
    padding: 0 20px;
    height: 60px;
    display: block;
}

.fix-header .header-warp .menu .li:hover {
    background: var(--themeColor_2);
    height: 60px;
}

.fix-header .header-warp .menu .cur {
    background: var(--themeColor_2);
    height: 60px;
}

.fix-header .search {
    position: relative;
    right: 20px;
}

.fix-header .search .sipt {
    border: none;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 30px;
}

.fix-header .search .iconfont {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #323953;
}

.main .ad img {
    width: 100%;
}

section.banner {
    display: flex;
    justify-content: space-between;
}

section.banner .left-banner {
    width: 570px;
}

section.banner .left-banner .swiper {
    width: 100%;
}

section.banner .left-banner .swiper .item {
    position: relative;
    display: block;
}

section.banner .left-banner .swiper .item:hover:before {
    opacity: 0;
}

section.banner .left-banner .swiper .item:hover .title {
    text-style: 1px 1px 5px #000;
}

section.banner .left-banner .swiper .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -moz-linear-gradient(top, transparent, #000);
    background: -ms-linear-gradient(top, transparent, #000);
    opacity: 0.7;
    transition: 0.2s all;
}

section.banner .left-banner .swiper .item .title {
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

section.banner .left-banner .swiper .item img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

section.banner .right-banner {
    width: 280px;
}

section.banner .right-banner a {
    display: block;
    width: 100%;
    height: 165px;
    position: relative;
}

section.banner .right-banner a img {
    width: 280px;
    height: 165px;
    object-fit: cover;
}

section.banner .right-banner a:last-child {
    margin-bottom: 0;
}

section.banner .right-banner a:hover .mask {
    background: rgba(0, 0, 0, 0.5);
}

section.banner .right-banner a .mask {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}



section.banner .right-banner a .mask .title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.boxtitle {
    position: relative;
    margin: 15px 0;
}

.boxtitle span {
    padding-left: 22px;
    color: var(--themeColor_btitle);
    font-size: 19px;
    font-family: bigtitle;
}

.boxtitle:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--themeColor_2);
    border-radius: 20px;
    opacity: 1;
}

.boxtitle:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0px;
    top: 19%;
    transform: translateY(-50%);
    opacity: 0.4;
    animation: big 1s infinite;
    background: var(--themeColor_2);
    border-radius: 20px;
}

@keyframes big {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.rankbox .rank_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    height: 30px;
}

.rankbox .rank_menu .cur {
    color: var(--themeColor);
}

.rankbox .rank_menu > div {
    width: 50%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #666;
}

.rankbox .rank_menu > div.cur:after {
    content: "";
    width: 100%;
    left: 0;
    background: var(--themeColor);
    height: 2px;
    bottom: 0;
    position: absolute;
}

.rankbox .rank_menu > div.cur:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
    bottom: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent var(--themeColor) transparent transparent;
    position: absolute;
}

ul.hot-news-ul {
    width: 100%;
}

ul.hot-news-ul li {
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    text-align: justify;
}

ul.hot-news-ul li:first-child {
    margin-top: 10px;
}

ul.hot-news-ul li a {
    color: var(--themeColor_a);
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

ul.hot-news-ul li a:hover {
    color: var(--themeColor_2);
}

ul.hot-news-ul li .rankLeft {
    display: flex;
    align-items: center;
}

ul.hot-news-ul li .rankLeft .rankNum {
    color: #d33a2b;
    font-size: 20px;
}

ul.hot-news-ul li .rankLeft .rankNum.color333 {
    color: #333;
}

ul.hot-news-ul li .rankLeft .slash {
    height: 25px;
    display: block;
    margin: 0 15px;
    width: 1px;
    background: #ddd;
    transform: rotate(15deg);
}

.hotThread ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hotThread ul li {
    width: 50%;
    margin: 10px 0;
}

.hotThread ul li.hot a {
    color: #e93922;
}

.hotThread ul li.bold a {
    font-weight: bold;
    color: #4889f3;
}

.hotThread ul li a {
    font-size: 16px;
    color: #444;
}
.swiper .slideshow{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.right-banner .dxb_bc{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.line_ad {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.line_ad a {
    width: calc(50% - 5px);
}

.line_ad a img {
    width: 100%;
    object-fit: cover;
    height: 90px;
}

.readtitle {
    margin: 35px 0 15px 0;
    padding-bottom: 10px;
    color: var(--themeColor_btitle);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.readtitle.hot {
    color: #ce1818;
    border-bottom: 1px solid #eee;
}
.readtitle.nmt{
    margin-top:0 !important;
}
.readtitle.hot .top {
    width: 58px;
    height: 58px;
    background: url('../img/top1.jpg') no-repeat;
    background-size: contain;
    margin-right: 20px;
}

.nmt:first-child .top{
    width: 58px;
    height: 58px;
    background: url('../img/top2.jpg') no-repeat !important;
    background-size: contain;
    margin-right: 20px;
}
.nmt .top{
    width: 58px;
    height: 58px;
    background: url('../img/top3.jpg') no-repeat !important;
    background-size: contain;
    margin-right: 20px;
}
.readtitle.hot .hotTitle {
    width: calc(100% - 58px);
    color: #aaa;
    display: flex;
    justify-content: space-between;
}
.readtitle.hot .hotTitle .hlist{
    display: flex;
    flex-flow: column;
    height: 58px;
    justify-content: space-between;
}

.readtitle.hot .hotTitle .desc {
    color: #999;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.readtitle.hot .hotTitle span {
    font-size: 12px;
    color: #e93922;
}

.readtitle.hot .hotTitle a {
    color: #000;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

.readtitle.t {
    margin-top: 35px;
}

.readtitle.t .iconfont {
    margin-right: 5px;
}

.readtitle.t span:first-child {
    font-style: italic;
    color: #b10000;
}

.readtitle.t span:last-child:before {
    position: absolute;
    content: "";
    width: 400px;
    height: 1px;
    background: #eee;
    top: 50%;
    right: 70px;
}

.readtitle span {
    display: flex;
}

.readtitle span:last-child {
    color: #eee;
    position: relative;
    font-style: italic;
}

.readtitle .iconfont {
    font-weight: normal;
    font-size: 32px;
}

.hotThread .hotTitle {
    width: 100%;
    color: #aaa;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.hotThread .hotTitle:first-child {
    padding-top: 0 !important;
}

.hotThread .hotTitle:last-child {
    border-bottom: none;
}

.hotThread .hotTitle .desc {
    color: #999;
    font-size: 13px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hotThread .hotTitle span {
    font-size: 12px;
    color: #e93922;
}

.hotThread .hotTitle a {
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.newsList {
    margin-top: 15px;
}

.newsList .loadingMoreText {
    width: 250px;
    text-align: center;
    background: #f7fbfe;
    color: #3563d5;
    border: 1px solid #b8dcfc;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    cursor: pointer;
}

.newsList .loadingMoreText.loading {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.newsList .loadingMoreText.loading .spin {
    margin: 0 auto;
    color: #4889f3;
    animation: spin 1s infinite;
}
.default_btn .icon-loading1{
    animation: spin 1s infinite;
    top:0;
    font-size:20px;
    display: none;
}
.newsList .news-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.newsList .news-item .thumb,
.newsList .news-item .thumb img {
    transition: 0.3s all;
    width: 240px;
    overflow: hidden;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
#sheying .slideshow{
    border-radius: 10px;
    overflow: hidden;
}
.newsList .news-item .thumb:hover,
.newsList .news-item .thumb img:hover {
    transform: scale(1.1);
}

.newsList .news-item .right-content {
    position: relative;
    width: calc(100% - 260px);
}

.newsList .news-item .right-content .subject {
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #222;
}

.newsList .news-item .right-content .subject:hover {
    color: #c54f54;
}

.newsList .news-item .right-content .simple-desc {
    margin: 10px 0;
    line-height: 22px;
    color: #999;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newsList .news-item .right-content .info {
    color: #999;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.newsList .news-item .right-content .info .top {
    color: #ffffff;
    padding: 1px 5px;
    background: #b10000;
    font-size: 12px;
}

.newsList .news-item .right-content .info span {
    margin-right: 20px;
}

.footer #top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #eee;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    align-items: center;
    display: none;
    justify-content: center;
}

.footer #top .iconfont {
    font-size: 26px;
}

.copy.fixed {
    position: fixed;
    top: 60px;
    width: 310px;
}

.loginbox {
    background: #f6f7fb;
    padding: 20px;
    position: relative;
}

.loginbox .login-type {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.loginbox .login-type .qrcode {
    background: url('../img/login-qrcode.png') no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    background-size: contain;
}

.loginbox .login-type .keywords {
    background: url('../img/login-keyword.png') no-repeat;
    width: 48px;
    height: 48px;
    display: none;
    background-size: contain;
}

.loginbox .line {
    height: 19px;
    width: 6px;
    background: #f7321c;
    left: 0;
    position: absolute;
}

.loginbox h2 {
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.loginbox .forms {
    margin-top: 10px;
    position: relative;
    height: 260px;
}

.loginbox .forms .default_btn {
    height: 40px;
    background: var(--themeColor);
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.5;
    font-size: 16px;
}

.loginbox .forms .login-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    margin: 10px 0 15px 0;
}

.loginbox .forms .login-bottom .rmember {
    display: flex;
    width: 50%;
    align-items: center;
}

.loginbox .forms .lables {
    display: flex;
    align-items: center;
    position: relative;
}

.loginbox .forms .lables .iconfont {
    color: #666;
    position: absolute;
    font-size: 26px;
    left: 2px;
}

.loginbox .forms input[type="text"],
.loginbox .forms input[type="password"] {
    margin: 10px 0;
    border: none;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    width: calc(100% - 20px);
}

.loginbox .forms input[type="checkbox"] {
    width: 14px;
    height: 14px;
}
.loginbox .success{

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    display: none;
}
.error_msg{
    position: absolute;
    top: -8px;
    right: 0;
    color: red;
    display: none;
    font-size: 12px;
}
.loginbox .success p:last-child {
    font-size: 18px;
    color: #41cc8b;
    margin-top: 20px;
    font-weight: bold;
}
.otherLogin {
    display: flex;
    justify-content: space-between;
    width: 130px;
    margin: 15px auto;
}

.otherLogin .iconfont {
    font-size: 25px;
    color: #ddd;
}

.otherLogin .qq .iconfont {
    color: #1E9FFF;
}

.otherLogin .wx .iconfont {
    color: #34bb7e;
}
.otherLogin .sina .iconfont {
    color: red;
}

.forother {
    text-align: center;
    color: #222;
    font-size: 12px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.forother div {
    background: #f6f7fb;
    width: 100px;
    margin: 0 auto;
}

.forother:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #ddd;
    top: 50%;
    z-index: -1;
}

.card-box {
    margin: 25px 0;
}

.card-box.juzhen {
    background: #f6f7fb;
    padding: 10px;
}

.card-box.juzhen .title {
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-box.juzhen .title a {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.card-box.juzhen .qrcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-box.juzhen .qrcode .list {
    width: 45%;
    margin-bottom: 20px;
}

.card-box.juzhen .qrcode .list p {
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

.card-box.juzhen .qrcode .list p.t {
    color: var(--themeColor) !important;
}

.card-box.juzhen .qrcode .list img {
    height: 130px;
    width: 100%;
    margin-bottom: 5px;
}

.card-box .red {
    color: var(--themeColor);
}

.card-box .title {
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    /*border-bottom: 1px solid #ddd;*/
}

.card-box .card-content .list {
    line-height: 35px;
}

.card-box .card-content .list a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #222;
}

.card-box .card-content .list a:hover {
    color: var(--themeColor);
}

.card-box .qzhs {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.card-box .qzhs .list {
    width: calc(100% - 30px);
}

.card-box .qzhs .list a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 35px;
    font-size: 16px;
    color: #222;
}

.card-box .qzhs .tags {
    background: url('../img/hbtag.png') no-repeat;
    display: block;
    width: 32px;
    height: 60px;
}

.card-box .qzhs .tags.hb2 {
    background-position: -15px -90px;
}

.card-box .qzhs .tags.hb {
    background-position: -15px 0px;
}

.unimg {
    width: 100% !important;
}

.unimg .simple-desc {
    -webkit-line-clamp: 2 !important;
    margin-bottom: 30px !important;

}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.newlist-tab {
    position: relative;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    top: 0;
    background: #fff;
    z-index: 999;
    padding-left: 8px;
}

.newlist-tab ul {
    display: flex;
}

.newlist-tab ul li {
    margin-right: 35px;
    color: #777;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.newlist-tab ul .active {
    color: #b10000;
    position: relative;
    font-weight: bold;
}

.newlist-tab ul .active::after {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #b10000;
    left: 50%;
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
}

.login-down {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s;
}

.login-down .login-div {
    background: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
}

.login-down .login-div .info {
    background: #fff6f1;
    position: relative;
    padding: 30px 90px;
}

.login-down .login-div .info::after,
.login-down .login-div .info::before {
    content: '';
    display: block;
    position: absolute;
}

.login-down .login-div .info::before {
    left: 0;
    top: 0;
    opacity: 0.3;
    background-image: linear-gradient(44deg, #FEDBC7 48%, #FFF6F1 91%);
    width: 60px;
    height: 76px;
    border-radius: 0 0 100% 0;
}

.login-down .login-div .info::after {
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-image: linear-gradient(43deg, #FEDBC7 1%, #FFF6F1 100%);
    width: 100px;
    height: 57px;
    border-radius: 100% 0 0 0;
}

.login-down .login-div .info h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
}

.login-down .login-div .info h4 {
    font-size: 12px;
    color: #888;
    font-weight: normal;
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
}

.login-down .login-div .info .info-thumb {
    width: 50px;
    position: absolute;
    left: 20px;
    top: 30px;
    border: 4px solid #fff;
    box-shadow: 0 0 30px 0 #eee;
    border-radius: 100%;
}

.login-down .login-div .info .info-thumb .thumb {
    padding-top: 100%;
    border-radius: 100%;
    transition: none;
}

.haveNoti {
    position: absolute;
    right: 0;
    background: red;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    top: 14px;
    right: 10px;
}

.login-down .login-div .lmain {
    padding: 20px 30px 20px;
}

.login-down .login-div .lmain .main-menu {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login-down .login-div .lmain .main-menu .item {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.login-down .login-div .lmain .main-menu .item i {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    color: #b10000;
    text-align: center;
    font-style: unset;
    margin-top: 5px;
    font-weight: bold;
}

.login-down .login-div .lmain .main-menu .item i::before {
    margin: 0;
}

.login-down .login-div .lmain .main-menu .item-content {
    position: relative;
}

.login-down .login-div .lmain .main-menu .item-content .noti {
    position: absolute;
    background: red;
    color: #fff;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    top: 0;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

.login-down .login-div .lmain .main-menu .item a {
    display: block;
    padding: 10px 0;
    color: #666;
    border-radius: 3px;
    transition: none;
}

.login-down .login-div .lmain .main-menu .item a:hover {
    color: #ff5c00 !important;
}

.login-down .login-div .lmain .main-menu .item a:hover .iconfont {
    color: #ff5c00 !important;
}

.login-down .login-div .lmain .main-menu-2 {
    border-top: 1px solid #f3f3f3;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    font-size: 14px;
}

.login-down .login-div .lmain .main-menu-2 a {
    color: #666;
}

.login-down .login-div .lmain .main-menu-2 a:hover {
    color: #ff5c00;
}

.login-down .login-div .thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.7%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

.slideshow span.title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.squ {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    align-items: center;
}
.squ .t {
    color: #b10000;
    border: 1px solid #b10000;
    text-align: center;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
}
.squ #wzlist {
    width: calc(100% - 100px);
}
.squ #wzlist li {
    padding-right: 40px;
}
#wzlist {
    width: 100%;
    overflow: hidden;
}
#wzlist ul{
    min-width: 3200px;
}
#wzlist ul li {
    float: left;
}
#wzlist ul li a:hover{
    color:#b10000;
}
.search {
    position: relative;
    right: 10px;
    top: 8px;
}
#nv{
    overflow: hidden;
    padding-left: 3px;
    height: 50px;
    background: #b10000 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1000;
}
.search .sipt {
    border: none;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 30px;
}
.search .iconfont {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #323953;
    top: 8px;
}
.hotdelete{
    margin-right: 0;
    background: #999;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    display: none;
    cursor: pointer;
}
.news-item:hover .hotdelete{
    display: block;
}
.index-item .info{
    display: block !important;
}

.video-card{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.video-card .video-item{
    width: calc(50% - 10px);
}
.video-card .video-item .img{
    position:relative;

}
.video-card .video-item .img::after{
    content:"";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    background: rgba(0,0,0,0);
    z-index: 1;
    transition: .2s all;
}
.video-card .video-item .img:hover::after{
    background: rgba(0,0,0,.4);
}
.video-card .video-item .img .iconfont{
    position: absolute;
    font-size:50px;
    color:#fff;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.video-card .video-item .img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.video-card .video-item .title{
    font-size:14px !important;
    height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #222  !important;
    padding:5px 0;
}

.video-card .video-item .click_btn{
    color: #b10000 !important;
    background: #f5e3e2;
    line-height: 16px !important;
    padding: 5px 0;
    text-align: center;
    font-size: 14px  !important;
    margin-top: 10px;
    border-radius: 30px;
    font-weight: bold;
    width: 140px;
}
/*# sourceMappingURL=common.css.map */
