<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*, ::after, ::before {
    box-sizing: border-box;
}
.dg-logo{
    background: url(../images/djgz/logo.jpg) no-repeat top center;
    background-size: cover;
    height: 35vh;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.position-relative {
    position: relative!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


.container {
    position: absolute;
    width: 1200px;
    top:50%;
    left: 50%;
    transform: translateX(-50%);
}
.h2, h2 {
    font-size: 30px!important;
}
.h5, h5 {
    font-size: 20px!important;
}

.text-center {
    text-align: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
/*中间导航 div*/
.middle-nav{
    background:rgba(197,12,17,1);height: calc(8vh);
    position: relative;
}

/*中间导航 -名称*/
.middle-nav-name {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}
.alone-title{
    display: inline-block;
    /*height: 100%;*/
    padding: 0 5px;
    font-size: 20px;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.text-white {
    color: #fff!important;
}

/* 党建工作 第一个汇总页面  内容 模块*/
.middel-div {
    width: 100%;
    height:auto!important;
    background: rgba(197,12,17,0.9);
    background:linear-gradient(0deg,rgba(255,255,255,1),rgba(197,12,17,0.9));
}
.dj{
    background: #fff;
}
.djlm {
    border-bottom: solid #FF0000 3px;
    position: relative;
}
.djlm-title {
    font-family: Microsoft YaHei;
}
.float-left {
    float: left!important;
}
.float-right {
    position: absolute;
    right: 10px;
    bottom: 6px;
}
.djlm-title {
    font-family: Microsoft YaHei;
}
.float-right-content {
    float: right!important;
}
.content-container {
    height: 600px!important;
    max-width: 1142px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
.content-container ul {
    width: 100%;
}

.content-container ul li {
    font-size: 16px;
    margin-left: -40px;
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.content-container ul li a {
    height: 30px;
    max-width: 80%;
    overflow: hidden;
    display: block;
    cursor: pointer;
    color:#222222;
    text-decoration: none;
    background-color: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-container ul li a:hover {color:#007bff;text-decoration:underline;}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.text-muted {
    color: #6c757d!important;
}
.text-center {
    text-align: center!important;
}
/**特别推荐图片*/
.tbtj-img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

/*党建工作 首页 标题列表*/
li {
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.title-list ul {
    width: 100%;
}
.title-list li a {
    margin-left: -8px;
    height: 30px;
    max-width: 80%;
    overflow: hidden;
    display: block;
    cursor: pointer;
    color:#222222;
    text-decoration: none;
    background-color: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.title-list li a:hover {color:#007bff;text-decoration:underline;}

/*党建工作 - 另一主页*/

.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
/*根据左侧菜单样式*/
.active-color {
    color:rgba(197,12,17,1)!important;
}
.new-left-title{
    font-size: 30px;
}
.new-left-subtitle ul li{
    margin-left: 0px;
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.new-left-subtitle ul li a{
    padding:0px 0px !important;
    font-size: 20px;
}
/*根据左侧菜单显示 右侧新闻列表*/
.news-right-title  a{
    color:#222222;
    font-size: 18px;
}
/*分页 页码信息*/
.page-large {
    margin: 30px auto;
    text-align: center;
}
.page-large a {
    min-width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}
.page-large a.on {
    border: 1px solid #41A36A;
    background: #41A36A;
    color: #fff;
}
.prev-page {
    background: url(../images/djgz/small-prev-page.png) center center no-repeat;
}
.next-page {
    background: url(../images/djgz/small-next-page.png) center center no-repeat;
}

/*@media screen and (min-width: 1200px) {*/
/*    .content-container {*/
/*        max-width: 1140px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 992px) {*/
/*    .content-container {*/
/*        max-width: 960px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 768px){*/
/*    .content-container {*/
/*        max-width: 720px;*/
/*    }*/

/*}*/

/*@media screen and (min-width: 576px) {*/
/*    .content-container {*/
/*        max-width: 540px;*/
/*    }*/
/*}*/

</pre></body></html>