*{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}
ul,li{
    list-style-type: none;
}
a{
    text-decoration: none
}
br{
    display:none;
}
html,body{
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.wrap{
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
    display: block;
}
.navbar{
    background: #2e47ab;
    display: flex;
    justify-content: space-around;
    color: #fff;
    line-height: 2.5;
    padding: 0 5px;
}
.navbar a{
    color: #fff;
}
.navbar span{
    color: #ffffff8a;
}
section{
    padding: 20px 15px;
}
.toutiao{
    background: #eee;
    padding: 12px 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.toutiao img{
    width: 20%;
    border-right: 1px solid #0255a5;
    padding-right: 8px;
    margin-right: 8px;
    !i;!;
}
.toutiao a{
    color: #0255a5;
    font-weight: bold;
    font-size: 18px;
}
.jdt{
    width: 100%;
    max-height: 400px;
    background: linear-gradient(to right, #065ec2, #1e8bdd);
    padding: 10px 10px 30px;
    position: relative;
}
.swiper-container {
    overflow: hidden;
}
.swiper-slide {
    width: auto;
    height: 60vw;
    max-height: 360px;
    position: relative;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide p{
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 2;
    background: #0000007a;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
}
.swiper-pagination{
    bottom: 8px !important;
}
.swiper-pagination-bullet-active{
    background: #fff;
}

.yw li{
    background: #f6f6f6;
    padding: 15px;
    margin-top: 10px;
}
.yw li a{
    display: block;
    line-height: 1;
    border-left: 5px solid #fe0000;
    text-indent: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yw li span{
    display: block;
    text-align: right;
    color: #bbb;
    margin-top: 10px;
}
.more{
    text-align: center;
    margin-top: 20px;
}
.more img{
    width: 25%;
}
.channelbar{
    text-align: center;
}
.channelbar img{
    width: 70%;
}
.subchannel-item .title{
    margin: 20px auto;
}
.subchannel-item .title a{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.subchannel-item .title img{
    width: auto;
    height: 28px;
}
.subchannel-item .title img:last-child{
    height: 22px;
}
.newslist li{
    border-bottom: 1px solid #efeff0;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 10px;
    position: relative;
}
.newslist li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #065ec2;
    border-radius: 50%;
    top: 48%;
    left: 0;
}
.twlist{
    margin: 20px auto;
}
.twlist li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.twlist li a{
    width: 40%;
    height: 25vw;
    max-height: 170px;
}
.twlist li a:last-child{
    width: 55%;
}
.twlist li img{
    width: 100%;
    height: 100%;
}
.twlist li h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.twlist li h3::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffa76d;
    border-radius: 3px;
    bottom: 0px;
    left: 0;
}
.twlist li p{
    font-size: 14px;
    color: #848484;
    line-height: 1.5;
}

.zcjd-toutiao{
    background: #f0f0f0;
    padding: 10px;
    margin: 20px auto;
}
.zcjd-toutiao h1{
    color: #065ec2;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
}
.zcjd-toutiao p{
    color: #848484;
    font-size: 14px;
}
.swiper{
    padding: 0 20px;
    margin: 0 auto;
}
.mySwiper {
    overflow: hidden;
}
.swiper .swiper-slide{
    height: 30vw;
    max-height: 180px;
}
.swiper-button-prev{
    left: 0px;
    background: url("../mimg/left_row.png") left center no-repeat;
    background-size: 10px;
}
.swiper-button-next{
    right: -15px;
    background: url("../mimg/right_row.png") left center no-repeat;
    background-size: 10px;
}
.swiper-button-prev:after, 
.swiper-button-next:after{
    display: none;
}

.tszs{
    background: url("../mimg/tszs_bg.png") center no-repeat;
    padding: 15px 15px 30px;
    background-size: 100% 100%;
}
.tszs ul{
    display: flex;
    flex-flow: row wrap;
    row-gap: 10px;
    column-gap: 2.8%;
    margin: 15px 0;
}
.tszs ul li{
    width: 48.5%;
   text-align:center
}
.tszs ul li img{
    width: 100%;
    height: 30vw;
    max-height: 200px;
}
.tszs ul li p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.footer{
    background: #0255a5;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0;
}
.footer *{
    color: #fff;
}
