﻿@charset "utf-8";

/* 详情页面 样式 */
.particulars {
    text-align: center;
    padding: 0 0 250px 0;
    /*margin-top: 50px;*/
    /*margin-bottom: 80px;*/
}

.particulars_mainTitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.particulars_subTitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
}

.particulars_content {
    text-align: center;
}
.particulars_content p {
    font-size: 18px;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 32px;
    margin-bottom: 50px;
}

.particulars_content img {
    width: 930px;
    height: 495px;
    margin-bottom: 50px;
}

.particulars_images {
    font-size: 0;
}

.particulars_images img {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
}
