.loyout {
    display: flex;
    justify-content: space-between;
}

.loyout-left {
    width: 300px;
}

.loyout-right {
    width: 860px;
}

/* 左侧一级导航 */
.rootChannel {
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
    background: url(rootchannel.jpg) no-repeat center;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftnav {
    background: #F5F5F5;
    padding: 0 20px;
}

.leftnav>li>a {
    box-sizing: content-box;
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #D7D7D7;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftnav>li>a span {
    float: left;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftnav>li>a::before {
    float: left;
    width: 12px;
    height: 15px;
    content: "";
    background: url(icon-nav.png) no-repeat center;
    margin-top: 33px;
    margin-right: 10px;
}

.leftnav>li>a::after {
    float: right;
    width: 9px;
    height: 19px;
    content: "";
    background: url(icon-xiala.png) no-repeat center;
    margin-top: 31px;
    display: none;
}

.leftnav>li.cur>a::before,
.leftnav>li>a:hover::before {
    background-image: url(icon-nav-blue.png);
}

.leftnav>li.cur>a::after {
    display: block;
}

/* 左侧二级导航 */
.left-secondnav {
    padding: 10px 0;
    border-bottom: 1px solid #D7D7D7;
    display: none;
}

.leftnav>li.cur .left-secondnav {
    display: block;
}

.left-secondnav>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-secondnav>li>a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #999999;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
}

.left-secondnav>li>a.cur,
.left-secondnav>li>a:hover {
    color: #1E4594;
}

.left-secondnav>li>a.cur::before,
.left-secondnav>li>a:hover::before {
    background: #1E4594;
}

.leftnav>li:last-child>a {
    border-bottom: 0;
}

.leftnav>li:last-child .left-secondnav {
    border-bottom: 0;
    border-top: 1px solid #D7D7D7;
}

/* 面包屑 */
.crumbs {
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 16px;
    /* display: flex; */
    align-items: center;
    display: flex;
    justify-content: end;
}

.crumbs img {
    margin-right: 8px;
}

.crumbs a {
    color: #333;
}

.crumbs a.cur {
    color: #254996;
}

.crumbs a .cr-home {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
}

/* 栏目标题 */
.channel-title {
    color: #1E4594;
    border-bottom: 1px solid #E5E5E5;
}

.channel-title h2 {
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #1D4593;
    margin-bottom: -1px;
    font-size: 24px;
}

/* 文章列表 */
.article-list li {
    box-sizing: content-box;
    display: flex;
    /* height: 216px; */
    padding: 30px 0;
    border-bottom: 1px dashed #E5E5E5;
}

.aImg {
    display: block;
    width: 288px;
    height: 216px;
    margin-right: 20px;
    overflow: hidden;
}

.aImg img {
    /* width: 100%;
    height: 100%; */
    width: 288px;
    height: 216px;
    vertical-align: middle;
    transition: all .2s;
}

.aImg:hover img {
    transform: scale(1.1);
}

.aInfo {
    flex: 1;
}

.aTitle {
    display: flex;
    /* margin-top: 20px; */
}

.aTitle h3 {
    flex: 1;
    height: 62px;
    line-height: 31px;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aTitle h3 a {
    color: #333333;
}

.aTitle h3:hover {
    color: #1E4594;
}

.aTitle h3 a:hover {
    color: #1E4594;
}

.aTitle .aTime {
    width: 62px;
    height: 62px;
    margin-right: 20px;
    border: 1px solid #0B66B7;
    text-align: center;
}

.aTitle .aTime .day {
    height: 35px;
    line-height: 35px;
    background: #FFF;
    font-size: 22px;
    color: #0B65B7;
}

.aTitle .aTime .year {
    height: 25px;
    line-height: 25px;
    background: #0B66B7;
    font-size: 12px;
    color: #FFF;
}

.aSummary {
    margin-top: 30px;
    font-size: 16px;
    color: #999;
    max-height: 84px;
    line-height: 28px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 分页 */
.pager {
    margin-top: 16px;
    padding: 24px 0;
    user-select: none;
    text-align: center;
}

.pager-nav {
    display: inline-block;
}

.pager a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 5px;
    text-align: center;
    margin: 0 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #999;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.pager a.cur,
.pager a:not(.dis):hover {
    border-color: #0B65B7;
    color: #0B65B7;
}

.pager>a:first-child {
    margin-left: 0;
}

.pager>a:last-child {
    margin-right: 0;
}

.pager .pager-prev,
.pager .pager-next {
    padding: 0 12px;
}

.pager .dis {
    cursor: default;
    background: #E5E5E5;
}

/* .jump-inp {
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    width: 60px;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
    margin: 0 2px;
    border: 1px solid #F4F4F5;
    border-radius: 4px;
}
.pager .jump-btn {
    padding: 0 10px;
    color: #FFF;
    background: #0A58A3;
} */
/* 正文页样式 */
#titile {
    padding: 30px 80px;
    font-size: 38px;
    color: #333333;
    text-align: center;
}

#content {
    padding-top: 30px;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
}

#content p {
    margin-bottom: 18px;
}

