@charset "utf-8";

/* content*/

.banner_img {
	padding-top: 10px;
	padding-bottom: 1px;
}

.banner_img img {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}


.side_nav .nav>li>a:hover,
.side_nav .nav>li>a:focus {
	background: none;
}

.second-child {
	padding-top: 8px;
	display: none;
}

.second-child li {}

.second-child li a {
	display: block;
	color: #4A4A4A;
	font-size: 16px;
	padding-left: 55px;
	line-height: 32px;
	position: relative;
}

.second-child li a:before {
	position: absolute;
	left: 40px;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	top: 14px;
	background: #252525;
	display: block;
	content: " ";
	opacity: 0.3;
}

.second-child li a:focus {
	outline: none;
}

.second-child li.active a,
.second-child li:hover a {
	color: #0266D2;
}

.second-child li.active a:before,
.second-child li:hover a:before {
	opacity: 1;
	background: #0266D2;
}

.mainContent {}

.projectDetails {
	border: 1px solid #E2E2E2;
	padding: 20px;
	margin-top: 20px;
}

.projectDetails .title {
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.come {
	padding: 5px 0 10px 0;
	color: #666666;
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.projectDetails img {
	max-width: 100%;
	display: block;
	margin: 15px auto;
	vertical-align: middle;
	overflow: hidden;
	height: auto;
}

.projectDetails p {
	margin-bottom: 7px;
	line-height: 26px;
	text-align: justify;
	font-size: 14px;
	color: #151515;
	text-indent: 32px;
}

.newsTable>tbody>tr>td {
	padding: 11px 12px;
	border-top: none;
	border-bottom: 1px dashed #D9D9D9;
	font-size: 16px;
	color: #333333;
}

.newsTable>tbody>tr>td a {
	color: #333333;
}

.newsTable>tbody>tr>td:first-child {
	position: relative;
	padding-left: 26px;
}

.newsTable>tbody>tr>td:first-child:before {
	position: absolute;
	left: 12px;
	top: 21px;
	background: #0266D2;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	display: block;
	content: " ";
}

.newsTable>tbody>tr>td:last-child {
	text-align: center;
}

.list_news {
	padding: 0 15px;
}

.list_news li {
	line-height: 34px;
	text-indent: 5px;
	border-bottom: dashed 1px #ddd;
}

.list_news li a {
	position: relative;
	width: 80%;
	padding-left: 10px;
	display: inline-block;
	float: left;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_news li a:before {
	position: absolute;
	left: 0;
	top: 15px;
	background: #0266D2;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	display: block;
	content: ".";
	border-radius: 100%;
}

.list_news li a:hover {
	color: #0266D2;
}

.list_news li span {
	color: #595968;
	width: 20%;
	text-align: right;
	float: right;
	font-size: 12px;
}


/*图文列表*/

.listCount,
.page_list,
.page_table {
	min-height: 350px;
}

.listCount li {
	border-bottom: 1px dashed #DFDFDF;
	padding: 18px 0;
	list-style: none;
}

.listCount li a {
	display: block;
}

.listCount li:first-child {
	padding-top: 0;
}

.listCount li .listCount_img {
	width: 270px;
	height: 202px;
	overflow: hidden;
	float: left;
}

.listCount li .listCount_img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	margin: 0;
}

.listCount li .listCount_text {
	float: left;
	margin-left: 20px;
	width: 650px;
	overflow: hidden;
	height: 202px;
	position: relative;
	color: #595968;
}

.listCount li .listCount_text .title {
	font-weight: 600;
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 6px;
}

.listCount li .listCount_text .text {
	line-height: 22px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.listCount li .listCount_text .publicTime {
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 14px;
	color: #9B9B9B;
	line-height: 24px;
}

.listCount li .listCount_text .publicTime span {
	font-size: 14px;
}

.listCount li .listCount_text:hover,
.listCount li .listCount_text:hover .publicTime {
	color: #007BDC;
}


/*文字列表*/

.page_list li {
	color: #333;
	line-height: 44px;
	border-bottom: 1px solid #F1F1F1;
	;
	overflow: hidden;
}

.page_list li a {
	width: 85%;
	padding-left: 27px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	position: relative;
}

.page_list li a:before {
	position: absolute;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	display: block;
	content: "";
	left: 12px;
	top: 20px;
	background: #0071D3;
	border-radius: 2px;
}

.page_list li span {
	float: right;
	color: #9B9B9B;
	font-size: 14px;
	width: 15%;
	overflow: hidden;
	text-align: right;
	padding-right: 5px;
}

.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}

.col-md-2 {
	width: 16.66666667%;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-10 {
	width: 83.33333333%;
}

/*2020-05-22*/
/*机器人*/
.g-mnc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.body_hd {
	position: relative;
	font-size: 16px;
	color: #fff;
	height: 47px;
	line-height: 47px;
	background: #5092e1;
	zoom: 1;
	z-index: 4;
}

.g-body {
	height: 100%;
	margin-left: 0;
	overflow: hidden;
}

.body_hd .left {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
	height: 100%;
}

.u-bd-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding: 0 20px;
}

.g-body .j-show {
	position: relative;
	height: 100%;
}

.g-body .body_bd {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	zoom: 1;
}

.g-chat {
	right: 32%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.g-tab {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	display: block;
	width: 32%;
	background-image: -moz-linear-gradient(90deg, rgb(25, 132, 230) 0%, rgb(55, 183, 246) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(25, 132, 230) 0%, rgb(55, 183, 246) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(25, 132, 230) 0%, rgb(55, 183, 246) 100%);
}

.g-tab .tab_info {
	height: 100%;
}

.g-tab .bd_right {
	height: 100%;
	border-left: 1px solid #d8d8d8;
}

.m-announce {
	padding: 15px 10px;
	max-height: 50%;
	box-sizing: border-box;
	overflow-y: auto;
}

.m-announce .announce_pic {
	margin-top: 30px;
	padding: 0 20px;
}

.m-announce .announce_pic a {
	display: block;
}

.m-announce .announce_pic img {
	display: block;
	width: 92%;
	max-width: 100%;
	height: auto;
	margin: auto;
	background-position: center center;
}

.m-announce .announce_pic .pull-left {
	padding-top: 30px;
}

.m-announce .announce_pic h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}

.m-announce .announce_pic img {
	-webkit-animation: funGtu2 1.8s 0.4s infinite ease-in both;
	-moz-animation: funGtu2 1.8s 0.4s infinite ease-in both;
	-ms-animation: funGtu2 1.8s 0.4s infinite ease-in both;
	-o-animation: funGtu2 1.8s 0.4s infinite ease-in both;
	animation: funGtu2 1.8s 0.4s infinite ease-in both;
}

.m-announce .announce_pic p {
	font-size: 16px;
	color: #fff
}

.m-comquestions {
	padding: 15px;
	color: #1d1d1d;
	overflow-y: auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	margin: 0 20px;
}

.m-comquestions-in {
	background: #fff;
	border-radius: 6px;
	height: 100%;
}

.m-comquestions h1 {
	word-break: break-all;
	margin: 0;
	font-size: 17px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	background: #d7f1ff;
}

.m-comquestions .bd {
	overflow-y: auto;
	padding: 0;
}

.m-comquestions .itm {
	border-bottom: 1px solid #e7f6fc;
	list-style: none;
	padding: 8px 0;
	padding-left: 22px;
}

.m-comquestions .itm .title {
	margin: 0;
	margin-right: 12px;
	line-height: 2;
	cursor: pointer;
	word-break: break-all;
	position: relative;
}

.m-comquestions .itm .title a {
	font-size: 13px;
	color: #222;
	display: block;
}

.m-comquestions b,
.m-comquestions br {
	display: none;
}

.m-comquestions .itm .title:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #0096ff;
	top: 11px;
	left: -10px;
	border-radius: 10px;
}

.g-chat-body {
	position: relative;
	height: 100%;
	z-index: 0;
}

.g-chat-body .chat_show_msg {
	position: absolute;
	top: 0;
	bottom: 150px;
	left: 0;
	right: 0;
	overflow-y: auto;
	background-color: #f5f6f7;
	-webkit-overflow-scrolling: touch;
	padding-top: 50px;
}

.m-msglist {
	position: relative;
	padding: 5px 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
	transition: padding 0.5s ease;
	-webkit-transition: padding 0.5s ease;
	-moz-transition: padding 0.5s ease;
	-ms-transition: padding 0.5s ease;
}

.m-msglist .msg {
	padding: 10px 0;
	font-size: 14px;
	text-align: left;
}

.m-msglist .msg_main {
	zoom: 1;
}

.m-msglist .msg_left .u-icon-avater {
	float: left;
	margin-right: 10px;
	background-color: #fff;
}

.m-msglist .msg_right .u-icon-avater {
	float: right;
	margin-right: 10px;
	background-color: #fff;
}

.m-msglist .msg_right .rich {
	position: relative;
	float: right;
	padding-left: 12px;
	padding: 12px;
	border-radius: 8px;
	background-color: #0096ff;
	color: #fff;
	line-height: 1.5;
	box-sizing: border-box;
	word-wrap: break-word;
	max-width: 80%;
	margin-right: 10px;
}

.m-msglist .msg_right .arrow {
	right: -6px;
	border-left-width: 6px;
}

.u-icon-avater {
	display: table-cell;
	width: 38px;
	height: 38px;
	line-height: 35px;
	border-radius: 50%;
	border: none\0;
	overflow: hidden;
	text-align: center;
}

.u-icon-avater img {
	max-width: 100%;
}

.m-msglist .msg_left .rich {
	position: relative;
	float: left;
	padding-left: 12px;
	padding: 12px;
	border-radius: 8px;
	background-color: #fff;
	color: #333;
	line-height: 1.5;
	box-sizing: border-box;
	word-wrap: break-word;
	max-width: 80%;
}

.m-msglist .msg .rich .p {
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: initial;
}

.g-chat-body .chat_show_editor {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
}

.m-iptbox {
	position: relative;
	height: 100%;
	text-align: left;
	border-top: 1px solid #e1e3e6;
	background: #FFFFFF;
}

.m-iptbox .textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
	top: 0;
	height: 100px;
}

