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;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
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;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
   min-width: 1500px;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.border-none {
    border: none;
}


.header a {
    display: inline-block;
    margin: 50px 0 0 75px;
}


.column {
    width: 100%;
    height: 52px;
    position: relative;
    margin-bottom: 50px;
}

.column::before {
    content: '';
    width: 100%;
    height: 5px;
    background: url(/szsclist/img/szsc-column-bt.png) no-repeat;
    position: absolute;
    bottom: -15px;
}

.column a.more {
    position: absolute;
    right: 0;
    top: 17px;
    color: #3f3f3f;
    font-size: 16px;
    opacity: .7;
}

.column a.more:hover {
    color: #c30e22;
}

.column a.title {
    font-size: 40px;
    font-weight: bold;
    color: #c3780e;
    position: relative;
    padding-left: 37px;
}


.column a.title::before {
    content: '';
    width: 108px;
    height: 69px;
    background: url(/szsclist/img/szsc-column-title-ico.png) no-repeat;
    position: absolute;
    left: 0;
    top: -30px;
}

.column a.title span {
    color: #c30e22;
}


.main-ywjj {
    margin-top: 560px;
}

.con-ywjj {
    width: 100%;
    position: relative;
}

.con-ywjj .infolist {
    position: absolute;
    right: 0;
    top: 0;
    width: 680px;
}

.con-ywjj .infolist ul li {
    width: 100%;
    height: 123px;
    background: #fff8f7;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.con-ywjj .infolist ul li.li4 {
    margin-bottom: 0;
}

.con-ywjj .infolist ul li .title {
    font-size: 18px;
    color: #484848;
    margin-bottom: 15px;
    font-weight: bold;
}

.con-ywjj .infolist ul li .dete {
    color: #484848;
    opacity: .5;
    font-size: 18px;
}

.con-ywjj .infolist ul li:hover {
    background: #fff1f1;
    border: 1px solid #c30e22;
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-ywjj .infolist ul li:hover .title {
    color: #c30e22;
    font-weight: bold;
}

.con-ywjj .imgslist {
    width: 675px;
    height: 545px;
    position: relative;
}

.con-ywjj .imgslist .bd ul li {
    width: 675px;
    height: 545px;
    position: relative;
}

.con-ywjj .imgslist ul li .text {
    width: 100%;
    height: 170px;
    background: #c30e22;
    box-sizing: border-box;
    padding: 25px 30px;
}

.con-ywjj .imgslist .bd ul li .title {
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
}

.con-ywjj .imgslist .bd ul li .desc {
    font-size: 16px;
    color: #fff3e0;
    opacity: .5;
    margin: 10px 0;
    line-height: 25px;
}

.con-ywjj .imgslist .bd ul li .dete {
    font-size: 16px;
    color: #fff;
    opacity: .5;
}


.con-ywjj .imgslist .bd ul li .img {
    overflow: hidden;
}

.con-ywjj .imgslist .bd ul li .img img {
    width: 675px;
    height: 380px;
    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;
}

.con-ywjj .imgslist .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);
}

.con-ywjj .imgslist .hd {
    position: absolute;
    bottom: 190px;
    width: 100%;
    text-align: center;
}

.con-ywjj .imgslist .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid #fff;
}

.con-ywjj .imgslist .hd ul li.on {
    background: #fff;
}





.main-xxdt,
.main-zcwj {
    box-sizing: border-box;
    margin-top: 65px;
}

.con-xxdt .bd ul li {
    width: 443px;
    height: 263px;
    background: #fff;
    margin-right: 25px;
    border: 1px solid #fff;
}

.con-xxdt .bd ul li a {
    box-sizing: border-box;
    padding: 30px;
    display: inline-block;
}

.con-xxdt .bd ul li .title {
    font-size: 18px;
    line-height: 30px;
    color: #474747;
}

