html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    min-height: 100vh;
    vertical-align: baseline;
    word-wrap: break-word;
    color: #282a2d;
    background: #eff4f8;
    transition: background-color .3s
}

body,input,button,select,optgroup,option,textarea,blockquote,dd,dl,figure,form,pre,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body,html {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

a {
    color: #282a2d;
    outline: 0 !important;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #282a2d;
}

p {
    color: #1d232b;
    margin: 0;
    white-space: normal
}

em,i {
    font-style: normal
}
li{
    list-style-type: none;
}

img{
    max-width: 100%;
    height: auto;
}

/*.wrapper{*/
/*    margin-top: 85px;*/
/*}*/
/* 导航 */
.wrapper{
    clear: both;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.wrapper-box{
    /*margin-left: 240px;*/
    width: calc(100% - 240px);
    position: relative;
    padding-bottom: 190px;
    min-height: calc(100vh - 80px);
    float: right;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
header{
    background: #0153E2;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
    height: 80px;
}
header .menu-btn{
    background-image: url(../img/menu.webp);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 50px;
    margin-right: 20px;
}

header a{
    color: #ffffff;
}

header .logo{
    width: 174px;
  	height: 40px;
}

.nav-link.disabled{
    color: #fff;
    font-weight: 800;
}
.header-bg{
    background-color: #fff;
    color: #333;
}

.jumbotron{
    background: linear-gradient(177.4deg, #0454D3 0%, #78B0F4 100%);
    width: 100%;
    border-radius: 20px;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 3rem 2rem!important;
    }
}
.jumbotron.index{
    background-image: url("../img/bg-img.webp");
    /*background: linear-gradient(177.4deg, #0454D3 0%, #78B0F4 100%);*/
    background-size: 100% 100%;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

/*@media screen and (min-width: 1329px) {*/
/*    .jumbotron{*/
/*        height: 400px;*/
/*    }*/
/*}*/

.jumbotron h1{
    color: #fff;
    transform: skewX(-10deg);
    font-weight: 600;
    font-size: 28px;
}


/* 搜索或跳转到其他站 */
.s-search{
    /*width: 70%;*/
    margin: 0 auto;
}
.header-big .s-type-list label:hover {
    background: none;
}
.header-big .s-type-list label {
    position: relative;
    display: inline-block;
}
.header-big .s-type-list label.active{
    background: #fff;
}
.header-big .s-type-list label.active span{
    color: #0153E2;
}
.header-big .s-type-list label span {
    display: block;
    /*padding: 10px 10px;*/
    color:#fff
}
.header-big:not(.no-bg) .search-type label {
    opacity: .5;
    border: solid 1px #97C1F7;
    padding: 3px 14px;
    font-size: 13px;
    border-radius: 50px;
}
.header-big .search-type input:checked+label {
    opacity: 1;
    background: #d5e5fc;
}
.header-big .search-type input:checked+label span{
    color: #333!important;
}
.header-big hr{
    width: 100%;
    border-color: #97C1F7;
}
.s-type-list label:hover {
    background: rgba(136, 136, 136, .1);
}
.s-type-list label {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 35px;
    word-break: keep-all;
    cursor: pointer;
    transition: .3s;
    /*width: 110px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    border-radius: 50px;
}
#search form {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.header-big #search-text {
    font-size: 14px;
    border-radius: 50px;
    color: #333;
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 9px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    /*background-color: rgba(0, 0, 0, .6) !important;*/
}
#search-text {
    z-index: inherit;
    padding: 9pt;
    height: 40px;
    font-size: 1pc;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
    transition: .3s;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header-big #search button {
    position: absolute;
    top: 3px;
    right: 0;
    background: transparent;
    border: 0 !important;
    width: unset;
    height: unset;
    margin: 0 9px;
    line-height: 50px;
    border-radius: 3px;
}
.header-big #search button i{
    background-image: url("../img/search.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.header-big #search-list {
    text-align: center;
}
#search-list {
    position: relative;
}
.header-big .search-group {
    padding: 0;
    margin: 0 auto;
}
.s-current {
    display: flex;
}
.s-current .search-type {
    padding-left: 5px;
    display: initial;
}
.overflow-x-auto {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: unset;
}
.search-type {
    overflow: auto;
}
.search-type {
    white-space: nowrap;
    margin: 0;
}
.search-type li {
    list-style: none;
    display: inline-block;
    padding: 10px 5px;
}

.search-type li span{
    color: #fff !important;
}
.search-group {
    /*display: none;*/
}

/* 平铺数据 */
.row{
    margin:unset;
}

footer{
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
footer > p{
    color: #6C757D;
    font-size: 14px;
    text-align: center;
    border-top: solid 1px #D2D6D9;
    margin-top: 15px;
    padding-top: 15px;
}
footer .media img{
     width: 172px;
  	height: 41px;
}
footer .media-body p{
    color: #6C757D;
    font-size: 14px;
}
footer .text-center a{
    margin: 0 20px;
    font-weight: 600;
}



/* 侧边栏 */
.sidebar {
    width: 240px;
    position: fixed;
    top: 85px;
    display: table-cell;
    font-size: .875rem;
    background: #eff4f8;
    height: 100vh;
    z-index: 100;
    opacity: 1 !important;
    padding: 0 15px 0 10px;
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.sidebar ul{
    padding: unset;
}
.sidebar ul li{
    /*display: inline;*/
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar ul li img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.sidebar ul li a{
    display: block;
}
.sidebar ul li.active , .sidebar ul li:hover{
    background: #C4D9FF;
}
.sidebar ul li.active a , .sidebar ul li:hover a{
    color: #0153E2;
}

.search-list{
    font-size: 12px;
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.search-list a{
    padding: 6px 12px;
    background: #D5E5FC;
    margin: 5px 6px;
    border-radius: 33px;
    display: inline-block;
}
.search-list a:hover{
    background: #fff;
}
.search-list a i{
    background-image: url("../img/hot.webp");
    background-size: 100% 100%;
    width: 10px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}
.mynav{
    background: #C9DCFD;
    padding: 10px 10px;
    align-items: center;
}

.mynav ul li{
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #0153E2;
    padding: 0 15px;
    border-radius: 50px;
}
.mynav ul li.active{
    background: #0153E2;
    color: #fff;
}
.mynav #edit{
    background: #fff;
    color: #0153E2;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.mynav-content{
    /*min-height: 100px;*/
}
.mynav-content .mynav-tab{
    display: none;
    flex-wrap: wrap;
}
.mynav-content .mynav-tab > .row > div{
    padding: unset;
}
.mynav-content .mynav-tab .media{
    background: #fff;
    /*width: 190px;*/
    min-height: 50px;
    margin: 10px;
    border-radius: 6px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    position: relative;
}
.mynav-content .mynav-tab .media .close-nav{
    background-image: url("../img/close-nav.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: -8px;
    top: -10px;
    display: none;
}
.mynav-content .mynav-tab .media .left{
    display: flex;
}
.mynav-content .mynav-tab .media .book{
    width: 26px;
    height: 26px;
    margin-right: 10px !important;
}
.mynav-content .mynav-tab .media .turn-right i{
    background-image: url("../img/turn-right.webp");
    background-size: 100% 100%;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 35%;
}
.mynav-content .mynav-tab .media-body p{
    font-size: 13px;
}
.mynav-content .mynav-tab .media-body p span{
    background: #ffbe00;
    /*padding: 0px 5px;*/
    border-radius: 30px;
    margin-right: 5px;
    color: #333;
}
.mynav-content .mynav-tab .media-body p span:nth-of-type(2){
    background: #43cf7c;
}
#add-media{
    background: #eee;
    border: dashed 2px #999;
    text-align: center;
    padding-top: 11px;
    display: none;
}

.modal-header{
    flex-direction: column;
    align-items: center;
}
.modal-body form{
    text-align: right;
}
.modal-body form button{
    border-radius: 50px;
}
.modal-body form button.btn-secondary{
    background: #EDF2F5;
    border: unset;
    color: #333;
}
.modal-body .form-group input{
    background: #f1f3f6;
    border: unset;
}
.modal-body .input-group , .modal-body .input-group input{
    background: #f1f3f6;
}
.modal-body .input-group .input-group-text{
    background: unset;
    border: unset;
}
.modal-body .input-group .form-control{
    border: unset;
}
.placehoder{
    height: 95px;
}

.link-modal .row > div{
    /*border: solid 1px #00a2d4;*/
    padding: 5px 5px;
}
.link-modal .row .media{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    height: 90px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    will-change: transform;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.link-modal .row .media:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.link-modal  .row .media .left{
    display: flex;
}
.link-modal  .row .media img{
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 4px;
    margin-right: 8px !important;
}
.link-modal  .row .media .media-body{

}
.link-modal  .row .media .media-body .title{
    font-size: 16px;
    display: flex;
    align-items: center;
}

.link-modal  .row .media .media-body span{
    font-size: 10px;
    border-radius: 30px;
    color: #333;
}
.link-modal  .row .media .media-body .title .badge-primary{
    background: #FFBE00;
}
.link-modal  .row .media .media-body .title .badge-secondary{
    background: #43CF7C;
}
.link-modal  .row .media .media-body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #8F8F8F;
    padding-right: 16px;
}
.link-modal  .row .media .tolink i{
    background-image: url("../img/turn-right.webp");
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 40%;
}

.link-modal .link-box{
    margin-top: 25px;
}
.link-nav{
    padding: 0 8px;
}


.link-nav a{
    /*background: #fff;*/
    color: #0153E2;
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
}
.sec-link-nav {
  background: #C9DCFD;
  padding: 10px 10px;
}
.sec-link-nav a {
  margin-right: 25px;
  /* height: 28px;
  line-height: 28px; */
   color: #000;
}
.sec-link-nav .active {
  background: #0153E2;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 50px;
}

/* 详情 */
.article{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.article img{
    max-width: 100%;
    height: auto;
}
.article span{
    text-wrap: unset!important;
}
.article.detail p , .article.detail div , .article.detail h4 , .article.detail h5 , .article.detail span , .article.detail strong {
    font-size: 14px!important;
}

.article.detail h2, .article.detail h3, .article.detail h2 span, .article.detail h2 strong,
.article.detail h3 span, .article.detail h3 strong {
    font-size: 20px !important;
    font-weight: 600;
    padding-left: 5px;
    margin: 15px 0;
    margin-bottom: 0;
}
.article.detail h2, .article.detail h3{
    position: relative;
}
.article.detail h2, .article.detail h3::before{
    content: '';
    width: 4px;
    height: 18px;
    display: inline-block;
    background-color: #0055FF;
    border-radius: 2px;
    margin-bottom: -2px;
}
.detail-info{
    border-radius: 10px;
    background: #FFFFFF;
    padding: 15px 0;
    width: 100%;
}
.detail-info > p{
    padding: 0 20px;
}
.detail-info .media img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
.detail-info .media .media-body .top .left h1{
    font-size: 28px;
    display: inline-block;
}
.detail-info .detai-right {
    position: relative;
}
.detail-info .detai-right a , .detail-info .detai-right i{
    border: solid 1px #ccc;
    padding: 8px 10px;
    border-radius: 6px;
    margin: 0 5px;
    /* font-weight: 600; */
    color: #1D50F5;
}
.detail-info .detai-right i:hover{
    color: #fff;
    cursor: pointer;
    background: #1D50F5;
}
.detail-info .detai-right i em {
    background-image: url("../img/tohref-h.webp");
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-style: normal;
}
.detail-info .detai-right i.mobile em{
    background-image: url("../img/phone-h.webp");
}
.detail-info .detai-right i.tohref:hover em{
    background-image: url("../img/tohref-b.webp");
}
.detail-info .detai-right i.mobile:hover em{
    background-image: url("../img/phone-b.webp");
}
.detail-info .detai-right button{
    background-image: url(../img/feedback.webp);
    width: 46px;
    height: 35px;
    border-radius: 6px;
    background-size: 100% 100%;
    border: unset;
}
.detail-info .detai-right .mobile{
    display: none;
}
.detail-info .media .media-body .top .left a{
    border-radius: 6px;
    background: linear-gradient(180deg, #F261A0 0%, #FBA65C 100%);
    color: #fff;
    padding: 2px 6px;
    display: inline-block;
}
.detail-info .media .media-body p .tag-icon::after{
    content: '';
    background-image: url("../img/tag.webp");
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.detail-info .media .media-body p a:hover{
    color: #1D50F5;
}
.detail-info .media .media-body p a::after{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #AEB4C4;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
.detail-info .media .media-body p a:nth-last-of-type(1)::after{
    content: unset;
}

#feedback .form-row > div{
    text-align: left;
    font-size: 14px;
}

.friend-list{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.friend-list a::before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #CCCCCC;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;

}
.friend-list a:hover{
    color: #0153E2;
}

.detai-title{
    /*color: #1D50F5;*/
}
.detai-title::before{
    content: '';
    background-image: url("../img/flag.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.detai-title.friend::before{
    background-image: url("../img/friend.webp");
}
.detai-title::before{
    background-image: url("../img/search-blue.webp");
}

.detai-title.href::before{
    background-image: url("../img/href.webp");
    width: 16px;
    height: 16px;
}
.detai-title.detail{
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.detai-title.detail::before{
    background-image: url("../img/detail.webp");
    vertical-align: text-top;
}
.breadcrumb::before{
    content: '';
    background-image: url("../img/home.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
}
.breadcrumb-item a{
    color: #0153E2;
}

.attention{
    background: #FFF4ED;
    padding: 15px 10px;
}
.attention .media-body p{
    color: #7B7E8C;
}
.attention .media-body p a{
    color: #FF5733;
}
.attention .media img{
    width: 48px;
    height: 48px;
    border-radius: 6px;
    border: solid 1px #FEF0C7;
}


#wap{
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.wap-nav{
    padding: 10px;
}
.wap-nav img{
    width: 134px;
  	height: 32px;
}
.wap-nav .wap-menu{
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url("../img/menu.webp");
    background-size: 100% 100%;
}
.wap-menu-box{
    background: #fff;
    height: 100vh;
    display: none;
    top: 0;
    position: fixed;
    width: 100%;
    z-index:1001
}
.wap-menu-box .wap-menu{
    background-image: url("../img/close-wap.webp");
}

.wap-menu-box ul{
    display: block;
    padding-left: 15px;
}

.wap-menu-box ul li{
    width: 100%;
    height: 40px;
    margin: 7px 2px;
    line-height: 40px;
    text-align: left;
    /*border-bottom: solid 1px #eee;*/
}
.wap-menu-box ul li a{
    color: #333;
    display: block;
}
.wap-menu-box ul li img{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

/* news */
.news-list .card{
    height: 390px;
    border-radius: 10px 10px 0 0;
}
.news-list .card .card-img-top{
    height: 180px;
}
.news-list .card .card-body{
    padding: 10px;
}
.news-list .card .card-body .card-title{
    color:#FF5733;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .card .card-body h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.news-list .card .card-body .card-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}
.news-list .card:hover h5{
    color: #0153E2;
}

.news-list .card .card-body em{
    color: #9E9EAA;
    font-size: 12px;
}

/* news 详情 */
.news-info{
    background: #fff;
    padding: 20px 20px;
}

.news-info .infos{
    color: #666;
    text-align: left;
    margin: 8px 0;
    font-size: 12px;
}

.news-info .news-info-tt{
    width: 100%;
    text-align: left;
    /*margin: 0 auto;*/
    font-weight: 600;
    font-size: 40px;
    background: unset;
    border: unset;
}
.news-info h2{
    line-height: 1.1em;
    border-left: #0279ff 8px solid;
    border-bottom: 1px solid #ddeefe;
    border-top: 1px solid #ddeefe;
    padding: 10px;
    background: #ecf6ff;
    font-size: 22px;
    margin: 15px 0;
}
.news-text{
    /*display: block;*/
}
.news-text img{
    width: 75%;
    margin: 20px 0;
    height: auto;
}
.up-down{

}
.up-down p{
    margin: 10px 0;
}
.up-down p a{
    margin-left: 10px;
}
.up-down p a:hover{
    color: #0153E2;
}

.page{
    margin-top: 20px;
}
.page .pagination{
    justify-content: center;
}
.page .pagination > a{
    padding: 3px 10px;
}
.page .pagination > b{
    background: #0153E2;
    padding: 3px 10px;
    margin: 0 3px;
    border-radius: 3px;
    color: #fff;
}
.page .pagination li{
    background: #E9E9E9;
    padding: 3px 10px;
    margin: 0 3px;
    border-radius: 3px;
}
.page .pagination li a{

}
.page .pagination li:hover a{

}


.common-search{
    position: fixed;
    z-index: 1000;
    right: 25px;
    top: 18px;
    width: 35%;
}
.common-search form{
    /*width: 600px;*/
    display: flex;
}
.common-search form input{
    border-radius: 60px 0 0 60px!important;
    height: 45px;
    border: unset;
    font-size: 14px;
}
.common-search form #search-a{
    height: 45px;
    border: unset;
    border-radius: 0 60px 60px 0;
    background: #fff;
}

.common-search form #search-a i{
    background-image: url("../img/search.webp");
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;

}

.common-search form .dropdown .dropdown-menu a.active{
    color: #FF6000;
    background: unset;
}
.common-search form .dropdown button{
    height: 45px;
    border-radius: unset;
    background: #fff!important;
    color: #333;
    border: unset!important;
}
.common-search form .show>.btn-secondary.dropdown-toggle , .common-search form .btn-secondary:hover {
    color: #333;
    background-color: #fff!important;
    border-color: #fff!important;
}
.common-search form .show>.btn-secondary.dropdown-toggle:focus , .common-search form .btn-secondary{
    box-shadow: unset!important;
}
.common-search.search{
    margin:0 auto;
    display: block!important;
    width: 50%;
    position: relative;
    z-index:unset;
}

.about-caontent , .message-content{
    background: #fff;
    padding: 20px 20px 40px;
}
.about-caontent h4 , .message-content p{
    margin: 20px 0 10px;
}
.message-content textarea , .message-content input{
    border-radius: 20px;
    background: #F5F5F7;
}
.message-content button{
    width: 240px;
    border-radius: 50px;
    margin-top: 25px;
    background: #0153E2;
}
.message-content textarea{
    width: 80%;
}
.message-content input{
    width: 45%;
}
.no-content{
    text-align: center;
    min-height: 270px;
}
.no-content img{
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}
.news-nav{
    border-top: solid 1px #EEEEEE;
    position: relative;
}
.news-nav dl{
    margin-left: 15%;
}
.news-nav dd{
    line-height: 30px;
}
.news-nav i{
    background-image: url("../img/up.webp");
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 70px;
}
.href-plus .href-box{

}
.href-plus .href-box a{
    display: inline-block;
    color: #757575;
}
.href-plus .href-box a::after{
    content: '';
    height: 12px;
    border-left: solid 2px #E6E6E6;
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
}
.href-plus .href-box a:nth-last-of-type(1)::after{
    content: unset;
}
.href-plus .href-box a:hover{
    color: #0153E2;
}
.cate-p{
    color: #fff;
    width: 64%;
    margin: 0 auto;
}
.flash-news .row{
    background: #fff;
    padding: 10px 5px;
}
.flash-news .row > div:nth-of-type(1) > a span{
    color: #0055FF;
}
.flash-news .row > div > a:hover{
    cursor: pointer;
}
.flash-news .row > div > a:hover span{
    color: #0055FF;
}
.flash-news .row > div > a span::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 2px #0055FF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.flash-news .row span{
    font-size: 14px;
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flash-news .row i{
    font-size: 12px;
    color: #999;
}
@media (max-width: 768px) {
    .flash-news .row div:nth-child(n+11) {
        display: none;
    }
}
.flash-cont .flash-list{
    background-color: #ffffff;
    padding: 20px;

}

.flash-cont .flash-list li{
    padding-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.flash-cont .flash-list li::before{
    content: '';
    border: solid 3px #E5E5E5;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    background: #fff;
    top: 5px;
}
.flash-cont .flash-list li::after {
    display: block;
    position: absolute;
    left: -1px;
    top: 12px;
    content: '';
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    border: 1px dashed #E5E5E5;
}
.flash-cont .flash-list li:nth-last-of-type(1)::after{
    content: unset;
}
.flash-cont .flash-list li:nth-of-type(1) .topic{
    color: #0055FF;
}
.flash-cont .flash-list li:nth-of-type(1)::before{
    border: solid 3px #0055FF;
}
.flash-cont .flash-list .time{
    color: #999999;
    font-size: 14px;
}
.flash-cont .flash-list .topic{
    margin: 5px 0;
    color: #333333;
    font-weight: 600;
}
.flash-cont .flash-list .topic:hover{
    color: #0055FF;
}
.flash-cont .flash-list .word{
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flash-cont .flash-list .flash-more{
    border: solid 2px #0055FF;
    border-radius: 50px;
    color: #0055FF;
    background: #fff;
    padding: 5px 28px;
    margin: 0 auto;
    display: block;
}
.flash-cont .flash-list .flash-more i{
    background-image: url("../img/take-more.webp");
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
@media screen and (min-width: 1480px ) {
    .link-modal .row .media .media-body .title strong{
        /*width: 9rem;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (min-width: 1200px) {
    /*.detail-info {*/
    /*    width: 80%;*/
    /*}*/
    /*.news-info .news-info-tt{*/
    /*    width: 60%;*/
    /*}*/
    .news-info{
        padding: 20px 50px;
    }
    .up-down p a{
        font-size: 22px;
    }
    .link-modal .row .media .media-body .title strong{
        /*width: 6rem;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 768px) {
    .news-text img{
        width: 100%;
    }
    .cate-p{
        width: 100%;
    }
    .href-plus .href-box a{
        font-size: 13px;
    }
    .href-plus .href-box a::after {
        margin: 0 8px;
    }
    #wap{
        display: block;
        padding: unset;
        height: 110px;
    }

    .alert-body {
        top: 115px!important;
    }
    #pc{
        display: none!important;
    }
    .jumbotron{
        background-image: url("../img/bg-img-wap.webp") !important;
    }
    .search-list{
        width: 100%;
    }
    .sidebar{
        display: none;
    }
    .placehoder{
        height: 110px;
    }
    .placehoder.search{
        height: 60px;
    }
    .wrapper-box{
        margin-left: 0;
    }
    .jumbotron{
        border-radius: unset;
    }
    .wrapper {
        margin-top: unset;
    }

    /* 详情 */
    .detail-info{
        width: 100%;
    }
    .detail-info .media img {
        width: 70px;
        height: 70px;
    }
    .detail-info .media .media-body .top .left h1 {
        font-size: 20px;
    }

    .common-search{
        width: 66%;
        top: 60px;
        transform: translateX(50%);
        right: 50%;
    }
    .common-search.search {
        margin: 0 auto;
        display: block !important;
        width: 90%;
        position: relative;
        top: 20px;
        right: unset;
        transform: unset;
        z-index: unset;
    }
    .common-search form #search-a i {
        width: 35px;
        height: 35px;
    }
    .no-content img{
        width: 150px;
        height: 150px;
    }
    #search-text , .header-big #search button , .common-search form input , .common-search form .dropdown button , .common-search form #search-a{
        height: 40px;
    }
    .wrapper-box{
        padding-bottom: 300px!important;
        min-height: calc(100vh - 110px);
        width: 100%;
    }
    .wrapper-box.search{
        min-height: calc(100vh - 60px);
    }
    .message-content textarea{
        width: 100%;
        font-size: 12px;
    }
    .message-content input{
        width: 100%;
        font-size: 12px;
    }
    .header-big #search button i{
        width: 30px;
        height: 30px;
    }
    .link-nav h4{
        font-size: 1.4rem;
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    footer .media img{
        width: 110px;
    	height: 30px;
    }
}


@media screen and (max-width: 576px) {
	.sec-link-nav a{
		margin-right: 0;
	}
    .jumbotron h1{
        font-size: 28px;
    }
    .s-type-list label {
        padding: 4px 26px;
    }
    .news-info .news-info-tt {
        font-size: 20px;
    }
}

#erweima{
    position: absolute;
    bottom: -130px;
    right: 43px;
    background: #333;
    padding: 10px;
    display: none;
}
.form-control:focus{
    box-shadow: unset;
}

.alert-system {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 10px;
    right: -10px;
    z-index: 100015
}

.alert-body {
    position: fixed;
    top: 85px;
    width: 200px;
    /*transform: translateX(200%);*/
    right: -100%;
    transition: transform 0.5s ease;
}

.alert-body.align-items-center {
    min-width: 200px;
    max-width: 360px;
    float: right;
    margin-bottom: 10px
}
.nav .nav-item.dropdown:hover .dropdown-toggle::after{
    transform: rotateX(180deg);
}
.dropdown-menu {
    top: 95%;
}
.dropdown-menu .dropdown-item{
    font-size: 14px;
    margin-bottom: 5px;
}
.dropdown-menu .dropdown-item:hover{
    color: #0153E2;
}
.nav-item .nav-link:hover{
    color: #fff;
    font-weight: 600;
}
.beforenull::before{
    content: unset!important;
}