@charset "utf-8";

/*主体*/

#main {
  margin-top: 0px;
}

#part1 .news-tab .am-tabs-nav li a {
  white-space: nowrap;
}
#part1>.news-tab>.am-nav-tabs {
  display: flex;
  justify-content: space-between;
}

#part2 {
  margin-top: 2px;
}

#part2 .news-tab .am-tabs-nav li {
  padding: 0px 10px;
  margin-bottom: 2px;
}

#part2 .news-tab .am-tabs-nav li a {
  margin-right: 0px;
}

#part2 .news-tab .am-tabs-nav li.am-active {
  background: #015192;
}

#part2 .news-tab .am-tabs-nav li.am-active a {
  color: #fff;
}

#part3 {
  margin-top: 0px;
}

#part3>.news-tab>.am-tabs-nav>li {
  border-right: #fff solid 1px;
}

#part3>.news-tab>.am-tabs-nav>li:last-child {
  border-right: none;
}

#part3>.news-tab>.am-tabs-nav>li>a {
  border-bottom: none;
  background: #015192;
  color: #fff;
  padding: .7rem.5rem;
  font-size: 2rem;
  font-weight: 400;
  white-space: nowrap;
}

#part3>.news-tab>.am-tabs-nav>li>a>i {
  position: relative;
  left: -2rem;
}

#part3>.news-tab>.am-tabs-nav>li.am-active>a {
  background: #0f79cf;
}

#part3>.news-tab>.am-tabs-bd {
  /* border: #ddd solid 1px; */
  /* padding: 1.5rem 0px; */
}

#part3>.news-tab>.am-tabs-bd>.am-tab-panel {
  padding: 0px;
}

#part3 .am-thumbnails>li>a {
}


/*头条*/

.topnews {
  margin: 15px auto;
  z-index: 2;
}

.topnews h1 {
  margin-bottom: 10px;
}

.topnews h1 a {
  color: #df1010;
  font-size: 38px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topnews ul {
  margin: .5rem auto;
  text-align: center;
}

/*重点办事服务新*/

.service-new {
  overflow: hidden;
      margin: 0px 0 6px 0;
}

.service-new .service-section {
  float: left;
  width: 100%;
  margin-right: 1%;
}

.service-new .service-title {
  color: #015192;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #015192;
  margin-bottom: 15px;
}

.service-new .service-content {
  padding: 0 10px 10px;
}

.service-new .service-group {
  /* display: flex;
  flex-wrap: wrap;
  gap: 11px 49px; */
}

.service-new .service-group a {
     color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    float: left;
    margin: 6px 14px 7px 0;
}
.service-new .am-u-lg-8 .service-group a{
  width: 30%;
  padding: 1px 10px;
}
.service-new .am-u-lg-4 .service-group a{
      width: 46%;
  padding: 1px 10px;
}

.service-new .service-group a:hover {
  background-color: #f0f0f0;
}

.service-new .service-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.service-new .service-btn {
  flex: 1;
  min-width: 200px;
  background-color: #015192;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.service-new .service-btn:hover {
  background-color: #0f79cf;
  color: white;
}
.service-new .gxbc {
  position: relative;
      display: flex;
      margin: 0;
          padding-left: 10px;
    justify-content: space-between;
    gap: 26px;
}

.service-new .gxbc li {
  position: relative;
  float: left;
  width: 49%;
  height:50px;
  line-height: 50px;
  margin: 0 2% 0 0;
  font-size: 13px;
  text-align: center;
  background: #75BCFF;
  list-style: none;
}

.service-new .gxbc li:hover {
  background: #579bf2;
}

.service-new .gxbc li span {
  color: #fff;
  font-weight: 700;
  margin-left: 23px;
}

.service-new .gxbc li img {
  position: absolute;
  left: 18px;
  top: 3.83px;
  width: 45.66px;
  z-index: 999;
}

.service-new .gxbc li .disabled {
  display: none;
}

.service-new .gxbc li:hover img.disabled {
  display: block;
}


.topnews ul li a {
  display: inline-block;
  border-left: #999 solid 1px;
  line-height: 1em;
  padding: 0px 1rem;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 33%;
}

.topnews ul li:first-child a {
  border-left: none;
}

.topnews ul li:last-child a {}

#focuse {
  margin-bottom: 0px;
}

