html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: 0;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: #fff;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #c81623;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.top_img, .width1200, .logoArea, .menuArea, .meunList, .youSite, .mainArea, .footer {
    width: 1200px;
    margin: 0 auto;
}

.logoArea {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoArea .logo {
    width: 552px;
    min-height: 85px;
    background-color: #B15626;
}

.logoArea .logoImg {
    max-width: 100%;
}

.logoArea .logoSearch {
    display: flex;
    align-items: center;
    width: 480px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #B15626;
    border-radius: 8px;
    overflow: hidden;
}

.logoArea .searchInput {
    flex-grow: 1;
    padding: 0 20px;
    font-size: 14px;
}

.logoArea .searchBtn {
    flex-shrink: 0;
    padding: 0 20px;
    line-height: 48px;
    background-color: #B15626;
    color: #fff;
}

.menuArea {
    border-top: 1px solid #e4e4e4;
}

.menuArea .meunList {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.menuArea .menuItem {
    line-height: 58px;
    padding: 0 5px;
    margin-right: 30px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: border .5s;
}

.menuArea .menuItem:hover {
    font-weight: bold;
    border-color: #B15626;
}

.menuArea .menuItem.active {
    color: #000;
    font-weight: bold;
    border-color: #B15626;
}

.presentTitle {
    position: relative;
    background: url("../image/child_banner.jpg") center;
    background-size: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.presentTitle::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F8EFDD 0%, #B15626 100%);
    opacity: .9;
    z-index: 99;
}

.presentTitle .title {
    position: relative;
    z-index: 999;
}

.mainArea {
    padding: 25px 0;
    display: flex;
}

.mainAreaLeft {
    width: 900px;
    flex-shrink: 0;
    border-right: 1px solid #dcdcdc;
}

.dataList .dataItem {
    display: flex;
    padding: 25px;
    border-bottom: 1px dashed #e4e4e4;
}

.dataList .dataRight {
    position: relative;
    flex-grow: 1;
    padding-left: 30px;
}

.dataList .dataRightTitle {
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    
    
    
    line-height: 30px;
}

.dataList .dataRightTitle:hover {
    color: #B15626;
}

.dataList .dataRightContent {
    font-size: 14px;
    line-height: 1.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dataList .dataRightFoot {
    position: absolute;
    right: 30px;
    bottom: 0;
    color: #999;
    font-size: 14px;
}

.dataList .dataRightFoot > span {
    padding: 0 10px;
}

.dataList .dataImageArea {
    flex-shrink: 0;
    width: 260px;
    height: 150px;
    padding: 4px;
    border: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}

.dataList .dataImage {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform .5s, -webkit-transform .5s;
}

.dataList .dataImage:hover {
    transform: scale(1.3);
}

.pagination {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pagination li {
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
    line-height: 36px;
    padding: 0 14px;
    background-color: #f1eff0;
    color: #555;
}

.pagination li.active {
    background-color: #B15626;
    color: #fff;
}

.pagination li.disable {
    background: #f1eff0 !important;
    color: #ccc6c6 !important;
    cursor: not-allowed;
}

.pagination li:hover {
    background-color: #ddd;
    color: #444;
}

.pagination .padingInput {
    width: 60px;
    height: 46px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
}

.pagination .padingInput input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.mainAreaRight {
    padding-left: 15px;
    flex-grow: 1;
    overflow: hidden;
}

.mainAreaRight .detailsMainRightTitle {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 20px;
    color: #B15626;
    border-bottom: 1px solid #e5e5e5;
}

.mainAreaRight .detailsMainRightImg {
    width: 9px;
    height: 18px;
    margin-right: 10px;
}

.mainAreaRight .detailsMainRightList {
    padding: 10px 0 30px;
}

.mainAreaRight .detailsMainRightItem {
    display: flex;
    align-items: center;
    padding-right: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.mainAreaRight .detailsMainRightItemTitle {
    cursor: pointer;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mainAreaRight .detailsMainRightItemTitle:hover {
    color: #B15626;
}

.mainAreaRight .detailsMainRightDot {
    flex-shrink: 0;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #B15626;
    border-radius: 50%;
}

.youSite {
    position: relative;
    display: flex;
    padding: 20px 0;
    font-size: 14px;
    color: #999;
    border-bottom: 4px solid #999;
}

.youSite .greenBar {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 120px;
    height: 4px;
    background: linear-gradient(135deg, #F8EFDD 0%, #B15626 100%);
}

.youSite .youSiteItem {
    color: #666;
    cursor: pointer;
}

.youSite .youSiteItem:hover {
    color: #B15626;
}

.youSite .youSiteItem > span {
    margin: 0 10px;
}