body {
    min-width: 1280px;
    overflow-x: auto;
}


.main_content_01 {
    height: 560px;
    /*background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));*/
    /* background: linear-gradient(to right,  #5a84fd 0%,  #26d9b3 100%);*/
    background: no-repeat center url('../image/bg5.jpg');
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);*/
}

.sidebar-logo1, .index-body-1, .index-body-2, .index-body-3, .index-body-4 {
    width: 1280px;
    /*margin-left: 50%;*/
    /*position: absolute;*/
    /*left: -640px;*/
    margin: 0 auto;
}

.index-body-1 {
    margin-top: -60px;
}

.index-body-3, .index-body-4 {
    margin-top: 38px;
}

.index-body-4 {
    margin-bottom: 100px;
}

.index-body-2 {
    margin-top: 58px;
    /*height: 600px;*/
}

.sidebar-logo1 {
    margin-top: 46px;
}

.div-header {
    /*background-color:rgba(0, 0, 0, 0.1);*/
    height: 240px;
}

.sidebar-logo1 img {
    display: inline-block;
    height: 120px;
    width: 120px;
    vertical-align: middle;
    line-height: 120px;
}

.sidebar-logo1 label {
    display: inline-block;
    /*  margin: -80px 0 0 8px;*/
    font-weight: 600;
    font-size: 40px;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 3px;
    /*text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;*/
    /*text-shadow: 5px 5px 8px rgba(0, 0, 0, .4)!important;*/
    /*text-shadow: -1px 0 #FF6384, 0 1px #FF6384, 1px 0 #FF6384, 0 -1px #FF6384;*/
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25),
    7px 7px 1px rgba(0, 0, 0, 0.2);
    /*mask-image:-webkit-gradient(linear, 0 0, 0 bottom, from(white), to(#C7D5ED));*/
    /*    background: linear-gradient(to bottom,white,#ABC0E4);
        -webkit-background-clip: text;*/
    /*color: transparent;*/
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
}

.font-label {
    color: #FFF;
}

.header-table {
    width: 100%;
    margin-left: 12px;
}

.header-table tr td {
    padding: 0 0;
}