#focuse img {
  height: 444px;
}

#focuse .am-control-nav .more {
  cursor: pointer;
  position: relative;
  top: 10px;
}

#focuse .am-control-nav .more i {
  display: block;
  color: #fff;
}


/*公开*/

#gk_icon {
  margin-top: .5rem;
}

#gk_icon .am-thumbnails li {
  padding: 0 .5rem 1rem .5rem;
}

#gk_icon .am-thumbnails li>a {
  white-space: nowrap;
  line-height: 38px;
  padding: .75rem 0px;
  display: flex;
  text-align: center;
}

#gk_icon li>a:before {
  content: ' ';
  width: 38px;
  height: 38px;
  margin-left: 20%;
  margin-right: 5%;
  background: url(../images/gk-icon.png) no-repeat 0 0;
}

#gk_icon li:nth-child(1)>a:before {
  background-position: 0px 0px;
}

#gk_icon li:nth-child(6)>a:before {
  background-position: -38px 0px;
}

#gk_icon li:nth-child(3)>a:before {
  background-position: -79px 0px;
}

#gk_icon li:nth-child(4)>a:before {
  background-position: -114px 0px;
}

#gk_icon li:nth-child(5)>a:before {
  background-position: -152px 0px;
}

#gk_icon li:nth-child(2)>a:before {
  background-position: -190px 0px;
}

#gk_icon li:nth-child(7)>a:before {
  background-position: -228px 0px;
}

#gk_icon li:nth-child(8)>a:before {
  background-position: -266px 0px;
}

#gk_icon li:nth-child(9)>a:before {
  background-position: -304px 0px;
}

#gk_icon li:nth-child(10)>a:before {
  background-position: -342px 0px;
}

#gk-list li {
  white-space: nowrap;
  padding-bottom: .5rem;
}

#gk-list li a {
  padding-left: .4rem;
  color: #666;
}


/*服务*/

#server-card li {}

#server-card li .card {
  background: #f2f2f2;
  text-align: center;
  padding: 15px 0px 10px 0px;
  min-height: 105px;
  position: relative;
  display: block;
}

#server-card li .card:hover {
  background: #0f79cf;
  box-shadow: rgba(0, 0, 0, .2) 2px 2px 3px;
  border-radius: 2px;
}

#server-card li .card span {
  margin: 0px auto;
  margin-bottom: 20px;
  display: block;
  transition: background .3s ease-out;
  background-size: contain;
}

#server-card li .card p {
  line-height: 32px;
  color: #333;
  margin: 10px 0 6px 0;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#server-card li:hover .card p {
  color: #fff;
}

#server-card li:nth-child(1) span {
  width: 40px;
  height: 40px;
  background: url(../images/card0.png) top center no-repeat;
}

#server-card li:nth-child(1):hover span {
  background: url(../images/card0.png) bottom center no-repeat;
}

#server-card li:nth-child(2) span {
  width: 43px;
  height: 49px;
  background: url(../images/card2.png) top no-repeat;
}

#server-card li:nth-child(2):hover span {
  background: url(../images/card2.png) bottom no-repeat;
}

#server-card li:nth-child(3) span {
  width: 38px;
  height: 33px;
  background: url(../images/card3.png) top no-repeat;
}

#server-card li:nth-child(3):hover span {
  background: url(../images/card3.png) bottom no-repeat;
}


/*#server-card li:nth-child(4) span {
	width: 33px;
	height: 38px;
	background: url(../images/card4.png) top no-repeat;
}

#server-card li:nth-child(4):hover span {
	background: url(../images/card4.png) bottom no-repeat;
}*/

#server-card li:nth-child(4) span {
  width: 39px;
  height: 34px;
  background: url(../images/card5.png) top no-repeat;
}

#server-card li:nth-child(4):hover span {
  background: url(../images/card5.png) bottom no-repeat;
}

