menu@charset "utf-8";
a, a:hover {
	text-decoration: none;
}
img, a {
	border: none;
}
ul, li {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body {
	font-family: "微软雅黑", "黑体", "STHeiti", "Microsoft YaHei";
	font-size: 16px;
}
.clear {
	clear: both;
}
/*头部*/
.header {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-x: hidden;
	background: url(../images/top-bg.png) no-repeat;
	background-size: auto 100%;
	background-colo: #f1f1f1;
	background-position: 83% 0%;/* height: 80px; */
}
.logo img {
	max-width: 585px;
}
.header-left {
	float: right;
	padding-right: 15px;
}
.header-right {
	float: right;
}
#mobile {
	display: none;
}
.f-search {
	margin-top: 20px;
	padding: 0px;
	display: block;
	float: right;
	/*width: 187px;*/
	background: #f4f4f4;
	line-height: 36px;
	color: #666;
}
.f-search input[type="text"] {
	width: 140px;
	height: 34px;
	display: inline;
	background: none;
	border: 0px;
}
.f-search button {
	width: 42px;
	height: 37px;
	background: #125893;
	text-align: center;
	color: #fff;
	line-height: 36px;
	display: inline;
	border: none;
}
.f-search i {
	font-size: 14px;
	color: #fff;
}
/*导航*/
.menu {
	background: #125893;
	width: 100%;
	height: 64px;
	line-height: 64px;
}
.menu>.container {
}
.menu>.container .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.main>.container {
	background: #fff;
}
/*轮番图*/
.rslides img {
	width: 100%;
}
.main {
	width: 100%;
	margin-bottom: 50px;
	
}
/* 重要新闻标题 */
.notice-title{
    overflow: hidden;
    height: 50px;
    width: 100%;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}

