/*style*/
a, a:hover, a:visited, a:focus {
    text-decoration: none;
}

.flex {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

#top {
    background: #1e1e1e;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 0;
    z-index: 100;
}

#top a {
    color: hsla(0, 0%, 100%, .88);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

#header {
    z-index: 99;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .04), 0 0 4px -1px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.edenx-nav {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    background-color: #fff;
    align-items: center;
}

.edenx-nav .logo img {
    max-height: 100%;
}

.edenx-nav .edenx-form {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    justify-content: space-between;
    align-items: center;
    margin-left: auto
}

.edenx-nav .edenx-form .edenx-input {
    padding-left: 15px;
    border-radius: 20px;
    background-color: #f3f3f3;
    border: none;
}

.edenx-nav .edenx-form .search-btn {
    border: none;
    background: none;
    margin-left: 10px;
    cursor: pointer;
}

.edenx-nav .edenx-form .search-btn i {
    font-size: 20px;
}

.edenx-nav .left-nav {
    margin-left: 30px
}

.edenx-nav .left-nav .edenx-nav-item {
    margin: 0 20px
}

.edenx-nav .left-nav .edenx-nav-item a {
    padding: 0;
    color: rgba(0, 0, 0, .56);
    transition: all .3s ease;
    font-weight: 700;
    font-size: 16px;
}

.edenx-nav .edenx-nav-item a,
.edenx-nav .edenx-nav-item a:hover {
    color: #525252;
}

.edenx-nav .edenx-nav-child a {
    color: #333
}

.edenx-nav .edenx-nav-more {
    border-top-color: rgba(28,154,132,.7);
}

.edenx-nav .edenx-nav-mored {
    border-bottom-color: rgba(28,154,132,.7);
    border-top-color: #ffffff;
}

.nav-ad {
    border-radius: 20px;
    overflow: hidden;
    width: 90px;
    height: 40px;
    display: inline-block;
    margin: 10px 0
}

.nav-ad img {
    max-width: 100%
}

.gg-top {
    margin-top: 20px;
}

.gg-top .gg {
    margin-top: 2.5px;
}

.gg {
    position: relative;
}

.gg:after {
    position: absolute;
    content: "\5e7f\544a";
    display: block;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 30px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.gg img {
    max-width: 100%
}

.gg1 {
    display: inline-block;
}

.gg3 {
    display: inline-block;
}

/* 滚动边栏 */
#myScrollspy ul {
    left: 50%;
    margin-left: 650px;
    position: fixed;
    list-style: none;
}

#myScrollspy .nav {
    width: 80px;
    top: 150px;
}

#myScrollspy .my {
    width: 40px;
    bottom: 188px;
}


#myScrollspy ul li a {
    background-color: #fff;
    color: #555;
    line-height: 18px;
    font-size: 12px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    margin-top: 6px;
    border-radius: 2px;
}

#myScrollspy .layui-icon-up {
    font-size: 30px
}

#myScrollspy ul li a:hover {
    background-color: #ff902f;
    color: #fff
}

#myScrollspy ul li a:hover .iconfont {
    color: #fff
}

#myScrollspy ul li a .iconfont {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: lighter;
    color: #555
}

#myScrollspy ul li .phone,
#myScrollspy ul li .service,
#myScrollspy ul li .weixin {
    display: none;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
    border-radius: 4px;
    position: absolute;
    right: 50px;
    width: 168px;
}

#myScrollspy ul li img {
    max-width: 100%
}

#myScrollspy ul li .phone {
    top: 0px;
}

#myScrollspy ul li .service {
    top: -5px;
}

#myScrollspy ul li .weixin {
    top: -10px;
}

#myScrollspy ul li .phone .number {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

#myScrollspy ul li .phone .time {
    font-size: 13px;
    color: #999;
}

/*首页滚动图片*/
.edenx-carousel .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 5px;
}

.edenx-carousel .cover .title {
    color: hsla(0, 0%, 100%, .88);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 20px;
    letter-spacing: 2px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, .6));
}

.edenx-carousel-ind {
    top: -350px;
    left: 10px;
    text-align: left;
}

/*首页tab*/
.edenx-tab .btn-more {
    color: rgba(0, 0, 0, .88);
    background: #f1f1f1;
    transition: all .3s ease;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #f1f1f1;
    outline: none;
    display: block;
}

.edenx-tab .btn-more:hover {
    transition: all .3s ease;
    opacity: .8
}
/*新闻列表*/
.newslist {
    padding: 10px 0
}

