body,html{
    color: #333;
}
a,a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0
}
p{
    margin: 0;
    padding: 0;
    display: inline-block;
}
body{
    background-color: #F8F9FB;
}
*{
    font-size: 14px;
}
.container{
    max-width: 480px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 100%;
/*     border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; */
    padding: 20px;
    box-sizing: border-box;
}

.head .container{
    padding: 0;
    overflow: visible;
}
.head .head-body{
    box-shadow: 3px 3px 8px 1px rgba(0, 64, 128, .05);
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 20px;
    text-align: center;
    position: relative;
}


/* 手机导航切换 */
.navbar-toggle {
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    height: inherit;
}
.navbar-toggle button {
    font-size: 18px;
    padding: 3px 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
}
.navbar-toggle button i{
    font-size: 24px;
    color: #666;
}
.navbar {
    width: 100%;
    height: 0; 
    background-color: #fff;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    z-index: -1;
    padding: 0 20px;
    box-sizing: border-box;
}
.navbar ul {
    list-style: none;
    margin: 0;
}
.navbar li:first-child{
    border-bottom: 1px solid rgba(7, 115, 251, .6);;
    text-align: center;
    margin-bottom: 14px;
}
.navbar li:first-child a{
    font-size: 16px;
    display: block;
	font-weight: bold;
}
.navbar li{
    line-height: 40px;
}
.navbar li .sub a{
    margin: 0 7px;
}
.navbar.expanded {
    height: 350px; 
    padding-bottom: 15px;
}
/* 手机导航切换 */


.top .top-body .top-text{
    text-align: center;
    color: #212121;
    margin: 30px 0;
}


.top .top-body .top-search .top-form{
    align-items: center;
    background: #fff;
    border: 1px solid #0773FB;
    border-radius: 50px;
    box-shadow: 6px 6px 16px 2px rgba(0, 64, 128, .1);
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 auto;
    position: static;
    transition-duration: .2s;
    transition-property: border, widht, height, right, bottom, transform;
    overflow: hidden;
    display: flex;
    padding: 0 4px 0 20px ;
}
.top .top-body .top-search .top-form i{
    margin-right: 10px;
    line-height: 52px;
}
.top .top-body .top-search .top-form input{
    outline:none;  
    border:none;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.top .top-body .top-search .top-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #C0C4CC;
}
.top .top-body .top-search .top-form button{
    height: 42px;
    line-height: 42px;
    background-color: #0773FB;
    color: #fff;
    outline:none;  
    border:none;
    border-radius: 40px;
    width: 120px;
    cursor: pointer;
}
 .top .top-body .top-search .top-keywords{
    margin: 20px 40px;
    color: #8693AB;
    text-align: center;
}
 .top .top-body .top-search .top-keywords b{
    display: block;
    font-weight: normal;
    line-height: 40px;
}
.top .top-body .top-search .top-keywords  .keywords-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top .top-body .top-search .top-keywords .keywords-list a{
   padding: 0 5px;
   margin: 3px;
   line-height: 30px;
}
.swiper-container {
    width: 100%;
    height: 60px;
    margin-right: -10px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}
