.c_content {
    width: 1152px;
    height: auto;
    font-family: "microsoft yahei";
    margin: 0 auto;
    margin-bottom: 150px;
}
.c_content .all_images {
    width: 439px;
    height: 34px;
    line-height: 34px;
    background: url(../img/all_img.png) no-repeat 95% center;
    padding-left: 19px;
    color: #40403f;
    font-size: 22px;
    border: 1px solid #000000;
    margin: 0 auto;
    cursor: pointer;
}
.c_content .all_images span {
    display: block;
    transform: skew(-10deg,0deg);
}
.c_content .my_collect {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.my_collect p.title {
    font-size: 60px;
    text-align: center;
    margin-top: 50px;
}
.c_content .my_collect .content {
    width: 1155px;
    height: 674px;
    margin: 0 auto;
    position: relative;
    margin-top: 25px;
}
.my_collect .content span.date {
    background: #efefec none repeat scroll 0 0;
    font-size: 24px;
    left: 50%;
    margin-left: -75px;
    padding: 0 25px;
    position: absolute;
    top: -16px;
    z-index: 1;
}
.home-slide-show {
    width: 1152px;
    height: 584px;
    display: block;
    border: 1px solid #000000;
    border-top: 1px solid #959595;
    background-repeat: repeat-x;
    position: relative;
}
.show_li a{
    width: 252px;
    height: 370px;
    display: block;
    overflow: hidden;
}
.describe {
    width: 252px;
    height: auto;
    padding-bottom: 20px;
    padding-top: 60px;
}
.vertical {
    width: 186px;
    height: 1px;
    background: #d1d1cf;
    margin: 0 auto;
    margin-top: 10px;
}
.c_p_s {
    user-select: none;
    margin: 0 auto;
    margin-top: 10px;
}
.c_p_s a.icon {
    width: 27%;
    height: 16px;
    text-decoration: none;
    margin-right: 15px;
    float: left;
    background-position: 31%;
    cursor: pointer;
    background-repeat: no-repeat;
}
.c_p_s .pinglun {
    background-image: url(../img/g_pinglun_gray.png);
}
.c_p_s a.icon span {
    font-size: 16px;
    color: #888888;
    float: right;
    margin-top: -3px;
    color: rgb(136, 136, 136);
}
.show_ul{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.show_ul li{
    margin: 0 10px;
    padding-bottom: 20px;
    transition: all 0.3s;
}
.show_ul li .van-image{
    transition: all 0.3s;
    transform: scale(1);
}
.c_p_s .guanzhu {
    background-image: url(../img/g_guanzhu_gray.png);
}
.c_p_s .collect {
    background-image: url(../img/g_collect_gray.png);
}
.show_ul li:hover{
    background: #000;
}
.show_ul li:hover .pinglun{
    background-image: url(../img/g_pinglun_w.png);
}
.show_ul li:hover span{
    color: #fff;
}
.show_ul li:hover .guanzhu{
    background-image: url(../img/g_guanzhu_w.png);
}
.show_ul li:hover .collect{
    background-image: url(../img/g_collect_w.png);
}
.show_ul li:hover .van-image{
    transform: scale(1.2);
}
.my_collect .bg {
    user-select: none;
    padding: 0 88px;
    position: absolute;
    bottom: 65px;
    background: #efefec;
    left: 32%;
}
.my_collect .more {
    width: auto;
    height: auto;
    border: 1px solid #000000;
    padding: 3px 2px;
}
.c_content .my_collect .more a {
    width: 214px;
    height: 38px;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    display: block;
}
.my_collect .more a span {
    display: block;
    transform: skew(-16deg,0deg);
}