/*栏目标题*/
.lm {
	float: left;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 3px solid #115893;
}
.lm-title {
	float: left;
	margin-top: 10px;
	width: 260px;
	height: 65px;
	font-size: 30px;
	font-weight: bold;
	color: #125893;
	line-height: 64px;
	letter-spacing: 3px;
}
.more {
	margin-top: 30px;
	float: right;
	padding-right: 15px;
}
.more a {
	color: #125893;
}
.dj {
	float: left;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 3px solid #c30c11;
}
.dj-title {
	float: left;
	margin-top: 10px;
	width: 260px;
	height: 65px;
	font-size: 30px;
	font-weight: bold;
	color: #c30c11;
	line-height: 64px;
	letter-spacing: 3px;
}
.dj-title img {
	margin-top: -10px;
	margin-right: 10px;
}
.dj-more {
	margin-top: 30px;
	float: right;
	padding-right: 15px;
}
.dj-more a {
	color: #c30c11;
}
/*工作动态*/
.news {
	margin-top: 30px;
}
.news-main .col-md-4:nth-child(3n+1) {
	padding-left: 15px;
}
.news-main .col-md-4:nth-child(3n+2) {
	padding-left: 15px;
	padding-right: 15px;
}
.news-main .col-md-4:nth-child(3n) {
	padding-right: 15px;
}
.news-item {
	border: 1px solid #e1e1e1;
	margin-top: 30px;
	padding: 15px;
}
.news-item-img {
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
}
.news-item-img img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.news-item-img img:hover {
	transform: scale(1.2);
}
.news-item-title {
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	width: 100%;
	color: #000;
}
.news-item-title a {
	color: #333;
}
.news-item-title a:hover {
	color: #125893;
}
.news-item-date {
	width: 100%;
	line-height: 36px;
}
.news-item-date div {
	width: 100%;
	background: #fff;
	line-height: 36px;
	text-align: right;
	color: #797979;
}
/*快速入口*/
.quick {
	width: 100%;
	background: url(../images/xyjj-bg.jpeg);
	background-size: 120%;
	height: 390px;
	margin-top: 30px;
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}
.quick-bg {
	background: rgb(72 115 201 / 29%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.quick-bg li {
	width: 49.8%;
	float: left;
	text-align: center;
	height: 200px;
}
.quick-bg li img{
        width: 100%;
}
.quick-bg li:hover {
	background: rgb(255 255 255 / 0.5);
}
.quick-bg a {
	color: #fff;
}
.quick-bg li:nth-child(1), .quick-bg li:nth-child(3) {
	border-right: 1px solid #fff;
}
.quick-bg li:nth-child(1), .quick-bg li:nth-child(2) {
	border-bottom: 1px solid #fff;
}
.quick-bg span {
	text-align: center;
	font-size: 22px;
	color: rgb(255 255 255 / 1);
}
.quick-bg span i {
	width: 100%;
	margin-top: 70px;
}
.quick-bg span:hover, .quick-bg span i:hover, .quick-bg a:hover {
	color: #115893;
}
/*搜索+ 图标 20230620*/
.new-quick {
	width: 100%;
	height: 150px;
}

.new-quick li {
	width: 23%;
	float: left;
	height: 150px;
	background: #125893 linear-gradient(to bottom,#125893,#1870bb);
	margin: 10px 10px 10px 10px;
	border-radius: 20px;
	vertical-align:middle;
}
.new-quick a{
	font-size: 24px;
	color:#fff;
}
.new-quick a li >img{
       width: 40%;
	padding-top:15px;
}
.new-quick li:hover {
	cursor: pointer;
	transform: scale(1.08);
}
.new-quick a:hover {
	text-decoration: none;	
}

/*办事大厅*/
@media (min-width:1199px) {
.task {
	width: 100%;
	background: url(../images/middle-bg.jpg) no-repeat  bottom;
	background-size: 60%;
	height: 324px;
	margin-top: 20px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
	font-size:25px;
	font-weight:bold;
}
.task p{
	color: #115893; 
}
.task-bg {
	width: 100%;
	height: 100%;
}
.task-bg li {
	width: 24.9%;
	float: left;
	text-align: center;
	height: 100px;
	transition: transform 1.2s;
	transform-origin: center bottom;
        font-size:18px;
}
.task-bg li img {
    width: 40px;
    margin-top: 10px;
}
.task-bg li:hover {
	background: rgb(191 185 185 / 0.1);
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}
.task-bg li:nth-child(4n+1),  .task-bg li:nth-child(4n+2), .task-bg li:nth-child(4n+3){
	border-right: 1px solid rgb(191 185 185 / 0.4);
}
.task-bg li:nth-child(n) {
	border-bottom: 1px solid rgb(191 185 185 / 0.4);
}
}

/*通知公告*/

.notice {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
	margin-top: 30px;
}
.notice .notice-con {
	padding: 13px 20px;
	width: 90%;
	background: url("../images/bg-2.png") no-repeat right bottom;
	background-size: 80% auto;
}
.notice-item {
	float: left;
	width: 100%;
	line-height: 80px;
	border-bottom: 1px dotted #C8C8C8;
	background: url("../images/li2.png") no-repeat;
	background-position: 5px;
	padding-left: 35px;
}
.notice-item:hover {
	background: url("../images/li2.png") no-repeat;
	background-position: 10px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
}
.notice-item-title {
	width: 75%;
	float: left;
}

.notice-item-title a{
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: justify;
        display: block;
}

.notice-item-title a:hover {
	color: #125893;
}
.notice-item-date {
	width: 20%;
	float: left;
	text-align: right;
}
.xyfw {
	padding-left: 50px;
}
.serve {
	background: url("../images/xyfw-bg.jpg") no-repeat center;
	background-size: 110% auto;
	width: 100%;
	padding: 12px 0px 30px 10px;/* padding: 50px; *//* margin-top: 50px; */
}
.serve-ul {
	width: 100%;
	float: left;
}
.serve-li {
	width: 25%;
	float: left;
	padding: 65px 0px;
	border-right: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.serve-li:hover {
	background: rgba(255,255,255,0.2);
}
.serve-li:nth-child(4n) {
	border-right: 0px;
}
.serve-li:nth-child(5), .serve-li:nth-child(6), .serve-li:nth-child(7), .serve-li:nth-child(8) {
	border-bottom: 0px;
}
.serve-li span {
	display: block;
}
.serve-li a {
	color: #fff;
}
/*业务公告*/

.slideTxtBox {
	text-align: left;
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
	float: left;
	margin-right: 15px;
        width:100%;
}
.slideTxtBox .hd {
	height: 56px;
	line-height: 56px;
	background: #f7f7f7;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
	height: 56px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 25px;
	cursor: pointer;
	font-size: 20px;
	color: #686868
}
.slideTxtBox .hd ul li.on {
	height: 56px;
	background: #125893;
	opacity: 0.9;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
}
.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
	float: left;
	width: 100%;
}
.slideTxtBox .bd li {
	width: 47%;
	float: left;
	padding: 10px;
}
.slideTxtBox .bd li:hover {
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}
.jx-date {
	float: left;
	width: 20%;
	background: #125893;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	opacity: 0.9;
}
.jx-day {
	font-size: 24px;
}
.jx-month {
	font-size: 14px;
	line-height: 18px;
}
.jx-con {
	width: 76%;
	float: left;
	padding-left: 15px;
}
.jx-title {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
}
.jx-title a {
	color: #000;
}
.slideTxtBox .jx-detail {
	color: #b1b1b1;
	font-size: 14px;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
}
.jx-tab .more, .links .more {
	float: right;
	width: 20%;
	text-align: right;
	position: relative;
	z-index: 99;
	bottom: 48px;
	margin-bottom: -48px;
	margin-top: -10px;
	font-size: 16px;
	margin-right: 10px;
}
.jx-tab .more a, .links .more a {
	color: #125893;
}
/*党建工作*/
.zbjs {
	margin-top: 50px;
}
.zbjs .lm-title {
/* background: url(../images/title-bg2.jpg) no-repeat;*/}
.zbjs-item {
	float: left;
	margin-top: 25px;
	padding: 15px 0px;
	width: 100%;
	background: rgb(163 4 1 / 0.1);
}
.zbjs-item:hover {
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
}
.zbjs-item-date {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 20%;
	color: #858585;
	text-align: center;
}
.zbjs-item-day {
	width: 90%;
	font-size: 32px;
	line-height: 36px;
}
.zbjs-item-month {
	width: 90%;
	font-size: 14px;
	border-top: 1px solid #858585;
	line-height: 32px;
}
.zbjs-item-title {
	padding-right: 15px;
	height: 64px;
	overflow: hidden;
	line-height: 32px;
}
.zbjs-item-title a {
	color: #313131;
}

/*工作动态标题*/
.gzdt-item {
	float: left;
	margin-top: 25px;
	padding: 15px 0px;
	width: 100%;
	background: rgb(62 119 167);
}
.gzdt-item:hover {
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
}
.gzdt-item-date {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 20%;
	color: #fff;
	text-align: center;
}
.gzdt-item-day {
	width: 90%;
	font-size: 32px;
	line-height: 36px;
}
.gzdt-item-month {
	width: 90%;
	font-size: 14px;
	border-top: 1px solid #858585;
	line-height: 32px;
}
.gzdt-item-title {
	padding-right: 15px;
	height: 64px;
	overflow: hidden;
	line-height: 32px;
}
.gzdt-item-title a {
	color: #fff;
}

/*专项工作*/
.xqsj {
	margin-top: 50px;
}
.xqsj-item {
	width: 31.5%;
	float: left;
	margin-top: 25px;
    text-align: center;
}
.xqsj-item a {
	text-decoration: none;
}
.xqsj-item:hover {
	transform: scale(1.1);
}
.xqsj-item:nth-child(odd) {
	/* padding-right: 10px; */
}
.xqsj-item:nth-child(even) {
	/*padding-left: 10px;*/
}
.data-icon {
	width: 100%;
	padding-left: 20%;
	text-align:center;
}
.data-icon i {
	display: block;
	font-size: 42px;
	width: 96px;
	height: 96px;
	border-radius: 96px;
	-webkit-border-radius: 96px;
	-moz-border-radius: 96px;
	-o-border-radius: 96px;
	line-height: 96px;
	text-align: center;
	background:  #fff;
	color:rgb(42 105 158 / 1);
	border:5px solid rgb(42 105 158 / 1);
}
.data-info {
	/* float: left; */
	width: 100%;
	/* padding-left: 40px; */
	/* padding-right: 0px; */
	/* padding-top: 20px; */
	cursor: pointer;
}
.data-info1 {
	padding-top: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #575653;
}
.data-info2 {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}
.data-info2 div {
	font-size: 14px;
	color: #575653;
}
.zbjs-main {
	margin: 15px;
	/* padding-left: 15px; */
	padding: 0 15px 15px;
	overflow: hidden;
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
}
.xqsj-main {
	padding-left: 30px;
	/* padding-top: 25px; */
}
/*footer*/
.footer {
	float: left;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/footer-bg.jpg) no-repeat center;
	background-size: auto 200%;
	width: 100%;
}
.link {
	padding-right: 10px;
	width: 100%;
	color: #fff;
}
.footer-title {
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	font-weight: bold;
}
.link li {
	list-style: square inside;
}
.link a {
	color: #fff;
	line-height: 42px;
}
.lxwm {
	padding-left: 43px;
	width: 100%;
	color: #fff;
}
.lxwm-con div {
	text-align: left;
	line-height: 42px;
}
.lxwm-con, .link-con {
	margin-top: 15px;
        margin-left: 15px;
}
.link-con li {
	width: 50%;
	float: left;
}
.lxwm img{
       width: 150px;
       margin-top: 20px;
}
.fixed-icon{position:fixed;top: 290px;right: -10px;z-index: 9999;}
.fixed-icon img
{width: 50px;height: 50px;margin-top: 50px;margin-left: 55px;}
.task-icon{
    background-color: #115893cf;
    background-size: 100%;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    margin-right: -5rem;
    box-shadow: 0 0 10px #a1a1a1;
    -webkit-box-shadow: 0 0 10px #a1a1a1;
    -o-box-shadow: 0 0 10px #a1a1a1;
    -moz-box-shadow: 0 0 10px #a1a1a1;
}
.task-icon p{
	font-size: 20px;
    margin-left: 50px;
    margin-top: 10px;
    color: #fff;
}

/*栏目页*/
.submenu {
	background: #efefef;
	width: 100%;
	margin-top: 30px;
        margin-bottom: 60px;
}
.submenu-img {
	width: 100%;
	position: relative;
	top: -80px;
}
.submenu-img img {
	width: 100%;
}
.submenu-main {
	padding: 30px;
	margin-top: -80px;
}
.submenu-title {
	font-size: 24px;
	color: #125893;
	line-height: 32px;
	border-left: 3px solid #125893;
	padding-left: 25px;
}
.submenu-con {
	width: 100%;
	background: #125893;
	padding-bottom: 30px;
	margin-top: 30px;
}
.submenu-con>li {
	width: 100%;
	line-height: 56px;
	border-bottom: 1px solid #efefef;
	text-align: center;
}
.submenu-con>li:hover {
	background: #18307a;
}
.on {
	background: #18307a;
}
.submenu-con>li>a {
	display: block;
	width: 100%;
	line-height: 48px;
	color: #ffffff;
	font-size: 18px;
}
.submenu-con2 {
	background: #ffffff;
}
.submenu-con2>li>a {
	display: block;
	width: 100%;
	line-height: 41px;
	color: #c8a063;
	font-size: 16px;
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 97%;
	padding: 0px 30px;
	margin-top: -30px;
}
.listcolumn-item {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #D1D1D1;
	float: left;
	width: 100%;
}
.listcolumn-item-title {
	width: 75%;
	float: left;
	line-height: 42px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listcolumn-item-title a {
	color: #000000;
}
.listcolumn-item-title a:hover {
	color: #c8a063;
}
.listcolumn-item-date {
	width: 25%;
	float: left;
	text-align: right;
	line-height: 42px;
}

@media(min-width:1600px) {
.header>.container, .menu>.container, .banner>.container, .main>.container, .notice-serve>.container, .footer>.container {
	width: 1300px;
}
}
@media(max-width:1599px) {
.header>.container, .menu>.container, .main>.container, .banner>.container, .notice-serve>.container, .footer>.container {
	width: 1300px;
}
}
@media(max-width:1380px) {
body {
	font-size: 14px;
}
.header>.container, .menu>.container, .main>.container, .banner>.container, .notice-serve>.container, .footer>.container {
	width: 1100px;
}
.footer {
	background-size: auto 150%;
}
.lm-title {
	float: left;
	margin-top: 10px;
	width: 260px;
	height: 65px;
	font-size: 28px;
	font-weight: bold;
	color: #125893;
	line-height: 64px;
	letter-spacing: 3px;
}
.zbjs .lm-title {
	background-size: 100%;
}
.more {
	margin-top: 30px;
}
.zbjs-item {
	padding: 10px 0px;
}
.zbjs-item-title {
	line-height: 30px;
	height: 60px;
}
.zbjs-item-day {
	font-size: 24px;
	line-height: 30px;
}
.zbjs-item-month {
	line-height: 28px;
}

.gzdt.lm-title {
	background-size: 100%;
}
.gzdt-item {
	padding: 10px 0px;
}
.gzdt-item-title {
	line-height: 30px;
	height: 60px;
}
.gzdt-item-day {
	font-size: 24px;
	line-height: 30px;
}
.gzdt-item-month {
	line-height: 28px;
}
.data-icon i {
	font-size: 36px;
	width: 78px;
	height: 78px;
	border-radius: 78px;
	-webkit-border-radius: 78px;
	-moz-border-radius: 78px;
	-o-border-radius: 78px;
	line-height: 78px;
}
.data-info {
	float: left;
	color: #125893;
}
.data-info1 {
	padding-top: 0px;
	font-size: 22px;
}
.data-info2 {
	height: 48px;
	line-height: 16px;
}
.lxwm-con div, .link a {
	line-height: 36px;
}
.notice-item {
	line-height: 40px;
}
.notice-item-date {
	width: 15%;
	text-align: right;
	padding: 10px 0px;
}
.notice-item-title {
	width: 80%;
	padding: 10px 0px;
	padding-right: 10px;
}
.notice-item:hover {
	background: url("../images/li2.png") no-repeat;
	background-position: 10px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
}
.news-main .col-md-4:nth-child(3n+2) {
	padding-left: 10px;
	padding-right: 10px;
}
.xqsj-item {
	width: 31.5%;
	float: left;
	margin-top: 25px;
}
}
@media (min-width: 769px) and (max-width: 1199px) {
.header>.container, .menu>.container, .main>.container, .banner>.container, .footer>.container {
	width: 92%;
}
body {
	font-size: 14px;
}
.zbjs-item-date {
	width: 25%;
}
.zbjs-item-title {
width: 62%;
}
.gzdt-item-date {
	width: 25%;
}
.gzdt-item-title {
width: 62%;
}
.task-bg li {
width: 24.8%;
}
.news-main .col-md-4:nth-child(3n+1) {
	padding-left: 10px;
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 95%;
	padding: 0px 0px;
	margin-top: -30px;
}

}
@media(max-width:768px) {
.header>.container, .menu>.container, .main>.container, .banner>.container, .footer>.container {
	width: 92%;
	margin-left: 15px;
}
.logo img {
	max-width: 405px;
}
.header-right {
	float: right;
}
.f-search {
	margin-top: 20px;
}
.main {
	padding-top: 0px;
}
.news .col-md-4:nth-child(3n), .news .col-md-4:nth-child(3n+1), .news .col-md-4:nth-child(3n+2) {
	padding-left: 15px;
	padding-right: 15px;
}
.news .col-md-4:nth-child(2n+1) {
	padding-left: 0px;
	padding-right: 8px;
}
.news .col-md-4:nth-child(2n) {
	padding-left: 8px;
	padding-right: 0px;
}
.data-icon {
	width: 25%;
}
.data-info {
	width: 60%;
}
.lxwm-con div, .link a {
	line-height: 32px;
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 95%;
	padding: 0px 0px;
	margin-top: -30px;
}
}
@media(max-width:767px) {
body {
	font-size: 14px;
}
.menu {
	height: 48px;
	line-height: 48px;
}
.header {
	background: none;
}
.logo img {
	max-width: 365px;
}
#pc {
	display: none;
}
#mobile {
	position: absolute;
	top: 10px;
	z-index: 9999999999999;
	display: block;
	float: left;
	margin-left: 15px;
}
.f-search {
	border: 1px solid #fff;
	width: 189px;
	margin-top: 0px;
	height: 32px;
	line-height: 30px;
}
.f-search input[type="text"] {
	height: 30px;
}
.f-search button {
	width: 43px;
	height: 30px;
	line-height: 28px;
}
.lm-title, .dj-title {
	padding-left: 35px;
	margin-top: 0px;
	width: 183px;
	height: 46px;
	font-size: 20px;
	line-height: 46px;
}
.news {
	margin-top: 15px;
}
.news .col-md-4:nth-child(2n+1) {
	padding-left: 15px;
	padding-right: 0px;
}
.news .col-md-4:nth-child(2n) {
	padding-left: 15px;
	padding-right: 0px;
}
.zbjs {
	padding-right: 15px;
}
.gzdt{
	padding-right: 15px;
}
.xqsj {
	padding-left: px;
}
.xqsj-item:nth-child(odd) {
	padding-right:10px;
}
.zbjs-item-day {
	font-size: 20px;
}
.zbjs-item-date {
	width: 20%;
}
.zbjs-item-title {
	width: 65%;
}
.gzdt-item-day {
	font-size: 20px;
}
.gzdt-item-date {
	width: 20%;
}
.gzdt-item-title {
	width: 65%;
}
.data-icon {
	width: 35%;
}
.data-icon i {
	font-size: 30px;
	width: 64px;
	height: 64px;
	border-radius: 64px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	-o-border-radius: 64px;
	line-height: 64px;
}
.data-info {
	width: 50%;
}
.data-info1 {
	padding-top: 0px;
	font-size: 20px;
}
.data-info2 {
	height: 48px;
	line-height: 16px;
}

.link {
	padding-right: 0px;
}
.lxwm {
	padding-left: 0px;
	margin-top: 30px;
}
.lxwm-con{
    margin-top: 15px;
    margin-left: 0px;
}
.footer-title {
	font-size: 20px;
}
.notice-item {
	width: 95%;
}
.notice-item-date {
	width: 20%;
	text-align: right;
	padding: 10px 0px;
}
.notice-item-title {
	width: 75%;
	padding: 10px 0px;
	padding-right: 10px;
}
.slideTxtBox{
     width:100%;
}
.slideTxtBox .bd ul {
	width: 95%;
}
.slideTxtBox .bd li {
	width: 95%;
	float: left;
	padding: 10px;
}
.slideTxtBox .hd {
	height: 112px;
}
.slideTxtBox .hd ul li{
	font-size: 16px;
       padding: 0 10px;
}
.new-quick li {
	width: 90%;
	height: 100px;
}
.new-quick a{
	font-size: 18px;
	color:#fff;
}
.new-quick a li >img{
       width: 30%;
	padding-top:5px;
}
.task {
	width: 98%;
	background: url(../images/middle-bg.jpg) no-repeat  bottom;
	background-size: 110%;
	height: 424px;
	margin-top: 30px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
	font-size:25px;
	font-weight:bold;
}
.task p{
      color: #115893; 
}
.task-bg {
	width: 100%;
	height: 100%;
}
.task-bg li {
	width: 33%;
	float: left;
	text-align: center;
	height: 100px;
	transition: transform 1.2s;
	transform-origin: center bottom;
        font-size:16px;
}
.task-bg li img {
    width: 40px;
    margin-top: 10px;
}
.task-bg li:hover {
	background: rgb(191 185 185 / 0.1);
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}
.task-bg li:nth-child(3n+1),.task-bg li:nth-child(3n+2) {
	border-right: 1px solid rgb(191 185 185 / 0.4);
}
.task-bg li:nth-child(n) {
	border-bottom: 1px solid rgb(191 185 185 / 0.4);
}
.more, .dj-more {
	margin-top: 10px;
}
.lm-title, .dj-title {
	padding-left: 15px;
	margin-top: 0px;
	width: 183px;
	height: 26px;
	font-size: 20px;
	line-height: 46px;
	margin-bottom:15px;
}
.news {
	margin-top: 30px;
}
.lxwm img{
    width: 130px;
    margin-top: 20px;
    margin-left: 20px;
}
.jx-day {
	font-size: 20px;
}
.quick {
	width: 100%;
	background: url(../images/xyjj-bg.jpeg);
	background-size: 100%;
	height: 300px;
	margin-top: 30px;
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}
.quick-bg {
	background: rgb(72 115 201 / 29%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.quick-bg li {
	width: 49.8%;
	float: left;
	text-align: center;
	height: 150px;
}
.quick-bg span {
	text-align: center;
	font-size: 20px;
	color: rgb(255 255 255 / 1);
}
.quick-bg span i {
	width: 100%;
	margin-top: 40px;
	font-size:40px;
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 95%;
	padding: 0px 0px;
	margin-top: -30px;
}
}
@media(max-width:640px) {
	.lxwm-con div{
    width:100%;
}
.lxwm div{
	width:100%;
}
.lxwm img{
    width: 130px;
    margin-top: 20px;
    margin-left: 0px;
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 95%;
	padding: 0px 0px;
	margin-top: -30px;
}
}
@media(max-width:479px) {
.header>.container, .menu>.container, .main>.container, .banner>.container, .footer>.container {
	width: 90%;
	margin-left: 0px;
}
.notice .notice-con {
	padding: 13px 0px;
	width: 94%;
	background: url("../images/bg-2.png") no-repeat right bottom;
	background-size: 80% auto;
}
.notice-item {
	width: 95%;
}
.notice-item-date {
	width: 25%;
	text-align: right;
	padding: 10px 0px;
}
.notice-item-title {
	width: 72%;
	padding: 10px 0px;
	padding-right: 5px;
}
.jx-con {
	width: 70%;
}
.fixed-icon{position:fixed;top: 200px;right: 0px;z-index: 9999;}
.fixed-icon img
{width: 50px;height: 50px;margin-top: 40px;margin-left:40px;}
.task-icon{
    background-color: #115893cf;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    box-shadow: 0 0 10px #a1a1a1;
    -webkit-box-shadow: 0 0 10px #a1a1a1;
    -o-box-shadow: 0 0 10px #a1a1a1;
    -moz-box-shadow: 0 0 10px #a1a1a1;
}
.task-icon p{
	font-size: 16px;
    margin-left: 40px;
    margin-top: 10px;
    color: #fff;
}
.zbjs-item-date {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 22%;
	color: #858585;
	text-align: center;
}
.zbjs-item-title {
	width: 60%;
}
.gzdt-item-date {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 22%;
	color: #fff;
	text-align: center;
}
.gzdt-item-title {
	width: 60%;
}
.xqsj-item{
	width:100%;
}
.xqsj-item:nth-child(even) {
	padding-left: 0px; 
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 95%;
	padding: 0px 0px;
	margin-top: -30px;
}
}

@media(max-width:398px) {
.data-icon i {
	font-size: 26px;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	- webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-o-border-radius: 56px;
	line-height: 56px;
}
.data-info1 {
	font-size: 18px;
}
.data-info2 {
	height: 36px;
	line-height: 18px;
}
.jx-day {
	font-size: 16px;
}
.task{
	height:485px;
}
.task p{
	color: #115893; 
}
.task-bg li {
	width: 33%;
	float: left;
	text-align: center;
	height: 120px;
	transition: transform 1.2s;
	transform-origin: center bottom;
    font-size:16px;
}
.task-bg li img {
    width: 30px;
    margin-top: 12px;
}

.link-con li {
	width: 50%;
	float: left;
}
.link-con li {
	width: 100%;
	float: left;
}
.slideTxtBox .hd{
	height:172px;	
}
.notice .notice-con {
	padding: 13px 0px;
	width: 94%;
	background: url("../images/bg-2.png") no-repeat right bottom;
	background-size: 80% auto;
}

.notice-item {
	width: 95%;
	padding-left: 25px;
}
.notice-item-date {
	width: 28%;
	text-align: right;
	padding: 10px 0px;
}
.notice-item-title {
	width: 70%;
	padding: 10px 0px;
	padding-right: 5px;
}
.logo img {
	max-width: 340px;
}

}
@media(max-width:355px){
.notice-item {
	background: none;
	padding-left:10px;
}
.notice-item-title {
	width: 100%;
	padding: 0px 0px;
}
.notice-item-date {
	width: 100%;
	text-align: right;
	padding: 0px 0px;
}
.zbjs-item-day {
	width: 90%;
	font-size: 20px;
	line-height: 32px;
}
.zbjs-item-month {
	width: 90%;
	font-size: 12px;
	border-top: 1px solid #858585;
	line-height: 32px;
}

.gzdt-item-day {
	width: 90%;
	font-size: 20px;
	line-height: 32px;
}
.gzdt-item-month {
	width: 90%;
	font-size: 12px;
	border-top: 1px solid #858585;
	line-height: 32px;
}
.quick-bg li {
	width: 48%;
	
}
.zbjs-item-date {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
}
.zbjs-item-title {
	width: 60%;
}
.gzdt-item-date {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
}
.gzdt-item-title {
	width: 60%;
}
.logo img {
	max-width: 260px;
}
.listcolumn, .displayInfo-single, .displayInfo, .listcolumn-sz {
	width: 95%;
	padding: 0px 0px;
	margin-top: -30px;
}
}
/*返回顶部*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0,0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999999999999;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}

/*翻页样式*/

.pb_sys_common {
	font-size: 16px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}
.pb_sys_common a {
	text-decoration: none;
}
.pb_sys_common .p_pages {
	margin-left: -5px;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	padding: 5px 8px;
	margin: 0px 0px 0px 5px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.pb_sys_common .p_t {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
	color: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #f2f2f2;
	height: 28px;
	line-height: 18px;
}
.pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	color: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #f2f2f2;
	height: 28px;
	line-height: 18px;
}
.pb_sys_common .p_dot {
	margin-left: 4px;
	margin-right: -4px;
	color: #000000;
}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
	/*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#6E3A5E;

    text-align:center;
    vertical-align:middle;    
    */
	font-size: 16px;
	border: 1px solid #aaa;
	height: 22px;
	line-height: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	outline-width: thin;
	outline-color: #6E3A5E;
	margin: 0px 2px;
	padding: 0px 1px;
}
.pb_sys_common .p_goto input {
	width: 22px;
	text-align: center;
}
.pb_sys_common .p_search input {
	width: 100px;
	text-align: left;
}
.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus {
	border: 1px solid #6E3A5E;
}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
	border: 1px solid #ccc;
	padding: 5px 6px;
	color: #999;
	margin: 0px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}
