body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}
#document{min-width:1364px;}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

table{
	margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  width: 100%;
  height: 478px;
  background: url(../images/header_bg.png) no-repeat center;
  border-bottom: 3px solid #ed2b24;
}

.header_main {
  width: 1364px;
  margin: 0 auto;
  padding-top: 12px;
}

.header_top {
  width: 100%;
  height: 34px;
  overflow: hidden;
}

.header_top .website {
  line-height: 34px;
}

.header_top .website a,
.header_top .website span {
  font-size: 16px;
  color: #fff;
}

.header_top .toolbar-qsq a {
  display: inline-block;
  width: 98px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  box-sizing: border-box;
  padding-left: 16px;
  margin-left: 10px;
}

.header_top .meng,
.header_top .acce {
  border: 1px solid #fff;
}

.header_top .care {
  background-color: #fb9e0d;
}

.header_top .toolbar-qsq img {
  vertical-align: middle;
}

.header_top .toolbar-qsq span {
  font-size: 16px;
  color: #fff;
}
.header_top .care span{color:#fff;}
.header_main .logo {
  width: 357px;
  height: 248px;
  margin: 17px auto 5px;
}

.header_main .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header_main .search {
  width: 723px;
  height: 65px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(41, 138, 255, 0.22);
  margin: 0 auto;
  overflow: hidden;
}

.header_main .search input {
  width: 616px;
  height: 100%;
  line-height: 63px;
  box-sizing: border-box;
  padding: 0 21px;
  border: none;
  outline: none;
  font-size: 16px;
  float: left;
}

.header_main .search button {
  width: 107px;
  height: 65px;
  background: url(../images/search.png) no-repeat center;
  border-radius: 10px;
  border: none;
  outline: none;
  float: right;
  cursor:pointer;
}

.header_main .nav {
  width: 100%;
  margin-top: 38px;
  box-sizing: border-box;
  padding: 0 27px;
}

.header_main .nav ul {
  display: flex;
  justify-content: space-between;
}

.header_main .nav ul li {
  line-height: 54px;
}

.header_main .nav ul li a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.header_main .nav ul li a:hover {
  color: #df201b;
}

.main_wrap {
  width: 100%;
  background: #f3f9ff;
  padding-bottom: 35px;
}

.main {
  width: 1364px;
  margin: 0 auto;
}

.main .wz {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #222;
}

.main .wz a {
  font-size: 18px;
  color: #222;
}

.main .wz a:hover {
  color: #df201b;
}

.box_wrap {
  width: 100%;
  background: #fff;
  padding-bottom: 42px;
}

.main .zcwdk_img {
  width: 100%;
  height: 116px;
  background: url(../images/zcwdk.png) no-repeat center;
  padding-top: 49px;
  margin-bottom: 35px;
}

.main .chan_list {
  width: 1279px;
  height: 57px;
  margin: 0 auto;
}

.main .chan_list ul {
  width: 494px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  color: #222;
}

.main .chan_list ul li a {
  font-size: 30px;
  font-weight: bold;
  color: #222;
}

.main .chan_list ul .now {
  background: url(../images/b_line.png) no-repeat bottom center;
}

.main .chan_list ul .now a {
  color: #185aae;
}

.main .chan_list ul li:hover {
  background: url(../images/b_line.png) no-repeat bottom center;
}

.main .chan_list ul li:hover a {
  color: #185aae;
}

.main .zxwd_box {
  width: 1279px;
  border-top: 1px solid #dbdbdb;
  margin: -1px auto 0;
}

.zxwd_box .title_list {
  width: 100%;
  margin: 33px auto 0;
}

.zxwd_box .title_list ul {
  overflow: hidden;
}

.zxwd_box .title_list ul li {
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #185aae;
  border-radius: 25px;
  float: left;
  margin-right: 18px;
  margin-bottom: 37px;
}

.zxwd_box .title_list ul li a {
  display: block;
  font-size: 18px;
  color: #222;
}

.zxwd_box .title_list ul li:hover {
  background: #185aae;
}

.zxwd_box .title_list ul li:hover a {
  color: #fff;
}

.zxwd_box .title_list ul .current {
  background: #185aae;
}

.zxwd_box .title_list ul .current a {
  color: #fff;
  font-weight: bold;
}

.zxwd_box .cont_list {
  width: 100%;
}

.zxwd_box .cont_list ul {
  overflow: hidden;
  margin-bottom: 36px;
}

.zxwd_box .cont_list ul li {
  width: 403px;
  height: 170px;
  background: url(../images/wen_bg.png) no-repeat center;
  border-radius: 5px;
  float: left;
  margin-right: 35px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 32px 21px 21px 26px;
}

.zxwd_box .cont_list ul li:nth-child(3),
.zxwd_box .cont_list ul li:nth-child(6) {
  margin-right: 0;
}

.zxwd_box .cont_list ul li .title {
  display: block;
  width: 100%;
  overflow: hidden;
}

.zxwd_box .cont_list ul li .title .wen_icon {
  display: block;
  width: 38px;
  height: 43px;
  background: url(../images/wen_icon.png) no-repeat center;
  margin-right: 12px;
}

.zxwd_box .cont_list ul li .title p {
  width: 306px;
  height: 47px;
  line-height: 25px;
  font-size: 18px;
  color: #222;
}

.zxwd_box .cont_list ul li .title:hover p {
  color: #185aae;
}

.zxwd_box .cont_list ul li .content {
  width: 100%;
  height: 46px;
  line-height: 25px;
  font-size: 16px;
  color: #999;
  margin-top: 24px;
}



/* 图解问答 */
.main .tjwd_box {
  width: 1279px;
  border-top: 1px solid #dbdbdb;
  margin: -1px auto 0;
}

.tjwd_box .img_list {
  width: 100%;
}

.tjwd_box .img_list ul {
  overflow: hidden;
  margin: 36px auto 17px;
}

.tjwd_box .img_list ul li {
  width: 403px;
  height: 288px;
  float: left;
  margin-right: 34px;
  margin-bottom: 31px;
}

.tjwd_box .img_list ul li:nth-child(3),
.tjwd_box .img_list ul li:nth-child(6) {
  margin-right: 0;
}

.tjwd_box .img_list ul li .img_box {
  width: 100%;
  height: 230px;
  border-radius: 5px;
  overflow: hidden;
}

.tjwd_box .img_list ul li .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.tjwd_box .img_list ul li p {
  width: 100%;
  height: 58px;
  line-height: 58px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 18px;
  color: #222;
}

.tjwd_box .img_list ul li a:hover .img_box img {
  transform: scale(1.1);
  transition: all .5s
}

.tjwd_box .img_list ul li a:hover p {
  color: #185aae;
}



/* 政务新媒体 */
.main .zwxmt_img {
  width: 100%;
  height: 116px;
  background: url(../images/zwxmt.png) no-repeat center;
  padding-top: 49px;
  margin-bottom: 28px;
}

.main .ewm_list {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 59px 18px;
}

.main .ewm_list li {
  width: 210px;
  height: 266px;
  background: #f3f9ff;
  border-radius: 6px;
  float: left;
  margin-left: 49px;
  margin-bottom: 30px;
  cursor: pointer;
}

.main .ewm_list li img {
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 6px;
  /* box-sizing: border-box;
  padding: 10px; */
  margin: 26px auto 15px;
  overflow: hidden;
}

.main .ewm_list li .department {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #222;
  margin-bottom: 4px;
}

.main .ewm_list li .type {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.main .ewm_list li:hover {
  background: #185aae;
}

.main .ewm_list li:hover .department {
  color: #fff;
}

.main .ewm_list li:hover .type {
  color: #fff;
}



/* 列表页 */
.list_main {
  width: 100%;
  overflow: hidden;
}

.list_left {
  width: 346px;
  background: url(../images/list_top.png) no-repeat left top;
}

.list_left .chan_name {
  width: 334px;
  height: 63px;
  line-height: 63px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 6px 6px 0;
  box-shadow: 0 5px 0 0 #82828228;
  box-sizing: border-box;
  padding-left: 39px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  margin-top: 38px;
}

.list_left ul {
  width: 295px;
  background-image: linear-gradient(90deg, #dbeeff 0%, #ffffff 100%);
  box-sizing: border-box;
  border: 1px solid #e6f1fc;
  border-radius: 0 20px 20px 0;
  padding: 20px 0;
  margin-top: 37px;
}

.list_left ul li {
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

.list_left ul li a {
  display: block;
  font-size: 20px;
  color: #222;
}

.list_left ul .current {
  background: url(../images/list_current.png) no-repeat center;
}

.list_left ul .current a {
  color: #185aae;
  font-weight: bold;
}

.list_left ul li:hover {
  background: url(../images/list_current.png) no-repeat center;
}

.list_left ul li:hover a {
  color: #185aae;
  font-weight: bold;
}

.list_right {
  width: 961px;
  margin-top: 30px;
  margin-right: 36px;
}

.list_right ul {
  margin-bottom: 42px;
}

.list_right ul li {
  width: 100%;
  height: 49px;
  line-height: 48px;
}

.list_right ul li:nth-child(5n) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}

.list_right ul li:nth-child(5n+1) {
  padding-top: 24px;
}

.list_right ul li i {
  display: block;
  width: 6px;
  height: 11px;
  background: url(../images/dot.png) no-repeat center;
  margin-top: 18.5px;
  margin-right: 21px;
  float: left;
}

.list_right ul li p {
  font-size: 18px;
  color: #222;
  float: left;
}

.list_right ul li span {
  font-size: 18px;
  color: #222;
  float: right;
}

.list_right ul li:hover p {
  color: #185aae;
  box-sizing: border-box;
  padding-left: 15px;
  transition: all .5s;
}

/* 尾部 */
.footer {
  height: 362px;
  background: #185aae;
}

.linkbox {
  position: relative;
  padding-top: 40px;
}

.linkwarp {
  width: 1364px;
  margin: 0 auto;
}

.slink {
  float: left;
  width: 260px;
  height: 50px;
  line-height: 50px;
  background: #2262b3;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  margin-left: 16px;
}

.slink:first-child {
  margin-left: 0;
}

.sublink {
  width: 1364px;
  margin: 0 auto;
}

.footer .link-ul {
  width: 550px;
  margin-left: 812px;
  *zoom: 1;
}

.footer .link-ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.footer .link-ul li {
  float: left;
  width: 260px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  margin-left: 15px;
  transition: all .5s;
}

.footer .link-ul li .name {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  background: #2262b3;
  color: #fff;
  box-sizing: content-box;
  border: 1px solid transparent;
}

.footer .link-ul li .name img {
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: middle;
  transition: all .5s;
}

.footer .link-ul li .link-con {
  display: block;
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
}

.footer .link-ul li .link-con .link-ul {
  width: 100%;
  margin: 0 auto;
}

.footer .link-ul li .link-con .link-ul dt {
  width: 20%;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: left;
  overflow: hidden;
}

.footer .link-ul li .link-con .link-ul dt a {
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .link-ul li .link-con .link-ul dt a:hover {
  text-decoration: underline;
}

.footer .link-ul .active .name {
  border: 1px solid #5184c3;
}

.footer .link-ul .active .name img {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.footer .link-ul .active .link-con {
  display: block;
  padding: 25px 0;
  height: auto;
}

.footxt {
  width: 1364px;
  margin: 20px auto 0;
  overflow: hidden;
}

.fool {
  float: left;
  width: 405px;
  height: 126px;
  background: #2262b3 url(../images/footerlogo.png) no-repeat center;
}

.fooc {
  float: left;
  width: 498px;
  height: 126px;
  background: #2262b3;
  margin-left: 28px;
}

.fooc p {
  padding-left: 45px;
  color: #fff;
  line-height: 25px;
  font-size: 16px;
}

.fooc p:first-child {
  padding-top: 20px;
}

.fooc p a {
  font-weight: bold;
}

.foor {
  float: left;
  width: 405px;
  height: 126px;
  margin-left: 28px;
  color: #fff;
  position: relative;
}

.foor .ewm {
  vertical-align: middle;
  padding-right: 40px;
}

.msb {
  height: 56px;
  line-height: 56px;
  text-align: left;
  background: #2262b3;
  margin-bottom: 14px;
  padding-left: 40px;
  cursor: pointer;
}

.msb:hover .submsb {
  opacity: 1;
  left: -141px;
  width: 141px;
  height: 126px;
  transition: all 0.2s;
}

.wxcode {
  height: 56px;
  line-height: 56px;
  text-align: left;
  background: #2262b3;
  padding-left: 40px;
  cursor: pointer;
}

.wxcode:hover .submsb {
  opacity: 1;
  left: -141px;
  width: 141px;
  height: 126px;
  transition: all 0.2s;
}

.submsb {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
}

.fooinfo {
  width: 1364px;
  margin: 30px auto 0;
  border-top: 1px solid #5e8cc6;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}

.fleft {
  float: left;
  padding-top: 20px;
}

.fright {
  float: right;
}

.fooinfo a {
  color: #fff;
}

.fooinfo p {
  line-height: 30px;
}

.fright img {
  float: left;
  margin-left: 15px;
  padding-top: 25px;
}

.cs-dzjg img {
  padding-top: 15px;
}

.top-m {
  color: #fff !important;
}

.cs-vbar {
  padding: 12px 6px 2px;
  margin-left: 10px;
  border-left: 2px solid #fff;
  font-size: 0;
}