.main .tabs .tabs-nav .swiper-slide{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #6F6F6F;
}
.main .tabs .tabs-nav .swiper-slide.active{
    color: #333;
    font-weight: bold;
    position: relative;
}
.main .tabs .tabs-nav .swiper-slide b{
    z-index: 2;
    position: relative;
    font-weight: normal;
    font-size: 18px;
}
.main .tabs .tabs-nav .swiper-slide.active b{
    font-weight: bold;
}
.main .tabs .tabs-nav .swiper-slide.active::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 40%;
    height: 8px;
    background-color: #FFDE0F;
    z-index: 1;
}
.main .tabs{
    cursor: default;
}
.main .tabs .tab-content{
    margin: 0 -20px;
    background-color: #fff;
    line-height: 50px;
}
.main .tabs .tab-content .content-one{
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding: 0 20px;
}
.main .tabs .tab-content .tab-ul .tab-li{
    position: relative;
    color: #333;
    padding: 0 20px 0 45px;
    border-bottom: 1px solid #eee;
}
.main .tabs .tab-content .tab-ul .tab-li::before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 27px;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #aaa;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one{
    position: relative;
    font-weight: bold;
    color: #666;
    font-size: 14px;
}
.main .tabs .tab-content .tab-ul .tab-li ul{
    display: none;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one.active+ul{
    display: block;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one em{
    position: absolute;
    top: 50%;
    left: -18px;
    width: 12px;
    height: 12px;
    border: 1px solid #aaa;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one em::before,
.main .tabs .tab-content .tab-ul .tab-li .li-one em::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one em::before{
    width: 8px;
    height: 1px;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one em::after{
    width: 1px;
    height: 8px;
}
.main .tabs .tab-content .tab-ul .tab-li .li-one.active em::after{
    display: none;
}
.main .tabs .tab-content .tab-ul .tab-li ul li{
    position: relative;
    overflow: hidden;
}
.main .tabs .tab-content .tab-ul .tab-li ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translate(0,-50%);
    width: 8px;
    height: 8px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background-color: #fff;
}
.main .tabs .tab-content .tab-ul .tab-li ul li p{
    display: inline-block;
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}
.main .tabs .tab-content .tab-ul .tab-li ul li{
    padding: 5px 50px 5px 0;
    border-top: 1px solid #eee;
}
.main .tabs .tab-content .tab-ul span,
.main .tabs .tab-content .tab-ul a{
    position: absolute;
    top: 50%;
    right: 0;
    color: #aaa;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    text-align: right;
    transform: translate(0, -50%)
}
.main .tabs .tab-content .tab-ul span i,
.main .tabs .tab-content .tab-ul a i{
    margin-left: 10px;
}

.list .list-body .list-item .list-box{
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 8px 1px rgba(0, 64, 128, .05);
    padding: 10px 20px 0;
    border: 1px dashed #ddd;
    color: #6F6F6F;
}
.list .list-body .list-title{
    line-height: 30px;
    position: relative;
    font-size: 20px;
    color: #333;
    display: inline-block;
    margin-bottom: 30px;
}

.list .list-body .list-title b{
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.list .list-body .list-title::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 40%;
    height: 10px;
    background-color: #FFDE0F;
    z-index: 1;
}
.list .list-body .list-item .list-box .list-keywords{
    line-height: 40px;
}
.list .list-body .list-item .list-box .list-keywords p{
    color: #333;
    font-weight: bold;
}
.list .list-body .list-item .list-box .list-answer{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 5px 0 10px;
}
.list .list-body .list-item .list-box .list-answer span{
    font-size: 14px;
}
.list .list-body .list-item .list-box .list-more{
    border-top: 1px  dashed #ddd;
    line-height: 40px;
}
.list .list-body .list-item .list-box .list-more span{
    font-size: 12px;
}
.list .list-body .list-item .list-box .list-more i{
    float: right;
    line-height: 40px;
}

.question{
}
.question .container{
    /* padding: 0; */
}
.question .question-body{
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
}
.question .question-body .question-head{
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.question .question-body .question-head i{
    background-color: rgba(7,115,251, .6);
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
}
.question .question-body .question-head p{
    line-height: 40px;
    color: #999;
    font-size: 14px;
}
.question .question-body .question-head span{
    float: right;
}
.question .question-body .question-table{
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
}
.question .question-body .question-table .question-title{
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    padding: 20px 20px;
}
.question .question-body .question-table .question-title p{
    font-weight: bold;
    font-size: 18px;
}
.question .question-body .question-table .question-contents{
    padding: 20px;
    min-height: 200px;
}
.question .question-body .question-table .question-contents i{
    line-height: 20px;
    color: #ccc;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-style: normal;
}
.question .question-body .question-table .question-contents .question-news{
    color: #666;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "宋体";
}
.question .question-body .question-table .question-contents .question-news b{
    color: #333;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
}
.question .question-body .question-table .question-contents .question-news p{
    line-height: 24px;
    color: #666;
}
.question .question-body .question-table .question-contents .question-news br{
    display: none;
}
.question .question-body .question-table .question-contents .question-news span{
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #ccc;
    /* margin-top: 10px;
    margin-left: 20px; */
    text-align: right;
    line-height: 30px;
}
.question .question-body .question-table .question-contents .question-news em span{
    display: inline;
    color: #666;
    font-style: italic;
}
.question .question-body .question-table .question-contents .question-news ul{
    padding-left: 10px;
}
.question .question-body .question-table .question-contents .question-news ul li{
    list-style: inside;
}

.question .question-body .question-table .question-contents table{
  width: auto !important;
  max-width: 100% !important;
  text-align: center;
  word-break:break-all;
  margin: 0 auto;
}
.question .question-body .question-table .question-contents .question-news table br{
    display: block;
}
.question .question-body .question-table .question-contents table td,
.question .question-body .question-table .question-contents table th,
.question .question-body .question-table .question-contents table td,
.question .question-body .question-table .question-contents table th{
  padding: 5px;
  vertical-align: middle;
  border:1px solid #2C2C2C;
}




.question .question-body .question-table .question-contents .question-text{
    line-height: 26px;
    color: #666;
}
.question .question-body .question-table .question-contents .question-text b{
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
}
.question .question-body .question-table .question-contents .question-text>p{
    filter: blur(7px);
    color: #666;
    text-indent: 2rem;
    margin-bottom: 5px;
    display: block;
}
.question .question-body .question-table .question-contents .question-text>p em{
    font-style: italic;
}
.question .question-body .question-table .question-contents .question-text>blockquote{
    font-weight: normal;
    font-family: "宋体";
    line-height: 20px;
    text-indent: -2rem;
    text-indent: 0rem;
    display: block;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
}
.question .question-body .question-table .question-contents .question-text>blockquote::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 1px;
    background-color: #ddd;
}
.question .question-body .question-table .question-contents .question-text.act>p{
    filter: blur(0);
}
.question .question-body .question-table .question-contents img{
    display: block;
    margin: 0 auto;
}
.question .question-body .question-table .question-contents .question-text p strong,
.question .question-body .question-table .question-contents .question-text p b,
.question .question-body .question-table .question-contents .question-text.act p strong,
.question .question-body .question-table .question-contents .question-text.act p b{
    color: #333;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    display: block;
    text-indent: -2rem;
}





.question .question-body .question-bottom a{
    text-align: center;
    background-color: #0773FB;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.question .question-body .question-bottom a:hover{
    background-color: rgba(7,115,251, .8);
}
.question .question-body .question-bottom .question-show{
    margin: 30px 0;
}
.question .question-body .question-bottom .question-show a{
    display: block;
    cursor: default;
}
.question .question-body .question-bottom .question-more{
    display: flex;
    justify-content: center;
	align-items: center;
}
.question .question-body .question-bottom .question-more a{
    padding: 0 20px;
    margin: 0 10px;
}


/* 搜索页 */
.search .search-keyword{
    line-height: 60px;
}
.search .search-keyword p{
    color: #666;
	font-size: 16px;
	font-weight: bold;
}
.search .search-item{
    background-color: #fff;
    padding: 20px 15px;
}
.search .search-item .search-list .search-box{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.search .search-item .search-list .search-box .search-des p{
	display: block;
}
.search .search-item .search-list .search-box .search-des p i{
	font-style: normal;
	color: #666;
}
.search .search-item .search-list .search-box .search-des span{
	color: #ccc;
    font-size: 12px;
    text-align: right;
    display: block;
}
.search .ab_pages ul a{
    margin: 0;
}
.search .ab_pages ul span.page-num{
    display: none;
}

/* 分页 */
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagination a {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #0773FB;
    border: 1px solid #0773FB;
}
.pagination a.page-num-current {
    color: #fff;
    background: #0773FB;
    border: 1px solid #0773FB;
}
.bottom{
	text-align: center;
}
.bottom p{
	font-size: 14px;
	color: #999;
}