@charset "UTF-8";

/*--公共部分--*/
html,
body {
    min-width: 1280px;
    margin: 0 auto;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    color: #333;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ccc;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bold {
    font-weight: bold;
}
.flex {display: flex;}
.blue {color: #1574d2;}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* 头部样式 begin */
.header {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.header>div {
    width: 100%;
    height: 60px;
}

.header>div>div {
    width: 1400px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.header .nav_top {
    background-color: white;
}

.header .nav_bottom {
    background-color: #0370e7;
    font-size: 20px;
    color: white;
}

.header .nav_tr {
    display: flex;
    font-size: 14px;
    margin-top: 15px;
}

.header ul {
    margin-top: 15px;
}

.header li {
    float: left;
}

.header .nav_bottom li {
    margin-right: 18px;
}
.sbmb-logo{display:block;width: 80px;margin-top: 10px;}
.sbmb-logo img{ width:100%;}

.header .nav_bottom li a {
    color: white;
}

.header .nav_tl {
    padding: 10px 0;
    height: 60px;
}

.header .nav_tl img {
    height: 100%;
    display: block;
}

.header .nav_tr>div {
    height: 60px;
    margin: 0 10px;
}

.header .nav_tr .nav_tr_item,
.header .nav_tr .nav_tr_item img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    position: relative;
}

.tn-box {
    background: #fff;
    width: 137px;
    height: 137px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 2px #ddd;
    position: absolute;
    top: 36px;
    left: 50%;
    margin: 0 0 0 -67px;
    z-index: 100;
    display: none;
}

.tn-box-arrow {
    background-image: url('https://www.sznews.com/resource/templateRes/201909/24/1056/1056/ico.png');
    background-position: 0 -714px;
    display: block;
    width: 11px;
    height: 6px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -5px;
}

.tn-box .qrcode {
    width: 138px !important;
    height: 138px !important;
}

.header .nav_tr .reglog,
.header .nav_tr .search {
    display: flex;
    height: 30px;
    line-height: 30px;
    position: relative;
}
#platform, #platform img {
    width: auto;
}
.nav_tr .reglog .tn-box {
    width: 175px;
    height: auto;
    padding: 10px;
}
.nav_tr .formLogin input {
    width: 154px;
    height: 28px;
    padding-left: 8px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    border: 1px solid;
}
.nav_tr .formLogin .loginbox {
    font-size: 13px;
}
.nav_tr .formLogin .loginbox a {
    width: 154px;
    height: 30px;
    padding: 0 4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #0370e7;
}
.header .nav_tr .search {
    border: 1px solid #cbcbcb;
    border-radius: 15px;
}

.header .nav_tr .search .search_tit {
    color: #0472ed;
    width: 50px;
    text-align: center;
    cursor: default;
}

.header .nav_tr .search input {
    width: 100px;
}

.header .nav_tr .search .search_btn {
    width: 40px;
    cursor: pointer;
    background: url(http://www.sznews.com/resource/templateRes/202007/22/1528/1528/icon-search.png) no-repeat center;
}
.header .nav_br ul li:nth-child(4) {
    display: none;
} 
.header .nav_br ul li {
    position: relative;
}
.header .nav_br ul li > a {
    background: url('../img/icon-arrow-bottom.png') no-repeat right;
    padding-right: 15px;	
}
.link-drop {
    z-index: 5;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 40px;
    right: -10px;
    width: 350px;
    padding: 10px 20px;
    line-height: 35px;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;
    color: #858585;
    display: none;
    font-size: 0;
}
.link-drop:before {
    content: '';
    width: 11px;
    height: 6px;
    display: block;
    background: url('http://www.sznews.com/resource/templateRes/202007/22/1528/1528/qrcode-arrow.png') center no-repeat;
    position: absolute;
    right: 35px;
    top: -6px;
}
.link-drop a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    color: #858585!important;
    font-size: 12px;
}
.link-drop a:after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
/* 头部样式 end */

/* 主体 begin */
.main {
    width: 1400px;
    margin: auto;
    margin-top: 120px;
    position: relative;
}

.breadcrumb {
    padding: 15px 0;
    float: left;
    font-size: 16px;
}

.breadcrumb a,
.breadcrumb span,
.newslist-item-desc a {
    color: #0873f5;
}
.breadcrumb a:nth-last-child(1) {
    font-weight: bold;
}

.loading {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    padding-top: 100px;
    cursor: default;
}
.loading img {
    height: 30px;
    animation: rotate 1s infinite linear;
}

.newslist {
    width: 970px;
    float: left;
    position: relative;
}
.newslist-item.show,
.disBlock {
    display: block!important;
}
.newslist .new-bd,
.newslist-item {
    display: none;
}
.card .newslist-item {
    width: 32%;
    box-shadow: 0 0 6px -2px;
    border-bottom: 4px solid #4a9ffc;
    padding: 1%;
    margin-bottom: 20px;
    position: absolute;
    visibility: hidden;
    text-align: justify;
    
}


.newslist-item-title {
    font-weight: bold;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newslist-item-img img {
    width: 100%;
    margin: 8px 0;
}

.newslist-item-info {
    display: flex;
    justify-content: start;
    margin: 8px 0;
}

.card .newslist-item-publishTime {
    margin-right: 35px;
    background: url('../img/icon-time.png') no-repeat;
}
.newslist-item-source {
    background: url('../img/icon-author.png') no-repeat;
}
.card .newslist-item-info > div {
    padding-left: 25px;
    background-size: contain;
}

.list {
    padding: 0 0 20px 0;
}
.list .newslist-item a {
    border-bottom: 1px solid #eee;
    display: flex;
}
.list .newslist-item > div {
    float: left;
}
.list .newslist-item-img img {
    width: 240px;
    height: 135px;
    margin: 20px 20px 20px 0;
    border-radius: 5px;
}
.list .newslist-item-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 20px 0;
    min-height: 70px;
}
.withSide {
    display: flex;
    float: left;
    width: 100%;
}
.side {
    width: 35%;
}
.side #hotrank .hotrank_title {
    width: 125px;
    height: 35px;
    background-color: #d32f26;
    color: white;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    cursor: default;
}
.side #hotrank .hotrank_list li {
    font-size: 16px;
    margin: 20px 0;
}
.side #hotrank .hotrank_list li:nth-child(1),
.side #hotrank .hotrank_list li:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
}
.side #hotrank .hotrank_list li::before {
    content: '1';
    display: inline-block;
    background-color: #056dea;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}