#content img {
    max-width: 100%;
}

#content video {
    max-width: 100%;
}

#content a {
    color: #1D4594;
}

#content .attachment {}

#content table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

#content table td,
#content table th {
    border: 1px solid #333;
}

.content-date {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

/* 组织机构 */
.zzjg {
    padding: 30px 0;
}

.leader-box {
    margin-bottom: 40px;
}

.leader-type {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.leader-type.blue {
    color: #1E4593;
}

.leader-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.leader-list li {
    display: flex;
    width: 275px;
    margin-right: 17.5px;
    margin-bottom: 17.5px;
}

.leader-list li:nth-child(3n) {
    margin-right: 0;
}

.photo {
    width: 131px;
    height: 182px;
    overflow: hidden;
    ;
}

.photo img {
    width: 131px;
    height: 182px;
    vertical-align: middle;
    transition: all .2s;
}

.leader-list li:hover .photo img {
    transform: scale(1.1);
}

.leader-info {
    width: 144px;
    padding: 0 15px;
    background: url(info-bg.jpg) no-repeat center;
}

.leader-info h6 {
    height: 36px;
    font-size: 24px;
    color: #333333;
    margin-top: 35px;
}

.leader-info p {
    height: 24px;
    font-size: 18px;
    overflow: hidden;
}

.leader-info .info-line {
    height: 1px;
    background: #B7D3DF;
    margin: 15px 0;
}

.leader-list1 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.leader-list1 li {
    width: calc(100% / 7);
    font-size: 24px;
    color: #333333;
    text-align: center;
}

/* 组织架构表格 */
.leader-table {
    margin-top: 30px;
    width: 100%;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.leader-table td,
.leader-table th {
    width: calc(100% / 7);
    height: 80px;
}

.leader-table tr {
    transition: all .2s;
}

.leader-table thead tr {
    background: #FFF;
}

.leader-table tbody tr:nth-child(even) {
    background: #FFF;
}

.leader-table tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

.leader-table tbody tr:hover {
    background: #E5E5E5;
}

.table-tips {
    text-align: right;
    font-size: 18px;
    color: #333333;
    padding-top: 10px;
}

/* 理事单位表格 */
.lsdw-table {
    width: 100%;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.lsdw-table a {
    color: #333333;
}

.lsdw-table td,
.lsdw-table th {
    padding: 0 15px;
    height: 50px;
    border: 1px solid #E5E5E5 !important;
}

.lsdw-table tr {
    transition: all .2s;
}

.lsdw-table thead tr {
    background: #FFF;
}

.lsdw-table tbody td:nth-child(2) {
    text-align: left;
}

.lsdw-table tbody tr:nth-child(even) {
    background: #FFF;
}

.lsdw-table tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

.lsdw-table tbody tr:hover {
    background: #E5E5E5;
}