/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
/*-----字体图标引入------------------------------------------------------------------------*/
@import url("http://at.alicdn.com/t/font_520364_l6p5sc65po315rk9.css");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;outline: none;color: #595b5d;}
a:hover,a:focus{text-decoration: none; color: #1551c0;}
button,input{outline:none !important; }
#skip{height: 0; overflow: hidden;}
ul{
	display: block;
	padding: 0;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
}
body {
	font-size: 14px !important;
	color: #333;
}
li{
	list-style: none;
}
img{
	width: auto;
	max-width: 100%;
}
.label-warning{
	background-color: #f96000;
}
.text-info{
	color: #1551c0;
}
.container{
	max-width: 1170px;

}
.header{
	background-color: #1551c0;
}
.navbar-brand{
	height: auto;
	padding: 12px 15px;
}

.toolbar{
	float: right;
	margin-top: 6px;
	font-size: 13px;
	text-align: right;
	color: #91b8e1;
}
.toolbar span{
	padding: 0 15px;
	line-height: 14px;
}
.toolbar a{
	padding: 0 15px;
	color: #91b8e1;
	line-height: 14px;
	border-left: 1px solid #3372b3;
	display: inline-block;
}
.navbar-nav{
	float: right !important;
}
.navbar-nav li a{
	padding: 0 18px;
	line-height: 80px;
	height: 80px;
	font-size: 18px;
	color: #fff;
	display: block;
}
#mainNav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav li:last-child a {
	border-right: 0;
}
.navbar-nav li a:hover {
	background: #376ac8;
}
.navbar-nav li a:focus {
	background: #1551c0;
}
.navbar-nav li.active,
.navbar-nav li:focus,
.navbar-nav li:hover{
	background-color: #376ac8;
	color: #fff;
}
.navbar-toggle{
	background-color: #376ac8;
	margin-top: 20px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.top-nav{
	background: #1551c0;
	color: #fff;
	padding: 5px 10px;
	overflow: inherit;
	border-bottom: 1px solid #3668c6;
}
.top-nav a{
	color: #fff;
}
.top-nav .divider{
	color: #98b0dd;
	height: 18px;
	margin:0 10px
}
.top-nav .navbar-nav a i{
	margin: 0 5px;
	font-size: 22px;
	vertical-align: sub;
}
.navbar-nav {
	overflow: inherit;
}
.gray-bg{
	background: #f4f4f5;
}
.breadcrumb{
	padding: 0;
	margin: 15px 0;

}
.left-header a {
	display: block;
	color: #fff;
	background: #1551c0;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0 15px 20px;
	letter-spacing: 1px;
}
.panel-group {
	overflow: hidden;
	border: 1px solid #eee;
}
.left-menu ul.sub-menu {
	border-bottom: 1px solid #eee;
}
.left-menu ul.sub-menu:last-child {
	border-bottom: none;
}
.left-menu .sub-menu-menu {
	background: #f7f7f7;
}
.left-menu .sub-menu-menu a {
	display: block;
	padding: 5px 50px;
}
.left-menu .sub-menu-menu li.active a {
	color: #1551c0;
	background: #eaf0fb;
}
.left-menu .sub-menu>li>a {
	display: block;
	padding: 15px 20px;
	font-size: 16px;
}
.left-menu .sub-menu>li.active>a,
.left-menu .sub-menu>li>a:hover {
	color: #1551c0;
	font-weight: bold;
}
.left-menu .sub-menu>li.active>a i,
.left-menu .sub-menu>li>a:hover i {
	color: #1551c0;
}
.left-menu .sub-menu>li>a i {
	font-size: 20px;
	margin-right: 10px;
	color: #ddd;
	vertical-align: text-bottom;
}
.page-header-2{
	margin-top: 0;
	border-bottom: 1px solid #ddd;
}
.page-header-2 h2{
	font-size: 20px;
	border-left: 0;
    padding: 10px 15px 16px;
    display: inline-block;
    border-bottom: 3px solid #1551c0;
	color: #1551c0;
	margin-bottom: -1px;
}
.page-header-1{
	margin-top: 4px;
	margin-left: 16px;
}
.page-header-1 a{
	border-left: 0;
	font-size: 18px;
	color:#1551c0 ;
}
ul.list-square li{
	list-style: disc;
	margin-left: 20px;
}
ul.list-date li a{
	font-size: 16px;
	width: 80% !important;
}
ul.nowrapli li a:hover{
	color:#1551c0 ;
}
.line-dashed{
	border-bottom: 1px dashed #ddd;
	margin:10px 0;
	display: block;
}
.box-blue-cont{
	border-top:3px solid #1551c0;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f4f4f5;
}
.box-blue-cont h2{
	margin: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #1551c0;
}
.search-cont{
	padding: 0 16px;
}
.search-cont input{
	width: 100%;
	padding: 9px 10px;
	border: 0;
}
.search-cont select {
	width: 100%;
	margin-top: 10px;
	height: 34px;
	border: 0;
}
.search-cont .btn{
	margin-bottom: 15px;
	background:#1551c0;
	border-radius: 0;
	border: 0;
}
ul.PicList li{
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	overflow: hidden;
}
ul.PicList li:last-child {
	border-bottom: 0;
}
ul.PicList li a{
	display: inline-block;
}
ul.PicList li>.li-cont{
	overflow: hidden;
}
ul.PicList li>.li-cont>a{
	float: left;
	width: 31%;
	padding-right: 20px;
}
ul.PicList li>.li-cont>a img {
	width: 100%;
	height: 140px;
}
.bt-time .li-bottom {
	margin-top: 30px;
}
ul.PicList li p.date{
	margin-left: 0;
}
ul.PicList li>.li-cont h4{
	font-size: 20px;
	margin-top: 0;
	color: #333;
}
ul.PicList li>.li-cont .article span{
	color: #999;
    display: block;
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
}

ul.PicList .li-bottom span i {
	font-size: 22px;
	color: #cacaca;
	vertical-align: sub;
}
ul.PicList .li-bottom span a:hover i {
	color: #1551c0;
}
.nowrap, ul.nowrapli li a {
	width: 100%;
	margin-left: 0;
}
.list-show-all li a {
	white-space: normal !important;
}
ul.picTextList li {
	padding: 15px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}
ul.picTextList li a:hover {
	background: none;
}
ul.picTextList li:last-child {
	margin-bottom: 0;
}
.page-header-3{
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #1551c0;
	background: #f4f4f5;
	position: relative;
}
.page-header-3 h2{
	display: inline-block;
	background: #1551c0;
	font-size: 18px;
	padding: 14px 15px;
	margin-bottom: -1px;
	color: #fff;
}
.more{
	position: absolute;
	right: 15px;
	top: 12px;
	color: #fff;
	font-weight: normal;
	background:#d2d2d2;
	padding: 2px 8px;
    font-size: 13px;
	border-radius: 4px;
}
.more:hover{
	background: none;
	background: #1551c0;
	color: #fff;
}
.uli12 li, .uli14 li {
	padding: 7px 0 7px 15px;
	color: #ddd;
	background: url(dot.png) 0 17px no-repeat;
}
.uli12 li a, .uli14 li a {
	color: #333;
	font-size: 16px;
}
ul.picTextList li a .title{
	margin-top: 10px;
	font-weight: normal;
	color: #333;
	line-height: 2;
	height: 56px;
	overflow: hidden;
}
ul.picTextList li a .title:hover {
	color: #1551c0;
}
ul.picTextList li a img {
	padding-left: 0;
}
.Article-title{
	padding: 0;
	font-size: 22px;
}
.breadcrumb>li+li:before {
	content: ">";
	color: #333;
}
/*页码*/
.pagination-cont{
	text-align: center;
}
.pagination-cont ul {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination-cont ul>li {
	display: inline
}

.pagination-cont ul>li>a,.pagination-cont ul>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination-cont ul>li:first-child>a,.pagination-cont ul>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination-cont ul>li:last-child>a,.pagination-cont ul>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination-cont ul>li>a:focus,.pagination-cont ul>li>a:hover,.pagination-cont ul>li>span:focus,.pagination-cont ul>li>span:hover {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination-cont ul>.active>a,.pagination-cont ul>.active>a:focus,.pagination-cont ul>.active>a:hover,.pagination-cont ul>.active>span,.pagination-cont ul>.active>span:focus,.pagination-cont ul>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination-cont ul>.disabled>a,.pagination-cont ul>.disabled>a:focus,.pagination-cont ul>.disabled>a:hover,.pagination-cont ul>.disabled>span,.pagination-cont ul>.disabled>span:focus,.pagination-cont ul>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-cont .controls{
	display: none;
}

/*footer*/
.footer{
	background: #4f5053;
	color: #c5c5c6;
}
.footer a{
	display: inline-block;
	color: #c5c5c6;
}
.footer .links {
    float: left;
    width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #616265;
}

.footer .links ul {
    position: relative;
}

.footer .links li {
    margin-left: 78px;
    float: left;
    color: #fff;
}

.footer .links li:first-child {
    margin-left: 0;
}

.footer .links li p {
    margin: 0;
    padding: 15px 0;
}

.footer .links li p i{
	margin-left: 10px;
    display: inline-block;
    color: #7a7a7f;
    /* transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);  
    -moz-transform:rotate(-90deg);  
    -webkit-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg);     */
}

.footer .links .dropdown {
    position: static;
}
.footer .links .dropdown p {
	margin-bottom: 0;
	color: #afafb3;
	font-size: 13px;
}
.footer .links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}

.footer .links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 25%;
    clear: none;
}
.footer .img-list{
	margin-top: 14px;
	float: right;
}
.footer .img-list img{
	margin-left: 16px;
	display: inline-block;
}
.map {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 13px;
}
.relative {
	position: relative;
}
#weibo_pos span {
	font-weight: bold;
}
#weibo_pos a {
	display: inline-block;
	margin: 0 3px;
}
.Article_content-d a {
	color: #4d8ac0;
}
.Article_content {
	padding: 15px 0;
	font-family:Microsoft YaHei;
}
.Article-title {
	margin-top: 0;
}
.player-bg {
	height: 110px;
	background: url(bg_772.png) center no-repeat;
}
.gaojian-font {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.gaojian-font p {
	margin-bottom: 0;
	padding: 22px 0;
	font-size: 16px;
}
.gaojian-font p i {
	color: #1551c0;
	font-size: 24px;
	margin: 0 8px 0 15px;
}
.gaojian-font p a {
	/* margin: 0 5px; */
}
.gaojian-font .dropdown {
	position: absolute;
	top: 18px;
	right: 15px;
}
.gaojian-font .dropdown i {
	font-size: 22px;
    margin-right: 8px;
    vertical-align: text-top;
}
.gaojian-font .dropdown-menu {
	left: inherit;
	right: 0;
	top: 75%;
	min-width: inherit;
}
.gaojian-font .dropdown-menu a {
	padding: 5px 10px;
	font-size: 12px;
}
.gaojian-font .dropdown-menu img {
	width: 20px;
	margin-right: 5px;
}
.btn-main {
	background: #1551c0;
	color: #fff;
	border: 0;
}
.btn-main:hover,
.btn-main:focus {
	color: #fff;
	background: #2466e1;
}
.width80 {
	width: 80px;
}
ul.list-date li span.time {
	opacity: inherit;
	color: #bdbdbd;
	top: 9px;
}
.header-2 h3 {
	color: #1551c0;
	font-weight: normal;
	font-size: 18px;
	line-height: 16px;
	margin: 0 0 10px;
	border-left: 3px solid #1551c0;
	padding-left: 13px;
}
.header-2 h3 i {
	display: inline-block;
	margin-right: 8px;
	color: #1551c0;
}
.list-num2 li {
	float: left;
	width: 50%;
}
.dashed-ul .uli14 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #eee;
}
.dashed-ul .uli14:last-child {
	border-bottom: 0;
}
.text-blue {
	color: #1551c0;
}
.text-error {
	color: #f00;
}
.lead-process li {
	position: relative;
	float: left;
	width: 33.333%;    
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.lead-process li:after {
	position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -20px;
    color: #f4f4f5;
    display: inline-block;
    content: "\e686";
	font-size: 20px;
	font-family: "iconfont";
}
.lead-process li a {
	display: block;
}
.lead-process li a:hover i {
	color: #a2a6ad;
}
.lead-process li p {
	margin-bottom: 20px;
	color: #333;
}
.lead-process li a:hover p {
	color: #000;
}
.lead-process li span {
	font-size: 24px;
}
.lead-process li i {
	margin-left: 5px;
	font-size: 24px;
	color: #c2c6cc;
}
.lead-process li.col50 {
	width: 50%;
}
.black-header i {
	margin-right: 0 !important;
	color: #000 !important;
}
.black-header h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.address-info p {
	overflow: hidden;
	margin-bottom: 18px;
}
.address-info .title {
	float: left;
	width: 100px;
}
.address-info .title i {
	color: #b0b0b0;
    font-size: 20px;
    margin-right: 10px;
	vertical-align: text-bottom;
	font-weight: normal;
}
.address-info .content {
	display: block;
	padding-left: 105px;
}
.no-after:after {
	content: ""!important;
}
.width-full {
	width: 100%;
}
.no-border-top {
	border-top: 0;
}
.block-link {
	margin: 0 -5px;
}
.block-link li {
	float: left;
}
.block-link li a {
	display: block;
	background: #f4f4f5;
	color: #444;
	font-size: 18px;
	text-align: center;
	padding: 7px 8px;
	margin: 5px;
}
.block-link li.active a,
.block-link li a:hover {
	background: #1551c0;
	color: #fff;
}
.guide {
	padding: 20px 20px;
}
.guide p {
	margin-bottom: 10px;
	line-height: 2;
	font-size: 16px;
	letter-spacing: 1px;
}
.consult {
	padding: 10px 0;
}
.consult-user {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.consult-list li {
	margin-bottom: 35px;
}
.consult-list i {
	font-size: 20px;
	margin-right: 8px;
	font-weight: normal;
	vertical-align: text-bottom;
}
.consult-list p {
	font-size: 16px;
}
.q-wen i {
	color: #ee9843;
}
.a-da i {
	color: #ddd;
}
.consult-answer {
	position: relative;
	padding: 18px;
	margin-top: 20px;
	border: 1px solid #f4e3d2;
	background: #fffbf7;
}
.consult-answer:before,
.consult-answer:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	border: 8px solid transparent;
	border-top-width: 0;
	content: " ";
}
.consult-answer:before {
	top: -8px;
	border-bottom-color: #f4e3d2;
}
.consult-answer:after {
	top: -7px;
	border-bottom-color: #fffbf7;
}
.consult-answer p {
	margin-bottom: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
.tab-pills {
	margin-bottom: 10px;
	background: #f4f4f5 !important;
}
.tab-pills li a {
	padding: 7px 20px;
	font-size: 18px;
	color: #333;
}
.tab-pills li.active a,
.tab-pills li.active a:hover,
.tab-pills li.active a:focus {
	background: #1551c0;
}
.san-list li {
	padding: 0;
	border-bottom: 1px solid #fff;
}
.san-list li>a {
	padding: 13px 0 13px 30px;
	background: url(san.png) #f9f9f9 10px 20px no-repeat;
}
.san-list li:last-child {
	border-bottom: 0;
}
.embed {
	display: none;
	margin: 0 -5px;
}
.embed a {
	width: inherit !important;
	display: inline-block !important;
	border: 1px solid #1551c0;
	padding: 4px 10px;
	margin: 10px 2px !important;
	color: #1551c0 !important;
	font-size: 14px !important;
	border-radius: 4px;
}
.embed a:first-child {
	margin-left: 35px !important;
}
.embed a:hover {
	background: #1551c0;
	border-color: #1551c0;
	color: #fff !important;
}
.btn-default {
	background: #999 !important;
	color: #fff !important;
	border: 1px solid #999 !important;
}
.btn-default:hover {
	background: #b2b2b2 !important;
	border: 1px solid #b2b2b2 !important;
}
.watch-list li {
	float: left;
	width: 33.333%;
	margin-bottom: 30px;
}
.watch-list li>a {
	float: left;
	width: 40%;
}
.watch-list li>a img {
	width: 100%;
}
.watch-list li .right {
	float: left;
	width: 60%;
	padding: 0 15px;
}
.watch-list .watch-name {
	display: block;
	margin: 8px 0;
	color: #1551c0;
	font-size: 16px;
}
.watch-list p {
	color: #666;
	margin-bottom: 20px;
}
.watch-list .btn {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 4px;
	border: 1px solid #eee;
	font-size: 12px;
	color: #000;
}
.watch-list .btn:hover {
	background: #f4f4f5;
}
.watch-list .btn i {
	color: #aaa;
	font-size: 16px;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.leader-list li {
	width: 50%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.leader-list li>a {
	width: 80px;
}
.leader-list .right {
	width: 75% !important;
}
.leader-list .watch-name {
	margin: 5px 0;
	color: #333;
}
.leader-list p {
	margin-bottom: 8px;
	height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leader-list .btn {
	padding: 5px 12px;
	border-radius: 0;
	color: #1551c0;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #eee;
}
.case {
	overflow: hidden;
}
.case .title {
	text-align: right;
	width: 80px;
	line-height: 1.8;
}
.case .content {
	padding-left: 85px;
	line-height: 1.8;
	height: 50px;
}
.case .bold .content {
	height: auto;
}
.case a {
	color: #1551c0;
}
.case a:hover {
	color: #0b337c;
}
.cover-line {
	width: 100%;
	height: 20px;
	margin-top: -20px;
	background: #fff;
}
.leader-short {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.leader-short .photo {
	float: left;
	width: 17%;
}
.leader-short .leader-right {
	float: left;
	width: 83%;
	padding-left: 30px;
}
.leader-right i {
	font-size: 20px;
	vertical-align: text-top;
}
.bold {
	font-weight: bold !important;
}
.btn-orange {
	background: #ee9843;
	color: #fff;
}
.btn-orange:hover {
	background: #eba661;
	color: #fff;
}
.leader-short .btn {
	width: 100%;
	margin: 10px 0;
	border-radius: 0;
}
.duty li {
	float: left;
    width: 50%;
    line-height: 2;
    overflow: hidden;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3px;
}
.photo img {
	width: 100%;
}
.leader-right p {
	line-height: 1.8;
}
.letter-leader p {
	height: 50px;
	overflow: hidden;
}
.letter-leader .btn {
	width: auto;
}
.hotline .consult-list li {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.hotline .consult-list li .consult-answer p {
	height: 50px;
	overflow: hidden;
}
.hotline .consult-list .q-wen {
	height: 48px;
	overflow: hidden;
}
.hotline .watch-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.hotline .watch-list li>a {
	text-align: center;
}
.hotline .watch-list li>a img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.hotline .watch-list li .right {
	padding: 0 5px;
}
.hotline .watch-list .watch-name {
	font-size: 14px;
	margin: 0;
}
.hotline .watch-list p {
	margin: 2px 0;
}
.hotline .watch-list .btn {
	padding: 3px 6px;
}
.hotline .more {
	top: -2px;
	right: 0;
}
.bg-f4f4f5 {
	background: #f4f4f5;
}
.visit .header-2 h3 {
	padding-bottom: 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.visit-case .visit-pic {
	float: left;
	width: 25%;
}
.visit-case .visit-pic img {
	width: 100%;
}
.visit-case .visit-right {
	float: left;
	width: 75%;
	padding-left: 20px;
}
.visit-right p {
	color: #666;
}
.care li {
	float: left;
	width: 33.333%;
	text-align: center;
}
.care li img {
	display: block;
	margin: 25px auto 15px;
}
.care li a {
	color: #000;
}
.care li p {
	margin-top: 1px;
	color: #828282;
}
.enter-list {
	margin: 15px 5px;
}
.enter-list li {
	float: left;
	width: 50%;
	padding: 8px;
}
.enter-list li a {
	display: block;
	padding: 16px 0;
	background: #fff;
	font-size: 18px;
}
.enter-list li a:hover {
	background: #fbfbfb;
}
.enter-list li a i {
	margin-left: 20px;
	margin-right: 10px;
	color: #1551c0;
	font-size: 26px;
	vertical-align: text-bottom;
}
.levy img {
	width: 100%;
	margin: 20px 0 18px;
}
.hotline .consult-answer {
	padding: 8px 15px;
	margin-top: 12px;
}
.consult-list2 li {
	margin-bottom: 20px;
}
.consult-list2 .q-wen i {
	float: left;
	width: 20px;
} 
.consult-list2 .q-wen a {
	display: block;
	padding-left: 28px;
}
.visit-case h4 {
	line-height: 1.5;
	margin-top: 0;
}
.hot-question {
	position: absolute;
	top: 13px;
	right: 15px;
	color: #1551c0;
	font-weight: bold;
}
.hot-question:hover {
	color: #4c76c3;
}
.hot-question i {
	margin-right: 5px;
	font-size: 18px;
	font-weight: normal;
}
.page-header-3 .nav-pills>li+li {
	margin-left: 0;
}
.page-header-3 .nav-pills h2 {
	display: block;
	margin-top: 0;
	padding: 0;
	line-height: 38px;
}
.col33 {
	width: 33.33333333333333%;
}
.col50 {
	width: 50%;
}
.page-header-3 .nav-pills h2 a {
	display: block;
	background: #f4f4f5;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}
.page-header-3 .nav-pills .active a {
	color: #fff;
	background: #1551c0;
	font-weight: bold;
}
.num-list li {
	padding: 8px 0;
}
.num-list li em {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-right: 15px;
	background: #d2d2d2;
	color: #fff;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
}
.num-list li.active em {
	background: #ee9843;
}
.num-list li .rise {
	float: right;
}
.num-list li a {
	color: #000;
}
.uli14.txt-14 li a {
	font-size: 14px;
}
.list-tabs {
	margin: 0 -5px;
}
.list-tabs li {
	width: 11.11111111111%;
}
.list-tabs li a {
	padding: 5px 0;
	margin: 0 5px 5px !important;
	background: #f4f4f5;
	border-radius: 0;
	margin-right: 0;
	color: #333;
}
.list-tabs li.active a:hover,
.list-tabs li.active a:focus,
.list-tabs li.active a {
	border: 1px solid #1551c0;
	background: #1551c0;
	color: #fff;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow-y: auto;
}
.table-style {
	width: 100%;
	table-layout: auto;
}
.table-style tbody tr td,
.table-style tbody tr th {
	padding: 10px 20px;
}
.table-style tbody tr th {
	background: #f4f4f5;
	color: #333 !important;
	font-weight: normal;
}
.price,.unit-table {
	min-width: 600px;
}
.price tbody tr th+th {
	text-align: center;
}
.table-style tr+tr {
	border-bottom: 1px dashed #eee;
}
.table-style th.center {
	text-align: center;
}
.unit-search {
	width: 400px;
	margin: 0 auto 5px;
	overflow: hidden;
}
.unit-search select,
.unit-search input,
.unit-search .btn-orange {
	float: left;
	width: 80px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.unit-search input {
	width: 220px;
}
.unit-search .btn-orange {
	margin-right: 0;
}
.source-left {
	float: left;
	width: 80%;
}
.source-list li {
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.source-left span {
	display: inline-block;
	margin-left: 15px;
	margin-top: 15px;
}
.source-left span + span {
	margin-left: 30px;
}
.source-left a {
	display: block;
	border-left: 2px solid #1551c0;
	padding-left: 15px;
	color: #333;
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 10px;
}
.source-left p {
	padding-left: 15px;
	line-height: 1.6;
	margin-bottom: 0;
	color: #666;
	max-height: 44px;
	overflow: hidden;
}
.source-list .date {
	float: right;
	width: 80px;
	color: #888;
}
.source-list .date .btn {
	width: 100%;
	border-radius: 0;
	padding: 3px 0;
	margin-top: 15px;
}
.source-list-sour img {
	display: block;
	margin: 0 auto;
}
.source-list-sour .date {
	width: inherit;
}
.source-list-sour .date .btn {
	width: auto;
	padding: 3px 12px;
	margin-top: 22px;
	font-size: 12px;
}
.source-list-sour .date .btn + .btn {
	margin-left: 10px;
}
.source-list-sour .source-left {
	width: 70%;
}
.source-list-sour .source-left a {
	border-left: 0;
	margin-top: 3px;
}
.source-list-sour li {
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.source-icon {
	float: left;
	width: 80px;
	text-align: center;    
	background: #f4f4f5;
	border-radius: 4px;
	color: #666;
	padding: 4px 0;
}
.source-icon i {
	display: block;
	font-size: 50px;
	color: #5d5d6c;
	margin-top: 5px;
}
.source .nav-tabs {
	float: left;
	width: 16%;
}
.source .nav-tabs li {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.source .nav-tabs li a {
	padding: 13px 0;
	margin: 0 !important;
	font-size: 16px;
}
.source .nav-tabs li.active:after {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	top: 50%;
	right: -8px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right-width: 0;
	border-left-color: #1551c0; 
	content: " ";
}
.source .nav-tabs li a i {
	font-size: 20px;
	color: #1551c0;
	margin-right: 10px;
	vertical-align: text-bottom;
}
.source .nav-tabs li.active a i {
	color: #fff;
}
.source .tab-content {
	float: left;
	width: 84%;
	padding-left: 30px;
}
.txt-red {
	color: #e00;
}
.txt-gray {
	color: #c1c1c1;
}
.txt-green {
	color: #4db600;
}
.page-header-2 small {
	font-size: 14px;
	font-weight: normal;
}
.set {
	position: absolute;
	top: 12px;
	right: 80px;
}
.set i {
	margin-right: 3px;
	color: #ddd;
	font-size: 20px;
    vertical-align: text-top;
}
.chart img,.help img {
	width: 100%;
}
.line-header h2 {
	font-size: 20px;
	color: #666;
	margin-top: 0;
	font-weight: bold;
}
.line-header .active a {
	border-bottom: 3px solid #1551c0 !important;
}
.line-header .active h2 {
	color: #1551c0;
}
.pic-new li {
	margin-bottom: 15px;
}
.pic-new img {
	width: 100%;
}
.pic-new h4 {
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
}
.pic-new p {
	color: #999;
	line-height: 1.7;
	height: 48px;
	overflow: hidden;
	margin-bottom: 0;
}
.detail {
	display: inline-block;
	background: #96b0df;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	padding: 2px 5px;
	margin: 5px 0 10px;
}
.detail:hover {
	color: #fff;
	background: #7f9ed8;
}
.special-slider li {
	float: left;
	width: 50%;
	text-align: center;
}
.special-slider li a {
	color: #333;
	font-size: 16px;
}
.special-slider li img {
	width: 55px !important;
	height: 55px;
	border-radius: 50%;
	margin: 20px auto 10px;
}
.special-slider .owl-controls {
	margin-bottom: 10px;
}
.special-slider .owl-nav {
	display: none;
}
.load-more {
	display: block;
	border: 1px solid #eee;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #a3a3a3;
}
.load-more:hover {
	background: #f4f4f5;
}
.platform {
	margin: 0 -10px;
}
.platform li {
	position: relative;
	float: left;
	width: 33.333333%;
}
.platform li a {
	display: block;
	padding: 8px 30px 8px 15px;
	margin: 0 10px 10px;
	border: 1px solid #ddd;
	border-radius: 50px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.platform li i {
	position: absolute;
	top: 9px;
	right: 20px;
	font-size: 22px;
    color: #d9d9d9;
}
.manage {
	padding: 17px 20px;
	border: 1px solid #eee;
	overflow: hidden;
}
.manage li {
	float: left;
	width: 20%;
}
.manage li a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.manage li a i {
	transition: all .3s ease-in-out;
}
.manage li a:hover i {
	margin-right: 0;
}
.manage li + li a {
	border-left: 1px solid #ddd;
}
.manage li a i {
	font-size: 22px;
	color: #aaaca7;
	margin-right: 8px;
	vertical-align: text-top;
}
.circle-icon {
	margin: 0 -10px;
}
.circle-icon li {
	float: left;
	width: 33.3333333%;
}
.circle-icon li a {
	display: block;
	margin: 0 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.circle-icon li a i {
	display: inline-block;
	background: #fff;
	font-size: 30px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 20px;
	vertical-align: sub;
}
.circle-icon .bg-blue {
	background: #537ece;
}
.circle-icon .bg-green {
	background: #82bf5a;
}
.circle-icon .bg-orange {
	background: #ee9843;
}
.circle-icon .bg-blue i {
	color: #537ece;
}
.circle-icon .bg-green i {
	color: #82bf5a;
}
.circle-icon .bg-orange i {
	color: #ee9843;
}
.circle-icon .bg-blue:hover {
	background: #7093d3;
}
.circle-icon .bg-green:hover {
	background: #92bd76;
}
.circle-icon .bg-orange:hover {
	background: #eba45d;
}
.public {
	margin: 0 -8px;
}
.public li {
	float: left;
	width: 33.33333%;
}
.public li a {
	display: block;
	margin: 0 8px 15px;
	padding: 8px 10px 8px 25px;
	background:  url(san.png) #fff 10px center no-repeat;
	font-size: 16px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.circle-icon-ud li {
	float: left;
	width: 25%;
}
.circle-icon-ud li a {
	display: block;
	text-align: center;
}
.circle-icon-ud li + li a {
	border-left: 1px dashed #ddd;
}
.circle-icon-ud li a i {
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	font-size: 45px;
	text-align: center;
	color: #1551c0;
	border-radius: 50%;
	margin: 0 auto;
}
.circle-icon-ud li a p {
	font-size: 16px;
	margin: 15px 0 5px;
}
.feedback li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.feedback li:last-child {
	border-bottom: 0;
	margin-bottom: 9px;
}
.feedback li p {
	color: #999;
	margin-bottom: 6px;
}
.feedback li .name {
	background: #96b0df;
	color: #fff;
	padding: 1px 6px;
	margin-right: 10px;
	border-radius: 4px;
}
.feedback p {
	color: #333;
}
.border-bottom-solid {
	border-bottom: 1px solid #ddd;
}
.border-top-solid {
	border-top: 1px solid #ddd;
}
.big-process span,
.big-process i {
	font-size: 28px !important;
}
.big-process p {
	font-size: 16px;
}
.big-process li:after {
	font-size: 24px;
}

ul.nav-tabs.nav-line{
	border-bottom: 0;
}
ul.nav-tabs.nav-line li{
	margin-bottom: 0;
	bottom: 0;
}

ul.nav-tabs.nav-line>li.active>a{
	border: 0;
	padding: 7px 15px 13px;
}
ul.nav-tabs.nav-line li a,
ul.nav-tabs.nav-line li a:hover,
ul.nav-tabs.nav-line li a:active{
	border:0;
}
ul.nav-tabs.nav-line>li >a,
ul.nav-tabs.nav-line>li >a:focus,
ul.nav-tabs.nav-line>li >a:hover{
	background-color: transparent;
}
ul.nav-tabs.nav-line>li>a{
	font-size: 20px;
	padding: 7px 15px 13px;
	bottom: 0;
	border-bottom: 3px solid #fff;
}
ul.nav-tabs.nav-line li a:hover,
ul.nav-tabs.nav-line li.active a{
	color: #1551c0;
	background-color: transparent!important;
	border-bottom: 3px solid #1551c0;
}	
.btn-group-lg>.btn,
.btn-lg{
	padding: 12px 16px;
	border-radius: 0;
}
ul.btn-line li a.btn:hover{
	background-color: #f3f3f3;
	color: #1551c0;
}
ul.btn-line li a.btn i{
	font-size: 22px;
	color: #ababab;
	transition: .3s;
}
ul.btn-line li a.btn:hover i{
	color: #1551c0;
}

.nav-txt{
	padding: 12px 0;
	border-bottom: 0;
}
.nav-txt li a{
	padding: 0 24px;
	font-size: 18px;
	line-height: 18px;
	border: 0;
	border-radius: 0;
	border-right: 1px solid #ddd;
}
.nav-txt>li.active>a,
.nav-txt>li.active>a:focus,
.nav-txt>li.active>a:hover{
	color: #1551c0;
	border: 0;
	border-right: 1px solid #ddd;
	font-weight: bold;
}
.nav-txt>li >a,
.nav-txt>li >a:focus,
.nav-txt>li >a:hover{
	color: inherit;
	background-color: transparent;
}

ul.business-btn{
	margin-top: 15px;
	width: 100%;
}
ul.business-btn li a.btn{
	padding: 8px 0 8px 10px;
	border-radius: 0;
	border-color: #fff;
	font-size: 16px;
	text-align: left;
	color: #333;
}
ul.business-btn li a.btn:hover{
	background-color: #fff;
}

ul.business-btn li a.btn i{
	color: #1551c0
}
.topic-vertical .circle-btn{
	border-right: 1px solid #eee;
}
.topic-vertical li:last-child .circle-btn{
	border: 0;
}
.topic-vertical .circle-btn .btn{
	padding: 0;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	overflow: hidden;
	border:0;
	background-color: #fff;
}

.info-search input{
	height: 38px;
	padding: 6px 10px;
	border: 0;
	font-size: 14px;
}
.info-search .btn{
	border-radius: 0;
}

.big-btn{
	margin: 20px 0;
}
.big-btn .btn{
	padding: 25px 0;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
	border-radius: 0;
	border: 0;
	background-color: #5f8ce0;
}

ul.info-btn {
	margin: 0 -5px -10px;
}
ul.info-btn li{
	padding: 0 5px;
	margin-bottom: 10px;
}
ul.info-btn li a.btn{
	padding: 13px 0;
	background-color: #f4f4f5;
}
ul.info-btn li a.btn i{
	margin: 0 auto;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px!important;
	background-color: #1551c0;
	border-radius: 100px;
	color: #fff;
}
ul.info-btn li a.btn p{
	font-size: 16px;
}
ul.info-btn li a.btn:hover i{
	color: #fff;
}
ul.app-icon{
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
}
ul.app-icon li{
	margin-bottom: 15px;
}
ul.app-icon .btn{
	padding: 0;
	width: 52px;
	height: 52px;
	line-height: 46px;
	background-color: #f4f4f5;
	border: 0;
}
ul.app-icon .btn i{
	color: #1551c0;
	font-size: 28px !important;
}
ul.app-icon .circle-btn p{
	margin-top: 5px;
}
.input-border input {
	border: 1px solid #eee;
}
.all-checkbox {
	position: absolute;
	top: 0;
	right: 15px;
}
.current-lr-15 {
	padding: 0 15px;
}
.hasspan h3 {
	border-left: 0;
    padding-left: 0;
}
.hasspan span {
	border-left: 3px solid #1650c0;
    padding-left: 13px;
}

.main-visual {
    height: 415px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: url(index-banner.png) no-repeat;
    background-size: 100% 415px;
}
.card-area {
    padding: 0;
	margin: 55px -15px 0;
}
.card-area .card-item {
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    float: left;
    width: 25%;
	padding: 0 15px;
}
.card-area .card-item > div {
	position: relative;
	background: #fff;
	border: 1px solid transparent;
	padding: 15px;
}
.card-area .card-item.active > div {
	border: 1px solid #00c1de;
    box-shadow: 0 0 20px rgba(0, 198, 226, 0.5);
}
.card-title {
	font-size: 20px;
	color: #1551c0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px;
	margin: 0;
}
.card-title-center {
	background: url(info-bg.png) center 8px no-repeat;
	margin: 8px 0;
	padding-bottom: 0;
}
.card-item.active .card-title-center {
	padding-bottom: 15px;
}
.card-item.active .card-title {
	font-weight: bold;
}
.card-item.active .list-date {
	display: block;
}
.no-border-bottom {
	border-bottom: 0;
}
.card-area .card-item .card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}
.card-area .card-item .card .card-title {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    top: 0;
}
.card-area .more {
	border-radius: 50px;
	background: #ededed;
	color: #666;
	padding: 2px 15px;
    font-size: 12px;
    top: 16px;
}
.card-area .more:hover {
	background: #1551c0;
	color: #fff;
}
.card-area .card>a {
    display: block;
}
.content-first ul li {
    float: left;
    width: 50%;
    padding: 0;
}
.content-first ul li.hidden {
    border: 0;
}
.card-area>li.active {
    width: 50%;
    z-index: 100;
    margin-top: -20px;
}
.card-area>li.active .content-first ul li {
    width: 33.333%;
}
.card-area>li.active .content-first ul li.hidden {
    display: block !important;
}
.card-area .nav-line {
	border-bottom: 1px solid #eee !important;
}
.card-area .nav-line li {
	width: 20%;
}
.card-area .nav-line a {
	font-size: 16px !important;
	padding: 14px 0 !important;
	display: block;
	text-align: center;
	border-bottom: 0 !important;
}
.card-area .nav-line a:hover,
.card-area .nav-line a:focus,
.card-area .nav-line .active a {
	border-bottom: 0 !important;
	font-weight: bold;
}
.card-area .dashed li {
	padding: 11px 0 11px 15px;
}
.index-header-2 h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.index-header-2 h3 span {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	border-left: 4px solid #1551c0;
}
.pic-circle li {
	float: left;
	width: 25%;
	border-bottom: 1px dashed #eee;
}
.pic-circle li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pic-circle li a:hover {
	color: #1551c0;
}
.pic-circle li a img {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 20px;
}
.pic-circle li:nth-child(5),
.pic-circle li:nth-child(6),
.pic-circle li:nth-child(7),
.pic-circle li:nth-child(8) {
	border-bottom: 0;
}
.pic-circle {
	padding: 0 30px;
}
.index-topic h2 {
	color: #1551c0;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 5px;
	text-align: center;
	background: url(zt-bg.png) center center no-repeat;
}
.index-topic h2 i {
	font-weight: normal;
	font-size: 30px;
	margin-right: 5px;
	vertical-align: middle;
}
.index-app-icon {
	padding-bottom: 0 !important;
}
.index-app-icon li {
	float: left;
	width: 33.3333%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}
.index-app-icon li .btn {
	background: #fff;
	border: 1px solid #dbdbdb;
}
.index-app-icon li .btn:hover i {
	color: #6b99ee;
}
ul.hd-app-icon .btn {
	width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
}
ul.hd-app-icon .btn:hover {
	background: #eee;
}
ul.hd-app-icon .btn i {
	font-size: 45px !important;
}
ul.hd-app-icon p {
	color: #333;
	margin-top: 10px !important;
}
.slider-index img {
	height: 265px;
}
.slider-index .owl-controls {
	margin: 0;
}
.slider-index .owl-nav {
	display: none;
}
.slider-index .owl-dots {
	position: absolute;
	top: 5px;
	right: 5px;
}
.slider-index .owl-dot span {
	background: #fff;
	width: 12px;
	height: 12px;
}
.slider-index .owl-item > .item a .title span {
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.citizen-circle {
	padding: 0;
	margin-top: 20px;
}
.citizen-circle li a {
	background: #f8f8f8;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 0;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.citizen-circle li a img {
	margin-bottom: 3px;
}
.card-item.active .citizen-circle li a {
	height: 48px;
	line-height: 48px;
	padding: 0 5px;
	font-size: 16px;
}
.card-item.active .citizen-circle li a:hover {
	color: #1551c0;
}
.card-item.active .citizen-circle li a:hover i {
	color: #1551c0 !important; 
}
.citizen-circle li {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 0;
}
.citizen-circle span {
	display: none;
	font-size: 14px;
    color: #666;
    border-left: 1px solid #edeaea;
    margin-left: 15px;
	padding-left: 15px;
	line-height: 16px;
}
.citizen-circle i {
	float: right;
    color: #d5d5d5 !important;
    margin-right: 5px;
    line-height: 38px;
}
.card-item.active .citizen-circle i {
	line-height: 48px;
}
.citizen-circle li:last-child {
	margin-bottom: 5px;
}
.card-item.active .citizen-circle span {
	display: inline-block !important;
}
.card-item .list-date {
	padding: 10px 0;
}
.card-item .list-date a {
	font-size: 14px;
	width: 100% !important;
}
.card-item.active .list-date a {
	font-size: 16px;
}
.card-item form {
	display: none;
}
.card-item.active form {
	display: block;
}
.card-item.active .list-date li {
	padding: 14px 0 13px 15px;
	background: url(dot.png) 0 25px no-repeat;
}

.left-icon {
	padding: 15px 0 10px;
}
.card-item .list-date .time {
	display: none;
	top: 15px;
}
.card-item .open {
	display: none;
}
.card-item.active .open {
	display: block;
}
.card-item.active .open .tab-content {
	min-height: 140px;
}
.card-item.active .pack {
	display: none;
}
.pack li {
	width: 50% !important;
	padding: 12px 0;
	border-bottom: 1px dashed #eee;
}
.pack li a {
	text-align: left !important;
	font-size: 14px !important;
}
.pack li a i {
	vertical-align: sub !important;
}
.new-post {
	border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 5px;
}
.new-post h4 {
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new-post p {
	color: #666;
	height: 42px;
	overflow: hidden;
	margin-bottom: 0;
}
ul.nav-tabs.nav-list>li.active>a {
	color: #1551c0;
}
ul.nav-tabs.nav-list>li>a {
	border-right: 0;
}
ul.nav-tabs.nav-list>li+li:after {
	position: absolute;
	left: -3px;
	top: 5px;
	content: "/";
	color: #ddd;
}
.tab>li+li:after {
	position: absolute;
	left: -3px;
	top: 5px;
	
	color: #ddd;
}
.width100 {
	width: 100%;
}
.left-icon {
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.left-icon li {
	float: left;
	width: 25%;
}
.left-icon li a {
	display: block;
	font-size: 16px;
	text-align: center;
}
.left-icon li a i {
	font-size: 24px;
	vertical-align: text-top;
	margin-right: 6px;
	color: #d2d2d2 !important;
}
.search-info {
	width: 100%;
	margin: 0 auto;
}
.card-item.active .search-info {
	width: 70%;
}
.search-info input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	color: #999;
}
.search-info button {
	border: 0;
	position: absolute;
	right: 5px;
	top: 7px;
	background: transparent;
}
.search-info button i {
	font-size: 22px;
	color: #666;
}
.uli14.dashed li {
	border-bottom: 1px dashed #eee;
}
.uli14.dashed li:last-child {
	border-bottom: 0;
}
.public-app-title {
	margin: 25px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #1551c0;
	text-align: center;
	background: url(app-bg.png) center 8px no-repeat;
}
.index-list {
	padding: 10px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee !important;
}
.index-list a {
	font-size: 16px;
}
.index-list a:hover,
.index-list a:focus {
	border-right: 0 !important;
	background: none !important;
}
.info-public {
	padding-top: 11px;
	margin-top: 10px;
	padding-bottom: 0;
}
.info-public li {
	width: 50%;
	margin-top: 20px;
}
.info-public li a {
	font-size: 14px;
}
.card-item.active .info-public li {
	width: 25%;
	margin-top: 10px;
}
.card-item.active .info-public {
	padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 0;
}
.card-item.active .info-public li a {
	font-size: 16px;
}
.card-item.active .info-public li i {
	display: inline-block;
	margin-bottom: 0;
	font-size: 24px !important;
}
.bs-mini {
	display: none;
}
#wechat {
	position: relative;
}
.wechat {
    position: absolute;
    top: 20px;
	right: -50%;
	margin-right: -15px;
    width: 100px;
    min-width: 0;
    padding: 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.search {
	width: 100%;
	border: 0;
	padding: 0;
	right: 0;
	left: inherit;
}
.search button, .search a {
    position: absolute;
    top: -1px;
    right: 10px;
    font-size: 25px;
    color: #0069c5;
    background: transparent;
    border: 0;
}
.search a {
	top: 0;
	right: 0;
	width: 40px;
	height: 39px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	text-align: center;
}
.search input {
    padding: 10px 40px 10px 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}
.search input:focus {
	border-radius: 6px !important;
}
.top-nav .navbar-nav .search i {
	vertical-align: middle;
}
.like-icon {
	border-bottom: 0 !important;
}
.like-icon li {
	width: 16.666666%;
	border-bottom: 0;
	text-align: center;
}
.like-icon .checkbox-inline {
	padding-left: 0;
}

.interview h4{
	margin-bottom: 15px;
}
.interview h4 a{
	font-size: 18px;
	color: #333;
}
.interview p{
	color: #666;
	margin-bottom: 5px;
}
.interview p .btn{
	margin-top: 10px;
	font-weight: bold;
	border-radius: 0;
}

.interview-list{
	margin-bottom: 10px;
	overflow: hidden;
}
.interview-list dl{
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.interview-list dt{
	margin-right: 15px;
	float: left;
	width: 165px;
}
.interview-list dt img {
	max-height: 120px;
}
.interview-list dt .btn {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.interview-list dd {
	min-height: 175px;
	max-height: 175px;
	overflow: hidden;
}
.interview-list dd p {
	overflow: hidden;
	color: #666;
	margin-bottom: 5px;
	font-size: 13px;
}
.interview-list dd p:last-child {
	margin-bottom: 0;
}
.interview-list dd h5 {
	margin-top: 0;
}
.interview-list dd h5 a{
	color: #333;
	line-height: 20px;
	font-size: 15px;
}
.guests img {
	width: 96px;
	margin-right: 10px;
}

.text-main {
	color: #1551c0;
}
.interview-theme {
	margin-bottom: 20px;
	font-size: 18px;
}
.interview-theme i {
	font-size: 26px;
	color: #1551c0;
	margin-right: 5px;
    vertical-align: text-bottom;
}

.text-live{
	width: 100%;
	max-height: 500px; 
	overflow-y: auto;
}
.text-live .host{
	color: #1551c0;
}
.text-live li{
	position: relative;
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
}
.text-live li h6{
	margin: 0;
	position: absolute;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.text-live li p{
	margin-bottom: 0;
	padding-left: 90px;
	font-size: 16px;
	line-height: 30px;
}

.live-page {
	margin-top: 10px;
}
.live-page a{
	margin-top: 2px;
	padding: 0 10px;
	float: left;
	font-weight: normal;
	border:0;
	border-right: 1px solid #ddd;
	line-height: 14px;
	color: #333;
}
.live-page a:hover{
	color: #1551c0;
}
.live-page a:last-child{
	border-right:0;
}

.live-page span{
	float: left;
	padding: 0 10px;
	font-weight: normal;
	line-height: 14px;
	border-right: 1px solid #ddd;
}
.live-page select{
	margin: 0 5px;
}
.live-question li h6{
	width: 120px;
}

.live-question li p{
	padding-left: 130px;
}
.form-questions .form-group{
	margin: 0;
	margin-top: 20px;
}
.form-questions .control-label{
	position: absolute;
}
.form-questions .form-input{
	margin-left: 80px;
}

.form-questions .form-input textarea{
	border-color: #E6E8E8;
	height: 120px;
}
.form-questions .form-code input{
	width: 100px;
	float: left;
	margin-right: 10px;
}
.form-questions .form-btn{
	margin-left: 80px;
}
.form-questions .form-btn .btn{
	border-radius: 0;
	padding: 6px 25px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
	padding: 15px 10px;
	word-wrap: break-word;
	word-break: break-all;
}
.search_2 li {
	border-bottom: 1px dashed #eee;
	margin-bottom: 15px;
}
.search_2 li a {
	color: #333;
    font-size: 16px;
}
.search_2 p {
    line-height: 25px;
    color: #4c4c4c;
    font-size: 13px;
    margin-bottom: 0;
}
.search_2 li > span {
    display: block;
    color: #939393;
    margin: 15px 0;
}
.search-num {
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.left-menu .checkbox-inline {
	display: block;
	padding: 0 20px 15px;
	margin-left: 0 !important;
}
.search-hot {
	width: 100%;
    height: auto;
	text-align: center;
	margin: 0 0 15px;
}
.search-hot span {
    display: inline-block;
    color: #555555;
    font-size: 14px;
    margin-right: 26px;
    font-weight: bold;
}
.search-hot a {
    font-size: 14px;
    display: inline-block;
    width: auto;
    line-height: 25px;
    color: #555555;
    margin-right: 12px;
}
.classify {
	padding: 20px 15px;
	margin-bottom: 20px;
	background: #f4f4f4;
}
.classify p {
	margin-bottom: 20px;
}
.classify p:last-child {
	margin-bottom: 0;
}
.classify .title {
	width: 80px;
	margin-top: 2px;
	text-align: center;
}
.classify .content {
	padding-left: 80px;
}
.classify .content a {
	display: inline-block;
	padding: 1px 8px;
	border-radius: 4px;
}
.classify .content a:hover,
.classify .content a.active {
	background: #1551c0;
	color: #fff;
}
.classify .content a + a {
	margin-left: 5px;
}
.search-num2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}
.visit-time .btn {
	background: none !important;
	color: #666 !important;
	border: 1px solid #eee !important;
}
.visit-time a {
	border-bottom: 0 !important;
}
.big-list li {
	padding: 12px 0 12px 15px;
	border-bottom: 1px dashed #eee;    
	background: url(dot.png) 0 22px no-repeat;
	border-bottom: 1px dashed #eee;
}
.jiansou {
	margin-bottom: 10px;
}
.search7 {
    margin-top: 10px;
}
.download p {
	margin-bottom: 0;
}
.download a {
	color: #999;
}
.download a:hover {
	color: #1551c0;
}
.download i {
	margin-right: 10px;
	color: #1551c0;
	font-size: 24px;
	vertical-align: sub;
}
.download-title {
	border-bottom: 1px solid #1551c0;
    padding: 10px 0;
    margin-bottom: 15px !important;
}
.voicebar {
	width: 380px;
}
.jp-audio {
	min-width: inherit !important;
	max-width: inherit !important;
}
.article-info {
    margin-bottom: 20px;
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
}
.article-info div[class*="col-"] {
	margin: 5px 0;
    overflow: hidden;
}
.article-info span {
    float: left;
    min-width: 70px;
}
.bg-list {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
	padding: 20px;
	margin-bottom: 30px;
}
.bg-list p:last-child {
	margin-bottom: 0;
}
.Article_content .article-info {
    width: 80%;
    margin: 0 auto 20px;
}
.border-bottom {
	border-bottom: 1px solid #eee;
}
textarea {
	border: 1px solid #eee !important;
}
.simple-nav {
	margin-top: 30px;
}
.simple-nav a {
	color: #fff;
}
.simple-nav a i {
	font-size: 22px;
}
.chic-list li {
	line-height: 1;
}
.chic-list li:nth-child(even) {
	background: #f4f4f5;
}
.chic-list li a {
	display: inline-block;
	width: 33.33333%;
	padding: 15px 5px 15px 45px;
	background: url(dot.png) 20px 25px no-repeat;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bt-time .bdsharebuttonbox {
	display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.bg-fff-panel {
	background: #fff;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	border-radius: 3px;
    -webkit-box-shadow: 0 1.5px 1px rgba(0,0,0,.1);
    box-shadow: 0 1.5px 1px rgba(0,0,0,.1);
}
.bg-fff-panel:hover {
    box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}
.bg-fff-panel .breadcrumb {
	background: #fff;
}
.service-title {
	margin-top: 30px;
	color: #1551c0;
	text-align: center;
	font-size: 24px;
}
.talk-header {
	line-height: 1;
	padding: 15px;
}
.talk-header h2 {
	line-height: 1;
	padding: 0;
	border-left: 5px solid #1551c0;
	background: none;
	color: #666;
	padding-left: 10px;
}
.width50 {
	width: 50px;
}
.pagination .btn {
	padding: 3px 12px;
}
