* {
    margin: 0;
    padding: 0;
}

html {
    max-width: 640px;
    margin: 0 auto;
    font-size: 52px
}

body {
    font-size: .35rem;
    font-family: "微软雅黑", Arial
}

a {
    color: #a0a0a0;
    text-decoration: none;
}

a:hover {
    color: #F33
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.loader {
    background-color: #FFFFFF;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.loader-animate {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAMAAAArU9sbAAAAllBMVEUAAAA5kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv98v3f9AAAAMXRSTlMA+u4H8xwSDeG7KBapjYhP28EE9jfmpJoxItOALLFuQcxrZOrXdnPHVDyVe11aSIN5drPNPgAAAx5JREFUWMOlmOl2qlAMhbcyySCiBUFRUazzVXve/+Vuk2NZTgwHvx+uVjBk2MmJopxRkvvecBn0gqXt+ecZ1DEW8654ZO3lLhTQznZHvKNj70dohrWNRDm9rYZ6Rqsiki/7uBhkiZNkg208LLyL/qGOcCkk39eD9hhm5veEZDirdsS/eRGHby9nY+lRZ1VVmJ200XfLb4mlnbmJEhzpsWegCseWEZfcFXJau3vUkX9xsZy3RvjaboJ6Zt/8vNmbK+zJWGsmKZvF/PJEg3PSb6zuMd0emE/v7hSMMGxmjgf6HI5Sr3FQC9yRsSI1qGBNSX7OnSbpjbUBNRydHo2CDbkygCo5faxoTVfnpKgzpA7XIKEW1F2oM6OeWoExyZUr2hBTJ4xALFq5wkzIGdl40xe9qWlvzsFRph20IyPNUBzp7x9LtGRE7ZcD2LGQW8L19QCLEjRBWw6keuBCxUJrRjTbZliwS+0Zchccf19PaA1/3ofNumnPimMJfl9DtGfA46HLJWpPSGcTqNAmKnCT6r7mGpP+raqG64qxW2uFxoKBcjw6vxYjlJHQiYKophfngliGVeJdgg7LqsgtXy4JsVlRI9beoMmSsM7L9cJDb1OniUAQO+nz63mYYttk/msnnVeo/ms1ydEzLpzjWgxPENH5uad1zqspuNT1ZFNB2M5LibojObxzNN9hO/59WOltfPtcqka4sVyci5pKH1bcTgr9mOzkhvl3f1LkI+BaNeVfxMtsqhWHow3ihxJkoSlWn8UcXCjEr2JrcPVX4TURs2fAv1sa+uSMCQWkmPUrubIFI/06QgXtxNvxQy58+vcAFVjMj/uhFZEKTKhxJiNT7WFIkATVMH396fgYqy7NjHk9PYqAvx/84EMc7rQNPiT8kkF9yKBTfJP73EzvgM/IuoKI3Wq5pW5NiqfyzNhY5cVNdbHe17RHfGuO1MA7Jn1dtrNWk5zo73eJ3Hg2sRgKSZA1G0JMMN4MQscwzUm4//F64oZ+0lCPS26X0k2basHcTEtsLFcWFEj86auJ1IEy5mUbD4NIF3r0bR+3lwov/gPz4J/MfidXggAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    -webkit-animation: loading-rotate 1s linear infinite;
    animation: loading-rotate 1s linear infinite;
}

@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mtop {
    margin-top: .15rem
}

.cl::after,
.col:after,
.list li:after,
.pagelist:after,
#chuarc ul:after,
.place:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.header {
    max-width: 640px;
    height: .98rem;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 111;
    top: 0
}

.headert {
    height: .98rem
}

.header .fl img {
    height: .72rem;
    margin-top: .12rem;
    padding-left: .18rem
}

.header .fr img {
    height: .38rem;
    margin-top: .27rem;
    padding-right: .4rem
}

.mtop {
    /* margin_top: ; */
}

.col {
    /* font-size: .22rem; */
    /*margin-left: -1px;*/
}

.col li {
    float: left;
}

.col li a {
    display: block;
    height: .83rem;
    line-height: .83rem;
    font-size: .28rem;
    overflow: hidden;
    margin-left: 1px;
    margin-bottom: 1px;
    background-color: #e3f4ff;
    text-align: center;
    color: #256EB1;
}

.col-1 li {
    width: 100%;
}

.col-2 li {
    width: 50%;
}

.col-3 li {
    width: 33.333%;
}

.col-4 li {
    width: 25%;
}

.col-5 li {
    width: 20%;
}

.col-6 li {
    width: 16.667%;
}

.col-7{
    background-color: #2CABCD;
}
.col-7 li {
    width: 24%;
        border-left: #28a1c1 1px solid;
        border-bottom: 1px solid #28a1c1;

}

.col-7 li a {
    line-height: 30px;
    font-size: 15px;
    height: auto;
    color: #fff;
    background: none;
    margin-left: 0;
}

.dl-col {
    border: 1px solid #dcdcdc;
    margin: .5em .3em;
    border-radius: 2px;
}

.dl-col dt,
.dl-col dd {
    border-bottom: 1px solid #dedede;
}

.dl-col dt {
    margin-top: 1px;
    background-color: #f6f6f6;
    padding: .45em .75em
}

.dl-col dt,
.dl-col dt a {
    font-size: .34rem;
    color: #646464
}

.dl-col dd,
.dl-col dd a {
    font-size: .32rem;
    color: #0e90d2;
}

.dl-col dd a {
    display: block;
    overflow: hidden;
    height: .33rem;
    overflow: hidden;
    margin: .86em .55em;
    line-height: 1
}

.dl-col dd {}

.dl-col dd:last-child {
    border-bottom: 0
}

.box-title,
.box-title a {
    font-size: .36rem;
    color: #256EB1;
}

.box-title {
    margin-top: 1px;
    background-color: rgb(219, 237, 248);
    padding: 0.72em 0.75em;
}

.chu_boxc li,
.chu_boxc li a {
    font-size: .300rem;
    color: #333;
}

.chu_boxc li {
    border-bottom: 1px solid #ececec;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 .28rem
}

.chu_boxc li a {
    display: block;
    overflow: hidden;
    height: 0.9rem;
    line-height: 0.9rem;
    box-sizing: border-box;
}

.chu_boxc li a span.right {
    float: right;
    margin-left: .5em;
    display: block;
    overflow: hidden;
}

.list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
}

