.img {
    display: block;
    background-position: center;
    background-size: cover;
}

@font-face {
    font-family: Ionicons;
    src: url(/static/pc/news/css/ionicons.98a02ea.woff2) format("woff2"), url(/static/pc/news/css/ionicons.f20ea73.woff) format("woff"), url(/static/pc/news/css/ionicons.161d3f8.ttf) format("truetype"), url(/static/pc/news/css/ionicons.b706eeb.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -0.125em;
    text-align: center;
}

.ivu-carousel-arrow > * {
    vertical-align: baseline;
}

.ivu-icon-ios-arrow-back:before {
    content: "\f115";
}

.ivu-icon-ios-arrow-forward:before {
    content: "\f11f";
}

#top5k {
    width: 1150px;
    /* border: 1px solid #dddddd; */
    padding: 10px 0;
    margin-top: 5px;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 1px 1px 2px #d2d0d0; */
    border-radius: 2px;
}

#top5k ul {
    width: 1150px;
}

#top5k li {
    float: left;
    width:203px;
    height: 200px;
    overflow: hidden;
    padding: 0 2px 0 21px;
}

#top5k li img {
    width: 203px;
    height: 200px;
}

.left_nav {
    position: absolute;
    margin-left: -112px;
    padding: 20px 8px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(98,124,153,0.1);
    border-radius: 4px;
    width: 100px;
    top:340px;
    box-sizing: border-box;
}

.left_nav_fixed {
    position: fixed;
    top: 40px;
}

.left_nav a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin: 3px 0;
    padding: 0 8px;
    text-decoration: none;
}

.left_nav a:hover, .left_nav a.active {
    background: #1a509c;
    color: #fff;
    border-radius: 4px;
}

.leftBox {
    width: 779px;
    float: left;
}

.leftBox .pic .img {
    width: 704px;
    height: 330px;
}

.banner {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 4px;
    overflow: hidden;
}

.banner .hd {
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 3;
    text-align: right;
    background: none
}

.banner .hd ul {
    overflow: hidden;
    text-align: right;
    margin-right: 13px;
    margin-bottom: 0;
    margin-top: 3px
}

.banner .hd li {
    width: 28px;
    height: 2px;
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0 3px;
    background: #8391a53d
}

.banner .hd .on {
    width: 28px;
    height: 2px;
    border: 0;
    border-radius: 0;
    background: #1a85ff;
}

.banner .prev {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    opacity: 0;
    color: #FFFFFF;
    transition: all 0.5s ease 0s;
    background: rgba(31, 45, 61, .11)
}

.banner .next {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    opacity: 0;
    color: #FFFFFF;
    transition: all 0.5s ease 0s;
    background: rgba(31, 45, 61, .11)
}

.banner .prev:hover, .banner .next:hover {
    background: rgba(31, 45, 61, .35)
}

.banner:hover .prev, .banner:hover .next {
    opacity: 1
}

.home-list {
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    padding: 0 15px;
}

.home-list li {
    padding: 20px 0px;
    border-bottom: 1px solid #f5f6f7;
}

.item_content {
    overflow: hidden;
}

.item-left {
    width: 200px;
    height: 130px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.item-left .img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;

}
.item-left .img:hover{
    transform: scale(1.1);
}
.badge{
    top: 4px;
    left: 4px;
    position: absolute;
    height: 25px;
    background: #000;
    opacity: .7;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 25px;
}
.item-right {
    position: relative;
    width: calc(100% - 214px);
    height: 130px;
    float: right;
}

.item-main h2 {
    display: block;
    overflow: hidden;
    max-height: 56px;
    font-size: 19px;
    font-weight: 500;
    color: #18191a;
    line-height: 28px;
    cursor: pointer;
}
.item-main h2 a{
    color: #18191a;

}
.item-main h2 a:hover{
    color: #2d8cf0;

}
.item-desc {

    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #797c80;
    line-height: 20px;
    margin-top: 12px;
}

