*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}

li {
  list-style: none;
  float: left;
}

body {
  text-align: left;
  font-family: '微软雅黑' !important;
  color: #333333;
}

input {
  font-family: '微软雅黑' !important;
}

html {
  font-size: 16px;
}

a,
ins {
  text-decoration: none;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

a:visited,
a:active,
a:focus {
  text-decoration: none;
}

.lf {
  float: left;
}

.rf {
  float: right;
}

.hidden {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* 头部样式 */
.header {
  width: 100%;
  height: 600px;
  color: #fff;
}

.headContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.headTop {
  width: 100%;
  margin-top: 30px;
  float: left;
}

.headTop a {
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}

.headTopLf a {
  margin-right: 22px;
}

.headTopRf span {
  margin: 0 10px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}

#login {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: white;
  text-shadow: 0px 0px 5px #000;
}

.loginBtns {
  width: auto;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.loginBtns:hover .loginItems {
  display: block;
}

.loginItems {
  position: absolute;
  width: 90px;
  height: 80px;
  text-align: center;
  background: url(/cms_files/jcms1/web3037/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
  font-size: 14px;
  display: none;
  line-height: 30px;
  padding-top: 12px;
  left: -19px;
  border-bottom: 1px solid #eeeeee;
}

.loginItems a{
  text-shadow: none;
}

#login a {
  color: black;
  padding: 0 !important;
  display: block;
}

.headMid {
  width: 100%;
  margin-top: 88px;
  text-align: center;
  float: left;
}

.headMid p {
  font-size: 50px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.headMid span {
  font-size: 20px;
}

.searchForm {
  width: 706px;
  margin: 20px auto 0;
}

.search #inputKey {
  cursor: auto;
  width: 586px;
  height: 60px;
  background: #ffffff;
  text-indent: 30px;
  font-size: 16px;
  color: #999999;
  border-radius: 8px 0 0 8px;
}

.search .inputSubmit {
  width: 120px;
  height: 60px;
  background: #F1960D;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  border-radius: 0 8px 8px 0;
  float: right;
}

.headNav {
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.headNav a {
  font-size: 24px;
  color: #fff;
}

.OLD {
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  margin-top: 22px;
  background: #ffffff;
  border-radius: 6px;
  font-size: 21px !important;
  color: #faa107 !important;
  padding: 0 7px;
  font-weight: bold;
}

/* 内容 */

.main {
  width: 100%;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

/* 第一模块 */
.modelOne {
  padding: 30px 0;
  background: #FFF;
}

.carousel {
  width: 590px;
  height: 393px;
  position: relative;
}

.carousel img {
  object-fit: cover;
  width: 590px;
  height: 393px;
}

.sd_lbtext_bg {
  position:absolute;
  bottom: 0;
  width: 590px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-indent: 20px;
  z-index: 1;
}

.sd_lbtext {
  color: #fff;
  display: block;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modelList {
  width: 581px;
  height: 393px;
}

.listTit {
  width: 100%;
  height: 56px;
  line-height: 40px;
  border-bottom: 2px solid #EEE;
}

.listTit li {
  height: 56px;
  font-size: 22px;
  color: #000;
  margin-right: 28px;
  cursor: default;

}

.listTit .on {
  border-bottom: 2px solid #087fd8;
}

.listTit .on a{
  color: #087fd8 !important;
  font-weight: bold;
}

.tips {
  width: 100%;
  height: 123px;
  padding: 15px 0;
  border-bottom: 1px solid #afafaf;
}

.tips p {
  font-size: 26px;
  margin-bottom: 6px;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tips span {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.listItem li {
  padding-left: 20px;
  margin-top: 20px;
  background: url('./dian.png') no-repeat left center;
  width: 581px;
}

.listItem li a span:nth-child(1) {
  max-width: 460px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.time {
  font-size: 16px;
  color: #999;
  margin-left: 10px;
  float: right;
}

/* 第二模块 */
.modelTwo {
  width: 100%;
  height: 100px;
  background: #f1f1f1;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #f5f6fa;
}

.modelTwoList li {
  height: 80px;
  line-height: 80px;
  width: 399px;
  border-right: 1px solid #FFF;
  font-size: 30px;
  text-align: center;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 80px center;
}

.modelTwoList li:nth-child(1) {
  background-image: url(zwgk2.png);
  border-left: 1px solid #FFF;
}

.modelTwoList li.on:nth-child(1) {
  background-image: url(zwgk.png);
}

.modelTwoList li:nth-child(2) {
  background-image: url(zwfw2.png);
}

.modelTwoList li.on:nth-child(2) {
  background-image: url(zwfw.png);
}

.modelTwoList li:nth-child(3) {
  background-image: url(zmhd2.png);
}

.modelTwoList li.on:nth-child(3) {
  background-image: url(zmhd.png);
}

.modelTwoList li img {
  margin-right: 30px;
}

.modelTwoList a {
  margin-left: 40px;
  display: block;
}

.modelTwoList .on {
  width: 400px;
  height: 100px;
  line-height: 100px;
  margin-top: -10px;
  border-right: none;
  background: #087fd8;
  background-repeat: no-repeat;
  background-position: 80px center;
}

.modelTwoList .on a {
  color: #FFF !important;
}

/* 第三模块  政务公开*/
.modelThree {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: #f5f6fa;
}

.xxgk li {
  width: 224px;
  height: 90px;
  line-height: 90px;
  margin-left: 20px;
  text-align: center;
  border: 1px solid #d6d6d6;
  background: #FFF;
  float: left;
}

.xxgk li:first-child {
  margin-left: 0px;
}

.xxgk li img {
  margin-right: 12px;
}

.modelThreeList {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modelThreeList .listing {
  width: 585px;
}

.listingTit {
  width: 100%;
  padding: 20px 0;
  font-size: 22px;
  border-bottom: 1px solid #eaeaea;
  cursor: default;
  float: left;
}

#con_xxgkTab_3 .listingTit {
  padding: 0;
  border: none;
}

.shu {
  margin: 0 16px;
}

.listingTit .on {
  color: #087fd8;
}

.listingList {
  float: left;
}

.listingList li {
  padding-left: 20px;
  margin-top: 20px;
  background: url('./dian.png') no-repeat left center;
  width: 581px;
}

.modelIcon ul {
  margin-top: 20px;
  float: left;
}

.modelIcon li {
  width: 224px;
  height: 80px;
  margin-left: 20px;
  border: 1px solid #f0f0f0;
  background: #FFF;
  margin-bottom: 30px;
}

.modelIcon li:nth-child(5n+1) {
  margin-left: 0;
}

.modelIcon li img {
  margin-right: 20px;
  margin-top: 14px;
  float: left;
}

.modelIcon li a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  float: left;
  line-height: 80px;
}

.modelIcon li a span {
  width: 110px;
  padding-top: 28px;
  display: inline-block;
}

.modelIcon li a .lines {
  padding-top: 16px !important;
}


/* 第三模块  政务服务 */

.zwfwlf {
  width: 585px;
}

.ywtb {
  width: 585px;
  height: 120px;
  line-height: 120px;
  background:url(ywtb.png) no-repeat;
  margin-bottom: 30px;
}

.ywtb a{
  display: block;
  margin-left: 33px;
  font-size: 24px;
  font-weight: bold;
}

.ywtb img {
  margin-left: 30px;
}

.jcfw, .fwqd{
  float: left;
  font-size: 24px;
  font-weight: bold;
}

.jcfw a,.fwqd a {
  display: block;
  width: 282px;
  height: 150px;
  padding: 30px 0 0 30px;
}

.jcfw {
  margin-right: 21px;
  background: url(jcfw.png) no-repeat;
}

.fwqd {
  background: url(fwqd.png) no-repeat;
}

/* 第三模块  政民互动 */

.grfr {
  width: 277px;
  float: left;
  margin-right: 32px;
  background-color: #fff;
  padding-bottom: 15px;
}

.grfr:last-child{
  margin-right: 0;
}

.grfr>a{
  font-size: 24px;
  font-weight: bold;
  display: block;
  height: 180px;
  padding: 35px 0 0 30px;
}

.grfr>ul {
  padding: 35px 20px 0 20px
}

.grfr li{
  width: 79px;
  height: 35px;
  line-height: 35px;
}

.gr_bg {
  background: url(grfw.png) no-repeat;
  background-color: #fff;
}

.fr_bg {
  background: url(frfw.png) no-repeat;
  background-color: #fff;
}

.grfr img {
  display: block;
  margin-top: 30px;
}

.sd_zmfdrf {
  width: 585px;
}

.sd_modelIcon li {
  width: 130px;
  height: 123px;
  margin-right: 20px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  text-align: center;
  margin-bottom: 20px;
}

.sd_modelIcon li:nth-child(4n+4) {
  margin-right: 0px;
}

.sd_modelIcon li a{
  padding-top: 10px;
  display: block;
  height: 123px;
}

.sd_modelIcon li img {
  display: block;
  margin: 0 auto 15px;
}

/* 第四模块 */
.modelFour {
  padding: 30px 0;
}

.Key_areas {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(94, 130, 193, 0.16);
}

.Key_areas {
  padding: 30px;
}

.Key_areas_list ul li {
  float: left;
  width: 190px;
  height: 140px;
  margin-top: 40px;
  border-right: 1px solid #dcdcdc;
}

.Key_areas_list ul li a {
  display: block;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: center 15px;
  line-height: 36px;
  width: 175px;
  height: 140px;
  margin: 0 auto;
}

/* .Key_areas_list ul li:nth-child(24) a {
  padding-top: 70px;
}

.Key_areas_list ul li:nth-child(31) a {
  padding-top: 70px;
} */

.Key_areas .Key_areas_title {
  margin-bottom: 0;
}

.sy_MainContentBotTitle {
  height: 50px;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 16px;
  position: relative;
}

.sy_MainContentBotTitle b {
  color: #3176c4;
  font-weight: bold;
}

.Key_areas_list ul li:nth-child(6n) {
  border: none;
}

.Key_areasMore {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 4px;
  font-size: 16px;
  color: #087fd8;
  background: #eef7ff url('./down.png') no-repeat center right 20px;
  cursor: pointer;
  padding-right: 20px;
}

.Key_areasMore img {
  margin-left: 10px;
}

/* 专题专栏 */
.specialColumn {
  margin-top: 30px;
}

.sy_MainContentFourthtitle a {
  display: block;
  float: right;
}

.sy_MainContentBotTitle em {
  color: #087fd8;
  font: inherit;
}

/* 友情链接 */
.modelFive {
  background-color: #eff6fe;
}

.FriendLinksWrap {
  position: relative;
  z-index: 1;
}

.FriendLinksItem {
  width: 277px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  line-height: 40px;
  padding-left: 20px;
  margin-right: 30px;
  cursor: pointer;
  float: left;
}

.FriendLinksItem:last-child {
  margin-right: 0;
}

.FriendLinksItem p {
  font-size: 16px;
  color: #333333;
}

.FriendLinksItem p .icon {
  display: block;
  width: 9px;
  height: 40px;
  background: url(hjt_74.png)center no-repeat;
  background-size: 9px 7px;
  margin-right: 20px;
  float: right;
}

.websiteList a {
  font-size: 16px;
  display: block;
  float: left;
  width: 23%;
  margin: 5px 9px;
}

.Links_box {
  padding: 20px 0;
  background-color: #eff6fe;
}

.FriendLinksListWrap>div {
  width: 1200px;
  max-height: 420px;
  height: auto;
  overflow: auto;
  background: #fff;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 43px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
  display: none;
}

#con_xxgkTab_2 {
  padding-bottom: 30px;
}

.modelThree .listingList li a span:nth-child(1){
  max-width: 460px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picList .pic a{
  display: block;
  width: 270px;
  height: 160px;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  padding: 60px 10px 0;
  text-align: center;
}

.picList li:nth-child(1) .pic a{
  padding-top: 40px;
  text-align: left;
}

.picList li:nth-child(1) {
 background: url(lmys1.png) no-repeat;
}
.picList li:nth-child(2) {
  background: url(lmys2.png) no-repeat;
 }
 .picList li:nth-child(3) {
  background: url(lmys3.png) no-repeat;
 }
 .picList li:nth-child(4) {
  background: url(lmys4.png) no-repeat;
 }


 /* ------------------------移动端开始------------------------ */
.sd_mobile.ariaMobileHeaderInBottom .modelOne .listing .govpushinfo150203 li span:nth-child(2) {
  width: 27vw;
}

.sd_mobile.ariaMobileHeaderInBottom .modelTwoList a {
  line-height: 14vw !important;
}

.sd_mobile.ariaMobileHeaderInBottom .xxgk li a {
  line-height: 15vw !important;
}

.sd_mobile.ariaMobileHeaderInBottom .listingList a span:nth-child(2) {
  width: 27vw;
}

.sd_mobile.ariaMobileHeaderInBottom .modelIcon li {
  width: 95vw;
}

.sd_mobile.ariaMobileHeaderInBottom .modelIcon li a span {
  width: 76vw;
  padding-top: 5vw;
}
 /* ------------------------移动端结束------------------------ */