.m-iptbox .textarea textarea {
	width: 100%;
	height: 85px;
	resize: none;
	border: 0;
	box-shadow: none;
	padding: 16px;
	border-radius: 0;
	font-size: 16px;
}

.m-iptbox button.u-btn-send {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 3px 20px;
	font-size: 15px;
	border-radius: 0;
}

.m-iptbox button.u-btn-send:focus {
	outline: none;
}

.m-msglist .msg .arrow {
	position: absolute;
	top: 15px;
	width: 0;
	height: 0;
	border: 0 solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	left: -6px;
	border-right-width: 6px;
}

.m-msglist .msg_right .arrow {
	right: -6px;
	border-left-width: 6px;
	left: auto !important;
	border-right-width: 0;
}

.m-msglist .msg .arrow:before {
	content: "";
	position: absolute;
	top: -5px;
	border: 0 solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 1;
	left: 1px;
	border-right-width: 4px;
}

.m-msglist .msg_right .arrow:before {
	border-right-width: 0;
}

.sidebar {
	width: 220px;
	float: left;
}

.side_nav .tit {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	/*background:#007BDC;*/
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../images/page/lf-menu-tit-bg.png) no-repeat;
	background-size: cover;
}

.side_nav>ul {
	position: relative;
	margin: 0px;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.11);
	/* margin-top: 30px; */
}
.side_nav>ul>li {
	font-size: 16px;
	line-height: 55px;
	color: #252525;
	position: relative;
	/* margin-top: 1px; */
	border-bottom: 1px solid #F2F2F3 !important;
}

.side_nav>ul>li:last-child {
	border-bottom: 0;
}

.side_nav>ul>li a {
	color: #707070;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
	background: #FFF;
}

.side_nav>ul>li>a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 16px;
	margin-top: -8px;
	background: transparent;
	content: "";
}

.side_nav ul li i {
	float: right;
	margin-top: 14px;
	font-size: 18px;
	color: #333333;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-right: 20px;
}

.side_nav>.nav>li.active>a {
	/* color: #0266D2;
	font-weight: bold; */
	background: #EAF3FF;
}
.side_nav>.nav>li.active:before{
	background: #0266D2;
}
.side_nav>.nav>li a:hover{
	/* color: #0266D2; */
	background: #EAF3FF;
	/* font-weight: bold; */
}
.side_nav>.nav>li.active>a>.leftActive{
	display: block;
}
.side_nav>.nav>li a:hover>.leftActive{
	display: block;
}
.side_nav>ul>li.active>a::before {
	/*background: #35A6ED;*/
}

/*二级*/
.side_nav>ul>li .subMenu li {
}

