.support .list {
	margin-top: 1.25rem;
}

.support .list .item a{
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	border-bottom: .0625rem solid #F5F5F5;
}

.support .list .item .lt {
    flex: 1;
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;

}

.support .list .item .rt {
	color: #AAAAAA;
	margin-left: 25px;
}

.pages {
	margin: 3.125rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages>div {
	display: flex;
	align-items: center;
}

/*.pages .pages_box div {*/
/*	font-size: 1.25rem;*/
/*	color: #AAAAAA;*/
/*	margin-right: 1.5rem;*/
/*}*/

.pages .pages_box div a,
.pages .pages_box div span {
    font-size: 1.25rem;
    color: #AAAAAA;
    margin-right: 1.5rem;
}

.pages .pages_box div span {
    color: #1A87C5;
}

.pages .pages_box div .a1 {
    width: 6.25rem;
    height: 2.4375rem;
    background: #FFFFFF;
    border: 0.0625rem solid #1A87C5;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #1A87C5;
    font-size: 1.125rem;
    display: inline-block;
}

.pages .pages_box div .a1:first-child {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border:none;
    color: #7D7D7D;
    font-size: 1.125rem;
    text-align: center;
}

.pages .pages_box div .a1:last-child {
    width: 6.25rem;
    height: 2.4375rem;
    background: #1A87C5;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #FFFFFF;
    font-size: 1.125rem;
    margin: 0;
}


.pages .pages_box .prev {
	width: 6.25rem;
	height: 2.4375rem;
	background: #FFFFFF;
	border: .0625rem solid #1A87C5;
	border-radius: .3125rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #1A87C5;
	font-size: 1.125rem;
}

.pages .pages_box .next {
	width: 6.25rem;
	height: 2.4375rem;
	background: #1A87C5;
	border-radius: .3125rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	margin: 0;
}

.pages .skip,
.pages .show {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3B3B3;
	margin-left: .9375rem;
}

.pages .skip select,
.pages .show select {
	width: 6.625rem;
	height: 2.4375rem;
	background: #FFFFFF;
	border: .0625rem solid #C9C9C9;
	border-radius: .3125rem;
	margin-left: .9375rem;
	color: #7D7D7D;
	font-size: 1.125rem;
	text-align: center;
	padding-right: 2.1875rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/support/down.png) no-repeat scroll 4.6875rem center transparent;
}

.support_detail .info .title {
	font-size: 1.375rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 3.75rem auto 1.875rem;
}

.support_detail .info .subtitle {
	display: flex;
	justify-content: space-between;
	padding: 1.875rem 0;
	border-bottom: .0625rem solid #F5F5F5;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}

.support_detail .info .subtitle div {
	display: flex;
	align-items: center;
}

.support_detail .info .subtitle div:first-child img {
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: .9375rem;
}

.support_detail .info .subtitle div:last-child img {
	width: 1.875rem;
	height: 1.375rem;
	margin-right: .9375rem;
}

.support_detail .info .desc {
	padding: .9375rem 0 0;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 2.5rem;
}

.support_detail .info .desc img {
    max-width: 100%;
    height: auto !important;
}

.laboratory .info {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 2.25rem;
}

.laboratory .info div {
	margin-top: 1.25rem;
}

.serve .info {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 2.25rem;
}


.video .list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: .0625rem solid #F5F5F5;
}

.video .list .item {
	width: 12.8125rem;
	height: auto;
	margin-bottom: 3.125rem;
	margin-right: 1.25rem;
}

.video .list .item:nth-child(4n) {
	margin-right: 0;
}

.video .list .item .img {
	width: 12.8125rem;
	height: 9.375rem;
	border-radius: .625rem;
}

.video .list .item .title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	font-size: 1.125rem;
	margin-top: .625rem;
}

.product .nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 3.75rem 0;
	
}

.product .nav div {
	width: 31%;
	height: 2.5rem;
	background: #F2F2F2;
	border-radius: .3125rem;
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 2.5rem;
	text-align: center;
	margin-right: 1.1875rem;
	margin-top:1rem;
}

.product .nav div:nth-child(3n) {
	margin-right: 0;
}

.product .nav .back{
	background: #3F7CF8;
	color: #FFFFFF;
}

.product .list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: .0625rem solid #F5F5F5;
}

.product .list .item {
	/*width: 12.8125rem;*/
	width: 17.0625rem;
	height: auto;
	margin-bottom: 3.125rem;
	margin-right: 1.25rem;
}

.product .list a:nth-child(3n) .item{
	margin-right: 0;
}

.product .list .item .img {
	width: 17.0625rem;
	height: 12.8125rem;
	border-radius: .625rem;
}

.product .list .item .title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	font-size: 1.125rem;
	margin-top: .625rem;
}

