body{
    background-color: #f5f5f5;
}
div{
    background-color:white;
}

.swiper-container {
    height: 4.6rem;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 4.6rem;
}
.swiper-container .swiper-pagination {
    background-color: transparent;
    bottom: 0.2rem;
}
.swiper-container .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #ccc;
}
.swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(172,30,43);
}

.top_inside{
    width: 60%;
    height: 0.4rem;
    text-align: center;
    margin-top: 0.3rem;
    background-color: black;
}
.top_r{
    width: 1.5rem;
    height: 0.34rem;
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.26rem;
    color: #ffffff;
    background-color: black;
}
.top_l{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    cursor: pointer;
    height: 0.3rem;
    background-color: black;
}

.top_b{
    background:url('/api/static/image/index/banner@3x.png') no-repeat center center;
    background-size: cover;
    height: 3.6rem;
}
.middle{
    width: 6.9rem;
    margin: 0 auto;
}

.news{
    height: 1rem;
    line-height: 100%;
}
.news_i{
    width: 6.9rem;
    position: absolute;
    margin-top: 0.4rem;
}

.new_l{
    text-align: left;
    font-size: 0.32rem;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    font-weight: bolder;
    color: rgb(51,51,51);
    cursor: pointer;
    border-left:rgb(172,30,43) solid 0.1rem ;
    padding: 0 0.1rem;
}

.new_r{
    text-align: right;
    font-size: 0.28rem;
    line-height: 0.26rem;
    color: rgb(153,153,153);
    cursor: pointer;
}
.new_r .more-text {
    margin-top: 0.02rem;
    display: inline-block;
    vertical-align: top;
}
.new_r img {
    width: 0.16rem;
    height: 0.28rem;
}
.du{
   margin-top: 0.4rem;
}
.context_l_t{
    text-align: left;
    font-size: 0.28rem;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: rgb(102,102,102);
    height: 0.26rem;
}
.context_b{
    margin-top: 0.25rem;
    border-left:rgb(245,103,65) solid 1px ;
}
.context_l_b{
    text-align: left;
    font-size: 0.2rem;
    line-height: 0.26rem;
    height: 0.3rem;
    margin-left: 5%;
    color: rgb(245,103,65);
}
.context_l_b span {
    margin-left: 2px ;
}

.content_r_t{
    text-align: left;
    font-size: 0.32rem;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color:rgb(51,51,51);
    height: 0.3rem;
    margin-top: 0.25rem;
}

.nav{
    height: 0.2rem;
    margin: 0.1rem 0.4rem;
}

.row{
    height: 0.15rem;
    background-color: #f5f5f5;
    margin: 0;
}

.main_down{
    width: 6.9rem;
    margin: 0 auto;
}

.block-link {
    display: block;
    padding: 0.35rem 0;
    box-sizing: border-box;
}
.block-link .link-title {
    display: block;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: rgb(51, 51, 51);
}
.block-link .link-time {
    display: block;
    margin-top: 0.23rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: rgb(153,153,153);
}

hr{
    border-top: 1px;
    margin: 0 0;
    border-bottom: #e6e6e6 solid 1px;
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
.content_item {
    background-color: white;
    /*overflow: hidden;*/
    /*height: 2.1rem;*/
}
.content_item + .content_item {
    margin-top: 0.1rem;
}
.content_item .content_item-top {
    margin-top: 0.3rem;
    font-size: 0;
    line-height: 0.26rem;
}
.content_item-top .top-title {
    display: inline-block;
    font-size: 0.3rem;
}
.content_item-top .top-tip {
    margin-left: 0.2rem;
    width: 1rem;
    height: 0.36rem;
    padding: 0.07rem;
    font-size: 0.22rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    box-sizing: border-box;
    vertical-align: top;
}
.content_item-top .top-tip.origin {
    border: 1px solid rgb(245,103,65);
    color: rgb(245,103,65);
}
.content_item-top .top-tip.red {
    border: 1px solid rgb(172,30,43);
    color: rgb(172,30,43);
}
.content_item-top .top-tip.blue {
    border: 1px solid rgb(73,158,212);
    color: rgb(73,158,212);
}
.content_item .content_item-detail {
    margin: 0.35rem 0 0.3rem;
}

.content_item-detail .detail-item:first-child {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.content_item-detail .detail-item {
    display: inline-block;
    width: 35%;
    text-align: center;
}

.content_item-detail .detail-item:last-child {
    display: inline-block;
    width: 40%;
    text-align: center;
}

.content_item-detail .detail-item span {
    display: block;
}
.content_item-detail .detail-item .detail-item-title {
    font-size: 0.32rem;
}
.content_item-detail .detail-item .detail-item-desc {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    color: rgb(102,102,102);
}
.color-red {
    color: rgb(245,103,65);
}