.list li:last-child {
    border-bottom: 0
}

.list li a:hover {
    color: #F33;
}

.list li .flpic {
    float: left;
    width: 1.96rem;
    height: auto;
    margin-right: .21rem;
}

.list li img {
    width: 1.96rem;
    height: auto;
    margin-right: .21rem;
}

.list li div {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.tags-total {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.list li h2,
.list li h3 {
    font-size: .35rem;
    height: 1.08rem;
    margin-bottom: .4rem;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4;
    color: #000000;
    word-break: break-all;
    height: auto
}

.list li h2.title-name-none,
.list li h2.title-pic {
    height: auto
}

.list li h2.title-name-none,
.list li h2.title-pic {
    margin-bottom: .4rem;
}

.list li p {
    font-size: .24rem;
}

.list li p span {
    margin-right: .2rem;
    color: #999;
}

.list li p span a {
    color: #999;
}

.dede_pages {
    text-align: center;
    margin-top: .35rem;
    padding-left: .12rem
}

.dede_pages .pagelist1 li {
    float: left;
    min-width: 14%;
    margin-bottom: .03rem;
}

.dede_pages .pagelist1 .pageinfo {
    font-size: 14px;
    /*display: inline-block;*/
    line-height: .77rem;
}

.dede_pages .pagelist li a,
.dede_pages .pagelist li span {
    display: block;
    color: #666;
    background: #f5f5f5;
    margin-right: .15rem;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 13px;
    height: .77rem;
    line-height: .77rem;
}

.dede_pages .pagelist li .pageinfo1 {
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-right: .22rem;
    padding-top: .5em;
    color: #757575;
}

.dede_pages .pagelist .thisclass span {
    background-color: #ccc;
    color: #666;
}

.dede_pages .pagelist li.last,
.dede_pages .pagelist li.last span {
    width: 100%;
    background-color: #fff;
    border: 0
}

.place {
    margin-top: 0.5em;
    font-size: .3rem;
    padding: 10px 10px;
    background-color: #f5f5f5;
}

.place a {
    color: #0088FF;
    text-decoration: none;
    font-size: .3rem;
}

.t_1 {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #035b93;
    background: #dbedf8;
    padding: 0 10px;
}

.t_1 span {
    color: #0088FF;
}

.box_title {
    min-height: .5rem;
    padding: .15rem .28rem;
    background-color: #f5f5f5;
    line-height: 1.4;
    margin-top: .5em;
    color: #ccc;
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}

.place .fl {
    width: 100%;
    color: #cccccc;
}

.place .fr img {
    height: .38rem;
    margin-left: 2em;
    padding-top: .3em
}

.box_title a {
    font-weight: normal;
    color: #398fcb;
    font-size: .3rem;
}

.box_title a {
    font-size: .35rem;
    color: #757575;
    font-weight: bold;
    width: 100%
}

.box_title span {
    float: right;
    width: 2em
}

.box_title span a {
    font-weight: normal;
    color: #a0a0a0;
    font-size: .26rem;
}

.box_arclist {
    color: #666;
}

.body_title {
    font-size: .45rem;
    /*text-align: center;*/
    font-weight: bold;
    color: #256eb1;
    margin: .26rem .16rem .24rem;
    word-break: break-all;
}

p.bdllq {
    /*text-align: center;*/
    padding: 0 .2rem .04rem;
    font-size: .24rem;
    color: #a0a0a0;
}

p.bdllq span.pl {
    padding-left: 0
}

p.bdllq span.pl a {}

p.bdllq span.pl a {}

p.bdllq span.pl em {
    font-weight: noraml;
    font-style: noraml;
    padding: 0 .35em;
    color: #ccc
}

p.bdllq span {
    padding-right: .8em
}

#chuarc {
    overflow: hidden;
    /*margin-top: .3rem;*/
}

#chuarc ul li {
    /*float:left;*/
    /*width:25%;*/
}

