.index_box {
    background: url(../images/index_box_bj.png) top center no-repeat;
    background-size: 100%;
}

.index_box .header {
    background: none;
}

.lunbo {
    width: 6.9rem;
    height: 3.88rem;
    margin: 0 auto;
    box-shadow: .025rem .0433rem 15px 0px rgba(173, 173, 173, 0.4);
    border-radius: 0.08rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.lunbo .swiper-slide {
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
}

.lunbo .swiper-slide a {
    height: auto;
}

.lunbo .swiper-slide .img {
    width: 100%;
    height: 3.88rem;
    overflow: hidden;
}

.lunbo .swiper-slide .img img {
    width: 100%;
    height: 100%;
    height: auto;
}

.lunbo .lunbo_tit {
    width: 100%;
    height: .94rem;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/lb_btbj.png) center center no-repeat;
    background-size: 100%;
}

.lunbo .lunbo_tit span {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunbo .prev {
    position: absolute;
    left: .2rem;
    top: 1.57rem;
    display: block;
    width: .74rem;
    height: .74rem;
    background: url(../images/le.png) no-repeat center;
    background-size: .74rem;
}

.lunbo .next {
    position: absolute;
    right: .2rem;
    top: 1.57rem;
    display: block;
    width: .74rem;
    height: .74rem;
    background: url(../images/re.png) no-repeat center;
    background-size: .74rem;
}

.lunbo .pagination {
    width: 100%;
    height: 0.06rem;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    text-align: center;
    display: table;
}

.lunbo .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 0.3rem;
    height: 0.06rem;
    cursor: pointer;
    margin-right: 0.1rem;
    background-color: #838385;
}

.lunbo .pagination .swiper-active-switch {
    width: 0.3rem;
    height: 0.06rem;
    background-color: #fac805;
}

.lunbo .pagination .swiper-pagination-switch:last-child {
    margin-right: 0;
}

.index_menu {
    height: auto;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-top: 0.1rem;
    overflow: hidden;
}

.index_menu a {
    display: block;
    width: 0.78rem;
    height: auto;
    text-align: center;
    float: left;
    margin-right: 1rem;
    margin-top: .4rem;
}

.index_menu a img {
    height: 0.72rem;
    width: auto;
}

.index_menu a:nth-child(4n) {
    margin-right: 0;
}

.index_menu a span {
    display: block;
    text-align: center;
    font-size: .28rem;
    margin-top: .2rem;
}

.toutiao {
    height: 1.2rem;
    margin-top: 0.5rem;
    background: url(../images/tt_bj.png) center center no-repeat;
    background-size: 100%;
    text-align: center;
}

.toutiao a {
    display: inline-block;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #333333;
    font-weight: bold;
    width: 83%;
    margin-left: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kxyw_box {
    margin-top: 0.5rem;
    border-top: 0.16rem solid #f0f0f0;
}

.kxyw {
    margin-top: 0.5rem;
}

.index_tit {
    height: 0.7rem;
    border-bottom: 1px solid #d3d3d3;
}

.index_tit h3 {
    display: inline-block;
    font-size: 0.4rem;
    color: #333333;
}

.index_tit h3 a {
    font-size: 0.4rem;
    color: #333333;
}

.index_tit .more {
    float: right;
    line-height: .4rem;
    font-size: .24rem;
}

.index_tit .more a {
    color: #999999;
}

.kxyw_con ul li {
    /*height: 1.9rem;*/
    margin-top: 0.3rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:0.3rem;
}

.kxyw_con ul li span {
    display: block;
    font-size: .28rem;
    color: #4696f0;
    line-height: .5rem;
    position: relative;
    padding-left: .3rem;
    box-sizing: border-box;
}

.kxyw_con ul li span::after {
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    display: block;
    border-radius: 50%;
    background: #4696f0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.kxyw_con ul li a {
    width: 100%;
    /*height: 1rem;*/
    line-height: 0.5rem;
    font-size: 0.3rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kxyw .ckgd {
    height: 0.73rem;
    background: #e2f0ff;
    border-radius: 0.08rem;
    overflow: hidden;
    line-height: 0.73rem;
    text-align: center;
    margin-top: 0.5rem;
}

.kxyw .ckgd a {
    display: block;
    font-size: 0.26rem;
    color: #4696f0;
}