.side_nav>ul>li .subMenu li {
	font-size: 15px;
	line-height: 22px;
	color: #252525;
	position: relative;
}
.nodelistName{
	/* background: url(../images/newslist/left_tit_bg.png) center;
	background-size: cover; */
    text-align: center;
    /* border-radius: 4px 4px 0 0; */
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1772C3 !important;
	height: 80px;
	line-height: 80px !important;
	background: #A1CCE1;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.26);
}
.side_nav>ul>li .subMenu li a {
	color: #666666;
	padding: 10px 10px 10px 55px;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.side_nav>ul>li .subMenu li.active>a {
	color: #35A6ED;
}

.rightContent {
	width: 1100px;
	/* width: 100%; */
	height: auto;
	float: right;
	padding: 0 20px;
	min-height: 500px;
}
.rightContent .el-select {
	display: block;
	position: relative;
}
.rightContent .fr_sp {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	border-left: 5px solid #0266D2;
	padding-left: 10px;
	margin-bottom: 12px;
}
.rightContent .fr_con {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #ececec;
	font-size: 14px;
	line-height: 25px;
}
.rightContent-detail h4 {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
}

.rightContent-detail .current {
	font-size: 13px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #DEDEDE;
	padding-bottom: 12px;
}

.rightContent-detail .detail_news>p {
	text-indent: 32px;
}

.rightContent-detail p {
	margin: 10px 0;
}

.rightContent-detail img {
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
	margin: 15px auto;
	display: block;
}

.rightContent-detail p a {
	color: #0095FF;
}

.rightContent-detail .text-indent {
	text-indent: 32px;
}

.ad_img img {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}

.ad_title {
	background: #F2F6F9;
	line-height: 45px;
	font-weight: bold;
	padding: 0 15px;
	color: #2595DC;
	font-size: 18px;
}

.cp_title {
	background: #F2F6F9;
	line-height: 45px;
	font-weight: bold;
	padding: 0 15px;
	font-size: 18px;
}

.cp_title label {
	margin-bottom: 0;
	font-weight: bold;
}

.cp_detail {
	padding: 5px 15px;
}

.cp_detail>span {
	margin-right: 5px;
}

.cp_btns {
	padding: 20px 10px 0;
}

.cp_btns a {
	border-radius: 17px;
	border: 1px solid #0A7BCC;
	color: #0A7BCC;
	margin: 0 5px;
	background: #FFF;
	padding: 4px 15px;
}

.cp_btns a.active {
	background: #0A7BCC;
	color: #fff;
}

.cp_btns a.disabled {
	pointer-events: inherit;
}

.hydt {
	padding: 0 10px;
}

.hydt li {
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
}

.hydt .hydt_icon {
	float: left;
	width: 70px;
	height: 70px;
	background: #EFEFEF;
	text-align: center;
}

.hydt .hydt_icon strong {
	font-size: 22px;
	display: block;
}

.hydt .hydt_icon span {
	font-size: 18px;
	display: block;
	font-weight: bold;
}

.hydt .hydt_img {
	float: left;
	width: 120px;
	height: 90px;
}

.hydt .hydt_img img {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	vertical-align: middle;
}

.hydt .hydt_detail {
	float: right;
	width: calc(100% - 120px);
}

.hydt .hydt_title {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.hydt .hydt_text span {
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #8e8e8e;
	line-height: 1.8;
}

.hydt .hydt_text span * {
	display: inline;
}

.hydt .more {
	color: #1697D9;
}

.toolbar-left {
	width: 270px;
	float: left;
}

.toolbar-left li {
	margin-bottom: 10px;
	background: #E7F2F9;
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 45px;
}

.toolbar-left li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 10px;
	margin-top: -2.5px;
	width: 5px;
	height: 5px;
	background: #5A5A5A;
	border-radius: 100%;
}

.toolbar-left li a {
	display: block;
	color: #333;
	font-size: 16px;
}

.toolbar-left li.active {
	background: #2A7BD7;
}

.toolbar-left li.active a {
	color: #FFFFFF;
}

.toolbar-left li.active::before {
	background: #FFFFFF;
}

.rightMain {
	background: #E7F2F9;
	padding-bottom: 30px;
}

.rightMain .rightMain_btn {
	text-align: center;
}

.rightMain .rightMain_btn .btn {
	background: #2A7BD7;
	padding: 10px 40px;
	font-weight: bold;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
}

.logi_top {
	padding: 10px 0 0;
}

.loginContent {
	position: relative;
}

.loginContent .login-main {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 1000px;
	margin-left: -500px;
}

.loginContent .login-con {
	float: right;
	background: #fff;
	width: 300px;
	height: 300px;
}

.public-table {
	border: 1px solid #E9E9E9;
}

.public-table thead tr th,
.public-table tr th {
	background: #F7F7F7;
	font-size: 14px;
	color: #222222;
	font-weight: 500;
}

.public-table>thead>tr>th {
	border-bottom: 0;
}

.public-table>tbody>tr>td,
.public-table tr td {
	border-top: 0;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #E9E9E9;
}

.public-table>tbody>tr>td .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 550px;
	display: block;
	color: #555555;
}

.public-table>tbody>tr>td a {
	color: #555555;
}

.public-table>tbody>tr>td a:hover {
	color: #5292C6;
}

.public-table>tbody>tr>td .operation {
	color: #5292C6;
}


@-webkit-keyframes funGtu2 {

	0%,
	100% {
		-webkit-transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-10px);
	}
}

@-moz-keyframes funGtu2 {

	0%,
	100% {
		-moz-transform: translateY(0px);
	}

	50% {
		-moz-transform: translateY(-10px);
	}
}

@-ms-keyframes funGtu2 {

	0%,
	100% {
		-ms-transform: translateY(0px);
	}

	50% {
		-ms-transform: translateY(-10px);
	}
}

@-o-keyframes funGtu2 {

	0%,
	100% {
		-o-transform: translateY(0px);
	}

	50% {
		-o-transform: translateY(-10px);
	}
}

@keyframes funGtu2 {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}
}


.connect-ous {
	color: #333;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}

.connect-1 {
	font-size: 2.8rem;
	text-align: center;
}

.connect-info {
	padding-top: 30px;
	line-height: 1.8;
	font-size: 16px;
	padding-bottom: 30px;
}

.connect-info p {
	text-indent: 32px;
}

.connect-info>p+p {
	margin-top: 10px;
}

/*详情*/

.detail-content {
	
	/* margin-top: 20px; */
}
.detail-content p {
	background: none !important;
}
.detail-content h1 {
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	/* line-height: 36px; */
	margin: 0 0 15px 0;
}

.detail-content .current {
	font-size: 13px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #DEDEDE;
	padding-bottom: 12px;
}

.detail_news {
	padding-bottom: 10px;
	min-height: 200px;
}

.detail-content p {
	margin: 10px 0;
	line-height: 35px;
}

.detail_news * {
	font-size: 15px;
}

.detail-content img {
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
	margin: 15px auto;
	display: block;
}

.detail-content p a {
	color: #0095FF;
}

.detail-content .text-indent {
	text-indent: 32px;
}

.detail-content .page-link .prev .pointer {
	margin-right: 6px;
}

.detail-content .page-link .next .pointer {
	margin-left: 6px;
}

.nav_b{
	width: 1320px ;
	margin: auto;
	color: #1772C3;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background: #FFF;
	margin-top: 20px;
}
.nav_b a{
	color: #1772C3;
}
/*图文列表*/
.list-news {}

.list-news li {
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}
.list-news li>a{
	width: 100%;
	display: inline-block;
	/* padding: 12px 0; */
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F2F2F3;
}
.wowDot{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #BEC0C4;
	margin-right: 14px;
}
/* .list-news li:hover .item-title{
	color: #0266D2!important;
} */
.list-news li:hover .item-title{
	color: #2B2F36 !important;
}
.list-news li:hover {
	background: #F2F7FC;
}
.list-news li:hover .wowDot{
	background: #1772C3 !important;
	border: 1px solid #1772C3 !important;
}
.list-news .item-link {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 0;
	/* cursor: pointer;
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD; */
}

.list-news .item-content {
	display: flex;
	box-sizing: border-box;
}
.list-news .item-media {
	width: 30%;
	box-sizing: border-box;
	margin-right: 20px;
}
.list-news .item-right{
	flex: 1;
}
.list-news .item-right .item-right-top{
	display: flex;
	justify-content: space-between;
}
.list-news .item-media img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	object-fit: cover;
	transition: all .5s;
}