.box_arclist article {
    font-size: .36rem;
    line-height: 1.8;
    margin-left: .2rem;
    margin-right: .2rem;
    word-wrap: break-word;
}

.box_arclist article p {
    margin: 1em 0;
}

.box_arclist article div {
    /*margin: 1em 0;*/
}

.box_arclist article h3,
.box_arclist article h2 {
    font-size: .36rem;
    line-height: 1.5;
    background-color: #f1f1f1;
    padding: 3px 0 3px 8px;
    margin: 20px 0;
    color: #0088FF;
}

.box_arclist article a {
    color: #256eb1;
    /*font-size: .36rem;*/
    padding-bottom: 2px;
    border-bottom: 1px dashed #256EB1;
}

.box_arclist article img {}

.box_arclist article a:hover {
    color: #F33;
    border-bottom: 1px dashed #F33;
}

.box_arclist table {
    margin-top: 2em;
    box-sizing: border-box;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100% !important;
    margin-bottom: .2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: rgb(51, 51, 51);
    font-size: .32rem;
    text-align: center;
}

.box_arclist .a1 {
    box-sizing: border-box;
    border-spacing: 0px;
    border-collapse: unset;
    width: 100% !important;
    margin-bottom: .2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #c8def2;
    color: rgb(51, 51, 51);
    font-size: .32rem;
    background: #c8def2;
    border-radius: 0.11rem;
    /*text-align: center;*/
}

.box_arclist .a2 {
    box-sizing: border-box;
    border-spacing: 0px;
    border-collapse: unset;
    width: 100% !important;
    margin-bottom: .2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #EFD9FD;
    color: rgb(51, 51, 51);
    font-size: .32rem;
    background: #EFD9FD;
    border-radius: 0.11rem;
    /*text-align: center;*/
}

