﻿* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-size: 14px;
font-family:"Microsoft YaHei";
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #1C50A2;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

p {
    line-height: 24px;
}

input {
    padding: 8px 10px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}

select {
    padding: 10px 10px;
}

.cpt {
    cursor: pointer;
}

.wd100 {
    width: 100%;
}

.hg100 {
    height: 100%;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ls2 {
    letter-spacing: 2px;
}

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

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.posi-rela {
    position: relative;
}

.posi-abs {
    position: absolute;
}

.zuoxiajiao {
    position: relative;
    height: 16px;
    top: 20px;
    font-weight: bold;
}

.youxiajiao {
    position: relative;
    height: 16px;
    top: -8px;
    font-weight: bold;
}

.zuoxiajiao2 {
    position: relative;
    height: 16px;
    top: 14px;
    left: -2px;
    font-weight: bold;
}

.youxiajiao2 {
    position: relative;
    height: 16px;
    top: -12px;
    right: -2px;
    font-weight: bold;
}

.itemActive {
    color: #1488f5;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}

.colorff {
    color: #ffffff;
}

.color70 {
    color: #707070;
}

.color99 {
    color: #999999;
}
.color00{
    color: #000;
}

.coloryellow {
    color: #F3F310;
}

.colororange {
    color: #F39910;
}

.color-primary {
    color: #1488F5;
}

.bg-primary{
    background-color: #1488F5;
}

.bgff {
    background-color: #ffffff;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt67 {
    margin-top: 67px;
}


.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}
.mt5{
    margin-top: 5px;
}

.mr10 {
    margin-right: 10px;
}
.ml20{
    margin-left: 20px;
}
.ml40{
    margin-left: 40px;
}
.pl10{
    padding-left: 10px;
}
.pt20{
    padding-top: 20px;
}
.pb20{
    padding-bottom: 20px;
}
.pl20{
    padding-left: 20px;
}
.pl30{
    padding-left: 30px;
}
.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-2indent {
    text-indent: 2em;
}

.border {
    border: 1px solid #707070;
}

.border-dashedb {
    border-bottom: 1px dashed #DFDFDF;
}

.circle {
    border-radius: 50%;
}

.border-circle {
    border: 1px solid #707070;
    border-radius: 50%;
}

.line-more {
    background-color: #fff;
    padding: 2px 10px;
    display: inline-flex;
    position: absolute;
    right: 5px;
    border-radius: 10px;
}

.line2ellipsis {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line1ellipsis{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 隐藏的时间样式 */
#timeVisible{visibility: hidden;height: 0;}

/*翻页*/
.paging_wrap{text-align:center;margin-top:20px;margin-bottom: 20px;}
.paging_wrap li{display:inline-block;margin:5px;}
.paging_wrap .page_jump{display:none;}
.paging_wrap .home_page a,.paging_wrap .end_page a,.paging_wrap .prev_page a{display:inline-block;height:35px;line-height:35px;padding:0 10px;margin:0 5px;background:#f5f5f5;color:#707070}
.paging_wrap .home_page a:hover,.paging_wrap .end_page a:hover,.paging_wrap .prev_page a:hover{background:#1488F5;color:#fff;}
.paging_wrap .page_index a{display:inline-block;margin:0 5px;width:35px;height:35px;line-height:35px;text-align:center;background:#f5f5f5}
.paging_wrap .page_index a.current,.paging_wrap .page_index a:hover{background:#1488F5;color:#fff;}


/*详情页*/
.sub-detail{padding:20px 20px;}
.sub-detail h2{font-size: 28px;color: #000;text-align: center;margin: 10px 0;}
.sub-detail .auther{font-size:14px;color:#707070;text-align:center;margin-top:5px;}
.sub-detail .info{text-align:center;color:#707070;font-size:14px;border-bottom:1px solid #dcdcdc;padding:6px 0;}
.sub-detail .info span{margin:0 10px}
.sub-detail .info span i{margin-right: 5px;vertical-align: middle;}
.sub-detail .article-nr{padding:20px 0}
.sub-detail .article-nr p{font-size:16px;color:#000;line-height:2.5;}
.pageover span{color:#707070;}
.sub-detail .article-nr img {width:55%;}