body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

q:before,
q:after {
    content: '';
}

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;

}

body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}


/* - */
.header .top img {
    width: 100%;
}

.header {
    position: relative;
}

.header .backhome {
    position: absolute;
    top: 5%;
    left: 13.5%;
}




.main {
    width: 100%;
    background: url(/xsztjy/img/main-bg.png) center no-repeat;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 75px;
    background-size: 100%;
}

.column {
    width: 100%;
    height: 110px;
    text-align: center;
    position: relative;
    margin: 45px 0 35px 0;
}

.con-sjjs .column {
    margin-top: 0;
}

.column a.name {
    width: 348px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    background: url(/xsztjy/img/column-name-bg.png) no-repeat;
    position: absolute;
    left: 0;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 0 0 45px;
}

.column a.more {
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #ce1515;
    display: inline-block;
    border: 1px solid #ce1515;
    position: absolute;
    right: 0;
    bottom: 20px;
}



/* notic */
.con-notic {
    width: 100%;
    height: 170px;
    background: url(/xsztjy/img/notic-bg.png) center no-repeat;
    margin: 0 auto;
}

.con-notic .noticlist {
    width: 1400px;
    margin: 0 auto;
}

.con-notic .bd ul li {
    width: 100%;
    height: 170px;
}

.con-notic .bd ul li.li6 {
    margin-bottom: 0;
}

.con-notic .bd ul li .title {
    font-size: 36px;
    color: #fff8cb;
    font-weight: bold;
    text-align: center;
    margin: 45px 0 10px 0;
}

.con-notic .bd ul li .desc {
    font-size: 16px;
    color: #f4ebb5;
    text-align: center;
}

/* 上级精神 */

.sjjslist {
    width: 100%;
    height: 590px;
    position: relative;
}

.sjjslist .infolist {
    position: absolute;
    right: 0;
    width: 595px;
}