.item-info {
    position: absolute;
    bottom: 0;
    height: 24px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #aaaeb3;
}

.item-info span {
    vertical-align: top;
}

.item-info span.item {
    margin-left: 10px;
}

.item-info span .icon {
    margin-top: 4px;
}

.item-box .item-info {
    position: inherit;
    margin-top: 12px;
}

.avatar {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5f6f7;
    margin-right: 5px;
}

.avatar.min img {
    width: 24px;
    height: 24px
}

.rightBox {
    width: 361px;
    float: right;
}

.right-banner {
    width: 361px;
    height: 330px;
    overflow: hidden;
}

.right-banner li {
    position: relative;
    height: 160px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}

.right-banner li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: linear-gradient(1turn, rgba(9, 15, 29, .65), transparent);
    opacity: .94;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    padding: 24px 16px 0;
    height: 84px;
    overflow: hidden;
}

.right-banner li .img {
    width: 100%;
    height: 100%;
}

.right-box {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.gray-box {
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #888;
    margin-top: 10px;
}

.rb-header {
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
    margin-bottom: 8px;
}

.rb-header:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    height: 1px;
    width: 108%;
    border-bottom: 1px solid #f5f6f7;
}

.rb-title {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #18191a;
}

.right-hot li {
    padding: 10px 0;
}

.right-hot .rank {
    float: left;
    position: relative;
    width: 20px;
    font-size: 16px;
    font-weight: 700;
}

.right-hot .rank-top {
    color: #fff;
}

.right-hot .icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -18px;
}

.right-hot .num {
    position: absolute;
    z-index: 2;
    top: 2px;
}

.right-hot .con {
    float: right;
    width: 302px;
}

.right-hot .con .con-title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #494b4d;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.right-hot .con .con-title a{
    color: #494b4d;
}

.right-hot .con .con-info {
    display: flex;
    justify-content: space-between;
    height: 17px;
    line-height: 17px;
    color: #797c80;
    font-size: 12px;
    font-weight: 400;
}

.right-hot .con .con-info .time {
    float: right;
}

.right-digest li {
    margin: 20px 0 10px 0;
    display: flex;
}

.right-digest li span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #797c80;
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
}
.right-digest li a{
    flex: 1;
    margin-left: 12px;
    max-height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #494b4d;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-digest li a:hover,.right-hot .con .con-title a:hover{
    color: #2d8cf0;
}
.right-hours li {
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 66px;
    position: relative;
}

.right-hours li .img {
    float: left;
    width: 120px;
    height: 66px;
    border-radius: 4px;
    overflow: hidden;
}

.right-hours li .info {
    float: right;
    width: 185px;
}

.right-hours li .info .rbt {
    height: 42px;
    line-height: 21px;
    font-size: 13px;
    font-weight: 500;
    color: #18191a;
    overflow: hidden;
    margin-bottom: 7px;
}

.right-hours li .info .rbd {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #aaaeb3;
}

.right-hours li .info .rbd .view {
    float: right;
}

.right-hours li:first-child {
    height: 170px;
}

.right-hours li:first-child .img {
    float: none;
    width: 100%;
    height: 100%;
}

.right-hours li:first-child .info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(1turn, rgba(9, 15, 29, .65), transparent);
    border-radius: 0 0 4px 4px;
    opacity: .94;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}

.right-hours li:first-child .info .rbt {
    height: auto;
    font-size: 14px;
    margin: 0px;
    color: #fff;
}

.right-hours li:first-child .info .rbt a {
    color: #fff;
}

.right-hours li:first-child .info .rbd {
    display: none;
}