.menu {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.menu-title {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s background-color;
    font-size: 20px;
}

.menu-dropdown {
    min-width: 100%;
    padding: 0 0 0 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    transition: 0.5s padding, 0.5s background;
    border-radius: 4px;
    margin-left: -18px;
    margin-top: 10px;
}

.menu-dropdown-5 {
    margin-left: -8px;
}

.menu-dropdown > li {
    text-align: center;
    height: 42px;
    line-height: 36px;
}

.menu-dropdown > li > a {
    text-align: center;
    padding: 0 16px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.menu-dropdown > li > a:hover {
    color: white;
    text-decoration: none;
}


.menu:not(:hover) > .menu-dropdown {
    padding: 0 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
}


.menu-dropdown > * {
    overflow: hidden;
    height: 30px;
    padding: 5px 10px;
    background: transparent;
    white-space: nowrap;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s 0.2s color,
    0.2s background-color;
}

.menu-dropdown > li:hover {
    background: #568DED;
    border-radius: 4px;
}

.menu:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: rgba(25, 25, 25, 0);
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
}

.hList > * + * {
    margin-left: 0;
}

.hList {
    list-style: none;
    padding: 0;
    margin: 48px 0 0 0;
    float: right;
}

.hList > li {
    list-style: none;
    padding: 0 10px;
    line-height: 36px;
    height: 38px;
    float: left;
    letter-spacing: 0.1em;
    margin: 0 0 0 2px;
}


.hList > li:hover {
    border-bottom: 2px solid #FFF;
}

.hList > li:not(:first-child):hover li:first-child {
    border-bottom: none;
}

.report-message-h1 {
    margin-top: -10px;
    /*background-color:rgba(255,255,255,0.1);*/
    padding: 25px 0 10px 30px;
    border-radius: 10px;
}

.report-message-h1 h1 {
    color: white;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    margin: 13px 0;
}

.report-message-h1 p {
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    /*text-indent:2em*/
}


.box {
    position: relative;
    width: 500px;
    margin: -12px 0 0 80px;
    float: left;
    z-index: 999;
}

.lineF, .lineS {
    position: absolute;
    visibility: hidden;
}

.lineS {
    top: 138px;
    left: 80px;
}

.boxF, .boxS, .boxT, .overlay {
    width: 150px;
    height: 200px;
    overflow: hidden;
    z-index: 999;
}

.boxF, .boxS {
    visibility: hidden;
}

.boxF {
    transform: rotate(120deg);
    float: left;
    margin-left: 10px;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

.boxS {
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);

}

.boxT {
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.overlay label {
    display: inline-block;
    position: absolute;
    top: 65%;
    margin: -16px 0 0 0;
    border-radius: 3px;
    /*background-color: rgba(68, 129, 235, 0.9);*/
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 100%;
    text-decoration: none;
    color: rgba(68, 129, 235, 0.9);
    font-size: 20px;
    font-weight: bolder;
}

.menu-div-icon {
    position: absolute;
    top: 28%;
    width: 100%;
    text-align: center;
}

.overlay:hover {
    background: #C7EDCC;
    cursor: pointer;
}

.label-right-seal-logo {
    font-weight: 600;
    height: 22px;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-Index: 2;
    /*  padding: 0 2em;*/
    /*  -webkit-transform-origin: right bottom;
      -moz-transform-origin: right bottom;
      transform-origin: right bottom;*/
    -webkit-transform: translate(-125%, -1385%) rotate(0deg);
    -moz-transform: translate(-125%, -1385%) rotate(0deg);
    transform: translate(-125%, -1385%) rotate(0deg);
    text-indent: 0;
    color: white;
    width: 100px;
    text-align: center;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    opacity: 0.6;
    display: none;
}

.label-right-seal-text {
    font-size: 24px;
    height: 6em;
    letter-spacing: 16px;
    line-height: 26px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-Index: 2;
    -webkit-transform: translate(-36%, -36%) rotate(0deg);
    -moz-transform: translate(-36%, -36%) rotate(0deg);
    transform: translate(-36%, -36%) rotate(0deg);
    text-indent: 0;
    color: white;
    width: 26px;
    text-align: center;
    font-family: '楷体', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    opacity: 0.5;
    writing-mode: vertical-rl;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    overflow: hidden;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc3fe), to(#21a1d0));*/
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    font-weight: 600;
    display: none;
}

@-webkit-keyframes breathe {
    0% {
        opacity: .5;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    }
    100% {
        opacity: .8;
        text-shadow: 0 1px 30px #ffffff;
    }
}


a.push_button {
    display: inline-block;
    /*margin: 0 auto;*/
    width: 200px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    text-align: center;
    /*background: #FD5258;*/
    padding: 8px;
    border-radius: 2rem;
    margin-right: 24px;
    letter-spacing: 0.1em;
}

a.push_button:hover {
    text-decoration: none;
}


.section-header h3 {
    font-size: 18px;
    color: rgba(68, 129, 235, 0.9);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}


.section-header h4 {
    font-size: 18px;
    color: rgba(68, 129, 235, 0.9);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
}


.section-header h3::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 120px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 40px);
}


.slideBox_x {
    overflow: hidden;
    position: relative;
}


.slideBox_x .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox_x .hd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox_x .hd ul li {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .2);
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.slideBox_x .hd ul li.on {
    background: #0AB4f7;
    color: #fff;
}

.slideBox_x .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox_x .bd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideBox_x .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_x .prev,
.slideBox_x .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.slideBox_x .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox_x .prev:hover,
.slideBox_x .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox_x .prevStop {
    display: none;
}

.slideBox_x .nextStop {
    display: none;
}

.slideBox {
    width: 550px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}


.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .2);
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.slideBox .hd ul li.on {
    background: #0AB4f7;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.image-label {
    position: absolute;
    bottom: -8px;
    display: block;
    text-align: left;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    z-index: 8888;
    width: 100%;
    text-indent: 1em;
}

