/* common styles  */

.comm-header {
    background: url(../img/pic/head-bg.jpg);
    background-repeat: repeat;
    background-position: center;
}

.comm-header .tp {
    height: 32px;
    background: rgba(45, 84, 143, 0.7);
}

.comm-header .tp .tp-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #ffff;
    font-size: 12px;
}

.comm-header .tp .tp-content a {
    text-decoration: underline;
    line-height: 32px;
}


.comm-header .tp-m {
    display: none;
}

.comm-header .tp-m .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #193b6e;
    padding: 20px 0px;
}

.comm-header .tp-m .row font {
    font-weight: 16px;
}

.comm-header .tp-m .row button {
    width: 42px;
    height: 42px;
    background: none;
}

.comm-header .tp-m .row button img {
    width: 42px;
    height: 42px;
}

.comm-header .hd {
}

.comm-header .hd .hd-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 270px;
}

.comm-header .hd .hd-content .logo {
    max-width: 100%;
}

.comm-header .hd .hd-content .logo .gray {
    display: none;
}

.comm-header .hd .hd-content .search {
    padding-bottom: 30px;
}

.comm-header .hd .hd-content .search .slogan {
    text-align: center;
    margin-bottom: 6px;
}

.comm-header .hd .hd-content .search .plugin {
    width: 514px;
    height: 60px;
    margin-bottom: 6px;
    background: rgba(255, 255, 255, 0.4);
    border: #ffffff 1px solid;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px;
}

.comm-header .hd .hd-content .search .plugin input {
    flex: 1 1;
    background: none;
    border: none;
    color: #2c528c;
    line-height: 28px;
    padding: 0px 10px;
    font-size: 15px;
}

.comm-header .hd .hd-content .search .plugin input::-webkit-input-placeholder {
    color: #2c528c;
}

.comm-header .hd .hd-content .search .plugin input:-moz-placeholder {
    color: #2c528c;
}

.comm-header .hd .hd-content .search .plugin input::-moz-placeholder {
    color: #2c528c;
}

.comm-header .hd .hd-content .search .plugin input:-ms-input-placeholder {
    color: #2c528c;
}

.comm-header .hd .hd-content .search .plugin button {
    background: none;
    border: none;
    color: #2c528c;
    background: url(../img/icons/search.png) no-repeat;
    background-position: 10px center;
    background-size: 22px;
    height: 32px;
    line-height: 28px;
    padding: 0px 10px 0px 50px;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
}

.comm-header .hd .hd-content .search .plugin .dev {
    background: #fff;
    width: 1px;
    height: 30px;
    /* margin: 0px 15px; */
}

.comm-header .hd .hd-content .search .hot-k {
    padding: 0px 25px;
    line-height: 28px;
    color: #2c528c;
}

.comm-header .hd .hd-content .search .hot-k a:hover {
    text-decoration: underline;
}

.comm-navs {
    width: 100%;
    height: 0px;
    z-index: 199;
}

