/*bannerÍ¼Æ¬ÂÖ»¬begin*/
.swiper-container {
    position: relative;
    height: 200px;
}

.swiper-slide {
    padding-top: 0px;
    overflow-y:hidden;
}

.swiper-wrapper img {
    width: 100%;
    height: 100%;
}

.bannertitle {
    position: absolute;
    bottom: 0px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.bannertitle p{
    color:white;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    text-align: right;
    padding-right: 5px;
}
/*bannerÍ¼Æ¬ÂÖ»¬end*/

/*ÐÄÀíÍ·Ìõ*/

.mytoutiao {
    height: 44px;
    line-height: 30px;
    background-color: #fff;
    padding: 7px 10px;
    margin-top: 10px;  
    font-size: 16px;
}

.mydivleft {
    float: left;
    width: 80px;
    text-align: center;
}

    .mydivleft span {
        color: #2771de;
        font-weight: bold;
    }

.mydivcenter {
    border-left: 1px solid #c7c3c3;
    float: left;
    height: 20px;
    margin-top: 5px;
    width: 10px;
}

.mydivright {
    position: relative;
    width: calc(100% - 90px);
    float: left;
}


/*ÐÄÀí²âÆÀ*/
.row-cp {
    position: relative;
    background: #FFFFFF;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.cpimg {
    width: 100%;
    height: auto;
}

.cpwz {
    height: 100px;
    position: relative;
}

    .cpwz .title {
        margin-top: 5px;
        line-height: 25px;
    }

    .cpwz .hits {
        left: 5px;
        margin-top: 50px;
    }

    .cpwz .biaoqian {
        right: 5px;
        margin-top: 50px;
    }


