.box {
    font-size: 0.28rem;
    color: #333333;
    background-color: #f6f6f6;
}

/* 顶部banner图 */

.banner {
    height: 3rem;
    background-image: url("http://imgbdb3.bendibao.com/szbdb/20223/18/20220318170759_63925.jpg");
    background-size: 100% 100%;
}

.container {
    padding: 0.16rem 0.24rem 0.4rem;
    background: linear-gradient(180deg, rgba(105,138,245,1) 0%, rgba(246,246,246,1) 81%);
}

/* 切换城市 */
.city {
    padding: 0.2rem 0.2rem 0.2rem 0.24rem;
    border-radius: 0.2rem;
    box-shadow: 0rem 0rem 0.05rem 0rem rgb(188 189 191 / 22%);
    background-color: #ffffff;
}

.city-img {
    width: 0.16rem;
    height: 0.08rem;
    vertical-align: middle;
}

.city .sheng,.city .shi,.city .qu {
    text-align: center;
}

.city .sheng {
    width: 1.1rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}
.city .shi {
    width: 1.2rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}
.city .qu {
    width: 1.3rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

/* 通知 */
.info {
    margin-top: 0.4rem;
    padding: 0.2rem 0.24rem;
}

.info a {
    color: #333;
}

/*  */
.content_box {
    margin-top: 0.4rem;
    padding-top: 0.16rem;
    border-radius: 0.2rem;
    background-color: #6279E9;
}

.content {
    padding-top: 0.02rem;
}

.content_box .content .tab_con {
    padding: 0.16rem 0.24rem 0.32rem;
}

.content_box .head {
    margin: 0 0.24rem 0.16rem;
    color: #fff;
}

.content_box .head .cityname {
    font-size: 0.32rem;
    font-weight: 700;
}

.content_box .head a {
    font-size: 0.26rem;
    color: #fff;
}

.content .tab_title {
    border-radius: 0.2rem 0.2rem 0 0;
    color: #666666;
}

.content .tab_title li {
    width: 100%!important;
    padding: 0.1rem 0.16rem;
    border-radius: 0.2rem 0.2rem 0 0;
    background-color: #f6f6f6;
}

.content .tab_title li:first-child {
    border-radius: 0.2rem 0 0 0;
}

.content .tab_title li:last-child {
    border-radius: 0 0.2rem 0 0;
}

.tab_con .picture {
    margin: 0.16rem 0 0.4rem;
    /* padding: 0.23rem; */
    border-radius: 0.2rem;
    /* background-color: #6279ea; */
}

.tab_con .picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.2rem;
}

.tab_con .text_con {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    padding-top: 0.4rem;
    border-top: 0.01rem solid rgba(0,0,0,.1);
}

.tab_con .text_con .article {
    margin-bottom: 0.32rem;
}

.tab_con .article .title {
    margin-bottom: 0.16rem;
    font-weight: 700;
}

.tab_con .article .text {
    position: relative;
    text-align: justify;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #666666;
}

.tab_con .text_con .article:last-child {
    margin-bottom: 0;
}

.content_box .head .updatetime {
    font-size: 0.3rem;
    font-weight: 700;
}

.content_box .tips {
    padding: 0.24rem 0.24rem 0.1rem;
    border-radius: 0 0.2rem 0 0;
    font-size: 0.24rem;
    color:#66B8F6;
}

.con-out {
    margin-top: -0.02rem;
    border-radius:0 0 0.2rem 0.2rem;
    background-color: #f6f6f6;
}

.con-in {
    border-radius:0 0 0.2rem 0.2rem;
    background-color: #fff;
    /* box-shadow: 0 0 0.06rem 0 rgba(0,0,0,0.15); */
}

.tab-active {
    background-color: #fff !important;
}

.tab-one {
    color:#ff933b !important;
    background-color: #FFEADC !important;
}

.tab-two {
    color:#fece10 !important;
    background-color: #FFF6D7 !important;
}

.tab-three {
    color:#4f95fc !important;
    background-color: #DAEAFE !important;
}

.tab-four {
    color:#90a3ec !important;
    background-color: #E6EBFF !important;
}

/* 电话 */
.top {
    padding: 0.2rem 0.21rem 0.27rem;
    background-color: #fff;
}
.phone .title {
    padding: 0.28rem 0.24rem;
    font-size: 0.32rem;
    font-weight: 700;
    border-bottom: 0.01rem solid rgba(0, 0, 0, .1);
}

.phone .title .city {
    margin-left: 0.23rem;
    padding: 0.03rem 0.24rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #6279E9;
    font-size: 0.24rem;
    font-weight: 400;
    color: #6279E9;
}

.phone ul li {
    padding: 0.24rem;
    border-bottom: 0.01rem dashed rgba(0, 0, 0, .1);
    font-size: 0.28rem;
}

.phone ul li:last-child {
    border-bottom: none;
}

