body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", STHeitiSC-Light, simsun, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
div{
    overflow: hidden;
}
.clear{
    clear: both;
}
.head{
    width: 100%;
    height: 168px;
    position: relative;
}

.head .old{
    width:100px;
    height:17px;
    line-height: 17px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 34px;
    text-align: right;
}

.head .old a{
    text-decoration: none;
    color: #666666;
}

.head .logos{
    width: 1200px;
    height: 94px;
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
}

.head .logos .ahnews-logo{
    width: 334px;
    height: 94px;
    float: left;
    flex-shrink: 0;
}

.head .logos .ahnews-logo img{
    width: 100%;
    height: 100%;
}

.head .logos .channel-logo{
    /* width: 325px; */
    height: 94px;
    float: right;
    display: flex;
    align-items: center;
    margin-left: 60px;

}
.head .logos .channel-logo .infosBox{
    margin-left:30px;
}
.head .logos .channel-logo .infosBox p{
    font-size: 11px;
    color: #231F20;
    line-height: 17px;
    margin:0;
}
.head .searchBox{
    /* margin-top:34px; */
    margin-left: 206px;
    display: flex;
    flex-shrink: 0;
}
.head .searchBox input{
    width: 188px;
    height: 30px;
    background: rgba(239,239,239,0.39);
    border-radius: 4px;
    border:none;
    outline: none;
    padding:0 16px;
    box-sizing: border-box;
    margin-right: 2px;
}
.head .searchBox button{
    width: 58px;
    height: 31px;
    line-height: 31px;
    background: rgba(188,190,192,0.39);
    border-radius: 4px;
    border:none;
    text-align: center;
}
.head .searchBox button img{
    width: 22px;
    vertical-align: middle;
}
.head .logos .channel-logo img{
    width: 244px;
    height: 67px;
}

.head .navigation-area{
    width: 100%;
    height: 38px;
    background: #d71629;
}

