/*公用*/
.cont {
    width: 1000px;
    margin: 0 auto;
}

/*头部*/
.title {
    height: 35px;
    line-height: 35px;
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
}

.titl-lft {
    height: 35px;
    float: left;
    overflow: hidden;
    width: 140px;
}

.titl-lft span {
    font-size: 12px;
    margin-left: 8px;
    color: #666;
}

.titl-rgt {
    float: right;
}

.titl-rgt > a {
    float: left;
    font-size: 12px;
    padding: 0 8px;
    color: #666;
}

.tit-hover {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 0 8px;
    color: #666;
    position: relative;
}

.tit-hover-pic {
    position: absolute;
    left: -8px;
    top: 40px;
    z-index: 2;
    width: 65px;
    height: 65px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    display: none;
}

.tit-hover:hover > .tit-hover-pic {
    display: block;

}

.tit-hover-pic i {
    position: absolute;
    top: -22px;
    left: 26px;
    z-index: 2;
    display: inline-block;
    width: 14px;
    height: 8px;
}

.tit-hover-pic i img {
    width: 14px;
    height: 8px;
}

.tit-hover-pic > img {
    height: 65px;
    width: 65px;
}

.titl-rgt > em {
    float: left;
    font-size: 12px;
    color: #666;
}

/*logo-搜索*/
.logo img { max-height: 100px; width: auto; } /* 限制logo图片最大高度为145px，宽度自动适应 */

.logo-search {
    background: url("../images/header-bg11.png?v=20231127") no-repeat center top; /* 添加版本参数?v=20231127 强制刷新背景图 */
    background-size: 100% auto; /* 宽度铺满，高度按比例自适应，显示全部图片内容 */
    height: 104px; /* 高度自适应图片内容 */
}

.logo {
    width: 150px;
    float: left;
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
}

.logo img {
}

.search {
    width: 220px;
    float: right;
    margin-right: 20px;
    margin-top: 36px;
}

.search-input {
    float: left;
}

.search-input input {
    width: 173px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-right: 0;
    float: left;
}

.search-input a {
    width: 36px;
    height: 32px;
    background: #ed4040;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.search-input a img {
    margin-top: 5px;
}

.search-p span {
    font-size: 12px;
    color: #ed4040;
}

.search-p a {
    font-size: 12px;
    color: #ed4040;
    margin-left: 4px;
}

.head-pic {
    width: 100%;
    display: block;
    height: 70px;
    overflow: hidden;
}

.head-pic > image {
    width: 100%;
}

/*nav*/
.nav {
    width: 100%;
    height: 84px;
    background: #ed4040;
    margin: 0 auto;
    display: inline-block;
}

.nav-cont {
    padding: 18px 0;
    width: 1050px;
    margin: 0 auto;
}

.nav-tab {
    width: 20.5%;
    border-right: 1px solid #f48c8c;
    float: left;
    padding: 0 10px;
}

.nav-tab p {
    text-align: center;
}

.nav-tab-last {
    width: 31%;
    padding: 0;
    border-right: 0;
}

.nav-tab a {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block
}

.nav-tab a:hover {
    color: #ffe6e6;
}

.p-top {
    /*padding-top: 10px;*/
}

/*==============首页==================*/
/*index*/
.special-focus {
    padding: 19px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.special-focus img {
    width: 66px;
    float: left;
    margin-right: 30px;
}

.special-focus h2 {
    width: 862px;
    font-size: 34px;
    color: #333;
    float: left;
    line-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner {
    width: 380px;
    height: 280px;
    float: left;
}

/*焦点图1-str*/
#owl-demo {
    position: relative;
    width: 380px;
    height: 280px;
    margin: 0px auto 0 auto;
}

#owl-demo .item {
    position: relative;
    display: block;
}

#owl-demo img {
    display: block;
    width: 380px;
    height: 280px;
}

#owl-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

#owl-demo span {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 260px;
    font: 16px/32px "微软雅黑", "黑体";
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owl-pagination {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 110px;
    height: 22px;
    text-align: center;
}