.con-xxdt .bd ul li .desc {
    color: #474747;
    opacity: .5;
    line-height: 25px;
    margin: 10px 0 25px 0;
}

.con-xxdt .bd ul li .dete {
    color: #474747;
    opacity: .5;
}

.con-xxdt .bd ul li:hover {
    background: #fff1f1;
    border: 1px solid #d90018;
}

.con-xxdt .bd ul li:hover .title {
    color: #d90018;
    font-weight: bold;
}

.con-xxdt .bd ul li:hover .desc {
    opacity: .7
}

.con-xxdt .bd ul li:hover .dete {
    color: #d90018;
    opacity: 1;
}

.con-xxdt .hd {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.con-xxdt .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    background: #c30e22;
    opacity: .6;
}

.con-xxdt .hd ul li.on {
    opacity: 1;
}

.con-zcwj {
    margin-bottom: 35px;
}

.con-zcwj ul li {
    width: 685px;
    height: 125px;
    float: left;
    background: #fff;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    padding: 22px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.con-zcwj ul li.li2,
.con-zcwj ul li.li4,
.con-zcwj ul li.li6 {
    margin-right: 0;
}

.con-zcwj ul li .dete {
    float: left;
    padding-right: 15px;
    margin-right: 25px;
    border-right: 1px solid #e5e5e5;
}

.con-zcwj ul li .d {
    font-size: 36px;
    color: #c30e22;
    text-align: center;
}

.con-zcwj ul li .y {
    font-size: 16px;
    color: #c30e22;
    text-align: center;
}

.con-zcwj ul li .title {
    font-size: 18px;
    color: #3c3c3c;
    line-height: 30px;
    margin: 2px 0 5px 0;
}

.con-zcwj ul li .desc {
    font-size: 16px;
    color: #3c3c3c;
    opacity: .5;
}

.con-zcwj ul li:hover {
    background: #fff1f1;
    transition: all 0.5s ease-in-out;
    left: 5px;
}

.con-zcwj ul li:hover .title {
    color: #c30e22;
    font-weight: bold;
}



.footer {
       width: 100%;
    height: 125px;
    background: #ca040b;
}

.footer .banq {
    padding-top: 40px;
}

.footer .banq p {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    text-align: center;
    line-height: 30px;
}

.footer .banq p a {
    color: #fff;
}









.con-textlist .textlist {
    margin: 20px auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
min-height: 350px;
}

.tittle {
    width: 100%;
    height: 60px;
    background: #f4f4f4;
    border-top: 3px solid #c00016;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.name {
    font-size: 18px;
    font-weight: bold;
    color: #c00016;
    float: left;
}

.crumbs {
    font-size: 14px;
    float: right;
    color: #aeaeae;
}

.crumbs a {
    color: #aeaeae;
}

.con-textlist ul.info li {
    border-bottom: 1px dashed #cfcfcf;
    height: 50px;
    line-height: 50px;
}

.con-textlist ul.info li a {
    color: #2c2c2c;
}

.con-textlist ul.info li .dete {
    float: right;
    font-size: 14px;
    color: #ababab;
}

.con-textlist ul.info a:hover {
    color: #bd1a2d;
}

.con-textlist ul.info li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #bd1a2d;
    display: inline-block;
    margin: 0 10px 2px 0;
}

/* 分页 */
ul .list-page {
    height: 40px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding: 10px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #bd1a2d !important;
    border: 1px solid #bd1a2d !important;
}


.con-detail .detail {
    margin: 20px auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}


.tittlebig {
    font-size: 24px;
    font-weight: bold;
    color: #c00016;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 80px;
}

.tittlez {
    font-size: 14px;
    color: #aeaeae;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.con-detail .content {
    margin: 20px auto;
}

.con-detail .content .text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
}

.con-detail .content .text p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.detail .detail-page {
    line-height: 78px;
    height: 70px;
}

.detail .detail-page p a {
    color: #252525;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #0058B8;
}