/*字体颜色*/
.mc_more1_btn span a{color:#337ab7;}
.mc_more1_btn:hover span a{color:#fff;}
.mc_more1_btn span a:hover{color:#fff;}

.cpname{position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 0px 10px;
    background: -webkit-linear-gradient(to right, #48a0f7 , #7357eb);
    background: -moz-linear-gradient(to right, #48a0f7 , #7357eb);
    background: -o-linear-gradient(to right, #48a0f7 , #7357eb);
    background: -ms-linear-gradient(to right, #48a0f7 , #7357eb);
    background: linear-gradient(to right, #48a0f7 , #7357eb);
    font-size: 14px;
    height: 28px;
    line-height: 28px;}
.cpname::after {
    content: "";
    border-color: transparent transparent transparent #7357eb;
    border-width: 14px 0 14px 14px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    right: -13px;
    top: 0px;
}