﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    font-family: 'Microsoft YaHei', 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-wrap: break-word;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    display: block;
    zoom: 1;
    margin: 0;
    padding: 0;
}

/* 区块内容 */
body *{box-sizing:content-box}
body { color: #333; font-size: 16px; line-height: 2; text-align: left; padding: 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
p {margin: 0; padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
p:first-child{margin-top: 0px}
img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
table td{padding: 5px 10px; border: 1px solid #ddd;}
table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
table p { margin: 0px}
a { color: blue; text-decoration: underline;}
em { font-style: italic;}
ul { padding-left: 2em; list-style: inherit;}
ol { padding-left: 2em; list-style: decimal;}
ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong { font-weight: bold;}
h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{margin-top:0px;}
.videoPlayer{text-indent: 0;}


/* rc-table */
.rc-table { width: 100% !important; table-layout: fixed; }
.rc-table th,
.rc-table td { line-height: 24px; background-color: #F1F6BF; border: 2px solid #fff; text-align: center; padding: 13px 0; }
.rc-table th { background-color: #A0C814; font-weight: bold; font-size: 18px; }


@media screen and (max-width: 768px) {
  .rc-table {
    font-size: 14px;
  }
}