/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

body
{
	/* Font */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 18px;

	/* Text color */
	color: #333;

	/* Remove the background color to make it transparent */
	background-color: #fff;

	margin: 20px;
}

.cke_editable
{
	font-size: 16px;
	/*line-height: 1.6;*/

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ul {
    /*list-style: disc;*/
    margin: 0 20px;
    padding: 0;
}

ol {
    /*list-style: decimal;*/
    margin: 0 20px;
    padding: 0;
}

ul li {
    /* padding-bottom: 6px; */
    padding-left: 0px;
    position: relative;
    vertical-align: top;
}

/*ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    color: #3399cc;
}*/

h1, h2, h3, h4, h5, p {
    padding: 0;
    margin: 0;
}

h1 { font-size: 34px;  font-weight: bold; margin-top: 0; margin-bottom: 0; color: #b30500; }
h2 { font-size: 30px;  font-weight: bold; margin-top: 0; margin-bottom: 0; color: #b30500; }
h3 { font-size: 26px;  font-weight: bold; margin-top: 0; margin-bottom: 0; color: #b30500; }
h4 { font-size: 20px;  font-weight: bold; margin-top: 0; margin-bottom: 0; color: #b30500; }
h5 { font-size: 18px;  font-weight: bold; margin-top: 0; margin-bottom: 0; color: #b30500; }
h6 { font-size: 16px;  font-weight: bold; margin-top: 0; margin-bottom: 0; color: #b30500; }

/*p{margin: 1em 0!important;}*/
/*h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}*/
/* h1
{
	width: 990px;
    height: 50px;
    padding-left: 28px;
    margin-left: -16px;
    background-color: #007dc5;
    box-sizing: border-box;
    position: relative;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
}

h2
{
	border-bottom: 2px dashed #ffa316;
    font-size: 26px;
    color: #003366;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

h3
{
	font-size: 19px;
    color: #007dc5;
    font-weight: bold;
    line-height: 30px;
}

h4
{
	font-size: 16px;
    color: #000000;
    line-height: 24px;
}

h5,a
{
	font-size: 10.0pt;
    font-family: 宋体;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    color: red;
    text-align: start;
} */
 
li
{
	padding-bottom: 10px;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}
img
{
	max-width: 100%;
	height: auto;
}
iframe
{
	max-width: 100%;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}
.desc-table table {
    width: 100%;
}

.desc-table td {
    padding: 20px;
}

.desc-table td {
   font-size: 16px;
   font-weight: bold;

   
}

.desc-table tr:nth-child(odd) {
    background-color: #f88079;
}

.desc-table td:nth-child(odd) {
    width: 20%;
}

.desc-table tr:nth-child(even) {
    background-color:#fcbda1;
}
