@charset "utf-8";
/*
    * @time Mon Mar 21 2022 08:57:46 GMT+0800 (中国标准时间)*/

.domPC {
    display: block
}

.domMOB {
    display: none
}

.grid-1200 {
    width: 1200px;
}

.grid-120 {
    width: 120px;
}

.grid-810 {
    width: 810px;
}

.grid-360 {
    width: 360px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.main {
    margin-top: 50px;
}

.main .box {
    margin: 0 auto
}

/* top-bar begin */
.top-bar {
    height: 49px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    width: 100%;
    position: fixed;
    _position: absolute;
    z-index: 1040;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.top-bar .menu {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.top-bar .home-site-link {
    font-style: normal;
    font-weight: 700;
}

.top-bar li::after {
    content: "|";
    color: #d5d5d5;
}

.top-bar li:first-of-type::after {
    content: " ";
    padding-right: 15px;
}

.top-bar li:last-of-type::after {
    content: " ";
}

.top-bar .item {
    line-height: 50px;
    font-size: 14px;
}

.top-bar .item a {
    padding: 0 7px;
}

.top-bar .home-site-link {
    color: black;
}

.top-bar a {
    color: #1a1a1a;
}

.top-bar .loading {
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background-color: #f5f5f5;
}

/* top-bar end */

/* 左侧导航区 begin */
.nav_left {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translateX(-770px);
    background-color: #fff;
    min-height: 250px;
    z-index: 99;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.nav_leftAdd {
    top: 230px;
    transition: .5s;
}

.nav_left .nav-cont {
    top: 70px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.nav_left .nav-cont.fixed {
    top: 0;
}

.nav_left .nav-cont a {
    color: #333;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.nav_left .nav-cont a:hover {
    color: #ff9724 !important;
}

.nav_left .nav-cont a:first-child {
    background: #e97322;
    border: 0;
}

.nav_left .nav-cont a:first-child img {
    margin: 0 auto;
    padding-top: 7px;
}

.nav_left .nav-cont a.active {
    position: relative;
    color: #e97322;
    background: #f3f6f8;
}

.nav_left .nav-cont a.active:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #e97322;
}

/* 左侧导航区 end */

.nav {
    position: fixed;
    top: 230px;
    left: 50%;
    transform: translateX(-740px);
    background: #fff;
    min-height: 250px;
    z-index: 99;
}

.nav .nav-cont {
    top: 70px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.nav .nav-cont.fixed {
    top: 0;
}

.nav .nav-cont a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.nav .nav-cont a:first-child {
    background: #e97322;
    border: 0;
}

.nav .nav-cont a:first-child img {
    vertical-align: middle;
}

.nav .nav-cont a.active {
    position: relative;
    color: #e97322;
    background: #f3f6f8;
}

.nav .nav-cont a.active:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #e97322;
}

/* AD区 begin */
.section-ad {
    width: 1200px;
    margin: 70px auto 20px;
    font-size: 0;
	+word-spacing: -1px;
}

.section-ad .col-1,
.section-ad .col-2,
.section-ad .col-3 {
    width: 200px;
    max-height: 90px;
    display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	+display: inline;
	+zoom: 1;
}

.section-ad .col-2 {
    width: 780px;
    margin-left: 10px;
    margin-right: 10px;
}

.section-ad .media img {
    width: 100%;
    height: auto;
}

/* AD区 end */

.box-cont {
    float: left;
}

.hot {
    float: right;
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 99
}

.list {
    /*padding-top: 100px; margin-top: -100px;*/
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 5
}

.list .item {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #bfbfbf
}

.list .item .tit {
    font-size: 18px;
    line-height: 28px
}

.list .item .tit i {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    font-style: normal
}

.list .item .tit i.red {
    background: #e10e0e
}

.list .item .tit i.blue {
    background: #027bfb
}

.list .item .tit i.orange {
    background: #f60
}

.list .item:hover {
    background: #fdfdfd
}

.list .item:hover .share {
    width: 140px
}

.list .xpage-more-btn {
    display: block;
    text-align: center;
    line-height: 46px;
    width: 270px;
    margin: 50px auto 10px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #e97322;
    color: #fff;
    cursor: pointer
}

.list .xpage-more-btn img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px
}

.item-style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-style1 .img {
    margin-right: 18px;
    width: 180px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.item-style1 .img img {
    width: 100%;
}

.item-style1 .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.item-style1 .txt .tit {
    margin-top: 6px;
    height: 52px;
}

.item-style1 .txt .info {
    margin-top: 5px
}

.item-style2 .info {
    margin-top: 5px
}

.item-style3 .tit {
    margin-bottom: 10px
}

.item-style3 .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.item-style3 .img img {
    width: 100%;
    height: auto
}

.item-style4 .tit {
    margin-bottom: 10px
}

.item-style4 .img {
    width: 100%;
    height: 191px;
}

.item-style4 .img a {
    /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/
    display: block;
    width: 100%;
    height: 191px;
}

.item-style4 .img a img {
    width: 49%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    margin-right: 1%;
}

.item-style5 .tit {
    margin-bottom: 10px
}

.item-style5 .img {
    width: 100%;
    height: 124px;
}

.item-style5 .img a {
    /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/
    display: block;
    width: 100%;
    height: 124px;
}

.item-style5 .img a img {
    width: 32%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    margin-right: 1.3%;
}

.item-style6 .tit {
    margin-bottom: 10px
}

.item-style6 .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.item-style6 .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.item-style6 .img .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 3
}

.item-style6 .img video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: #000
}

.item-style6 .img .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer
}

.item-style6 .img .hide {
    display: none
}

.info {
    height: 30px;
    margin-top: 15px
}

.info .time {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.info .share {
    float: right;
    width: 0;
    height: 30px;
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    transition: width 1s
}

.info .share .share-item {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 8px
}

.info .share .share-item img {
    width: 100%;
    height: 100%
}

.info .share .share-item .qrcode {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -94px;
    z-index: 88;
    width: 150px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.info .share .share-item .qrcode img {
    width: 150px;
    height: 150px
}

.info .share .share-item .qrcode.show {
    height: 150px
}

/*section-51*/
.section-51 .column-right {
	width: 360px;
}

.section-51 .column-right .unit {
	position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 600px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section-51 .column-right .swiper-container {
    height: 570px;
}

.section-51 .column-right .unit .swiper-button-prev {
    width: 26px;
    left: 50%;
    margin-top: inherit;
    transform: rotate(90deg) translateY(13px);
    z-index: 3;
    top: -25px;
    background-size: 80%;
 }

.section-51 .column-right .unit .swiper-button-next {
    width: 26px;
    right: 50%;
    margin-top: inherit;
    transform: rotate(90deg) translateY(-13px);
    z-index: 3;
    top: inherit;
    bottom: -30px;
    background-size: 80%;
 }

.section-51 .column-right .unit .swiper-slide.swiper-slide-active {
    padding-top: 0;
}

.section-51 .column-right .unit .swiper-container .pagination {
    bottom: 0;
}

.section-51 .mod-tile {
    position: relative;
    width: 100%;
    margin-bottom: calc(10px*2 / 2);
}

.section-51 .mod-tile:last-child {
    margin-bottom: 0;
}

.section-51 .column-right .mod-tile:last-child {
    margin-bottom: calc(10px*2 / 2);
}

.section-51 .mod-tile .media {
    width: 100%;
}

.section-51 .mod-tile .media a {
    display: block;
    overflow: hidden;
}

.section-51 .mod-tile .media img {
    width: 100%;
    height: auto;
}

.section-51 .mod-tile .media a img {
    transition: .5s;
    display: block;
}

.section-51 .mod-tile .media a:hover img {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
}

.section-51 .mod-tile .caption {
    line-height: 1.4;
    font-size: 16px;
    text-align: left;
    /* margin-top: 20px; */
    color: #fff;
    padding: 20px 10px 10px;
}

.section-51 .mod-tile .caption a {
    color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-51 .mod-tile .inner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(0, 153, 255, 0) 90%);
    background-color: inherit;
}

.section-51 .mod-tile .abstract {
    text-align: justify;
    margin-top: 10px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: none;
}

.section-51 .mod-tile .abstract a {
    color: #333;
    display: inline;
}

.section-51 .mod-tile .abstract a:hover {
    color: #a4c9e7;
}

.section-51 li.item {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-51 li.item:last-child {
    margin-bottom: 0;
}

.section-51 li.item a {
    color: #333;
}

.section-51 li.item a:hover {
    color: #e97322;
    transition: all .5s;
}

.section-51 li.item::before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9.25px;
    width: 8px;
    height: 8px;
    border: 2px #e97322 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.section-51 li.item:hover::before {
    background: #f88a3e;
    border: 2px #f88a3e solid;
}

/* section-51 end */

.areabox,
.card {
    position: relative;
    border-top: 1px solid #bfbfbf;
    padding-bottom: 15px;
    overflow: hidden;
}

.areabox .title,
.card .title {
    padding: 5px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.areabox .title a,
.card .title a {
    display: inline-block;
    position: relative;
    color: #000;
}

.areabox .title a:before,
.card .title a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 4px;
    background: #e97322;
}

.list-style0 li {
    position: relative;
    margin-bottom: 5px
}

.list-style0 li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bfbfbf
}

.list-style0 li a {
    padding-left: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #666
}

.list-style2 li {
    position: relative;
    margin-bottom: 15px
}

.list-style2 li .img {
    float: left;
    margin-right: 10px;
    width: 130px;
    height: 85px;
    overflow: hidden;
    border-radius: 5px;
}

.list-style2 li .img img {
    width: 100%;
    height: 100%
}

.list-style2 li .tit {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 5px 10px 10px 0;
    max-height: 85px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.list-style3 {
    overflow: hidden
}

.list-style3 ul {
    width: 100%
}

.list-style3 li {
    position: relative;
    margin-bottom: 17px
}

.list-style3 li .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
}

.list-style3 li .img img {
    width: 100%;
    height: auto
}

.list-style3 li .tit {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.special {
    margin-top: 10px;
    background: #fff;
}

.special.fixed {
    margin-top: 0;
}


@media screen and (max-width:768px) {
    .domPC {
        display: none
    }

    .domMOB {
        display: block
    }

    a {
        color: #333;
    }

    .grid-120,
    .grid-1200,
    .grid-360,
    .grid-810 {
        width: 100%;
    }

    .grid-360,
    .grid-810 {
        box-sizing: border-box;
        padding: 0 10px;
    }

    /* 手机导航 begin */
    #mobileHeader {
        width: 100%;
        line-height: 0;
        background: #eee url("//www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
        -webkit-background-size: 100% 45px;
        background-size: 100% 45px;
        position: relative;
        display: block;
    }

    #mobileHeader .logo {
        display: block;
        width: 1.3rem;
        height: .9rem;
        background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 0 no-repeat;
        -webkit-background-size: 57px;
        background-size: 57px;
        position: absolute;
        top: 0;
        left: .2rem;
    }

    #mobileHeader .name {
        display: inline-block;
        width: 5rem;
        height: .8rem;
        line-height: 2.7;
        font-size: .32rem;
        padding: 0 0 0 .2rem;
        color: #fff;
        vertical-align: top;
        margin: 0 0 0 1.5rem;
        background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 -160px no-repeat;
        -webkit-background-size: 57px;
        background-size: 57px;
        overflow: hidden;
    }

    #mobileHeader .name a {
        color: #fff;
    }

    #mobileHeader .right {
        display: block;
        width: .6rem;
        height: .9rem;
        position: absolute;
        top: 0;
        right: .2rem;
        background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
        -webkit-background-size: 57px;
        background-size: 57px;
    }

    #mobileHeader .mobileNavList {
        width: 100%;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: .9rem;
        left: 0;
        background: #ededed;
        z-index: 10;
    }

    #mobileHeader .mobileNavList a {
        float: left;
        width: 20%;
        padding: .2rem 0;
        color: #000;
        text-align: center;
        font-size: .32rem;
    }

    #mobileHeader .phnav {
        text-align: center;
        padding-bottom: .12rem;
    }

    #mobileHeader .phnav li {
        float: left;
        width: 25%;
        height: .8rem;
        line-height: .85rem;
        text-align: center;
        font-size: .32rem;
        color: #333;
    }

    #mobileHeader .phnav a {
        color: #333;
    }

    /* 手机导航 end */


    .main {
        margin-top: 0;
    }

    .list {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }

    .list .item {
        padding: 10px 0;
    }

    .list .xpage-more-btn {
        color: #999;
        font-size: 14px;
        background: 0 0;
        margin-top: 10px
    }

    .item-style1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .item-style1 .img {
        margin-right: 10px;
        width: 140px;
        height: auto
    }

    .item-style1 .txt .tit {
        margin-top: 0;
        height: auto;
        font-size: 18px;
    }

    .item-style1 .txt .tit a {
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .item-style4 .img {
        height: 100%;
        overflow: hidden;
    }

    .item-style4 .img a {
        display: block;
        width: 100%;
        height: 107px;
    }

    .item-style5 .img {
        height: 100%;
        overflow: hidden;
    }

    .item-style5 .img a {
        /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/
        display: block;
        width: 100%;
        height: 68px;
    }

    .fixed {
        position: inherit !important;
    }

    /* section-51 begin */
    .section-51 .column-right {
        width: 100%;
    }

    .section-51 .column-right .unit {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }
    
    .section-51 .column-right .swiper-container {
        height: auto;
    }
    
    .section-51 .column-right .unit .swiper-button-prev {
        left: 0;
        margin-top: inherit;
        transform: rotate(0) translateY(0);
        z-index: 3;
        top: 45%;
        background-size: 60%;
     }
    
    .section-51 .column-right .unit .swiper-button-next {
        right: 0;
        margin-top: inherit;
        transform: rotate(0) translateY(0);
        z-index: 3;
        top: 45%;
        bottom: inherit;
        background-size: 60%;
     }

    .section-51 .mod-tile {
        position: relative;
        width: 100%;
        margin-bottom: calc(.2rem*2 / 2);
    }

    .section-51 .mod-tile:last-child,
    .section-51 .column-right .mod-tile:last-child {
        margin-bottom: 0;
    }

    .section-51 .mod-tile:last-child {
        margin-bottom: calc(.2rem*2 / 2);
    }

    .section-51 .mod-tile .media {
        width: 100%;
    }

    .section-51 .mod-tile .media a {
        display: block;
        overflow: hidden;
    }

    .section-51 .mod-tile .media img {
        width: 100%;
        height: auto;
    }

    .section-51 .mod-tile .media a img {
        transition: .5s;
        display: block;
    }

    .section-51 .mod-tile .media a:hover img {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
    }

    .section-51 .mod-tile .caption {
        line-height: 1.4;
        font-size: .28rem;
        text-align: left;
        /* margin-top: 20px; */
        color: #fff;
        padding: .4rem .2rem .2rem;
    }

    .section-51 .mod-tile .caption a {
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-51 .mod-tile .inner-caption {
        background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(0, 153, 255, 0) 90%);
        background-color: inherit;
    }

    .section-51 .mod-tile .abstract {
        text-align: justify;
        margin-top: .2rem;
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: none;
    }

    .section-51 .mod-tile .abstract a {
        color: #333;
        display: inline;
    }

    .section-51 .mod-tile .abstract a:hover {
        color: #a4c9e7;
    }

    .section-51 li.item {
        position: relative;
        color: #333;
        font-size: .32rem;
        line-height: 1.6;
        padding-left: .3rem;
        padding-bottom: .1rem;
        margin-bottom: .28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-51 li.item:last-child {
        margin-bottom: 0;
    }

    .section-51 li.item a {
        color: #333;
    }

    .section-51 li.item a:hover {
        color: #e97322;
        transition: all .5s;
    }

    .section-51 li.item::before {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 9.25px;
        width: 8px;
        height: 8px;
        border: 2px #e97322 solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff
    }

    .section-51 li.item:hover::before {
        background: #f88a3e;
        border: 2px #f88a3e solid;
    }

    /* section-51 end */
}
