* {
    margin: 0;
    padding: 0
}

body, button, input, keygen, legend, select, textarea {
    font-family: "Microsoft YaHei UI", sans-serif;
    outline: 0;
    color: #333333;
}

body {
    font-size: .28rem;
    overflow-x: hidden;
    position: relative;
    background: #f6f6f6;
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

input::-webkit-input-placeholder {
    color: #ccc
}

input {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button, input {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: #333
}

img {
    width: 100%;
    display: block
}

em, i {
    font-style: normal
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix {
    *zoom: 1
}

input,button,select,textarea{
    border-radius: 0;
    outline:none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    -webkit-appearance:none;
}
textarea{resize:none}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pb-02 {
    padding-bottom: .2rem
}

.wrapper {
    width: 7.5rem;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.tit {
    text-align: center;
    line-height: .8rem;
    margin-bottom: .2rem;
    background: #fff;
    padding: 0;
    position: relative;
}
.tit ul {
    display: flex;
}
.tit ul li {
    flex: 1;
}
.tit ul li.newon {
    background: #2a38ce;
    color: #fff;
    position: relative;
}
.tit ul li.newon:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #2a38ce;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.contain{
    margin-top: 0.2rem;
}
.sm_t_o {
    text-align: center;
    width: 100%;
    margin-top: .2rem;
    padding: .4rem 0 .2rem;
    background: #fff;
}
.sm_t_o .po {
    width: 1rem;
    height: .75rem;
    background: url(../image/01.png) no-repeat center top;
    margin: auto;
    background-size: 100%;
}
.sm_t_o .pt {
    color: #999;
    line-height: .4rem;
    margin-top: -.4rem;
}
.sm_t_o .pt span {
    font-size: .3rem;
    font-weight: 700;
    display: block;
    color: #3d6cac;
}
.tl {
    position: relative;
    color: #3d6cac;
    font-weight: 700;
    background: #fff;
    padding: 0.2rem .2rem 0.1rem .4rem;
    font-size: 0.33rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: .2rem;
}
.tl::before {
    content: '';
    display: inline-block;
    width: .08rem;
    height: .4rem;
    background: #3d6cac;
    position: absolute;
    left: 0.2rem;
    top: .25rem;

}
.info-list {
    display: none;
}
.info-list.current {
    display: block;
}
.lists {
    background: #fff;
}
.lists a {
    display: flex;
    padding: .3rem;
    border-bottom: 1px solid #eee;
}
.lists a:first-child{
    /*padding-top: 0;*/
}

.lists .pic {
    flex: 0 0 2rem;
    margin-right: .3rem;
    height: 1.2rem;
    overflow: hidden;
}
.lists .con {
    overflow: hidden;
    width: 100%;
}

.lists .title {
    font-size: .29rem;
    color: #333;
    letter-spacing: .01rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: .5rem;
}
.scroll{
    overflow: hidden;
    line-height: .65rem;
    padding: 0 0.3rem;
    height: 1.2rem;
    background: #fff;
}
.scroll li span{
    background: #2a38ce;
    border-radius: 50%;
    width: .4rem;
    height: .4rem;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 0.24rem;
    line-height: .4rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: .12rem;
}
.input-wt{
    padding: 0.4rem 0.3rem;
    background: #fff;
    display: flex;
}
.input-wt textarea{
    outline: none;
    line-height: .4rem;
    color: #999;
    height: .8rem;
    font-size: 0.27rem;
    padding: 0.15rem;
    border: 1px solid #eee;
    width: 5.5rem;
    overflow: hidden;
}
.input-wt button {
    width: 1.7rem;
    background: #2d35d3;
    font-size: .28rem;
    color: #fff;
    border: none;
}
.code{
    background: #fff;
    text-align: center;
    color: #999;
    font-size: .26rem;
    padding-bottom: 0.3rem;
}
.code img{
    width: 4rem;
    margin: 0 auto;
}
.word{
    font-size: 0.27rem;
    color: #2d35d3;
    line-height: .5rem;
}
.pt3{
    padding-top: 0.3rem;
}
.back {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    position: fixed;
    border-radius: 50%;
    background: #0000005e;
    top: .2rem;
    left: .2rem;
    z-index: 1;
}
.back img {
    width: .4rem;
    height: .4rem;
    margin-top: .15rem;
    margin-left: .1rem;
}
.pic-list{
    padding: 0.3rem 0.3rem 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.pic-list a{
    flex: 0 0 3.3rem;
    display: inline-block;
    margin-right: .3rem;
    margin-bottom: .3rem;
    position: relative;
}
.pic-list a:nth-child(2n){
    margin-right: 0;
}
.pic-list span{
    background: rgba(0,0,0,.6);
    width: 3.3rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;

}
.loading-wrap {
    padding: .375rem;
    text-align: center
}

.loading-box {
    height: .86rem;
    line-height: .86rem;
    font-size: .24rem;
    color: #bdbdbd;
    text-align: center
}

.loading-box .icon-loading {
    display: inline-block;
    margin-right: 5px;
    width: .28rem;
    -webkit-animation: circle 2s linear infinite;
    vertical-align: middle
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}
.cx_box {
    box-sizing: border-box;
    border-left:1px dashed #bcbcbc;
    padding-left: 0.2rem;
}
.zb_item {
    /*margin: 0.2rem 0;*/
    margin-bottom: .4rem;
}
.zb_item_tl {
    font-size: 0.3rem;
    color: #000;
    /*font-weight: bold;*/
    position: relative;
    padding-left:.1rem;
    display: block;
    line-height: .45rem;
}
.zb_item_tl:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    border: 0.025rem solid #000;
    border-radius: 50%;
    left: -0.31rem;
    top: 0.1rem;
    background-color: #fff;
}

.time{
    color: #999;
}
.zb_item_content {
    box-sizing: border-box;
    padding: 0.4rem 0.3rem;
    background-color: #f6f6f6;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #333;
    border-radius: 0.1rem;
}
.content_tl {
    font-weight: bold;
    line-height: .4rem;
    text-align: justify;
}
.content_desc {
    margin: 0.2rem 0;
    line-height: .4rem;
    text-align: justify;
    color: #666;
}
.cons{
    padding: 0 .3rem;
    padding-bottom: .3rem;
    background: #fff;
    padding-top: .3rem;
}
.text{
    text-align: right;
    font-size: .26rem;
    color: #999;
}
.wenti,.gongzuo{
    background: #fff;
    padding-bottom: .2rem;
}
.more{
    width: 5rem;
    margin: 0 auto;
    text-align: center;
    height: .7rem;
    line-height: .7rem;
    display: block;
    background: #dbdefd;
    border-radius: 1rem;
    margin-top: .2rem;
    color: #2a38ce;
    font-size: .26rem;
    font-weight: bold;
}
.num{
    display: flex;
    text-align: center;
    font-size: .24rem;
}
.num p{
    font-size: .26rem;
}
.num div{
    flex: 1;
    background: #fff;
    padding: 0.3rem 0;
}
.num p.qg,.num p.ys,.num p.sw,.num p.zy{
    font-size: .4rem;
    color: #da2c29;
    font-weight: bold;
    margin-bottom: .1rem;
}
.num p.ys{
    color: #f7ba4a;
}
.num p.sw{
    color: #818185
}
.num p.zy{
    color:#1f9058
}
.top{
    display: flex;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    font-size: .25rem;
    background: #e5eaff;
}
.top div{
    flex: 1;

}
.blue{
    color: #2a38ce;
}
.tb-body{
    display: flex;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .26rem;
    font-weight: bold;
}
.tb-body div{
    flex: 1;
}
.table{
    background: url(../image/logo1.png) #fff no-repeat;
    width: 7.5rem;
    height: 8rem;
    background-size: 100%;
    background-position: center;
}
.img{
    margin: 0.1rem 0;
    max-height: 3.2rem;
    overflow: hidden;
}
.wenti .lists .pic{
    height: 1.4rem;
}

.wenti .title{
    line-height: .45rem;
}
.wenti .text{
    font-size: .24rem;
    line-height: .5rem;
    color: #c5c5c5;
}
h2 span{
    text-align: right;
    float: right;
    font-size: .23rem;
    color: #b0b0b0;
    font-weight: normal;
}
.num p.update{
    color: #b4b4b4;
    margin-top: 0.1rem;
    font-size: .21rem;
}
.qgqz em{
    color: #da2c29;
    font-weight: bold;
}
.ysbl em{
    color: #f7ba4a;
    font-weight: bold;
}
.swrs em{
    color: #818185;
    font-weight: bold;
}
.zyrs em{
    color: #1f9058;
    font-weight: bold;
}
.icon {
    display: flex;
    padding: .3rem;
    background: #fff;
}
.icon a{
    flex: 1;
    text-align: center;
    font-size: .27rem;
}
.icon a img{
    width: 1.2rem;
    margin: 0 auto .1rem;
}
.yqfw{
    display: flex;
    padding: 0.3rem 0;
    background: #fff;
    flex-wrap: wrap;
}
.zc{
    text-align: center;
    /* margin-right: 0.8rem; */
    color: #6389bc;
    flex: 0 0 33.3%;
    padding: 0.2rem;
}
.zc p{
    padding: 0 0.1rem;
    line-height: .4rem;
    font-size: .3rem;

}
.zc img{
    width: 0.6rem;
    margin: 0 auto 0.1rem;
}
.gjgb{
    padding:.2rem .3rem .3rem;
    text-align: justify;
    line-height: .45rem;
    background: #fff;
}
.gjgb .con{
    height: 3rem;
    line-height: .5rem;
    overflow: hidden;
    font-size: .3rem;
}
.codelist p{
    text-align: center;
    font-size: .32rem;
    font-weight: bold;
    line-height: .55rem;
}
.codelist{
    background: #fff;
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
}
.itemlist{
    display: flex;
    padding: 0 0.3rem 0.3rem;
    flex-wrap: wrap-reverse;
}
.itemlist .item{
    flex: 0 0 50%;
    padding: 0.2rem;
}
.itemlist p{
    font-size: .28rem;
}