.list-news .item-media img:hover {
	transform: scale(1.1);
	/* box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); */
}

.list-news .item-inner {
	padding-right: 15px;
	display: block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 44px;
	box-sizing: border-box;
	display: block;
	float: left;
}

.list-news .item-title-row {
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
}

.list-news .item-title {
	position: relative;
	max-width: 100%;
	min-width: 0;
	font-size: 16px;
	color: #2B2F36;
	transition: color .5s;
}

.list-news li:hover .item-title {
	color: #5292C6;
}

.list-news .item-after {
	margin-left: auto;
	white-space: nowrap;
}

.list-news .item-subtitle {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	font-size: 16px;
	color: #444;
}

.list-news .item-text {
	position: relative;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	max-height: 80px;
	font-size: 16px;
	color: grey;
	line-height: 1.8;
}

.list-news .item-date {
	font-size: 15px;
	color: #888;
	padding-top: 5px;
	width: 30%;
}

.list-news.media-list .item-inner {
}

/*图文*/
.list-tw .item-title {
	width: 100%;
	padding-bottom: 6px;
}
.list-tw a .item-content:hover .item-title{
	color: #0266D2;
}
.list-tw .item-inner {
	width: 100%;
}

.list-tw .item-text {
	min-height: 75px;
	cursor: auto;
}

/*头像*/
.list-touxiang .item-media img {
	width: 100px;
	height: 100px;
}

.list-touxiang .item-inner {
	width: calc(100% - 115px);
}

.list-touxiang .item-text {
	min-height: 75px;
}

.list-flex li {
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
}

.list-flex .item-link {
	display: block;
	position: relative;
	/* overflow: hidden; */
	z-index: 0;
	cursor: pointer;
}

.list-flex .item-content {
	display: flex;
	min-height: 44px;
	padding-left: 15px;
}

.list-flex .item-media {
	height: 112px;
	width: 112px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 6px solid #FFF;
	border-radius: 100%;
	box-shadow: 0 0 40px 4px rgba(200, 200, 200, 0.5);
	float: left;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	align-self: center;
}

.list-flex .item-media img {
	overflow: hidden;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	object-fit: cover;
}

.list-flex .item-inner {
	padding-right: 15px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 44px;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 100%;
}

.list-flex .item-title-row {
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
}

.list-flex .item-title {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	min-width: 0;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	transition: color .5s;
}

.list-flex li:hover .item-title {
	color: #5292C6;
}

.list-flex .item-after {
	margin-left: auto;
	white-space: nowrap;
}

.list-flex .item-subtitle {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	font-size: 16px;
	color: #444;
}

.list-flex .item-text {
	position: relative;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	max-height: 80px;
	font-size: 14px;
	color: #555;
	text-align: justify;
}

.list-flex .item-text img {
	max-width: 100%;
}

.list-flex .item-date {
	font-size: 15px;
	color: #888;
	padding-top: 7px;
}

.list-flex.media-list .item-media+.item-inner {
	margin-left: 20px;
}

.item-detail-right {
	width: 120px;
	float: right;
}

.item-detail-right .price {
	font-size: 18px;
	color: #0266D2;
	text-align: right;
}

.blue-bg {
	background-color: #378CED;
}

.orange-bg {
	background-color: #FFA422;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.width-p-45 {
	width: 49%;
}

/*查询条件*/
.search-box {
	padding: 20px;
	margin-top: 20px;
	background: #F2F6F9;
}

.list-news .seeMore {
	color: #FFFFFF;
	background: #F0AD4E;
	font-size: 16px;
	border-radius: 4px;
	padding: 4px 12px;
	display: block;
	transition: all .5s;
}

.list-news .seeMore:hover {
	background: #dc9127;
}

.list-news .blue-bg {
	background: #378CED;
	transition: all .5s;
}

.list-news .blue-bg:hover {
	background: #1661b7;
}

.list-news .seeMore i {
	margin-right: 3px;
}

.list-cyk li {
	border-bottom: 1px dashed #eee;
}

.list-cyk.media-list .item-inner {
	margin-left: 20px;
	width: calc(100% - 155px);
}

.list-cyk .item-info {
	font-size: 14px;
	color: #888;
}

.list-cyk .item-info .name {
	color: #333333;
	float: left;
	font-size: 14px;
}

.list-cyk .item-info .tip {
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 14px;
}

.list-cyk .item-info .tip em {
	border-radius: 20px;
	border: 1px solid #e2e0e0;
	font-size: 12px;
	padding: 0px 10px;
	display: inline-block;
	line-height: 18px;
	margin: 0 5px 2px;
}

.list-cyk .item-detail {
	width: calc(100% - 140px);
	float: left;
}

.list-cyk .seeMore {
	float: right;
}

.font-size-12 {
	font-size: 12px !important;
}

.list-cyk .font-grey {
	color: #aaa !important;
}

.list-cyk .item-info .clearfix {
	font-size: 0;
}

.list-cyk .item-info .clearfix:last-child i {
	margin-right: 3px;
}

/*企业库详情*/
.qyk-info-box {
	margin-bottom: 20px;
}

.qyk-info-box .info-img {
	width: 120px;
}

.qyk-info-box .img-border {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.qyk-info-box .img-border img {
	width: 120px;
	height: 90px;
	border-radius: 4px;
	object-fit: cover;
}

.qyk-info-box .info-detail {
	width: calc(100% - 120px);
	padding-left: 20px;
}

.qyk-info-box .info-detail-left {
	width: calc(100% - 130px);
}

.qyk-info-box .info-detail-right {
	width: 130px;
	text-align: center;
}

.qyk-info-box .info-detail-title {
	font-weight: 600;
	font-size: 20px;
	color: #555;
	padding-bottom: 5px;
}

.qyk-info-box .info-detail-tags span {
	margin-bottom: 5px;
	margin-right: 6px;
	margin-left: 0px;
	padding: 2px 6px;
	font-size: 12px;
	display: inline-block;
}

.qyk-info-box .info-detail-tags span.isBlue {
	background: rgba(20, 120, 240, 0.15);
	color: #1478f0;
}

.qyk-info-box .info-detail-tags span.isGreen {
	background: #dff0e5;
	color: #46B577;
}

.qyk-info-box .info-detail-tags span.isOrange {
	background: #FFF5E4;
	color: #f8c060;
}

.qyk-info-box .address {
	color: #777;
	padding: 5px 0;
}

.qyk-info-box .address i {
	margin-right: 5px;
	color: #1889F6;
}

.qyk-info-box .desc {
	color: #777;
}

.qyk-info-box .info-detail-right strong {
	color: #FF8D1D;
	font-size: 25px;
}

.ta-bg {
	background: #F1F5F8;
	color: #666666;
	width: 12%;
	text-align: right;
}

.app-trademark {
	margin-bottom: 20px;
}

.flow {
	display: inline-block;
}

.margin-b-10px {
	margin-bottom: 10px;
}

.ui-dimension-subtitle>.title {
	display: inline-block;
	height: 20px;
	padding-left: 8px;
	margin: 0;
	border-left: 3px solid #1478f0;
	font-size: 18px;
	font-weight: 600;
	clear: left;
}

.bgtitle {
	font-size: 16px;
	display: inline-block;
	height: 20px;
	padding-left: 8px;
	margin: 0;
	clear: left;
	font-weight: 600;
}

.app-trademark .subtitle {
	line-height: 34px;
}

.app-trademark .subtitle .badge {
	display: inline-block;
	position: relative;
	top: -2px;
	min-width: 10px;
	padding: 3px 7px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #d3cfcf;
	border-radius: 10px;
}

.table-sb>thead>tr>th {
	background: rgb(241, 245, 248);
	font-weight: normal;
	color: #333;
	border-bottom: 0;
	word-break: keep-all;
	white-space: nowrap;
}

.table-sb>tbody>tr>td {
	vertical-align: middle !important;
	text-align: center;
}

.table-sb>tbody>tr>td>img {
	width: 74px;
	border: 1px solid #eaedf4;
	margin: auto;
	display: block;
}

.table-sb>tbody>tr>td>a {
	color: #0c9ae4;
}

.font-size-12 {
	font-size: 12px !important;
}

.item-list {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
}

.item-list li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 0 5px 15px;
}

