*{
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration:none !important;
}
.gray {     
 	-webkit-filter: grayscale(100%);   
  	-moz-filter: grayscale(100%);  
   	-ms-filter: grayscale(100%);   
  	-o-filter: grayscale(100%);     
    filter: grayscale(100%); 	     
	filter: gray; }
html{
	font-size: 16px;
}
html,body{
	padding:0px;
	margin:0px;
	background:#F3F4F7;
	overflow:auto !important;
	position:relative;
}
#app{
	width: 100%;
	height:auto !important;
	min-height:1000px;
	background:white;
}
.wrap{
	height: 100%;
	width: 100%;
	background:white;
}

/* 一栏带图片列表 */
.page{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.menu{
	display: flex;
	height: 40px;
	padding: 30px 0;
	/* justify-content: center; */
	align-items: center;
}
.menu_item{
	/* padding: 0 10px; */
	margin-right: 20px;
	font-size: 18px;
	color: #B9B9BC;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.menu_item span{
	line-height: 40px;
	font-weight:600;
}
.menu_item span.active{
	line-height: 37px;
	border-bottom: 3px solid #1540B8;
	color: #1540B8;
}
.content{
	padding:0 20px;
	min-height: 440px;
}
/* 新版contentItem */
.contentItem{
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding: 15px 25px;
	position: relative;
	border: 1px solid #e0e0e6;
	margin-top: 25px;
}
.contentItem .top{
	display: flex;
	font-size: 20px;
	font-weight: bold;
}
.contentItem .top .rank{
	flex: 1;
	color: #1540B8;
}
.contentItem .top .company{
	color: #2c2c2e;
}
.contentItem .info{
	display: flex;
	padding: 10px 0;

}
.contentItem .info img{
	width: 250px;
	height: 200px;
	border: 1px solid #e2e1f1;
}
.contentItem .info .text{
	width: 600px;
	padding-left: 20px;
}
.contentItem .info .text .name{
	font-size: 18px;
	color: #2c2c2e;
	font-weight: bold;
}
.contentItem .info .text .valueType{
	display: flex;
	margin-top: 20px;
}
.contentItem .info .text .valueType .type{
	flex: 0 0 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contentItem .info .text .valueType .value{
	flex: 1;
	padding-left: 30px;
	white-space: nowrap;
}
.contentItem .info .text .valueType span{
	font-weight: bold;
	color: #2c2c2e;
}
.contentItem .info .text .factoryCompany{
	margin-top: 20px;
}
.contentItem .info .text .factoryCompany span{
	color: #2c2c2e;
	font-weight: bold;
}
.contentItem .info .text .mainUse{
	margin-top: 20px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}
.contentItem .info .text .mainUse span{
	color: #2c2c2e;
	font-weight: bold;
}
.contentItem .info .option{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1;
	align-items: flex-end;
	padding-bottom: 10px;
}
.contentItem .topNum{
	font-size: 18px;
	color: #fff;
	top: 5px;
	left: 7px;
	position: absolute;
	z-index: 99;
}
.contentItem .info .option .btn{
	width: 120px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1540B8;
	color: #1540B8;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 20px;
}
.contentItem .info .option .btn:hover{
	background:#1540b8;
	color:white;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.contentItem .info .option .goDetail{
	background: #1540B8;
	color: #fff;
}
.contentItem .info .option .goDetail:hover{
	background:#3363e8;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.contentItem .btn-delete{
	width: 75px;
    height: 30px;
    color: #ff453a;
    border: 1px solid #ff453a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}






.content_item{
	padding: 20px;
	display: flex;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.content_item .item_left{
	width: 125px;
	height: 90px;
	border: 1px solid #ccc;
}
.content_item .item_left img{
	width: 100%;
	height: 200px;
	border: 1px solid #000;
}
.content_item .item_center{
	flex: 0 0 60%;
	display: flex;
	padding-left: 20px;
	padding-left: 65px;
}
.content_item .item_center .title{
	font-size: 18px;
	font-weight: bolder;
	line-height: 1;
	margin-bottom: 10px;
	color: #2c2c2e;
	white-space: nowrap;
	position: absolute;
	top: 20px;
	width: 700px;
}
.content_item .item_center .title span{
	color: #1540B8;
	padding-left: 8px;
	font-size: 16px;
}
.content_item .item_center p{
	color: #4c4c4c;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 250px;
}
.content_item .item_center span{
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 2;
}
.content_item .item_center .nowrap{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}
.content_item .item_center .info{
	display: flex;
	flex-direction: column;
	padding-top: 42px;
	padding-left: 80px;
}
.content_item .item_center .item_center_l{
	padding-top: 40px;
}
.content_item .item_right{
	flex: 1;
	padding-top: 4px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	font-size: 18px;
}
.content_item .item_right p{
	color: #4c4c4c;
}
.content_item .btn-order{
	width: 75px;
	height: 30px;
	position: absolute;
	border: 1px solid #1540B8;
	color: #1540B8;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 28%;
	right: 5%;
	border-radius: 4px;
	cursor: pointer;
}
.menu .btn-more{
	color: #1540B8;
}
.content_item .btn-detail{
	width: 75px;
	height: 30px;
	position: absolute;
	color: #1540B8;
	border: 1px solid #1540B8;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 24px;
	right: 5%;
	border-radius: 4px;
	cursor: pointer;
}
.content_item .btn-delete{
	width: 75px;
	height: 30px;
	position: absolute;
	color: #ff453a;
	border: 1px solid #ff453a;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 24px;
	right: 5%;
	border-radius: 4px;
	cursor: pointer;
}
.content_item .top {
	position: absolute;
	left: 25px;
	top: 22px;
	color: #fff;
	z-index: 10;
	font-size: 16px;
}
.content_item .btn-detail:hover{
	border: 1px solid #1540B8;
	background: #1540B8;
	color: #fff;
}
.euipdetail{
	background: #fff;
}
.detailname{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:  #2c2c2e;
	font-size: 18px;
	font-weight: bolder;
}
.detail {
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 75px;
}
.detail #title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	position:relative;
}
.splitLine{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
}
.splitLine>div{
	width: 20px;
	height: 20px;
	background: #1540B8;
	position: relative;
}
.splitLine>div::before{
	content: '';
	position: absolute;
	background: #ced0d8;
	width: 290px;
	height: 1px;
	top: 10px;
	left: 40px;
}
.splitLine>div::after{
	content: '';
	position: absolute;
	background: #ced0d8;
	width: 290px;
	height: 1px;
	top: 10px;
	right: 40px;
}
.detailImg{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}
.detailImg > img{
	height: 200px;
	width: 320px;
}
.euipdetail .d-cell-1-2{
	width: 33%!important;
}
/* 两栏灰底有标题无图片列表 */

.content{
	padding: 20px 0px;
}
.jigouList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jigou_item{
	flex:0 0 49% ;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	padding-bottom: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ebeff3;
	box-shadow: #f6f6f6 0px 0px 4px 0;
	cursor:pointer;
}
.jigou_item:hover{
	border: 1px solid #1540B8;
	
}
.jigou_item .title{
	flex:0 0 70px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jigou_item .title .name{
	font-size: 20px;
	font-weight: bolder;
	color: #1c1c1e;
}
.jigou_item .title .type{
	font-size: 16px;
	color: #1540B8;
	padding-right: 20px;
	font-weight: 600;
	width:150px;
	text-align:right;
}
.jigou_item .info{
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #45494a;
}
.jigou_item p{
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #707073;
	margin: 12px 0 ;
	padding:0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}
.jigou_item .recommend{
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	right: 0;
	bottom: 0;
}
.jigou_item .recommend::after{
	content: "";
	width: 0;
    height: 0;
    border-bottom: 50px solid red;
	border-left: 50px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/* 两栏带图片人物列表 */
.personList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.person_item{
	flex:0 0 49% ;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ebeff3;
	box-shadow: #f6f6f6 0px 0px 4px 0;
}
.person_item:hover{
	border: 1px solid #1540B8;
}
.person_item .info{
	display: flex;
}
.person_item .info .info_img{
	flex:0 0 125px;
	max-height: 175px;
	overflow: hidden;
	background: #fff;
}
.person_item .info .info_img img{
	width: 100%;
	height: 100%;
}
.person_item .info .text{
	padding-left:20px ;
	flex: 1;
	min-width: 0;
}
.person_item .info .text p{
	font-size: 16px;
	color: #7c7c7e;
	margin: 15px 0 ;
	min-width: 0;
}
.person_item .info .text p:last-child{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    font-size: 16px;
    -webkit-box-orient: vertical;
}
.person_item .info .text .name{
	font-size: 20px;
	font-weight: bolder;
	color: #2b2b2d;
	padding: 5px 0 ;
}

.person_item .introduce{ 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}
.person_item .rank {
	display: flex;
	position: absolute;
	right: 5%;
	top: 8%;
}


/* 不带图片的两栏灰底 */

.ablperson_item{
	flex:0 0 49% ;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: relative;
	padding-top: 20px;
	padding-left: 40px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ebeff3;
	box-shadow: #f6f6f6 0px 0px 4px 0;
	cursor:pointer;
}
.ablperson_item:hover{
	border: 1px solid #1540B8;
}
.ablperson_item .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.ablperson_item .info .left span{
	font-size: 22px;
	color: #707073;
	padding: 0 2px;
	line-height: 26px;
	font-weight: bolder;

}
.ablperson_item .info .left span:nth-child(1){
	font-size: 22px;
	line-height: 26px;
	color: #1c1c1e;
	font-weight: bolder;
}
.ablperson_item .info .right{
	padding-right: 30px;
	font-size: 16px;
	color: #1540B8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ablperson_item .introduce{
	display: flex;
	flex-direction: column;
}
.ablperson_item .introduce .first_text{
	display: flex;
}
.ablperson_item .introduce .first_text span{
	flex: 1;
	font-size: 16px;
	color: #707073;
	padding: 20px 0 ;
}
.ablperson_item .introduce .seccond_text{
	padding: 10px 0;
	font-size: 14px;
	color: #45494c;
	margin-bottom: 20px;
}
.ablperson_item .introduce .third_text{
	padding: 5px 0 30px 0;
	display: flex;
	min-height: 0;
	justify-content: right;
	align-items: center;
}
.ablperson_item .introduce .third_text>div{
	width: 100px;
	height: 30px;
	background: #fff;
	border: 1px solid #1540B8;
	color: #1540B8;
	font-weight: bolder;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	margin-left: auto;
	margin-right:20px ;
}

/* 专家风采 */
.personList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zjperson_item{
	width:49%;
	flex:0 0 49% ;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ebeff3;
	box-shadow: #f6f6f6 0px 0px 4px 0px;
}
.zjperson_item .info{
	display: flex;
}
.zjperson_item .info .info_img{
	flex:0 0 170px;
	height: 200px;
	overflow: hidden;
	background: #fff;
}
.zjperson_item .info .info_img img{
	width: 100%;
	height: 100%;
}
.zjperson_item .info .text{
	padding-left:30px ;
	flex: 1;
	min-width: 0;
}
.zjperson_item .info .text_middle{
	display: flex;
	flex-wrap: wrap;
	
}
.zjperson_item .info .text p{
	flex:0 0 50%;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	margin: 10px 0 ;
	min-width: 0;
}
.zjperson_item .btn-more{
	position: absolute;
	border: 1px solid #1540B8;
	color: #1540B8;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 38px;
	font-size: 16px;
	right: 3%;
	top:7%;
	border-radius: 6px;
	cursor: pointer;
} 
.zjperson_item .info .text p span{
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.zjperson_item .info .text .name{
	font-size: 20px;
	font-weight: bolder;
	color: #333;
	padding: 5px 0 ;
}
.zjperson_item .info .text .introduce span{
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.zjperson_item .info .text .introduce{
	width: 345px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	font-size: 16px;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	color: #333
}
.zjperson_item .info .text .dw span{
	color:#333;
	font-weight:600;
	font-size:16px;
}
.zjperson_item .info .text .dw{
	margin:10px 0px;
}
.zjperson_item .rank {
	display: flex;
	position: absolute;
	right: 5%;
	top: 8%;
}
/*时间轴样式*/
.timeBar{
	margin: 20px 0 ;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:20px;
	font-weight: 600;
	color: #666;
}
.timeLine{
	position:relative;
}
.timeItem{
	height:150px;
	width:170px;
	float:left;
	position:relative;
}
.timeItem > .time{
	width:100%;
	text-align:center;
	line-height:30px;
	position:absolute;
	left:0px;
	top:10px;
}
.timeItem > .status{
	height:26px;
	width:26px;
	border-radius:13px;
	position:absolute;
	left:calc(50% - 13px);
	top:50px;
	background:#E3E0E0;
}
.timeItem > .status > div{
	height:18px;
	width:18px;
	border-radius:9px;
	float:left;
	margin-left:4px;
	margin-top:4px;
	background:#C6C6C6;
	cursor:pointer;
}
.timeItem.active > .status > div{
	background:#1A42B1;
}
.timeItem.active  > .time{
	color:#1A42B1;
}
.timeItem.active  > .mark{
	color:#1A42B1;
}
.timeItem > .mark{
	width:100%;
	padding:0px 10px;
	box-sizing:border-box;
	line-height:25px;
	text-align:center;
	height:50px;
	position:absolute;
	left:0px;
	top:90px;
	overflow: hidden;
}
.timeItem > .line{
	width:100%;
	height:1px;
	position:absolute;
	left:0px;
	background:#EEEFF2;
	top:63px;
}
.hjRemark{
	line-height:30px;
	margin-top:50px;
	padding:10px 20px;
	box-sizing:border-box;
	background:#F2F4FD;
}
.qzBtn{
	position:relative;
	left:calc(50% - 48px);
	cursor:pointer;
	margin-top:60px;
}
.qzList{
	width: 100%;
	box-sizing: border-box;
}
.qzList tr{
	height:40px;
	cursor:pointer;
}
.qzList tr:nth-child(1){
	text-align:center;
}
.qzList tr:nth-child(odd){
	background:#F6FAFC;
}
.qzList tr{
	height: 50px;
	font-size: 16px;
}
.qzList tr:nth-child(1){
	font-size: 18px;
	height: 50px;
}
.qzList tr td:nth-child(1){
	padding-left:30px;
}
.qzList tr td:nth-child(2){
	width:500px;
	overflow:hidden;
}
.qzList tr td:nth-child(3){
	width:100px;
	text-align:center;
}
/* 覆盖组件样式 */
.el-table{
	border: none!important;
}
.el-table::after{
	display: none!important;
}
.el-table::before{
	display: none!important;
}
.el-table__header-wrapper{
	background: #eff6fd !important;  
	border: none!important;
}
.el-table_1_column_6{
	border: none!important;
}
.el-table__header-wrapper .head-cell{
	color: #636366!important;
	font-size: 16px;  
}
.el-table-tr:nth-child(even){
	height: 55px !important;
    background: #f6fafc !important;
}
.el-table-tr:nth-child(even){
	background: #f6fafc !important;
	height: 65px !important;
}
.el-table_toolbar{
	text-align: center!important;
}
.el-table__body .center{
    border: none !important;
}
.el-table{
	font-size:16px;
}
.content-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-info{
    height: 28px;
    width: 70px;
    margin:0px auto;
    border: 1px solid #1540B8;
    color: #1540B8;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nocontent{
	font-size: 40px;
	text-align: center;
	color: #999;
}

.btn-back{
	height: 40px;
	width: 120px;
	color: #1540B8;
	border: 1px solid #1540B8;
	position: absolute;
	right: 3%;
	top: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9;
}
.oprBtn{
	height:50px;
	display:flex;
	align-items: center;
    justify-content: flex-end;
    padding:0px 20px;
    box-sizing:border-box;
}
.back{
    width: 110px; 
    height: 40px; 
    border: 1px solid #1540B8; 
    color: #1540B8; 
    display: flex;
    justify-content: center; 
    align-items: center;
	border-radius: 6px;
	z-index: 9;
	cursor: pointer;
	margin-left:20px;
}
.back:hover{
	background:#1540b8;
	color:white;
	-webkit-transition: all .3s;
    transition: all .3s;
}
input{
	outline: none;
}
/*菜单显示更多*/
.menumore{
	display: flex;
	border:1px solid #E3E3E9;
	padding:20px 20px;
}
.menumore > div:nth-child(1){
	width:calc(100% - 120px);
}
.menumore > div:nth-child(2){
	width:120px;
	line-height:40px;
	text-align:center;
	color:#1540B8;
	cursor:pointer;
}
.menuLevel{
	display:flex;
}
.menuLevel > div:nth-child(1){
	width:120px;
	line-height:40px;
	text-align:center;
	font-size:16px;
}
.menuLevel > div:nth-child(2){
	width:calc(100% - 120px);
	display: flex;
    flex-wrap: wrap;
}
.menumore_item{
	padding: 0 15px;
	font-size: 16px;
	color: #535357;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-sizing:border-box;
}
.menumore_item span{
	line-height: 40px;
	
}
.menumore_item span.active{
	line-height: 37px;
	border-bottom: 3px solid #1540B8;
	color: #1540B8;
}

.dialog{
    width: 600px;
    height: 270px;
    display: flex;
    flex-direction: column;
    position: fixed;
    left:calc(50% - 300px);
    top: calc(50% - 135px);
    z-index: 9999;
}
.dialog .title{
    flex:0 0 40px;
    background: #1540B8;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
}
.dialog .content{
    min-height: 0;
    flex: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #e2e1f1;
    border-top: none;
}
.dialog .close_icon{
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.dialog .close{
    width: 80px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    background: #1540B8;
    position: absolute;
    bottom: 15px;
    right:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}
.dialog .cancle{
	right:100px;
}
.dialog .sure{
	right:15px;
}

/* 只读表格样式 */
.readOnly i{
	display: none!important;
}
.readOnly .el-form-group-content{
	border: none!important;
}
.readOnly input{
	border: none!important;
	background: none!important;
	font-size:16px !important;
	color:black !important;
	padding:0px;
}
.readOnly .el-input__icon__container{
	background: none!important;
}
.readOnly .el-input{
	background: none!important;
}
.readOnly .el-form-item__label{
	line-height: 2!important;
	width:auto !important;
	padding:9px 0px 0px 20px !important;
}
.readOnly textarea{
	background: rgba(0, 0, 0,0)!important;
	border: none!important;
	resize: none;
	padding-top:7px ;
	font-size:16px;
	color:black !important;
	font-family:'思源黑体' !important;
}
.readOnly span{
	font-weight: 600;
	font-size:16px;
	color:black;
	/* white-space: nowrap; */
} 
span{
	font-size:16px;
}
.readOnly .el-textarea{
	background: none!important;
}
.readOnly .oneWrap:nth-child(even){
	background: #fff;
	overflow: hidden;
}
.readOnly .el-form_item__title::before{
	display: none!important;
}
.readOnly .oneWrap:nth-child(odd){
	background: #F4F8FE;
	overflow: hidden;
}
.readOnly .el-form-item{
	margin-bottom:9px !important;	
	display:flex;
}
.readOnly .el-form-item__content{
	margin-top:7px !important;
	margin-left:0px !important;
	flex:1;
}
.readOnly .el-form-group{
	padding-top:0px;
} 
.readOnly .el-form-group-content{
	padding-top:0px;
}
.readOnly .el-form-group .el-form-group-title{
	display:none;
}
.formTitle{
	height:60px;
	border-bottom:1px solid #E8E8EC;
	display: flex;
    align-items: center;
}
.formTitle span{
	color:#1A42B1;
	font-size:20px;
	margin-left:20px;
	font-weight:bold;
}
/**/
.middleWrap .menuBar .bar1_icon{
	position: relative;
}
.bar1_icon_item{
	display: none;
}
.bar1_icon:nth-child(1) .bar1_icon_item{
	display: block;
}
.bar1_icon:nth-child(1) .jiao{
	display: block;
}
.bar1_icon .jiao{
	top: 177px;
}
.bar1_icon_item{
	padding-top: 20px;
	width: 1200px;
	height: 150px;
	position: absolute;
	top: 200px;
	left: 0;
}
.bar1_icon_item .itemList{
	width: 100%;
	height: 150px;
	/* border: 1px solid #efeff3; */
	padding-left: 20px;
	border-radius: 6px;
	box-shadow: rgba(0, 0,0 , .1) 0 0 8px 0;
	background: #fff;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.bar1_icon_item .itemList>div{
	font-size: 24px;
	padding:30px 60px;
	color: #1c1c1c;
	font-weight: bolder;
	border-radius: 6px;
}
.bar1_icon_item .itemList>div:hover{
	color: #fff;
	background: #1540B8;
}
.menuBar .jiao{
	display: none;
	position: absolute;
	z-index: 10;
}
.menuBar>a:nth-child(2) .bar1_icon_item{
	left: -250px;
}
.menuBar>a:nth-child(3) .bar1_icon_item{
	left: -500px;
}
.menuBar>a:nth-child(4) .bar1_icon_item{
	left: -750px;
}
.menuBar>a:nth-child(5) .bar1_icon_item{
	left: -1000px;
}
/* .menuBar>a:hover:nth-child(1) .jiao{
	position: absolute;
	display: block;
	top: 177px;
}
.menuBar>a:hover:nth-child(2) .jiao{
	position: absolute;
	display: block;
	top: 177px;
}
.menuBar>a:hover:nth-child(3) .jiao{
	position: absolute;
	display: block;
	top: 177px;
}
.menuBar>a:hover:nth-child(4) .jiao{
	position: absolute;
	display: block;
	top: 177px;
}
.menuBar>a:hover:nth-child(5) .jiao{
	position: absolute;
	display: block;
	top: 177px;
} */


/* 覆盖翻页样式 */
.btn-prev{
	min-width: 40px!important;
	height: 40px!important;
}
.el-pager .number{
	min-width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	font-size: 16px!important;
}
.el-icon-more{
	min-width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
}
.el-pager .el-icon-d-arrow-left{
	min-width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
}
.el-pager .el-icon-d-arrow-right{
	min-width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
}
.btn-next{
	min-width: 40px!important;
	height: 40px!important;
}
.el-table_toolbar{
	height: 44px!important;
}
.el-pagination__total{
	line-height: 44px!important;
	height: 40px!important;
}
.el-pagination__jump{
	line-height: 44px!important;
	height: 40px!important;
}

/*带表头的列表页*/
.tableList table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}
.tableList .thead{
	background:#EFF6FD;
	font-weight:bold;
	font-size: 16px;
    color: #636366;
	height: 50px;
}
.tableList .tbody tr:nth-child(even) {
    background: #eff6fd;
    font-size: 16px;
    color: #636366;
    height: 50px;
}
.tableList .tbody tr:nth-child(odd) {
    background: #fff;
    font-size: 16px;
    color: #636366;
    height: 50px;
}
.tableList .tbody tr td div{
	height:50px;
	line-height:50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/**按钮的样式**/
.btnBlue{
	background: #1540B8;
	color: #fff;
}
.btnBlue:hover{
	background:#3363e8;
	-webkit-transition: all .3s;
    transition: all .3s;
}
/**客服咨询无人在线弹窗样式**/
.kfContainer{
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
}
.kfTipDialog{
	height:360px;
	width:500px;
	background:white;
	border-radius:4px;
	position:fixed;
	left:calc(50% - 250px);
	top:calc(50% - 200px);
	padding:30px;
}
.kfTipDialog .types{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	height: calc(100% - 110px);
	margin: 0 50px;
	overflow: auto;
}
.row{
	height: 40px;
	width: 50%;
	text-align: left;
}
.row a{
	color:#5063B9;
	cursor:pointer;
}
.kfTipDialog > div:nth-child(1){
	height:30px;
	width:30px;
	text-align:center;
	line-height:30px;
	font-size:18px;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}
.kfTipDialog .goback{
	height:30px;
	width:30px;
	text-align:center;
	line-height:30px;
	font-size:26px;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
}
.kfTipDialog > .title{
	height:60px;
	line-height:60px;
	font-size:18px;
	margin-bottom:50px;
}
.kfTipDialog > .tip{
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#9D9C9C;
	padding-left:70px;
}
.kfTipDialog > .tip > a{
	color:#5063B9;
	cursor:pointer;
}
#synopsis p,#synopsis span{
	font-family:'思源黑体' !important;
	font-size:16px !important;
} 


.tbody tr td{
	word-wrap: break-word; 
	word-break: break-all;
	padding: 5px;
}