* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* 强烈建议放在这里 */
}

html,
body {
    height: 100%;
    /* 便于实现全屏布局 */
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    /* 在Mac/iPhone上让字体更平滑 */
}

img,
picture,
video,
canvas,
svg {
    display: block;
    /* 避免图片下方的神秘间隙 */
    max-width: 100%;
    /* 防止媒体元素溢出容器 */
}

input,
button,
textarea,
select {
    font: inherit;
    /* 让表单元素继承body的字体，保持统一 */
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    /* 防止长单词或URL溢出容器 */
}

a{
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.more{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40px;
}

.more a{
    font-size:16px;
    color: rgba(198, 133, 27, 1);
}

.content{
    width: 100%;
    height: auto;
    background: url(/dtsldlwz/lib/zjg/images/bg.png) no-repeat;
    background-position: top;
    background-size: 100%;
    margin-top: -5%;
    padding-bottom: 80px;
}

.con_nav01,.con_nav02,.con_nav03,.con_nav04{
    margin:0 auto;
    width:1200px;
    height:auto;
    position: relative;
}

.big_tit{
    text-align: center;
}

.big_tit a{
    font-size: 30px;
    font-weight: 700;
    color: rgba(189, 17, 11, 1);
    line-height: 80px;
}

.con_nav02,.con_nav03,.con_nav04{
margin-top:100px;
}

.zyjs,.jtbs,.wzbs{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.zyjs_left{
    width: 55%;
    height: auto;
}

.zyjs_right{
    width: 45%;
    height: auto;
    padding-left: 40px;
}

.zyjs_pic img{
    width: 100%;
    height: 320px;
}

.zyjs_tit{
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    padding-left: 15px;
    background: linear-gradient(to right, rgba(194, 0, 0, 1), rgba(235, 76, 21, 1));
}

.zyjs_list:nth-of-type(1) {
    display: none;
}

.zyjs_top a{
    color: rgba(232, 13, 0, 1);
    font-size: 24px;
    font-weight: 700;
}

.zyjs_sum{
    font-size: 18px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(198, 133, 27, 1);
}

.zyjs_list{
    line-height: 80px;
    border-bottom: 1px dashed rgba(198, 133, 27, 1);
}

.zyjs_list a{
    color: rgba(51, 51, 51, 1);
}

.jtbs_left{
    width: 55%;
    height: auto;
}

.jtbs_right{
    width: 45%;
    height: auto;
    padding-left: 40px;
}

.jtbs_pic img{
    width: 100%;
    height: 410px;
}

.jtbs_tit{
    display: block;
    background: rgba(0, 0, 0, .5);
    color: #FFF;
    position: absolute;
    z-index: 999;
    width: 100%;
    line-height: 80px;
    font-weight: 700;
    bottom: 0;
    padding-left: 15px;
    font-size: 24px;
}

.jtbs .swiper-pagination-bullet-active{
    width:16px;
}

.jtbs_top a{
    font-size: 24px;
    font-weight: 700;
    color: rgba(232, 13, 0, 1);
}

.jtbs_sum{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
    padding-bottom: 20px;
border-bottom: 1px dashed rgba(198, 133, 27, 1);
}

.jtbs_list{
border-bottom: 1px dashed rgba(198, 133, 27, 1);
}

.jtbs_list a{
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

.jtbs_list:nth-of-type(1) {
    display: none;
}



.wzbs_left{
width:50%;
height:auto;
padding-right: 40px;
}

.wzbs_right{
width:50%;
height:auto;
}

.wzbs_pic img{
    width: 100%;
    height: 350px;
}

.wzbs_tit{
    display: block;
    background: linear-gradient(to bottom, rgba(254, 75, 62, 1), rgba(209, 39, 28, 1));
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
}

.wzbs .swiper-pagination-bullet{
width:6px;
height:6px;
opacity:1;
}

.wzbs .swiper-pagination-bullet-active{
width:6px;
background:rgba(255, 209, 145, 1);
}

.wzbs .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: 16px;
}

.wzbs_list{
    border-bottom: 1px dashed rgba(195, 194, 194, 1);
    padding-left: 20px;
    background: url(/dtsldlwz/lib/zjg/images/icon1.png) no-repeat;
    line-height: 54px;
    background-position: left;
}




.xxdt{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxdt_list{
    width: 48%;
    line-height: 70px;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    background: url(/dtsldlwz/lib/zjg/images/icon2.png) no-repeat;
    background-position: left;
}

.xxdt_list a:hover{
    color: rgba(237, 44, 37, 1);
}

.date{
    font-size: 16px;
    color: rgba(127, 127, 127, 1);
}

.footer{
    line-height: 80px;
    text-align: center;
    background-color: rgba(217, 9, 0, 1);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}