.newslist .news-item {
    padding: 20px 0;
    position: relative;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.newslist .news-item:hover {
    background: #fff;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .06), 0 3px 14px 2px rgba(0, 0, 0, .04), 0 0 5px -3px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    transform: translateY(-4px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.newslist .news-item:first-child:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px dashed rgba(0, 0, 0, .08);
}

.newslist .news-item:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
}

.newslist .news-item .cover {
    position: relative;
    width: 260px;
    height: 145px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
}

.newslist .news-item .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 4px;
}

.newslist .news-item .body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 145px;
    position: relative;
}

.newslist .news-item .title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #121212;
    line-height: 28px;
}

.newslist .news-item .desc {
    font-size: 13px;
    color: #7d7d7d;
    line-height: 24px;
    margin-top: 9px;
}

.newslist .news-item .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    line-height: 15px;
    font-size: 13px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    justify-content: space-between;
}

.newslist .news-item .info span {
    display: inline-block;
    color: #9B9B9B;
    cursor: pointer;
}

/*边栏内容*/
.side-block {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 24px;
    border-radius: 4px;
    transition: all .3s ease;
}

.side-block .block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 28px;
}

.side-block .block-header .title {
    color: rgba(0,0,0,.88);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
}

.side-block .block-header .title:before {
    content: "";
    width: 4px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    border-radius: 2px;
    background-color: #eb6100;
}

.side-block .block-header .more {
    color: rgba(0,0,0,.56);
    transition: all .3s ease;
    font-size: 14px;
}

.side-block .index-live-list {
    position: relative;
    margin-top: 20px;
}

.side-block .index-live-list:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: 3px;
    border: 1px dashed rgba(0, 0, 0, .08);
    box-sizing: border-box;
}

.side-block .index-live {
    margin-bottom: 24px;
    position: relative;
    padding-left: 20px;
}

.side-block .index-live:last-child {
    margin-bottom: 0
}

.side-block .index-live:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: #fff;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(0, 0, 0, .56);
    border-radius: 100%;
    box-sizing: border-box;
}

.side-block .index-live .time {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, .56);
}

.side-block .index-live .title {
    color: rgba(0, 0, 0, .88);
    font-weight: 700;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 22px;
}

.side-block .block-content-list .cover-big {
    display: block;
    position: relative;
    margin-top: 15px;
    height: 166px;
}

.side-block .block-content-list .cover-big img {
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.side-block .block-content-list .cover-big .title {
    color: hsla(0, 0%, 100%, .88);
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 10px;
    letter-spacing: 1px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, .6));
}

.side-block .block-content-list .news-item {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    margin-top: 15px;
}

.side-block .block-content-list .news-item .cover {
    width: 100px;
    height: 64px;
    position: relative;
    overflow: hidden;
    flex: 0 0 100px;
}

.side-block .block-content-list .news-item .cover .label {
    background: rgba(0, 0, 0, .56);
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 2;
    padding: 4px 16px 4px 8px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.side-block .block-content-list .news-item .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    object-fit: cover;
}

.side-block .block-content-list .news-item .body {
    padding-left: 8px;
    flex: 1;
    position: relative;
}

.side-block .block-content-list .news-item .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: rgba(0, 0, 0, .88);
    transition: all .3s ease;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.side-block .block-content-list .news-item .info {
    position: absolute;
    bottom: 0;
    color: rgba(0, 0, 0, .56);
    font-size: 12px;
    line-height: 20px;
}

/*快讯*/
.today {
    margin-top: 20px;
    display: flex;
    width: 98px
}