.image-label a {
    color: white;
}

.carousel-image {
    width: 550px;
    height: 350px;
}

.swiper-pagination {
    text-align: right;
    padding-right: 10px;
}


.newsCenterPanel {
    width: 100%;
    height: 793px;
    background: #fff;
    overflow: hidden;
    *padding-bottom: 50px
}

.newsCenterPanel .title {
    position: relative;
    width: 410px;
    height: 85px;
    line-height: 85px;
    margin: 35px auto 30px auto;
    font-size: 50px;
    font-weight: normal;
    padding-top: 30px
}

.newsCenterPanel .title a {
    display: block;
    width: 100%;
    color: #2e2e30;
    text-align: center;
}

.newsCenterPanel_inner {
    /*width: 600px;*/
    /*margin: 0 auto*/
}

.newsCenterPanel_inner .newContentBox {
    float: left;
    width: 580px;
    height: 95px;
    text-align: left;
    vertical-align: top;
    position: relative;
    /*border: 1px solid #a6a6a6;
    padding: 8px;*/
}

.newContentBox {
    border-bottom: 1px #DBDBDB dashed;
    margin-bottom: 6px;
    margin-top: 2px;
    margin-left: 2px;
}


.newsCenterPanel_inner .newContentBox.odd {
    margin-right: 100px
}

.newsCenterPanel_inner .newContentBox a {
    cursor: pointer
}

.newsCenterPanel_inner .newContentBox .newTitle {
    float: left;
    line-height: 44px;
    height: 50px;
    font-size: 16px;
    color: #333;
    width: 420px;
    white-space: nowrap;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis
}


.newsCenterPanel_inner .newContentBox a:hover {
    background-color: rgba(68, 129, 235, 0.9)
}

.newTitleIcon {
    font-size: 16px;
}

.newsCenterPanel_inner .newContentBox .newTitleIcon {
    /*  width: 19px;
      height: 19px;
      background-color: #a6a6a6;
     */
    position: absolute;
    right: 0;
    top: 10px
}

.newsCenterPanel_inner .newContentBox .box-border {
    position: absolute;
    left: 87px;
    top: 44px;
    width: 21px;
    border-top: 1px solid rgba(68, 129, 235, 0.9);
}

.box-border {
    transition: width 1s;
    -webkit-transition: width 1s;
}

.newsCenterPanel_inner .newContentBox a:hover .box-border {
    width: 420px;
}


.newsCenterPanel_inner .newContentBox .newContent {
    float: left;
    height: 30px;
    width: 450px;
    font-size: 14px;
    line-height: 28px;
    color: #b0b0b0;
    margin-bottom: 50px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.newContentBox .time {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(68, 129, 235, 0.9);;
    background: #fff;
    text-align: center;
    margin-right: 30px;
    margin-top: 14px;
    float: left;
    border-radius: 4px;
}

.newContentBox .time .day {
    font-size: 20px;
    font-weight: bolder;
    color: rgba(68, 129, 235, 0.9);;
    padding: 2px 0 0 0
}

.newContentBox .time .ym {
    font-size: 12px;
    color: #b3b9f5;
    margin-top: -18px;
}

.newContentBox a:hover .time {
    background: rgba(68, 129, 235, 0.9);
}

.newContentBox a:hover .day {
    color: #fff
}

.newContentBox a:hover .ym {
    color: #b5bcf3
}

.newsCenterPanel_inner >>> .ant-timeline-item {
    font-size: 16px;
    padding: 0 20px;
}

.newsCenterPanel_inner >>> .ant-timeline-item-content {
    margin: 0 36px 0 36px;
}

.newsCenterPanel_inner >>> .ant-timeline-item-head {
    width: 15px;
    height: 15px;
    margin-left: -6px;
}

.newsCenterPanel_inner >>> .ant-timeline-item {
    padding: 0 0 30px;
}

.more-h1 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #B0B0B0;
}