.comm-navs .bord {
    background: #fff;
    border-radius: 2px;
    height: 96px;
    margin-top: -36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.comm-navs .bord .item {
    flex: 1 1;
    width: 0px;
    padding: 20px 0px;
    user-select: none;
}

.comm-navs .bord .item .box {
    width: 100%;
    height: 100%;
}

.comm-navs .bord .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comm-navs .bord .item::before {
    content: " ";
    height: 56px;
    border-left: #dcdcdc 1px solid;
    position: absolute;
}

.comm-navs .bord .item:first-child::before {
    display: none;
}

.comm-navs .bord .item a img {
    display: block;
    width: 32px;
    height:32px;
    margin-bottom: 2px;
    object-fit: contain;
}

.comm-navs .bord .item a span {
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
    color: #333333;
}

.comm-navs .bord .item ul.dropmenu {
    /* position: absolute; */
    position: relative;
    display: block;
    z-index: -1;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* max-width: 200px; */
    /* min-width: 172px; */
    width: 100%;
    opacity: 0;
    transition: all 250ms ease-in-out;
    max-height: 300px;
    overflow: auto;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
}

.comm-navs .bord .item ul.dropmenu li a {
    display: block;
    color: #333;
    line-height: 28px;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comm-navs .bord .item ul.dropmenu li a:hover {
    background: rgba(45, 84, 143, 0.1);
}

.comm-navs .bord .item:hover ul.dropmenu {
    z-index: 99;
    display: block;
    opacity: 1;
    margin-top: 10px;
}

.comm-footer .links {
    background: #193b6e;
}

.comm-footer .links .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comm-footer .links .content .ttle {
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
}

.comm-footer .links .content .list {
    padding-left: 30px;
    flex: 1 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.comm-footer .links .content .list .item {
    flex: 1 1;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    max-width: 200px;
    padding: 25px 20px;
    line-height: 26px;
}

.comm-footer .links .content .list .item .i-c {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.comm-footer .links .content .list .item ul.sub-menu {
    /* display: none; */
    position: absolute;
    display: block;
    z-index: -1;
    bottom: 198px;
    margin-left: -20px;
    /* background: #193b6e; */
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    max-width: 200px;
    min-width: 175px;
    opacity: 0;
    transition: all 250ms ease-in-out;
    max-height: 300px;
    overflow: auto;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
}

.comm-footer .links .content .list .item ul.sub-menu li a {
    display: block;
    color: #333;
    line-height: 28px;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comm-footer .links .content .list .item ul.sub-menu li a:hover {
    /* background: rgba(0, 0, 0, 0.15); */
    background: rgba(45, 84, 143, 0.1);
}

.comm-footer .links .content .list .item:hover ul.sub-menu {
    z-index: 99;
    display: block;
    opacity: 1;
    bottom: 217px;
}

.comm-footer .links-m {
    display: none;
    background: #193b6e;
    padding: 20px 0px;
}

.comm-footer .links-m .content .ttle {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.comm-footer .links-m .content .list .item {
    color: #ffffff;
    margin-bottom: 5px;
}

.comm-footer .links-m .content .list .item .i-c {
    border: #ccc 1px solid;
    border-radius: 4px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    user-select: none;
    cursor: pointer;
}

.comm-footer .links-m .content .list .item ul.sub-menu {
    height: 0px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.comm-footer .links-m .content .list .item ul.sub-menu.open {
    height: auto;
}

.comm-footer .links-m .content .list .item ul.sub-menu li a {
    display: block;
    line-height: 28px;
    padding: 8px 10px;
}

.comm-footer .law {
    background: #eeeeee;
    padding: 20px 0px 30px 0px;
    border-bottom: #193b6e 15px solid;
}

.comm-footer .law .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.comm-footer .law .row .col .cop {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comm-footer .law .row .col .cop .infos {
    margin-left: 20px;
    line-height: 25px;
    font-size: 12px;
}

.comm-footer .law .row .col .cop .infos .line span {
    margin-right: 20px;
}

.comm-float-btns {
    width: 82px;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 30px;
}

.comm-float-btns ul li {
    background: rgba(0, 0, 0, 0.2);
    width: 80px;
    height: 80px;
    margin: 1px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.comm-float-btns ul li:hover {
    background: rgba(0, 0, 0, 0.4);
}

.comm-float-btns ul li:hover .qrcode {
    display: block;
}

.comm-float-btns ul li .box {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comm-float-btns ul li .qrcode {
    display: none;
    width: 110px;
    height: 110px;
    background: #ffffff;
    position: absolute;
    margin-left: -110px;
    margin-top: -95px;
}

.comm-float-btns ul li .qrcode img {
    width: 110px;
    height: 110px;
}

.comm-float-btns ul li.top {
    height: 0px;
}

.comm-float-btns ul li.top.show {
    height: 80px;
}

.comm-aside-base {
    display: none;
    width: 340px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    top: 0;
    right: -340px;
    z-index: 1999;
    overflow: hidden;
    transition: all 200ms ease-in-out;
}

.comm-aside-base.open {
    right: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.comm-aside-base .inner {
    background: url(../img/pic/aside-bg.png) no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.comm-aside-base .inner .close-line {
    text-align: right;
    padding: 20px;
}

.comm-aside-base .inner .close-line button {
    background: none;
}

.comm-aside-base .inner .close-line button img {
    width: 30px;
}

.comm-aside-base .inner .menu {
    flex: 1 1;
    height: 0px;
    overflow-y: auto;
    padding-left: 25px;
}

.comm-aside-base .inner .menu ul.parent li{
    padding-left: 10px;
}

.comm-aside-base .inner .menu ul.parent li::before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #193b6e;
    position: relative;
    margin-top: 18px;
    float: left;
}

.comm-aside-base .inner .menu ul.parent li a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 25px;
    width: 100%;
}

.comm-aside-base .inner .menu ul.parent li ul.submenu {
    padding-left: 10px;
    height: 0px;
    overflow: hidden;
}

.comm-aside-base .inner .menu ul.parent li ul.submenu.open {
    height: auto;
    overflow: hidden;
}

.comm-aside-base .inner .menu ul.parent li ul.submenu li::before {
    background: #d2d2d2;
    display: none;
}

.comm-aside-base .inner .menu ul.parent li ul.submenu.open li::before {
    display: block;
}

/* home styles  */

.home-banner-base {
    background-color: #2d548f;
}

.home-banner-base .home-banner-bg {
    background: url(../img/pic/banner-bg.jpg);
    background-position: center;
    padding: 100px 0px 40px 0px;
}

.home-banner-base .hm-bn-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.home-banner-base .hm-bn-content .hm-bn-carousel {
    flex: 1 1;
    width: 0px;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container {
    width: 100%;
    height: 100%;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container .swiper-pagination {
    text-align: right;
    padding: 0px 20px;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container .swiper-pagination .my-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container .swiper-pagination .my-bullet-active {
    background: #a32a2a;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.home-banner-base .hm-bn-content .hm-bn-carousel .swiper-container .swiper-wrapper .swiper-slide .tips {
    height: 40px;
    position: relative;
    background: rgba(32, 30, 30, 0.6);
    margin-top: -40px;
    z-index: 90;
    color: #fff;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-banner-base .hm-bn-content .hm-bn-news {
    width: 500px;
    margin-left: 76px;
}

.home-banner-base .hm-bn-content .hm-bn-news .tabs {
    margin-bottom: 20px;
}

.home-banner-base .hm-bn-content .hm-bn-news .tabs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.home-banner-base .hm-bn-content .hm-bn-news .tabs ul li {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    line-height: 36px;
    transition: all 100ms ease-in-out;
    text-align: center;
}

.home-banner-base .hm-bn-content .hm-bn-news .tabs ul li.active {
    /* font-size: 20px; */
    transform:scale(1.2);
}

.home-banner-base .hm-bn-content .hm-bn-news .list {

}

.home-banner-base .hm-bn-content .hm-bn-news .list ul {
    display: none;
}

.home-banner-base .hm-bn-content .hm-bn-news .list ul.active {
    display: block;
}

.home-banner-base .hm-bn-content .hm-bn-news .list ul li {
    margin-bottom: 20px;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .date {
    width: 32px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    user-select: none;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .date .day {
    background: #9eadc2;
    text-align: center;
    line-height: 20px;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .date .month {
    background: #193b6e;
    text-align: center;
    line-height: 20px;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .info {
    width: 0px;
    flex: 1 1;
    color: #fff;
    margin-left: 20px;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .info .title {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .info .more {
    font-size: 14px;
}

.home-banner-base .hm-bn-content .hm-bn-news .list .n-c .info .more:hover {
    text-decoration: underline;
}

.home-body {
    padding: 30px 0px;
}

.pic-line img {
    width: 100%;
    height: 96px;
    object-fit: cover;
}

.home-body .pic-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px;
}

.home-body .pic-link a {
    flex: 1 1;
    min-width: 200px;
    height: 104px;
    margin: 10px;
}

.home-body .pic-link a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-body .mds {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    /* flex-wrap: wrap; */
}

.home-body .mds .mds-l {
    flex: 1 1;
    min-width: 0px;
    /* width: 500px; */
}


.home-body .mds .mds-l .sc {

}

.home-body .mds .mds-l .sc .tabs {
    border-bottom: #2d548f 3px solid;
    margin-bottom: 10px;
    user-select: none;
    background: #2d548f;
}

.home-body .mds .mds-l .sc .tabs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.home-body .mds .mds-l .sc .tabs ul li {
    flex: 1 1;
    padding: 10px 20px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    cursor: pointer;
    background: #f6f6f6;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-body .mds .mds-l .sc .tabs ul li.active {
    background: #2d548f;
    color: #fff;
}

.home-body .mds .mds-l .sc .lst {
    height: 230px;
    overflow: hidden;
}

.home-body .mds .mds-l .sc .lst ul {
    padding: 15px 0px;
    display: none;
}

.home-body .mds .mds-l .sc .lst ul.active {
    display: block;
}

.home-body .mds .mds-l .sc .lst ul li {
    padding-left: 15px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-body .mds .mds-l .sc .lst ul li::before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #193b6e;
    position: relative;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
}



.home-body .mds .mds-r {
    /* flex: 1 1; */
    width: 492px;
    margin-left: 42px;
}

.home-body .mds .mds-r .r-t {
    height: 1px;
    background: #dcdfe6;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 30px 0px;
    user-select: none;
}


.home-body .mds .mds-r .r-t span.label {
    padding: 10px 30px;
    background: #fff;
    line-height: 28px;
    font-size: 18px;
}


.home-body .mds .mds-r .lst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: -5px;
    margin-bottom: 44px;
}

.home-body .mds .mds-r .lst a {
    flex: 1 1;
    min-width: 125px;
    margin: 5px;
}

.home-body .mds .mds-r .lst a .item {
    width: 100%;
    height: 100px;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-body .mds .mds-r .lst a .item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 15px;
}

.home-body .mds .mds-r .lst a .item span {
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 24px;
    color: #333333;
}


.home-body .mds .mds-r .sc {

}

.home-body .mds .mds-r .sc .tabs {
    border-bottom: #2d548f 3px solid;
    margin-bottom: 10px;
    user-select: none;
    background: #2d548f;
}

.home-body .mds .mds-r .sc .tabs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.home-body .mds .mds-r .sc .tabs ul li {
    flex: 1 1;
    padding: 10px 20px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    cursor: pointer;
    background: #f6f6f6;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-body .mds .mds-r .sc .tabs ul li.active {
    background: #2d548f;
    color: #fff;
}

.home-body .mds .mds-r .sc .list {
    height: 230px;
    overflow: hidden;
}

.home-body .mds .mds-r .sc .list ul {
    padding: 15px 0px;
    display: none;
}

.home-body .mds .mds-r .sc .list ul.active {
    display: block;
}

.home-body .mds .mds-r .sc .list ul li {
    padding-left: 15px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-body .mds .mds-r .sc .list ul li::before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #193b6e;
    position: relative;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
}

.home-bianmin {
    background: #f6f6f6;
    padding: 30px 0px;
}

.home-bianmin .hs-ttle {
    height: 1px;
    background: #ccc;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    user-select: none;
}

.home-bianmin .hs-ttle .label {
    padding: 10px 30px;
    line-height: 28px;
    font-size: 20px;
    background: #f6f6f6;
    letter-spacing: 3px;
}

.home-bianmin .hs-items {
    padding: 20px 0px;
    margin: -10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-bianmin .hs-items a {
    display: block;
    flex: 1 1;
    min-width: 120px;
    height: 147px;
    margin: 10px;
}

.home-bianmin .hs-items .item {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 28px;
}

.home-bianmin .hs-items .item img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.home-bianmin .hs-items .item.active {
    background: #5776a4;
    color: #fff;
}

.home-bianmin .hs-items .item span{
    line-height: 28px;
}

.home-zhengwu {
    padding: 30px 0px;
}

.home-zhengwu .hz-ttle {
    height: 1px;
    background: #ccc;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0px 40px 0px;
    user-select: none;
}

.home-zhengwu .hz-ttle .label {
    padding: 10px 30px;
    line-height: 28px;
    font-size: 20px;
    background: #fff;
    letter-spacing: 3px;
}

.home-zhengwu .sids {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: -20px;
}

.home-zhengwu .sid {
    flex: 1 1;
    margin: 20px;
    padding: 25px 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-zhengwu .sid .tt {
    width: 250px;
    height: 168px;
    border-right: #dcdcdc 1px solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
    padding: 10px;
}

.home-zhengwu .sid .tt img {
    width: 100%;
}

.home-zhengwu .sid .ctt {
    flex: 1 1;
    width: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.home-zhengwu .sid .ctt span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 34px;
    margin: 10px;
    max-width: 100%;
}

.home-zhengwu .sid .ctt span a:hover {
    text-decoration: underline;
}

.home-zhengwu .sid .ctt.clm {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-chat {
    background: url(../img/pic/bottom-bg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 325px;
    min-height: 325px;
}

.home-chat .mds {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.home-chat .mds .md {
    flex: 1 1;
    min-width: 0px;
}

.home-chat .mds .md .ttle {
    background: #e7eaee;
    height: 60px;
    flex: 1 1;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    line-height: 30px;
    user-select: none;
    border-bottom: 3px solid #193b6e;
}

.home-chat .mds .md .ttle.active {
    background: #f2f5f9;
}

.home-chat .mds .md .news {
    padding: 15px 20px;
}


.home-chat .mds .md .news ul li {
    padding-left: 15px;
    line-height: 28px;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-chat .mds .md .news ul li::before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #193b6e;
    position: relative;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
}

.home-chat .mds .md .news ul li span {
    display: inline-block;
    width: 50px;
}

.home-chat .mds .md .mths {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.home-chat .mds .md .mths .item img {
    max-width: 100%;
}

.home-chat .mds .md .mths .dev {
    width: 1px;
    height: 100px;
    background: #dcdcdc;
}


/* content styles  */

.subview-base {
    padding: 70px 0px 40px 0px;
    background: #f3f5f8;
}

.subview-base .paths {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    line-height: 30px;
}

.subview-base .paths img {
    margin-right: 8px;
}

.subview-base .paths span {
    margin: 0px 5px;
    color: #999999;
}

.subview-base .paths span a {
    color: #333;
}

.subview-base .list-page {
    background: #ffffff;
    padding: 30px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.subview-base .list-page .sub-navs {
    width: 196px;
}

.subview-base .list-page .sub-navs ul li {
    margin-bottom: 3px;
}

.subview-base .list-page .sub-navs ul li a {
    display: block;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px;
    color: #2d548f;
}

.subview-base .list-page .sub-navs ul li.active a {
    background: #2d548f;
    color: #ffffff;
}

.subview-base .list-page .body {
    flex: 1 1;
    width: 0px;
    padding-left: 30px;
}

.subview-base .list-page .body .title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}

.subview-base .list-page .body .title-row .btns button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #2d548f;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 15px;
    line-height: 27px;
}

.subview-base .list-page .body .title-row .btns button:hover {
    opacity: 0.9;
}

.subview-base .list-page .body .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    color: #2d548f;
}

.subview-base .list-page .body .title-hr {
    height: 1px;
    background: #dcdcdc;
    margin-bottom: 30px;
}

.subview-base .list-page .body .title-hr::before {
    content: " ";
    position: relative;
    float: left;
    margin-top: -1px;
    width: 100px;
    height: 3px;
    background: #2d548f;
}

.subview-base .list-page .body .list {
    margin-bottom: 15px;
}

.subview-base .list-page .body .list ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.subview-base .list-page .body .list ul li::before {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #cccccc;
    position: relative;
    margin-right: 15px;
}

.subview-base .list-page .body .list ul li a {
    flex: 1 1;
    padding-right: 10px;
    display: block;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subview-base .list-page .body .list ul li a:hover {
    color: #2d548f;
}

.subview-base .list-page .body .pagination {
    padding: 10px 0px;
}

.subview-base .list-page .body .pagination ul {
    text-align: center;
}

.subview-base .list-page .body .pagination ul li {
    display: inline-block;
    line-height: 20px;
    margin: 0px 3px;
}

.subview-base .list-page .body .pagination ul li a {
    background: #eeeeee;
    padding: 5px 10px;
    min-width: 50px;
    border-radius: 2px;
}

.subview-base .list-page .body .pagination ul li.active a {
    background: #2d548f;
    color: #ffffff;
}

.subview-base .list-page .body {
    flex: 1 1;
    width: 0px;
    padding-left: 30px;
}

.subview-base .list-page .body .t-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.subview-base .list-page .body .table {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subview-base .list-page .body .table table {
    width: 100%;
    max-width: 600px;
}

.subview-base .list-page .body .table table tr td {
    padding: 5px 10px;
    line-height: 27px;
    border: #dcdcdc 1px solid;
    text-align: center;
}


.subview-base .pagination-m {
    display: none;
    margin-bottom: 15px;
}

.subview-base .pagination-m .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.subview-base .pagination-m .row a {
    display: inline-block;
    padding: 10px 20px;
    min-width: 150px;
    background: #e5e5e5;
    text-align: center;
    user-select: none;
}

.subview-base .article-page {
    background: #ffffff;
    padding: 30px 40px;
}

.subview-base .article-page h1.title {
    text-align: center;
    bottom: 15px;
    font-size: 20px;
    line-height: 42px;
    padding: 10px 0px;
    font-weight: 500;
}

.subview-base .article-page .info {
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
}

.subview-base .article-page .body {
    padding: 25px 0px;
}



.lm_gd{
    display:none;
    position: absolute;
    top:150px;
    left: 45%;
    transform: rotate(-16deg);
    width: 240px;
}
.lm_gd img{
    width: 100%;
    height: 100%;
}
.lm_gd .gdtime{
    position: absolute;
    top:65px;
    left:61px;
    color: #303592;
    font-size:18px;
}




.header_add20dabg {
    height: 98px;
    background-color: #ff0000;
    margin-right: auto;
    margin-left: auto;
}
.header_add20dabg a {
    display: block;
    width: 641px;

    max-width: 100%;
    height: 42px;
    margin: 0 auto;
    padding-top: 28px;
}
.header_add20dabg a .img2{
    display:none;
}

@media (max-width: 900px) {
    .header_add20dabg a .img1{
        display:none;
    }
    .header_add20dabg a .img2{
        display:block;
    }
    .header_add20dabg{
        height:auto;
    }
    .header_add20dabg a{
        padding-top:0px;
        height: auto;
    }
}
