* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
    list-style: none;
    flex-shrink: 0;
    text-decoration: none;
    box-sizing: border-box;
}

.layout-wrapper {
    min-width: 1200px;
    padding: 62px 0 0 0;
}

.layout-container--over {
    overflow: hidden;
}

.blog-banner {
    margin: 0 auto;
    height: 140px;
    background: url(../images/banner-news.png) center no-repeat;
    color: #fff;
}

.blog-banner__title {
    padding-top: 33px;
    font-size: 32px;
    line-height: 45px;
}

.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.blog-banner__content {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}

.blog-banner__title {
    padding-top: 33px;
    font-size: 32px;
    line-height: 45px;
}

.blog-banner__content {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}

.blog-module {
    background-color: #f5f6f7;
}

.blog-hot__container {
    margin: 0 -12px;
    zoom: 1;
}

.blog-hot__container:before,
.blog-hot__container:after {
    content: "";
    display: table;
}

.blog-hot__container:after {
    clear: both;
    overflow: hidden;
}

.blog-hot__item {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 24px 12px;
}

.blog-hot__inner {
    position: relative;
}

.blog-hot__inner a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-hot__img {
    width: 100%;
    height: 160px;
}

.blog-hot__title {
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    padding: 8px 0px 8px 20px;
    background-color: rgba(33, 39, 51, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.layout-container {

    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.blog-main {
    margin-top: 48px;
    position: relative;
    min-height: 500px;
}

.blog-list {
    width: 792px;
}

.blog-list__article {
    margin-top: 48px;
}

.blog-category__container {
    zoom: 1;

}

.blog-category__item {
    width: 120px;
    float: left;
    border: 1px solid #cdced1;

}

.blog-category__item a {
    display: block;
    padding: 8px 0px;
    font-size: 14px;
    color: #6c717a;
    text-align: center;
    line-height: 20px;
}

.blog-category__item.active {
    border-color: #2a62ff;

}

.blog-category__item.active a {
    background-color: #2a62ff;
    color: #fff;
}

.blog-list__article {
    margin-top: 48px;
}

.blog-article__item {
    padding: 24px 0px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dcdee0;
}

.blog-article__section {
    margin-top: 35px;
    padding-right: 264px;
    box-sizing: border-box;
    min-height: 135px;
}

.blog-article__img {
    position: absolute;
    top: 55px;
    right: 8px;
    width: 233px;
    height: 135px
}

.blog-article__img img {
    width: 100%;
    height: 100%;
}

.blog-article__title {
    font-size: 20px;
    color: #333b47;
    line-height: 28px;
}

.blog-article__title:link {
    color: #333b47;
}

.blog-article__title:visited {
    color: #999;
}

.blog-article__pulish {
    color: #969ba3;
    font-size: 12px;
    line-height: 17px;
    margin-top: 8px;
}

.blog-article__summary {
    color: #6c717a;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    word-break: break-word;
}

/* 翻页 */
.blog-pagger {
    
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 96px;
    text-align: right;
    zoom: 1;

}

.blog-pagger:before,
.blog-pagger:after {
    content: "";
    display: table;
}

.blog-pagger:after {
    clear: both;
    overflow: hidden;
}

.blog-pagger>ul {
    display: flex;
    float: right;
    gap: 10px;
    color: #6c717a;
}
.blog-pagger>li{
    display: flex;
    justify-content: space-around;
      float: left;
    margin: 0 4px;
}
.blog-pagger li a {
    padding: 4px 12px;
   
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #cdced1;
    border-radius: 2px;
    box-sizing: border-box;
    color: #6c717a;

}
.articleListPageList li.active a{
    background-color: #2a62ff;
    border-color: #2a62ff;
    color: #fff;
}

.blog-pagger__prev,
.blog-pagger__next {
    float: left;

}

.blog-pagger__prev a,
.blog-pagger__next a {
    display: block;
    height: 26px;
    line-height: 26px;
}

.blog-pagger__prev a.disabled,
.blog-pagger__next a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.blog-pagger__prev {
    margin-right: 12px;
}

.blog-pagger__next {
    margin-left: 12px;
}

.blog-pagger__item {
    float: left;
    margin: 0 4px;
}






@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
    .blog-banner {
        background-image: url(../res/news/banner-news@2x.png?25f1dedb41bbf9c67163720a134edfff);
    }
}

/* 热门标签 */
.aside-module{
    background-color: #f5f6f7;
    padding: 16px 24px 20px;
}
.blog-aside {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
}

.aside-module+.aside-module {
    margin-top: 24px;
}

.aside-module__title {
    color: #333b47;
    font-size: 16px;
    line-height: 22px;
}

.aside-module__content {
    overflow: hidden;
    margin-top: 15px;
}

.aside-module__content--tag {
    margin-top: 20px;
}

.aside-tag__container {
    zoom: 1;
    margin: 0 -5px -10px;
    box-sizing: border-box;
}

.aside-tag__container:before,
.aside-tag__container:after {
    content: "";
    display: table;
}

.aside-tag__container:after {
    clear: both;
    overflow: hidden;
}

.aside-tag__item {
    float: left;
    margin: 0 5px 10px;
}

.aside-tag__item a {
    display: block;
    font-size: 12px;
    line-height: 17px;
    height: 32px;
    color: #6c717a;
    border: 1px solid #cdced1;
    border-radius: 2px;
    background-color: #fff;
    padding: 6px 19px 7px;
    box-sizing: border-box;
}

.aside-tag__item a.active,
.aside-tag__item a:hover {
    color: #2a62ff;
    border-color: #2a62ff;
}

.aside-hot__item+.aside-hot__item {
    margin-top: 8px;
}

.aside-hot__item a {
    font-size: 14px;
    color: #6c717a;
    position: relative;
    line-height: 20px;
    padding-left: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside-hot__item a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(150, 155, 163, 0.3);
    position: absolute;
    top: 7px;
    left: 0;
}

@media \0screen {
    .aside-hot__item a:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c969ba3, endColorstr=#4c969ba3);
    }
}

.aside-hot__item a:link {
    color: #6c717a;
}

.aside-hot__item a:visited {
    color: #abaeb2;
}
.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;
}
.blog-category__container:before,.blog-category__container:after {
    content: "";
    display: table;
}
/* 侧边栏样式 */
.sc-kGXeez{
    z-index: 100;
    top: 30%;
    width: 70px;
    right: 20px;
    height: 70px;
    position: fixed;
}
.sc-kGXeez .warp-wechatCode {
    /* display: none; */
    /* inset: 50% 5px auto auto;
    transform: translateY(-50%); */
    position: absolute;
    height: 70px;
    width: 70px;
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con {
    height: 70px;
    width: 70px;
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con a img {
    height: 70px;
    width: 70px;
    animation: my_first 0.5s linear 0s infinite alternate;
}

@keyframes my_first {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}
.sc-kGXeez .warp-wechatCode .warp-wechatCode-con a {
    width: 70px;
    height: 70px;
    border-radius: 10rem;
    animation: my_second 1s linear 0s infinite;
    background: #f7fdff;
    display: block;
    box-sizing: initial;
}

.sc-kGXeez .warp-wechatCode-con a.warp-wechatCode-link-1 {
    display: none;
}

@keyframes my_second {
    0% {
        transform: scale(1, 1);
        border: 1px #16009b solid;
    }

    100% {
        transform: scale(1.2, 1.2);
        border: 1px #16009b00 solid;
    }
}
.warp-wechatCode .warp-wechatCode-con .acticons-box {
    width: 180px;
    /* height: 200px; */
    position: absolute;
    top: 0;
    left: -200px;
    background: #fff;
    border: 1px solid #007aff;
    padding: 10px;
    display: none;
    transform: 5s;
}

.warp-wechatCode .warp-wechatCode-con .acticons-box img {
    width: 100%;
}

.warp-wechatCode .warp-wechatCode-con:hover .acticons-box {
    display: block;
}

.warp-wechatCode .warp-wechatCode-con .acticons-box::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -21px;
    border: 10px solid rgba(255, 64, 0, 0);
    border-left: 10px solid #2680eb;
}