.right-hours li .top {
    position: absolute;
    top: 4px;
    left: -18px;
    width: 39px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.right-hours li .top1 {
    background-image: url(../images/index/top1.png);
}

.right-hours li .top2 {
    background-image: url(../images/index/top2.png);
}

.right-hours li .top3 {
    background-image: url(../images/index/top3.png);
}

.rb-link a {
    display: inline-block;
    margin: 5px 15px 5px 0;
    color: #494b4d;
    font-size: 14px;
}
.rb-link a:hover{
    color: #2d8cf0;

}
.wp{
    position: relative;
}
.fix{
    position: fixed;
    width: 361px;
    top:30px;
    box-sizing: border-box;
}
#loading{
    text-align: center;
    color: #888;
    padding: 30px;
    font-size: 14px;
    display: none;
}
.load-more-btn{
    margin: 35px auto 35px;
    text-align: center;
    width: 104px;
    height: 36px;
    background-color: #fff;
    color: #1985ff;
    border: 1px solid #8ec2ff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition-duration: .4s;
    line-height: 36px;
}
.home-list{
    padding-bottom: 30px;
}
.img-dec{
    display: flex;
    justify-content: space-between;
    height: 130px;
    overflow: hidden;
    margin-top: 10px;
}
.img-dec .pics{
    flex:1;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    transition: transform .5s ease;
    display: block;
    background-position: center;
    background-size: cover;
}
.img-dec .pics:last-child{
    margin-right: 0;
}
.img-dec .pics img{
    width: 100%;
}
.big-pic{
    width: 100%;
    transition: transform .5s ease;
    display: block;
    background-position: center;
    background-size: cover;
    height: 200px;
    border-radius: 4px;
    margin-top: 10px;
}

/* 动画/E */

