@charset "utf-8";
/*CSS reset*/
*{margin:0;padding:0;}
body{margin:0;padding:0; font-family:"微软雅黑"; font-size:16px; line-height:1.5; cursor:default; color:#333;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#333;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
figure{margin:0}





body{ background-color: #fafafa; }
.header{ background: url("2023css_zwgkztr_top.jpg") no-repeat center top; height: 675px; position: relative; }
.logo{ padding-top: 20px; }
.logo img{width: 300px;}
.header .daoyu{ position: absolute; left: 40%; margin-left: -500px; top: 445px; }
.header .daoyu p{ width: 1000px; line-height: 34px; text-indent: 2em; text-align: justify; font-size: 20px; color: #13509b; }

.padding-40{ padding: 40px; background-color: #fff; }
.wjtz{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.wjtz .info{ background: url("2022css_zwgkztr_img2BJ.png") no-repeat; background-size: cover; box-sizing: border-box; padding: 0 60px 0 90px; margin-bottom: 20px; width: 520px; height: 188px; display: flex; align-items: center; }
.wjtz .info a{ line-height: 34px; font-size: 20px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.hdqk{ margin-top: 20px; }
.hdqk .h2{ background-color: rgb(23, 89, 167); height: 82px; line-height: 82px; padding: 0 30px; display: flex; justify-content: space-between; }
.hdqk .h2 span{ font-size: 33px; color: #ffffff; font-weight: bold; }
.hdqk .h2 a{ font-size: 20px; color: #ffffff; }

.hdqk .list{ margin-top: 36px; }
.hdqk .list li{ display: flex; margin: 20px auto; padding-bottom: 20px; border-bottom: 2px solid #f3f2f2 }
.hdqk .list li:last-child{ border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.hdqk .list li .pic{ width: 407px; height: 186px; overflow: hidden; margin-right: 30px; }
.hdqk .list li .pic img{ min-width: 100%; height: 186px; }
.hdqk .list li .info{ width: 675px; }
.hdqk .list li .info a{ font-size: 21px; color: #000000; line-height: 35px;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hdqk .list li .info p{ margin-top: 16px; font-size: 18px; color: #999999; line-height: 30px;  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


@media only screen and (max-width: 1100px) {
    .floor{ width: 100%; }
    .w1200{ width: 100%; }
    .header{ display: block; height: 0; padding-top: 35.156%; background-size: 100% auto; }
    .logo{ margin-top: -35.156%; padding-top: 10px; padding-left: 10px; box-sizing: border-box; }
    .logo img{ width: 26%; }

    .padding-40{ padding: 10px; }
    .wjtz .info{ height: 120px; margin-bottom: 10px; }
    .wjtz .info a{ line-height: inherit; font-size: 16px; }
    .hdqk{ margin-top: 10px; }
    .hdqk .h2{ height: 50px; line-height: 50px; padding: 0 10px; }
    .hdqk .h2 span{ font-size: 18px; }
    .hdqk .h2 a{ font-size: 14px; }
    .hdqk .list{ margin-top: 16px; }
    .hdqk .list li{ margin: 10px auto; padding-bottom: 10px; border-bottom: 2px solid #f3f2f2 }
    .hdqk .list li .pic{ margin-right: 10px; height: 140px; }
    .hdqk .list li .info a{ font-size: 16px; line-height: 30px; }
    .hdqk .list li .info p{ font-size: 12px; line-height: 24px; margin-top: 6px; }
}