.detail-main {
    width: 100%;
    height: 730px;
    margin-top: 70px;
}

.detail-main-left {
    width: 70%;
    height: 100%;
    float: left;
}

.detail-main-right {
    width: 24%;
    border: 1px solid #BBBBBB;
    border-bottom: none;
    float: right;
    height: auto;
}

.de-main-title {
    width: 100%;
    height: 72px;
    background-color: #EEEEEE;
    font-size: 24px;
    font-weight: bold;
    line-height: 72px;
    text-align: left;
    border: 1px solid #EEEEEE;
    color: #343434;
}

.de-mian-img {
    width: 100%;
    text-align: center;
    height: 600px;
    border: 1px solid #EEEEEE;
}

.de-mian-img img {
    width: 580px;
    height: 485px;
    margin-top: 70px;
}

.de-mian-pro-tit {
    width: auto;
    height: 40px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 27px;
    color: black;
    cursor: pointer;
}

.de-mian-pro-tit:hover .pro-tt {
    border-bottom: 1px solid #FFC890;
}

.predetail-cate {
    width: 100%;
    height: 72px;
    background-color: #027FAD;
    font-size: 24px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    color: #fff;
}

.predetail-cate-main {
    width: 100%;
    height: auto;
}

.predetail-cate-main li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #3B3B3B;
}

.predetail-cate-main li:hover {
    color: #027FAD;
    font-size: 17px;
}