#banner .swiper-slide h3 a,
ul.top-nav li a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}
body {
    background: #f3f4fa;
    max-width: 750px;
    margin: 0 auto;
}
ul.top-nav {
    margin: 0;

    padding: 5px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    background: #fff;
    border-bottom: 1px solid #999;
}
#banner,
ul.top-nav li a {
    -moz-box-sizing: border-box;
}
ul.top-nav li {
    margin: 0;
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    flex-shrink: 0;
    height: 30px;
    padding: 0 10px;
}
ul.top-nav li a {
    color: #333;
    display: block;
    height: 30px;
    box-sizing: border-box;
    /*padding-top: 10px;*/
    font-size: 18px;
}
ul.top-nav li.active a {
    font-size: 19px;
}
#banner {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
}
#banner .swiper-container {
    width: 100%;
    height: 205px;
    margin-left: auto;
    margin-right: auto;
}
#banner .swiper-slide {
    background: #ccc;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
#banner .swiper-slide img {
    width: 100%;
    height: 100%;
}
#banner .swiper-slide h3 {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: rgba(0, 0, 0, 0.4);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 12px 0;
}
#banner .swiper-slide h3 a {
    font-size: 16px;
}
#banner .swiper-pagination-bullets {
    bottom: 32px;
}
.media-list .media-item:after,
.panel .tab .tab-head:after {
    bottom: 0;
    left: 0;
    content: "";
    border-bottom: 1px solid #dddfed;
}
#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 4px;
    height: 4px;
    opacity: 1;
    border-radius: 10px;
    background: #fff;
    margin: 0 2px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active {
    width: 12px;
}
.menu-list {
    padding-top: 24px;
}
.menu-list .row {
    display: -ms-flexbox;
    display: flex;
}
.menu-list .row + .row {
    margin-top: 16px;
}
.menu-list a.item {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    text-align: center;
    text-decoration: none;
}
.menu-list a.item i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 4px;
    font-size: 30px;
    color: #509DF9;
}
.menu-list a.item i.i1 {
    background: url(../images/ico1.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i2 {
    background: url(../images/ico2.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i3 {
    background: url(../images/ico3.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i4 {
    background: url(../images/ico4.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i5 {
    background: url(../images/ico5.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i6 {
    background: url(../images/ico6.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i7 {
    background: url(../images/ico7.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i8 {
    background: url(../images/ico8.png) no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item i.i9 {
    background: url(../images/0914/d32e4214ca50de73c7a776c24a0378d6.png)
    no-repeat;
    background-size: 30px 30px;
}
.menu-list a.item span {
    font-size: 12px;
    color: #666;
}
.panel {
    margin-top: 16px;
    background: #fff;
}
.panel .tab .tab-head {
    height: 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 16px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.panel .tab .tab-head:after {
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.panel .tab .tab-head .tab-head-item {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 20px;
    color: #1479d7;
    position: relative;
}
.panel .tab .tab-head .tab-head-item:after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #1479d7;
    margin: 6px auto 0;
}
.panel .tab .tab-head .tab-head-item + .tab-head-item:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-left: 1px solid #dddfed;
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.panel .tab .tab-head .tab-head-item.cur {
    font-weight: 700;
}
.panel .tab .tab-head .tab-head-item.cur:after {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #1479d7;
    margin: 6px auto 0;
    transition: width 250ms ease;
}
.panel .tab .tab-body {
    border-top: 3px solid #f3f4fa;
}
.panel .tab .tab-body .tab-body-item {
    display: none;
}
.panel .tab .tab-body .tab-body-item.cur {
    display: block;
}
.media-list {
    padding: 0 16px;
}
.media-list .media-item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 16px;
}
.media-list .media-item:after {
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.media-list .media-item .desc {
    -ms-flex: 1;
    flex: 1;
    padding-right: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.media-list .media-item .desc h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.media-list .media-item .desc h3 a {
    color: #000000;
}

a {
    color: #172c45;
    text-decoration: none;
}

.media-list .media-item .desc p {
    font-size: 12px;
    color: #b1b7ca;
}
.media-list .media-item .img {
    width: 100px;
    height: 75px;
    background: #ccc;
    border-radius: 4px;
    overflow: hidden;
}




.panel .tab .tab-head {
    display: none;
}

.media-list .media-item {
    padding: 16px 0;
}

.header {
    background: #366092 !important;
}

ul.top-nav {
    /*background: #366092 !important;*/
}

.top-nav li a {
    /*width: 80px !important;*/
    text-align: center;
}
::-webkit-scrollbar {
    display: none;
}
.article-module-bt {
    /* display: inline-block; */
    margin-bottom: 16px;
    border-bottom: 1px solid #b5b5b5;
    position: relative;
}
.article-module-bt span{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 80px;
    height: 3px;
    background-color: #2e75d1;
}
.article-module-bt h2 {
    font-size: 20px;
    color: #2e75d1;
    display: block;
    font-weight: bold;
    padding: 20px 0;
    margin: 0;
}


.right-fixed {
    position: fixed;
    bottom: 1%;
    right: 0;
    margin-left: 564px;
    display: block;
    z-index: 10000;
}

.right-fixed .go-top {
    text-align: center;
    visibility: hidden;
    height: 50px;
    width: 50px;
    /* line-height: 34px;
    background-color: #f1f1f1; */
    margin: 0 auto;
    z-index: 10000;
}

.right-fixed .go-top img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}
#article-content-html img{
    cursor: pointer;
}
.right-fixed .QR>.QR-code {
    width: 66px;
    height: 66px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.right-fixed .QR>.QR-code img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code+.QR-code-big {
    border: 1px solid #DADADA;
    width: 140px;
    position: absolute;
    left: -146px;
    top: -60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.right-fixed .QR>.QR-code+.QR-code-big span {
    font-size: 14px;
    color: #848484;
    border-top: 1px solid #dadada;
    display: block;
    width: 140px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FFFFFF;
}

.right-fixed .QR>.QR-code+.QR-code-big img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code:hover+.QR-code-big {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.right-fixed .QR>.QR-code+.QR-code-big:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.menus{display:block;width:25px;height:25px;top:7.5px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:40px;z-index:99999;padding-bottom:10px;}
.menuwrapmain{}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;}




.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    /*font-size: 14px;*/
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #366092;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #366092 ;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}