.box_arclist .a3 {
    box-sizing: border-box;
    border-spacing: 0px;
    border-collapse: unset;
    width: 100% !important;
    margin-bottom: .2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #ffecd0;
    color: rgb(51, 51, 51);
    font-size: .32rem;
    background: #ffecd0;
    border-radius: 0.11rem;
    /*text-align: center;*/
}

.a1 tr:nth-child(2n+1) td {
    background-color: unset !important;
}

.a2 tr:nth-child(2n+1) td {
    background-color: unset !important;
}

.a3 tr:nth-child(2n+1) td {
    background-color: unset !important;
}

.box_arclist table caption {
    border: 1px solid #5C83AF;
    border-bottom: 0;
    overflow: hidden;
    clear: both;
    line-height: 2.2;
    text-align: center;
    font-size: .3rem;
    background-color: #5C83AF;
    color: #fff
}

.box_arclist .a1 caption {
    font-size: .36rem;
    padding: .3rem;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 0.5em;
    background-color: rgba(152, 158, 202, 0.77);
    color: rgb(255, 255, 255);
    font-family: Optima-Regular, PingFangTC-light;
    text-align: justify;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin-top: -1em;
    border: none;
}

.box_arclist .a2 caption {
    font-size: .36rem;
    padding: .3rem;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 0.5em;
    background-color: rgba(152, 158, 202, 0.77);
    color: rgb(255, 255, 255);
    font-family: Optima-Regular, PingFangTC-light;
    text-align: justify;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin-top: -1em;
    border: none;
}

.box_arclist .a3 caption {
    font-size: .36rem;
    padding: .3rem;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 0.5em;
    background-color: rgba(152, 158, 202, 0.77);
    color: rgb(255, 255, 255);
    font-family: Optima-Regular, PingFangTC-light;
    text-align: justify;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin-top: -1em;
    border: none;
}

.box_arclist img {
    margin-right: auto;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.box_arclist .article-img div {
    margin: 0 !important;
}

.box_arclist .article-img-describe {
    background: #333;
    color: #fff;
    padding: 15px 17px;
    margin: 0px;
    font-size: .85em;
    line-height: 1.3em;
}

.tableArc td,
table td,
table th {
    box-sizing: border-box;
    padding: 0.08rem;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    /*background-color: #fff !important;*/
    vertical-align: top;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: .30rem;
    line-height: 1.5;
    text-align: left;
    word-break: break-word;
}

.a1 td {
    box-sizing: border-box;
    padding: 0.3rem;
    border: none;
    /*background-color: #fff !important;*/
    vertical-align: top;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: .36rem;
    line-height: 1.8;
    text-align: left;
    word-break: break-word;
}

.a2 td {
    box-sizing: border-box;
    padding: 0.3rem;
    border: none;
    /*background-color: #fff !important;*/
    vertical-align: top;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: .36rem;
    line-height: 1.8;
    text-align: left;
    word-break: break-word;
}

.a3 td {
    box-sizing: border-box;
    padding: 0.3rem;
    border: none;
    /*background-color: #fff !important;*/
    vertical-align: top;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: .36rem;
    line-height: 1.8;
    text-align: left;
    word-break: break-word;
}

.context {
    margin: .2rem 0 .2rem;
    color: #666
}

#chuarc table+br {
    display: none
}

.context div.left,
.context div.right {
    float: none;
    height: .8rem;
    line-height: .8rem;
    padding-right: .28rem;
    background: #f8f8f8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    margin-bottom: .1rem;
    font-size: .28rem;
    padding-left: .28rem;
    position: relative;
}

.context a {
    font-size: .32rem
}

.comm_once_ul p.ontitle {
    color: #256EB1;
    line-height: .8rem;
    height: .8rem;
    font-size: .36rem;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 0 .2rem;
    border-bottom: 1px solid #e8e8e8;
}

