
/* index-轮播*/

.index--banner {
    padding-top: 20px;
}

.slider {
    width: 623px;
    display: flex;
}

.slider .main-slider {
    position: relative;
    height: 336px;
    overflow: hidden;
}

.slider .bd, .slider .bd li {
    position: relative;
}

/*.slider .bd li img {
    display: block;
    transition: transform .5s;
    transform-origin: bottom center;
}*/

.slider .bd li .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.65));
    /*transition: .5s;*/
}

.slider .bd li .title {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 100px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}


.slider .supernice {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 7;
}

.small-sliders {
    width: 245px;
    margin-left: 16px;
}

.small-slider-items {
    height: 160px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}.small-slider-items a {
    display: flex;
    position: relative;width: 100%;
    height: 100%;
}
.small-slider-items a img {
    /*transition: .5s;*/
    width: 100%;
}.small-slider-items a .mask {
   /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.65));*/
    /*transition: .5s;*/
}.small-slider-items .title {
    position: absolute;
    bottom: 10px;
    color: #fff;
    line-height: 1.4;
    left: 10px;
    right: 10px;
}

.top-activity {
    width: 335px;
    height: 336px;
    margin-left: auto;
    background-color: #333;
    color: #fff;
    overflow: hidden;
    /*background-image: url(../images/logo-a.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 100% 100%;*/
}.top-activity a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.top-activity a .status {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4370f5;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    z-index: 7;
}.top-activity a img {
    /*transition: .5s;*/
    display: block;
}.top-activity .content {
    padding: 15px;
}.activity-title {
    line-height: 1.6;
    margin-bottom: 5px;
    max-height: 3.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.top-activity .meta {
    font-size: 14px;
    line-height: 1.8;
}.top-activity .meta .address, .top-activity .meta .date {
    display: flex;
    align-items: center;
}.top-activity .meta svg {
    fill: #fff;
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

.small-slider-items:last-child {
    margin-bottom: 0;
}

.tongGuangGaoS{ 
    width: 1240px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
} 

.tongGuangGaoS .content li.current {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 10px;
}


.cloumn-bd {
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    overflow: hidden;
    margin-bottom: 10px;
}
.recommond-wrapper{
    margin-top: 15px;
}

.recommond-wrapper .section-title {
    padding-bottom: 10px;
}

.section-title svg {
    vertical-align: middle;
}

.recommond-wrapper__bd ul li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 20px 20px;
    margin: 0 -20px;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #f5f5f5;
}.recommond-wrapper__bd .thumb {
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
    width: 150px;
    height: 115px;
    display: block;
    position: relative;
}.recommond-wrapper__bd .thumb a {
    width: 150px;
    height: 115px;
    overflow: hidden;
    min-width: 150px;
    max-width: 115px;
    display: block;
    position: relative;
}.recommond-wrapper__bd .thumb img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    background: url(/Public/moren.png) 50% no-repeat #f1f1f1;
    background-size: 100% 100%;
}.recommond-wrapper__bd .info {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    max-width: 675px;
}.recommond-wrapper__bd .info .info-limit {
    max-height: 80px;
    height: 72px;
    overflow: hidden;
}.recommond-wrapper__bd .info h3 {
    width: 100%;
    height: 19px;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 9px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}.recommond-wrapper__bd .info h3 a {
    color: #2c2e3b;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 90%;
}.recommond-wrapper__bd .info .desc {
    height: 49px;
    /*padding-top: 10px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #828a92;
}.recommond-wrapper__bd .info .meta {
    /*padding-top: 10px;*/
    position: relative;
}.recommond-wrapper__bd .info .tags {
    display: inline-block;
}.recommond-wrapper__bd .info .tags a:first-child {
    background: #e6f1fb;
    color: #06c;
}.recommond-wrapper__bd .info .tags a i {
    opacity: .6;
    margin-right: 3px;
    display: none;
}.recommond-wrapper__bd .info .tags a {
    display: inline-block;
    padding: 0 8px;
    background: #f9f9f9;
    border-radius: 2px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-right: 8px;
}.cloumn-right {
    float: right;
}.cloumn-bd__minp {
    padding: 15px 20px;
}.indexlg .current{
    margin-bottom: 5px;
}.section-title {
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 400;
}.tab-hd {
    height: 34px;
    margin-top: 26px;
    border-top: 1px solid #eaeeef;
    border-bottom: 1px solid #eaeeef;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
}.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}.tab-hd li {
    width: 50%;
    display: block;
    position: relative;
    text-align: center;
    color: #2c2e3b;
    float: left;
    padding: 10px 0;
    cursor: pointer;
}.tab-hd>li.select, .tab-hd>li:hover {
    color: #06c;
}.tab-hd>li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 1px;
    height: 18px;
    background: #eaeeef;
}.tab .tab-bd>div:first-child {
    display: block;
}.tab .tab-bd>div {
    display: none;
}.hots-wrapper__bd ul li {
    padding: 7px 0 8px;
}.hots-wrapper__bd ul li .title {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}.hots-wrapper__bd ul li .title .nums {
    position: absolute;
    left: -29px;
    top: 5px;
    width: 20px;
    height: 14px;
    background: #e6f1fb;
    cursor: pointer;
    line-height: 14px;
    text-align: center;
    color: #06c;
    font-size: 12px;
    border-radius: 2px;
}.hots-wrapper__bd ul li .title h4 {
    text-align: justify;
    color: #2c2e3b;
    cursor: pointer;
    font-size: 14px;
}.hots-wrapper__bd ul li .title h4 a {
    display: inline-block;
    /*min-height: 48px;*/
    /*max-height: 48px;*/
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.hots-wrapper__bd ul li .title h4 span.hotchange {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-left: 7px;
    color: #999;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 0 6px;
}.sc-tags__more {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 10px auto 0;
    background: #f7f7f7;
    border-radius: 2px;
    display: none;
}.recommond-wrapper__bd .info .time {
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #828a92;
    display: inline-block;
}.hots-wrapper__bd {
    padding: 15px 0 0 25px;
}

.recommond-wrapper__bd ul li:hover {
    background: #f9fafb;
}


/* 新闻详情页 */

.main-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}

