/*初始化css*/
body {
    font-family: 微软雅黑;
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

@media only screen and (max-width: 768px) {

    .yaowen li {

        background: url(listdianicon.png) no-repeat left 0.15rem !important;
    }

    body {
        min-width: 100% !important;
    }

    .w1200 {
        width: 100%;
        padding: 0 0.32rem;
        margin: 0 auto;
    }

    /* 疫情防控----主体内容 */

    /* .banner {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .banner_con {
        width: 94%;
        margin: 0 auto;
        position: relative;
        height: 5.2rem;
    }

    .banner_nr {
        font-weight: bold;
        position: absolute;
        bottom: 0;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0px;
        width: 100%;
        height: 5.2rem;
        padding: 0.3rem 0;
        font-size: 0.3rem;
        color: #333333;
        letter-spacing: 0;
        text-align: justify;
        line-height: 0.44rem;
    } */
    .banner_con {
        width: 100%;
        height: auto;
    }

    .banner_nr ul {
        display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    }

    .banner_nr li {
        width: 43%;
    margin-bottom: 0.5rem;
      height: 2.3rem;
    }
    .banner_con h1{
        font-size: 0.8rem;
        line-height: 2rem;
      width: 94%;
    margin: 0 auto;
    }
    .banner_nr {
        position: static;
        padding: 0;
        width: 100%;
        height: auto;
      padding-top: 0.4rem;
    }

    .banner_nr li a {
        color: #ffffff;
        font-size: 0.40rem;
        display: block;
        height: 2.3rem;
        padding: 1.3rem 0 0 0;
        width: 100%;
    }
    /* .banner {
        background: none;
    } */
  .banner{
      background-size: 180%;
  }
    .banner .appimg {
        display: block;
        width: 100%;
    }
    .title_box {
        width: 94%;
        padding-top: 56px;
        color: #fff;
    }

    .tit_bg {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 4px;
    }

    .tit_sm {
        font-size: 16px;
        line-height: 22px;
    }


    .con_qh {
        width: 94%;
        height: auto;
        margin-bottom: 0.3rem;
        margin: 0 auto;
        min-height: 3rem;
    }

    .zz_tit {
        font-size: 0.4rem;
        width: 100%;
        height: 0.45rem;
        line-height: 0.45rem;
        color: #333333;
        margin-top: 0.3rem;
        margin-bottom: 0.2rem;
        font-weight: bold;
    }

    .zz_list {
        width: 100%;
        min-height: 0.2rem;
        overflow: hidden;
        position: relative;
    }

    .zz_list .up {
        width: 100%;
        height: 0.82rem;
        border-bottom: 2px solid #000000;
    }

    .zz_list .up span {
        display: inline-block;
        width: auto;
        height: 0.58rem;
        font-size: 0.26rem;
        color: #666666;
        line-height: 0.58rem;
        cursor: pointer;
        margin-right: 0.2rem;
    }

    .zz_list .up span.hover {
        color: #333333;
        border-bottom: 0.05rem solid #1677FF;
        width: 1.63rem;
        height: auto;
        padding: 0.1rem 0;
        font-size: 0.35rem;
    }

    .zz_list .down {
        width: 100%;
        height: auto;
    }

    .more {
        position: absolute;
        right: 0.1rem;
        top: 0.25rem;
        width: auto;
    }

    .zz_list .down .tit1 {

        border: 1px solid rgba(49, 154, 255, 0.65);
        border-radius: 2px;
        width: 100%;
        height: 40px;
        float: left;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.60);
        line-height: 40px;
        padding-left: 40px;
        background: url(zz_pic.png) rgba(49, 154, 255, 0.06) no-repeat 10px 9px;
    }

    .zz_list .down .tit2 {
        width: 100%;
        height: 80px;
        line-height: 80px;
        float: left;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.60);
    }

    .zz_list .down .tit2 span {
        color: #BF0103;
    }

    .zz_list .down .tit2 a {
        color: #1677FF;
    }

    .zz_list .down .tit3 {
        width: 100%;
        height: 48px;
        float: left;
        border-bottom: 2px solid #73777A;
        line-height: 28px;
    }

    /* .zz_list .down .tit3 span{
	width: 80px;
	height: 48px;
	font-size: 20px;
	color: #999; float: left;
	margin-right: 40px;cursor: pointer;
}
.zz_list .down .tit3 span.hover{
	border-bottom: 5px solid #1677FF;
	color: #333333;
}
.zz_list .down .list1{
	width: 100%;
	min-height: 450px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
} */
    /* .zz_list .down .list1 a{
	width: 310px;
	height: 113px;
	padding-left: 57px;
	padding-top: 12px;
	display: block;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	background: url(right_list1.png) no-repeat;
}
.zz_list .down .list1 a.pic2{
	background: url(right_list2.png) no-repeat;
}
.zz_list .down .list1 a.pic3{
	background: url(right_list3.png) no-repeat;
}
.zz_list .down .list1 a:nth-child(3n){
	margin-right: 0;
} */
    /* .zz_list .down .list1 a span{
	width: 228px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: bold;
}
.zz_list .down .list1 a p{
	width: 228px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
} */






    .main {
        background: #fff;
    }

    .yqfk_list {
        padding-top: 0.1rem;
        width: 100%;
    }

    .yqfk_list a:nth-child(2n) {
        margin-right: 0px;
    }

    .pic_tit_shen:hover span {
        color: #fff;
    }

    .pic_tit_shi:hover {
        background: #1677FF;
    }

    .pic_tit_shi:hover span {
        color: #fff;
    }

    .yqfk_zhuanlan_bt {
        font-size: 0.4rem;
        color: #333333;
        letter-spacing: 0;
        padding: 0 0;
        border-bottom: 0.02rem solid #000000;
        margin-bottom: 0px;
    }

    .yqfk_zhuanlan_bt span {
        font-size: 0.4rem;
        height: 0.8rem;
        line-height: 0.8rem;
        background-color: #2d66a3;
        display: block;
        float: left;
        text-align: center;
        color: #fff;
        font-weight: 600;
        padding: 0px 0.2rem;
        min-width: 0.7rem;
    }

    .yqfk_zhuanlan_bt a {
        display: block;
        cursor: pointer;
        float: right;
        font-size: 0.26rem;
        color: #666666;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .yqfk_shengji {
        min-height: 3rem;
        float: left;
        width: 100%;
        margin-right: 0;
    }

    /* .yqfk_shengji_lb a {
        display: block;
        width: 3.39rem;
        height: 1.1rem;
        margin: 0 0.2rem 0.2rem 0;
        background: #FFFFFF;
        box-shadow: 0 2px 0.1rem 0 rgb(153 153 153 / 20%);
    } */

    /* .yqfk_shengji_lb a:hover {
        background: #1677FF;
    } */

    /* .yqfk_shengji_lb a img {
        width: 0.56rem;
        height: 0.56rem;
        float: left;
        display: block;
        margin: 0.24rem 0 0 0.2rem;
    } */

    .pic_tit_shen {
        height: 1.1rem;
        width: 2.5rem;
        float: right;
        line-height: 0.3rem;
        text-align: center;
        font-size: 0.24rem;
        color: #333333;
        letter-spacing: 0;
    }

    .pic_tit_shen span {}


    .yqfk_shizhou {
        min-height: 690px;
        float: left;
        width: 100%;
    }

    .yqfk_shizhou_lb a {
        display: block;
        width: 3.39rem;
        height: 1.6rem;
        margin: 0 0.2rem 0.2rem 0;
    }

    .yqfk_shizhou_lb a img {
        width: 2rem;
        height: 1.6rem;
        float: left;
        display: block;
    }

    .pic_tit_shi {
        height: 1.6rem;
        width: 1.39rem;
        background: #F1F2F3;
        float: right;
        line-height: 0.32rem;
        font-size: 0.24rem;
        color: #2B2F32;
        text-align: center;
    }

    .pic_tit_shi span {
        display: block;
        text-align: center;
        width: 100%;
        color: #2B2F32;
        font-size: 0.24rem;
        line-height: 0.48rem;
        margin: 0 auto;
        position: relative;
        top: 25%;
    }

    .yaowen>li {
        font-size: 0.3rem;
        color: #333333;
        text-align: left;
        line-height: 0.42rem;
        margin: 0.2rem 0;
        background: url(listdianicon.png) no-repeat left 0.15rem;
        padding-left: 0.2rem;
        border-bottom: 1px solid #ccc;
    }

    .yaowen>li span {
        float: left;
        font-size: 0.24rem;
    }

    .yqfk_shengji.yqfk_shengji_last {
        width: 100%;
    }

    .yqfk_shengji.yqfk_shengji_last.w1200 {
        padding: 0;
    }

    .yqfk_shengji.Work_dynamics {
        width: 100%;
        padding: 0;
        background: none;
    }

    .yqfk_shengji.Work_dynamics::before {
        content: "动态信息";
        display: inline-block;
        font-size: 0.4rem;
        height: 0.8rem;
        line-height: 0.8rem;
        background-color: #2d66a3;
        display: block;
        /* float: left; */
        text-align: center;
        color: #fff;
        font-weight: 600;
        padding: 0px 0.2rem;
        min-width: 0.7rem;
    }

    .yqfk_shengji.Work_dynamics {
        margin-bottom: 0.1375rem;
    }

    .yqfk_shengji.Work_dynamics .Work_dynamics_more {
        font-size: 0.26rem;
    }

    .yqfk_shengji.Work_dynamics .yaowen li {
        width: 100%;
        margin-bottom: 0.1375rem;

    }

    .title_banner {
        width: 100%;
        height: 42px;
        background: url(ycszty12.png) no-repeat center bottom;
        /* background-size: 100% 100%; */
    }

    .banner {
        height: auto;
    }
  .yaowen li a{
  width:auto;
    white-space:normal;
  }
  .zz_list .yaowen li a{
    width:auto;
    white-space:normal;
  }
}

/* @media only screen and (max-width: 321px) {
    body {
        min-width: 100% !important;
    }

    .banner {
        width: 100%;
        height: 400px;
    }

} */