﻿/*!
 * ETUI v3
 *
 * Copyright 2016.9*/
/*-----字体图标引入------------------------------------------------------------------------*/
@import url("http://at.alicdn.com/t/font_402817_t4yvlg5hodr0ms4i.css");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover,a:focus{text-decoration: none; color: #0069c5;}
#skip{height: 0; overflow: hidden;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*-----控件------------------------------------------------------------------------*/
body {
	font-size: 14px !important;
	background: #fff;
	overflow-x: hidden;
}
/* 文字颜色 */
.text-primary{
	color: #0069c5!important;
}
.text-success {
    color: red!important;
}
.text-error{
	color: #e5360a!important;
}
.text-info{
	color: #42a5f5!important;
}
.text-warning{
	color: #ffa726!important;
}
.text-orange{
	color: #ff7043!important;
}
.text-purple{
	color: #5c6bc0!important;
}
.text-pink{
	color: #ec407a!important;
}
.text-blue {
	color: #0069c5!important;
}
.text-default {
	color: #444 !important;
}
.text-main {
	color: #015293 !important;
}
.text-red {
	color: #de0700 !important;
}
.text-dark-red {
	color: #bd0809 !important;
}
.text-isred {
	color: #f00 !important;
}
/* 按钮 */
.btn {
	border-radius: 3px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-primary{
	color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
	background-color:#0070d1!important;
	border-color:#0070d1!important;
}
.btn-info{
	color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;	
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
	background-color:#22a8f0!important;
	border-color:#22a8f0!important;
}
.btn-main{
	color: #fff;
    background-color: #387ad0;
    border-color: #387ad0;	
}
.btn-main:hover,
.btn-main:focus,
.btn-main.focus,
.btn-main:active,
.btn-main.active{
	background-color:#1a57a8!important;
	border-color:#1a57a8!important;
	color: #fff;
}
.btn-cyan-blue{
	color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;	
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
	color: #fff;
	background-color:#24bfd4!important;
	border-color:#24bfd4!important;
}
.btn-blue{
	color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;	
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
	color: #fff;
	background-color:#368DDA!important;
	border-color:#368DDA!important;
}
.btn-success{
	color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;	
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
	background-color:#6dc772;
	border-color:#6dc772;
}

.btn-danger{
	color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;	
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
	background-color:#ff5e61;
	border-color:#ff5e61;
}
.btn-orange{
	color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;	
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
	color: #fff;
	background-color:#ff855f;
	border-color:#ff855f;
}
.btn-yellow{
	color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;	
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
	color: #fff;
	background-color:#ffbe5f;
	border-color:#ffbe5f;
}
.btn-purple{
	color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;	
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
	color: #fff;
	background-color:#7987D8;
	border-color:#7987D8;
}
.btn-pink{
	color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;	
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
	color: #fff;
	background-color:#EE6090;
	border-color:#EE6090;
}
.btn-light-blue{
	color: #fff;
    background-color: #5a9aed;
    border-color: #5a9aed;	
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue.focus,
.btn-light-blue:active,
.btn-light-blue.active{
	color: #fff;
	background-color:#2b6ec4;
	border-color:#2b6ec4;
}
.btn-white {
	background-color: #fff;
	border: 0;
}
.btn-default:hover {
	background: #fff;
}

ul.btnicon-lg li{
	text-align: center;
}
ul.btnicon-lg li a{
	padding-top: 14px;
	padding-bottom: 6px;
	display: block;
}

ul.btnicon-lg li a:active{
	background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
	font-size: 38px;
}
ul.btnicon-lg li a p{
	margin-top: 15px;
	color: #444;
}

ul.btn-line li a.btn{
	box-shadow: none;
	border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
	border-color: #ddd;
	background-color: transparent;
}


/* 标签 */
.label{
	line-height: 16px;
}
.label-primary{
	background-color:#42a5f5;
}
.label-success{
	background-color:#66bb6a;
}
.label-warning{
	background-color:#ffa726;
}
.label-info{
	background-color:#26c6da;
}
/* 面板 */
.panel {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border:1px solid #eee;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.panel-title1 {
	padding: 0 0 12px 0;
	margin: 0 5px;
	overflow: hidden;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 20px;
	color: #0069c5;
	border-bottom: 1px solid #ebebeb;
}

.panel-title1 i {
	float: left;
	font-size: 22px;
	margin-right: 5px;
	margin-top: 2px;
	font-weight: normal;
}
.panel-title1 small.text-muted{
	color: #999;
	margin-left: 10px;
}
.panel-title1 .tab-link{
	float: right;
	margin: 0;
	position: inherit;
}

.panel-title1 .tab-link a{
	padding: 0 15px;
	font-weight: normal;
	font-size: 14px;
	border-left: 1px solid #ddd;
}
.panel-title1 .tab-link a:first-child{
	border-left: 0;
}
.panel-title1 .tab-link a:last-child{
	padding-right: 0;
}


.panel-vertical .panel-title{
	float: left;
	width: 66px;
	border-right: 1px solid #ebebeb;
}
.panel-vertical .panel-title h2{
	margin: 8px 20px 0 20px;
	padding: 15px 0 34px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #0069c5;
}
.panel-vertical .panel-title h2 a i {
	display: block;
	padding-bottom: 5px;
	font-size: 28px;
}
.panel-vertical .panel-body{
	float: left;
	width: 85%;
}
.panel-vertical .panel-body h3{
	margin: 10px 0;
	font-weight: bold;
	font-size: 18px;
}

/* 标题 */
.page-header-1 {
    display: block;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
   	border-top: 2px solid #015293;
   	background: #ebf6fe;
}
.page-header-1 h2 {
    padding: 10px;
    margin-bottom: -2px;
    font-size: 18px;
    color: #015293;
}
.page-header-1 h2 span {
    display: block;
    padding: 0 20px 10px;
    color: #ba0042;
    font-size: 16px;
}
.page-header-1 i {
    color: #015293;
    font-size: 22px;
    font-weight: normal;
}
/* TAB标签 */
ul.nav-pills{
	background-color: #f4f2f5;
}
ul.nav-pills li:first-child{
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	overflow: hidden;
}
ul.nav-pills li:last-child{
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	overflow: hidden;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
	background-color: #0069c5;
}

ul.nav-tabs.nav-line{
	padding-bottom: 1px;
	border-bottom: 1px solid #ebebeb;
}
ul.nav-tabs.nav-line>li>h2 {
	margin: 0 0 10px;
	line-height: 22px;
	font-size: 16px;
}
ul.nav-tabs.nav-line>li>h2 a,
ul.nav-tabs.nav-line>li>a{
	padding: 0 5px 11px;
	font-size: 16px;
	color: #666;
	transition: all 0s;
	border: 0;
	font-weight: normal;
}

ul.nav-tabs.nav-line>li.active h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}
ul.nav-tabs.nav-line>li.active a{
	padding: 0 5px 11px;
	font-weight: bold;
	border-bottom: solid 2px #bd0809;
    color: #bd0809;
}
.margin-bottom-11 {
	margin-bottom: 11px !important;
}
/* 列表 */
.uli14 li{
	padding: 4px 0 4px 15px;
	background: url(../img/dot-circle.png) 0 center no-repeat;
}
.uli14 li a{
	color: #5e5f5f;
}
.uli14 li a:hover{
	color: #fe000b;
}

/* 网站地图 */
#header {
	min-height: 80px;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}
.navbar.navbar-inverse {
	/*position: absolute;*/
	z-index: 101;
	width: 100%;
	margin: 0;
	background-color: #fff;
	border-color: #fff;
	color: #fff;
	border-radius: 0;
}
.navbar-inverse .index-collapse {
	border-top: 0;
}
.navbar-collapse {
	border-top: 0 !important;
	box-shadow: none !important;
}
.navbar-nav>li {
	float: left !important;
}

.navbar-nav>li>a {
	padding: 12px 15px !important;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
.navbar-inverse .index-nav .active>a, 
.navbar-inverse .index-nav a:focus, 
.navbar-inverse .index-nav a:hover {
	background: #ac013e !important;
}
.index-nav {
	float: none;
}
.index-nav li {
	width: 16.666%;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.search-color {
	color: #1c676c;
}
.wechat-color {
	color: #32b347;
}
.weibo-color {
	color: #c23a3a;
}
.navbar-icon>li>a {
	padding: 30px 10px !important;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: rgba(255,255,255,0.2);
}

.navbar-icon li:first-child {
	position: static;
}
.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-header-1 a {
	display: block;
    padding: 10px 15px;
    border-left: 0 !important;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.pagination li[disabled=disabled] {
	cursor: not-allowed;
}
.Article {
	padding: 0 15px;
}
.Article-title {
	padding: 0 !important;
	font-size: 24px;
	text-align: center;
	color: #015293;
}
.Article_content {
	font-family: 'Microsoft YaHei',arial,helvetica,sans-serif;
}
.Article_content:before
, .Article_content:after {
	display: table;
	content: " ";
}
.Article_content:after {
	clear: both;
}
.Article_content table {
	width: 100% !important;
}
.Article_content p {
    text-align: justify;
    color: #333;
    line-height: 2;
}
.Article_content img {
    width: auto;
    max-width: 100%;
}
.Article_content img[src*="icon_doc.gif"] {
	display: inline-block;
	*display: inline;
	margin-right: 10px !important;
}
.Article_content object {
	display: block;
	margin: 0 auto;
}
.Article-time {
	padding: 9px 10px;
	background: #f0f3f6;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
/* 模态框 */
#weChat .modal-dialog {
	width: 300px;
	margin-top: 15% !important;
	margin-left: auto;
	margin-right: auto;
}
.embed-responsive-zw {
	padding-bottom: 775px;
}
.embed-responsive-xw {
	padding-bottom: 1015px;
}
.embed-responsive-ys {
	padding-bottom: 660px;
}
.embed-responsive-ms {
	padding-bottom: 735px;
}
/*-----头部------------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #e0e4e9;
}
.header {
	background: url(../img/top-bg.png) center bottom no-repeat;
}
.navbar-header h1 {
	margin: 20px 0;
}
.header-link {
	background: #1a57a8;
}
.header-link a {
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 12px !important;
    border-right: 1px solid #aaa;
}
.header-link .pull-left a:last-child,
.header-link .pull-right a:last-child {
	border-right: 0;
}
.header-right {
	padding-top: 20px;
}
.circle-btn {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: #4c87d5 !important;
    color: #fff !important;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
}
.circle-btn i {
	font-size: 20px;
}
.circle-btn:hover {
	background: #d01e26 !important;
	color: #fff;    
}
.attention ul li {
	float: left;
	padding: 0 10px;
}
.attention {
	padding-left: 65px;
}
.attention li {
	position: relative;
}
.attention li>div {
    position: absolute;
    top: 35px;
    left: -50%;
    margin-left: -22px;
    width: 154px;
    height: 190px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
}
.attention li:last-child div {
	width: 300px;
	margin-left: -94px;
}
.attention li>div:after {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}
.search {
	background: #f7f9fa;
	padding: 10px 0 20px;
}
.search button {
    position: absolute;
    top: 0;
    height: 38px;
    right: 0;
    padding-top: 3px;
    width: 80px;
    font-size: 22px;
    border: 0;
    border-radius: 30px;
}

.search input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 95px 0 5px;
    outline: none;
    background-color: #fff;
    text-indent: 1em;
    border: 1px solid #387ad0;
    border-radius: 30px;
}
.main-menu-search input {
	padding-right: 50px;
}
.search input:hover
, .search input:focus {
	background-color: #fff !important;
}
.search-box {
	position: relative;
	margin-top: 12px;
}
/*-----首页------------------------------------------------------------------------*/
.index-tab li {
	margin-bottom: 10px;
	display: block !important;
}
.index-tab li a {
	display: block;
	padding: 18px 12px 18px 110px;
	border: 1px solid #1c7fc4;
	color: #1a57a8;
	font-size: 18px;
	line-height: 40px;
}
.index-tab li a i {
	color: #1a57a8;
}
.index-tab li.active a {
	background: #2c6fc5;
	color: #fff;
}
.index-tab li.active a i {
	color: #fff;
}
.index-tab li.active a:after {
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-left: 8px solid #2c6fc5;
    border-bottom: 8px solid transparent;
    content: '';
}
.index-tab li a i {
	float: left;
	display: inline-block;
	margin: 0 20px 0 40px;
	line-height: 40px;
	font-size: 40px;
	vertical-align: sub;
}
.index-tab-content {
	padding: 15px;
	border: 1px solid #1c7fc4;
}
.index-tab-content .owl-carousel img {
	height: 238px;
}
.index-tab li h2 {
	margin: 0;
}
.zt img {
	width: 100%;
	height: 62px;
}
.work {
	position: relative;
	border: 1px solid #1c7fc4;
}
.work-header {
	background: url(../img/title.png) #f2f6fa center no-repeat;
}
.work-header h2 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
}
.more {
	position: absolute;
    top: 7px;
    right: 15px;
    color: #bd0809;
}
.behind {
	padding: 10px;
}
.really-left {
	float: left;
	width: 25%;
    margin-right: 2%;
}
.really-left ul li a {
	display: block;
    padding: 2px 0;
    color: #0387c8;
    border-right: 1px solid #ddd;
    text-align: center;
}
.really-left ul li a i {
	font-size: 18px;
	margin-right: 5px;
}
.really-right {
	float: left;
	width: 73%;
}
.really-right .uli14 a {
	float: left;
	font-size: 12px;
}
.really-right .uli14 li {
	overflow: hidden;
}
.really-right .uli14 a.list-icon {
	float: left;
	width: auto;
	margin: 0 2px;
}
.alink {
	height: 105px;
    overflow: hidden;
}
.alink li {
	overflow: hidden;
}
.alink li span {
	color: #1a57a8;
	width: 90px;
	float: left;
	font-size: 14px;
}
.alink li p {
	float: left;
	width: 290px;
	margin-bottom: 0;
}
.alink li p a {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #666;
}
.alink li p a:hover {
	color: #fe000b;
}
.no-label-alink p {
	width: 100% !important;
	margin-bottom: 5px !important;
}
.public-list {
	margin-bottom: 12px;
}
.public-list li a {
	display: block;
    background: #5a9aed;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
    padding: 15px 0;
    border-radius: 4px;
    font-size: 16px;
}
.public-list li a:hover {
	background: #2f73cb;
}
.public-list li a i {
	margin-right: 20px;
	font-size: 22px;
}
.block-btn [class*='col-sm'] {
	padding: 0 5px;
}
.block-btn a {
	display: block;
	padding: 3px 0;
	margin-bottom: 9px;
	border: 1px solid #d4e0ed;
	background: #f4f9fe;
	color: #666;
	text-align: center;    
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.block-btn a:hover {
	background: #cce5fe;
}
.icon-btn li {
	float: left;
	width: 20%;
	padding: 0 5px;
}
.icon-btn a {
	display: block;
	padding: 15px 0;
	border: 1px solid #d4e0ed;
	background: #f4f9fe;
	border-radius: 4px;
	color: #666;
}
.icon-btn a:hover {
	background: #cce5fe;
}
.icon-btn a i {
	font-size: 24px;
	margin: 0 10px;
	color: #1a57a8;
	vertical-align: middle;
}
.icon-btn .owl-controls {
	margin-top: 0;
}
.online .icon-btn a {
	padding: 12px 0;
}
.qa li p {
	font-size: 12px;
	margin-bottom: 8px;
}
.qa a {
	color: #666;
}
.qa a:hover {
	color: #fe000b;
}
.qa i {
	vertical-align: middle;
}
.qa li:last-child p:last-child {
	margin-bottom: 0;
}
.role-list li {
	float: left;
	width: 25%;
}
.role-list a i {
	position: absolute;
	top: 0;
	left: 0;
	color: #508bd9;
	font-size: 12px;
}
.role-list li a {
	position: relative;
    display: block;
    padding: 6px 0;
    margin: 3px;
    background: #ebf1fa;
    color: #444;
    text-align: center;
}
.role-list li a:hover {
	background: #508bd9;
	color: #fff;
}
.point .slider-text-1 {
	padding-left: 60px;
}
.point .item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.slider-btn .owl-dots {
	display: none !important;
}
.slider-btn .owl-nav .owl-prev,
.slider-btn .owl-nav .owl-next {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0 5px;
    border-radius: 4px;
    background: #1a57a8;
    line-height: 56px;
}
.slider-btn .owl-nav .owl-prev {
	left: -30px;
}
.slider-btn .owl-nav .owl-next {
	right: -30px;
}
.owl-controls .owl-nav [class*=owl-]:hover {
	background: #2f73cb;
}
.icon-btn-1 li {
	width: 100%;
}
.icon-btn-1 li i {
	font-size: 50px;
}
.icon-btn-2 li {
	width: 50%;
}
.icon-btn-2 li i {
	font-size: 40px;
	margin: 0 20px;
}
.icon-btn-3 li {
	width: 33.333%;
}
.icon-btn-3 li i {
	margin-right: 3px;
	font-size: 30px;
}
.replay-search {
	position: relative;
}
.replay-search input {
	width: 100%;
}
.replay-search button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-top: 3px;
	border-radius: 0;
}
.owl-controls .owl-nav .owl-prev:before {
    content: "\e62b";
}
.owl-controls .owl-nav .owl-next:before {
    content: "\e7ba";
}
.owl-item > .item a .title {
	font-size: 14px;
}
.pic-slider .owl-nav {
	display: none;
}
.pic-slider .owl-dots .owl-dot span {
	margin: 5px 2px;
}
.header-1 {
	margin: 10px 0;
	color: #1a57a8;
	font-size: 18px;
}
.header-1 i {
	font-size: 26px;
	margin-right: 10px;
	vertical-align: sub;
}
.icon-list li a {
	display: block;
	padding: 10px 0;
	margin: 5px 0;
	text-align: center;
	border: 1px solid #1c7fc4;
	color: #1c7fc4;
	background: #fff;
}
.icon-list li a:hover {
	background: #1c7fc4;
	color: #fff;
}
.icon-list li a i {
    font-size: 24px;
    vertical-align: sub;
    margin-right: 15px;
}
.bg-gary {
	background: #f5f5f5;
}
.no-border-top {
	border-top: none !important;
}
.ewm-app li a {
	margin: 0 auto 10px;
}
.ewm-app li.active {
    border-bottom: 1px solid #d01e26;
}
.ewm-app li.active a {
	background: #d01e26 !important;

}
ul.nav-tabs.nav-modern>li.active>a:before,
ul.nav-tabs.nav-modern>li.active>a:after {
	left: 38%;
	border-bottom: 5px solid #d01e26;
	bottom: -11px;
}
.friend-link {
	margin-top: 20px;
	z-index: 99;
}
.width80 {
	width: 70px;
}
.pulic-slider-btn {
	padding: 0 30px;
}
.guide-slider {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: 125px;
}

.guide-slider .guide {
    width: 80px;
    height: 125px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
}

.guide-slider .guide .display {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 80px;
    height: 125px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .display .icon i {
    display: block;
    margin: 15px 0;
    font-size: 40px;
    color: #1a57a8;
}
.guide-slider .guide.on .display .icon i {
    color: #fff;
}
.guide-slider .guide .display .title {
    padding: 0 3px;
    font-size: 15px;
    color: #666666;
}

.guide-slider .guide .display .introduction {
    border-top: 1px solid #ddd;
    width: 150px;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    text-align: left;
    line-height: 20px;
}
.guide-list .guide:first-child .display{
    border-left: 1px solid #ddd;
}
.guide-slider .guide .display::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 8px 10px;
    top: 100%;
    margin-top: 0;
    right: -1px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .behind {
    width: 408px;
    height: 125px;
    display: inline-block;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.guide-slider .guide.on {
    width: 488px;
}
.guide-slider .guide .display {
    border-top: 2px solid #2e71c9;
}
.guide-slider .guide.on .display {
    background: #2e71c9;
    color: #fff;
    border-right-color: transparent;
}

.guide-slider .guide.on .display .title {
    color: #fff;
}

.guide-slider .guide.on .display .introduction {
    color: #fff;
}

.guide-slider .guide.on .display::after {
    top: 50%;
    margin-top: -5px;
}

.point .item {
	background: url(../img/blue-point.png) 0 center no-repeat;
}
.dowebok-hz li a,
.point .item a {
	padding-left: 10px;
}
.vertical-middle {
	vertical-align: middle;
}
.padding-ud-1 {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
/*-----互动交流------------------------------------------------------------------------*/
.doing i {
	vertical-align: sub;
}
.doing a:hover {
	color: #fff !important;
}
.feedback-list li {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #d2d2d2;
}
.feedback-list li p {
	padding: 5px 10px;
	margin-bottom: 0;
	line-height: 24px;
}
.feedback-list li a {
	color: #333;
}
.feedback-list li a:hover {
	color: #fe000b;
}
.feedback-list li p:first-child {
	background: #f3f5f8;
	border-bottom: 1px solid #d2d2d2;
	color: #000;
}
.feedback-list li span.time {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #999;
	background: #fff;
	padding-left: 15px;
}
.feedback-list .text-error {
	color: #bd0809 !important;
}
.feedback-list .text-success {
	color: #1da841 !important;
}
.login {
	margin: 45px 85px;
	border-radius: 3px;
}
.login form {
	width: 535px;
	padding: 30px 70px;
}
.login .form-group {
	position: relative;
	margin-bottom: 15px;
}
.login .form-group i {
	position: absolute;
	top: 7px;
	left: 5px;
	font-size: 24px;
	color: #c7c7c7;
}
.login .form-group input {
	padding: 18px 4px 19px 35px;
	border-radius: 0;
}
.login h2 span {
	display: inline-block;
	margin-left: 12px;
	font-size: 20px;
	color: #5a5a5a;
	vertical-align: middle;
}
.login .btn {
	width: 100%;
	padding: 9px 0 !important;
}
.width325 {
	width: 325px;
}
.yzm2 {
	width: 216px;
}
.yzm2 + img {
	height: 39px;
}
.login-tip {
	width: 295px;
	padding: 30px 20px;
	background: #4782d1;
	color: #fff;
	border-radius: 3px;
}
.login .login-tip{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.login-tip p {
	line-height: 20px;
	text-align: justify;
}
.login .login-tip p {
	line-height: 24px;
}
.login-tip em {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	line-height: 15px;
	border-radius: 2px;
	text-align: center;
	background: #fff;
	color: #4782d1;
	font-size: 12px;
	font-style: normal;
}
.login-tip span {
	display: block;
	padding-left: 28px;
}
.login-tip button {
	display: block;
	margin: 8px 0 20px;
	padding: 9px 33px;
	border-radius: 3px;
	background: #fff;
	color: #1a57a8;
	text-align: justify;
	font-size: 16px;
	border: 0;
}
.postcard .qa {
	margin: 0;
	min-height: auto;
}
.form-common form,
.form-common .form-horizontal {
	width: 64%;
}
.form-common form
.form-control {
	border-radius: 0;
	height: 28px;
}
.form-common .btn {
	padding: 4px 35px;
}
.page-header-6 h2 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #bd0809;
}
.page-header-6 h2 i {
	font-size: 20px;
}
.question-levy .control-label {
	padding-left: 0;
}
.question-levy .form-group {
	margin-bottom: 10px;
}
.classic-p {
    text-indent: 2em;
    line-height: 28px;
    color: #333;
    text-align: justify;
    margin-bottom: 0;
}
.classic-p a {
	color: #333;
}
.question-levy .form-horizontal {
	width: 100%;
} 
.question-levy .btn {
	padding: 3px 24px;
	border-radius: 0;
}
.hd-12333 p {
	margin-bottom: 0;
	line-height: 24px;
	color: #333;
	text-align: justify;
}
.hd-12333 span.z-content {
	display: block;
    padding-left: 45px;
}
.hd-12333 span.bold {
	float: left;
}
.guest-introduce li {
	float: left;
	width: 50%;
	padding: 5px 10px 5px 5px;
}
.guest-introduce .name {
	font-size: 15px;
	font-weight: bold;
}
.guest-introduce li a {
	color: #333;
	text-align: justify;
}
.guest-introduce li div {
	padding-left: 120px;
}
.guest-introduce li p {
	max-height: 42px;
	overflow: hidden;
}
/*-----图片新闻------------------------------------------------------------------------*/
.main-menu {
	background: #25539f;
}
.main-menu ul li {
	float: left;
	width: 16.666%;
}
.main-menu ul li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}
.main-menu-search {
	padding: 0;
	background: none;
}
.main-menu-search input {
	float: right;
	width: 85%;
	margin-right: 10px;
}
.main-menu-search .search-box {
	margin-top: 6px;
}
.main-menu-search button {
	top: 0;
	right: 10px;
	width: 50px;
	background: none;
	color: #25539f;
}
.main-menu li.active a,
.main-menu li a:hover {
	background: #4782d1;
}
.breadcrumb {
	padding: 12px 15px;
	margin-bottom: 0;
	background: none;
}
.breadcrumb i {
    color: #4782d1;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.breadcrumb a {
	color: #555;
}
.breadcrumb .active {
	color: #ff0000;
}
.pic-list li {
	float: left;
	width: 33.333%;    
	padding: 0 1.5%;
	margin-bottom: 20px;
    text-align: center;
}
.pic-list li a {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pic-list li a img {
    transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.pic-list li a:hover img {
	-webkit-filter: brightness(.9);
    transform: scale(1.05);
}
.pic-list li a p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
	padding: 5px;
	background: #000;
	opacity: .7;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pic-list li a img {
	width: 100%;
}
.pic-list2 li {
	float: left;
	width: 25%;
	padding: 0 1.5%;
}
.pic-list2 li a {
	display: block;
	text-align: center;
}
.pic-list2 li a img {
	width: 100%;
}
.pic-list2 li p {
	margin: 8px 0 15px;
	color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.left-menu h2 {
	margin: 0;
}
.left-menu > li > a,
.left-menu > li > h2 > a {
	display: block;
	background: #1c62be;
	padding: 15px 20px;
	font-size: 18px;
	color: #fff;
}
.left-menu > li > h2 > a i,
.left-menu > li > a i {
	margin-right: 10px;
}
.sub-menu a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}
.sub-menu li.active a,
.sub-menu li.active a:hover {
	background: #147fdd;
	color: #fff;
}
.sub-menu li a:hover {
	background: #eff8ff;
}
.sub-menu li:last-child a {
	border-bottom: 0;
}
.sub-menu a i {
	float: right;
	margin-top: 5px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.sub-menu a:hover i {
	margin-right: 10px;
}
.top-order {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	border: 0;
	float: none;
	padding: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.top-order i {
	display: none;
}
.top-order:hover,
.top-order:focus {
	color: #fff;
}
.main-menu ul {
	overflow: hidden;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.null-link {
	height: 0;
	width: 0;
}
.margin-bottom-6 {
	margin-bottom: 6px;
}
.close-page a {
	margin-right: 30px;
	color: #666;
}
.close-page a:hover {
	color: #fe000b;
}
.close-page a i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.dashed-bottom {
	border-bottom: 1px dashed #ddd;
}
.relate a {
    display: inline-block;
    width: 85%;
	color: #333;
	background: url(../img/dot-circle.png) 0 center no-repeat;     
	padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.relate a:hover {
	color: #fe000b;
}
.piao {
	position: absolute;
	top: 38%;
	right: -116px;
	width: 116px;
	border: 1px solid #1a57a8;
}
.piao .relative {
	padding: 8px;
}
.piao a img {
	display: block;
	margin-bottom: 2px;
}
.piao img.p-right,
.piao img.p-left {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
}
.piao img.p-left {
	left: -16px !important;
}
.p-left {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0;
}
.query i {
	font-size: 26px;
	vertical-align: sub;
}
.query .btn-main {
	padding: 3px 0;
}
.new-put {
	padding-right: 0;
}
.query div.pull-right .selectpicker {
	width: 150px;
}
ul.btn-list {
	margin: 0 -5px;
}
ul.btn-list li {
	padding: 0 5px;
}
.btn-list li {
	margin-bottom: 10px !important;
}
.btn-list li a {
	display: block;
	line-height: 50px;
	border-radius: 0;
	border: 1px solid #abd5fb;
	font-size: 16px;
	color: #1a57a8;
	text-align: left;
}
.btn-list li a i {
	margin-right: 10px;
	margin-left: 25px;
	font-size: 24px;
	vertical-align: sub;
}
.btn-list li a:hover {
	background: #e1f0fe;
	color: #1a57a8;
}
.btn-list-lg a {
	font-size: 18px !important;
	line-height: 71px !important;
} 
.btn-list-lg a i {
	font-size: 45px !important;
	vertical-align: middle !important;
}
.btn-list-solid a {
	color: #fff !important;
	background: #0773c7 !important;
	border: 1px solid #0764b1 !important;
}
.btn-list-solid a:hover {
	background: #1a57a8 !important;
}
.btn-list2 a {
	background: #f6fbff;
	color: #0764b1;
}
.btn-list2 a i {
	margin-left: 100px !important;
}
.btn-list2 a:hover {
	background: #e1f0fe;
}
.margin-bottom-9 {
	margin-bottom: 9px;
}
.btn-list-apply a {
	line-height: 32px !important;
}
.bootstrap-select > .dropdown-toggle {
	border: 1px solid #e6e8e8;
	padding: 4px 5px;
	color: #999;
}
/*-----新闻中心------------------------------------------------------------------------*/
.new-topic {
	margin: 0 -5px;
}
.new-topic li {
	margin-bottom: 10px;
}
.new-topic li a {
	display: block;
}
.new-topic img {
	width: 100%;
	min-height: 86px;
}
.new-pic-sliders .owl-dots {
	display: none !important;
}
.new-pic-sliders .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 5px 3px;
	font-size: 20px;
	border-radius: 0;
	background: #4c4c4c;
	opacity: .9;
}
.new-pic-sliders .owl-nav .owl-prev {
	left: -25px;
}
.new-pic-sliders .owl-nav .owl-next {
	right: -25px;
}
.brief .title {
	font-size: 14px;
}
.brief a {
	color: #333;
}
.brief p {
	font-size: 14px;
	color: #666;
	height: 36px;
	line-height: 1.3;
	overflow: hidden;
}
.owl-item > .item > a > .title {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
}
.re-sliders .owl-item > .item a .title span {
	width: 100%;
}
.public-apply p {
	margin-bottom: 5px;
}
.jp-repeat {
	display: none !important;
}
/*-----信息公开------------------------------------------------------------------------*/
.slider-btn2 {
	overflow: inherit;
}
.slider-btn2 a {
	padding: 10px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: none;
	color: #333;
	text-align: center;
}
.slider-btn2 a:hover {
	background: none;
	color: #1c62be;
}
.slider-btn2 .owl-nav .owl-prev,
.slider-btn2 .owl-nav .owl-next {
	top: -2px;
	line-height: 38px;
	background: none;
	color: #1a57a8;
}
.slider-btn2 .owl-nav .owl-prev:hover,
.slider-btn2 .owl-nav .owl-next:hover {
	background: none;
	color: #1a57a8;
}
.slider-btn2 .owl-nav .owl-prev {
	left: -20px;
}
.slider-btn2 .owl-nav .owl-next {
	right: -20px;
}
.slider-btn2 .owl-controls {
	margin-top: 0;
}
ul.list-date li span.time {
	width: 120px;
}
.rider {
	margin: 5px 0 20px 60px;
}
.rider li {
	padding: 5px 0;
	border-bottom: 1px dashed #eee;
}
.rider a {
	float: right;
}
.header-tab {
	position: absolute;
	top: 18px;
	right: 15px;
}
.header-tab a {
	font-size: 14px !important;
}
ul.header-tab.nav-line>li.active a {
	border-bottom: 0 !important;
}
.role-list2 li a {
	padding: 11px 0;
}
.header-search {
	position: absolute;
	top: 0;
	right: 15px;
	overflow: inherit;
}
.header-search>span {
	line-height: 43px;
}
.header-search .dropdown-toggle {
	height: 30px;
	line-height: 18px;
	color: #999;
}
.header-search > button {
	width: 50px;
	height: 30px;
	border-radius: 0;
}
.header-search > input[type="image"] {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px !important;
    height: 28px;
    text-align: center;
    line-height: 25px;
    border-radius: 0;
    padding: 0;
}
.header-search i {
	color: #fff;
	line-height: 18px;
}
.mini-select {
	width: 210px;
}
.overflow-inherit {
	overflow: inherit !important;
}
.money .page-header-1 .nav-tabs a {
	padding: 8px 15px !important;
	color: #333;
}
.money .page-header-1 .nav-tabs li.active a {
	background: none;
	color: #1c62be;
	font-weight: bold;
	border-bottom: none;
}
.money .slider-btn2 {
	padding: 0 15px;
}
.money .slider-btn2 a {
    display: block;
    padding: 6px 0;
	background: #eff8ff;
    text-align: center;
    color: #1a57a8;
    border: 1px solid #d3dfed;
}
.money .slider-btn2 .active a {
	background: #3d9aed;
	color: #fff;
}
.money .slider-btn2 .owl-nav .owl-prev {
	left: -10px;
}
.money .slider-btn2 .owl-nav .owl-next {
	right: -10px;
}
.map {
	float: left;
    width: 67%;
    margin-right: 3%;
}
.map img {
	width: 100%;
	height: 206px;
}
.mapapp {
	float: left;
	width: 30%;
	text-align: center;
}
.mapapp p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #333;
}
.read-content .tab-pane {
	height: 206px;
}
.leader-list li {
	margin-bottom: 10px;
}
.leader-list li a {
	display: block;
	padding: 6px 0;
	color: #000;
	background: #f6fbff;
	border: 1px solid #d3dfeb;
	border-radius: 3px;
	text-align: center;
}
.leader-list li.active a {
	background: #508bd9;
	border-color: #508bd9;
	color: #fff;
}
.people-pic dt {
	float: left;
	width: 30%;
}
.people-pic dt img {
	padding: 4px;
	border: 1px solid #dcdcdc;
}
.people-pic dd {
	float: left;
	width: 70%;
}
.people-pic dd h2 {
	font-size: 22px;
	color: #000;
}
.people-pic dd small {
	display: block;
	font-size: 16px;
	color: #333;
}
.people-pic dd p {
	color: #333;
}
.subtitle {
	font-size: 15px;
	color: #c10600;
}
.summary p {
	margin-bottom: 0;
	text-indent: 2em;
	line-height: 28px;
	color: #333;
}
.doing-summary dt {
	width: 45%;
}
.doing-summary dd {
	width: 55%;
}
.doing-summary a:hover {
	color: #fe000b;
}
.consult-search {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 260px;
}
.subtitle-line {
	height: 10px;
	margin: 22px 0;
	border-bottom: 1px solid #1a57a8;
	color: #1a57a8;
	text-align: center;
}
.subtitle-line span {
    font-size: 15px;
    padding: 20px;
    background: #fff;
}
.btn-ud a {
	line-height: 32px !important;
	background: #f6fbff;
}
.btn-ud i {
	margin: 0 !important;
	font-size: 40px !important;
}
.color-0773c7 {
	color: #0773c7 !important;
}
.margin-top-9 {
	margin-top: 9px;
}
.margin-5- {
	margin-left: -5px;
	margin-right: -5px;
}
.page-header-1 .swiper-container{
	margin: 0 30px;
}
.swiper-container {
    overflow-x: hidden !important;
	height: 35px;
}
.swiper-nav a {
	position: absolute;
    top: 3px;
    padding: 6px 15px;
    z-index: 9;
    background: #ebf6fe;
}
.swiper-wrapper li {
	height: 35px;
	line-height: 23px;
}
.swiper-wrapper li a {
    display: block;
    padding: 0;
    color: #333;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.import .swiper-wrapper li a {
	font-size: 16px;
}
.import .swiper-wrapper li.active a {
	color: #1c62be;
}
.swiper-nav .arrow-left i,
.swiper-nav .arrow-right i {
	font-size: 16px;
}
.swiper-nav .arrow-left {
	left: 0;
}
.swiper-nav .arrow-right {
	right: 0;
}
.tab-content .swiper-nav a {
	background: #fff;
	top: 0;
	padding: 7px 0;
}
.tab-content .swiper-nav .arrow-left {
	left: -5px;
}
.tab-content .swiper-nav .arrow-right {
	right: -5px;
}
.tab-content .swiper-container {
	margin: 0 15px;
}
.money .page-header-1 li h2 {
	padding: 0;
	margin-bottom: 0 !important;
}
.money .swiper-wrapper li.active a {
	background: #3d9aeb;
	color: #fff;
}
.money .swiper-wrapper li a {
	background: #eff8ff;
	color: #3d9aeb;
	border: 1px solid #d3dfed;
	margin: 0 3px;
}
.header-tab-right li.active a {
	padding-bottom: 8px !important;
}
.text-article {
	padding: 50px;
}
.text-article h2 {
	color: #015293;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.text-article p {
	margin-bottom: 0;
	font-size: 16px;
	text-align: justify;
    color: #333;
    line-height: 2;
}
.list-b li {
	float: left;
	width: 9.0909%;
	margin-bottom: 10px;
}
.list-b li a {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	text-align: center;
	border: 1px solid #cfe1ef;
	color: #1a57a8;
	background: #f4f9fd;
}
.list-b li.active a,
.list-b li a:hover {
	background: #508bd9;
	color: #fff;
}
.bs-img-list a {
	display: block;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
.light-pink {
	border: 1px solid #e7dfdf;
	background: #f5f5f5;
}
.light-pink:hover {
	background: #f3ecec;
}
.light-blue {
	border: 1px solid #d9e1e9;
	background: #ebf7fb;
}
.light-blue:hover {
	background: #dff3fa;
}
.bs-btn-list li {
	float: left;
	width: 50%;
}
.bs-btn-list a {
	display: block;
	padding: 7px;
	margin: 0 5px;
	background: #eaf1fb;
	color: #1a57a8;
	text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.bs-btn-list a:hover {
	background: #508bd9;
	color: #fff;
}
.bs-btn-list .owl-nav .owl-prev, 
.bs-btn-list .owl-nav .owl-next {
	background: #4588e1;
	line-height: 46px;
}
.bs-btn-list .owl-nav .owl-prev {
	left: -32px;
}
.bs-btn-list .owl-nav .owl-next {
	right: -32px;
}
.pulic-slider-btn .bs-btn-list a {
	margin: 5px 0;
}
.bs-tab {
	margin-top: 1px;
}
.bs-tab li a {
	font-size: 14px !important;
	color: #333 !important;
	font-weight: bold !important;
}
.bs-tab li.active a,
.bs-tab li a:hover {
	border-bottom: none !important;
	color: #bd0809 !important;
}
.page-header-2 {
	margin: 0;
	padding: 11px 0;
	background: #f2f6fa;
	border-bottom: 0;
}
.page-header-2 h2 {
	text-align: center;
	color: #bd0809;
	font-size: 16px;
}
.handle li {
	float: left;
	width: 25%;
	text-align: center;
}
.handle li a {
	display: block;
	margin-bottom: 9px;
	color: #0387c8;
	font-weight: bold;
}
.handle-table {
	width: 100% !important;
}
.handle-table li {
	background: url(../img/dot-circle.png) 10px center no-repeat;
	line-height: 24px;
}
.handle-table li:nth-child(odd) {
	background: url(../img/dot-circle.png) #f1f6fc 10px center no-repeat;

}
.handle-table a:first-child {
	padding-left: 10px;
}
.handle-table a {
	font-size: 14px !important;
	color: #333 !important;
}
.handle-table a.list-icon {
	float: right !important;
}
.handle-table a.list-icon i {
	font-size: 18px;
	color: #3a6eae;
}
.result-replay {
	background: #508bd9;
}
.result-replay span {
	float: left;
	width: 55px;
	padding: 6px 10px;
	color: #fefeff;
	text-align: center;
}
.result-replay .dowebok-hz {
	width: auto;
	margin: 10px 15px 10px 0;
	background: #fff;
	border-radius: 6px;
	color: #333;
}
.result-replay .dowebok-hz a {
	display: inline-block;
	padding: 6px 0;
	color: #333;
}
.bs-query {
	padding: 8px 20px;
	background: #f2f6fa;
	overflow: inherit;
}
.bs-query div.pull-right {
	width: 300px;
	text-align: right;
}
.pic-list3 img {
	border: 1px solid #ddd;
	padding: 2px;
}
.pic-list3 p {
	text-align: left;
}
.border-top-main {
	border-top: 2px solid #015293;
}
.text-article-small {
	padding: 30px 5px;
	font-size: 14px;
}
.text-article-small p {
	font-size: 14px;
}
.text-article-small h2 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.video-tab li a {
	border:1px solid #d3dfeb;
	color: #1a57a8;
	border-radius: 0;
	margin-right: 20px;
}
.video-tab li.active a,
.video-tab li a:hover {
	background: #147fdd !important;
	color: #fff !important;
}
.magazine-summary {
	margin-bottom: 0;
}
.magazine-summary dt {
	float: left;
	width: 35%;
}
.magazine-summary dd {
	float: left;
	width: 65%;
	color: #333;
}
.magazine-summary dd h4 {
	margin-top: 0;
	font-size: 14px;
}
.magazine-summary dd h4 a {
	color: #1a57a8 !important;
	line-height: 24px;
}
.magazine-summary dd span.bold {
	position: absolute;
	width: 80px;
	text-align: right;
	color: #333;
	padding-left: 0;
}
.magazine-summary dd p {
	margin-bottom: 0;
	line-height: 22px;
}
.magazine-summary dd span {
	display: inline-block;
	padding-left: 80px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.friend-tips p {
	margin-bottom: 0;
	text-indent: 2em;
	line-height: 2;
	color: #333;
    text-align: justify;
}
.public-sum p {
	padding: 0 40px;
	text-align: right;
	color: #333;
}
.public-sum p:last-child {
	margin-bottom: 0;
}
.public-sum em {
	margin-right: 2px;
	font-style: normal;
}
.public-select input {
	border-radius: 0;
	padding-left: 10px;
}
.public-select .btn {
	padding: 3px 24px;
	border-radius: 0;
}
.replay-search {
	top: 10px;
}
.replay-search .btn {
	height: 28px;
}
.header-search input {
	width: 280px;
	padding-right: 48px;
}

/*在线访谈*/
/*网上互动-在线直播*/
.gray-bg{
	background: #f8f8f8;
}
.white-bg{
	background: #fff;
}
.page-header{
	margin-top: 0;
	border-bottom: none;
}
.page-header h2{
	background: url("../img/titbg.jpg") no-repeat;
	height: 64px;
	margin-top: 0;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
}
.page-header-his h2{
	height: 80px;
	background-size: auto 100%;
	line-height: 50px;
}
.page-header-his h2 small{
	font-size: 14px;
	display: block;
	color: #fff;
}
.dl-cont{
	border-bottom:1px dashed #ddd;
}
.dl-cont dl{
	display: flex;
	overflow: hidden\9;
}
.dl-cont dl dt{
	white-space: nowrap;
	font-size: 16px;
	width: 10%\9;
	float: left \9;
}
.dl-cont dl dd{
	width: 90%\9;
	float: left\9;
}
.page-header-1 a{
	border-left-width:4px;
	border-left-color: #0251a2;
}
.relitive{
	position:relative ;
}
.relitive .tips{
	position: absolute;
	right:20px;
	bottom:10px;
	color: #f00;
}
.yzm{
	background: #e7f4fe!important;
	border-color: #a3c2e2!important;
	color: #0251a2!important;
	text-align: center;
}
.btn-warning{
	background: #f60;
	border:1px solid #f60;
}
.hd-list ul li .q-a{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hd-list ul li{
	border-bottom:1px dashed #ddd;
	padding: 20px 0;
}
.q-a-hist{
	margin:30px 0;
}
.q-a-hist p{
	line-height:26px;
}
.q-a-hist p:nth-child(odd){
	margin-bottom:40px;
}
.bg-q{
	background: #ff8d41;
}
.bg-a{
	background: #00bbeb;
}
.text-bold{
	font-weight: bold;
}
.penal-bluel{
	display: flex;
	background: #e7f4fe;
	border:1px solid #c0e4ff;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.penal-bluel span{
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.ft-panel{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 8px #ccc;
	border-bottom: 3px solid #00bbeb;
	position: relative;
	margin-bottom: 30px;
}
.into{
	position: absolute;
	background: #f60;
	border-radius: 20px;
	color: #fff;
	padding: 8px 20px;
	right:20px;
	top:20px
}
.into:hover{
	color: #fff;
	font-weight: bold;
}
.form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}
.table-info tbody tr th {
    width: 30px;
    font-weight: normal;
    background: #f2e7e7;
    text-align: center;
}
.table-info tbody th,
.table-info tbody td {
	padding: 6px;
	border: 1px solid #ddd;
	border-collapse:collapse;
}
.table-title {
	color: #bd0909;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.table-info .checkbox-inline,
.table-info .radio-inline {
	margin-left: 0;
	margin-right: 10px;
}
.width100 {
	width: 100px;
}
.guest-list {
	margin: 0 -8px;
}
.guest-list li {
	margin-bottom: 15px;
	padding: 0 8px;
}
.guest-list li a {
	display: block;
	padding: 15px;
	border: 1px solid #dddee0;
	background: #f7f7f7;
}
.guest-list li a:hover {
	background: #e8f3f8;
}
.guest-list li a img {
	width: 103px;
	height: 125px;
}
.guest-list li a div {
	height: 125px;
	padding-left: 15px;
	overflow-y: scroll;
}
.guest-list li p {
	max-height: inherit;
}
.report-panel {
	padding: 50px;
}
.report-panel p {
	text-indent: 2em;
	line-height: 28px;
	margin-bottom: 0;
}
.report {
	margin: 40px -20px 0;
}
.report li {
	float: left;
	width: 46%;
	margin: 0 28% 2%;
	border-radius: 6px;
}
.report li a {
	font-size: 24px;
	text-align: center;
	line-height: 72px;
}
.report li p {
	padding: 15px 28px;
	line-height: 24px;
	min-height: 102px;
}
.report li a i {
	font-size: 40px;
	margin-right: 20px;
	vertical-align: sub;
}
.report li:first-child {
	border: 2px solid #e2dbfe;
	background: #faf9ff;
}
.report li:first-child a {
	display: block;
	color: #6a4edb;
	background: #e2dbfe;
}
.report li:first-child:hover {
	border: 2px solid #d6cdf6;
}
.report li:first-child:hover a {
	background: #d6cdf6;
}
.report li:last-child {
	border: 2px solid #d6e9fe;
	background: #f9fdff;
}
.report li:last-child a {
	display: block;
	color: #1961c0;
	background: #d6e9fe;
}
.report li:last-child:hover {
	border: 2px solid #c5dcf6;
}
.report li:last-child:hover a {
	background: #c5dcf6;
}
.censor li {
	border-bottom: 1px dashed #ddd;
	padding: 15px;
}
.censor li:hover {
	background: #fcfcfc;
}
.censor li p {
	color: #333;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 0;
}
.censor li p.title {
	color: #06c;
	margin-bottom: 5px;
}
.count h2 {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	background: #1c62be;
	text-align: center;
	padding: 8px 0;
}
.count li a {
	padding-left: 5px;
	color: #333;
}
.count li a:hover {
	color: #fe000b;
}
.count li {
	padding: 6px 0;
	border-bottom: 1px dashed #ddd;
}
.all-search {
	background: #f7f9fa;
}
.all-search>li {
	float: left;
	margin-right: 30px;
	line-height: 28px;
}
.all-search .bootstrap-select>.dropdown-toggle {
	padding: 0 5px 3px;
	background: none;
    border: 0;
    color: #333;
}
.all-search .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: -5px;
}
.service-desk {
	background: url(../img/pt.jpg) center top no-repeat;
	height: 621px;
}
.service-desk .panel {
	margin: 0 10%;
	border-radius: 8px;
}
.service-desk {
	padding: 0 10px;
}
.service-desk .desk-search {
	width: 456px;
	margin: 0 auto 35px;
}
.service-desk .desk-search span {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	line-height: 34px;
	text-align: center;
	background: #2b6ec4;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
.service-desk .desk-search span i {
	margin-right: 6px;
	font-size: 24px;
	vertical-align: sub;
}
.service-desk .replay-search {
	top: 0;
}
.service-desk .replay-search input {
	padding: 8px 4px;
	border: 1px solid #2b6ec4;
	border-radius: 4px;
}
.service-desk .replay-search .btn {
	height: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.service-desk>h2 {
	width: 456px;
	height: 85px;
	margin: 115px auto 0;
	background: url(../img/fw-pt.png) center top no-repeat;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 115px;    
	letter-spacing: 5px;
    padding-left: 50px;
}
.search .text-center .search-box {
	margin: 12px auto 0;
	width: 600px;
}
.jplayer-title {
	margin-bottom: 20px;
	font-size: 22px;
	color: #015293;
}
.jplayer-footer {
	padding-bottom: 6px;
	margin: 80px 10px 50px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px dashed #ddd;
}
.few-title {
	margin-left: -5px;
	color: #147fdd;
	font-size: 14px;
}
.uli14-3 li {
	float: left;
	width: 33.333%;
}
.control-btn-list li {
	width: auto;
}
.control-link a {
	display: inline-block;
	line-height: 28px;
	margin-right: 15px;
	color: #333;
}
.control-link a:hover {
	color: #508bd9;
}
.control-title {
	padding: 0 10px;
	line-height: 35px;
	background: #eaf1fb;
	color: #147fdd;
	font-size: 15px;
}
.control-title i {
	font-size: 24px;
	vertical-align: sub;
}
.control-btn-list a {
	margin-left: 0;
	margin-right: 10px;
	padding: 6px 26px;
}
.control-table {
	min-width: 670px;
}
.control-table>tbody>tr>td, 
.control-table>tbody>tr>th, 
.control-table>tfoot>tr>td, 
.control-table>tfoot>tr>th, 
.control-table>thead>tr>td, 
.control-table>thead>tr>th {
	border-top: 0;
}
.control-table>thead>tr>th {
	border-bottom: 0;
	color: #333;
	font-weight: bold;
}
.control-table>tbody>tr:nth-child(odd) {
	background: #f1f6fc;
}
.control-table a {
	display: block;
    color: #333;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
.control-table {
	table-layout: auto;
}
.panel-title a {
	display: block;
	padding: 15px;
	background: #1c63be;
	color: #fff;
}
.index-tab  .index-tab1 {
	background: url(../img/index1-1.png) 50px center no-repeat;
}
.index-tab .index-tab1:hover,
.index-tab li.active .index-tab1 {
	background: url(../img/index1.png) #2c6fc5 50px center no-repeat;
}
.index-tab  .index-tab2 {
	background: url(../img/index1-2.png) 50px center no-repeat;
}
.index-tab .index-tab2:hover,
.index-tab li.active .index-tab2 {
	background: url(../img/index2.png) #2c6fc5 50px center no-repeat;
}
.index-tab  .index-tab3 {
	background: url(../img/index1-3.png) 50px center no-repeat;
}
.index-tab .index-tab3:hover,
.index-tab li.active .index-tab3 {
	background: url(../img/index3.png) #2c6fc5 50px center no-repeat;
}
.index-tab  .index-tab4 {
	background: url(../img/index1-4.png) 50px center no-repeat;
}
.index-tab .index-tab4:hover,
.index-tab li.active .index-tab4 {
	background: url(../img/index4.png) #2c6fc5 50px center no-repeat;
}
.sub-menu-m li a {
	color: #666;
}
.sub-menu-m li.active a,
.sub-menu-m li a:hover {
	background: #147fdd;
	color: #fff;
}
.sub-menu-menu li a {
	display: block;
	padding-left: 20px;
	line-height: 35px;
	border-bottom: 1px solid #eeeeee;
}
.sub-menu-menu li.active a,
.sub-menu-menu li a:hover {
	background: #eef5ff;
}
.jian {
	overflow: hidden;
	margin-bottom: 15px;
}
.jian label {
	float: left;
	width: 70px;
	text-align: right;
}
.jian .jian-con {
	padding-left: 70px;
}
.jian .jian-con>* {
	width: 100%;
}
.jian .jian-con select {
	padding: 0;
	height: 28px !important;
	line-height: 28px !important;
	border-radius: 0 !important;
}
.jian .jian-con button {
	padding: 3px 12px;
	width: 70px;
	border-radius: 0;
}
.pgwSlideshow {
	width: 640px;
	margin: 0 auto 30px;
}
.pgwSlideshow .ps-current img {
	width: 100%;
	height: 425px;
}
.pgwSlideshow .ps-current .ps-prev,
.pgwSlideshow .ps-current .ps-next {
	display: none !important;
}
.ps-list {
	margin: 0 -50px;
	background: #fff !important;
	border-top: none !important;
	box-shadow: none !important;
}
.pgwSlideshow .ps-list li .ps-item {
	opacity: 1;
}
.pgwSlideshow .ps-list li .ps-item img {
	border: none;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
	border: 0;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
	margin: 0;
	border: 1px solid #f00;
}
.form-common h2 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #214094;
}
.bg-link {
	display: inline-block;
	margin: 8px 5px 20px 10px;
    padding: 9px 20px;
    border-radius: 3px;
    background: #fcf8e3;
    color: #858585;
    text-align: justify;
    font-size: 16px;
    border: 0;
}
.ld h2 {
	padding-bottom: 10px;
	color: #333;
	border-bottom: 2px solid #bd0809;
}
.list-num li {
	overflow: hidden;
}
.list-num li a {
	float: left;
	width: 55% !important;
	display: inline-block !important;
}
.list-num li .num {
	float: left;
	width: 30%;
	text-align: center;
}
.list-num .time {
	top: 4px !important;
}
.qa {
	margin: 50px 0;
	min-height: 530px;
}
.qa>div {
	overflow: hidden;
}
.qa>div span {
	float: left;
	width: 80%;
	color: #666;
	font-size: 16px;
	line-height: 1.8
}
.qa>div:first-child span {
	color: #0387c8;
	font-size: 18px;
}
.color-0387c8 {
	color: #0387c8 !important;
}
.qa>div span.qa-label {
	float: left;
	width: 10%;
	text-align: right;
}
.close-btn {
	position: absolute;
	top: 5px;
	right: 10px;
	width: auto !important;
}
.close-btn i {
	font-size: 20px;
}
.pic-new {
	width: 1000px;
    position: absolute;
    top: 470px;
}
.zxdt {
	padding-bottom: 250px;
}
.vote-title {
    margin: 25px 0;
    font-size: 22px;
    color: #444;
    text-align: center;
}
.vote-question dl {
    margin-bottom: 30px;
    margin-left: 0;
}
.vote-question dt {
    font-size: 18px;
    color: #0069c5;
    border-left: 3px solid #0069c5;
    padding-left: 15px;
    line-height: 18px;
    margin: 20px 0;
}
.vote-question dd {
    padding-top: 15px;
    margin-left: 0;
    border-top: 1px solid #E6E8E8;
    overflow: hidden;
}
.vote-question dd label {
    width: 100%;
    margin-left: 0 !important;
    padding: 5px 0 5px 20px;
}
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio] {
	margin-left: -18px;
}
.vote-tips {
	text-indent: 2em;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #666;
}
.fish {
    width: 70%;
	margin: 50px auto;
    padding: 20px;
    background: #e1f8ff;
    border-radius: 4px;
}
.fish p {
	line-height: 1.8;
}
.radios label {
    /** width: 18%;  */
    margin-left: 0 !important;
    margin-bottom: 15px;
}
.vote-question dt img,
.vote-question dd label img {
	display: block;
	max-width: 600px;
	max-height: 400px;
	margin-top: 10px;
}
.w-pic-list img {
	width: 180px;
	height: 125px;
}
.w-yzm {
	width: 85px;
	height: 34px;
	margin-top: -4px;
}
textarea.form-control {
    height: auto !important;
}
.letter-btn {
	height: auto !important;
	padding: 0 30px;
	line-height: 28px;
}
.form-group .label-info {
	display: block;
	background: none;
	margin-top: 6px;
}
.qa-table {
	min-width: 800px;
}
.qa-table th {
	font-size: 15px;
	background: #edfaff;
	text-align: center;
	border-top: 3px solid #25539f !important;
}
.qa-table th,.qa-table td {
	border: 1px solid #eee;
}
/*-----底部------------------------------------------------------------------------*/
.footer {
	position: relative;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #f2f5f8;
    color: #444;   
    border-top: 2px solid #b62c1b;
}
.footer p {
	line-height: 1;
	font-size: 12px;
}
.footer-icp {
	display: inline-block;
    position: absolute;
    right: 100px;
    top: -4px;
}

.header-search > [type=button] {
    width: 50px;
    padding: 0;
    margin: 0;
    border: 0;
}