﻿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: 1200px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #353535;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    /* max-width: 1920px; */
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.border-none {
    border: none;
}




/* --- */



a.backhome {
    position: absolute;
    display: inline-block;
    left: 20%;
    top: 50px;
    width: 1200px;
    height: 120px;
}


.main-tout {
    /* margin-top: 625px; */
    margin-top: -130px;
}



.picScroll-top {
    margin: 0 auto;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: url(../img/szsc-tout-li-bg.png) no-repeat #c10e12;
    box-shadow: 0px 50px 100px -12px rgb(0 0 0 / 10%), 0px 30px 60px -30px rgb(0 0 0 / 10%);
}

.picScroll-top .notic-name {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px 0px 1000px 0px;
    background: #fee9d0;

}

.picScroll-top .notic-name span {
    color: #cd2421;
    margin-left: -8px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.picScroll-top .bd {
    height: 150px;
    width: 90%;
    margin: 0 auto;
}




.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
    height: 150px !important;
}



.picScroll-top .bd ul li a {
    display: inline-block;
    height: 145px;
    width: 100%;
}


.picScroll-top .bd ul li a .title {
    font-size: 30px;
    font-weight: bold;
    color: #fee9d0;
    margin: 35px 0 10px 0;
}

.picScroll-top .bd ul li a p {
    font-size: 14px;
    color: #fee9d0;
    opacity: .6;
}


.column {
    text-align: center;
    margin-bottom: 35px;
}

.column a.title {
    font-size: 36px;
    font-weight: bold;
    color: #ca040b;
    position: relative;
}

.column a.title::before {
    content: '';
    width: 35px;
    height: 34px;
    background: url(../img/column-bg.png) no-repeat;
    left: -45px;
    top: 10px;
    position: absolute;
    display: inline-block;
}

.column a.title::after {
    content: '';
    width: 35px;
    height: 34px;
    background: url(../img/column-bg.png) no-repeat;
    position: absolute;
    display: inline-block;
    right: -45px;
    top: 10px;
    transform: rotate(180deg);
}

.column a.title span {
    color: #3f3f3f;
}


.main-sjjs {
    margin-top: 65px;
}

.con-sjjs {
    width: 100%;
    height: 490px;
    position: relative;
}

.con-sjjs .infolist {
    position: absolute;
    right: 0;
    top: 0;
    width: 585px;
    height: 100%;
    box-sizing: border-box;
}

.con-sjjs .infolist ul li {
    width: 100%;
    height: 115px;
    margin-bottom: 10px;
    background: #fff3f3;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con-sjjs .infolist ul li.li4 {
    border-bottom: none;
}

.con-sjjs .infolist ul li a {
    font-size: 18px;
    color: #3f3f3f;
    line-height: 30px;
    display: inline-block;
}

.con-sjjs .infolist ul li:hover {
    background: url(../img/szsc-ywjj-li-bg.png) no-repeat;
}

.con-sjjs .infolist ul li:hover a {
    color: #c30e22;
    font-weight: bold;
}




.con-sjjs .imgslist {
    width: 585px;
    height: 490px;
    position: relative;
}

.con-sjjs .imgslist .bd ul li {
    width: 585px;
    height: 490px;
    position: relative;
}

.con-sjjs .imgslist .bd ul li .img {
    overflow: hidden;
}