.item-list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	background: #b8b6b6;
	width: 6px;
	height: 6px;
	display: inline-block;
	content: " ";
	border-radius: 100% !important;
	margin-top: -2px;
}

.item-list li+li {
	border-top: 1px dashed #e9e9e9;
}

.search-info span.cpktitle {
	float: left;
	width: 90px;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	color: #2193DC;
}

.search-info .search-tags-cpk {
	float: left;
	max-width: calc(100% - 90px);
}

.search-info .search-tags-cpk span {
	font-size: 15px;
	display: inline-block;
	margin: 2px 5px;
	padding: 0px 7px;
	color: #716f6f;
	cursor: pointer;
	transition: all .5s;
}

.search-info .search-tags-cpk span label {
	margin-bottom: 0;
}

.search-info .search-tags-cpk span.active,
.search-info .search-tags-cpk span:hover {
	background: #0B7CCC;
	color: #FFFFFF;
}

.list-RectCard {
	padding-top: 15px;
	position: relative;
}

.list-RectCard .clickBtn {
	position: absolute;
	left: 0;
	top: 27px;
	height: 314px;
	width: 32%;
	z-index: 1;
}

.list-RectCard .row {
	margin-left: -10px;
	margin-right: -10px;
}

.list-RectCard .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}

.list-RectCard .list-RectCard-item {
	border: 1px solid #f0eded;
	padding: 20px;
	margin: 12px 0;
	height: 314px;
	transition: all .5s;
}

.list-RectCard .list-RectCard-item .item-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 13px;
}

.list-RectCard .list-RectCard-item .item-media img {
	width: 100%;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	height: 187px;
	object-fit: cover;
	transition: transform .5s;
}

.list-RectCard .list-RectCard-item .item-media img:hover {
	transform: scale(1.1);
}

.list-RectCard .list-RectCard-item .item-title {
	font-size: 17px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .5s;
}

.list-RectCard .list-RectCard-item:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
	border-color: #5292C6;
}

.list-RectCard .list-RectCard-item:hover .item-title {
	color: #5292C6;
}

.list-RectCard .list-RectCard-item .item-subtitle {
	font-size: 15px;
	color: #0266D2;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 0;
}

.list-RectCard .list-RectCard-item .item-text {
	font-size: 15px;
	color: #aca8a8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-info span.zjktitle {
	float: left;
	width: 90px;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	color: #333;
}

.search-info .search-tags-zjk {
	float: left;
	max-width: calc(100% - 90px);
}

.search-info .search-tags-zjk span {
	font-size: 15px;
	display: inline-block;
	margin: 2px;
	padding: 0px 7px;
	color: #716f6f;
	cursor: pointer;
	transition: all .5s;
}

.search-info .search-tags-zjk span.active,
.search-info .search-tags-zjk span:hover {
	color: #0B7CCC;
}


.list-RoundCard {
	padding-top: 10px;
	position: relative;
}

.list-RoundCard .row {
	margin-left: -10px;
	margin-right: -10px;
}

.list-RoundCard .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.list-RoundCard .list-RoundCard-item {
	border: 1px solid #f0eded;
	padding: 20px 12px 12px;
	margin: 12px 0;
	transition: all .5s;
}

.list-RoundCard .list-RoundCard-item .item-media {
	position: relative;
}

.list-RoundCard .list-RoundCard-item .item-media img {
	width: 85px;
	height: 85px;
	border-radius: 100%;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	margin: auto;
	object-fit: cover;
	transition: all .5s;
}

.list-RoundCard .list-RoundCard-item .item-media img:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.list-RoundCard .list-RoundCard-item .item-title {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .5s;
	text-align: center;
	padding: 6px 0 10px;
	font-weight: 600;
}

.list-RoundCard .list-RoundCard-item .item-title img {
	margin-left: 3px;
}

.list-RoundCard .list-RoundCard-item:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
	border-color: #5292C6;
}

.list-RoundCard .list-RoundCard-item:hover .item-title {
	color: #5292C6;
}

.list-RoundCard .list-RoundCard-item .item-text {
	color: #aca8a8;
	line-height: 1.8;
}

.list-RoundCard .list-RoundCard-item .item-text>div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*专家库详情*/
.zjk-info-box {
	margin-bottom: 30px;
}

.zjk-info-box .info-img {
	width: 120px;
}

.zjk-info-box .img-border {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
	position: relative;
	text-align: center;
	padding: 5px;
}

.zjk-info-box .img-border img {
	width: 110px;
	height: 135px;
	object-fit: cover;
}

.zjk-info-box .info-detail {
	width: calc(100% - 120px);
	padding-left: 25px;
}

.zjk-info-box .info-detail-left {
	width: calc(100% - 160px);
}

.zjk-info-box .info-detail-left .item-title {
	padding-bottom: 5px;
}

.zjk-info-box .info-detail-left .item-title span.title {
	font-size: 18px;
	color: #333;
}

.zjk-info-box .info-detail-left .item-title i {
	font-size: 16px;
	color: #0071D3;
}

.zjk-info-box .info-detail-left .item-title img {
	width: 15px;
	margin: 0 3px;
}

.zjk-info-box .info-detail-left .item-title span.tag {
	background: #0266D2;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 5px;
	display: inline-block;
	line-height: 18px;
}

.zjk-info-box .info-detail-left .item-subtitle {
	color: #333;
	font-size: 14px;
	padding-bottom: 3px;
}

.zjk-info-box .info-detail-left .item-text {
	color: #555;
	font-size: 12px;
	line-height: 1.8;
}

.zjk-info-box .info-detail-right {
	width: 150px;
	padding-right: 30px;
	text-align: center;
	color: #555;
	font-size: 12px;
	padding-top: 40px;
}