.head .navigation-area .navigation{
    width: 1250px;
    height: 38px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .navigation span{
    max-width: 124px;
    height: 24px;
    padding: 0 27px 0 28px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}
.head .navigation .line{
    width: 2px;
    height: 15px;
}

.head .navigation span + span{
    border-left: 1px solid #FFFFFF;
}

.head .navigation span a{
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.body{
    width: 1200px;
    margin: 0 auto;
}

.body .block1{
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin-top: 16px;
    overflow: hidden;
}

.body .block1 .community{
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 14px;
    overflow: visible;
}
.body .block1 .community .title{
    margin-left: 0;
    margin-right: 13px;
}
.body .block1 .community div,.body .block1 .community .city{
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 20px;
    line-height: 18px;
    overflow: visible;
    color:#000;
    text-decoration: none;
}
.body .block1 .community .vLine{
    display: inline-block;
    width: 1px;
    height: 14px;
    margin:0;
    margin-top: 2px;
    background: #231F20;
}
.body .block1 .community div:last-child{
    margin-right: 0;
}

.body .block1 .community div.city + div.city{
    border-left: 1px solid #231F20 ;
}

.body .block1 .community .city ul{
    width: 100px;
    position: absolute;
    border: 1px solid #89bde9;
    border-top: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    font-size: 12px;
    text-align: center;
    left: -27px;
    display: none;
    z-index: 1;
}

.body .block1 .community .city ul li a{
    color: #000000;
    text-decoration: none;
}

.body .block1 .search{
    width: 250px;
    float: right;
    margin-top: 6px;
}

.body .block1 .search input{
    width: 146px;
    padding: 5px 10px;
}

.body .block1 .search button{
    width: 60px;
    height: 29px;
    margin: 1px 0 0 8px;
    border: none;
}

.body .block2{
    height: 150px;
    margin-top:32px;
    background: rgba(0,0,0,0.03);
    position: relative;
}

.body .block2 .left{
    height: 105px;
    margin:24px;
}

.body .block2 .left .headline{
    height: 72px;
    text-align: center;
    line-height: 74px;
}

.body .block2 .left .headline a{
    font-size: 50px;
    font-weight: bold;
    color: #231F20;
    text-decoration: none;
}

.body .block2 .left .subtitle{
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #6d6e71;
}

.body .block2 .left .subtitle a{
    width: 355px;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    color: #6D6E71;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body .block2 .left .subtitle a + a{
    /* margin-left: 30px; */
}

.body .block2 .right{
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.body .block2 .right a{
    display: flex;
    text-decoration: none;
    color: #231F20;
    padding:5px 10px;
    letter-spacing: 2px;
}
.body .block2 .right a img{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.body .block3{
    margin-top: 42px;
    height: 414px;
    display: flex;
    justify-content: space-between;

}

.body .block3 .right{
    width: 734px;
    height: 414px;
}

.body .block3 .left{
    width: 425px;
    height: 414px;
    position: relative;
}
.body .block3 .left .more{
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: flex;
    text-decoration: none;
    color: #231F20;
    padding: 5px 10px;
    letter-spacing: 2px;
}
.body .block3 .left .more img{
    width: 14px;
    height: 14px;
}
.body .block3 .left .list1{
    margin:0;
}
.body .block3 .left li a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #6D6E71;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.body .block3 .left .firstUrl{
    padding: 0;
    list-style: none;
}
.body .block3 .left .firstUrl li:first-child a{
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #231F20;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.body .block3 .left .firstUrl :last-child{
    margin-top: 12px;
}
.body .block3 .left .title-blue span + span{
    margin-left: 57px;
}
.body .bigLine{
    height: 6px;
    background: #e9eaea;
    margin-top:24px;
    /* opacity: 0.2; */
}
.body .specWrarp{
    padding:0 50px;
    box-sizing: border-box;
}
.body .specWrarp .swiper-container{
    margin-top: 32px;
}
.body .specWrarp .swiperImg img{
    width:254px;
    height: 154px;
    object-fit: cover;
}
.body .specWrarp .swiper-button-next, .body .specWrarp .swiper-button-prev{
    padding: 18px 10px;
    box-sizing: border-box;
    color: #c2c4c5;
    top: 75px;
    background: #fff;
}
.body .specWrarp .swiper-button-next:after,.body .specWrarp .swiper-button-prev:after{
    font-size: 26px;
}
.body .specWrarp .swiper-wrapper {
    overflow: visible;
}
.body .marginTop32{
    margin-top:32px;
    /* opacity: 0.2; */
}
.body .block4{
    margin-top: 36px;
    height: 525px;
}

.body .block4 .left{
    width: 788px;
    height: 525px;
    float: left;
}

.body .block4 .left .row1{
    width:100%;
    height: 190px;
}

.body .block4 .left .row1 .list{
    width: 100%;
    height: 137px;
    margin-top: 26px;
}

.body .block4 .left .row1 .list .pic{
    width: 185px;
    height: 137px;
    float: left;
    position: relative;
}

.body .block4 .left .row1 .list .pic + .pic{
    margin-left: 16px;
}

.body .block4 .left .row1 .list .pic img{
    width: 100%;
    height: 100%;
}

.body .block4 .left .row1 .list .pic .background{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: #000000;
    opacity: 0.6;
}

.body .block4 .left .row1 .list .pic .title{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    text-align: center;
}

.body .block4 .left .row1 .list .pic .title a{
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.body .block4 .left .row2{
    margin-top: 34px;
}

.body .block4 .left .row2 .left{
    width: 381px;
    height: auto;
    float: left;
}

.body .block4 .left .row2 .left .title-blue span + span{
    float: right;
}

.body .block4 .left .row2 .left .list{
    width: 100%;
    height: 245px;
    margin-top: 25px;
}

.body .block4 .left .row2 .left .list .left-button{
    width: 23px;
    height: 245px;
    float: left;
    text-align: center;
}

.body .block4 .left .row2 .left .list .left-button img{
    margin-top: 98px;
    cursor: pointer;
}

.body .block4 .left .row2 .left .list .paper{
    width: 280px;
    height: 210px;
    float: left;
    padding: 15px 26px 16px 25px;
    border: 2px solid #b3b3b3;
    text-align: center;
}

.body .block4 .left .row2 .left .list .paper div{
    width: 140px;
    height: 210px;
    float: left;
}

.body .block4 .left .row2 .left .list .paper div + div{
    float: right;
}

.body .block4 .left .row2 .left .list .paper img{
    width: 100%;
    height: 100%;
}

.body .block4 .left .row2 .left .list .paper a + a{
    display: none;
}

.body .block4 .left .row2 .left .list .right-button{
    width: 23px;
    height: 245px;
    float: left;
    text-align: center;
}

.body .block4 .left .row2 .left .list .right-button img{
    margin-top: 98px;
    cursor: pointer;
}

.body .block4 .left .row2 .right{
    width: 381px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.body .block4 .left .row2 .right .title-blue i{
    display: inline-block;
    float: right;
    font-size: 16px;
    font-style: normal;
    color: #145199;
}
.body .block4 .left .row2 .right .title-blue i a{
    color: #145199;
    text-decoration: none;
    cursor: pointer;
}

.body .block4 .right{
    width: 370px;
    height: 521px;
    float: right;
}

.body .block4 .right .title-blue span{
    float: left;
}

.body .block4 .right .title-blue span + span{
    margin-left: 33px;
}

.body .block5{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.body .block5 .block{
    width: 364px;
}
.body .block5 .block .title-red{
    border:none;
    margin-bottom: 13px;
    height: auto;
    line-height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body .block5 .block .title-red p{
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #CC171E;
    margin:0 0 8px 0;
}
.body .block5 .block .title-red img{
    width: 212px;
    height: 13px;
}
.body .block5 .block .pic{
    position: relative;
}
.body .block5 .block .pic a{
    display: block;
    width: 364px;
    height: 256px;
}
.body .block5 .block .pic img{
    width: 100%;
    height: 100%;
}

.body .block5 .block .pic .background{
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    background: #d00018;
    opacity: 0.6;
}

.body .block5 .block .pic .title{
    width: 100%;
    height: 80px;
    text-align: center;
    background: rgb(243,243,243);
}

.body .block5 .block .pic .title a{
    height: 14px;
    line-height: 14px;
    margin:20px 0;
    font-size: 14px;
    color: #231F20;
    text-decoration: none;
    text-align: center;
    padding:0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.body .block5 .block .pic .title .more{
    font-size: 12px;
    color: #231F20;
    width: auto;
    margin:0;
    letter-spacing: 2px;
    display: flex;
    float: right;
    align-items: center;
    margin-right: 22px;
}
.body .block5 .block .pic .title .more img{
    width: 14px;
}
.more{
    font-size: 12px;
    color: #231F20;
    width: auto;
    margin:0;
    letter-spacing: 2px;
    display: flex;
    float: right;
    align-items: center;
    margin-right: 16px;
    text-decoration: none;
}
.more img{
    width: 14px;
}
.body .adv{
    margin-top:56px;
    width: 1200px;
}
.body .flexBox{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top:68px;
}
.body .flexBox .left{
    width: 896px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.body .flexBox .left .block{
    width: 272px;
    flex-shrink: 0;
}
.body .flexBox .left .block .title{
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #231F20;
    border-left:solid 5px #CC171E;
    padding-left: 13px;
    margin-bottom: 16px;
    letter-spacing: 5px;
}
.body .flexBox .left .block .title img{
    margin-left: 6px;
    width: 22px;
    height: 16px;
}
.body .flexBox .left .block .contentBox{
    width: 272px;
    height: 370px;
    border: 2px solid #E8E8E8;
    box-sizing: border-box;
}
.fistInfos{
    display: block;
    width: 268px;
    height: 192px;
    position: relative;
}
.fistInfos img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fistInfos p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 100%;
    padding:0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
}
.contentBox ul{
    padding-left: 28px;
    box-sizing: border-box;
    margin:15px 0 30px 0;
}
.contentBox ul li{
    /* padding:0 16px; */
    color:#6D6E71;
}
.contentBox ul li a{
    display: block;
    font-size: 14px;
    color: #92918E;
    line-height: 28px;
    padding-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.body .flexBox .right{
    width: 262px;
    background: rgb(244,244,244);
    flex-shrink: 0;
}
.body .flexBox .right .infos2{
    padding-bottom: 18px;
}
.body .flexBox .right .infos2 .title{
    background: url(../image/line2.png) no-repeat left top;
    background-size: 100% 100%;
    height: 39px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    margin:0;
    text-align: center;
    letter-spacing: 4px;
}
.body .flexBox .right .infos2 .infoLink{
    display: block;
    padding:8px 20px 10px 20px;
    box-sizing: border-box;
    text-decoration: none;
}
.body .flexBox .right .infos2 .infoLink img{
    width: 220px;
    height: 140px;
    object-fit: cover;
}
.body .flexBox .right .infos2 .infoLink span{
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top:15px;
}
.body .box1{
    margin-top:81px;
}
.body .box1 .title{
    font-size: 22px;
    color: #231F20;
    height: 22px;
    line-height: 22px;

    display: flex;
    align-items: center;
}
.body .box1 .title img{
    width: 22px;
    margin:0 26px 0 10px;
}
.body .box1 .title  .verLine{
    border-left: solid 5px #CC171E ;
    padding-left: 10px;
    letter-spacing: 3px;
}
.body .box1 .title .centerLine{
    display: block;
    width: 1046px;
    height: 2px;
    background: rgba(235,235,236,0.39);
}
.body .box1 .title .width1075{
    width: 1075px;
}
.body .newMargin{
    margin: 70px 0;
}
.body .box1 .flexBox{
    margin:15px 0 0 0;
    display: flex;
}
.body .box1 .flexBox .left{
    width: 590px;
    display: flex;
    flex-direction: column;
}
.body .box1 .flexBox .infoBox{

}
.body .box1 .flexBox .infoBox .more{
    margin:0 0 12px 0;
}
.body .box1 .flexBox .infoBox .imgBox{
    display: block;
    width: 590px;
    height: 392px;
    position: relative;
    overflow: hidden;
}
.body .box1 .flexBox .infoBox .imgBox .desInfoBox{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
}
.body .box1 .flexBox .left .infoBox .imgBox .desInfoBox .head{
    width: 120px;
}
.body .box1 .flexBox .right .infoBox .imgBox .desInfoBox{
    height: 28px;
}
.body .box1 .flexBox .right .infoBox .imgBox .desInfoBox .head{
    width: 90px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.body .box1 .flexBox .infoBox .imgBox .desInfoBox .head{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size: 16px;
    background: rgb(204,23,30);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
    box-sizing: border-box;
}
.body .box1 .flexBox .left .infoBox .imgBox .desInfoBox .title{
    width: 470px;
}
.body .box1 .flexBox .right .infoBox .imgBox .desInfoBox .title{
    width: 190px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
}
.body .box1 .flexBox .infoBox .imgBox .desInfoBox .title{
    display: inline-block;

    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size: 15px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
    box-sizing: border-box;
}
.body .box1 .flexBox .infoBox .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.body .box1 .flexBox .right{
    width: 576px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-between;
}
.body .box1 .flexBox .right .infoBox{
    display: flex;
    flex-direction: column;
}
.body .box1 .flexBox .right .more{
    justify-content: flex-end;
}
.body .box1 .flexBox .right .imgBox{
   width: 280px;
   height: 176px;
   margin-bottom: 11px;
}
.body .box1 .newsWrarp{

}
.body .box1 .newsWrarp .swiperImg{
    display: inline-block;
    width:370px;
    height: 244px;
    position: relative;
    overflow: hidden;
}
.body .box1 .newsWrarp .swiper-wrapper{
    overflow: visible;
}
.body .box1 .newsWrarp .swiperImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
    padding: 42px 22px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    top: 100px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left:0;
}
.body .box1 .newsWrarp .swiperImg p{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    padding:0 5px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,0.5);
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.swiper-container {
    width: 1200px;
    /* height: 244px; */
    margin-top:38px;
}


.body .block6{
    margin-top: 36px;
}

.body .block6 .banner{
    width: 100%;
    height: 45px;
    position: relative;
    text-align: center;
}

.body .block6 .banner .line{
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 21px;
    background: #e6e6e6;
}

.body .block6 .pics{
    width: 100%;
    height: 420px;
    margin-top: 25px;
}

.body .block6 .pics .pic{
    width: 100%;
}

.body .block6 .pics .pic img{
    width: 100%;
    height: 100%;
}

.body .block6 .pics .pic .background{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    display: none;
}

.body .block6 .pics .pic .title{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    display: none;
}

.body .block6 .pics .pic .title a{
    color: #FFFFFF;
    text-decoration: none;
}

.body .block6 .pics .pic1{
    width: 290px;
    height: 420px;
    position: relative;
    float: left;
}

.body .block6 .pics .pic2{
    width: 610px;
    height: 420px;
    margin-left: 5px;
    position: relative;
    float: left;
}

.body .block6 .pics .pic2 + .pic1{
    margin-left: 5px;
}

.body .block6 .pics .pic3{
    width: 290px;
    height: 208px;
    position: relative;
    float: left;
}

.body .block6 .pics .pic3 + .pic3{
    margin-top: 4px;
}

.foot .block7{
    width: 100%;
    margin-top: 36px;
    line-height: 35px;
    font-size: 15px;
}

.foot .block7 .left{
    width: 145px;
    float: left;
    color: #666;
}

.foot .block7 .right{
    width: 1055px;
    float: right;
}

.foot .block7 .right a{
    padding: 0 10px;
    color: #666;
    text-decoration: none;
    word-break: keep-all;
}

.foot .block8{
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 22px;
    border-top: 1px solid #e6e6e6;
}

.foot .block8 div{
    font-size:12px;
    line-height: 30px;
    text-align: center;
}

.foot .block8 div a{
    color: red;
    text-decoration: none;
}

.title-blue{
    width:100%;
    height: 27px;
    overflow: visible;
    margin-bottom: 1px;
    border-bottom: 1px solid #e7e7e7;
}

.title-blue span{
    display: inline-block;
    padding: 0 3px 1px;
}

.title-blue span.focus{
    border-bottom: 3px solid #145099;
}

.title-blue span{
    border-bottom: none;
}

.title-blue span a{
    font-size: 19px;
    text-decoration: none;
    color: #145099;
    cursor: pointer;
}

.title-red{
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-top: 2px solid #d00018;
}

.title-red span{
    display: inline-block;
}

.title-red span a{
    color: #d00018;
    text-decoration: none;
    font-size: 19px;
}

.title-red span + span{
    float: right;
    margin-right: 15px;
}

.title-red span + span a{
    color: #a9a9a9;
}

.list1{
    margin-top: 17px;
}

.list1 ul{
    margin: 0;
    /* padding: 0; */
    /* list-style: none; */
    color: #6D6E71;
    padding-left: 20px;
}

.list1 ul li a{
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    color: #000000;
}

.list1 ul li.recommend a{
    font-size: 18px;
    font-weight: bold;
    color: #145099;
}

.list-container .list1 + .list1{
    display: none;
}

.list-container .list + .list{
    display: none;
}

.foot{
    width: 1200px;
    margin: 0 auto;
}

.sidebar{
    width: 110px;
    height: 425px;
    position: fixed;
    right: 34px;
    top: 0;
}

.sidebar .close{
    height: 20px;
    text-align: right;
    font-size: 10px;
    color: #666666;
    cursor: pointer;
}

.sidebar .element{
    width: 100%;
    height: 125px;
    background: #d30812;
    text-align: center;
}
.sidebar .element + .element{
    margin-top: 10px;
}
.sidebar .element .qrcode{
    width: 100px;
    height: 100px;
    padding: 5px 5px 0;
}

.sidebar .element .title{
    width: 100%;
    height: 20px;
    color: #FFFFFF;
    line-height: 20px;
    font-size: 10px;
}

.sidebar .element .qrcode img{
    width: 100%;
    height: 100%;
}

.footer {
	width: 100%;
	min-width: 1200px;
	/* background-color: #868686; */
	height: 218px;
}

.footer .link-box {
	background-color: #EEE;
	height: 92px;
	padding: 24px 0;
	box-sizing: border-box;
	position: relative;
}

.footer .link-box .guide-unit, .blogroll {
	margin-bottom: 5px;
	text-align: center;
}

.footer .link-box a, span {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #58595B;
}

.footer .link-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	/* 边框的厚度 */
	background: linear-gradient(to right, transparent, #d71629, transparent);
	/* 定义渐变效果 */
}

.footer .copyright {
	width: 100%;
	padding-top: 15px;
	margin-bottom: 22px;
	height: 126px;
}

.footer .copyright div {
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	color: #6D6E71;
}

.footer .copyright div a {
	color: red;
	text-decoration: none;
}