#server-card li:nth-child(5) span {
  width: 47px;
  height: 40px;
  background: url(../images/card6.png) top no-repeat;
}

#server-card li:nth-child(5):hover span {
  background: url(../images/card6.png) bottom no-repeat;
}

#server-card li:nth-child(6) span {
  width: 40px;
  height: 53px;
  background: url(../images/card7.png) top no-repeat;
}

#server-card li:nth-child(6):hover span {
  background: url(../images/card7.png) bottom no-repeat;
}

#server-card li:nth-child(7) span {
  width: 43px;
  height: 49px;
  background: url(../images/card8.png) top no-repeat;
}

#server-card li:nth-child(7):hover span {
  background: url(../images/card8.png) bottom no-repeat;
}

#server-card li:nth-child(8) span {
  width: 43px;
  height: 43px;
  background: url(../images/card9.png) top no-repeat;
}

#server-card li:nth-child(8):hover span {
  background: url(../images/card9.png) bottom no-repeat;
}

#server-card li:nth-child(9) span {
  width: 35px;
  height: 43px;
  background: url(../images/card10.png) top no-repeat;
}

#server-card li:nth-child(9):hover span {
  background: url(../images/card10.png) bottom no-repeat;
}

#server-card li:nth-child(10) span {
  width: 46px;
  height: 46px;
  background: url(../images/card11.png) top no-repeat;
}

#server-card li:nth-child(10):hover span {
  background: url(../images/card11.png) bottom no-repeat;
}

#server-list li {}

#server-list li .card {
  border: #cde5f8 solid 1px;
  padding: 10px 0px 10px 20px;
  position: relative;
  cursor: pointer;
}

#server-list li .card:hover {
  border: #015193 solid 1px;
  transition: all .2s ease-in;
  box-shadow: rgba(0, 0, 0, .2) 1px 1px 1px 2px inset;
}

#server-list li .card span {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background: url(../images/server-list.png) 0 0 no-repeat;
}

#server-list li .card p {
  line-height: 32px;
  color: #494949;
  font-size: 14px;
  margin: 0px;
  display: inline-block;
  position: relative;
}

#server-list li:hover .card p {
  transition: all .2s ease-in;
  transform: translateX(5px);
}

#server-list li:nth-child(1) span {
  background-position: 0px -5px;
}

#server-list li:nth-child(2) span {
  background-position: -191px -5px;
}

#server-list li:nth-child(3) span {
  background-position: -388px -2px;
}

#server-list li:nth-child(4) span {
  background-position: -588px 0px;
}

#server-list li:nth-child(5) span {
  background-position: 0px -88px;
}

#server-list li:nth-child(6) span {
  background-position: -192px -85px;
}

#server-list li:nth-child(7) span {
  background-position: -390px -84px;
}

#server-list li:nth-child(8) span {
  background-position: -582px -82px;
}


/*互动*/

#mails .am-fr>a {
  font-size: 1.4rem
}
#mails .height-diy {
  height: 368px;
  overflow: hidden;
}
#mail-links{
      display: flex;
    justify-content: space-between;
    gap: 9px;
        height: 80px;
    align-items: center;
}


#mails_table {
  width: 100%;
}

#mails_table .thead {
  background: #f2f2f2;
}

#mails_table .thead>th {
  border-right: #fff solid 1px;
  font-weight: 400;
  color: #333;
  vertical-align: middle;
}
#mails_table .thead>.th1 {
  width: 40%;
}
#mails_table .thead>.th2 {
  width: 10%;
}
#mails_table .thead>.th3 {
  width: 10%;
}

#mail-links>a {
      margin-bottom: .1rem;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgb(239, 239, 239);
    padding: 15px;
    color: #184f92;
    align-items: center;
    font-size: 18px;
}
#mail-links>a>img {
      height: 37px;
    margin-right: 16px;
}
#mail-links>a>p {
          line-height: 20px;
}

#talk .am-tabs-bd .am-tab-panel>.am-g {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem)
}

#talk p,
#talk p>a {
  margin: 0px;
  color: #999;
  font-size: 14px
}

#talk p:first-child {
  white-space: nowrap;
}