.zjk-info-box .info-detail-right .item-btn {
	display: block;
	background: #1c77eb;
	color: #fff;
	line-height: 34px;
	border-radius: 4px;
	margin-bottom: 5px;
	transition: all .5s;
}

.zjk-info-box .info-detail-right .item-btn:hover {
	background: #1661b7;
}

.expert-info {
	padding-left: 30px;
	padding-right: 30px;
}

.expert-info li+li {
	border-top: 1px dashed #e8e5e5;
}

.expert-info li {
	padding: 20px 0;
}

.expert-info li .item-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.expert-info li .item-inner {
	font-size: 16px;
	color: #555;
}

.expert-info li .item-inner .info {
	padding: 3px 0;
}

.expert-info li .item-inner .info span {
	margin-right: 30px;
}

.expert-info li .item-inner .info span:last-child {
	margin-right: 0;
}

.expert-info li .item-inner .info .daterange {
	width: 25%;
	display: inline-block;
	margin-right: 0;
}

/*园区库列表*/

.list-RectBox {
	padding-top: 15px;
	position: relative;
}

.list-RectBox .row {
	margin-left: -10px;
	margin-right: -10px;
}

.list-RectBox .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.list-RectBox .list-RectBox-item {
	border: 1px solid #f0eded;
	margin: 12px 0;
	transition: all .5s;
}

.list-RectBox .list-RectBox-item .item-media {
	position: relative;
	overflow: hidden;
}

.list-RectBox .list-RectBox-item .item-media img {
	width: 100%;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	height: 150px;
	object-fit: cover;
	transition: transform .5s;
}

.list-RectBox .list-RectBox-item .item-media img:hover {
	transform: scale(1.1);
}

.list-RectBox .list-RectBox-item .item-inner {
	padding: 10px;
}

.list-RectBox .list-RectBox-item .item-title {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .5s;
	font-weight: 600;
}

.list-RectBox .list-RectBox-item:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
	border-color: #5292C6;
}

.list-RectBox .list-RectBox-item:hover .item-title {
	color: #5292C6;
}

.list-RectBox .list-RectBox-item .item-subtitle {
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1px 0;
}


/*表单*/
.form-control::-moz-placeholder,
.el-input__inner::-moz-placeholder {
	color: #bbbbbb;
	opacity: 1;
}

.form-control::-ms-input-placeholder,
.el-input__inner::-ms-input-placeholder {
	color: #bbbbbb;
}

.form-control::-webkit-input-placeholder,
.el-input__inner::-webkit-input-placeholder {
	color: #bbbbbb;
}

.form-control,
input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
	background: #FFFFFF;
	border: 1px solid #DCDFE6;
	border-radius: 4px !important;
}

.form-control:hover {
	border-color: #C0C4CC;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #F5F7FA;
	border-color: #E4E7ED;
	color: #C0C4CC;
}

/* .input-group .form-control:first-child {
	border-radius: 4px 0 0 4px !important;
}

.input-group-btn:last-child>.btn {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.input-group input:last-child {
	border-radius: 0 4px 4px 0 !important;
}

.input-group .input-group-btn .form-control {
	margin-left: -1px;
	border-radius: 0 4px 4px 0 !important;
}

.input-group .input-group-addon {
	border-left: 0;
} */

.help-block {
	margin-bottom: 0;
}

textarea {
	resize: none;
}

.inline-block {
	display: inline-block !important;
}

[v-cloak] {
	display: none !important;
}


.list-auth li {
	border-bottom: 1px dashed #eee;
}

.list-auth .item-media img {
	width: 200px;
	height: 125px;
}

.list-auth.media-list .item-inner {
	margin-left: 20px;
	width: calc(100% - 220px);
}

.list-auth .item-title a {
	transition: color .5s;
	color: #333333;
}

.list-auth li:hover .item-title a {
	color: #5292C6;
}

.list-auth .item-info {
	font-size: 14px;
}

.list-auth .item-info .name {
	float: left;
}

.list-auth .item-info .tip {
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 14px;
}

.list-auth .item-info .tip em {
	border-radius: 20px;
	border: 1px solid #e2e0e0;
	font-size: 12px;
	padding: 0px 10px;
	display: inline-block;
	line-height: 18px;
	margin: 0 5px 2px;
}

.list-auth .item-detail {
	width: calc(100% - 200px);
	float: left;
}

.list-auth .font-grey {
	color: #aaa !important;
}

.list-auth .item-info .clearfix {
	font-size: 0;
}

.list-auth .item-detail-right {
	text-align: right;
	padding-top: 6px;
}

.list-auth .item-info .clearfix:last-child i {
	margin-right: 3px;
}

.authTag {
	font-weight: bold;
	margin-bottom: 30px;
}

.authYes {
	color: #F0AD4E;
}

.authNo {
	color: #b7b4b4;
}

.list-auth .applyBtnYes {
	background: #1c77eb;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 4px;
	padding: 4px 12px;
	display: inline-block;
	transition: all .5s;
}

.list-auth .applyBtnYes:hover,
.list-auth .applyBtnYes:focus {
	background: #1661b7;
	color: #fff;
}

.list-auth .applyBtnNo {
	background: #DDDDDD;
	color: #777;
	font-size: 16px;
	border-radius: 4px;
	padding: 4px 12px;
	display: inline-block;
	cursor: not-allowed !important;
}

.list-auth .applyBtnNo:hover,
.list-auth .applyBtnNo:focus {
	background: #DDDDDD;
	color: #777;
}

.jgszDetail {
	padding-top: 20px;
	line-height: 2;
}

.jgszDetail h5 {
	color: #5292C6;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}

.jgszDetail .applyBtn {
	display: block;
	background: #1c77eb;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 4px;
	padding: 4px 12px;
	transition: all .5s;
	text-align: center;
	margin-top: 15%;
}

.jgszDetail .applyBtn:hover,
.jgszDetail .applyBtn:focus {
	background: #1661b7;
	color: #fff;
}

/************end*************/



/**el start**/
.el-form-item {
	margin-bottom: 15px;
}

.el-form-item__error {
	position: relative;
}

.el-date-editor--daterange.el-input__inner,
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
	width: 100%;
}

.el-range-editor .el-range-input {
	box-shadow: none;
	width: 46%;
	font-size: 12px;
}

.el-form-item__content {
	line-height: inherit;
}

.el-input__inner {
	border: 1px solid #DCDFE6;
	height: 34px;
	line-height: 34px;
	border-radius: 4px !important;
}

.el-input .el-input__inner {
	box-shadow: none;
}

