.swiper-focus-container {
    height: 320px
}
.swiper-focus-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%
}
.swiper-focus-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}
.swiper-focus-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}
.swiper-focus-container .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 20px;
    z-index: 3;
    width: 680px;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap
}
.swiper-focus-container .swiper-slide .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .3)
}
.swiper-focus-container .swiper-slide .adv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: rgba(23, 24, 26, .6);
    border-radius: 0 8px 0 0;
    z-index: 10
}
.swiper-focus-container .pagination {
    position: absolute;
    z-index: 20;
    left: auto !important;
    bottom: 27px !important;
    right: 30px;
    width: 120px !important;
    padding: 0;
    margin-top: 0 !important;
    height: 6px;
    line-height: 6px;
    box-sizing: border-box;
    text-align: center
}
.swiper-focus-container .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    overflow: hidden;
    margin: 0 3px;
    background-color: #dcdcdc;
    background-image: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s
}
.swiper-focus-container .swiper-active-switch {
    background-color: #1a79ff;
    transition: all .3s;
    width: 26px;
    border-radius: 2px
}
.swiper-focus-container .control {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
    z-index: 100
}
.swiper-focus-container:hover .control.opacity {
    opacity: 1;
    transition: all .3s
}
.swiper-focus-container .control img {
    display: block;
    max-width: 100%
}
.swiper-focus-container .control.left-control {
    left: 0
}
.swiper-focus-container .control.right-control {
    right: 0
}
.home-recommend-list {
    width: 330px
}
.home-recommend-list:after, .home-recommend-list:before {
    content: " ";
    display: table
}
.home-recommend-list:after {
    clear: both
}
.home-recommend-list li {
    position: relative;
    float: left;
    width: 155px;
    height: 155px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    background-image: url(error_1_1.jpg);
    background-size: contain;
    background-repeat: no-repeat
}
.home-recommend-list a, .home-recommend-list img {
    display: block;
    width: 100%;
    height: 100%
}
.home-recommend-list img {
    position: relative;
    z-index: 1
}
.home-recommend-list p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 8px;
    min-height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .66) 57%, #000)
}
.home-recommend-list p span {
    display: block;
    max-height: 36px;
    overflow: hidden
}
.tab-bar {
    overflow: hidden;
    position: relative
}
.tab-bar .list {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e6ebf2
}
.tab-bar .list:after, .tab-bar .list:before {
    content: " ";
    display: table
}
.tab-bar .list:after {
    clear: both
}
.tab-bar .item {
    position: relative;
    top: 1px;
    float: left;
    min-width: 48px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #4d4d4d;
    text-align: center;
    cursor: pointer;
    transition: color .3s;
    font-weight: 700
}
.tab-bar .item:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #1a79ff;
    transition: all .2s cubic-bezier(.18, .89, .17, .88) 0s, opacity .15s ease 0s;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 1.5px
}
.tab-bar .item:hover {
    color: #1a79ff
}
.tab-bar .item:hover.active:after {
    display: none !important
}
.tab-bar .item:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}
.tab-bar .item.active, .tab-bar .item.active1 {
    font-weight: 700;
    font-size: 22px;
    color: #1a79ff
}
.tab-bar .item.active1 {
    position: relative
}
.tab-bar .item.active1:after {
    content: "";
    position: absolute;
    display: block !important;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #1a79ff;
    border-radius: 1.5px
}
.tab-bar .item.active2:after {
    display: none
}
.second-tab-box {
    margin-top: 10px
}
.second-tab-box.hide {
    display: none
}
.second-tab-box .second-tab-ul {
    display: flex;
    flex-wrap: wrap
}
.second-tab-box .second-tab-ul li {
    cursor: pointer;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 20px 0 0;
    border-radius: 3px;
    background: #f2f5fa;
    color: #17181a
}
.second-tab-box .second-tab-ul li a {
    color: #17181a
}
.second-tab-box .second-tab-ul li:hover {
    background: #1a79ff;
    color: #fff
}
.second-tab-box .second-tab-ul li:hover a {
    color: #fff
}
.second-tab-box .second-tab-ul li.active {
    background: #1a79ff;
    color: #fff
}
.second-tab-box .second-tab-ul li.active a {
    color: #fff
}
.news-item {
    position: relative;
    margin-top: 20px;
    overflow: hidden
}
.news-item .news-img {
    float: left
}
.news-item .news-img>a, .news-item .news-img img {
    display: block;
    width: 210px;
    height: 140px;
    position: relative
}
.news-item .news-img .lable-selected {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 6px;
    background: rgba(28, 28, 28, .9);
    border-radius: 2px;
    font-size: 12px;
    color: #fff
}
.news-item .info {
    position: relative;
    float: right;
    width: 580px;
    height: 140px;
    margin-right: 20px
}
.news-item .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.news-item .title:after, .news-item .title:before {
    content: " ";
    display: table
}
.news-item .title:after {
    clear: both
}
.news-item .title a {
    color: #262626;
    transition: color .3s
}
.news-item .title a .top {
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #1a79ff;
    background: #f2f8ff;
    border-radius: 100px;
    color: #1a79ff;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    margin-top: 3px
}
.news-item .title a:hover {
    color: #1a79ff;
    transition: color .3s
}
.news-item .desc {
    margin-top: 10px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #8a9099
}
.news-item .foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 20px
}
.news-item .foot:after, .news-item .foot:before {
    content: " ";
    display: table
}
.news-item .foot:after {
    clear: both
}
.news-item .label {
    float: left;
    overflow: hidden
}
.news-item .label .label-content, .news-item .label a, .news-item .label span {
    display: inline-block;
    height: 20px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 20px;
    color: #a1a8b3;
    margin-right: 10px;
    background-color: #f2f7ff;
    border-radius: 10px
}
.news-item .label a {
    transition: all .3s
}
.news-item .label a.tag_active, .news-item .label a:hover {
    color: #fff;
    background-color: #1a79ff
}
.news-item .label a:hover {
    transition: all .3s
}
.news-item .date {
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #a1a8b3
}
.news-item .adv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: rgba(23, 24, 26, .6);
    border-radius: 0 8px 0 0
}
.special-item {
    margin-top: 30px;
    margin-right: -21px
}
.special-item:after, .special-item:before {
    content: " ";
    display: table
}
.special-item:after {
    clear: both
}
.special-item .link_visited .title {
    color: #8a9099;
    transition: all .3s
}
.special-item .link_visited .title:hover {
    color: #1a79ff
}
.special-item dl {
    float: left;
    width: 262px;
    margin-bottom: 21px;
    margin-right: 21px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    border: 1px solid #e9e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.special-item dl dt {
    width: 100%;
    height: 172px
}
.special-item dl dt img {
    display: block;
    width: 100%;
    height: 100%
}
.special-item dl dd {
    width: 100%;
    padding: 15px 10px 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.special-item dl dd .title {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #262626;
    transition: all .3s
}
.special-item dl dd .title:hover {
    color: #1a79ff;
    transition: all .3s
}
.special-item dl dd .list-title {
    height: 44px;
    margin-top: 10px
}
.special-item dl dd .list-title a {
    overflow: hidden;
    display: block;
    height: 22px;
    margin-bottom: 4px;
    padding-left: 16px;
    background: url(ico_news_state_dian.png) 0 no-repeat;
    font-size: 14px;
    line-height: 22px;
    color: #8a9099;
    text-overflow: ellipsis;
    white-space: nowrap
}
.special-item dl dd .list-title a:hover {
    background: url(ico_news_state_dian_hover.png) 0 no-repeat;
    color: #1a79ff
}
.special-item dl dd .tag-num {
    margin-top: 15px
}
.special-item dl dd .tag-num:after, .special-item dl dd .tag-num:before {
    content: " ";
    display: table
}
.special-item dl dd .tag-num:after {
    clear: both
}
.special-item dl dd .tag-num a {
    overflow: hidden;
    float: left;
    max-width: 60px;
    height: 20px;
    margin-right: 6px;
    padding: 0 12px;
    background-color: #f2f7ff;
    font-size: 12px;
    line-height: 20px;
    color: #a1a8b3;
    border-radius: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}
.special-item dl dd .tag-num a:last-of-type {
    margin-right: 0
}
.special-item dl dd .tag-num a:hover {
    background-color: #1a79ff;
    color: #fff;
    transition: all .3s
}
.special-item dl dd .tag-num span {
    float: right;
    height: 20px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    background-color: rgba(255, 128, 0, .2)
}
.special-item dl dd .tag-num span em {
    overflow: hidden;
    display: inline-block;
    max-width: 56px;
    padding-left: 14px;
    background: url(ico_article_num.png) 0 no-repeat;
    font-style: normal;
    color: #a1a8b3;
    white-space: nowrap
}
.talent-list {
    margin-top: 20px;
    height: 333px;
    overflow: hidden
}
.talent-list:after, .talent-list:before {
    content: " ";
    display: table
}
.talent-list:after {
    clear: both
}
.talent-list .item {
    float: left;
    width: 240px;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
    background-color: #f2f7ff;
    border-radius: 2px
}
.talent-list .news-img {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden
}
.talent-list .news-img>a, .talent-list .news-img img {
    display: block;
    width: 100%;
    height: 100%
}
.talent-list .news-img .label {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 2;
    height: 24px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: rgba(28, 28, 28, .6);
    border-radius: 2px
}
.talent-list .info {
    width: 100%;
    padding: 0 20px;
    height: 173px;
    overflow: hidden;
    box-sizing: border-box
}
.talent-list .info .title {
    height: 24px;
    overflow: hidden;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.talent-list .info .title a {
    display: block;
    color: #262626;
    transition: all .3s
}
.talent-list .info .title a:hover {
    color: #1a79ff;
    transition: all .3s
}
.talent-list .info .desc {
    height: 66px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #8a9099
}
.talent-list .info .foot {
    margin-top: 24px;
    font-size: 12px;
    line-height: 14px;
    color: #8a9099
}
.talent-list .info .foot:after, .talent-list .info .foot:before {
    content: " ";
    display: table
}
.talent-list .info .foot:after {
    clear: both
}
.talent-list .info .foot .speaker {
    float: left
}
.talent-list .info .foot .date {
    float: right
}
.talent-list .more {
    float: right;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(270deg, hsla(0, 0%, 98.8%, 0) 50%, #f2f7ff)
}
.talent-list .more a {
    position: relative;
    display: block;
    width: 18px;
    height: 100%;
    overflow: hidden;
    padding: 157px 12px 0;
    font-size: 14px;
    color: #a1a8b3;
    text-align: center;
    transition: all .3s
}
.talent-list .more a:hover {
    color: #1a79ff;
    transition: all .3s
}
.talent-list .more a:hover:before {
    background-image: url(icon_more_highlight.png)
}
.talent-list .more a:before, .talent-list .more a:hover:before {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    transition: all .3s
}
.talent-list .more a:before {
    content: "";
    position: absolute;
    top: 137px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background-image: url(icon_more_default.png)
}
.digitization-panel .panel-head .title .title-right .tips_know img {
    display: inline-block;
    width: 12px;
    height: 14px
}
.digitization-panel .panel-body .digitization-list {
    height: 160px;
    overflow: hidden;
    margin-top: 20px
}
.digitization-panel .panel-body .digitization-list:after, .digitization-panel .panel-body .digitization-list:before {
    content: " ";
    display: table
}
.digitization-panel .panel-body .digitization-list:after {
    clear: both
}
.digitization-panel .panel-body .digitization-list .item {
    position: relative;
    float: left;
    width: 240px;
    height: 100%;
    margin-right: 20px
}
.digitization-panel .panel-body .digitization-list .item .news-img {
    position: relative;
    z-index: 1
}
.digitization-panel .panel-body .digitization-list .item .news-img>a, .digitization-panel .panel-body .digitization-list .item .news-img img {
    display: block;
    width: 100%;
    height: 100%
}
.digitization-panel .panel-body .digitization-list .item .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 72px;
    overflow: hidden;
    background-image: linear-gradient(180deg, transparent, #000)
}
.digitization-panel .panel-body .digitization-list .item .title {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
    width: 100%;
    max-height: 48px;
    overflow: hidden;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box
}
.digitization-panel .panel-body .digitization-list .item .title a {
    display: block;
    color: #fff
}
.digitization-panel .panel-body .digitization-list .more {
    float: right;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(270deg, hsla(0, 0%, 98.8%, 0) 50%, #f2f7ff)
}
.digitization-panel .panel-body .digitization-list .more a {
    position: relative;
    display: block;
    width: 18px;
    height: 100%;
    overflow: hidden;
    padding: 68px 12px 0;
    font-size: 14px;
    color: #a1a8b3;
    text-align: center;
    transition: all .3s
}
.digitization-panel .panel-body .digitization-list .more a:hover {
    color: #1a79ff;
    transition: all .3s
}
.digitization-panel .panel-body .digitization-list .more a:hover:before {
    background-image: url(icon_more_highlight.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    transition: all .3s
}
.digitization-panel .panel-body .digitization-list .more a:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background-image: url(icon_more_default.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    transition: all .3s
}
.quick-news-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.quick-news-panel .panel-head .title h3 {
    padding: 0
}
.quick-news-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none
}
.quick-news-panel .panel-head .title h3:after {
    display: none !important
}
.quick-news-panel .panel-head .title .more {
    padding-right: 18px;
    line-height: 28px !important;
    background-image: url(refresh_icon.png)
}
.quick-news-panel .panel-head .title .more, .quick-news-panel .panel-head .title .more:hover {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 16px 16px;
    transition: all .3s
}
.quick-news-panel .panel-head .title .more:hover {
    color: #1a79ff;
    background-image: url(refresh_active_icon.png)
}
.quick-news-panel .swiper-slide {
    height: 88px;
    overflow: hidden;
    width: 100%
}
.quick-news-panel .quick-news-ad {
    height: 0 !important;
    overflow: hidden !important
}
.quick-news-panel .list {
    position: relative;
    height: 440px;
    margin-top: 20px
}
.quick-news-panel .list .swiper-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box
}
.quick-news-panel .list .swiper-wrapper::-webkit-scrollbar {
    width: 4px;
    background: #f2f7ff;
    border-radius: 2px
}
.quick-news-panel .list .swiper-wrapper::-webkit-scrollbar-thumb {
    background: #dadfe6;
    border-radius: 2px
}
.quick-news-panel .list .item {
    position: relative;
    width: 100%;
    height: 88px;
    overflow: hidden;
    padding-left: 5px;
    box-sizing: border-box
}
.quick-news-panel .list .item:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 2;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 2px solid #1a79ff;
    border-radius: 50%;
    transition: all .3s
}
.quick-news-panel .list .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
    width: 0;
    height: 100%;
    border: 1px dashed #f2f7ff
}
.quick-news-panel .list .item a {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 25px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    transition: all .3s
}
.quick-news-panel .list .item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: transparent;
    transition: all .4s
}
.quick-news-panel .list .item a:hover:before {
    width: 100%;
    background-image: linear-gradient(90deg, #fcfcfc 5%, #f8f8f8);
    transition: all .4s
}
.quick-news-panel .list .item a:hover .title {
    color: #1a79ff;
    transition: all .3s
}
.quick-news-panel .list .item .date, .quick-news-panel .list .item .title {
    position: relative;
    z-index: 2
}
.quick-news-panel .list .item .title {
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    color: #333
}
.quick-news-panel .list .item .title img {
    vertical-align: middle;
    margin-left: 6px;
    width: 18px;
    height: 14px;
    overflow: hidden
}
.quick-news-panel .list .item .date {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #a1a8b3
}
.eb-number-panel {
    position: relative;
    height: 160px;
    margin-top: 30px;
    overflow: hidden;
    background-color: #f2f7ff;
    border-radius: 2px
}
.eb-number-panel .eb-no-swiper-container {
    height: 160px
}
.eb-number-panel .eb-no-swiper-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box
}
.eb-number-panel .eb-no-swiper-container .swiper-slide a {
    display: block
}
.eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-head:after, .eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-head:before {
    content: " ";
    display: table
}
.eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-head:after {
    clear: both
}
.eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-head img {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 50%
}
.eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-head p {
    float: left;
    width: 200px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 48px;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap
}
.eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-body {
    margin-top: 10px
}
.eb-number-panel .eb-no-swiper-container .swiper-slide .eb-no-body p {
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #5b6066
}
.eb-number-panel .eb-no-swiper-container .swiper-wrapper {
    height: 100%
}
.eb-number-panel .eb-no-swiper-container .eb-pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
    box-sizing: border-box
}
.eb-number-panel .eb-no-swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    border-radius: 50%;
    background: #b8becc;
    cursor: pointer;
    border: 1px solid #b8becc
}
.eb-number-panel .eb-no-swiper-container .swiper-active-switch {
    background-color: #f2f7ff
}
.eb-number-panel .eb-no-swiper-container .adv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: rgba(23, 24, 26, .6);
    border-radius: 0 8px 0 0
}
.panel-head {
    position: relative;
    z-index: 10
}
.panel-head .title .more {
    cursor: pointer;
    line-height: 28px !important
}
.panel-head .title .more:hover {
    color: #1a79ff
}
.video-list {
    position: relative
}
.video-list .item {
    position: relative;
    margin-top: 20px
}
.video-list .item:after, .video-list .item:before {
    content: " ";
    display: table
}
.video-list .item:after {
    clear: both
}
.video-list .item .news-img {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    background: #000;
    overflow: hidden
}
.video-list .item .news-img .img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.video-list .item .news-img .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0
}
.video-list .item .news-img .mask img {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.video-list .item .mask-box-video {
    display: none;
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    left: -210px;
    top: -60px;
    z-index: 10;
    line-height: 200px;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(38, 38, 38, .15)
}
.video-list .item .mask-box-video img {
    display: inline-block;
    width: 138px;
    height: 138px;
    vertical-align: middle
}
.video-list .item .mask-box-video:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 90px;
    right: -8px;
    width: 8px;
    height: 16px;
    background-color: #fff;
    background-image: url(code_right.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 16px
}
.video-list .info {
    width: 185px;
    height: 100px;
    float: right;
    overflow: hidden
}
.video-list .info .title {
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    color: #17181a;
    overflow: hidden
}
.video-list .info p {
    color: #a1a8b3;
    font-size: 14px;
    position: relative;
    padding-left: 16px;
    margin-top: 12px
}
.video-list .info p:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 12px;
    background-image: url(dianzan.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}
.video-list .qr-code {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: hsla(0, 0%, 100%, .94);
    transition: opacity .3s linear
}
.video-list .qr-code.show-qrcode {
    z-index: 10;
    opacity: 1;
    transition: opacity .3s linear
}
.video-list .qr-code .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.video-list .qr-code .img-box .img-panel {
    width: 160px;
    height: 160px
}
.video-list .qr-code .img-box .img-panel .special-qr-code {
    display: inline-block;
    width: 100%;
    height: 100%
}
.video-list .qr-code .img-box .qr-tips {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #8a9099;
    line-height: 20px;
    text-align: center
}
.calendar-panel {
    margin-top: 30px
}
.calendar-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.calendar-panel .panel-head .title h3 {
    padding: 0
}
.calendar-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.calendar-panel .panel-head .title h3:after {
    display: none !important
}
.calendar-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.calendar-panel .calendar {
    overflow: hidden
}
.calendar-panel .calendar .calendar-head {
    margin-top: 20px;
    text-align: center
}
.calendar-panel .calendar .calendar-head .arrow, .calendar-panel .calendar .calendar-head .arrow-left, .calendar-panel .calendar .calendar-head .arrow-right {
    width: 7px;
    height: 12px;
    margin: 0;
    cursor: pointer
}
.calendar-panel .calendar .calendar-head .arrow-left {
    background-image: url(icon_arrow_left_dark.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 100%
}
.calendar-panel .calendar .calendar-head .arrow-right {
    background-image: url(icon_arrow_right_dark.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 100%
}
.calendar-panel .calendar .calendar-head span {
    display: inline-block;
    height: 22px;
    margin: 0 20px;
    font-size: 14px;
    line-height: 22px;
    color: #262626
}
.calendar-panel .calendar .calendar-week>li, .calendar-panel .calendar .week {
    float: left;
    width: 32px;
    font-size: 14px;
    text-align: center
}
.calendar-panel .calendar .calendar-week {
    width: 300px;
    margin-top: 20px
}
.calendar-panel .calendar .calendar-week:after, .calendar-panel .calendar .calendar-week:before {
    content: " ";
    display: table
}
.calendar-panel .calendar .calendar-week:after {
    clear: both
}
.calendar-panel .calendar .calendar-week>li {
    color: #a1a8b3;
    margin-right: 12px
}
.calendar-panel .calendar .calendar-week>li:last-child {
    margin-right: 0
}
.calendar-panel .calendar .calendar-view {
    width: 300px
}
.calendar-panel .calendar .calendar-view:after, .calendar-panel .calendar .calendar-view:before {
    content: " ";
    display: table
}
.calendar-panel .calendar .calendar-view:after {
    clear: both
}
.calendar-panel .calendar .calendar-view>li {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 12px 12px 0 0;
    background-color: #fff;
    border-radius: 2px
}
.calendar-panel .calendar .calendar-view>li:nth-of-type(7n) {
    margin-right: 0
}
.calendar-panel .calendar .calendar-view .month-class {
    color: #a1a8b3;
    opacity: 0
}
.calendar-panel .calendar .date-view {
    position: relative
}
.calendar-panel .calendar .date-view span {
    display: block;
    position: relative;
    z-index: 2
}
.calendar-panel .calendar .day-highlight {
    color: #1a79ff;
    border-radius: 2px;
    font-weight: 700
}
.calendar-panel .calendar .has-meeting {
    cursor: pointer;
    background-image: url(meeting_day.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 100%;
    color: #ff7f00
}
.calendar-panel .calendar .active-meeting {
    background-image: url(meeting_day_select.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 100%;
    color: #262626
}
.calendar-panel .meeting-fir {
    width: 300px
}
.calendar-panel .meeting-fir a {
    display: inline-block;
    margin-top: 12px;
    background-color: #f5f9ff;
    height: 80px
}
.calendar-panel .meeting-fir a:after, .calendar-panel .meeting-fir a:before {
    content: " ";
    display: table
}
.calendar-panel .meeting-fir a:after {
    clear: both
}
.calendar-panel .meeting-fir .left {
    color: #fff;
    font-size: 12px;
    width: 180px;
    float: left
}
.calendar-panel .meeting-fir .left p span {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    padding: 0 8px 0 4px;
    background-color: #1a79ff;
    line-height: 18px;
    color: #fff;
    border-radius: 0 12px 12px 0
}
.calendar-panel .meeting-fir .left p span i {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 7px;
    height: 5px;
    background: url(ico_meeting_info_tag.png) 50% no-repeat
}
.calendar-panel .meeting-fir .left .title {
    height: 42px;
    margin: 10px;
    font-size: 16px;
    color: #262626;
    overflow: hidden
}
.calendar-panel .meeting-fir .right {
    float: right
}
.calendar-panel .meeting-fir .right img {
    width: 120px;
    height: 80px
}
.date-title-show {
    font-size: 14px;
    color: #666;
    border: 1px solid #ff7f00;
    background-color: #fff;
    z-index: 100;
    width: 180px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box
}
.date-title-show a {
    display: block;
    max-height: 40px;
    overflow: hidden;
    transition: all .3s
}
.date-title-show a:hover {
    color: #1a79ff !important;
    transition: all .3s
}
.date-title-show .close-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 17px;
    height: 17px;
    border-radius: 0 0 0 17px;
    line-height: 17px;
    background: #acacac;
    color: #fff;
    padding: 0 0 1px 2px;
    cursor: pointer
}
.date-title-show img {
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: -8px
}
.course-panel {
    margin-top: 30px
}
.course-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.course-panel .panel-head .title h3 {
    padding: 0
}
.course-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.course-panel .panel-head .title h3:after {
    display: none !important
}
.course-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.course-panel .list {
    overflow: hidden
}
.course-panel .item {
    margin-top: 20px
}
.course-panel .item .item-head:after, .course-panel .item .item-head:before {
    content: " ";
    display: table
}
.course-panel .item .item-head:after {
    clear: both
}
.course-panel .item .item-head .news-img {
    float: left;
    width: 120px;
    height: 80px
}
.course-panel .item .item-head .news-img>a, .course-panel .item .item-head .news-img img {
    display: block;
    width: 100%;
    height: 100%
}
.course-panel .item .item-head .info {
    float: right;
    width: 165px;
    height: 80px;
    overflow: hidden
}
.course-panel .item .item-head .title {
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px
}
.course-panel .item .item-head .title a {
    display: block;
    color: #262626;
    transition: color .3s
}
.course-panel .item .item-head .title a:hover {
    color: #1a79ff;
    transition: color .3s
}
.course-panel .item .item-head .foot {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #a1a8b3
}
.course-panel .item .item-head .foot:after, .course-panel .item .item-head .foot:before {
    content: " ";
    display: table
}
.course-panel .item .item-head .foot:after {
    clear: both
}
.course-panel .item .item-head .foot .date {
    float: left
}
.course-panel .item .item-head .foot .address {
    float: right
}
.course-panel .item .item-foot {
    margin-top: 15px
}
.course-panel .item .item-foot p {
    max-height: 66px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #8a9099
}
.report-panel, .video-panel {
    margin-top: 30px
}
.report-panel .panel-head .title, .video-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.report-panel .panel-head .title h3, .video-panel .panel-head .title h3 {
    padding: 0
}
.report-panel .panel-head .title h3:before, .video-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.report-panel .panel-head .title h3:after, .video-panel .panel-head .title h3:after {
    display: none !important
}
.report-panel .panel-head .title .title-more, .video-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.report-panel .list, .video-panel .list {
    overflow: hidden
}
.report-panel .list .item, .video-panel .list .item {
    margin-top: 20px
}
.report-panel .list .item:after, .report-panel .list .item:before, .video-panel .list .item:after, .video-panel .list .item:before {
    content: " ";
    display: table
}
.report-panel .list .item:after, .video-panel .list .item:after {
    clear: both
}
.report-panel .list .item .news-img, .video-panel .list .item .news-img {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden
}
.report-panel .list .item .news-img>a, .report-panel .list .item .news-img img, .video-panel .list .item .news-img>a, .video-panel .list .item .news-img img {
    display: block;
    width: 100%;
    height: 100%
}
.report-panel .list .info, .video-panel .list .info {
    width: 185px;
    height: 100px;
    float: right;
    overflow: hidden
}
.report-panel .list .info .title, .video-panel .list .info .title {
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.report-panel .list .info .title a, .video-panel .list .info .title a {
    color: #262626;
    transition: color .3s
}
.report-panel .list .info .title a:hover, .video-panel .list .info .title a:hover {
    color: #1a79ff
}
.report-panel .list .info .desc, .video-panel .list .info .desc {
    margin-top: 5px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #8a9099
}
.report-panel .list .info .date, .video-panel .list .info .date {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #a1a8b3
}
.new-report-panel {
    margin-top: 30px
}
.new-report-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.new-report-panel .panel-head .title h3 {
    padding: 0
}
.new-report-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.new-report-panel .panel-head .title h3:after {
    display: none !important
}
.new-report-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.new-report-panel .list {
    overflow: hidden
}
.new-report-panel .list .item {
    margin-top: 20px
}
.new-report-panel .list .item:after, .new-report-panel .list .item:before {
    content: " ";
    display: table
}
.new-report-panel .list .item:after {
    clear: both
}
.new-report-panel .list .item .news-img {
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden
}
.new-report-panel .list .item .news-img span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 36px;
    height: 20px;
    background: rgba(28, 28, 28, .9);
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center
}
.new-report-panel .list .item .news-img>a, .new-report-panel .list .item .news-img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}
.new-report-panel .list .info {
    width: 165px;
    height: 80px;
    float: right;
    overflow: hidden
}
.new-report-panel .list .info .title {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    font-weight: 400;
    height: 48px;
    overflow: hidden
}
.new-report-panel .list .info .title a {
    color: #262626;
    transition: color .3s
}
.new-report-panel .list .info .title a:hover {
    color: #1a79ff
}
.new-report-panel .list .info .bottom {
    margin-top: 4px;
    height: 28px;
    overflow: hidden
}
.new-report-panel .list .info .bottom:after, .new-report-panel .list .info .bottom:before {
    content: " ";
    display: table
}
.new-report-panel .list .info .bottom:after {
    clear: both
}
.new-report-panel .list .info .bottom .page {
    float: left;
    font-size: 12px;
    color: #a1a8b3;
    line-height: 28px;
    background: url(ico_report_page.png) no-repeat 0;
    background-size: 13px 16px;
    padding-left: 17px
}
.new-report-panel .list .info .bottom .button {
    float: right;
    display: block;
    width: 56px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #1a79ff;
    border-radius: 2px;
    font-size: 14px;
    color: #fff
}
.topic-panel {
    margin-top: 30px
}
.topic-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.topic-panel .panel-head .title:after, .topic-panel .panel-head .title:before {
    content: " ";
    display: table
}
.topic-panel .panel-head .title:after {
    clear: both
}
.topic-panel .panel-head .title h3 {
    padding: 0
}
.topic-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.topic-panel .panel-head .title h3:after {
    display: none !important
}
.topic-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.topic-panel .item {
    margin-top: 20px
}
.topic-panel .item .news-img {
    width: 100%;
    height: 200px
}
.topic-panel .item .news-img>a, .topic-panel .item .news-img img {
    display: block;
    width: 100%;
    height: 100%
}
.topic-panel .item .info .title {
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.topic-panel .item .info .title a {
    color: #262626;
    transition: color .3s
}
.topic-panel .item .info .title a:hover {
    color: #1a79ff;
    transition: color .3s
}
.topic-panel .item .info .desc {
    max-height: 44px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #8a9099
}
.topic-panel .item .info .date {
    display: none !important;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #a1a8b3
}
@keyframes scale {
    0% {
        transform: scale(1)
    }
    50%, 75% {
        transform: scale(3)
    }
    78%, to {
        opacity: 0
    }
}
.industrial-belt-panel {
    margin-top: 30px
}
.industrial-belt-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.industrial-belt-panel .panel-head .title h3 {
    padding: 0
}
.industrial-belt-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.industrial-belt-panel .panel-head .title h3:after {
    display: none !important
}
.industrial-belt-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.industrial-belt-panel img {
    margin-top: 20px
}
.industrial-belt-panel .content {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: #1a79ff
}
.industrial-belt-panel .content .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    height: 500px;
    overflow: hidden;
    background-image: url(img_industrial_belt.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}
.industrial-belt-panel .content .map .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #80eaff;
    border-radius: 50%
}
.industrial-belt-panel .content .map .icon.active {
    width: 14px;
    height: 14px;
    background-color: #f4e924
}
.industrial-belt-panel .content .map .icon.active:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: .7;
    background-color: #f4e924;
    animation: scale 2s cubic-bezier(0, 0, .49, 1.02) infinite;
    animation-delay: .2s
}
.industrial-belt-panel .content .map .ci_xi {
    left: 510px;
    top: 330px
}
.industrial-belt-panel .content .map .he_bei_bai_gou {
    left: 440px;
    top: 210px
}
.industrial-belt-panel .content .map .xin_yang {
    left: 420px;
    top: 280px
}
.industrial-belt-panel .content .map .shi_shi {
    left: 495px;
    top: 390px
}
.industrial-belt-panel .content .map .chang_shu {
    left: 510px;
    top: 300px
}
.industrial-belt-panel .content .map .qing_dao {
    left: 500px;
    top: 240px
}
.industrial-belt-panel .content .map .cheng_du {
    left: 290px;
    top: 310px
}
.industrial-belt-panel .content .map .fo_shan {
    left: 430px;
    top: 410px
}
.industrial-belt-panel .content img {
    display: block;
    width: 100%
}
.industrial-belt-panel .text-content {
    width: 100%;
    min-height: 45px;
    padding: 20px;
    box-sizing: border-box;
    background: #0a4981;
    position: absolute;
    bottom: 0
}
.industrial-belt-panel .text-content p {
    color: #fff
}
.industrial-belt-panel .text-content .address {
    font-size: 12px;
    line-height: 18px
}
.industrial-belt-panel .text-content .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px
}
.column-content {
    margin-top: 20px
}
.column-panel {
    margin-top: 30px
}
.column-panel .panel-head .title {
    border-bottom: none !important;
    height: 28px !important;
    line-height: 28px !important
}
.column-panel .panel-head .title h3 {
    padding: 0
}
.column-panel .panel-head .title h3:before {
    width: 95%;
    height: 12px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: none;
    z-index: -1
}
.column-panel .panel-head .title h3:after {
    display: none !important
}
.column-panel .panel-head .title .title-more {
    font-size: 14px;
    color: #999;
    float: right
}
.column-content-head {
    overflow: hidden
}
.column-content-head .avatar {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%
}
.column-content-head p {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #262626;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700
}
.column-content-head .icon {
    float: left;
    display: block;
    width: 60px;
    height: 16px;
    margin-top: 4px
}
.column-content-bottom {
    position: relative;
    margin-top: 14px;
    overflow: hidden
}
.column-content-bottom a {
    overflow: hidden;
    width: 166px;
    max-height: 72px;
    float: left;
    display: block;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0;
    line-height: 24px
}
.column-content-bottom a:hover {
    color: #1a79ff;
    transition: color .3s
}
.column-content-bottom img {
    float: right;
    width: 120px;
    height: 80px;
    border-radius: 2px
}
.column-content-bottom span {
    position: absolute;
    padding: 0 12px;
    right: 10px;
    top: 10px;
    background: rgba(23, 24, 26, .6);
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px
}
.news-column-item-a {
    display: block
}
.digitization-panel {
    margin-top: 20px
}
.digitization-panel .panel-head {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6ebf2;
    border-radius: 1px
}
.digitization-panel .panel-head .title:after, .digitization-panel .panel-head .title:before {
    content: " ";
    display: table
}
.digitization-panel .panel-head .title:after {
    clear: both
}
.digitization-panel .panel-head .title>h3, .digitization-panel .panel-head .title>span {
    float: left
}
.digitization-panel .panel-head .title h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700
}
.digitization-panel .panel-head .title h3 a {
    color: #1c1c1c
}
.digitization-panel .panel-head .title h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #262626;
    border-radius: 1px
}
.digitization-panel .panel-head .title span {
    font-size: 14px;
    color: #a1a8b3;
    margin-left: 4px
}
.digitization-panel .panel-head .title .title-right {
    float: right
}
.digitization-panel .panel-head .title .title-right .tips_know {
    float: left;
    line-height: 40px;
    margin-left: 30px;
    position: relative;
    font-size: 16px;
    color: #262626
}
.digitization-panel .panel-head .title .title-right .tips_know span {
    font-size: 16px;
    color: #262626;
    margin: 0
}
.digitization-panel .panel-head .title .title-right .tips_know span:hover {
    color: #1a79ff
}
.digitization-panel .panel-body {
    overflow: hidden
}
.digitization-panel .panel-body .know-list {
    overflow: hidden;
    margin-top: 20px
}
.digitization-panel .panel-body .know-list:after, .digitization-panel .panel-body .know-list:before {
    content: " ";
    display: table
}
.digitization-panel .panel-body .know-list:after {
    clear: both
}
.digitization-panel .panel-body .know-list .item {
    position: relative;
    float: left;
    width: 240px;
    height: 100%;
    margin-right: 20px;
    border-radius: 2px
}
.digitization-panel .panel-body .know-list .item .news-img {
    position: relative;
    z-index: 1;
    height: 130px
}
.digitization-panel .panel-body .know-list .item .news-img>a, .digitization-panel .panel-body .know-list .item .news-img img {
    display: block;
    width: 100%;
    height: 100%
}
.digitization-panel .panel-body .know-list .item .bottom {
    background-color: #fff;
    padding: 15px 20px;
    background-color: #f2f7ff;
    font-size: 16px;
    line-height: 24px
}
.digitization-panel .panel-body .know-list .item .bottom a {
    color: #262626
}
.digitization-panel .panel-body .know-list .item .bottom a p {
    height: 48px;
    overflow: hidden
}
.digitization-panel .panel-body .know-list .more {
    float: right;
    width: 50px;
    height: 208px;
    background-image: linear-gradient(270deg, hsla(0, 0%, 98.8%, 0) 50%, #f2f7ff)
}
.digitization-panel .panel-body .know-list .more a {
    position: relative;
    display: block;
    width: 18px;
    height: 100%;
    overflow: hidden;
    padding: 96px 12px 0;
    font-size: 14px;
    color: #a1a8b3;
    text-align: center;
    transition: all .3s
}
.digitization-panel .panel-body .know-list .more a:hover {
    color: #1a79ff;
    transition: all .3s
}
.digitization-panel .panel-body .know-list .more a:hover:before {
    background-image: url(icon_more_highlight.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    transition: all .3s
}
.digitization-panel .panel-body .know-list .more a:before {
    content: "";
    position: absolute;
    top: 76px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background-image: url(icon_more_default.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    transition: all .3s
}
.news-item.link_visited .title a {
    color: #8a9099;
    transition: all .3s
}
.news-item.link_visited .title a:hover {
    color: #1a79ff;
    transition: all .3s
}
.home-head-module {
    width: 100%;
    min-width: 1160px;
    height: 320px;
    overflow: hidden;
    margin-top: 30px
}
.ebrun-global-container {
    margin: 30px auto 0
}
.main-module .button-group {
    margin-top: 30px
}
.main-module .button-group .btn {
    padding: 0 68px
}
.title-more:hover {
    color: #1a79ff !important
}
.side-module1 .button-group {
    margin-top: 20px
}
.side-module1 .button-group .btn {
    padding: 0 42px
}
.digitization-container {
    padding: 10px 0
}
.guide-img-box {
    display: block;
    width: 100%;
    height: 90px;
    margin-top: 20px
}
.guide-img-box img {
    display: block;
    width: 100%;
    height: 100%
}
.copyright {
    height: auto !important
}
.copyright span:nth-of-type(2):after {
    background-color: transparent !important
}