.profile .about {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 2.5rem;
}

.profile .about img {
	width: 100%;
	height: auto;
}


.honor .about .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.honor .about .list li a {
	width: 12.8125rem;
	height: auto;
	margin-right: .9375rem;
	margin-bottom: 3.125rem;
	display: inline-block;
}

.honor .about .list li a:nth-child(4) {
	margin-right: 0;
}

.honor .about .list li a .img {
	width: 12.8125rem;
	height: 12.8125rem;
	background: #F8F8F8;
	border-radius: .625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor .about .list li a .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.honor .about .list li a p {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 1.875rem;
	margin-top: 1.875rem;
	text-align: center;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.culture .about {
	width: 100%;
	height: auto;
	border: .0625rem solid #EEEEEE;
	border-radius: .625rem;
	padding: 5rem;
	box-sizing: border-box;
}

.culture .about .title {
	font-size: 1.5rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #093C87;
	text-align: center;
}

.culture .about {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	color: #313131;
}

.develop .about p {
	padding-left: .9375rem;
	position: relative;
}

.develop .about p::after {
	content: "·";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.25rem;
}

.news .about .list {
	width: 100%;
	height: auto;
}

.news .about .list li {
	width: 100%;
	padding: 1.875rem 0;
	box-sizing: border-box;
	border-bottom: .0625rem solid #F5F5F5;
}

.news .about .list li:hover .title,
.news .about .list li:hover .btn {
	color: #1A87C5 !important;
}

.news .about .list li a {
	display: flex;
	align-items: center;
}

.news .about .list li:first-child {
	padding-top: 0;
}

.news .about .list li:last-child {
	padding-bottom: 0;
	border: none;
}

.news .about .list li a .img {
	width: 11.625rem;
	height: 6.625rem;
	border-radius: .625rem;
}

.news .about .list li a .img img {
	width: 100%;
	height: 100%;
}

.news .about .list li a .message {
	width: 100%;
	height: 6.625rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: .3125rem 0;
	box-sizing: border-box;
	margin-left: 1.875rem;
	flex: 1;
}

.news .about .list li a .message .title {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.news .about .list li a .message .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .about .list li a .message .bottom .time {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}

.news .about .list li a .message .bottom .btn {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}

.client .about {
	width: 100%;
	height: auto;
	border: .0625rem solid #EEEEEE;
	border-radius: .625rem;
	padding: 4.375rem;
	box-sizing: border-box;
}

.client .about .title {
	font-size: 1.5rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #093C87;
	text-align: center;
	margin-bottom: 5rem;
}

.client .about p {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 2.5rem;
}

.contact .about {
	width: 100%;
	height: auto;
	border: .0625rem solid #EEEEEE;
	border-radius: .625rem;
	padding: 4.375rem;
	box-sizing: border-box;
}

.contact .about .word .title {
	font-size: 1.5rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #093C87;
	text-align: center;
	margin-bottom: 5rem;
}

.contact .about .word p {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 2.5rem;
}

.contact .about .map {
	width: 100%;
	height: 18.75rem;
	border-radius: .625rem;
	overflow: hidden;
	margin-top: 5rem;
}


.form #submit-form {
	margin-top: 1.875rem;
}

.form .form-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 6.875rem;
	box-sizing: border-box;
}

.form .form-container h2 {
	text-align: center;
}

.form .form-group {
	margin-bottom: 1.25rem;
}

.form .form-group label {
	display: block;
	margin-bottom: .3125rem;
}

.form .form-group input[type="text"],
.form .form-group textarea {
	width: 100%;
	padding: .625rem;
	border: .0625rem solid #ccc;
	border-radius: .25rem;
	box-sizing: border-box;
}

.form .error-message {
	color: red;
	margin-top: .3125rem;
}

.form .btn {
	width: 100%;
	text-align: center;
}

.form .submit-button {
	padding: .625rem 3.75rem;
	background-color: #00479D;
	color: white;
	border: none;
	border-radius: .25rem;
	cursor: pointer;
	margin: 0 auto;
}

.searchlist .about li {
    padding: 1.25rem;
    box-sizing: border-box;
    border: .0625rem solid #F5F5F5;
    border-radius: .625rem;
    margin-bottom: 1.25rem;
}

.searchlist .about li h5 {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
}

.searchlist .about li .searchtxt {
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    margin-top: .625rem;
}

.searchlist .about li a .searchimg {
    height: auto;
    width: auto;
    max-width: 13.75rem;
    max-height: 7.5rem;
    margin: 0 auto;
}

.searchlist .about li a .searchword {
    margin-left: 1.25rem;
    flex: 1;
}

.searchlist .about li a .searchword img {
    display: none;
}

.searchlist .about li .searchmessage{
    display: flex;
    align-items: center;
} 





.fixck {
    font-family: Arial, Verdana, sans-serif !important;
    font-size: 12px !important;
 color: #222 !important;

}

.fixck p {
 margin: 12px 0 !important;
}

.fixck a {
 text-decoration: underline !important;
 color: #00E !important;
}

.fixck ul,
.fixck ol {
 padding-left: 40px !important;
 padding-right: 40px !important;
}
.fixck ul {
 list-style: disc outside none !important;
}
.fixck ol {
 list-style: decimal outside none !important;
}
.fixck li {
 display: list-item !important;
}

.fixck h1 {
 font-weight: bold !important;
 font-size: 32px !important;
 margin: 21px 0 !important;
}
.fixck h2 {
 font-weight: bold !important;
 font-size: 24px !important;
 margin: 19px 0 !important;
}
.fixck h3 {
 font-weight: bold !important;
 font-size: 19px !important;
 margin: 18px 0 !important;
}
.fixck h4 {
 font-weight: bold !important;
 font-size: 16px !important;
 margin: 21px 0 !important;
}
.fixck h5 {
 font-weight: bold !important;
 font-size: 13px !important;
 margin: 22px 0 !important;
}
.fixck h6 {
 font-weight: bold !important;
 font-size: 11px !important;
 margin: 24px 0 !important;
}




/*
 * CKEditor 5 (v15.0.0) content styles.
 * Generated on Wed, 27 Nov 2019 13:26:13 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

:root {
    --ck-highlight-marker-blue: #72cdfd;
    --ck-highlight-marker-green: #63f963;
    --ck-highlight-marker-pink: #fc7999;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #118800;
    --ck-highlight-pen-red: #e91313;
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side,
.ck-content .image-style-align-left,
.ck-content .image-style-align-center,
.ck-content .image-style-align-right {
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 1em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border-color: hsl(0, 0%, 85%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsl(0, 0%, 98%);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: #fff;
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: hsl(0, 0%, 37%);
    margin: 0;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}

/*
 * CKEditor 5 (v15.0.0) content styles.
 * Generated on Wed, 27 Nov 2019 13:26:13 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

:root {
    --ck-highlight-marker-blue: #72cdfd;
    --ck-highlight-marker-green: #63f963;
    --ck-highlight-marker-pink: #fc7999;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #118800;
    --ck-highlight-pen-red: #e91313;
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side,
.ck-content .image-style-align-left,
.ck-content .image-style-align-center,
.ck-content .image-style-align-right {
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 1em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border-color: hsl(0, 0%, 85%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsl(0, 0%, 98%);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: #fff;
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: hsl(0, 0%, 37%);
    margin: 0;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}



/*分页样式重新添加*/
.pager ul.pagination{
	/*一行显示*/
	display: flex;
	flex-display: row;
	align-items: center;


}


.pager ul.pagination li:first-child {
	/*第一页*/
	width: 6.25rem;
	height: 2.4375rem;
	background: #FFFFFF;
	border: 0.0625rem solid #1A87C5;
	border-radius: 0.3125rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #1A87C5;
	font-size: 1.125rem;
	display: inline-block;

	margin-right: 1.5rem;
}

.pager ul.pagination li:first-child a,.pager ul.pagination li:first-child span{
	/*第一页的a*/
	color: inherit;
	font-size: inherit;
	margin: 0;
	margin-right: 0;

}

.pager ul.pagination li:last-child {
	/*最后一页*/
	width: 6.25rem;
	height: 2.4375rem;
	background: #1A87C5;
	border-radius: 0.3125rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	margin: 0;
}
.pager ul.pagination li:last-child a,.pager ul.pagination li:last-child span{
	/*最后一页的a*/
	color: inherit;
	font-size: inherit;
	margin-right: 0;

}



.pager ul.pagination li.disabled:first-child {
	/*禁用状态*/
	color:#AAAAAA ;
	border: #AAAAAA solid 1px;
}
.pager ul.pagination li.disabled:last-child {
	color:#AAAAAA ;
	border: #AAAAAA solid 1px;
	background: none;
}



/*手机端分页调整*/
@media screen and (max-width: 768px){

	.pager ul.pagination{
		flex-wrap:wrap;
	}
	#pages  .pager ul.pagination li:last-child span,#pages  .pager ul.pagination li:first-child span,
	#pages  .pager ul.pagination li:last-child a,#pages  .pager ul.pagination li:first-child a
	{
		width: 3.5rem;
		height: 1.375rem;
		background: inherit;
		font-size: inherit;
		color: inherit;
		border: none;
	}
	.pager ul.pagination li{
		margin-bottom: 0.5rem;
	}

	/*#pages a{*/
	/*	width: 1.625rem ;*/
	/*	height: 1.625rem;*/
	/*}*/







}
