﻿@import '../font/iconfont.css';
@import '../font/iconfont.css';
input {
  border: none;
  background: none;
  outline: 0;
}
.search-input{
	height: 50px;
    width: 430px;
    float: left;
}
.search-btn{
	width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    float: left;
	outline: none;
}
.search-btn .iconsousuo{
	font-size: 30px;
    font-weight: bold;
    color: #b51f23 !important;
}
/* 公用模板样式*/
.breadcrumb {
  background-color: #FFFFFF;
}
.breadcrumb > li + li:before {
  color: #CCCCCC;
  content: "> ";
  padding: 0 5px;
}
.breadcrumb {
  background: none;
}
.videoAffairPublic {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/affairPublic_banner.png);
  background-size: 100% auto;
}
.videoAffairPublic .dataSubjectTitle {
  padding-top: 6%;
  text-align: center;
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 2px 6px #333;
  font-family: "黑体";
  font-weight: 600;
}
/* 溢出滚动 */
.client-detail {
  position: relative;
}
.full-height-scroll{
  width: 740px;
  margin: 0;
}
.slimScrollDiv > * {
  overflow: hidden;
}
.slimScrollRail,
.slimScrollBar {
  width: 10px!important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.slimScrollBar {
  background: #096DD9 !important;
}
.slimScrollRail {
  background: #eee !important;
}
/*政务公开首页*/
body.affairPublic {
  min-width: auto!important;
  background: #fff;
}
.content .affairPublicMain {
  width: 1100px !important;
	margin-top: -46px;
	margin-bottom: 7px;
	padding: 10px 36px 30px;
	background: #F2F2F2;
	position: relative;
	z-index: 10;
	margin-top: 78px !important;
}
.content .affairPublicMainBg {
  background: #fff;
}
.affairPSearck {
		padding: 0 18px;
		margin: 80px 0 25px 260px;
		width: 510px;
		height: 50px;
		background-color: #fff;
		border-radius: 9px;
		border: 2px solid #b51f23;
}
.affairPSearck dt {
  padding-top: 2px;
  float: right;
}
.affairPSearck dt i {
  color: #b51f23;
  font-size: 30px;
  font-weight: 600;
}
.affairPSearck dd {
  margin-right: 40px;
}
.affairPSearck dd input {
  width: 100%;
  height: 46px;
  line-height: 46px;
}
.affairPCont {
  /*左侧导航*/
}
.affairPCont .ztree {
  width: 250px;
  float: left;
}
.affairPCont .affairPSide {
  width: 240px;
  float: left;
}
.affairPCont .affairPSide .affairPNav dd {
  margin-bottom: 15px;
  width:240px;
  display: block;
  min-height: 70px;
  font-size: 21px;
  line-height: 26px;
  overflow: hidden;
}
.affairPCont .affairPSide .affairPNav dd a {
  font-size: 23px;
  line-height: 26px;
  padding: 8px 0 5px 20px;
  background-color: #fff;
  color: #b51f23;
  display: block;
}
.affairPCont .affairPSide .affairPNav li a {
    font-size: 15px;
    line-height: 15px;
    background-color: #fff;
    color: #333;
	padding:0px;
}

.affairPCont .affairPSide .affairPNav dd a i {
  margin-top: 12px;
  width: 70px;
  display: block;
  float: left;
  font-size: 54px;
}
.affairPCont .affairPSide .affairPNav dd a span {
  margin-left: 55px;
  display: block;
}
.affairPCont .affairPSide .affairPNav dd.active a,
.affairPCont .affairPSide .affairPNav dd a:hover {
  background-color: #b51f23;
  color: #fff;
}
.affairPCont .affairPSide .affairPNav .submenu {
  position: relative;
}
.affairPCont .affairPSide .affairPNav .submenu dl {
  padding: 5px 0 30px;
  background: #fff;
  display: none;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd {
  padding: 0;
  /*三级*/
}
.affairPCont .affairPSide .affairPNav .submenu dl dd a {
  padding: 0 0 0 45px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  background: transparent;
  color: #555;
  position: relative;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd a:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd a:hover:before {
  background: #096DD9;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd.active > a,
.affairPCont .affairPSide .affairPNav .submenu dl dd a:hover {
  background-color: #FFF1F0;
  color: #096DD9;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd.active > a:before {
  background: #096DD9;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd dd a {
  padding-left: 58px;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd dd a:before {
  left: 45px;
}
.affairPCont .affairPSide .affairPNav .submenu dl dd dl {
  padding: 5px 0;
}
.affairPCont .affairPSide .affairPNav .submenu > a:after {
  content: "\002b";
  position: absolute;
  right: 5%;
  top: 20px;
  font-size: 22px;
  color: #b51f23;
  font-family: 'Glyphicons Halflings';
}
.affairPCont .affairPSide .affairPNav .submenu > a:hover:after,
.affairPCont .affairPSide .affairPNav .submenu.active > a:after {
  color: #fff;
}
.affairPCont .affairPSide .affairPNav .submenu.open {
  background-color:#fff;
}
.affairPCont .affairPSide .affairPNav dd.active li a, .affairPCont .affairPSide .affairPNav dd li a:hover {
    background-color: #fff;
    color: #333;
}
.affairPCont .affairPSide .affairPNav dd.active li a.selected,.affairPCont .affairPSide .affairPNav dd li a.selected {
    background-color: #eee;
    padding: 2px;
    color: #b51f23;
}
.affairPCont .affairPSide .affairPNav submenu.open li a {
    font-size: 14px;
    line-height: 16px;
    background-color: #fff;
    color: #333;
	padding:0px;
}

.affairPCont .affairPSide .affairPNav .submenu.open dl {
  display: block;
}
.affairPCont .affairPSide .affairPNav .submenu.open > a:after {
  content: "\2212";
}
.affairPCont .affairPSide .affairPNav .submenu ul {
  display: none;
}
.affairPCont .affairPSide .affairPNav .submenu.open ul {
  display: block;
}
/*右侧内容*/
.myiframeContent {
  padding-bottom: 20px;
  width: 770px;
  min-height: 500px;
  float: right;
  background: #fff;
  overflow: hidden;
}
.myiframe {
  width: 770px;
}
.affairPContent {
  min-height: 940px;
  /*公开年报*/
  /*公开内容*/
  /*列表*/
  /*依申请公开*/
}

/* 定义滚动条样式 */
.affairPContent .affairPBar .scrollContent::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(240, 240, 240, 1);
}
 
/*定义滚动条轨道 内阴影+圆角*/
.affairPContent .affairPBar .scrollContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
 
/*定义滑块 内阴影+圆角*/
.affairPContent .affairPBar .scrollContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: #b51f23;
}

.affairPContent .affairPBar {
  padding: 25px 15px 45px;
  /*公开制度列表*/
}
.affairPContent .affairPBar h3 {
  margin: 10px 0 20px;
  color: #b51f23;
  font-size: 32px;
  text-align: center;
}
.affairPContent .affairPBar .xxgkfbtime{font-size: 14px;text-align: center;padding-bottom: 15px;}
.affairPContent .affairPBar .scrollContent {
  overflow-y: scroll;
  height: 940px;
  font-size: 16px;
  line-height: 30px;
  margin-right: 0;
}
.affairPContent .affairPBar .scrollContent .full-height-scroll {
  padding: 0 25px;
}
.affairPContent .affairPBar .scrollContent .textAttribute {
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #ddd;
}
.affairPContent .affairPBar .subTitleBord {
  padding: 5px 0 15px;
  margin: 0 20px 10px;
}
.affairPContent .affairPBar .systemList {
  margin-left: -5px;
}
.affairPContent .subTitle {
  height: 40px;
  line-height: 40px;
}
.affairPContent .subTitle span {
  padding: 0 25px;
  line-height: 40px;
  display: inline-block;
  background-color: #b51f23;
  font-size: 16px;
  color: #fff;
}
.affairPContent .subTitleBord {
  border-bottom: 1px solid #dedede;
  font-size: 18px;
}
.affairPContent .OpenAnnual h4 {
  padding-left: 25px;
  line-height: 55px;
}
.affairPContent .OpenAnnual .classifyLabel {
  margin: 0;
}
.affairPContent .OpenAnnual .classifyLabel li {
  width: 33.33%;
  float: left;
  line-height: 45px;
  border-left: 1px solid #dedede;
  font-size: 16px;
  position: relative;
}
.affairPContent .OpenAnnual .classifyLabel li a {
  padding-left: 25px;
  display: block;
  line-height: 45px;
}
.affairPContent .OpenAnnual .classifyLabel li:first-child {
  border: none;
}
.affairPContent .OpenAnnual .classifyLabel.classifyLabelBg {
  background-color: #F0F0F0;
}
.affairPContent .OpenContent {
  padding: 0 25px 20px;
}
.affairPContent .OpenContent .systemList {
  padding: 5px 0 20px;
}
.affairPContent .OpenContent .moreList {
  text-align: center;
}
.affairPContent .OpenContent .moreList a {
  width: 110px;
  line-height: 30px;
  background: #DADADA;
  display: inline-block;
  font-size: 16px;
  color: #555;
}
.affairPContent .systemList li {
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}
.affairPContent .systemList li .time {
  margin-left: 15px;
  color: #999;
}
.affairPContent .affairBtn {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.affairPContent .affairBtn .btn {
  margin: 0 15px;
  width: 140px;
}
.affairPContent .affairBtn .dropdown-menu {
  padding: 20px 15px;
  position: absolute;
  left: 160px;
  bottom: 55px;
  top: auto;
  width: 500px;
}
.affairPContent .affairBtn .dropdown-menu h4 {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.affairPContent .affairBtn .dropdown-menu h4:after {
  content: 'x';
  position: absolute;
  right: 0;
  top: -7px;
  color: #ccc;
  font-size: 20px;
  font-weight: 200;
  cursor: pointer;
}
.affairPContent .affairBtn .dropdown-menu .intro {
  padding: 25px 0 7px;
  color: #555;
}

/*领导之窗*/

.leaderProfiles {
  padding: 15px 0;
  /*详情*/
}

.leaderProfiles .leaderPic {
  padding: 25px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #ccc;
}

.leaderProfiles .leaderPic dt {
  padding-top: 75px;
  width: 100px;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #096DD9;
}

.leaderProfiles .leaderPic dd {
  margin-left: 120px;
}

.leaderProfiles .leaderPic dd li {
  padding-bottom: 30px;
  width: 20%;
  float: left;
  text-align: center;
  font-size: 16px;
}

.leaderProfiles .leaderPic dd li .pic {
  margin: 0 auto 10px;
  width: 120px;
  height: 164px;
  overflow: hidden;
}

.leaderProfiles .leaderPic dd li .pic img {
  display: block;
  width: 100%;
}
.leaderProfiles .leaderPic dd li .name{width: 120px;margin: 0 auto;text-align: center;}


.leaderProfiles .leaderContent .leaderHead {
  float: left;
  width: 120px;
  text-align: center;
  font-size: 18px;
}
.leaderProfiles .leaderContent .leaderHead dt {
  margin-bottom: 10px;
  width: 120px;
  height: 165px;
  overflow: hidden;
}
.leaderProfiles .leaderContent .leaderHead dt img {
  width: 100%;
  display: block;
}
.leaderProfiles .leaderContent .leaderContentR {
  float: right;
  width: 81.5%;
}
.leaderProfiles .leaderContent .leaderContentR .leadeTxt {
  padding: 15px 0;
  line-height: 30px;
  font-size: 16px;
}
.leaderProfiles .nav-tree dd .name {
  display: inline-block;
  width: 95px;
}
/*文件库*/
.fileLibraryBox {
  padding: 20px 5px 20px 30px;
  margin-top: 10px;
  border: 1px solid #ddd;
}
.fileLibraryBox dl {
  margin-bottom: 0;
  width: 50%;
  float: left;
  overflow: hidden;
}
.fileLibraryBox dl dt {
  float: left;
  font-size: 15px;
  font-weight: 600;
}
.fileLibraryBox dl dd {
  padding: 0 0 10px 100px;
}
/*申请列表*/
.haveAppliedTitle {
  margin: 15px 0 10px 5px;
}
.haveAppliedTitle dt {
  padding-top: 4px;
  float: left;
  font-size: 18px;
}
.haveAppliedTitle dd {
  padding: 0 0 0 100px;
}
.haveAppliedTitle dd .nav-tabs-line,
.haveAppliedTitle dd .nav-tabs-line li.active > a {
  border: 0;
}
.haveAppliedTitle dd .nav-tabs-line li a {
  font-size: 14px;
}
.haveAppliedTitle dd .nav-tabs-line > li + li:after {
  display: none;
}
/*提交后页面*/
.SuccessfulTip {
  padding: 50px;
  margin-top: 20px;
  border: 1px solid #ccc;
  text-align: center;
  color: #969696;
  line-height: 35px;
  font-size: 16px;
}
.SuccessfulTip dl dt i {
  margin: 0 auto 20px;
  width: 60px;
  line-height: 60px;
  display: block;
  background: #73D13D;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 600;
}
.SuccessfulTip dl dd {
  padding-top: 15px;
  font-size: 46px;
  color: #000;
}
/*申请填写*/
.star {
  color: #FF3643;
}
.infoForm {
  /*行政审批局-申请填写页面 */
}
.infoForm .star {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: -7px;
}
.infoForm .infoFormL {
  border-right: 1px solid #ccc;
}
.infoForm ul.form-groupList {
  margin-left: -40px;
}
.infoForm .form-groupList li {
  padding-left: 40px;
  width: 50%;
  height: 85px;
  float: left;
}
.infoForm .form-groupList dt {
  margin-bottom: 7px;
  height: 20px;
  font-weight: 600;
}
.infoForm .form-groupList dd .labelRadio {
  margin-top: 8px;
}
.infoForm .form-groupList dd ol li {
  margin-left: 15px;
  padding-left: 0;
  height: auto;
  width: auto;
  float: none;
  color: #969696;
}
.infoForm .tipList li {
  margin: 15px 0 0 15px;
  line-height: 30px;
}
.infoForm .verticalShow {
  padding-left: 10px;
  width: 25px;
  float: left;
  color: #FF3643;
  font-weight: 600;
}
.infoForm .verticalShow span {
  margin-top: 150px;
  display: block;
}
.infoForm .tableShow {
  margin-left: 35px;
}
.infoForm .tableShow .table th,
.infoForm .tableShow .table td {
  vertical-align: baseline;
}
.infoForm .tableShow .table .alignCenter {
  text-align: center;
  vertical-align: middle;
}
.infoForm .tableShow ol {
  margin-left: 25px;
  color: #969696;
}
.width20 {
  width: 20% !important;
}
.width50 {
  width: 50% !important;
}
.inlineBlock {
  display: inline-block !important;
}
/* 单选框 */
.labelRadio {
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  font-weight: 400;
}
.inputRadio {
  display: none;
}
.labelRadio:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
.labelRadio:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #096DD9;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
}
.inputRadio:checked + .labelRadio:before {
  border-color: #096DD9;
}
.inputRadio:checked + .labelRadio:after {
  opacity: 1;
}
.btnFile {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
.btnFile .inputFile {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
/* 复选框 */
.labelCheckbox {
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  font-weight: 400;
  font-family: "iconfont" !important;
}
.inputRadio {
  display: none;
}
.labelCheckbox:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
.labelCheckbox:after {
  content: '\e67f';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  color: #fff;
}
.inputRadio:checked + .labelCheckbox:before {
  border-color: #096DD9;
  background: #096DD9;
}
.inputRadio:checked + .labelCheckbox:after {
  opacity: 1;
}
.wangtinglogoAndSearch {
  padding-top: 18px;
  height: 118px;
  /*logo底图*/
}

.wangtinglogoAndSearch .wangtinglogoBg,
.wangtinglogoAndSearch .wangtingSearchBg {
  width: 650px;
  height: 118px;
  position: absolute;
  top: 0;
  z-index: ;
}
.wangtinglogoAndSearch .wangtinglogoBg {
  left: 0;
}
.wangtinglogoAndSearch .wangtingSearchBg {
  right: -100px;
}
.wangtinglogoAndSearch .wangting-logo img {
  top: 4px;
  width: auto;
  height: 110px;
  z-index: 2;
}
.wangtinglogoAndSearch .search {
  margin-top: 30px;
  z-index: 3;
}
.wangtinglogoAndSearch.logoAndSearch .search .search-input {
  background-color: #fff;
}
/*搜索底图*/
.wangtingSearchBg {
  background: url(../../city/imagess/zjlzbj_1.png) no-repeat right top;
  background-size: auto 100%;
  height: 110px;
}
.menu-main .menu-item {
  height: 50px;
  overflow: hidden;
}
.menu-main .menu-item .iconfont {
  margin-right: 10px;
  font-size: 34px;
  vertical-align: -4px;
}
.wangtingBg {
  padding: 45px 0 5px;
  background: url(../../city/imagess/wangtingBg.jpg) no-repeat center top;
}
.wangtingBg .wangtingMain {
  padding: 20px;
  background-color: #fff;
  min-height: 500px;
}
.wangtingGray {
  padding: 25px;
  background-color: #F5F5F5;
}
.wangtingMain {
  padding: 45px 0 5px;
}
.grid-lay-white {
  padding: 25px;
  background-color: #fff;
}
img {
  /*max-width: 100%;*/
}
/*新闻头条*/
.homeNewIntro {
  margin-top: -15px;
}
.homeNewIntro .tabHomeNew {
  height: 340px ;
}
.homeNewIntro .newHeadline {
  position: relative;
  height: 335px;
  font-size: 15px;
}
.homeNewIntro .newHeadline h2 {
  height: 75px;
  line-height: 40px;
  font-size: 28px;
  overflow: hidden;
}
.homeNewIntro .newHeadline .intro {
  margin: 20px 0;
  line-height: 30px;
  color: #969696;
  height: 95px;
  overflow: hidden;
}
.homeNewIntro .newHeadline .moreDetail {
  float: right;
}
.homeNewIntro .newHeadline .moreDetail a {
  font-size: 18px;
}
.homeNewIntro .newHeadline ul {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 70px;
  overflow: hidden;
}
.homeNewIntro .newHeadline ul .list-group-item {
  line-height: 20px;
}
.homeNewIntro .newHeadline .moreHeadline {
  position: absolute;
  right: 0;
  bottom: 0;
}
.homeNewIntro .newHeadline .moreHeadline a {
  color: #969696;
}
.homeNewIntro .titleBig {
  padding: 25px 0;
  font-size: 30px;
  color: #096DD9;
}
.homeNewIntro .newHeadIntro {
  margin-bottom: 35px;
  fonthome-notice-size: 18px;
  text-align: center;
}
.homeNewIntro .newsIntro {
  margin-bottom: 0;
}
.homeNewIntro .newsIntro dt {
  margin: 15px 0 10px;
  height: 25px;
  overflow: hidden;
  font-size: 20px;
}
.homeNewIntro .newsIntro dd {
  color: #969696;
  height: 20px;
  overflow: hidden;
}
/* 专题轮播 */
.home-notice .swiper-slide {
  padding: 0 5px 0 5px ;
}
/*新闻标签*/
.homeNewLabel .newLabelList {
  padding-bottom: 10px;
  text-align: center;
}
.homeNewLabel .newLabelList li {
  margin: 0 30px;
  display: inline-block;
  font-size: 22px;
}
.homeNewLabel .newHeadDate {
  padding-top: 10px;
  height: 290px;
  overflow: hidden;
}
.homeNewLabel .newHeadDate dl {
  margin: 0 0 10px -15px;
}
.homeNewLabel .newHeadDate dt {
  float: left;
  width: 110px;
  text-align: center;
}
.homeNewLabel .newHeadDate dt .day {
  display: block;
  font-size: 40px;
  color: #096DD9;
}
.homeNewLabel .newHeadDate dd {
  padding-left: 120px;
}
.homeNewLabel .newHeadDate dd h5 {
  height: 24px;
  line-height: 24px;
  font-size: 15px;
}
.homeNewLabel .newHeadDate dd .intro {
  margin: 15px 0;
  color: #969696;
  height: 38px;
  overflow: hidden;
}
/*其他系统链接*/
.otherLinkBox .swiper-container {
  margin: 25px 0 0;
  height: 30px;
}
.otherLinkBox .otherLink li {
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
.otherLinkBox .otherLink li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #096DD9;
}
.otherLinkBox .otherLink li a {
  padding-left: 18px;
}
/*纪检监察举报方式*/
.monitorInform {
  padding: 15px 20px 10px;
  border: 1px solid #ddd;
}
.monitorInform dl {
  margin-bottom: 5px;
}
.monitorInform dt {
  float: right;
}
.monitorInform dd em {
  margin-right: 10px;
  color: #096DD9;
  font-size: 24px;
  font-weight: 600;
}
.monitorInform dd span {
  margin-right: 30px;
}
/*服务图标*/
.serviceIconList {
  margin: 0 -30px 0 -25px;
}
.serviceIconList li {
  margin: 25px 26px 5px;
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
}
.serviceIconList li a {
  padding: 5px;
  height: 100%;
  display: block;
  background-color: #F4F6FE;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.serviceIconList li a:hover {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.serviceIconList li a:hover .iconfont {
  font-size: 60px;
}
.serviceIconList li .iconfont {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  overflow: hidden;
}
.serviceIconList li .title {
  display: block;
  height: 22px;
  overflow: hidden;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.serviceIconListBg {
  padding-left: 55px !important;
}
.serviceIconListBg .serviceIconList li a {
  background-color: #fff;
}
/*其他服务*/
.otherServiceList {
  padding-bottom: 20px;
  border: 1px solid #ddd;
}
.otherServiceList li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 18px;
}
.otherServiceList li a {
  padding: 5px;
  height: 100%;
  display: block;
}
.otherServiceList li .iconfont {
  display: block;
  font-size: 80px;
  color: #096DD9;
}
.otherServiceList li .title {
  display: block;
  height: 22px;
  overflow: hidden;
}
/*办事服务*/
.officesServices ul {
  padding: 20px 0 10px;
  margin: 0;
  background-color: #fff;
}
.officesServices ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 18px;
}
.officesServices ul li img {
  margin: 0 auto 15px;
  display: block;
  width: 93px;
  height: 93px;
}
.officesServices .adImg {
  height: 170px;
  overflow: hidden;
}
.officesServices .adImg img {
  display: block;
  width: 100%;
}
/*政务公开*/
.videoAffairPublic {
  height: 270px;
  background-image: url(../../city/imagess/wangtingBg.jpg);
	background-size: auto 100%;
}
.videoAffairPublic .dataSubjectTitle {
		padding-top: 136px;
		color: #b51f23;
		text-shadow: none;
		font-weight: 600;
		text-align: center;
}
.content .affairPublicMainBg .SuccessfulTip {
  margin: -10px -36px 0;
}
/*全城通办流程步骤*/
.demo-steps-box {
  padding-top: 15px;
  position: relative;
}
.demo-steps-box:before {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 10%;
  top: 33px;
  z-index: 0;
}
.demo-steps-box .steps-flow {
  padding-left: 6%;
  width: 28%;
  float: left;
  border-bottom: 20px solid #ddd;
  position: relative;
}
.demo-steps-box .steps-flow:after {
  content: '';
  width: 20px;
  height: 26.2%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.demo-steps-box .steps-flow.steps-flow-two:after {
  height: 17.8%;
}
.demo-steps-box .steps-flow.steps-flow-three:after {
  height: 48.8%;
}
.demo-steps-box .steps-flow .steps-title {
  color: #666;
}
.demo-steps-box .steps-flow .steps-title dt {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #ddd;
}
.demo-steps-box .steps-flow .steps-title dd {
  padding: 8px 10px 0 45px;
  position: relative;
}
.demo-steps-box .steps-flow .steps-title dd .time {
  padding-top: 5px;
  display: block;
  color: #969696;
}
.demo-steps-box .steps-flow .steps-head {
  padding-left: 6%;
  position: relative;
  z-index: 10;
}
.demo-steps-box .steps-flow .steps-head:before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.demo-steps-box .steps-flow .steps-head dd span {
  padding-right: 15px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.demo-steps-box .steps-flow .flow-list {
  margin-left: 45px;
}
.demo-steps-box .steps-flow .flow-list li {
  position: relative;
}
.demo-steps-box .steps-flow .flow-list li:before {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #ddd;
  position: absolute;
  left: 16px;
  top: 40px;
  z-index: 0;
}
.demo-steps-box .steps-flow .flow-list li .steps-title {
  cursor: pointer;
}
.demo-steps-box .steps-flow .flow-list li.finish .steps-title dt {
  color: #096DD9;
  border-color: #096DD9;
  font-family: "iconfont" !important;
  overflow: hidden;
}
.demo-steps-box .steps-flow .flow-list li.finish .steps-title dt:before {
  content: "\e67f";
  display: block;
  font-size: 24px;
}
.demo-steps-box .steps-flow .flow-list .flow-content {
  padding: 10px 15px;
  width: 100%;
  top: 33px;
}
.demo-steps-box .steps-flow .iconPao {
  display: inline-block;
  line-height: 120px;
  width: 120px;
  height: 120px;
  font-size: 120px;
  color: #ddd;
}
.demo-steps-box .steps-flow.steps-flow-last {
  width: 16%;
}
.demo-steps-box .steps-flow.steps-flow-last:after {
  display: none;
}
.demo-steps-box .steps-flow.steps-flow-last .steps-head dt {
  margin-top: -4px;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.demo-steps-box .steps-flow.steps-flow-last .steps-head dt .iconfont {
  font-size: 28px;
}
.demo-steps-box .steps-flow.steps-flow-last .iconPao {
  margin-left: -26%;
}
.demo-steps-box .steps-flow.finish .steps-head {
  color: #000;
}
.demo-steps-box .steps-flow.finish .steps-head dt {
  background-color: #096DD9;
  border-color: #096DD9;
  color: #fff;
}
.demo-steps-box .steps-flow.finish .steps-head dd .time {
  color: #000;
}
.demo-steps-box .steps-flow.finish .iconPao {
  color: #096DD9;
}
/*部门网站*/
.top-tools,
.top-time,
.logo {
  
}
.wangting-top-tools,
.wangting-top-time,
.wangting-logo {
  display: block;
}

/*后面添加*/
.clear{clear: both;}
/*分享按钮*/
.share_fx{width: 301px;display: block;margin-top:30px;float:right;}
.share_fx span{height: 36px;line-height: 36px;display: inline-block;color: #333333;float: left;}
.share_fx a{height:22px;border-radius:100%;float:left;}
.share_fx a.bds_weixin{background: url(../../dept/imagest/2019_fx06.png) center no-repeat;}
.share_fx a.bds_tsina{background: url(../../dept/imagest/2019_fx07.png) center no-repeat;}
.share_fx a.bds_tqq{background: url(../../dept/imagest/2019_fx08.png) center no-repeat;}
.share_fx a.popup_tqf{background: url(../../dept/imagest/2019_fx09.png) center no-repeat;}
.share_fx a.bds_qzone{background: url(../../dept/imagest/2019_fx10.png) center no-repeat;}
.share_fx a.popup_sqq{background: url(../../dept/imagest/2019_fx11.png) center no-repeat;}
.share_fx a.bds_more{background: url(../../dept/imagest/2019_fx12.png) center no-repeat;}
/*分享按钮*/

/*站点地图 开始*/
.mapsite{}
.mapsite li {
         font-size: 16px;
         font-weight: bold;
        }
        
        .mapsite li a {
         color: #3D8DDC;
         display: block;
         padding: 10px;
         border-bottom:1px solid #ccc ;
         font-size: 18px;
        }
        
        .mapsite li .sub {
         padding: 0px 10px;
        }
        
        .mapsite li .sub li {
         padding: 5px 10px;
         font-size: 14px;
        }
        
        .mapsite li .sub li a {
         font-size: 14px;
         color: #000;
         display: block;
         font-weight: bold;
         border: 0px;
         padding: 5px;
        }
        
        .mapsite li .sub li a:hover {
         color: #0069c5;
        }
        
        .mapsite li a:hover {
         color: #0069c5;
        }
        .mapsite li .sub li .three{padding-left: 20px;}
        .mapsite li .sub li .three li{float: left;background: url(../../dept/imagest/2020_icon09.png) no-repeat left center;}
        .mapsite li .sub li .three li a{font-weight: normal;padding: 3px;}
        
/*站点地图 结束*/

/*文章详情标题*/
.contentBox .text-center h3.marginB15{line-height: 30px;}
.contentBox .text-center h4.marginB15{line-height: 35px;}
.contentBox .main_xTime{color: #999;}
/*文章详情标题*/

/*图片列表概览*/
.index_r_pic{width:100%; padding-top:10px; box-sizing:border-box;}
.index_r_pic ul{width:100%; display:block; text-align:center;}
.index_r_pic ul li{width:33.3%; display:inline-block; text-align:center; margin-bottom:30px; float:left;}
.index_r_pic ul li .imgw{width:260px; height:148px; margin:0 auto; overflow:hidden;}
.index_r_pic ul li .imgw img{width:100%; height:148px; display:block; cursor:pointer;}
.index_r_pic ul li .imgt{width:260px; height:40px; line-height:40px; text-align:center; margin:0 auto; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; cursor:pointer; background:#edf1f4; padding:0 8px; box-sizing:border-box;}
/*图片列表概览*/

/*后面添加*/
/*公益广告开始*/
.gyad {
	width: 100%;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 18px;
	position: relative;
	}
.gyad .parHd {
	width: 100%;
	height: 44px;
	overflow: hidden;
	border-bottom: solid 3px #096dd9;
	padding-left: 0px;
	box-sizing: border-box;
	position: relative;
	}
.gyad .parHd ul {
		width: 100%;
		height: 44px;
		display: block;
		z-index: 0;
	}
.gyad .parHd ul li {
		width: auto;
		line-height: 41px;
		float: left;
		margin-right: 15px;
	}
.gyad .parHd ul li a {
		width: auto;
		line-height: 41px;
		font-size: 18px;
		color: #333333;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
.gyad .parHd ul li.on a {
		color: #163682;
	}
.gyad .parHd .video {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 18px;
		color: #666666;
		position: absolute;
		right: 100px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parHd .more {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 18px;
		color: #666666;
		position: absolute;
		right: 5px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parHd .video:hover,
.gyad .parHd .more:hover {
	color: #01398E;
}
.gyad .parBd {
	width: 1160px;
	height: 214px;
	overflow: hidden;
	margin: 20px auto 0px;
}
.gyad .parBd ul {
	width: 1160px;
	overflow: hidden;
	zoom: 1;
}
.gyad .parBd ul li {
	float: left;
	width: 159px;
	height: 214px;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 41px;
}
.gyad .parBd ul li:last-child{
	margin-right: 0;
}
.gyad .parBd ul li .parImg {
	display: block;
	width: 157px;
	height: 212px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #D

.list-group{margin-bottom: 10px;}E7C51;
}
.gyad .parBd ul li .parImg img {
	width: 157px;
	height: 212px;
	display: block;
}

.parHd ul li.libg a{
	    color: #096DD9;
}
.gyad .parHd ul li a:hover{
	color: #1b69b2;
}
.gyad .parHd .video a:hover{
	color: #1b69b2;
}
.gyad .parHd .more a:hover{
	color: #1b69b2;
}
.marginB20 {
    margin-bottom: 20px!important;
    display: inline-block;
    width: 100%;
}
.gyad .parHd ul li.on a {
    color: #2364fe;
}
/*公益广告结束*/
/** 下拉菜单 **/
.of-visible {
  overflow: visible !important;
}
.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
}
.menu .dropdown {
  position: relative;
  display: inline-block;
  overflow: visible !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #054181;
  min-width: 100%;
  margin-left: -15px;
  margin-top: -1px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  font-size: 16px;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #096DD9;
}
/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 1000;
}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
  background-color: #054181;
}
/** end下拉菜单 **/


/*** 左侧菜单超出隐藏 开始 ***/
.nav-tree > dd > a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*** 左侧菜单超出隐藏 结束 ***/

.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:focus, .nav-tabs-line > li.active > a:hover{cursor: pointer;}


/*** 专题专栏 两个一排样式 开始 ***/
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList.lgzttp{width: 894px;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList.lgzttp li{margin: 0 0 22px;width: 425px;float: left;margin-right: 22px;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList.lgzttp li .title{width: 100%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #333333;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList.lgzttp li .pic img{width: 100%;height: 81px;}
/*** 专题专栏 两个一排样式 结束 ***/


/*** 政务公开列表页 开始 ***/
.affairPContent .systemList li{margin-top: 20px;height: 30px;font-size: 16px;width: 100%;}
.affairPContent .systemList li a{width: 80%;height: 30px;display: block;overflow: hidden;float: left;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
.affairPContent .systemList li .time{margin-left: 0px;color: #999;line-height: 30px;display: inline-block;float: right;}
/*** 政务公开列表页 结束 ***/

/*政务公开列表分页 样式开始*/
.page-navigation{text-align: center;}
.pagination {padding: 10px;line-height: 28px;text-align: center;height: 28px;display: inline-block;}
.pagination > span {color: #b51f23;float: left;margin: 0 5px;height: 28px;border-radius: 3px;padding: 0 10px;font-size: 14px;}
.pagination > a {text-decoration: none;border: #b51f23 1px solid;width: 28px;height: 28px;display: block;float: left;margin: 0 5px;border-radius: 3px;position: relative;z-index: 2;font-size: 14px;color: #b51f23;}
/* .pagination > a:after{content: "";display: block;width: 100%;height: 100%;background: #b51f23;position: absolute;top: 0;right: 0;z-index: -1;transition: all 0.3s;transform: scale(0);} */
.pagination > a:hover {color: #fff;background: #b51f23;}
/* .pagination > a:hover:after {transform: scale(1);} */
.pagination .show_page_content {border: #0069c5 1px solid;color: #333333; background: #b51f23;color: #fff;display: block;}
.pagination .prev,.pagination .next{width: 60px;}
.pagination .GO {cursor: pointer;background: initial;color: #b51f23;position: relative;z-index: 2;}
/* .pagination .GO:after{content: "";display: block;width: 100%;height: 100%;background: #0069c5;position: absolute;top: 0;right: 0;z-index: -1;transition: all 0.3s;transform: scale(0);} */
.pagination .GO:hover {color: #fff;background: #b51f23;}
/* .pagination .GO:hover:after {transform: scale(1);} */
.pagination .active {background: #b51f23;color: #fff;border: #b51f23 1px solid;width: 30px;padding: 0;}
.pagination .input_t {padding: 0;background: initial;}
.pagination .input_t input{width: 40px;height: 100%;border: none;padding: 0 0 0 5px;display: block;color: #333;}
.pagination .GO {cursor: pointer;}
/*政务公开列表分页 样式结束*/

/******* top 开始 *******/
#header{width:100%;min-width:1200px;height:295px;display:block;margin:0 auto;background:#f3f3f3;z-index: 99999;position:relative;}

.header-bar{width: 1200px;height:42px;display:block;background:url(../../imagesq/sanjiangxian/2019_icon01.png);border-radius:50px;margin-top:15px; text-align:center;left: 50%;margin-left: -600px;color: #FFFFFF;padding: 0 20px;box-sizing: border-box;}
.header-bar .header-bar-main{height: 42px;}
.header-bar .little-menu{height: 42px;padding-top: 0;}
.header-bar .little-menu-iconfont{color: #FFFFFF;margin-top: -7px;}
.header-bar .little-menu .little-menu-item{line-height: 42px;}
.header-bar .little-menu .more{border-color: #FFFFFF transparent transparent transparent;margin-top: -3px;}
.header-bar .areaDrop-menu{width: 1200px;margin-left: -20px;}
.header-bar .areaDrop-menu h4{color: #333333;}

.header-bar .header-bar-main > .layout-fixed-r{width: auto;margin-right: 40px;height: 42px;}
.header-bar .top-tools .web-support{padding: 0;}
.header-bar .top-tools .web-support span{background: none;height: 15px;line-height: 15px;margin-top: 13.5px;padding: 0;}
.header-bar .top-tools .tools-size{height: 15px;padding-top: 0;margin-top: 13.5px;}
.header-bar .top-tools .tools-size li a{color: #FFFFFF;height: 15px;line-height: 15px;}
.header-bar .top-tools .tools-size li + li{color: #FFFFFF;height: 15px;line-height: 15px;border-left: 1px solid #FFFFFF;}
.header-bar .top-tools .tools-size li a:hover{text-decoration: underline;}
.header-bar .top-time{height: 42px;line-height: 42px;padding: 0 0 0 20px;}
.header-bar .top-tools .tools-size li .weixinCode{width: 120px;}

.wangtinglogoAndSearch{padding-top: 0;height: 295px;}
.wangtinglogoAndSearch .logoAndSearch-main{width: 100%;min-width: 1200px;height: 295px;margin: 0 auto;}
.wangtinglogoAndSearch .logoAndSearch-main .logo{width: 1200px;height: 295px;margin: 0 auto;position: absolute;top: 0;left: 50%;margin-left: -600px;z-index: 5;}
.wangtinglogoAndSearch .wangting-logo img{height: auto;top: 100px;}
.wangtinglogoAndSearch .wangtinglogoBg{width: 100%;min-width: 1200px;height: 245px;margin: 0 auto;position: absolute;top: 0;left: 0;z-index: 1;}
.wangtinglogoAndSearch .wangtinglogoBg img{height: 100%;}
.wangtinglogoAndSearch .search{width:494px;height:46px;display:block;background:#b51f23; border-radius:50px; overflow:hidden;position:absolute;right: 50%;margin-right: -600px;top: 80px;border: none;z-index: 6;}
.logoAndSearch .search .search-input{width:397px; height:46px; display:block; border:none; padding-left:25px; box-sizing:border-box; background:#FFFFFF;  position:absolute; top:0px; left:0px; font-family:Microsoft YaHei;z-index: 6;}
.logoAndSearch .search .search-btn{width:97px; height:46px; display:block; float:right; border:none; text-align:center; overflow:hidden; background:url(../../imagesq/sanjiangxian/2019_icon02.png) left center no-repeat #b51f23; cursor:pointer; position:absolute; top:0px; right:0px;z-index: 6;}

.topNav_bot{width:484px;height:30px;display:block;position:absolute;right: 50%;margin-right: -600px;top: 175px;z-index: 6;}
.topNav_bot_l{width:280px; height:30px; display:block; float:left; margin-top:3px; color:#FFFFFF; padding-left:10px; box-sizing:border-box;}
.topNav_bot_r{width:auto; height:30px; display:inline-block; float:right;}
.topNav_bot_r .y1{width:60px; height:30px; line-height:30px; display:block; background:#b51f23; color:#FFFFFF; text-align:center; border-radius:50px; overflow:hidden; float:left; cursor:pointer;}
.topNav_bot_r .y2{width:60px; height:30px; line-height:30px; display:block; background:#fe9d2a; color:#FFFFFF; text-align:center; border-radius:50px; overflow:hidden; float:left; margin-left:8px; cursor:pointer;}
.topNav_bot_r .y3{width:60px; height:30px; line-height:30px; display:block; background:#3dc02c; color:#FFFFFF; text-align:center; border-radius:50px; overflow:hidden; float:left; margin-left:8px; cursor:pointer;}

/******* menu 开始 *******/
.menu{width: 100%;min-width: 1200px;height: 60px;background: #b51f23;margin: 0 auto;position: absolute;left: 0;bottom: 0;z-index: 6;}
.menu ul{width:1200px; height:60px; position:relative; z-index:1; margin:0 auto;}
.menu ul li{width:200px; height:60px; line-height:60px; position:relative; display:block; float:left;}
.menu ul li a{height:60px; line-height:60px; display:block; text-align:center; font-size:22px; color:#fff;cursor: pointer;}
.menu ul li a.m1{background: url(../../imagesq/sanjiangxian/2020_icon01.png) 40px center no-repeat;padding-left: 35px;box-sizing: border-box;}
.menu ul li a.m2{background: url(../../imagesq/sanjiangxian/2020_icon02.png) 40px center no-repeat;padding-left: 35px;box-sizing: border-box;}
.menu ul li a.m3{background: url(../../imagesq/sanjiangxian/2020_icon03.png) 20px center no-repeat;padding-left: 35px;box-sizing: border-box;}
.menu ul li a.m4{background: url(../../imagesq/sanjiangxian/2020_icon04.png) 40px center no-repeat;padding-left: 35px;box-sizing: border-box;}
.menu ul li a.m5{background: url(../../imagesq/sanjiangxian/2020_icon05.png) 40px center no-repeat;padding-left: 35px;box-sizing: border-box;}
.menu ul li a.m5 .menu_ul{}
.menu ul li a.m6{background: url(../../imagesq/sanjiangxian/2020_icon06.png) 40px center no-repeat;padding-left: 35px;box-sizing: border-box;}
.menu .on{background:#fff;}
.menu .on a{color:#b51f23; font-weight:bold;}
.menu .on a.m1{background: url(../../imagesq/sanjiangxian/2020_icon01_on.png) 40px center no-repeat;}
.menu .on a.m2{background: url(../../imagesq/sanjiangxian/2020_icon02_on.png) 40px center no-repeat;}
.menu .on a.m3{background: url(../../imagesq/sanjiangxian/2020_icon03_on.png) 20px center no-repeat;}
.menu .on a.m4{background: url(../../imagesq/sanjiangxian/2020_icon04_on.png) 40px center no-repeat;}
.menu .on a.m5{background: url(../../imagesq/sanjiangxian/2020_icon05_on.png) 40px center no-repeat;}
.menu .on a.m6{background: url(../../imagesq/sanjiangxian/2020_icon06_on.png) 40px center no-repeat;}
.menu ul li .menu_ul{display: none;width: 200px;line-height: 50px;overflow: hidden;text-align: center;background-color: #b51f23;}
.menu ul li .menu_ul a{width: 200px;height: 50px;line-height: 50px;display: block;overflow: hidden;color: #FFFFFF;font-size: 20px;white-space: nowrap;text-overflow: ellipsis;cursor: pointer;}
.menu ul li:hover .menu_ul{display: block;}
.menu ul li .menu_ul a:hover{background-color: #da182b;}
/******* menu 结束 *******/

.videoAffairPublic{width: 1200px;margin: 0 auto;}

.affairPCont .affairPSide .affairPNav .submenu ul{isplay: block;}
.affairPCont .affairPSide .affairPNav .submenu ul li a:before{display: none;}

@media (min-width: 767px){
	.content .main{width: 1100px;}
	.affairPublic{width: 770px;}
	#tree{    width: 240px;}
}



