/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
 @import "iconfont/iconfont.css";
 body{
	 color:#333;
	 background: #fff;
 }
 #skip {
	 width: 0;
	 height: 0;
	 overflow: hidden;
 }
 a{
	 color:#444
 }
 a:hover,a:active,a:visited,a:focus{
	 text-underline: none;
	 text-decoration: none;
 }
 ul li{
	 list-style: none;
 }
 ul{
	 margin-block-start: 0;
	 margin-block-end: 0;
	 margin-inline-start: 0px;
	 margin-inline-end: 0px;
	 padding-inline-start: 0;
 }
 :root{
	 --web-color:#333;
	 --web-bg-forms:#fff;
	 --web-color-blue:#338EE8;
	 --web-box-shadow-input:0 1px 1px rgba( 252, 253, 254, 0.06);
	 --web-primary-rgb: 0, 84, 166;
 }
 /*轮播图箭头*/
 .owl-controlls .owl-buttons{
	 position: absolute;
	 top:50%;
	 transform: translate(0,-50%);
	 left:10px;
	 right:10px;
 }
 .owl-controlls .owl-buttons>div{
	 width: 40px;
	 height: 40px;
	 background: rgba(0,0,0,.5);
	 border-radius: 50px;
	 position: absolute;
	 top:50%;
	 transform: translate(0,-50%);
	 color:#fff;
	 font-size: 20px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
 }
 .owl-controlls .owl-buttons>div:hover{
	 background: rgba(0,0,0,.8);
 }
 .owl-controlls .owl-buttons>div.owl-prev{
	 left:20px;
 }
 .owl-controlls .owl-buttons>div.owl-prev:before{
	 content: '\ed1c';
	 font-family: iconfont;
 }
 .owl-controlls .owl-buttons>div.owl-next{
	 right:20px;
 }
 .owl-controlls .owl-buttons>div.owl-next:before{
	 content: '\e8d4';
	 font-family: iconfont;
 }
 .yhcs-cont{
	 position: relative;
 }
 .yhcs-cont .owl-controlls .owl-buttons>div{
	 background: #94BAED;
	 width: 30px;
	 height: 30px;
	 font-size: 16px;
 }
 .yhcs-cont .owl-controlls .owl-buttons>div:hover{
	 background: #3570BE;
 }
 .yhcs-cont .owl-controlls .owl-buttons>div.owl-prev{
	 left:-40px;
 }
 .yhcs-cont .owl-controlls .owl-buttons>div.owl-next{
	 right:-40px;
 }
 /*头部*/
 .header{
	 background: url("../../assets/img/banner.png;vpn_img") no-repeat;
	 background-size: cover;
 }
 .header .topbar{
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 color:#fff;
	 padding:16px 0;
 }
 .header .topbar a{
	 color:#fff;
	 margin:0 10px;
 }
 .header .topbar a:hover{
	 font-weight: bold;
 }
 .header-cont{
	 padding:80px 0;
 }
 .header-cont .search-cont{
	 display: flex;
	 align-items: center;
 }
 .header-cont .search-cont input{
	 background: none;
	 font-size: 16px;
	 padding:16px;
	 height: 50px;
	 line-height: 50px;
	 background: rgba(255,255,255,.7);
	 width: 420px;
 }
 .header-cont .search-cont button{
	 height: 50px;
	 padding:0 20px;
	 line-height: 50px;
	 border-radius: 0;
	 background: #F8880A;
	 border:0;
	 font-size: 16px;
	 font-weight: bold;
 }
 .header-cont,.logo{
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 color:#fff;
 }
 .logo img{
	 width: 140px;
	 margin-right: 30px;
 }
 .logo ul li{
	 font-size: 20px;
	 color:#fff;
	 font-weight: bold;
	 padding:4px 0;
 }
 
 /*菜单*/
 .contain{
	 background: #3570BE;
	 display: flex;
	 justify-content: center;
 }
 .contain .navbar{
	 margin-bottom: 0;
	 background: none;
	 border-bottom: 0;
 }
 .contain .navbar-nav{
	 margin-bottom: 0;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 background:none;
 }
 .contain .navbar-nav li{
	 flex:1;
 }
 .contain .navbar-nav li a{
	 color:#fff;
	 display: block;
	 text-align: center;
	 position: relative;
 }
 .contain .navbar-nav li a:hover{
	 background: #fff;
	 border-radius: 10px 10px 0 0;
	 color:#3570BE;
	 border-bottom: 0;
 }
 .contain .navbar-nav li a:hover:before,
 .contain .navbar-nav li.active a:before,
 .contain .navbar-nav li.active a:hover:before{
	 content: '';
	 position: absolute;
	 height: 2px;
	 left:0;
	 bottom:-2px;
	 right:0;
	 background:#3570BE;
 }
 .contain .navbar-nav li.active a,.contain .navbar-nav li.active a:hover{
	 background: #fff;
	 border-radius: 10px 10px 0 0;
	 color:#3570BE;
	 border-bottom: 0;
 }
 
 /*通知公告*/
 .notice{
	 display: flex;
	 background: #E8F2FF;
	 margin:30px 0;
	 border-radius: 8px;
	 padding:14px 16px;
	 align-items: center;
 }
 .notice .notice-inner{
	 flex:1;
 }
 .notice .notice-title{
	 display: flex;
	 align-items: center;
	 color:#333;
	 font-size: 20px;
	 font-weight: bold;
	 margin-right: 20px;
 }
 .notice .notice-title i{
	 color:#3570BE;
	 transform: rotate(45deg);
	 font-size: 20px;
	 font-weight: normal;
	 margin-right: 10px;
 }
 .slider-text-2 .owl-item{
	 width: 33.333%;
 }
 .slider-text-2 .owl-item a{
	 display: block;
	 overflow: hidden;
 }
 .round-blue-bg{
	 background:url("../../assets/img/indexbg01.jpg;vpn_img") no-repeat center bottom #F6F9FF;
	 padding-bottom: 40px;
 }
 .page-header{
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 border-bottom: 0;
	 margin-bottom: 14px;
	 margin-top: 0;
 }
 .page-header h2,.page-header h2 a{
	 font-size: 24px;
	 color:#3570BE;
	 margin:0;
 }
 .page-header h2 i{
	 font-size: 24px;
	 color:#3570BE;
	 margin-bottom: 10px;
	 font-weight: normal;
 }
 .normal-slider img{
	 border-radius: 10px;
	 height: 382px;
	 display: block;
	 width: auto;
	 margin: 0 auto;
 }
 .normal-slider .item{
	 position: relative;
 }
 .normal-slider .item h4.title{
	 position: absolute;
	 line-height: 1.8;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
	 color:#fff;
	 padding:16px 16px;
	 font-size: 16px;
	 font-weight: bold;
	 border-radius: 0 0 10px 10px;
	 text-align: center;
	 margin:0;
 }
 .index-news ul.nav-tabs.nav-line{
	 border-bottom: 0;
	 margin-bottom: 20px;
 }
 .index-news .brief{
	 background: rgba(232, 242, 255, 1);
	 padding:16px;
	 border-radius: 16px;
 }
 .index-news .brief .title a{
	 color:#3570BE;
	 font-weight: bold;
	 white-space: nowrap;
	 width: 100%;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: block;
	 font-size: 20px;
 }
 .index-news .brief p{
	 display: -webkit-box;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 font-size:14px;
	 height: auto;
	 margin-bottom: 0;
 }
  ul.nowrapli{
	 margin-top: 14px;
 }
  ul.nowrapli li a{
	 font-size: 18px;
	 color:#333;
	 padding:2px 0;
 }
 ul.nowrapli li a{
	 padding-left: 20px;
 }
  ul.nowrapli li a:before{
	 content: '';
	 position: absolute;
	 left:0;
	 top:50%;
	 transform: translate(0,-50%);
	 width: 4px;
	 height: 4px;
	 background: #3570BE;
	 border-radius: 50%;
 }
 ul.nowrapli li a:hover:before{
	 background: #3570BE;
 }
  ul.nowrapli li a:hover{
 }
 ul.nowrapli li a:hover{
	 color:#3570BE
 }
 ul.list-date li span.time{
	 top:50%;
	 transform: translate(0,-50%);
 }
 ul.nav-tabs.nav-line>li>a{
	 font-size: 24px;
	 padding:0;
	 margin-right: 20px;
	 padding-bottom: 10px;
 }
 ul.nav-tabs.nav-line>li.active>a{
	 color:#3570BE
 }
 /*政务公开*/
 .title-icon{
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size:20px ;
	 font-weight: bold;
	 margin-bottom: 16px;
 }
 .title-icon:before{
	 content: url("../../assets/img/smicon.png;vpn_img");
	 margin:0 10px;
 }
 .title-icon:after{
	 content: url("../../assets/img/smicon2.png;vpn_img");
	 margin:0 10px;
 }
 .title-icon i{
	 font-size: 20px;
	 color:#3570BE;
	 margin-right: 10px;
 }
 .ztzl-list{
	 margin-bottom: 30px;
 }
 .ztzl-list img{
	 margin-bottom: 18px;
	 transition: .3s;
 }
 .ztzl-list img:hover{
	 opacity: .8;
 }
 .xxgk-list li a{
	 display: flex;
	 align-items: center;
	 padding:16px 16px;
	 margin-bottom: 4px;
	 border-radius: 10px;
	 border: 1px solid rgba(228, 228, 228, 1)
 }
 .xxgk-list li a:hover{
	 background: rgba(246, 249, 255, 1);
	 border:1px solid #3570BE;
 }
 .xxgk-list li a img{
	 background: linear-gradient(135.15deg, #74B0FF 13.54%, #3C7DD3 82.24%);
	 width: 46px;
	 height: 46px;
	 padding:10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 20px;
	 color:#fff;
	 margin-right: 16px;
 }
 .xxgk-list li a span{
	 font-size:16px;
	 color:#333;
 }
 .xxgk-list2{
 }
 .zwgk-list-1{
	 display: grid;
	 grid-template-columns: repeat(5, 1fr);
	 grid-gap: 16px;
	 margin:30px 0;
 }
 .zwgk-list-1 li{
	 border-radius: 8px;
	 padding:16px;
 }
 .zwgk-list-1 li a{
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 transition: .3s;
 }
 .zwgk-list-1 li a:hover{
	 margin-top: -4px;
 }
 .zwgk-list-1 li a img{
	 width: 42px;
	 height: 42px;
	 object-fit: fill;
 }
 .zwgk-list-1 li a span{
	 font-size: 18px;
	 font-weight: bold;
 }
 .zwgk-list-1 li:first-child{
	 background: #F3F9FF;
 }
 .zwgk-list-1 li:first-child a span{
	 color:#1474E4
 }
 .zwgk-list-1 li:nth-child(2){
	 background: #FFF5EB;
 }
 .zwgk-list-1 li:nth-child(2) a span{
	 color:#FF860D
 }
 .zwgk-list-1 li:nth-child(3){
	 background: #EAFAF9;
 }
 .zwgk-list-1 li:nth-child(3) a span{
	 color:#14AAA1
 }
 .zwgk-list-1 li:nth-child(4){
	 background: #F1F4FD;
 }
 .zwgk-list-1 li:nth-child(4) a span{
	 color:#4F6BBF
 }
 .zwgk-list-1 li:nth-child(5){
	 background: #FDF9ED;
 }
 .zwgk-list-1 li:nth-child(5) a span{
	 color:#CAA128
 }
 .xxgk-list2 a{
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 background: rgba(246, 249, 255, 1);
	 padding:10px 0;
	 margin-bottom: 10px;
	 border-radius: 8px;
	 border:1px solid transparent;
 }
 .xxgk-list2 a:hover{
	 border:1px solid #3570BE;
 }
 .xxgk-list2 a .icon{
	 font-size: 30px;
	 margin-bottom: 10px;
 }
 .zwgk-cont .row{
	 margin-left: -6px;
	 margin-right: -6px;
 }
 .zwgk-cont [class*=col-md-]{
	 padding-left: 6px;
	 padding-right: 6px;
 }
 
 .more-info{
	 color:#999;
	 font-weight: normal;
	 font-size: 14px;
	 position: relative;
 }
 .more-info:after{
	 content: '\e8d4';
	 font-family: iconfont;
	 font-size: 12px;
	 margin-left: -4px;
 }
 
 /*网上办事*/
 .wsbs-cont{
	 margin-top:20px;
	 margin-bottom:20px;
 }
 .wsbs-cont a{
	 display: block;
	 background: url("../../assets/img/itembg.png;vpn_img") right top no-repeat #fff;
	 background-size: 115px auto;
	 box-shadow: 0px 0px 8px 0px rgba(0,0,0,.05);
	 border-radius: 16px;
	 padding:26px;
	 border:1px solid transparent;
	 transition: .3s;
 }
 .wsbs-cont a h5{
	 font-size: 20px;
	 margin:20px 0;
	 color:#333;
	 font-weight: bold;
 }
 .wsbs-cont a img {
	 width: 48px;
	 height: 48px;
 }
 .more{
	 display: flex;
	 align-items: inherit;
	 justify-content: space-between;
	 color:#999;
 }
 .more i{
	 font-size: 12px;
 }
 .wsbs-cont a:hover{
	 box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
	 border:1px solid #3570BE;
 }
 .wsbs-cont a:hover  .more{
	 color:#3570BE;
 }
 .wsbs-cont-2{
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 margin-top: 26px;
 }
 .wsbs-cont-2:before,.wsbs-cont-2:after{
	 display: none;
 }
 .wsbs-cont-2 li{
 }
 .wsbs-cont-2 a{
	 display: flex;
	 flex-direction: column;
	 align-items: center;
 }
 .wsbs-cont-2 a h5{
	 font-size: 16px;
	 margin-top: 16px;
 }
 .wsbs-cont-2 a img{
	 width: 150px;
	 height: 150px;
 }
 .panel-white{
	 background: #fff;
	 border-radius: 16px;
	 box-shadow: 0px 0px 15px 0px rgba(47, 155, 255, 0.1);
	 padding:20px 16px;
 }
 #owl-demo{
	 position: relative;
 }
 #owl-demo .item{
	 padding:10px;
 }
 #owl-demo .item a{
	 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	 display: block;
	 border-radius: 6px;
	 transition: .3s;
 }
 #owl-demo .item a:hover{
	 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	 margin-top: -4px;
 }
 #owl-demo .item img{
	 border-radius: 6px 6px 0 0;
	 height: 120px;
 }
 #owl-demo .item a span{
	 display: block;
	 padding:10px;
	 text-align: center;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
 }
 .yqlj-cont{
	background: rgba(246, 249, 255, 1);
	padding:30px 0;
 }
 .yqlj-cont .yqlj-list{
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 16px;
	 width: 100%;
	 margin-top: 20px;
 }
 .yqlj-cont .yqlj-list li{
	 padding-left: 16px;
 }
 .yqlj-cont .yqlj-list li:first-child{
	 padding-left: 0;
 }
 .yqlj-cont .yqlj-list li a{
	 background: #fff;
	 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	 display: block;
	 border-radius: 6px;
 }
 .yqlj-cont .yqlj-list li a img{
	 height: 136px;
	 width: 100%;
	 border-radius: 8px 8px 0 0;
 }
 .yqlj-cont .yqlj-list li a{
	 transition:.3s;
 }
 .yqlj-cont .yqlj-list li a:hover{
	 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	 margin-top: -4px;
 }
 .yqlj-cont .yqlj-list li a span{
	 padding:14px;
	 text-align: center;
	 display: block;
 }
 .link-img{
	 display: flex;
	 align-items: center;
 }
 .link-img li{
	 flex:1;
	 background: #fff;
	 border-radius: 10px;
	 padding:10px;
	 box-sizing: border-box;
	 margin-left: 10px;
	 transition: .3s;
 }
 .link-img li:hover{
	 margin-top: -4px;
 }
 .link-img li:first-child{
	 padding-left: 0;
	 margin-left: 0;
 }
 .link-img li a{
	 display: block;
 }
 .link-img li a img{
	 height:34px;
	 width: 100%;
	 object-fit: scale-down;
 }
 .link-img li select{
	 width: 100%;
	 border:none
 }
 .footer{
	 background: rgba(241, 241, 241, 1);
	 padding:20px 0;
	 margin-top: 20px;
 }
 .footer .footer-inner{
	 display: flex;
	 align-items: center;
	 width: 100%;
	 justify-content: space-between;
 }
 .footer .footer-inner>img{
	 height: 50px;
	 width: auto;
 }
 .footer .footer-inner .footer-text{
	 margin:0 10px;
	 line-height: 1.9;
	 font-size: 14px;
 }
 .footer .footer-inner .footer-text li{
	 display: flex;
	 align-items: center;
 }
 .footer .footer-inner .footer-text li .f-icons{
	 margin-right: 16px;
 }
 .footer .footer-inner .footer-text li span{
	 margin-right: 16px;
 }
 .footer .footer-inner .footer-text img{
	 width: 13px;
	 height: 13px;
 }
 .footer .footer-inner .code-img{
	 display: flex;
	 flex-direction: column;
	 align-items: center;
 }
 .footer .footer-inner .code-img img{
	 width: 90px;
 }
 .zwgk-outer-cont{
	 background: url("../../assets/img/bg-index.png;vpn_img") no-repeat;
	 background-size: 100% 100%;
	 padding:100px 0;
 }
 .zwgk-cont{
	 display: flex;
	 align-items: stretch;
	 width: 100%;
 }
 .bg-blue-light{
	 background: #F6F9FF;
 }
 .float-right{
	 position: fixed;
	 top:50%;
	 right:20px;
	 transform: translateY(-50%);
 }
 .float-right i{
	 background: #3caf37;
	 color:#fff;
	 font-size: 30px;
	 padding: 10px;
	 border-radius: 50px;
	
 }
 .float-right .wechat{
	 position: relative;
	 margin: 50px 0;
	 cursor: pointer;
 }
 .float-right .wechat .we-code{
	 position: absolute;
	 left:-160px;
	 top:50%;
	 display: none;
	 transform: translate(0,-50%);
 }
 .float-right .wechat:hover .we-code{
	 display: block;
 }
 .float-right .service img{
	 width: 50px;
 }
 .float-right .service span{
	 position: absolute;
	 bottom:-14px;
	 font-size: 12px;
	 background: #fff;
	 border-radius: 50px;
	 padding:3px 10px;
	 left:50%;
	 transform: translate(-50% ,0);
	 white-space: nowrap;
 }
 
 /*内页-要闻动态*/
 .notice-news-page{
	 position: relative;
	 box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
	 border-radius: 16px;
	 padding:30px 20px 20px 20px;
	 background: none;
	 margin-top: 50px;
	 background: #fff;
 }
 .notice-news-page .notice-title{
	 position: absolute;
	 left:20px;
	 top:-18px
 }
 .notice-news-page .notice-title img{
	 width: 150px;
 }
 .notice-news-page .slider-text-2 .item{
	 padding-left: 10px;
	 padding-right: 10px;
 }
 .notice-news-page .slider-text-2 .item span{
	 color:#999;
	 margin-top: 6px;
	 display: block;
	 font-size: 12px;
 }
 .gray-bg{
	 background: rgba(246, 249, 255, 1);
 }
 .page-header2{
	 background: rgba(20, 116, 228, 0.05);
	 border-radius: 10px;
	 padding:16px 20px;
	 position: relative;
	 margin:0 0 20px;
 }
 .page-header2:before{
	 content: '';
	 position: absolute;
	 left:-2px;
	 width: 6px;
	 height: 20px;
	 background:#3570BE;
	 top:50%;
	 transform: translate(0,-50%);
 }
 .page-header2 h2 a{
	 color:#3570BE;
 }
 .inner-news .brief{
	 background: none;
	 padding:0;
	 border-bottom: 1px solid #eee;
	 padding-bottom: 12px;
	 border-radius: 0;
 }
 .inner-news .brief .title a{
	 color:#222;
 }
 .nowrapli-default li{
	 padding:10px 0;
	 border-bottom: 1px dashed #eee;
 }
 ul.nowrapli-default li a{
	 font-size: 16px;
 }
 .margin-top-20{
	 margin-top: 20px;
 }
 .margin-top-40{
	 margin-top: 40px;
 }
 
 /*稿件*/
 .Article-title{
	 background: rgba(53, 112, 190, 0.08);
	 border-top:2px solid rgba(53, 112, 190, 1);
	 padding:20px 0;
	 font-size: 36px;
	 color:rgba(53, 112, 190, 1);
 }
 .Article_content{
	 border-top:0
 }
 .Article_content ul li{
	 list-style: disc;
	 margin-left: 40px!important;
	 margin-bottom: 20px
 }
 .Article_content ul li::maker{
	 margin-left: 20px;
 }
 .Article_content img{
	 max-width: 658px;
 }
 .pagination-cont{
	 display: flex;
	 justify-content: center;
 }
 .pagination{
	 display: flex;
	 align-items: center;
 }
 .pagination .whj_skip{
	 margin:0 4px;
 }
 .pagination input{
	 width: 50px;
	 height: 34px;
	 margin-right: 4px;
 }
 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	 background-color: #0069C5;
	 border-color: #0069C5;
 }
 .breadcrumb{
	 margin:10px 0;
	 background: none;
 }
 /*友好城市*/
 .menu-cont{
	 background: #fff;
 }
 .menu-cont h4{
	 background:#0069C5;
	 color:#fff;
	 font-size: 18px;
	 font-weight: bold;
	 padding:14px 20px;
	 margin-top: 0;
	 border-radius: 10px 10px 0 0;
 }
 .menu-cont ul li{
	 padding:14px 20px;
	 border-bottom: 1px solid #eee;
	 display: flex;
	 align-items: center;
 }
 .menu-cont ul li:last-child{
	 border-bottom: 0;
 }
 .menu-cont ul li a{
	 color:#333;
	 font-size: 18px;
	 display: block;
	 flex:1;
 }
 .menu-cont ul li i{
	 margin-right: 10px;
	 font-size: 22px;
 }
 .menu-cont ul li.active a{
	 color:#0069C5;
	 position: relative;
 }
 .menu-cont ul li a:hover{
	 color:#0069C5;
 }
 .menu-cont ul li.active a:after{
	 content: '\e8d4';
	 color:#999;
	 font-family: iconfont;
	 position: absolute;
	 right:0;
	 font-size: 14px;
	 top:50%;
	 transform: translate(0,-50%);
 }
 .table{
	 border-radius: 16px;
	 overflow: hidden;
	 background: #fff;
 }
 .table td,.table th{
	 padding:16px 10px!important;
	 text-align: center;
 }
 .table thead{
	 background: rgba(0, 105, 197, 0.08);
 }
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	 border-top: 0!important;
 }
 .table-striped>tbody>tr:nth-of-type(odd){
	 background: rgba(249, 252, 255, 1);
 }
 .text-blue{
	 color:#0169C4
 }
 .table tr:hover{
	 color:#0069C5;
	 font-weight: bold;
 }
 .table>tbody>tr>td:nth-child(2){
	 font-weight: bold;
 }
 .table>tbody>tr>td:nth-child(2) span{
	 color:#666;
	 font-weight: normal;
 }
 /*网上办事*/
 .wsbs-list h4{
	 display: flex;
	 align-items: center;
	 font-size:20px;
 }
 .wsbs-list.panel-white{
	 margin-bottom: 16px;
 }
 .wsbs-list h4 span{
	 color:#333;
 }
 .wsbs-list h4 i{
	 color:#0069C5;
	 font-size: 24px;
	 margin-right: 10px;
 }
 .wsbs-list ul.nowrapli li a{
	 font-size: 16px;
	 width: 100%;
 }
 .menu-cont-zw{
	 border-radius: 10px;
 }
 .zwgk-tab{
	 background: #fff;
	 border-radius: 10px;
	 overflow: hidden;
 }
 .zwgk-tab ul.nav-pills{
	 background:#0069C5;
 }
 .zwgk-tab ul.nav-pills{
	 display: flex;
	 justify-content: space-between;
 }
 .zwgk-tab ul.nav-pills li{
	 flex:1;
 }
 .zwgk-tab ul.nav-pills a{
	 color:#fff;
	 padding:20px;
	 font-size:18px;
	 text-align: center;
	 width: 100%;
 }
 .zwgk-tab .nav-pills>li.active>a,
 .zwgk-tab .nav-pills>li.active>a:focus,
 .zwgk-tab .nav-pills>li.active>a:hover{
	 background: #fff;
	 color:#0069C5;
 }
 .zwgk-tab .tab-content{
	 padding:0 20px;
 }
 .form-cont label{
	 width: 142px;
 }
 .form-cont [class*="col-xs-"] label{
	 width: 60px;
 }
 .form-cont .form-actions{
	 display: flex;
	 justify-content: center;
	 margin-top: 30px;
 }
 .form-cont .form-actions button{
	 padding:10px 20px;
	 margin:0 10px;
 }
 .form-cont .form-actions button.btn-plain{
	 border:1px solid #0069C5;
	 background: none;
	 color:#0069C5;
 }
 .form-cont .form-group{
	 margin-bottom: 20px;
 }
 .form-cont .required.symbol:before{
	 margin-right: 6px;
 }
 
 .icon {
	 width: 1em;
	 height: 1em;
	 vertical-align: -0.15em;
	 fill: currentColor;
	 overflow: hidden;
 }
 .xxgk-list2-zwgk a{
	 padding:10px 0;
	 margin-bottom: 10px;
 }
 .xxgk-list-zwgk li{
	 margin-bottom:9px;
 }
 
 /*网上评测*/
 .pc-title{
	 display: flex;
	 justify-content: center;
	 padding: 20px 0;
 }
 .pc-title h3{
	 font-size: 20px;
	 color:#333;
	 font-weight: bold;
 }
 .check-page{
	 padding:20px 30px;
 }
 .check-page h4{
	 margin:30px 0 10px;
	 line-height: 1.5;
 }
 .check-cont{
	 padding-left: 30px;
 }
 .code-check{
	 display: flex;
	 align-items: center;
	 gap: 10px;
 }
 .check-cont textarea{
	 border:1px solid #eee;
 }
 .checkbox-inline label{
	 display: flex;
	 align-items: center;
 }
 
 .check-cont .checkbox-inline{
	 padding:6px 0;
 }
 .check-cont .checkbox-inline+.checkbox-inline,.check-cont .radio-inline+.radio-inline{
	 margin-left: 0;
 }
 .check-cont-row{
	 display: flex;
	 flex-direction: column;
 }
 .check-cont-row .radio-inline{
	 width: 100%;
	 padding-bottom:20px;
 }
 .footer-links{
	 display: flex;
	 justify-content: center;
 }
 .footer-links .dropdown{
	 background: #fff;
	 margin:10px 20px;
	 width: 300px;
	 padding:10px 16px;
	 border-radius: 4px;
 }
 .footer-links .dropdown .dropdown-toggle{
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
 }
 .leader-div{
   height: 215px;
 }
 .leader-item{
	 display: flex;
	 align-items: center;
	 margin-bottom: 20px
 }
 .leader-item span{
	 
	 font-size: 20px;
	 padding-bottom: 10px;
	 margin-left: 15px;
 }
 .leader-item img{
	 width: 135px;
	 height: auto;
	 border-radius: 10px;
 
 }
 .leader-row div:nth-child(4) a img{
	 
 }
 
 
 .more-wsbs{
	 font-size: 14px;
	 position: absolute;
	 right: 30px;
 }
 .more-wsbs:after {
	 content: '\e8d4';
	 font-family: iconfont;
	 font-size: 12px;
	 margin-left: 4px;
 }
 .to-top{
	 position: fixed;
	 right: 30px;
	 bottom:10%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap:10px;
	 cursor: pointer;
 }
 .to-top i{
	 background: #89B1EA;
	 transition: .3s;
	 color:#fff;
	 width: 46px;
	 height: 46px;
	 font-size: 26px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 50px;
 }
 .to-top i:before{
	 content: '\e8d4';
	 font-family: iconfont;
	 color:#fff;
	 transform: rotate(-90deg);
 }
 .to-top span{
	 color:#1C4277;
	 font-size: 14px;
 }
 .to-top:hover i{
	 background: #0672D2;
 }
 .to-top:hover span{
	 font-weight: bold;
 }
 
 .disnone{
	display: none;
 }
 .Article_content table tr td p{
	 margin-bottom: inherit;
 }
 
 .index-news .brief .more{
	display: none;
 }