#talk p>span {
  margin-right: 7px;
  color: #000
}


/*走进*/

#into .am-tabs-bd .am-tab-panel>.am-g {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem)
}

#arrow-info p {
  text-indent: 2em;
  line-height: 1.6em;
  font-size: 14px;
  margin-bottom: 15px;
}

#arrow-info p a {
  color: #e52424;
}

#arrow-info .am-btn {
  font-size: 12px;
}

/* 两会代码 */
/* .fireman930-box-bg-in {
    width: 1100px;
    margin: auto;
}

.logoLianghui {
    width: 1100px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0;
}

.logoLianghui a {
    display: inline-block;
    width: 444px;
    height: 59px;
    margin-right: 10px;
}

body{
	background-image: url(../images/qglh_bg.jpg);
	background-repeat: no-repeat;
} */
/* 两会代码end */

/*适配手机*/

@media only screen and (max-width: 640px) {
	/* 两会代码 */
	/* .fireman930-box-bg-in,
	.logoLianghui,
	.logoLianghui a{
		width: 100%;
	}
	
	.logoLianghui a{
		margin-right: 0;
	}
	
	.logoLianghui a img{
		max-width: 100%;
	} */
	/* 两会代码end */
	
  #focuse img {
    height: auto;
  }
  #part3>.news-tab>.am-tabs-nav>li>a {}
  #part3>.news-tab>.am-tabs-nav>li>a>i {
    display: none;
  }
}


/*20190102友情链接样式*/

.gj ul {
  float: left;
  display: block;
  width: 14%;
  margin: 0px;
}

.gj ul li {
  float: none !important;
  line-height: 22px !important;
  font-size: 14px;
  list-style-type: none;
}


/*重点办事服务 */

#server-card_a li .card {
  text-align: center;
  min-height: 70px;
  position: relative;
  display: block;
}

#server-card_a {
  margin-bottom: 0px;
}

#tab1 {
  margin-bottom: 0px;
}

#server-card {
  margin-bottom: 0px;
}

.s1 {
  background: #009fb9;
}

.s2 {
  background: #0666a3;
}

.s3 {
  background: #2ca1d3;
}

.s4 {
  background: url(../images/hg55.png) top center no-repeat;
}

.s4:hover {
  background: url(../images/hg56.png) top center no-repeat;
}

.s5 {
  background: url(../images/hg58.png) top center no-repeat;
}

.s5:hover {
  background: url(../images/hg57.png) top center no-repeat;
}

.s6 {
  background: url(../images/hg59.png) top center no-repeat;
}

.s6:hover {
  background: url(../images/hg60.png) top center no-repeat;
}

.s7 {
  background: url(../images/hg62.png) top center no-repeat;
}

.s7:hover {
  background: url(../images/hg61.png) top center no-repeat;
}

.s8 {
  background: url(../images/hg64.png) top center no-repeat;
}

.s8:hover {
  background: url(../images/hg63.png) top center no-repeat;
}

.s9 {
  background: url(../images/hg66.png) top center no-repeat;
}

.s9:hover {
  background: url(../images/hg65.png) top center no-repeat;
}

.bsfw-box li .card p {
  line-height: 32px !important;
  margin: 5px 0 6px 0 !important;
  margin: 0 !important;
  bottom: auto !important;
  width: auto !important;
  position: static !important;
  color: #fff !important;
}

.bsfw-box li .card {
  padding: 15px 0 !important;
  min-height: auto !important;
}

.bsfw-box li .card span {
  margin-bottom: 0 !important;
}

.news-tab .am-tab-panel ul.am-list.ztzl>li>a {
  padding: 2px 10px;
}


/* 网站变灰国徽不变 */

/* .am-btn-secondary,
.topnav,
.am-topbar-brand a img,
.am-btn-secondary,
#collapse-head2,
#nav:before,
#main,
#links,
footer,
.floatr_lists
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
} */
 .text-align-center{
  text-align: center;
 }
 .zxft_t{
      display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 2px;
 }
 .zxftlist .am-u-lg-7 p {
  margin: 0px;

 }