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, .detailsArea, .detailsMain, .footer {
    width: 1200px;
    margin: 0 auto;
}

.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;
}

.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;
}

.detailsArea {
    padding: 35px 0;
}

.detailsArea .detailsMain {
    display: flex;
}

.detailsArea .detailsMainLeft {
    flex-shrink: 0;
    width: 900px;
    padding: 0 15px;
    border-right: 1px solid #dcdcdc;
}

.detailsArea .detailsTitle {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.2;
}

.detailsArea .detailsTime {
    font-size: 14px;
    color: #979797;
    text-align: center;
    margin-bottom: 35px;
}

.detailsArea .detailsData {
    padding: 15px 0 100px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.detailsArea .detailsData img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.detailsArea .detailsText {
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    text-indent: 2em;
}

.detailsArea .detailsImg {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

.detailsArea .cutArticle {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    font-size: 14px;
}

.detailsArea .cutArticleItem {
    cursor: pointer;
    padding: 0 30px;
    line-height: 48px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin: 0 15px;
    transition: all .5s;
}

.detailsArea .cutArticleItem:hover {
    border-color: #B15626;
    color: #fff;
    background-color: #B15626;
}

.detailsArea .cutArticleItem2 {
    font-size: 12px;
    color: #999;
}

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

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

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

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

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

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

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

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