.more-btn {
    color: #B0B0B0;
    display: inline-block;
    border: 1px #B0B0B0 dashed;
    border-radius: 4px;
    line-height: 2em;
    padding: 0 10px;
    margin-top: 20px;
    margin-left: 200px;
}


.div_special {
    height: 100px;
    background: no-repeat center url('../image/bg-banner.jpg');
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
    line-height: 90px;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: white;
    letter-spacing: 5px;
    text-shadow: 5px 8px 10px rgba(0, 0, 0, .6);
    cursor: pointer;
    position: relative;
}


.special_content {
    cursor: pointer;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #FF6384;
    letter-spacing: 5px;
    text-align: center;
}


.special_label {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    left: -53px;
    top: 22px;
    /*-webkit-transform-origin: left top;*/
    /*-moz-transform-origin: left top;*/
    /*transform-origin: left top;*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: white;
    width: 180px;
    text-align: center;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    background: #FF6384;
    display: block;
}


/*
.news_list {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #455963;
    border: 1px solid  #60C5D1;
    margin-top: 36px;
}

.label-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #60C5D1;
    margin-right: 10px;
    margin-bottom: 3px;
}

.task-list {
    height: max-content;
}


.list-news-item {
    display: inline-block;
    align-items: center;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    margin: 0;
}

.list-news-item + .list-news-item {
    border-top: 1px solid #E5F0FF;
}

.list-news-item:hover {
    background-color: #E5F0FF;
    cursor: pointer;
}
.list-news-item:hover .label-dot {
    background-color: #548EED;
}

.task-label-new {
    background: no-repeat right top url("../image/icon/new.svg");
}

.task-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 430px;
    display: inline-block;
}
.label-time {
    color: #8A959C;
    font-size: 14px;
    margin-right: 10px;
    float: right;
    width: 75px;
    text-align: right;
}

*/
/*.task-header {
  background: rgba(68, 129, 235, 0.9);
}*/

/*.task-header-title {
    margin: 0;
    font-size: 18px;
    padding: 0 20px 0 20px;
    border-bottom: 2px solid #F1F8FF;
    letter-spacing: 2px;
    color: #455963;
    height: 50px;
    line-height: 50px;
}

.label-more {
    display: inline-block;
    float:right;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-top: 3px;
}*/

.div-card-link {
    width: 285px;
    /*background: no-repeat center url("../image/bg-link-card-fj.jpg");*/
    /*background: #ECF0FB;*/
    border-radius: 2px;
    font-weight: bolder;
    letter-spacing: 2px;
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    height: 90px;
    margin: 30px auto;
    text-align: center;
    line-height: 90px;
    color: white;
    /*border-bottom: 1px solid #B6B7BC;*/
    /*border-right: 1px solid #B8B8B8;*/
    cursor: pointer;
}

.div-card-link a:hover {
    text-decoration: none;
}


.label-card-link {
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 90px;
}

.label-card-link-ch {
    background: no-repeat center url("../image/icon/china.svg") !important;
}

.label-card-link-sx {
    background: no-repeat center url("../image/icon/shanxi.svg") !important;
}

a.label-card-odd {
    color: #FF6384;
}

a.label-card-even {
    color: #FF6384;
}

.FootNav {
    width: 1008px;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
    padding-top: 8px;
}

.FootNav li {
    cursor: pointer;
    float: left;
    font-size: 16px;
}

.FootNav li {
    border-left: 2px solid rgba(68, 129, 235, 0.9);
}


.FootNav li a {
    color: rgba(68, 129, 235, 0.9);
    cursor: pointer;
    text-decoration: none;
}

.FootNav ul, ol li {
    list-style: none;
}

.FootNav ul, ol {
    margin-left: 0px;
    margin-bottom: 0px
}

.FootNav {
    height: auto;
    width: 100%;
}

.FootNav li {
    width: 153px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}

.aut-header-h3 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 120px;
    font-size: 18px;
    color: #FFF;
    background: #005cbf;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;

}

.header-more-label {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #005cbf;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    margin-right: 10px;
}