/* topbar/S */
.topbar{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 35px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    min-width: 1200px;
}
.topbar .topbar-bd{
    height: 35px;
}
.topbar .topbar-nav-l{
    float: left;
}
.topbar .topbar-nav-r{
    float: right;
    line-height:35px;
}
.topbar .menu{
    float: left;
    position: relative;
}
.topbar .menu .menu-hd{
    z-index: 1001;
    padding: 0 7px;
    height: 35px;
    color: #6C6C6C;
    font-size: 14px;
    line-height: 35px;
}
.topbar .menu .menu-hd a{
    color: #6C6C6C;
}
.topbar .menu .menu-hd a:hover{
    color: var(--themeColor);
}
.topbar .menu .menu-hd .ico-arrow{
    display: inline-block;
    vertical-align: top;
    width: 9px;

    margin: 14px 0 0 7px;
}
.ico-arrow img{
    width: 100%;
}
.topbar .menu .menu-bd{
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1002;
    border: 1px solid #ececec;
    border-top: 0 none;
    background: #fff;
}
.topbar .menu .app-list{
    width: 318px;
    padding: 26px 0 5px 14px;
}
.topbar .menu .fill-box{
    position: absolute;
    width: 14px;
    height: 10px;
}
.topbar .menu .app-list .fill-box{
    left: 60px;
    top: -10px;
}
.topbar .menu .app-list li{
    float: left;
    width: 76px;
    margin-bottom: 18px;
}
.topbar .menu .app-list .link-item{
    display: block;
    width: 50px;
    margin-left: 13px;
    text-align: center;
}
.topbar .menu .app-list .link-item .icon{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    -webkit-transition: all .12s ease;
    -moz-transition: all .12s ease;
    transition: all .12s ease;
}
.topbar .menu .app-list .link-item .app-name{
    display: block;
    padding-top: 4px;
    -webkit-transition: all .12s ease;
    -moz-transition: all .12s ease;
    transition: all .12s ease;
}
.topbar .menu .app-list .link-item1 .icon{
    background-color: #cb7fb6;
    background-position: -308px -96px;
}
.topbar .menu .app-list .link-item2 .icon{
    background-color: #ff8444;
    background-position: -358px -96px;
}
.topbar .menu .app-list .link-item3 .icon{
    background-color: #dcb096;
    background-position: -408px -96px;
}
.topbar .menu .app-list .link-item4 .icon{
    background-color: #bfc5c6;
    background-position: -308px -146px;
}
.topbar .menu .app-list .link-item5 .icon{
    background-color: #f1bd45;
    background-position: -358px -146px;
}
.topbar .menu .app-list .link-item6 .icon{
    background-color: #f16678;
    background-position: -408px -146px;
}
.topbar .menu .app-list .link-item7 .icon{
    background-color: #fe997b;
    background-position: -308px -196px;
}
.topbar .menu .app-list .link-item8 .icon{
    background-color: #4ccfaf;
    background-position: -358px -196px;
}
.topbar .menu .app-list .link-item9 .icon{
    background-color: #3dc9c1;
    background-position: -408px -196px;
}
.topbar .menu .app-list .link-item10 .icon{
    background-color: #9fcc5a;
    background-position: -308px -246px;
}
.topbar .menu .app-list .link-item11 .icon{
    background-color: #c4b094;
    background-position: -358px -246px;
}
.topbar .menu .app-list .link-item12 .icon{
    background-color: #19b9d2;
    background-position: -408px -246px;
}
.topbar .menu .app-list .link-item1:hover .icon{
    background-color: #c16da9;
}
.topbar .menu .app-list .link-item2:hover .icon{
    background-color: #ff7233;
}
.topbar .menu .app-list .link-item3:hover .icon{
    background-color: #d5a286;
}
.topbar .menu .app-list .link-item4:hover .icon{
    background-color: #b3babb;
}
.topbar .menu .app-list .link-item5:hover .icon{
    background-color: #eeb134;
}
.topbar .menu .app-list .link-item6:hover .icon{
    background-color: #ee5366;
}
.topbar .menu .app-list .link-item7:hover .icon{
    background-color: #fe8969;
}
.topbar .menu .app-list .link-item8:hover .icon{
    background-color: #3ac6a1;
}
.topbar .menu .app-list .link-item9:hover .icon{
    background-color: #2dbfb6;
}
.topbar .menu .app-list .link-item10:hover .icon{
    background-color: #8fc248;
}
.topbar .menu .app-list .link-item11:hover .icon{
    background-color: #b9a283;
}
.topbar .menu .app-list .link-item12:hover .icon{
    background-color: #0facc9;
}
.topbar .menu .app-list .link-item:hover .app-name{
    color: #121212;
    text-decoration: underline;
}
.topbar .menu .menu-list{
    width: 352px;
    padding: 5px 0;
    font-size: 0;
}
.topbar .menu .menu-list li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 72px;
    padding: 2px 7px;
    border-right: 1px solid #ececec;
    font-size: 14px;
}
.topbar .menu .menu-list li:nth-child(4n),
.topbar .menu .menu-list .last{border-right: none;}
.topbar .menu .menu-list li a{
    display: block;
    height: 31px;
    padding: 0 8px;
    border-radius: 2px;
    line-height: 31px;
}
.topbar .menu .menu-list li a:hover{
    background: #f4f4f4;
}
.topbar .menu .menu-list .fill-box{
    left: 48px;
    top: -10px;
}
.topbar .menu-hover .menu-bd{
    display: block;
}
.topbar .menu-hover .menu-hd{
    height: 36px;
    padding: 0 6px;
    border: 1px solid #ececec;
    border-top: 0 none;
    border-bottom: 0 none;
    background: #fff;
}
.topbar-bd{
    width: 1150px;
    margin: 0 auto;
}
/* topbar/E */
#qmenu .ico-arrow{
    display: inline-block;
    vertical-align: top;
    width: 9px;
    margin: 19px 0 0 5px;
}
.codes p{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.codeli{
    display: flex;
    justify-content: space-between;
}
.code{
    width: 200px;
    text-align: center;
    font-size: 12px;
}
.code img{
    width: 100%;
    margin-bottom: 10px;
}
/* nav/S */
.navigation-con{
    width: 100%;
    min-width: 1200px;
    height: 45px;
    background-color:#1a509c;
}
.navigation{
    width: 1150px;
    margin: 0 auto;
    height: 45px;
    /*margin-top: 5px;*/
    border-radius: 2px;
}
.navigation .navigation-list,
.navigation .navigation-list li{
    float: left;
    font-size: 16px;
    line-height: 45px;
}
.navigation .navigation-list li{
    position: relative;
}
.navigation .navigation-list li a{
    display: block;
    position: relative;
    padding: 0 20px;
    color: #fff;
    transition: all .15s ease;
}
.navigation .navigation-list li .selected,
.navigation .navigation-list li a:hover{
    background-color: #2b71c1;
}


#bbs_scrollbar {
    position: fixed;
    width: 62px;
    bottom: 100px;
    left: 50%;
    margin-left: 590px;
    z-index: 7777
}

