﻿.page_detail .market-p {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.page_detail .market-p img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.page_right ul li:hover .m-tit {
    color: #fff
}

.page_right ul li:hover .m-hr {
    background: #fff
}

.page_detail .market-p .aft1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.market-ul .m-cont {
    display: block;
    margin-top: 76px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.page_right ul li:hover .bef {
    opacity: 0
}

.page_right ul li {
    cursor: pointer
}

.page_right ul li:hover .aft1 {
    opacity: 1
}

.page_right ul li:hover {
    background: #1e90f8
}

.page_right ul li:hover .market-p2 {
    color: #fff
}

.page_right ul li:hover .market-p3 {
    color: #fff
}

page_right ul li:hover .m-cont {
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px)
}

.page_right ul li:hover .m-cont,
.page_right ul li:hover .market-p {
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px)
}

.page_right ul li:hover .bef {
    opacity: 0
}

.page_right ul li:hover .aft {
    opacity: 1
}

.new_info_left .new_item1 span {
    font-size: 22px;
    font-weight: lighter;
    padding: 0 -10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.we-box li {
    background: #fff
}