.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a {
	/*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
	border-right: 1px solid #ccc;
	padding: 1px 5px;
	color: #888888;
}
.pb_sys_common .p_dosize_d {
	/*background-color:#f5f5f5;*/
	color: #999;
}
.pb_sys_common .p_dosize a:hover {
	/*background-color:#f5f5f5;*/
	color: #999;
}
.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a {
	/*border-right-width:1px*/
	border-right-width: 0px;
}
/*按钮控制*/
.pb_sys_normal .p_first, .pb_sys_normal .p_first_d, .pb_sys_normal .p_last, .pb_sys_normal .p_last_d {
	display: none;
}
.pb_sys_normal2 .p_first, .pb_sys_normal2 .p_first_d, .pb_sys_normal2 .p_last, .pb_sys_normal2 .p_last_d, .pb_sys_normal2 .p_prev_d, .pb_sys_normal2 .p_next_d {
	display: none;
}
.pb_sys_full {
}
.pb_sys_full2 .p_first_d, .pb_sys_full2 .p_last_d, .pb_sys_full2 .p_prev_d, .pb_sys_full2 .p_next_d {
	display: none;
}
.pb_sys_short .p_no, .pb_sys_short .p_no_d, .pb_sys_short .p_no_o, .pb_sys_short .p_dot {
	display: none;
}
.pb_sys_short2 .p_no, .pb_sys_short2 .p_no_d, .pb_sys_short2 .p_no_o, .pb_sys_short2 .p_dot, .pb_sys_short2 .p_first, .pb_sys_short2 .p_first_d, .pb_sys_short2 .p_last, .pb_sys_short2 .p_last_d {
	display: none;
}
/*样式1-4*/
.pb_sys_style1 .p_no a:hover, .pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover {
	background-color: #1D3DA2;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
	border: 1px solid #1D3DA2;
	color: #fff;
	background-color: #1D3DA2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.breadcrumbs {
	height: 40px;
	color: #125893;
	margin-bottom: 80px;
	border-bottom: 2px solid #125893;
}
.search a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	line-height: 64px;
}
.search:hover > a {
	color: #eebe00;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
}