.sjjslist .infolist ul li {
    margin-bottom: 45px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.sjjslist .infolist ul li.li6 {
    margin-bottom: 0;
}

.sjjslist .infolist ul li .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.sjjslist .infolist ul li .desc {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}


.sjjslist .infolist ul li:hover .title {
    color: #dd1027;
}

.sjjslist .infolist ul li:hover .desc {
    color: #666;
}

.sjjslist .infolist ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.sjjslist .picFocus {
    width: 775px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.picFocus .bd ul li {
    width: 100%;
    height: 435px;
    position: relative;
}

.picFocus .bd ul li .img {
    overflow: hidden;
}

.picFocus .bd ul li .img img {
    width: 775px;
    height: 435px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picFocus .bd ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picFocus .bd ul li .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
}


.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    width: 250px;
    float: left;
    margin-right: 12px;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 250px;
    height: 140px;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
}


.picFocus .hd ul li.on img {
    border-color: #dd1027;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 467px;
    height: 230px;
    display: block;
}

.picFocus .hd ul li.li3 {
    margin-right: 0;
}



/* 学习动态 */

.con-xxdt .xxdtlist {
    width: 100%;
    height: 525px;
    background: #d70f25;
    box-sizing: border-box;
    padding: 55px 35px 0 45px;
    position: relative;
}


.xxdtlist .infolist {
    position: absolute;
    left: 55px;
    width: 610px;
}

.xxdtlist .infolist .first {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.xxdtlist .infolist .first .title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
}

.xxdtlist .infolist .first .desc {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 30px;
    text-align: justify;
}


.xxdtlist .infolist .nli {
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.xxdtlist .infolist .nli::before {
    width: 4px;
    height: 4px;
    content: '';
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.xxdtlist .infolist .nli a {
    color: #fff;
    font-size: 18px;
}

.xxdtlist .infolist .nli .dete {
    color: #e5e5e5;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
}

.xxdtlist .infolist .nli:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}



.xxdtlist .xxdtside {
    position: absolute;
    right: 35px;
    width: 665px;
}

.xxdtlist .xxdtside .bd ul li .img {
    overflow: hidden;
}

.xxdtlist .xxdtside .bd ul li {
    width: 665px;
    height: 370px;
    position: relative;
}

.xxdtlist .xxdtside .bd ul li .title {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    /* display: none; */
}

.xxdtlist .xxdtside .hd {
    width: 100%;
    margin-top: 28px;
    text-align: center;
}

.xxdtlist .xxdtside .hd ul li {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
}

.xxdtlist .xxdtside .hd ul li.on {
    opacity: 1;
}

/* 实时解读 */

.ssjdlist ul li {
    width: 685px;
    height: 192px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    padding: 30px 35px;
    margin: 0 30px 30px 0;
}

.ssjdlist ul li a {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.ssjdlist ul li a:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.ssjdlist ul li.li2,
.ssjdlist ul li.li4 {
    margin-right: 0;
}

.ssjdlist ul li .title {
    font-size: 22px;
    color: #333;
}

.ssjdlist ul li .desc {
    font-size: 20px;
    color: #999;
    line-height: 40px;
    margin-top: 15px;
}

.ssjdlist ul li:hover .title {
    color: #c00c1f;
    font-weight: bold;
}

.ssjdlist ul li .desc {
    color: #666;
}

.ssjdlist ul li:hover {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

/* 党建轮播 */

.con-adv {
    width: 100%;
    height: 120px;
}

.con-adv .bd ul li {
    width: 100%;
    height: 120px;
}

.con-adv .bd ul li .img {
    overflow: hidden;
}

.con-adv .bd ul li .img img {
    width: 100%;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

.con-adv .bd ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* 基层动态 */

.business-item .bd ul li {
    width: 680px;
    height: 70px;
    background: #fff;
    margin: 0 35px 20px 0;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 70px;
}

.business-item .bd ul li a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #333;
    left: 0;
    top: 34px;
}

.business-item .bd ul li.li2,
.business-item .bd ul li.li4,
.business-item .bd ul li.li6,
.business-item .bd ul li.li8,
.business-item .bd ul li.li10,
.business-item .bd ul li.li12,
.business-item .bd ul li.li14,
.business-item .bd ul li.li16,
.business-item .bd ul li.li18 {
    margin-right: 0;
}

.business-item .bd ul li .title {
    font-size: 18px;
    color: #333;
    float: left;
}

.business-item .bd ul li .dete {
    float: right;
    font-size: 16px;
    color: #999;
}

.business-item .bd ul li a {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
}

.business-item .bd ul li:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.business-item .bd ul li:hover .title {
    color: #c91717;
}

.business-item .bd ul li:hover .dete {
    color: #666;
}

.business-item .bd ul li:hover a::before {
    background: #c91717;
}

.business-item .hd {
    text-align: center;
    margin: 25px 0 40px 0;
}

.business-item .hd ul li {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #c91717;
    margin: 0 5px;
    cursor: pointer;
}

.business-item .hd ul li.on {
    background: #c91717;
    border: 1px solid #c91717;
}




/* footer */
.footer {
    width: 100%;
    height: 130px;
    background: #e00b22;
}

.footer .banq {
    padding-top: 35px;
}

.footer .banq p {
    color: #fff;
    line-height: 30px;
    text-align: center;
}

/* 导航 */

.navigation {
    width: 100%;
    height: 55px;
    background: #c91717;
}

.nav-con {
    max-width: 1400px;
    margin: 0 auto;
}

.nav {
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
}

.nav h3 a {
    letter-spacing: 0em;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.nav .nLi {
    width: 233px;
    height: 55px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 55px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    text-align: center;
    height: 95%;
    padding: 0 15px;
}

.nav .nLi:hover {
    background: #a90707;
}

.nav .nLi.on {
    background: #a90707;
}


.nav .sub {
    display: none;
    width: 130px;
    top: 55px;
    position: absolute;
    background: rgba(9, 88, 153, 0.8);
    border-radius: 0 0 5px 5px;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 130px;
    border-top: 1px solid #d2d2d2;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.centernr {
    background: #fff;
    padding: 20px 20px 0 20px;
    margin: 40px auto;
    box-sizing: border-box;
    overflow: hidden;
}

.centernr .nei-column {
    /* float: left; */
    margin: 0 20px 20px 0;
}

.column:nth-child(even) {
    margin-right: 0px;
}

.column:last-child {
    margin-right: 0px;
}

.centernr .tittle {
    width: 570px;
    height: 60px;
    background: #f4f4f4;
    border-top: 3px solid #c00016;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.centernr .name {
    font-size: 18px;
    font-weight: bold;
    color: #c00016;
    float: left;
}

.centernr .name::before {
    content: "";
    width: 3px;
    height: 20px;
    display: inline-block;
    margin: 0 10px -4px 0;
    background: #c00016;
}

.centernr .more {
    font-size: 14px;
    color: #afafaf;
    float: right;
}

.centernr .news {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.centernr .news li {
    border-bottom: 1px dashed #cfcfcf;
    height: 50px;
    line-height: 50px;
}

.centernr .news li a {
    color: #2c2c2c;
    font-size: 14px;
}

.centernr .news a:hover {
    color: #bd1a2d;
}

.centernr .news li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #bd1a2d;
    display: inline-block;
    margin: 0 10px 2px 0;
}

.centernr .news .rq {
    float: right;
    font-size: 14px;
    color: #ababab;
}

.centernr .crumbs {
    font-size: 14px;
    float: right;
    color: #aeaeae;
}

.centernr .crumbs a {
    color: #aeaeae;
}

.centernr .tittle1 {
    width: 100%;
}


/* 鍒嗛〉 */

ul .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #c91717 !important;
    border: 1px solid #c91717 !important;
}

.detail .title {
    font-size: 24px;
    font-weight: bold;
    color: #c00016;
    text-align: center;
}

.detail {
    padding: 50px 15px;
}

.detail .timer {
    font-size: 14px;
    color: #aeaeae;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.detail .timer span {
    margin: 0 5px;
}

.detail .content {
    padding: 25px 0;
}

.detail .content p {
    font-size: 16px;
    line-height: 35px;
    color: #2c2c2c;
}



.detail .detail-page {
    line-height: 95px;
    height: 95px;
}

.detail .detail-page p a {
    color: #252525;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #c91717;
}

.detail .dtl p,
.detail .dtl p span {
    line-height: 1.5 !important;
    font-family: SimSun, "宋体", serif !important;
    font-size: 20px !important;
    color: #3d3d3d !important;
}