.owl-page {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background: #000;
    /* *display: inline;
    *zoom: 1; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

.owl-pagination .active {
    width: 18px;
    background: #ed4040;
}

.owl-buttons {
    display: none;
}

.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    text-indent: -9999px;
}

.owl-prev {
    left: 0;
    background: url(../images/bg17.png) no-repeat;
}

.owl-next {
    right: -20px;
    background: url(../images/bg18.png) no-repeat;
}

.owl-prev:hover {
    background: url(../images/bg19.png) no-repeat;
}

.owl-next:hover {
    background: url(../images/bg20.png) no-repeat;
}

/*焦点图1-end*/

/*焦点图2-str*/
.focus-box {
    position: relative;
    width: 380px;
    height: 280px;
    overflow: hidden;
    text-align: left;
    background: white;
}

.focus-box .pic img {
    width: 380px;
    height: 280px;
    display: block;
}

.focus-box .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focus-box .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focus-box .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focus-box .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 14px;
    text-decoration: none;
}

.focus-box .num {
    position: absolute;
    z-index: 3;
    bottom:0px;
    right: 8px;
}

.focus-box .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.focus-box .num li a, .focus-box .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focus-box .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focus-box .num li.on a, .focus-box .num a:hover {
    background: #e4393c;
}

/*焦点图2-end*/

/*栏目标题-1*/
.ind-titl {
    height: 45px;
    border-bottom: 1px solid #dddddd;
    border-top: 2px solid #fac5c5;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    /*overflow: hidden;*/
}

.ind-titl h4 {
    background: url("../images/titl-line.png") no-repeat left top;
    font-size: 20px;
    line-height: 47px;
    margin-top: -2px;
    padding-left: 10px;
    color: #ed4040;
    float: left;
    width: auto;
    margin-bottom: 0;
}