.phone ul li .name {
    margin-bottom: 0.16rem;
    font-size: 0.28rem;
    font-weight: 600;
}

.phone ul li .num {
    color: #6279E9;
}

.phone ul li .call {
    padding: 0.04rem 0.24rem;
    border-radius: 0.2rem;
    font-size: 0.24rem;
    color: #6279E9;
    background-color: #E8ECFF;
}

.news_block {
    margin-bottom: 0.4rem;
}

/* 底部tab切换 */
.info-tab {
    margin: 0 0.22rem 0.4rem;
    padding: 0.14rem 0.33rem 0;
    border-radius: 0.2rem;
    background-color: #fff;
}

.info-tab .bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
    padding-left: 0;
    font-size: 0.32rem;
    color: rgba(91, 91, 91, 1);
    margin: 0 0 0 0;
    padding-top: 0.04rem;
}

.click {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(20, 20, 20, 1);
    line-height: 0.8rem !important;
    font-weight: 600;
}

.click img {
    width: 0.6rem;
    height: 0.07rem;
}

li.title-name {
    line-height: 0.7rem;
}

.info-tab .tab-content ul {
    padding-left: 0;
    margin: 0;
}

.imp-icon {
    width: 0.26rem;
    height: 0.15rem;
    margin-top: 0.14rem;
    margin-right: 0.15rem;
}

.tab-bar {
    padding-bottom: 0.01rem;
}

.info-tab .more, .info-tab .shou {
    margin: 0.3rem auto;
    text-align: center;
}

.info-tab .more img, .info-tab .shou img {
    width: 0.48rem;
    height: 0.48rem;
}

.imp {
    padding: 0.375rem 0.1rem;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.imp-title {
    display: flex;
}

/* .imp-icon {
    width: 0.3rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
} */

.imp-name {
    font-size: 0.31rem;
    font-weight: 600;
    color: #000000;
}

.imp-content {
    font-size: 0.3rem;
    color: rgb(102, 102, 102);
    margin-left: 6%;
    margin-top: 0.225rem;
}

.all {
    height: 0.9rem;
    width: 45%;
    margin: 0.3rem auto;
    text-align: center;
    line-height: 0.9rem;
    font-size: .3rem;
    background: #F0EDF1;
    border-radius: 0.14rem;
    color: #000000;
}

/* 无数据时的提示 */ 
.tip-info {
    padding: 0.32rem;
    border-radius: 0 0 0.2rem 0.2rem;
    font-size: 0.25rem;
    text-align: justify;
    background-color: #fff;
}

.tip-info a {
    color: #66B8F6;
}

.tip-info .tip-btn {
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.08rem 0.16rem;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #7088ea;
}

/* 搜索 */
.search_box {
    margin: 0.3rem 0.24rem 0.32rem;
    padding: 0.04rem 0.04rem 0.04rem 0.24rem;
    border-radius: 0.5rem;
    border: 0.01rem solid #E5E5E5;
    background-color: #f6f6f6;
}

.search_box input {
    width: 80%;
    font-size: 0.26rem;
    background-color: transparent;
}

.search-btn {
    width: 0.64rem;
    height: 0.64rem;
    padding: 0.15rem;
    border-radius: 50%;
    background-color: #DAE0FE;
}

.search-btn img {
    width: 0.34rem;
    height: 0.34rem;
}

input::-webkit-input-placeholder { 
    color:#999999;
}   
/* qiyue: */
ul.tab_title.flex-between{
    justify-content: initial;
}
.content .tab_title li p {
    padding: 0.16rem 0;
    border-radius: 0.2rem 0.2rem 0 0;
    height: 1.05rem;
}

.content .tab_title li {
    color: #999;
    background-color: #f6f6f6;
}

.border_all {
    border: 0.02rem solid #6279E9;
}

.tab-active {
    border-top: 0.02rem solid #6279E9;
    border-bottom: 0;
}

.border_bottom {
    border-bottom: 0.02rem solid #6279E9;
}

/*  */
.content_box  .tips {
    color: #999;
    line-height: 0.36rem;
}

.content_box .tips a {
    color: #66B8F6;
    border-bottom: 0.01rem solid #66B8F6;
}

.banner_new {
    height: 3rem;
}

.banner_new img {
    width: 100%;
    height: 100%;
}

.ss-time {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    padding: 0.08rem 0.2rem;
    border-radius: 0.1rem;
    color: #FB9B0D;
    font-size: 0.24rem;
    background-color: #FFFBED;
}

.ss-time img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
}

.tab_head {
    margin: 0.24rem 0.2rem 0;
    color: #999;
}

.tab_head .line {
    width: 0.72rem;
    height: 0.06rem;
    margin-top: 0.12rem;
    visibility: hidden;
    border-radius: 0.1rem;
    background-color: #53A5F9;
}

.tab_selected {
    color: #000;
    font-weight: 600;
}