
.page_list_s {
    overflow: hidden;
    position: relative;
    padding: 82px 0;
}
.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.news_details.product {
    padding-left: 300px;
}
.news_details {
    padding-left: 320px;
    position: relative;
}
.pro_menu {
    width: 260px;
}
.news_details .news_list, .pro_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
}
.pro_menu .tit {
    background: #cea76e;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}
.pro_menu ul li {
    line-height: 52px;
    /*border-bottom: 1px solid #fff;*/
    border-top: 1px solid #fff;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.pro_menu ul li a {
    display: block;
    padding: 0 20px;
    background: url(image/cur4.png) no-repeat 95% center #f6f6f6;
}
.pro_menu ul li.on a, .pro_menu ul li a:hover {
    background: url(image/cur2.png) no-repeat 95% center #cea76e;
}
.pro_menu ul li.on a span, .pro_menu ul li a:hover span {
    color: #fff;
}

.pro_menu ul li span {
    display: block;
    padding-left: 26px;
    position: relative;
    color: #666;
}
.pro_menu ul li span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.pro_menu ul li.on a span:after, .pro_menu ul li a:hover span:after {
    background: #fff;
}
.news_details .d_text {
    min-height: 300px;
    background: #c59a3a17;
    padding: 38px;
}
.news_details .d_text .text {
    line-height: 32px;
    color: #666;
}
@media only screen and (max-width: 1024px) {
    .wrap {
        padding: 0 2%;
    }
    .page_list_s {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 750px) {
    .page_list_s {
        padding: 20px 0;
    }
    .news_details, .news_details.product {
        padding-left: 0;
    }
    .news_details .news_list, .pro_menu {
        position: initial;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .pro_menu .tit {
        display: block;
        font-size: 18px;
        line-height: 50px;
        background: #cea76e url(image/cur6-1.png) no-repeat 95% center;
        padding: 0 15px;
    }
    .pro_menu ul {
        display: none;
    }
    .pro_menu.on ul {
        display: block;
    }
    .pro_menu ul li {
        line-height: 40px;
    }
    .news_details .d_text {
        padding: 15px;
    }
    .news_details .news_list li {
        width: 30.333%;
        float: left;
        margin: 0 1.5%;
    }
    .news_details .news_list ul li .text h3 {
        font-size: 14px;
    }
    .news_details .news_list .img {
        width: 100%;
    }
}