.titl-cr {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.titl-cr img {
    width: 100%;
}

.ind-titl a {
    float: right;
    font-size: 14px;
    line-height: 45px;
    color: #999;
    background: url("../images/more-icon.png") no-repeat right 12px;
    padding-right: 4px;
    margin-right: 10px;
}

.index-tab {
    margin-top: 20px;
}

/*通知公告*/
.ind-tzgg {
    width: 340px;
    float: left;
    margin-left: 20px;
}

.ul-tzgg {
}

.ul-tzgg li a {
    background: url("../images/sj-right.png") no-repeat 4px center;
    padding-left: 16px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-tzgg li a:hover {
    color: #f8a300;
}

/*时政要闻*/
.ind-szyw {
    width: 240px;
    float: right;
}

.ul-szyw li a {
    font-size: 14px;
    height: 38px;
    color: #333;
    display: block;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-szyw li a:hover {
    color: #f8a300;
}

/*ind-img*/
.ind-img {
    width: 100%;
    margin-top: 20px;
}

.ind-img a {
    float: left;
    width: 247px;
    height: 100px;
    margin: 1px;
}

.ind-img a img {
    width: 247px;
    height: 100px;
    object-fit: cover; /* 保持比例并居中裁剪 */
    object-position: center;
}

/*走进工委*/
.ind-zjgw {
    width: 180px;
    float: left;
}

.dl-zjgw {
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    border: 1px solid #ddd;
}

.dl-zjgw dl {
    padding-bottom: 16px;
}

.dl-zjgw dl a {
    display: block;
    margin-top: 20px;
}

.dl-zjgw dl dt {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: normal;
    margin-top: 6px;
}

/*工作动态*/
.ind-gzdt {
    width: 540px;
    float: left;
    margin-left: 20px;
}

.ul-gzdt li a {
    background: url("../images/gzdt-icon.png") no-repeat 4px center;
    padding-left: 16px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-gzdt li a span {
    float: left;
    width: 440px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ul-gzdt li a em {
    float: right;
    color: #999;
}

.ul-gzdt li a:hover span {
    color: #f8a300;
}

.ul-gzdt li a:hover em {
    color: #f8a300;
}

.dl-gzdt {
    padding-top: 10px;
}

.dl-gzdt a {
    display: block;
    float: left;
}

.dl-gzdt dd {
    width: 158px;
    float: left;
}

.dl-gzdt dt {
    width: 320px;
    float: left;
    padding: 0 20px;
}

.dl-gzdt dt h4 {
    font-size: 18px;
    color: #4d4d4d;
    height: 30px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-gzdt dt p {
    line-height: 22px;
    font-size: 12px;
    color: #4d4d4d;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*党建*/
.ind-dj {
    width: 240px;
    float: right;
}

.ind-dj-tb > a {
    font-size: 20px;
    padding-left: 20px;
    border-radius: 5px;
    height: 48px;
    display: block;
    line-height: 48px;
    border: 1px solid #f34540;
}

.ind-dj-tb > a:hover {
    background-image: -webkit-linear-gradient(315deg, #f34540, #ef5f33);
    background-image: -o-linear-gradient(315deg, #f34540, #ef5f33);
    background-image: linear-gradient(315deg, #f34540, #ef5f33);
}

.ind-dj-tb > a em {
    width: 40px;
    height: 48px;
    float: left;
}

.ind-dj-tb > a span {
    float: left;
    width: 168px;
    color: #ed4040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind-dj-tb > a:hover span {
    color: #fff;
}

.ind-dj-kh {
    margin-bottom: 10px;
}

.ind-dj-kh a em {
    background: url("../images/dj-icon01.png") no-repeat left center;
    background-size: 26px;
}

.ind-dj-kh a:hover em {
    background: url("../images/dj-icon01-hover.png") no-repeat left center;
    background-size: 26px;
}

.ind-dj-jy {
    margin-bottom: 10px;
}

.ind-dj-jy a em {
    background: url("../images/dj-icon02.png") no-repeat left center;
    background-size: 26px;
}

.ind-dj-jy a:hover em {
    background: url("../images/dj-icon02-hover.png") no-repeat left center;
    background-size: 26px;
}

.ind-dj-bg a em {
    background: url("../images/dj-icon03.png") no-repeat left center;
    background-size: 26px;
}

.ind-dj-bg a:hover em {
    background: url("../images/dj-icon03-hover.png") no-repeat left center;
    background-size: 26px;
}

/*栏目标题-2*/
.ind-title {
    height: 45px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.ind-title a {
    float: right;
    font-size: 14px;
    line-height: 45px;
    color: #999;
    background: url("../images/more-icon.png") no-repeat right 12px;
    padding-right: 4px;
    margin-right: 10px;
    border: 0;
}

.index-tab {
    margin-top: 20px;
}

.ind-title h4.ind-xxll {
    background: url("../images/xxll-icon.png") no-repeat 4px center;
    font-size: 20px;
    line-height: 44px;
    color: #ed4040;
    float: left;
    width: 94px;
    padding-left: 38px;
    border-bottom: 2px solid #ed4040;
    height: 44px;
}

.ind-title h4.ind-xxyd {
    background: url("../images/xxyd.png") no-repeat 4px center;
    font-size: 20px;
    line-height: 44px;
    color: #ed4040;
    float: left;
    width: 94px;
    padding-left: 38px;
    border-bottom: 2px solid #ed4040;
    height: 44px;
}

.ind-title h4.ind-wjzl {
    background: url("../images/wjzl.png") no-repeat 4px center;
    font-size: 20px;
    line-height: 44px;
    color: #ed4040;
    float: left;
    width: 94px;
    padding-left: 38px;
    border-bottom: 2px solid #ed4040;
}

/*信息浏览*/
.ind-xxll-tab {
    border: 1px solid #dddddd;
}

.ind-xxll-tit {
    height: 36px;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
    float: left;
}

.ind-xxll-tit p {
    color: #ed4040;
    font-size: 12px;
    float: left;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

.ind-xxll-lists p {
    font-size: 14px;
    float: left;
    line-height: 30px;
    text-align: center;
}

.ind-xxll-tab p.ind-xxll-p1 {
    width: 64px;
    border-bottom: 1px solid #ddd;
}

.ind-xxll-tab p.ind-xxll-p1 em {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    border-radius: 3px;
}

.ind-xxll-tab p.ind-xxll-p1 em.red {
    background: #ed4040;
}

.ind-xxll-tab p.ind-xxll-p1 em.blue {
    background: #3492e8;
}

.ind-xxll-tab p.ind-xxll-p2 {
    width: 114px;
    border-bottom: 1px solid #ddd;
}

.ind-xxll-tab p.ind-xxll-p3 {
    width: 60px;
    border-bottom: 1px solid #ddd;
}

/*选项卡1-str*/
.favSet {
    width: 1000px;
    float: left;
}

.favSet .proTitle {
    height: 48px;
    border-bottom: 1px solid #dddddd;
    border-top: 2px solid #fac5c5;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}

.favSet .proTitle span {
    color: #999;
    padding: 0;
    height: 45px;
    cursor: pointer;
    float: left;
}

.favSet .proTitle em {
    color: #999;
    padding: 0 26px;
    height: 45px;
    cursor: pointer;
    float: left;
}

.favSet .proTitle i {
    height: 34px;
    color: #dbdbdb;
    float: left;
    border-left: 1px solid #dbdbdb;
    margin-top: 6px;
}

.favSet .proTitle span.current {
    color: #FFF;
    background: #ed4040;
    display: inline-block;
}

.favSet .proTitle span.current em {
    color: #fff;
}

.favSet .proTitle span.current i {
    border-left: 1px solid #ed4040;
}

/*选项卡1-end*/
/*选项卡2-str*/
.favSetm {
    width: 1000px;
    float: left;
}

.favSetm .proTitlem {
    height: 48px;
    border-bottom: 1px solid #dddddd;
    border-top: 2px solid #fac5c5;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}

.favSetm .proTitlem span {
    color: #999;
    padding: 0;
    height: 45px;
    cursor: pointer;
    float: left;
}

.favSetm .proTitlem em {
    color: #999;
    padding: 0 26px;
    height: 45px;
    cursor: pointer;
    float: left;
}

.favSetm .proTitlem i {
    height: 34px;
    color: #dbdbdb;
    float: left;
    border-left: 1px solid #dbdbdb;
    margin-top: 6px;
}

.favSetm .proTitlem span.current {
    color: #FFF;
    background: #ed4040;
    display: inline-block;
}

.favSetm .proTitlem span.current em {
    color: #fff;
}

.favSetm .proTitlem span.current i {
    border-left: 1px solid #ed4040;
}

.favSetDelm {
    float: left;
    display: none;
}

/*选项卡2-end*/
.favSetDel {
    float: left;
    display: none;
}

.currentN {
    display: none;
}

.currentM {
    display: block;
}

/*群团工作*/
.proTitle .titl-cr {
    position: absolute;
    left: 994px;
    bottom: -4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.proTitle .titl-cr img {
    width: 100%;
}

.proTitle .more {
    float: right;
    font-size: 14px;
    line-height: 45px;
    color: #999;
    background: url("../images/more-icon.png") no-repeat right 12px;
    padding-right: 4px;
    margin-right: 10px;
}

/*思想建设*/
.proTitlem .titl-cr {
    position: absolute;
    left: 994px;
    bottom: -4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.proTitlem .titl-cr img {
    width: 100%;
}

.proTitlem .more {
    float: right;
    font-size: 14px;
    line-height: 45px;
    color: #999;
    background: url("../images/more-icon.png") no-repeat right 12px;
    padding-right: 4px;
    margin-right: 10px;
}

/*思想建设/群团工作-ul*/
.ul-qtgz {
    width: 100%;
    float: left;
}

.ul-qtgz li a {
    background: url("../images/gzdt-icon.png") no-repeat 4px center;
    padding-left: 16px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.ul-qtgz li a span {
    float: left;
    width: 98%;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-qtgz li a em {
    float: right;
    color: #999;
}

.ul-qtgz li {
    width: 490px;
    float: left;
}

.ul-qtgz li:nth-child(2n) {
    margin-left: 20px;
}

.ul-qtgz li a:hover {
    color: #f8a300;
}

.ul-qtgz li a:hover span, .ul-qtgz li a:hover em {
    color: #f8a300;
}

/*信息浏览*/
.ind-xxyd {
    width: 240px;
    float: right;
}

.ul-xxyd li a {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-xxyd li a:hover {
    color: #f8a300;
}

/*理论研究*/
.dl-llyj dl {
    width: 192px;
    float: left;
    margin: 16px 4px;
}

.dl-llyj dl a {
    float: left;
    width: 100%;
}

.dl-llyj dl dd {
    width: 190px;
    /*height: 172px;*/
    height: 142px;
    padding: 9px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
}

.dl-llyj dl dd img {
    width: 172px;
    height: 124px;
}

.dl-llyj dl dt {
    width: 190px;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*==============列表页==================*/
.location {
    padding: 0 15px;
    width: auto;
    background: #F5F5F5;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 20px;
}

.lists {
    width: 720px;
    float: left;
}

.details {
    border: 1px solid #eeeeee;
    padding: 50px 30px;
}

.details > h4 {
    font-size: 28px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    color: #333;
}

.del-res {
    border-bottom: 1px solid #eeeeee;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.del-res-p {
    font-size: 14px;
    display: inline-block;
    margin: 0 30px;
}

.del-res-p em {
    color: #999;
}

.del-cont {
    padding: 0px 10px;
}

.del-cont p {
    font-size: 16px;
    line-height: 30px;
    /*text-indent: 2em;*/
    margin-bottom: 12px;
    color: #333;
}
.del-cont p img {
    max-width: 100%;
}
/*==============列列表页2==============*/
.list-nav {
    width: 210px;
    float: left;
}

.list-nav > a {
    width: 80%;
    float: left;
    height: 56px;
    line-height: 56px;
    color: #333;
    background: #F5F5F5;
    margin-bottom: 1px;
    padding-left: 20%;
}

.list-nav > a.on {
    width: 80%;
    float: left;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #ed4040;
    margin-bottom: 1px;
    padding-left: 20%;
}

.list-nav > a:hover {
    width: 80%;
    float: left;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #ed4040;
    margin-bottom: 1px;
    padding-left: 20%;
}

.lists-list {
    width: 760px;
}

/*页码*/
.page {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.page li {
    display: inline-block;
}

.page a {
    display: inline-block;
    min-width: 32px;
    padding: 0 6px;
    height: 32px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #eee;
    margin: 0 6px;
    color: #666;
}

.page span {
    display: inline-block;
    cursor: pointer;
    min-width: 32px;
    padding: 0 6px;
    height: 32px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #eee;
    margin: 0 6px;
    color: #666;
}

.page a.on {
    background: #cd0f17;
    color: #fff;
}

.page span.on {
    background: #cd0f17;
    color: #fff;
}

.page a:hover {
    background: #cd0f17;
    color: #fff;
}

.page span:hover {
    background: #cd0f17;
    color: #fff;
}

.page span {
    margin: 0 10px;
}

/*footer*/
.all-wzdh {
    height: 56px;
    width: 100%;
    background: #ed4040;
    margin-top: 10px;
}

.all-wzdh em {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    float: left;
}

.all-wzdh a {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    margin-top: 20px;
    color: #fff;
    border-right: 1px solid #f6b1b1;
    float: left;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    min-height: 140px;
}

.foot-l {
    width: 136px;
    margin-right: 14px;
    float: left;
}

.foot-l img {
    width: 53px;
    margin-left: 42px;
    float: left;
    margin-top: 34px;
}

.foot-m {
    width: 590px;
    float: left;
    margin-top: 24px;
}

.foot-m p {
    font-size: 14px;
    color: #b2b2b2;
    line-height: 28px;
}

.foot-r {
    width: 240px;
    float: right;
    margin-top: 24px;
}

.foot-r dl {
    margin-left: 30px;
    width: 65px;
    float: left;
    margin-top: 6px;
}

.foot-r dd img {
    width: 65px;
}

.foot-r dl dt {
    width: 65px;
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    margin-top: 0px;
    text-align: center;
}

/*列表页 详情页 通知公告样式*/
.notice-list {
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*===飘窗==*/

.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.floatingAd a img {
    border: 0;
}

.floatingAd .close {
    display: none;
}

.floatingAd .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #000000;
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.opacity1 {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    color: #000000;
    line-height: 25px;
}

.floatingAd .text .button {
    position: relative;
    float: right;
    top: 0;
    right: 5px;
    width: 50px;
    height: 16px;
    /*background: url("../images/close.png") no-repeat;*/
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    z-index: 9999999;

}

.floatingAd .text .title {
    position: relative;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .title, .head, .nav,.ind-dj,.all-wzdh,.footer,.location,.list-nav {
        display: none;
    }

    .fh5co-nav{
        display: block;
    }

    .cont {
        width: 92%;
        margin: 0 4%;
    }
    .lists{
        width: 100%;
    }
    .lists-list{
        width: 100%;
        margin-bottom: 15px;
    }
    .page span,.page a{
        margin: 0 2px;
        min-width: 20px;
    }
    .details{
        padding: 15px;
    }
    .titl-cr{
        display: none;
    }
    /* 手机版图片优化：2x2网格布局，固定宽高 */
    .ind-img {
        display: flex; 
        flex-wrap: wrap;
        width: 100%; 
        padding: 0 4px; /* 抵消子元素的margin，使整体对齐 */
        margin-top: 0px;
    }
    .ind-img a {
        width: calc(50% - 8px); /* 调整宽度计算方式 */
        height: 60px;
        margin: 0 4px 8px; /* 均匀分布左右边距 */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0; /* 移除内边距 */
        border: none; /* 移除边框 */
    }
    .ind-img a img {
          width: 100%; 
          height: 100%; 
          object-fit: cover; /* 保持比例并裁剪，解决对齐问题 */
          object-position: center; /* 图片在容器中居中显示 */
      }
}
@media screen and (min-width: 768px) {
.fh5co-nav,.ip-footer,.ip-cont{
    display: none;
}


}