.con-sjjs .imgslist .bd ul li .img img {
    width: 585px;
    height: 335px;
    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-sjjs .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-sjjs .imgslist .bd ul li .text {
    height: 155px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff3f3;
}

.con-sjjs .imgslist .bd ul li .title {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
    line-height: 30px;
}

.con-sjjs .imgslist .bd ul li p {
    color: #7a7a7a;
    opacity: .7;
    margin: 8px 0;
    line-height: 25px;
}

.con-sjjs .imgslist .bd ul li .dete {
    color: #7a7a7a;
    opacity: .7;
    line-height: 25px;
}

.con-sjjs .imgslist .bd ul li:hover .title {
    color: #c10e12;
}

.con-sjjs .imgslist .bd ul li:hover p {
    opacity: .9;
}

.con-sjjs .imgslist .bd ul li:hover .dete {
    opacity: .9;
}



.con-sjjs .imgslist .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.con-sjjs .imgslist .hd ul li {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #c30e22;
}

.con-sjjs .imgslist .hd ul li.on {
    background: #c30e22;
}

/* 融媒报道 */

.main-ssdt {
    width: 100%;
    box-sizing: border-box;
    padding-top: 90px;
    margin-bottom: 65px;
    background: url(../img/rmbd-bg.png) center no-repeat;
    background-size: cover;
    background-position-y: -50px;
}

.con-ssdt .bd ul li {
    width: 385px;
    height: 260px;
    float: left;
    margin-right: 30px;
    background: #fff3f3;
    border: 1px solid #fff3f3;
}
.con-ssdt .bd ul li .img{
       overflow: hidden;
}

.con-ssdt .bd ul li .img img{
      width: 330px;
    height: 180px;
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-ssdt .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-ssdt .bd ul li a {
    box-sizing: border-box;
    padding: 30px;
    display: inline-block;
}

.con-ssdt .bd ul li .title {
       font-size: 18px;
    color: #474747;
    margin-top: 10px;
    text-align: center;
}

.con-ssdt .bd ul li .desc {
    color: #474747;
    opacity: .5;
    line-height: 25px;
    margin: 10px 0 25px 0;
}

.con-ssdt .bd ul li .dete {
    color: #474747;
    opacity: .5;
}

.con-ssdt .bd ul li:hover {
    border: 1px solid #d90018;
}

.con-ssdt .bd ul li:hover .title {
    color: #d90018;
    font-weight: bold;
}

.con-ssdt .bd ul li:hover .desc {
    opacity: .7
}

.con-ssdt .bd ul li:hover .dete {
    color: #d90018;
    opacity: 1;
}


.con-ssdt .hd {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.con-ssdt .hd ul li {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #c30e22;
}

.con-ssdt .hd ul li.on {
    background: #c30e22;
}

/* -行动进行时- */

.main-xdjxs {
    margin-top: 75px;
}

.main-xdjxs .con-xdjxs {
    width: 100%;
    height: 650px;
    background: url(../img/xdjxj-bg.png) no-repeat;
    background-size: 100% 100%;
}


.con-xdjxs .list {
    width: 520px;
    height: 650px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.con-xdjxs .list ul li {
    width: 100%;
    border-bottom: 1px solid #c94846;
    padding: 20px 0;
}

.con-xdjxs .list ul li a {
    color: #fee9d0;
    font-size: 18px;
    line-height: 30px;
}

.con-xdjxs .list ul li:hover a {
    font-weight: bold;
}

.con-xdjxs .list ul li.li6 {
    border: none;
}

.imgsRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 510px;
}

.sdjxslunb {
    position: relative;
}

.sdjxslunb .bd li {
    width: 510px;
    height: 390px;
}

.sdjxslunb .bd li .img {
    overflow: hidden;
}

.sdjxslunb .bd li .img img {
    width: 510px;
    height: 285px;
    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;
}

.sdjxslunb .bd 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);
}

.sdjxslunb .bd li .title {
    width: 100%;
    height: 100px;
    background: #fee9d0;
    font-weight: bold;
    font-size: 18px;
    color: #c20e12;
    line-height: 30px;
    box-sizing: border-box;
    padding: 20px 25px;
    display: flex;
    align-items: center;
}

.imgsRight .info li {
    width: 100%;
    margin-top: 18px;
}

.imgsRight .info li:hover a {
    font-weight: bold;
}

.imgsRight .info li a {
    color: #fee9d0;
    font-size: 18px;
    line-height: 30px;
}

.sdjxslunb .prev {
    position: absolute;
    left: 15px;
    top: 40%;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(../img/btn-left.png) no-repeat;
    opacity: .7;
}

.sdjxslunb .next {
    position: absolute;
    right: 15px;
    top: 40%;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(../img/btn-right.png) no-repeat;
    opacity: .7;
}

.sdjxslunb .prev:hover,
.sdjxslunb .next:hover {
    opacity: 1;
}


/* - */

.footer {
    width: 100%;
    height: 130px;
    background: #c30e22;
}

.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;
}