body, html, h1, h2, h3, h4, h5, h6, p, em, i, form, ul, li, dl, dt, dd, figure {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;

}

html, body {
    width: 100%;
}

body {
    position: relative;
    font-family: "Microsoft Yahei", Tahoma;
    background: #f3f9ff;
}

em, u, i, b {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

h3 {
    font-size: 14px;
}

a {
    text-decoration: none;
    outline: none;
    color: #2b2a2a;
}

a img {
    border: none;
    display: block;
}

input {
    border: 0;
    border-radius: 0.1rem;
}

.ico {
    background: url(../img/ico.png) no-repeat 0 0;
    background-size: 320px 320px;
    display: block;
    overflow: hidden;
}

.clear {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.row:after {
    content: " ";
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input, textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}

.flex_cont {
    /*垂直相对对其*/
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex_conta {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
}

.flex_al {
    /*垂直*/
    display: flex;
    align-items: center
}

.float-top {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    position: fixed;
}

.common-main-top {
    height: 1.2rem;
    padding: 0 0.3rem;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.locations {
    position: absolute;
    left: 0.3rem;
}

.locations img {
    width: 0.36rem;
    height: 0.36rem;
    display: block;
}

.locations p {
    font-size: .3rem;
    padding: 0 0 0 0.06rem;
    line-height: .36rem;
}

.logo {
    width: 100%;
    text-align: center;
}

.logo img {
    margin-left: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
}

.logo p {
    font-size: .36rem;
    padding-left: 0.08rem;
    padding-right: 0.1rem;
}

.tab-bar {
    padding: 0 .22rem;
    margin-bottom: 0;
    height: .93rem;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: .34rem;
    letter-spacing: 0;
    line-height: .48rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-bar ul {
    width: 100%;
    height: .93rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-bar .tab-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    color: #333;
    height: .93rem;
    line-height: .93rem;
    position: relative;
    overflow: hidden;
}

.tab-bar .tab-item.tab-active a {
    color: #1479d7;
}

.tab-bar .tab-item:after, .tab-bar .tab-item:before {
    display: block;
    width: .15rem;
    height: .04rem;
    background: transparent;
    position: absolute;
    bottom: 0;
    content: " ";
}

.tab-bar .tab-active::before {
    right: 50%;
}

.tab-bar .tab-active::after {
    left: 50%;
}

.tab-bar .tab-active:after, .tab-bar .tab-active:before {
    background: #1479d7;
}

.channel-bar {
    margin-bottom: 0;
    line-height: .45rem;
    overflow: hidden;
    position: relative;
    z-index: 40;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #f8f8f8;
}

.wap-section {
    padding: .22rem .22rem 0 .22rem;
}

.wap-section .wap-linklist {
    margin-left: -.47rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    letter-spacing: 0;
    font-size: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.channel-bar .wap-linklist .link-item {
    width: 2.5em;
    text-align: left;
}

.wap-section .wap-linklist .link-item {
    width: 2em;
    display: inline-block;
    font-size: .32rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    margin: 0 0 0 .59rem;
    white-space: nowrap;
}

.swiper-wrapper .swiper-slide {
    height: 3.7rem;
}

.swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.link-list-auto{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.link-auto {
    font-size: 0.24rem;
    padding: 0.2rem 0.2rem;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

.link-auto ul li {
    display: inline-block;
    flex: 1;
    text-align: center;
}

.link-auto ul li .icon {
    width: 1rem;
    height: 1rem;
    text-align: center;
    margin: .1rem auto;
    border-radius: 50%;
}

.pop_mask {
    position: fixed;
    opacity: 0;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    z-index: 10001;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none;
}

.pop_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pop_mask:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
}

.pop_mask, .pop_mask:before {
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}

.pop_panel {
    background: #fff;
    width: 5.2rem;
    height: 100%;
    position: fixed;
    z-index: 10002;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .55s ease;
    transition: -webkit-transform .55s ease;
    -o-transition: transform .55s ease;
    transition: transform .55s ease;
    transition: transform .55s ease, -webkit-transform .55s ease;
    padding: 0 .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pop_panel.show {
    -webkit-transform: none;
    -ms-transform: none;
    /* transform: none; */
}

.pop_panel .addra {
    padding: .5rem .6rem;
    color: #333;
}

.pop_panel .addra .thisa {
    padding-top: .1rem;
    padding-bottom: .3rem;
    line-height: .6rem;
    font-size: .35rem;
}

.pop_panel .addra .thisa p {
    color: #268eef;
    font-size: 0.4rem;
}

.pop_panel .addra .li {
    padding-left: .1rem;
    font-size: .3rem;
    line-height: 1rem;
    /*border-bottom: 1px solid #eee;*/
}

.pop_panel .addra .li.on {
    color: #268eef;
    padding-bottom: .1rem;
}


.common-main-nav .nav {
    flex: 1;
    padding: 0 0.2rem;
}

.common-main-nav .nav li {
    padding: 0 0.1rem;
}

.common-main-nav .nav li a {
    line-height: 0.56rem;
    font-size: .3rem;
}

.common-main-nav .add {
    width: .4rem;
    height: .4rem;
    margin: 0 0.2rem;
}

.banner {
    padding-top: 1.56rem;
}

.banner img {
    width: 100%;
    display: block;
}

.inner {
    padding: 0 .19rem .65rem;
}

.channel-title {
    font-size: .34rem;
    color: #17191a;
    padding: .4rem 0;
    font-weight: bold;
}

.channel-choose-list, .channel-pool-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start
}

.channel-choose-list .channel-box, .channel-pool-list .channel-box {
    width: 1.7rem;
    line-height: .8rem;
    background: #fff;
    text-align: center;
    color: #17191a;
    margin: 0.2rem 0.04rem;
}

.channel-pool-list .channel-box {
    display: flex;
}

.channel-pool-list .channel-box img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: .1rem;
}

.soso {
    padding: 0.2rem 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.div_inpus {
    height: 100%;
    flex: 1;
    position: relative;
}

.div_inpus img {
    position: absolute;
    left: .1rem;
    top: .1rem;
    width: .4rem;
    height: .4rem;
}

.div_inpus input {
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.06rem;
    padding-left: .6rem;
}

.soso .span_right {
    padding-left: 0.2rem;
    font-size: .35rem;
}

.soso .span_left {
    padding-right: 0.2rem;
    font-size: .35rem;
}

.index-news-list {
    padding-top: .1rem;
}

.index-news-list .index-news-li {
    padding: .25rem 0;
    border-bottom: 1px solid #eee;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index-title {
    color: #333;
    font-size: .3rem;
    line-height: .46rem;
    max-height: 1.4rem;
}

.index-img-warp {
    padding: .15rem 0;
}

.index-img-warp img {
    width: 2.2rem;
    height: 1.6rem;
    border-radius: .1rem;
    display: block;
}

.index-bottom {
    color: #879399;
}

.index-bottom div {
    padding-right: .2rem;
}

.index-news-li .index-news-li-right {
    width: 2.3rem;
}

.index-news-li .index-news-li-left{
    width: calc(100% - 2.3rem);
    word-break: break-all;
}
.index-news-li .index-news-li-left .index-title {
    min-height: 1.4rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

.index-news-li .index-news-li-right .index-img-warp {
    padding: 0 0 0 .1rem;
}

.article {
    padding: .5rem .3rem;
}

.article-head {

}

.subchannel-bar {
    height: 0.9rem;
    padding: 0 0.22rem;
    background: #f5f7f9;
    overflow-x: auto;
}

.subchannel-bar ul {
    height: 0.9rem;
    display: -webkit-box;
    margin-left: -0.25rem;
}

.subchannel-bar .sublink-item {
    height: 0.9rem;
    line-height: 0.9rem;
    position: relative;
    overflow: hidden;
}

.subchannel-bar .sublink-item a {
    display: block;
    font-size: 0.32rem;
    color: #333333;
    margin: 0 0.25rem;
}

.subchannel-bar .item-active, .subchannel-bar .item-active a {
    color: #ee1a1a;
}

.article-head .article-title {
    font-size: 0.46rem;
    font-weight: bold;
    padding: 0 0 0.2rem 0;
    color: #404040;
}

.article-head .article-info {
    font-size: 0.28rem;
    font-weight: normal;
    margin: 0 0 0.12rem 0;
    color: #888888;
}

.article-head .article-info .source {
    padding-left: .1rem;
}

.article .content {
    padding: .2rem 0;
    font-size: .3rem;
    line-height: 160%;
}

.article .content img {
    width: 100%;
    margin: .1rem 0;
    display: block;
}

.article .content p {

}

.article .pages {
    margin: .5rem 0;
    font-size: .2rem;
}

.article .pages .left {
    color: #268eef;
    width: 48%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article .pages .right {
    width: 48%;
    color: #268eef;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-news-li .index-news-li-right .index-img-warp{
    padding: 0 0 0 .1rem;
    flex-shrink: 0;
    flex-grow: 0;
    width: 2.2rem;
    height: 1.6rem;
}
*{margin: 0;padding: 0;}
a{text-decoration: none;}
.link-module{
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0.1rem;
    font-size: 0;
}
.link-module .link-module-content{
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.link-module .link-module-content .link-module-list{
    width: 20%;
    padding: 0.1rem 0.05rem;
    box-sizing: border-box;
}
.link-module .link-module-content .link-module-list .icon-box{
    width: 1rem;
    height: 1rem;
    background-color: #268eef;
    border-radius: 50%;
    padding: 0.2rem;
    box-sizing: border-box;
    margin: 0 auto 0.1rem auto;
}
.link-module .link-module-content .link-module-list .icon-box img{
    width: 100%;
    height: 100%;
}
.link-module .link-module-content .link-module-list .link-name{
    font-size: 0.24rem;
    text-align: center;
    color: #212121;
}