#bbs_scrollbar .bbs_scrollbar_con {
    display: block
}

#bbs_scrollbar .bbs_scrollbar_con li {
    margin: 0px 0px 5px 0;
    position: relative;
    width: 62px;
    height: 62px
}

#bbs_scrollbar .bbs_scrollbar_con li a {
    width: 62px;
    height: 62px;
    background: url("lowerright.png") no-repeat;
    display: inline-block;
    padding: 0px;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

#bbs_scrollbar .bbs_scrollbar_con li .gotop {
    background: none;
    cursor: auto
}
#bbs_scrollbar .bbs_scrollbar_con li .go {
    background: url(lowerright.png) no-repeat 0px 0px !important;
    cursor: pointer;
}
.faxintie {
    width: 62px;
    height: 62px;
    background: url(edit.png) no-repeat;
    cursor: pointer;
    image-rendering: -webkit-optimize-contrast;
}
#bbs_scrollbar .bbs_scrollbar_con li .go {
    background: url("lowerright.png") no-repeat 0px 0px !important;
    cursor: pointer
}

#bbs_scrollbar .bbs_scrollbar_con li .go:hover {
    background-position: -62px 0px !important
}

#bbs_scrollbar .bbs_scrollbar_con li .goservice {
    background-position: 0px -62px
}

#bbs_scrollbar .bbs_scrollbar_con li .goservice:hover {
    background-position: -62px -62px
}

#bbs_scrollbar .bbs_scrollbar_con li .weixin {
    background-position: 0px -124px
}

#bbs_scrollbar .bbs_scrollbar_con li .weixin:hover {
    background-position: -62px -124px
}

#bbs_scrollbar .bbs_scrollbar_con li .kehuduanbg {
    background-position: 0px -186px
}

#bbs_scrollbar .bbs_scrollbar_con li .kehuduanbg:hover {
    background-position: -62px -186px
}

#bbs_scrollbar .bbs_scrollbar_con li div {
    position: absolute;
    display: none
}

#bbs_scrollbar .bbs_scrollbar_con li .lianxi {
    background: url("../images/lianxi.png") no-repeat;
    width: 175px;
    height: 82px;
    padding-left: 15px;
    left: -190px;
    top: -10px
}

#bbs_scrollbar .bbs_scrollbar_con li .lianxi h2 a {
    background: url("../images/liulan.png") no-repeat;
    display: inline-block;
    width: 74px;
    height: 24px;
    margin-top: 10px
}

#bbs_scrollbar .bbs_scrollbar_con li .lianxi h2 a:hover {
    background: url("../images/liulan.png") no-repeat !important;
    text-decoration: none
}

#bbs_scrollbar .bbs_scrollbar_con li .lianxi p {
    color: #045FB8
}

#bbs_scrollbar .bbs_scrollbar_con li .weixinimg {
    background: url("weixin_right.png") no-repeat;
    width: 213px;
    height: 266px;
    top: -200px;
    left: -213px
}

#bbs_scrollbar .bbs_scrollbar_con li .kehuduan {
    background: url("kehuduan.png") no-repeat;
    width: 210px;
    height: 252px;
    top: -190px;
    left: -210px
}