.comm_once_li {
    position: relative;
    padding: .1rem .6rem .1rem .2rem;
    display: block;
    font-size: .32rem;
    height: .64rem;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    background: no-repeat 96% center #fff;
}

.comm_once_li h3 {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: .64rem;
    font-size: .32rem;
    font-weight: normal;
}

.comm_once_li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .8rem;
    height: .8rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkBAMAAAB73QeTAAAAGFBMVEUAAAAmJTYnJjYnJjYpKTEmJjYnJjUfHzQqVpHmAAAACHRSTlMAaxaABktPD+TFaAwAAAA3SURBVBjTY2AvYICBQiE409VQAcZkSUYIuw1GYQYk4WAhJB/gE2RBCLLiEMRrJrnaMYOaCS4IAAdxEP/YRR4BAAAAAElFTkSuQmCC) center no-repeat;
    background-size: 30%;
}

.top20 {
    margin-top: .4rem
}

.footer {
    clear: both;
    text-align: center;
    padding-bottom: .24rem;
    background-color: #1aa5df;
    position: relative;
    padding-top: .4rem;
    border-top: 1px solid #eee;
    margin-top: .2rem;
}

nav.nav_sub {
    text-align: left;
    padding: .03rem .15rem .29rem;
    z-index: 999;
    display: block;
    color: #000;
}

nav.nav_sub ul li {
    float: left;
    text-align: center;
    width: 14.2857%;
    margin-top: .1rem;
    height: .5rem;
    overflow: hidden;
}

nav.nav_sub li a {
    display: block;
    color: #fff;
    font-size: .27rem;
}

.footer div {
    margin-bottom: .08rem;
    line-height: 2;
    font-size: .25rem
}

.footer div a {
    color: #000
}

.sp-title {
    color: #888;
    padding: 0px .12rem;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: #f3fbea;
    margin-bottom: 0;
}

.sp-title h2 {
    font-size: .3rem;
    line-height: .54rem;
}

.sp-title .more {
    float: right;
    margin-top: -.54rem;
    line-height: .48rem;
}

.linkbox {
    padding: .2rem .16rem;
    border-bottom: 1px solid #EEE;
}

.linkbox h3,
.linkbox h3 a {
    font-size: .36rem;
    color: #256eb1;
}

.f6 {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: .2rem;
}

.f6 li {
    float: left;
    line-height: .28rem;
    padding: .16rem .2rem .16rem;
    white-space: nowrap;
}

.f6 li a {
    color: #666666;
    float: left;
    font-size: .32rem;
}

.read-box {
    position: relative;
    z-index: 9;
    padding: 0 0 15px;
    margin-top: -220px;
    text-align: center;
}

.read_mask {
    height: 200px;
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
}

.read-box .read_mod {
    background-color: #fff;
}

.read-button,
.read-button:focus,
.read-button:link,
.read-button:visited {
    font-size: .3rem;
    color: #256eb1;
    background: #fff;
    border-radius: .15rem;
    border: 1px solid #256eb1;
    line-height: .875rem;
}

.read-box .read_mod a {
    border: 1px solid #e3f4ff;
    width: 5rem;
    height: .8rem;
    line-height: .8rem;
    display: inline-block;
    vertical-align: top;
}

.read-box .read_mod img {
    width: .9375rem;
    height: auto;
    margin: 1.0625rem 0 0 .3125rem;
    vertical-align: top;
}

#chuarc table tr:nth-child(2n+1) td {
    background-color: #c8def2
}

#chuarc table tr:nth-child(2n) td {
    background-color: #eff7ff
}

.table-row1 tr:nth-child(2n+1) td {
    background-color: #c8def2
}

.table-row1 tr:nth-child(2n) td {
    background-color: #eff7ff
}

.table-col tr td:nth-child(2n+1) {
    background-color: #c8def2
}

.table-col tr td:nth-child(2n) {
    background-color: #eff7ff
}

address,
cite,
em,
i,
mark,
u {
    font-style: normal;
}