.ninfogg { margin:10px 0; }
.ninfogg img{ display: inline-block;height: 60px; }

.article-wrapper__bd {
    padding: 30px 22px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    /*margin: 0 346px 0 0;*/
    width: 843px;display: inline-block;
}.article-header {
    border-bottom: 1px solid #eee;
}.article-header {
    margin-bottom: 20px;
}.article-breadcrumb {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}.article-breadcrumb a {
    color: #999;
}.article-breadcrumb span {
    color: #333;
}.block-inner{
    position: sticky;
}.block-inner h1.title {
    font-size: 26px;
    font-weight: 700;
    color: #141414;
    line-height: 1.5em!important;
}.block-inner .article-header .meta {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}.block-inner .meta__left {
    float: left;
}.block-inner .meta span {
    font-size: 14px;
    color: #a4a4a4;
    display: inline-block;
    vertical-align: middle;
}.block-inner .meta .split-line {
    padding: 0 8px;
    font-weight: 700;
}.pcontent img{
    margin: 0 auto;
    display: block;
}.pcontent {
    position: relative;
    overflow: hidden;
    /*text-indent: 32px;*/
}.pcontent img{
    max-width: 500px;
}.pcontent p {
    letter-spacing: .5px;
    line-height: 1.75rem;
    margin-bottom: 8px;
}.pcontent strong {
    color: #141414;
    white-space: pre-wrap;
    border-width: .25em 0;
    display: inline;
    padding: 2px 4px 2px 4px;
    background: #f9fafb;
}
.csfw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.csfw .csdiv1 {
    width: 11vh;
}
.csfw .csdiv2 {
    width: 78vh;
}
.xtuijian {
    width: auto;
    margin-right: 50px;
    font-weight: 600;
    /*padding: 0 0 20px 0;*/
    color: #06c;    
    font-size: 20px;
    display: inline-block;
}

.article-tags {
    right: 2px;
    color: #999;
    font-size: 14px;
    display: contents;
}.article-tags ul {
    float: right;
}.article-tags li.tag.item {
    display: inline-block;
}
.article-tags li a::after {
    content: " ， ";
    display: inline-block;
    color: #666;
}
.article-tags li.tag:last-child a::after {
    display: none;
}

.xtuijian svg {
    vertical-align: middle;
}

.tag-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}.tag-image {
    float: left;
    margin-right: 16px;
}.tag-image img {
    height: 100px;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
}.tag-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
    margin-right: 6px;
}.tag-title {
    font-weight: 600;
    font-synthesis: style;
    line-height: 1.6;
    color: #1a1a1a;
    margin-top: -4px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 25px;
    display: flex;
    align-items: center;
}


.info .meta{ display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;}
    
.info .meta .tags img{
        width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;}
.info .meta .tags .userinfo{ display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;}
.info .meta .tags{
        display: flex;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: center;
    }


.asider_right {
    width: 300px;
    float: right;
}
.asider_right .asider_right_box {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
}

.asider_right .asider_right_tit {
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.asider_right .asider_right_tit:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color:#206be7;
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.asider_right .clearfix {
    margin-left: 1px;
    line-height: 1.6;
    border-left: 1px dashed #f1eded;
}.asider_right .clearfix:after, .asider_right .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}.asider_right .clearfix li {
    position: relative;
    margin-bottom: 0px;
    padding: 5px 0 5px 18px;
    line-height: 1.6;
}.asider_right .clearfix li:before {
    border: 4px solid #fff;
    opacity: 1;
}.asider_right .clearfix li:before {
    position: absolute;
    margin-left: -6px;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    border: 4px solid #206be7;
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .3;
    content: "";
}

.asider_right .clearfix li .tit {
    color: #262626;
    font-size: 14px;
    display: block;
}.asider_right .clearfix li .date {
    /*margin-top: 10px;*/
    color: #828282;
}.asider_right .clearfix:after, .asider_right .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}.asider_right .clearfix li .time {
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
    line-height: 22px;
}

.asider_right_tit .gengduo a{
    color: rgba(0,0,0,.55);}
.asider_right_tit .gengduo {
    margin-left: auto;
    font-size: 14px;
    padding-bottom: 2px;
    float: right;
}