body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
a {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 12px;
    font-family: PingFang SC, Helvetica, Microsoft YaHei, Arial;
    min-width: 1200px;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: ;
    clear: both;
    display: block;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.pMain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


.headBar {
    width: 1200px;
    height: 60px;
    margin: 0 auto 5px auto;
}

.logo {
    /* width: 190px;
    height: 54px; */
    float: left;
    margin-top: 12px;
}

/* .logo img {
    width: 190px;
    height: 54px;
} */

.headBarInfo {
    float: right;
}

.headTime {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #383838;
    text-align: right;
    margin-top: 5px;
}

.headLink {
    height: 28px;
    line-height: 28px;
    text-align: right;
}

.headLink a {
    width: 56px;
    background: #B9A173;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.headLink a img {
    width: 122px;
    height: 144px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -61px;
    bottom: -145px;
    z-index: 10;
}

.headLink a.yCode:hover img {
    display: block;
}

.headNav {
    height: 60px;
    line-height: 60px;
    background: #C90018;
    position: relative;
}

.headNav a {
    width: 106px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.l-line {
    width: 1px;
    height: 46px;
    background: #E53146;
    position: absolute;
    left: 0;
    top: 7px;
    overflow: hidden;
}

.r-line {
    width: 1px;
    height: 46px;
    background: #E53146;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
    overflow: hidden;
}

/* 导航位置 */
.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.breadcrumb-nav {
    padding: 24px 0 16px 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.breadcrumb-nav a {
    color: #808080;
    margin-right: 6px;
}

.breadcrumb-nav span {
    color: #808080;
    margin-right: 4px;
}

.breadcrumb-nav {
    padding: 24px 0 16px 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.container {
    padding-top: 16px;
}

/* 时间 */
.l-container {
    width: 130px;
    float: left;
    padding-top: 75px;
    overflow: hidden;
}

.a-time .date {
    height: 68px;
    line-height: 68px;
    font-size: 48px;
    color: #C72734;
    text-align: center;
}

.a-time .ymt {
    padding-top: 10px;
    text-align: center;
    color: #C72734;
}

.a-time .ymt i {
    display: block;
    height: 45px;
    line-height: 22px;
    font-size: 16px;
    font-style: normal;
}

i {
    font-style: italic;
}

.a-time .ymt span {
    border-top: 1px solid #C72734;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
}

/* 内容 */
.r-container {
    width: 800px;
    float: right;
    padding-bottom: 70px;
}

.container-title {
    line-height: 40px;
    font-size: 28px;
    color: #000;
    text-align: center;
}

.container-info {
    margin-top: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #383838;
}

.source,
.author {
    float: right;
    margin-left: 40px;
}

.container-info {
    margin-top: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #383838;
}

.d-container {
    padding: 20px 0 80px 0;
}

.d-container p {
    text-indent: 2em;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer {
    background: #646464;
    height: 54px;
}

.footerLink {
    width: 1200px;
    margin: 0 auto;
    padding-top: 5px;
    line-height: 22px;
    text-align: center;
}

.footerLink a {
    color: #A4A4A4;
    font-size: 12px;
}

.footerLink span {
    color: #A4A4A4;
    font-size: 12px;
    margin: 0 4px;
}

.footer p {
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #A4A4A4;
    overflow: hidden;
}

.footer p a {
    color: #A4A4A4;
}

.footer p img {
    position: relative;
    top: 4px;
    margin-left: 4px;
}