body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
}

img {
    border: none;
    padding: 0px;
    margin: 0px auto;
    display: block;
}

p,
form,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
cite {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    font-size: 1px;
}

a {
    color: #666;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #4286b1;
}

a:active {
}


/*布局定义*/
.wrap-block {
    margin: 0px auto;
    min-width: 1600px;
    width: 100%;
    position: relative;
}

.block_content {
    width: 1600px;
    margin: 0px auto;
    position: relative;
}

.normal-block {
    width: 1600px;
    margin: 0px auto;
    position: relative;
}

/* content */
.content {
    width: 600px;
    float: left;
    overflow: hidden;
}

.content-title {
    height: 82px;
    overflow: hidden;
}

.content-title p {
    font-size: 24px;
    color: #005c84;
    padding-top: 28px;
    padding-left: 10px;
}

/*.content-title span {*/
/*    float: right;*/
/*    line-height: 30px;*/
/*    padding-top: 40px;*/
/*    padding-right: 20px;*/
/*}*/

/*.content-title span a {*/
/*    font-size: 14px;*/
/*    color: #777;*/
/*}*/

.content-body {
    padding-left: 15px;
    padding-top: 18px;
    padding-right: 22px;
    overflow: hidden;
}

.content-body ul {
    list-style: none;
}

.content-body span {
    float: right;
    font-size: 12px;
}

.content-body ul li {
    line-height: 36px;
    overflow: hidden;
    list-style: none;
}

.content-body ul li a {
    color: #666;
    font-size: 14px;
}

.content-body ul li a:hover {
    color: #4286b1
}

.content-body ul li a:hover span{
    color: #4286b1
}

/*reset*/
.breadcrumb {
    margin-top: 15px;
    background: #fff;
    line-height: 22px;
    font-size: 18px;
    color: #5e5e5e;
    padding-left: 0;
    box-sizing: border-box;
}

/*分页*/
.page-link {
    cursor: pointer;
    color: #4286b1;
}
.page-link:hover {
    z-index: 2;
    color: #4286b1;
}
.pagination-wrapper {
    width: 100%;
    margin: 10px 0;
    display: flex;
}
.pagination {
    margin-left:auto;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #4286b1;
    border-color: #4286b1;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

/*
* 编辑器
*/
.editor {
    max-width: 850px;
}
.editor img{
    max-width: 850px;
}
.editor .selectTdClass{
    background-color:#edf5fa !important
}
.editor table.noBorderTable td, .editor table.noBorderTable th, .editor table.noBorderTable caption{border:1px dashed #ddd !important}
.editor table{margin-bottom:10px;border-collapse:collapse;display:table;}
.editor td, .editor th{padding: 5px 10px;border: 1px solid #DDD; box-sizing:content-box}
.editor caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.editor th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.editor table tr.firstRow th{border-top-width:2px;}
.editor .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.editor .ue-table-interlace-color-double{ background-color: #f7faff; }
.editor td p{margin:0;padding:0;}


/*左右栏块区 - 右块区*/
.column-block-right {
    width: 925px;
    margin-left: 15px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    float: left;
}

.column-block-right-content {
    margin-top: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.column-block-right-content li {
    background: url("../images/column-list.png") no-repeat center left;
    text-indent: 15px;
    line-height: 30px;
    border-bottom: 1px dashed #cdcdcd;
    box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    list-style: none;
    font-size: 16px;
    color: #5e5e5e;
    height: 50px;
    text-align: left;
}
.column-block-right-content li:hover {
    color: #4286b1;
}

.column-block-right-content li:last-child {
    border: none;
}

.column-block-right-content li a {
    line-height: 50px;
    width: 625px;
    overflow: hidden;
    float: left;
}

.column-block-right-content li span {
    float: right;
    line-height: 50px;
    font-size: 14px;
}

.child-active {
    background: #4286b1!important;.
}
.child-active a{
    color: #fff!important;
}

.detail-block-content-title {
    width: 800px;
    margin: 0px auto;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.detail-block-cat-title {
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    color: #005c84;
    border-bottom: 2px solid #eee;
    width: 860px;
    margin: 20px auto 25px
}

.detail-block-cat-title span {
    height: 35px;
    display: inline-block;
    border-bottom: 2px solid #005c84;
}

.detail-block-content h1 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    line-height: 50px;
    color: #262626;
}

.detail-block-date-time {
    color: #666;
}

.detail-block-content-text {
    width: 860px;
    margin: 0px auto;
    font-size: 16px;
}
li.subsidiary-item {
    padding-left: 60px;

}

.column-block {
    margin: 0px 0px 45px 0px;
}
.column-block-left {
    width: 260px;
    float: left;
}
.left-menu-title {
    width: 260px;
    height: 110px;
    background: url("../images/left-menu/title-bg.png") no-repeat;
    position: relative;
}
.left-menu-title-text {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 32px;
    font-size: 20px;
    font-weight: bold;
}
.title-en {
    font-size: 12px;
    text-transform: Uppercase;
    font-weight: normal;
}

.left-menu-list {border:1px solid #eee;border-top:0px;padding-top:10px;}
.left-menu-list li{border-bottom:1px solid #eee;list-style: none;}
.left-menu-list li a{display:block;height:45px;line-height:45px;font-size:16px;font-weight:bold;padding-left:45px;background:url(../images/left-menu/item-bg.png) bottom no-repeat;}
.left-menu-list li.on>a,.left-menu-list li a:hover{color:#fff;background:url(../images/left-menu/active-item-bg.png?t=2) bottom repeat-x;}
.left-menu-list li li a{height:35px;line-height:35px;margin-top:2px;font-size:14px;font-weight:normal;color:#666;text-decoration:none;background:url(../images/left-menu/sub-item-bg.png);}
.left-menu-list li li.on>a,.left-menu-list li li a:hover{color:#fff;background:url(../images/left-menu/active-sub-item-bg.png) bottom repeat-x;}
.left-menu-list li .sub{display:none;}