.today .calendar {
    width: 40px;
    height: 44px;
}
.today .calendar .month {
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    color: #fff;
    background: #c4192d;
    text-align: center;
}
.today .calendar .day {
    width: 38px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 2px;
    border-radius: 0 0 6px 6px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    color: #333;
    text-align: center;
}
.today .info {
    margin-left: auto;
}
.today .info>* {
    width: 40px;
    height: 20px;
    line-height: 20px;
}
.today .info .current {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.today .info .week {
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    margin-top: 5px;
}
.live-list {
    border-left: 1px solid #dcdcdc;
    position: relative;
    margin-top: 50px;
}
.live-list .live {
    position: relative;
    padding-left: 80px;
    padding-bottom: 30px;
}
.live-list .live:last-child {
    padding-bottom: 0;
}
.live-list .grade {
    width: 9px;
    height: 9px;
    background: #eb6100;
    border-radius: 100%;
    position: absolute;
    left: -5px;
    top: 8px;
}
.live-list .time {
    position: absolute;
    left: 20px;
    top: 5px;
    color: #333;
    font-size: 14px;
}
.live-list .title {
    display: block;
    line-height: 26px;
    color: #272525;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}
.live-list .text {
    line-height: 26px;
    color: #272525;
    margin-top: 6px;
    font-size: 14px;
}
.live-list .text img {
    max-width: 100%;
    margin-top: 10px;
}
.live-content {
    margin-top: 20px;
}

.live-content .today {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #29293b;
    margin-top: 20px;
}

.live-content .time {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #9999a6;
    margin-top: 3px;
    margin-bottom: 20px;
}

.live-content .title {
    color: #333;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}

.live-content .text {
    margin-top: 6px;
    font-size: 18px;
    line-height: 36px;
    word-break: break-word;
    color: #333;
    text-align: justify;
}

.live-content .text img {
    max-width: 100px;
    margin-top: 10px;
}

.live-content .tool {
    margin-top: 20px;
    text-align: right;
    color: #999;
    font-size: 15px;
}

.live-content .tool>* {
    cursor: pointer;
}

.live-content .tool .mobile {
    display: none;
}

/*新闻*/
.category-nav {
    margin-top: 20px;
}
.category-nav a {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;
    position: relative;
    color: rgba(0, 0, 0, .56);
    font-weight: 700;
    transition: all .3s ease;
    margin-right: 34px;
}

.category-nav a.current {
    color: rgba(0, 0, 0, .88);
}

.category-nav a.current:after {
    content: '';
    border-radius: 2px;
    background: #eb6100;
    height: 4px;
    position: absolute;
    transition: all .3s ease;
    bottom: 0;
    left: 0;
    right: 0
}
.article-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #242424;
    word-wrap: break-word;
    word-break: normal;
    font-weight: bold;
}

.article-info {
    color: #b8b8b8;
}

.article-info span {
    margin-right: 15px;
}

.article-pic img {
    width: 100%;
    padding: 15px 0
}

.article-content {
    padding-bottom: 30px;
    color: #555;
    font-size: 15px;
    line-height: 30px;
}
.article-content p,
.article-content h2,
.article-content h3 {
    margin-bottom: 15px;
}

.article-content img {
    max-width: 100%;
    padding: 15px 0;
    height: auto
}

.article-bottom {
    color: #666;
    padding-bottom: 30px;
}

.flink {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: 88px
}

.flink .ftitle {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
}

.flink a {
    color: #373d41;
    margin-right: 10px;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
}

/*分页*/
.pagination {
    padding: 20px 0
}

.pagination li {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eb6100;
    color: #333;
    margin-right: 8px;
}

.pagination li.active {
    background: #eb6100;
    color: #fff
}

.pagination li a {
    display: block;
    color: #333;
}

.footer {
    background: #1e1e1e;
    padding: 48px 0;
    margin-top: 30px;
}

.footer p {
    line-height: 25px;
    margin-bottom: 10px;
}

.footer p,
.footer a,
.footer .tip,
.footer .cont {
    opacity: .7;
    color: #fff;
}

.footer .item {
    color: #fff;
    padding: 20px 0 10px 0
}

.footer .cont img {
    max-width: 100%
}




@media screen and (max-width: 767.98px) {
    #top,
    .nav-ad {
        display: none
    }
    .edenx-nav {
        display: block;
        text-align: center;
    }
    .edenx-nav .logo {
        display: block;
    }
    .edenx-nav .logo img {
        height: 26px;
        padding-top: 10px;
    }
    .edenx-nav .left-nav {
        margin: 0 auto;
        padding: 0;
        display: block;
        text-align: center;
    }
    .edenx-nav .left-nav .edenx-nav-item {
        margin: 0 10px;
        line-height: 40px;
    }
    .edenx-nav .edenx-form {
        display: none
    }
    .gg-top {
        margin-top: 15px
    }
    .edenx-carousel {
        height: 200px!important;
        margin-top: 15px;
    }
    .newslist {
        padding-bottom: 0
    }

    .newslist .news-item {
        display: block;
    }

    .newslist .news-item .cover {
        margin-right: 0;
        width: 100%;
        height: 200px;
    }

    .newslist .news-item .title {
        padding-top: 10px;
    }
    .edenx-breadcrumb {
        display:none
    }
    .article-title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 28px;
    }
}