.side #hotrank .hotrank_list li:nth-child(2)::before {
    content: '2';
}
.side #hotrank .hotrank_list li:nth-child(3)::before {
    content: '3';
}
.side #hotrank .hotrank_list li:nth-child(4)::before {
    content: '4';
}
.side #hotrank .hotrank_list li:nth-child(5)::before {
    content: '5';
}
.side #hotrank .hotrank_list li:nth-child(6)::before {
    content: '6';
}
.side #hotrank .hotrank_list li:nth-child(7)::before {
    content: '7';
}
.side #hotrank .hotrank_list li:nth-child(8)::before {
    content: '8';
}
.side #hotrank .hotrank_list li:nth-child(9)::before {
    content: '9';
}
.side #hotrank .hotrank_list li:nth-child(10)::before {
    content: '10';
}

.side .side_item .side_item_title {
    border-bottom: 1px solid #ececec;
}
.side .side_item .side_item_title a {
    color: #1877d5;
    font-size: 20px;
    position: relative;
}
.side .side_item .side_item_title a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1877d5;
    position: absolute;
}
.side .side_item .side_item_list li {
    font-size: 16px;
    margin: 16px 0;
}
.side .side_item .side_item_list li:nth-child(1) {
    font-weight: bold;
}
.side .side_item#xqscct > a {
    display: block;
    margin: 15px 0;
    position: relative;
}
.side .side_item#xqscct > a p {
    position: absolute;
    bottom: 12px;
    left: 10px;
    color: white;
    font-size: 18px;
}
.side .side_item#xqscct img {
    width: 100%;
}
.side #rg_record {
    background-color: #f6f7fb;
    padding: 40px;
    color: #7d7e82;
}
.side #rg_record a {
    color: #7d7e82;
}
.side #rg_record p {
    cursor: default;
    margin-bottom: 10px;
}
.withSide .card .newslist-item {
    width: 46%;
}

/* 主体 end */

/* 文章页 begin */
.article {
    width: 100%;
    height: 1000px;
    float: left;
    margin-top: 10px;
}
.article .withSide {
    border-top: 4px solid;
    padding-top: 40px;
}
.article .a_title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.article .a_info {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
    
}
.article .a_info div {
    margin-right: 20px;
}
.article .flex {
    justify-content: space-between;
    color: #848484;
}
.article .a_content {
    width: 100%;
}
/* 文章页 end */
.sidefloat {
    position: fixed;
    width: 70px;
    top: 50%;
    left: calc(50vw + 700px);
}
.sidefloat > div {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 5px;
    margin-bottom: 7px;
    background: no-repeat center;
    cursor: pointer;
}
.sidefloat .sf_refresh {
    background-image: url("../img/icon-refresh.png");
}
.sidefloat .sf_totop {
    background-image: url("../img/icon-totop.png");
}

.tt315 li:nth-child(3n-2) {font-weight: bold;}
.header {position:absolute!important;}
.col-fix{position:fixed;top:0;}