.aut-header-div {
    height: 42px;
    width: 580px;
    border-bottom: 4px solid #DBDBDB;
    /*margin-left: 16px;*/
}

.common-header-div {
    width: 96%;
    margin: 24px 0 0 8px;
}

.common-header-h3 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 150px;
    font-size: 18px;
    color: #005cbf;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-indent: 8px;
    margin-bottom: 2px;
}


.common-header-span {
    display: inline-block;
    width: 8px;
    height: 28px;
    background: #005cbf;
    vertical-align: middle;
    margin-bottom: 5px;
}

.common-header-line {
    border-top: 2px solid #005cbf;
    margin: 0 0 10px 0;
    padding: 0;
}


.header-more-label {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #005cbf;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}


.header-ul-list {
    list-style: none;
    padding-left: 2px;
}

.header-ul-list li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #DBDBDB dashed;
}

.header-ul-list li:hover .label-dot {
    background-color: #548EED;
}

.header-ul-list li a {
    color: #212529;
}

.header-ul-list li a:hover {
    color: #005CBF;
}

.label-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DBDBDB;
    margin-right: 10px;
    margin-bottom: 27px;
}

.label-title {
    display: inline-block;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 45px;
    cursor: pointer;
}

.label-title-larger {
    width: 500px;
}

.label-title-small {
    width: 280px;
}

.label-time {
    display: inline-block;
    float: right;
    color: #8A959C;
    font-size: 14px;
    height: 30px;
}

.div-card-inner {
    /*background: no-repeat 150px url("../image/icon/china.svg");*/
    /*overflow: hidden;*/

}

.div-card-label {
    display: block;
    height: 30px;
    line-height: 30px;
    /*border: 1px solid red;*/
    font-size: 20px;
    color: #424347;
    font-weight: bold;
    text-align: center;
    width: 100%;
    cursor: pointer;

}

.div-card-label-first {
    margin-top: 10px;
    margin-left: -1px;
}

.span-card-tag {
    display: inline-block;
    background: #2CBFB9;
    width: 100px;
    height: 28px;
    font-size: 16px;
    color: white;
    border-radius: 4px;
    line-height: 28px;
    margin-left: -5px;

}

.login-user {
    width: 180px;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -.1em;
    color: #FFF;
    letter-spacing: normal;
    margin-bottom: 0;
}

.index-footer {
    height: 100px;
    text-align: center;
    background: #FFF;
    border-top: 1px #e9e9e9 dashed;
    clear: both;
    line-height: 28px;
    font-size: 14px;
}
.index-footer a {
    color: black;
}

.index-footer-div {
    margin-top: 20px;
}

.fixed-affix {
    font-size: 14px;
    position: fixed;
    right: 15px;
    bottom: 5px;
    text-align: center;
}

/*.fixed-affix-left {*/
/*    font-size: 14px;*/
/*    position: fixed;*/
/*    left: 15px;*/
/*    bottom: 5px;*/
/*    text-align: center;*/
/*}*/

.affix-div {
    float: right;
    margin-right: 45px;
    margin-bottom: 30px;
}

/*.affix-div-left {*/
/*    float: right;*/
/*    margin-left: 45px;*/
/*    margin-bottom: 260px;*/
/*}*/

/*.affix-div div img {*/
/*    display: block;*/
/*    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);*/
/*    width: 75px;*/
/*    height: 75px;*/

/*}*/

.affix-div div span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #8A959C;
}

.affix-div div {
    margin-bottom: 3px;
    cursor: pointer;
}
.affix-div div span {
    margin-bottom: 5px;
}

.alert-image {
    width: 180px;
    height: 180px;
}

/**
  专栏
 */
.div-card-link-2 {
    width: 255px;
    border-radius: 2px;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    color: white;
    cursor: pointer;
    margin: 30px auto 30px 18px;
}

.div-card-link-2 img {
    width: 300px;
    height: 160px;
    border-radius: 5px;
    transition: all 0.8s;
}

.div-card-link-2 img:hover {
    transform: scale(1.1);
}