@media (min-width:768px) and (max-width:1199px) {
.slideTxtBox .hd {
	height: 112px;
}
.jx-con {
	width: 70%;
	float: left;
	padding-left: 15px;
}
.task {
	width: 98%;
	background: url(../images/middle-bg.jpg) no-repeat  bottom;
	background-size: 110%;
	height: 424px;
	margin-top: 30px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
	font-size:25px;
	font-weight:bold;
}
.task p{
	color: #115893; 
}
.task-bg {
	width: 100%;
	height: 100%;
}
.task-bg li {
	width: 33%;
	float: left;
	text-align: center;
	height: 100px;
	transition: transform 1.2s;
	transform-origin: center bottom;
        font-size:18px;
}
.task-bg li img {
    width: 40px;
    margin-top: 10px;
}
.task-bg li:hover {
	background: rgb(191 185 185 / 0.1);
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}
.task-bg li:nth-child(3n+1),.task-bg li:nth-child(3n+2) {
	border-right: 1px solid rgb(191 185 185 / 0.4);
}
.task-bg li:nth-child(n) {
	border-bottom: 1px solid rgb(191 185 185 / 0.4);
}

.logo img {
	max-width: 400px;
}
.lxwm {
	padding-left: 0px;
	padding-top: 30px;
	width: 100%;
	color: #fff;
}
.lxwm-con {
	margin-left: 0px;
}
}