.el-input__inner:focus {
	/*border-color: #2EA2F8;*/
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.is-focus .el-input__inner {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.el-select {
	width: 100%;
}

.el-input__suffix-inner .el-input__icon {
	line-height: 34px;
}

.el-date-editor .el-range-separator {
	width: 10%;
	font-size: 12px;
}

.el-date-editor .el-range__icon,
.el-date-editor .el-range-separator,
.el-date-editor .el-range__close-icon {
	line-height: 26px;
	width: 20px;
}

.el-input__prefix .el-input__icon {
	line-height: 36px;
}

.el-radio-list,
.el-checkbox-list {
	padding-top: 8px;
}

.el-radio,
.el-checkbox {
	margin-right: 20px;
}

.el-radio__inner {
	border-radius: 100% !important;
}

.el-checkbox__inner {
	border-radius: 2px !important;
}

.el-radio__inner,
.el-checkbox__inner {
	width: 16px;
	height: 16px;
}

.el-radio__inner::after {
	width: 6px;
	height: 6px;
}

.el-checkbox__inner::after {
	height: 7px;
	border-width: 2px;
	width: 3px;
	left: 5px;
	top: 1px;
}

.el-radio__label {
	padding-left: 6px;
}

.el-select__tags .el-select__input {
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-left: 0;
}

.el-select__tags .el-select__input:focus {
	box-shadow: none;
}

.el-carousel .el-carousel__container {
	text-align: center;
}

.el-popper .el-cascader-node label.el-radio {
	margin-bottom: 0;
	line-height: 34px;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
	border-radius: 4px 4px 0 0 !important;
}

.el-switch__core {
	border-radius: 10px !important;
}

/*el-table*/
.el-table {
	border-right: 1px solid #EBEEF5;
	margin-bottom: 20px;
}

.el-table td,
.el-table th.is-leaf {
	border-top: 1px solid #EBEEF5;
	border-left: 1px solid #EBEEF5;
}

.el-table th {
	background: #f5f6f9;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.el-table th.is-leaf {
	border-bottom: 0;
	user-select: auto;
}

.el-table .cell {
	line-height: inherit;
}

.fixed-width .el-button--mini,
.el-table tbody tr td .el-button {
	padding: 6px 10px;
}

.el-table,
.el-table th.is-leaf,
.el-table td,
.el-table--border td {
	border-color: #e7ecf1;
	border-bottom: 0;
}

.el-table--group::after,
.el-table--border::after,
.el-table::before {
	background-color: #e7ecf1;
}

.el-table th,
.el-table td {
	padding: 8px;
}

.el-table th {
	background-color: #FAF6FC;
	font-size: 13px;
	color: #333333;
}

.el-table td {
	color: #333333;
}

.el-table__body tr.current-row>td {
	background-color: transparent;
}

.el-table tbody>tr:nth-of-type(even),
.el-table tbody>tr:nth-of-type(even) {
	background: #F8F9FF;
}

.tableBasic.el-table tbody>tr:nth-of-type(even),
.tableBasic.el-table tbody>tr:nth-of-type(even) {
	background: transparent;
}

.tableBasic.el-table td {
	padding: 8px;
	word-break: break-all;
}

.tableBasic.el-table .table-head {
	background: rgb(241, 245, 248);
	font-weight: bold;
	width: 200px;
	text-align: right;
}

.tableBasic.el-table td img {
	max-width: 50% !important;
	margin: 10px auto;
	vertical-align: middle;
	display: block;
}

.qyfc_title {
	margin: 10px 0 30px;
}

.tabbable-qyfc {
	margin-bottom: 20px;
}

.tabbable-qyfc .tab-content {
	word-break: break-all;
	min-height: 300px;
	padding: 20px;
}

.tabbable-qyfc .tab-content img {
	max-width: 50% !important;
	/* display: block; */
	margin: 10px auto;
	vertical-align: middle;
	overflow: hidden;
}

.tabbable-qyfc .tab-content table {
	max-width: 100%;
	width: 100%;
}

.tabbable-qyfc .tab-content table td {
	border: 1px solid #ededed;
}

.tabbable-custom>.nav-tabs>li.active {
	border-top-color: #0071D3;
}

.tabbable-custom>.nav-tabs>li>a {
	color: #333;
}

.tabbable-custom>.nav-tabs>li.active>a {
	color: #0071D3;
	font-weight: bold;
}

.xinxi li:before {
	display: table;
	content: " ";
}

.xinxi li:after {
	display: table;
	content: " ";
	clear: both;
}

/*el-dialog*/
.el-dialog {
	border-radius: 4px !important;
}

.el-dialog__header {
	padding: 7px 15px 8px;
	background: #f3f5f7;
	border-bottom: 1px solid #d9dfe4;
	min-height: 36px;
	border-radius: 4px 4px 0 0 !important;
}

.el-dialog__header .el-dialog__title {
	font-size: 16px;
}

.el-dialog__header .el-dialog__headerbtn {
	top: 9px;
	right: 15px;
}

.el-dialog__body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.el-dialog__footer {
	padding: 6px 15px;
	background-color: #F8F8F8;
	border: 1px solid #eee;
	border-radius: 0 0 4px 4px !important;
}

.el-dialog__footer .el-button+.el-button {
	margin-left: 0;
}

.el-button {
	padding: 9px 12px;
	border-radius: 4px !important;
}

.el-form-item__label {
	padding-top: 7px;
	line-height: inherit;
	text-align: right;
	color: #333333;
	font-weight: normal;
}

/**el end**/



.slideBox-small {
	position: relative;
	margin-top: 20px;
	height: 320px;
}

.slideBox-small .bd img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
	height: 300px;
	object-fit: cover;
}

.slideBox-small .hd {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.slideBox-small .hd ul {
	font-size: 0;
}

.slideBox-small .hd li {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #000;
	color: transparent;
	display: inline-block;
	margin: 0 6px;
	cursor: pointer;
	opacity: 1;
	border-radius: 6px;
}

.slideBox-small .hd li.on {
	background: #0266D2;
}

.slideBox-small .prev,
.slideBox-small .next {
	position: absolute;
	top: 50%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.5);
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	margin-top: -30px;
	opacity: 0.5;
}

.slideBox-small .prev:hover,
.slideBox-small .next:hover {
	opacity: 1;
}

.slideBox-small .prev i,
.slideBox-small .next i {
	font-size: 40px;
}

.slideBox-small .prev {
	left: 0;
}

.slideBox-small .next {
	right: 0;
}

.videoBox {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 11;
}

.videoBox video {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
	height: 300px;
}

.videoBox .stopBtn {
	width: 100px;
	height: 100px;
	margin-top: 23%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

.videoBox .stopBtn img {
	width: 100px;
	height: 100px;
}

/**/
.block .el-pagination {
	text-align: right;
	margin-top: 20px;
}

.list-flex .demandContent {
	max-height: inherit;
	overflow: auto;
	-webkit-line-clamp: inherit;
}

.countDownDiv {
	text-align: center;
}

.countDown.active {
	background: rgba(102, 186, 255, 0.06);
	border: 1px solid #b2daff;
}

.countDown {
	margin: auto;
	background: rgba(236, 109, 1, 0.06);
	border: 1px solid #EC6D01;
	border-radius: 2px;
	font-size: 20px;
	color: #666666;
	width: 550px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.countDown.active span {
	color: #0082eb;
}

.countDown span {
	color: #EC6D01;
	font-weight: bold;
	margin-right: 5px;
	min-width: 80px;
	display: inline-block;
	text-align: left;
}

.countDown.active strong {
	color: #0082eb;
	background: #ecf7ff;
	border: 1px solid #bce1ff;
}

.countDown strong {
	background: #fbe9e3;
	color: #EC6D01;
	border-radius: 2px;
	line-height: 34px;
	min-width: 34px;
	text-align: center;
	padding: 0 3px;
	display: inline-block;
}

.detail0 .detail-msg {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
	text-align: center;
}

.detail-msg span {
	color: #999;
	margin-right: 20px;
	font-size: 16px;
}

.bdshare-button-style0-16 {
	zoom: 1;
}

.detail .detail-content {
	font-size: 16px;
	line-height: 2;
	padding: 20px 0;
	text-align: justify;
	word-break: break-word;
}

.detail .detail-content>p,
.detail .detail-content>div {
	margin-bottom: 10px;
}

.detail-content-main {
	min-height: 100px;
	font-size: 16px;
}

.detail-content-main img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

.text-indent {
	text-indent: 32px;
}

.detail0 {
	margin: 0 auto 30px;
	background: #fff;
	border: 1px solid #e8f0f6;
	padding: 0 50px;
	padding-bottom: 40px;
}

.headline {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	padding: 30px 0 6px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 12px;
}

.headline span {
	width: 10px;
	height: 10px;
	background: #3598dc;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.enclosure li {
	line-height: 40px;
}

.enclosure li a {
	color: #3598dc;
	font-size: 16px;
	padding: 0 10px;
}

.enclosure li a:hover {
	text-decoration: underline;
}

.enclosure li+li {
	border-top: 1px dashed #e2e2e2;
}


.table-basic td {
	background-color: transparent;
	padding: 10px 15px !important;
}

.table-basic .td-bg {
	text-align: right;
	background: #f2f6f8;
	width: 15%;
	font-size: 16px;
}

.noData {
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.list-tsyy {
	padding: 10px 0;
}

.list-tsyy li {
	display: flex;
	padding: 15px;
}

.list-tsyy .item-media {
	width: 23%;
	border-radius: 6px;
	overflow: hidden;
}

.list-tsyy .item-media img {
	width: 100%;
	height: 150px;
	transition: all .5s;
}

.list-tsyy .item-media img:hover {
	transform: scale(1.1);
}

.list-tsyy .item-inner {
	width: 77%;
	padding-left: 30px;
}

.list-tsyy .item-inner .item-title {
	font-size: 17px;
	font-weight: bold;
	padding: 12px 0 7px;
	transition: color .5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-tsyy .item-inner .item-title:hover {
	color: #2595DC;
}

.list-tsyy .item-inner .item-text {
	position: relative;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 50px;
}

.list-tsyy .item-inner .item-more {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 1px 15px;
	border-radius: 40px;
	font-size: 15px;
	margin-top: 12px;
	color: #777;
	transition: all .5s;
}

.list-tsyy .item-inner .item-more:hover {
	border-color: #2595DC;
	color: #2595DC;
}

.abutmentType {
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
	color: #e8ae67;
	background-color: #FFEFD8;
	border-radius: 4px;
	padding: 0px 8px;
}

.display-flex {
	display: flex;
}
.jcc {
	justify-content: center;
}
.justify-content-between {
	justify-content: space-between;
	align-items: center;
}

/*新闻详情*/
/*中间部分*/
.mainDetail{
	width: 77%;
	flex: 1;
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.04) !important;
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
	padding: 30px 60px;
}
/*左边部分*/
.sidebar.left{
	width: 15%;
}
/*右边部分*/
.shareRight{
	width: 8%;
	margin-top: 40px;
}
.shareRight .shareType{
	margin-top: 20px;
}
.shareRight .shareType .shareTitle{
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #AAA7AA;
}
.shareRight .shareType .shareTitle p{
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
}
.shareRight .shareType .shareTitle:before{
	content:'';
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 1px;
	background:#AAA7AA;
}
.shareRight .shareType #shareGo2{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*语音播报*/
.shareRight ul{
	margin-top: 20px;

}
.shareRight ul li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.shareRight ul li a{
	width: 60px;
	height: 60px;
	background: #cccccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
/*语音播报语言选择*/
.shareRight ul #yuyin{
	padding-bottom: 30px;
}
.shareRight ul li #report{
	position: relative;
}
.chooseLang{
	position: absolute;
	bottom: -45px;
	width: 100px;
	background: #f3f3f3;
	padding: 10px 12px;
	display: none;
}
.chooseLang span:nth-child(2){
	float: right;
}
.chooseLang span{
	color: #333;
}
.info_content_main {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0 60px;
}
.info_content_title {
	border-bottom: 1px solid #e6e2e2;
	margin-bottom: 10px;
}

.info_content_title .info_content_tabs li {
	float: left;
	border-bottom: 3px solid transparent;
	margin-right: 25px;
	margin-bottom: -1px;
}

.info_content_title .info_content_tabs a {
	font-size: 18px;
	color: #333333;
	display: inline-block;
	padding: 6px 12px;
	letter-spacing: 0.4px;
	transition: .5s;
}

.info_content_title .info_content_tabs li.active {
	border-bottom-color: #0266D2;
}

.info_content_title .info_content_tabs li.active a,
.info_content_title .info_content_tabs li:hover a {
	color: #0266D2;
	font-weight: bold;
}

.info_content_title .caption {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;
}

.info_content_list li {
	position: relative;
	font-size: 0;
	padding: 15px 0 15px 15px;
}
.info_content_list li.active{
	font-weight: 700;

}


.info_content_list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #fff;
	border: 1px solid #707070;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	content: " ";
	transition: all .5s;
}
.info_content_list li.active:before{
	background: #0266D2;
	border-color: #0266D2;
}
.info_content_list li:hover:before {
	background: #0266D2;
	border-color: #0266D2;
}

.info_content_list li a {
	line-height: 26px;
	width: 100%;
	text-align: justify;
	display: inline-block;
}

.info_content_list li a span {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	width:100%;
	vertical-align: middle;
	transition: color .5s;
}

.info_content_list li a .tip {
	color: #0266D2;
	text-transform: uppercase;
	padding-left: 10px;
	font-style: normal;
	font-size: 12px;
	vertical-align: middle;
}

.info_content_list li:hover a>span {
	color: #0266D2;
}

.info_content_list li>span {
	line-height: 26px;
	float: right;
	width: 20%;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	color: #b9b6b6;
}
table tr td{
	text-align: center;
}
.bmBtn{
	width: 300px;
    background: rgba(2, 102, 210, 1);
    display: block;
    margin: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 4px !important;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.btStyle{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}
.btLine{
	width: 100%;
	height: 6px;
	background: #AECEEA;
	margin-top: 2px;
	/* position: absolute;
	right: 75px; */
}
.erTitle{
	font-size: 24px;
	font-weight: bold;
	color: #1772C3;
	margin-right: 20px;
}
.contentMore{
	position: absolute;
	right: 10px;
}
.ortherBg{
	width: 100%;
	height: 1000px;
	position: absolute;
	top: 100px;
	background: url(../images/page/aboutUsBg.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}
.leftActive{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.fbTime{
	text-align: center;
	margin-bottom: 30px;
}