.cm_f_ic_l .cm_mark,
.m_f_a_r .cm_mark,
.m_f_a_r .m_f_con_c {
    margin-right: 0.1rem;
    vertical-align: middle;
}

.cm_mark {
    display: inline-block;
    padding: 0.02rem 0.06rem;
    text-align: center;
    color: #888;
    font-size: .2rem;
    background: none;
    border: 1px solid;
    vertical-align: middle;
    margin-top: -.04rem
}

.cm_mark {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0.06rem;
    height: 0.3rem;
    line-height: normal;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0.06rem;
    margin-right: 0.1rem;
    /* background: rgba(0,0,0,0); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_mark_r {
    color: #693;
    border: 1px solid #693;
}

.MotoConte .sp-title {
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: 1px solid #dbedf8;
    background: unset !important;
    color: #333;
    font-family: 'microsoft yahei';
}

.MotoConte dt {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #035b93;
    background: #dbedf8;
    padding: 0 10px;
}

.MotoConte dd {
    padding: 10px;
}

.MotoConte dd a {
    margin-right: 0.2rem;
    color: #999;
    font-size: .24rem;
}

.about_read {
    padding: 5px 0;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.about_read li {
    padding: 3px 0 3px 25px;
    list-style-type: none;
    background: url(/static/images/jian.gif) no-repeat left center;
    font-size: 15px;
    line-height: 20px;
    color: #00F;
}

.about_read li a {
    color: #00F;
}

.about_read li a:hover {
    color: #cc3000;
    border-bottom: 1px solid #cc3000;
}

.search-form {
    line-height: 0.3rem;
}

.form {
    margin-top: 0.24rem;
    margin-right: 0.4rem
}

.form .search-keyword {
    height: 0.4rem;
    padding-left: 0.05rem;
    width: 2.8rem;
}

.f6 li {
    padding: 8px 8px 0 0 !important;
    height: 16px !important;
    line-height: 16px !important;
}

.f6 li a {
    color: #256eb1 !important;
}

.f6 li .second-title {
    font-size: 14px;
    border-bottom: 1px dashed;
}

.f6 li .third-title {
    font-size: 13px;
}

.f6 li .forth-title {
    font-size: 12px;
    font-style: italic;
}

.linkbox h3 a {
    font-size: 20px !important;
}

.servicearc>a {
    width: 90%;
    font-size: 16px;
    overflow: hidden;
    border: 0;
    text-align: center;
    margin: 5px auto 5px auto;
    height: 38px;
    line-height: 38px;
    background: #0088FF;
    color: #fff;
    border-radius: 6px;
    display: block;
}

.bottom-chat {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: rgba(225, 225, 225, .8);
}

.bottom-chat>.bottom-chat-item {
    position: relative;
    width: 32%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-chat-item>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px
}

.icon-swt {
    background-color: #f60 !important;
}

.icon-phone {
    background-color: #0d62aa !important;
}

.icon-test {
    background-color: red !important;
}

.bottom-chat-item .icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 20px 20px !important;
    background-position: center center !important;
    font-size: 14px;
    margin-right: 5px;
}

.bottom-chat-item .icon-num {
    position: absolute;
    top: -5px;
    left: 25px;
    width: 20px;
    height: 20px;
    background-color: red;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    transition: all 1s ease-in-out;
}

.active>.icon {
    opacity: 0;
}

.icon-test>.icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAf8BAED/w4DCQ0LBQz3CgIK9gb49PXlBcAAABeklEQVRIx92T0W7DIAxFbfBMgDRJ2/n/f3XEGiMLLNCnSjtSrTbRqa8TA/8NeuAFc8OYnFxiqOrB0sGclVW6nLOZvoInRfrEphKWoNWNDJN7L6k+AMcVxluqN+RhpfA+xVdKMFcEcVQpFq7w+31ifh6V58cFs/jvFbnT4Cwaa9FvPA8qU97D0mhoJTE7A0rYT1T6WJd/lrW0e/NoQx1rc/Pu+XJycn/UK76OlZbvUxuxxF9raXivd65i4c/7p5VA6TytSf+QEPs7VmIl5iSara+UWFFF111Ld4ylrXprSXyMpa0OyooNzCkWU3d8zrFcjtVVlhzL5lg9xejhSvgcq6fwlhbkEMtCrUSIqfpUlRWAXInloaF4jbGkmidZ9LKKjlqK3LQarRokxiCy+RKrwNJgf1wWUFwdK2H+2C5JaaYqloKVoNNPrGvjm/sUauUBMBu9aRlbCxhbR0vP1GR4gSZkT+wj8kyrIME4aXCOG7yCiLHwEpN7wDv5Aq9HXN+rMX6iAAAAAElFTkSuQmCC) no-repeat
}

.icon-phone>.icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA8BCAwKAg4DBgQFCQcNDPsH+vX2KxMSwAAAHRSURBVEjHjVXruoQgCMx7aVq7h/d/1rOrGN5amz8lfiMwgC4X/t4M5Lo8x3rAF2wtbQaMcneMDRCyMJ7plBcfMXa4oMkqAW5JGxB2MjvIYLZhaChgyg0RAPGqKW8okQQgFktm1Tkh+CYGLnqOrykyJ8jg8DqKHVqOrCkMzSkg9SVx2fg/AAbJ8CpxFQ+7CgANUFAFCMU/BwSMeUzhuSwKxTo+Fh3/3ZiylzU20fT+/NrSTZ28qBVO4Ymsku0UM0JfXWeUpvZb0c2ZGxYRtqbrdh5lwIgCVUAMmlhQ4tygG4/fsmEdUXQWK+8rbCxBRcNAiePNpZ/BiBhpFsqKtMFx/NFJJ9nMpBjMqketXFrjOK00XhV4jiQeh95wzwDiUpkqZsYU0bsh+5iioXVDzcxI3TMu2yljvKWcmL6tFENjrgNhZfH61HiWqfbl+ILhNnp1JjhMzS69m2O5xyZspSfV8yF0d/fNIaBRbQ7O2stvDlKA7sWXAePmoRWDdKT75UeggTgbMug1HEOzinOUqzs4IChZvyCzV7aHeMx5EpuCFvMC+zuO+9GuhW5TBWiwRtA/2+2EHmrSb65zFPi0r1Xj48lArAXJ2KcT5FUAALk3XfkPlUJNoi1Toa4AAAAASUVORK5CYII=) no-repeat
}

.icon-swt>.icon {
    animation: identifier 2s infinite;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAllBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AJcWoAAAAMXRSTlMAPt/tLfIv9bhvW8XBvpd1bAjj0LClk4h9TjkcA7RmUBgO1KCLSPnq2cmBVSTKYlIUNWjAvgAAAWdJREFUSMel1elygkAQBOAGEUFQw6EiovGIOdQc/f4vF8cYgqK4U/l+7Z+tnp6CWtQVznwdhkkShuu5U+A+d2Szwh65aGYlrEmspoQVr1rdTNrypi2umXps4E1Rk7+y0WuOC07MO2LnYlMt3vXioiJKaCCI8CelkRSljIayskiHhjoWfgxpbIijHRV2OFjOqDBbShOqWEAxosoYWNhUsRcyl3ayjEoZhlQaoseS7QDdDkVrAkxaFJ0u4FQK99Bm6QEHfYqBHAcUfTk+sNSuXGlZOPApHuX4SOGX/9M/rvS0g8VITernZ/Wf9Ev2qeTDpZKLpUeV4EuWoSJrdagR7wHodjaAmK4UTRY4+qSxDU5GurFE0aeRMYQmZ40zmS5DOG02kg/6wsczqXxeUzaJN6hZ2rztbVOgblJWsWcvrHr397jK40lvCizm47EXhMHsaZ5HuKH7W74fwUwUnCJcmMo9+y1Mu4YJ36YKTb8SPc81AAAAAElFTkSuQmCC) no-repeat
}

@keyframes identifier {
    100% {
        opacity: 1;
    }
    90% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    40% {
        opacity: 0.3;
    }
    30% {
        opacity: 0.6;
    }
    20% {
        opacity: 0.8;
    }
    0% {
        opacity: 1;
    }
}

#chuarc ul {
    margin-left: 0.35rem;
    font-size: 0.3rem;
}

#chuarc ul li {
    list-style: disc;
}

#chuarc ol {
    margin-left: 0.6rem;
    font-size: 0.3rem;
}

#chuarc ol li {
    margin-bottom: 0.5em;
    list-style: auto;
}

.box_arclist ol {
    list-style: auto;
}



.dede_pages .pagelist1 .pageinfo {
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-right: 0.22rem;
    padding-top: 0.5em;
    color: #757575;
}

.dede_pages .pagelist1 li:last-child {
    width: 100%;
}

.box_arclist .dcmp-content textarea {
    width: 99%;
}

#_ajax_feedback {
    display: flex;
    height: 20px;
    font-size: 12px;
    text-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#_ajax_feedback input {
    width: 100px;
    margin-right: 5px;
}

.decmt-box2 ul {
    margin: 0 !important;
}

.fl {
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.comment_act {
    margin: 0 !important;
}

.mt1 div {
    margin: .2em 0 !important;
}

.linkbox span {
    color: #aaa;
    font-weight: 500;
    font-size: 13px;
}

#validateimg {
    width: auto !important;
}
blockquote{
    margin-left: 0;
    padding-left:0.1rem;
    border-left: 5px solid #aaa;
    font-size: 16px;
}
.box_arclist  u {
  text-decoration: underline; 
  text-decoration-color: #256eb1; 
  text-decoration-thickness: 5px;

}
.box_arclist a u{
    text-decoration: underline; 
     text-decoration-color: #256eb1; 
   text-decoration-thickness: 1px;
}
 .icons{
  position: relative;
    top: 5px;
    display: inline-block;
    width: 18px !important;
    margin: 0 !important;
}
.box_arclist .icons{
  position: relative;
    top: 5px;
    display: inline-block;
    width: 18px !important;
    margin: 0 !important;
}
.list-col .place .fl.article {
    display: flex;
    justify-content: space-between;
}
.list-col .place .fl.article .f1_2 a{
    color: #aaa;
    font-size: 14px;
}
.top_img {
    flex-wrap: wrap;
}
.top_img div{
        margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}
.top_img span{
    font-size: 13px;
}
.top_img span a{
    color: #256EB1;
}
.top_img img{
    width: 70px;
}

.w960.clear.center.mt1 #parentTab{
    display: flex;
    flex-wrap: wrap;
}
.w960.clear.center.mt1 #parentTab li{
   margin: 1px 1px 2px 2px;
    vertical-align: middle;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px;
    background: #eee;
    color: #666;
}
 .w960.clear.center.mt1 #parentTab li a{
    color: #256eb1;
    font-size: 16px;
}
.w960.clear.center.mt1 .wrap.top0{
    padding: 0 8px
}
.box_arclist .related .newH{
    margin-bottom: 10px !important;
    font-size: 19px;
    color: #0088FF;
    background: #F1F1F1;
    padding: 0 10px;
    line-height:2;
    margin: 0;
}
.newH{
      counter-increment: my-counter 1;
       font-weight: 500;
}
.newH::before{
    content: counter(my-counter,cjk-ideographic)"、";
     font-weight: 500;
}
.xz360_body ol .custom-padding::before{
    padding: 5px 0 5px 2px ;
}
.mtop{
    overflow: hidden;
}
.col.col-3 li a{
    height: 50px;
}
.pgc-img-caption:not(:empty) {
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #999;
            margin-top: -0.6em
}
.pgc-img-caption:not(:empty)::before{
    content:'▲';
}
.xz360_body img{
    display: block;
    margin: 0 auto !important;
}







