.form .m_form_title {
  text-align: left;
  font-weight: Bold;
}

.form .formItem {
  margin-bottom: 20px;
}

.form .formItem:last-child {
  margin-bottom: 0;
}

.form .formItem .formLabel {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  margin-right: 10px;
  text-align: right;
  font-size: 14px;
  color: #888
}

.form .formItem .formInput {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}

.form .formItem .formInput input[type="text"] {
  background: #ffffff;
  border: 1px solid #dddddd;
  opacity: 1;
  border-radius: 3px;
  box-shadow: none;
}

.form .formItem .formInput input[type="text"].pdr30 {
  padding-right: 30px;
}

.form .formItem .formInput input.Wdate {
  width: 160px;
  background: url('../js/My97DatePicker/skin/data.png') no-repeat right center;
}

.form .formItem .formInput textarea {
  resize: none;
  border-radius: 5px;
}

.form .formItem .formInput .inputPhone {
  position: relative;
}

.form .formItem .formInput .inputPhone em.del {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 8px;
  background: url('../images/x.png') no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.form .formItem .formInput .imgUpload ul li {
  width: 109px;
  height: 109px;
  position: relative;
  margin-right: 10px;
  float: left;
}

.form .formItem .formInput .imgUpload ul li img {
  width: 109px;
  height: 109px;
}

.form .formItem .formInput .imgUpload ul li em.del {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../images/delMe.png') no-repeat center;
  background-size: cover;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.form .formItem .formInput .imgUpload ul .uploadBtn .uploadBtnHolder {
  width: 100%;
  height: 100%;
  display: block;
  background: url('../images/uploadBg.png') no-repeat center;
  cursor: pointer;
}

.form .formItem .formInput .imgUpload ul .uploadBtn .uploadBtnHolder input {
  display: none;
}

.form .formItem .formInput .qjf_seleautodiv {
  margin-left: 2px;
  text-align: left;
}

.form .formItem .formInput .qjf_seleautocur {
  border: 1px solid #dddddd;
  opacity: 1;
  border-radius: 3px;
  box-shadow: none;
}

.form .formItem .formInput .qjf_seleautocur p {
  padding-left: 10px;
}

.form .formBtn {
  width: 154px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
}

.form .formBtn.submitBtn {
  background: #4991E1;
  color: #fff;
  border-radius: 3px;
}

.form .formBtn.submitBtn:hover {
  background: #238FE2;
  color: #fff;
}

.form .formBtn.cancelBtn {
  background: #ffffff;
  border: 1px solid #c5c6c6;
  opacity: 1;
  border-radius: 3px;
  color: #888;
}

.form .formBtn.cancelBtn:hover {
  background: #EEEEEE;
  color: #888;
}

.hg_main {
  position: relative;
  margin-bottom: 30px;
}

.hg_main .left_nav {
  width: 240px;
  background: #f5f7f9;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}

.hg_main .left_nav.t40 {
  top: 40px;
}

.hg_main .left_nav.t60 {
  top: 60px;
}

.hg_main .left_nav .navItem {
  border-left: 2px solid #f5f7f9;
}

.hg_main .left_nav .navItem:hover,
.hg_main .left_nav .navItem.on {
  border-left: 2px solid #4991e1;
  background: #fff;
}

.hg_main .left_nav .navItem a {
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #555555;
  display: block;
  height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.hg_main .left_nav .navItem a i {
  display: none;
  width: 16px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.hg_main .left_nav .navItem a em {
  position: absolute;
  margin-top: 10px;
  margin-left: 3px;
  background: #ED5565;
  font-size: 12px;
  border-radius: 8px;
  padding: 2px 5px;
  height: 14px;
  line-height: 14px;
  color: #fff;
}

.hg_main .left_nav .navItem.shi.on,
.hg_main .left_nav .navItem.shi:hover {
  background: #fff;
}

.hg_main .left_nav .navItem.shi.on i,
.hg_main .left_nav .navItem.shi:hover i {
  background: url('../images/shi.png') no-repeat center;
}

.hg_main .left_nav .navItem.shi i {
  background: url('../images/shi1.png') no-repeat center;
}

.hg_main .left_nav .navItem.zjz.on,
.hg_main .left_nav .navItem.zjz:hover {
  background: #fff;
}

.hg_main .left_nav .navItem.zjz.on i,
.hg_main .left_nav .navItem.zjz:hover i {
  background: url('../images/zjz.png') no-repeat center;
}

.hg_main .left_nav .navItem.zjz i {
  background: url('../images/zjz_on.png') no-repeat center;
}

.hg_main .left_nav .navItem.psb.on,
.hg_main .left_nav .navItem.psb:hover {
  background: #fff;
}

.hg_main .left_nav .navItem.psb.on i,
.hg_main .left_nav .navItem.psb:hover i {
  background: url('../images/psb.png') no-repeat center;
}

.hg_main .left_nav .navItem.psb i {
  background: url('../images/psb_on.png') no-repeat center;
}

.hg_main .left_nav .navItem.qu.on,
.hg_main .left_nav .navItem.qu:hover {
  background: #fff;
}

.hg_main .left_nav .navItem.qu.on i,
.hg_main .left_nav .navItem.qu:hover i {
  background: url('../images/qu.png') no-repeat center;
}

.hg_main .left_nav .navItem.qu i {
  background: url('../images/qu1.png') no-repeat center;
}

.hg_main .left_nav .navItem.xiao.on,
.hg_main .left_nav .navItem.xiao:hover {
  background: #fff;
}

.hg_main .left_nav .navItem.xiao.on i,
.hg_main .left_nav .navItem.xiao:hover i {
  background: url('../images/xiao.png') no-repeat center;
}

.hg_main .left_nav .navItem.xiao i {
  background: url('../images/xiao1.png') no-repeat center;
}

.hg_main .left_nav .navItem.guanli.on,
.hg_main .left_nav .navItem.guanli:hover {
  background: #fff;
}

.hg_main .left_nav .navItem.guanli.on i,
.hg_main .left_nav .navItem.guanli:hover i {
  background: url('../images/guanli.png') no-repeat center;
}

.hg_main .left_nav .navItem.guanli i {
  background: url('../images/guanli1.png') no-repeat center;
}

.hg_main .left_nav .mgtf10 {
  margin-top: -10px;
}

.hg_main .left_nav .selTab {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.hg_main .left_nav .selTab ul {
  width: 100%;
}

.hg_main .left_nav .selTab ul li {
  width: 33.3%;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: -1px;
  cursor: pointer;
}

.hg_main .left_nav .selTab ul li.on {
  border-bottom: 2px solid #00a0e9;
  color: #4991e1;
}

.right_content {
  /* width: 900px; */
  margin-left: 240px;
  padding: 30px;
  min-height: 400px;
}

.right_content_nostyle {
  width: auto;
  margin-left: 0;
  padding: 30px;
  min-height: 0;
}

.right_content .titleBox {
  height: 32px;
  display: block;
  font-weight: normal;
}

.right_content .titleBox span {
  line-height: 32px;
  font-weight: normal;
}

.right_content .h_content {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #E6F5FF;
}

.right_content .h_content.dashBorder {
  border: 1px dashed #E6F5FF;
}

.right_content .h_content .c_header {
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: #E6F5FF;
  opacity: 1;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #E6F5FF;
}

.right_content .h_content .h_c_content .a_link_box {
  display: inline-block;
  text-align: center;
  width: 178px;
  transition: .3s all linear;
}

.right_content .h_content .h_c_content .a_link_box p {
  color: #555;
  font-size: 16px;
  transition: .3s all linear;
}

.right_content .h_content .h_c_content .a_link_box .img_holder {
  width: 178px;
  height: 178px;
  display: inline-block;
  transition: .3s all linear;
}

.right_content .h_content .h_c_content .a_link_box .img_holder.t1 {
  background: url('../images/t1.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box .img_holder.t2 {
  background: url('../images/t2.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box .img_holder.t3 {
  background: url('../images/t3.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box .img_holder.t4 {
  background: url('../images/t4.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box:hover .img_holder {
  width: 178px;
  height: 178px;
  display: inline-block;
}

.right_content .h_content .h_c_content .a_link_box:hover .img_holder.t1 {
  background: url('../images/t1h.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box:hover .img_holder.t2 {
  background: url('../images/t2h.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box:hover .img_holder.t3 {
  background: url('../images/t3h.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box:hover .img_holder.t4 {
  background: url('../images/t4h.png') no-repeat center;
}

.right_content .h_content .h_c_content .a_link_box:hover p {
  color: #4991E1;
}

.tabsCheck {
  border-bottom: 1px solid #DFDFDF;
  height: 30px;
  line-height: 30px;
}

.tabsCheck .m_tabs {
  padding: 5px 10px 8px;
  color: #555;
  position: relative;
  cursor: pointer;
}

.tabsCheck .m_tabs.on,
.tabsCheck .m_tabs.hover {
  color: #4991E1;
}

.tabsCheck .m_tabs.on:after,
.tabsCheck .m_tabs.hover:after {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 2px;
  background: #4991E1;
}

.tabsCheck .m_tabs i {
  color: #fff;
  background: #ED5565;
  border-radius: 10px;
  font-size: 16px;
  height: 20px;
  min-width: 12px;
  line-height: 20px;
  padding: 0 4px;
  position: absolute;
  left: 100%;
  top: -5px;
  transform: scale(0.5) translateX(-100%);
  text-align: center;
}

.pdbt40 {
  padding: 40px 0;
}

.pdbt80 {
  padding: 80px 0;
}

.titleBtn {
  padding: 5px 10px;
  background: #4991E1;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
}

.titleBtn:hover {
  background: #238FE2;
  color: #fff;
}

.pd50 {
  padding: 50px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgr100 {
  margin-right: 100px;
}

.tc {
  text-align: center;
}

.pdl24 {
  padding-left: 24px;
}

.pdr30 {
  padding-right: 30px;
}

.bE7E9EB {
  background: #E7E9EB;
}

.mgb15 {
  margin-bottom: 15px;
}

.cb2b2b2 {
  color: #b2b2b2;
}

.c4991E1 {
  color: #4991E1;
}

.cFF8A00 {
  color: #FF8A00;
}

.spem {
  height: 20px;
  width: 1px;
  background: #b2b2b2;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.bo_header .mininav a {
  vertical-align: middle;
}

.bo_header .mininav a.c4991E1 {
  color: #4991E1;
}

.fileLinkName {
  vertical-align: middle;
}

.fileLinkName:hover {
  color: #38adff;
}

.fileIcon {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url('../images/fileLinkIcon.png') no-repeat center;
  vertical-align: middle;
}

.spliteLine {
  width: 100%;
  height: 1px;
  background: #DFDFDF;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgr25 {
  margin-right: 25px;
}

.cFF5959 {
  color: #FF5959;
}

.c42C77E {
  color: #42C77E;
}

.big_model_check .model_c {
  width: 181px;
  padding: 15px 15px 0 15px;
  border: #e9e9e9 solid 1px;
  margin-left: -1px !important;
  background: #fbfbfb;
  height: 164px;
  cursor: pointer;
  transition: .2s all linear;
  box-sizing: border-box;
  /* margin-right: 6px; */
}

.big_model_check .model_c.on,
.big_model_check .model_c:hover {
  position: relative;
  background: #e6f5ff;
  border-color: #4991E1;
  z-index: 9999;
}

.big_model_check .model_c .unpass {
  width: 45px;
  height: 47px;
  margin: 25px auto 5px;
  background: url('../images/unpass.png') no-repeat center;
}

.big_model_check .model_c .pass {
  width: 45px;
  height: 47px;
  margin: 25px auto 5px;
  background: url('../images/pass.png') no-repeat center;
}

.big_model_check .model_c .waiting {
  width: 45px;
  height: 47px;
  margin: 25px auto 5px;
  background: url('../images/waiting.png') no-repeat center;
}

.big_model_check .model_c span {
  font-size: 14px;
}

.big_model_check .model_c .model_c_p {}

.big_model_check .model_c .model_c_p .model_c_p_tag {
  float: left;
  width: 50%;
  text-align: center;
}

.lh46 {
  line-height: 46px;
}

.cfff {
  color: #fff;
}

.pd30 {
  padding: 30px 0;
}

.c939393 {
  color: #939393;
}

.b4991E1 {
  background: #4991E1;
}

.mm_btn {
  width: 92px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  cursor: pointer;
  border-radius: 2px;
  vertical-align: middle;
}

.mm_btn:hover {
  background: #238FE2;
  color: #fff;
}

.mm_btn input {
  display: none;
}

.label.checkbox {
  background: url('../images/icon_checkbox_checked.png') center no-repeat;
}

label.checked {
  background: url('../images/icon_checkbox_checked.png') center no-repeat;
  background-position: 0 0;
}

.bgf7f7f7 {
  background-color: #f7f7f7;
}

.sup_noticeWp .sup_noticeList {
  margin-top: 0;
}

.sup_noticeWp .sup_noticeList .notListLi_time {
  font-size: 14px;
  color: #888;
  margin-top: 3px;
  height: 41px;
}

.sup_noticeWp .sup_noticeList .sup_notListLi {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
}

.sup_noticeWp .sup_noticeList .sup_notListLi:hover .notListLi_link,
.sup_noticeWp .sup_noticeList .sup_notListLi:hover .notListLi_time {
  color: #4991e1;
}

.sup_noticeWp .sup_noticeList .sup_notListLi .notListLi_link {
  color: #555;
}

.sup_noticeWp .sup_noticeList .sup_notListLi .notListLi_s1 {
  display: inline-block;
  max-width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  color: #555;
}

.sup_noticeWp .sup_noticeList .sup_notListLi .notListLi_tips,
.sup_noticeWp .sup_noticeList .sup_notListLi2 .notListLi_tips {
  display: inline-block;
  width: 32px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  background-color: #FF3300;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

.sup_noticeWp .sup_noticeList .sup_notListLi2 {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #E6E6E6;
}

.sup_noticeWp .sup_noticeList .sup_notListLi2:hover .notListLi_time,
.sup_noticeWp .sup_noticeList .sup_notListLi2:hover .notListLi_s2 {
  color: #4991E1;
}

.sup_noticeWp .sup_noticeList .sup_notListLi2 .notListLi_s1,
.sup_noticeWp .sup_noticeList .sup_notListLi2 .notListLi_s2 {
  display: inline-block;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #00DEAE;
  font-size: 16px;
}

.sup_noticeWp .sup_noticeList .sup_notListLi2 .notListLi_s2 {
  color: #555555;
  margin-left: 10px;
}

.sup_contH32 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #555;
}

.sup_nameList {
  padding-top: 47px;
  box-sizing: border-box;
  margin-bottom: 57px;
}

.sup_nameList .sup_nameListWp {
  width: 100%;
  height: 600px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}

.sup_nameList .sup_nameListWp .sup_nameList_tit {
  height: 36px;
  line-height: 24px;
  font-size: 24px;
}

.sup_nameList .sup_nameListWp .sup_nameList_tit .nameList_link {
  display: block;
  margin-right: 41px;
  color: #555;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}

.sup_nameList .sup_nameListWp .sup_nameList_tit .nameList_link:hover,
.sup_nameList .sup_nameListWp .sup_nameList_tit .nameList_link.on {
  border-color: #4991e1;
  color: #4991e1;
}

.sup_nameList .sup_nameListWp .sup_nameList_tBox {
  width: 100%;
  height: 60px;
  border: 0px solid #DFDFDF;
  padding: 13px 20px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  margin-top: 0px;
}

.mgr3 {
  margin-right: 3px;
}

.mgr7 {
  margin-right: 7px;
}

.mgr27 {
  margin-right: 27px;
}

.mgr45 {
  margin-right: 45px;
}

.mgt40 {
  margin-top: 40px;
}

.inp.h32 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.inp.w220 {
  width: 218px;
}

.v_m {
  vertical-align: middle;
}

.pdl32 {
  padding-left: 32px;
}

.c4991e1 {
  color: #4991E1;
}

.boxsz_bb {
  box-sizing: border-box;
}

.mgl32 {
  margin-left: 32px;
}

.qjf_seleautodiv {
  font-size: 16px;
}

.qjf_selecur p,
.qjf_seleautocur p {
  padding: 0 0 0 13px;
}

.qjf_seledrop a,
.qjf_seleautodrop a {
  padding: 0 0 0 12px;
}

.sup_table01 {
  margin-top: 3px;
}

.sup_table01 table {
  width: 100%;
}

.sup_table01 table thead tr {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #555;
}

.sup_table01 table tbody {
  display: block;
  width: 1140px;
  height: 390px;
  overflow-x: hidden;
  overflow-y: auto;


}

.sup_table01 table tbody::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

.sup_table01 table tbody::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.sup_table01 table tbody::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
  outline-offset: -2px;
}

.sup_table01 table tbody::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
}

.sup_table01 table tbody tr {
  height: 44px;
  line-height: 44px;
  background-color: #FAFAFA;
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  display: block;
  width: 1140px;
}

.sup_table01 table td {
  width: 20%;
  float: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sup_table01 table tr td:nth-child(1) {
  width: 30%;
}

.sup_table01 table tr td:nth-child(2) {
  width: 20%;
}

.sup_table01 table tr td:nth-child(3) {
  width: 20%;
}

.sup_table01 table tr td:nth-child(4) {
  width: 15%;
}

.sup_table01 table tr td:nth-child(5) {
  width: 15%;
}

.sup_table01 table td.mgl32 {
  display: inline-block;
}

.sup_table01 table td .img_ico {
  display: inline-block;
  width: 25px;
  height: auto;
  margin: -3px 10px 0 0px;
}

.right790 {
  float: left;
  margin-left: 240px;
  width: 960px;
  padding: 30px;
  min-height: 850px;
  box-sizing: border-box;
}

.yql_nameManage {
  margin-top: 14px;
}

.yql_nameManage.mgt30 {
  margin-top: 30px;
}

.yql_nameManage.mgt40 {
  margin-top: 40px;
}

.yql_nameManage .nameManage_header {
  height: 30px;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #DFDFDF;
}

.yql_nameManage .nameManage_header .header_link {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 2px solid transparent;
  color: #555;
  margin-right: 30px;
}

.yql_nameManage .nameManage_header .header_link.on,
.yql_nameManage .nameManage_header .header_link:hover {
  color: #4991e1;
  border-color: #4991E1;
}

.yql_nameManage .nameManage_header .header_link .link_nums {
  position: absolute;
  right: -10px;
  top: -7px;
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  font-size: 8px;
  color: #fff;
  background-color: #ED5565;
  transform: scale(0.8);
}

.yql_nameManage .nameManage_header .header_link .link_nums2 {
  position: absolute;
  right: -22px;
  top: -9px;
  width: 27px;
  height: 13px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  line-height: 13px;
  font-size: 8px;
  color: #fff;
  background-color: #ED5565;
  transform: scale(0.8);
}

.em-w8 {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 32px;
  vertical-align: middle;
  margin: 0 4px;
}

.em-w8::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 0px;
  border-bottom: 1px solid #ddd;
}

.mgr17 {
  margin-right: 17px;
}

.span_h32 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #555;

}

.span_h32.w56 {
  width: 56px;
  text-align: right;
}

.tit_h42Box {
  width: 100%;
  height: 42px;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  background-color: #fcfcfc;
  padding-left: 5px;
  padding-top: 5px;
}

.tit_h32Box {
  width: 100%;
  /* height: 32px; */
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  background-color: #fcfcfc;
  padding-left: 5px;
  line-height: 32px;
}

.pdl50 {
  padding-left: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.sup_btn01 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 11px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #4991E1;
  background-color: #4991E1;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.sup_btn01.pdlr17 {
  padding: 0 17px;
}

.sup_btn01.w62 {
  width: 62px;
}

.sup_btn01:hover {
  color: #fff;
  background-color: #4380c7;
}

.sup_btn01.c539BE5 {
  color: #539BE5;
  border-color: #539BE5;
  background-color: #fff;
}

.sup_btn01.c539BE5:hover {
  background-color: #e8f3ff;
}

.sup_btn02 {
  display: inline-block;
  width: 154px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #4991E1;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}
.sup_btn02.cancel{
  background-color: #fff;
  border: 1px solid #C5C6C6;
  color: #888;
}
.sup_btn02.cancel:hover{
  background-color: #EEEEEE;
  color: #888;
}
.sup_btn02:hover {
  color: #fff;
  background-color: #4380c7;
}

.sup_btn03 {
  display: inline-block;
  width: 118px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  background-color: #4991E1;
}

.sup_btn03:hover {
  color: #fff;
  background-color: #4380c7;
}

.sup_btn04 {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #539BE5;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #539BE5;
  box-sizing: border-box;
}

.sup_btn04:hover {
  color: #fff;
  background-color: #539BE5;
}

.sup_btn05 {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 11px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: #4991E1;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.sup_btn05.pdlr17 {
  padding: 0 17px;
}

.sup_btn05.w62 {
  width: 62px;
}

.sup_btn05:hover {
  color: #fff;
  background-color: #4380c7;
}

.sup_btn05.c539BE5 {
  color: #539BE5;
  border-color: #539BE5;
  background-color: #fff;
}

.sup_btn05.c539BE5:hover {
  background-color: #e8f3ff;
}

.sup_btn06 {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(73, 145, 225, 1);
  color: #4991E1;
  border-radius: 4px;
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 28px;

}

.uploadIco {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url('../images/uploadico.png') no-repeat center;
  background-size: cover;
}

.mgt4 {
  margin-top: 4px;
}

.pdlr11 {
  padding: 0 11px;
}

.mgt42 {
  margin-top: 42px;
}

.yql_table01 {
  width: 100%;
  border-collapse: collapse;
}

.yql_table01 td {
  font-size: 14px;
  color: #606060;
  text-align: center;
  border-bottom: 1px solid #ECECEC;
  height: 50px;
}

.yql_table01 td .checkbox {
  margin-left: 21px;
}

.yql_table01 td.c939393 {
  color: #939393;
}

.cDB0000 {
  color: #DB0000;
}

.td_upDown {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/td_icon2.png) no-repeat center;
  margin-left: 4px;
  margin-top: 20px;
}

.mgt14 {
  margin-top: 14px;
}

.td_por {
  position: relative;
  cursor: pointer;
}

.td_por:hover .td_clAbs {
  display: block;
}

.td_por:hover .td_upDown {
  background: url(../images/td_icon.png) no-repeat center top;
  margin-top: 23px;
}

.td_por .td_clAbs {
  display: none;
  position: absolute;
  left: -43px;
  bottom: -78px;
  z-index: 9;
}

.td_por .td_clAbs.l58b45 {
  left: -39px;
  bottom: -45px;
}

.td_por .td_clAbs.t25l39 {
  bottom: initial;
  top: 27px;
  left: -39px;
}

.td_por .td_clAbs .td_clAbsWp {
  margin-top: 10px;
  width: 83px;
  box-shadow: 0 0 0 1px #DDDDDD;
  background-color: #fff;
  border-radius: 3px;
}

.td_por .td_clAbs .td_clAbsWp.w140 {
  width: 140px;
  text-align: center;
}

.td_por .td_clAbs .td_clAbsWp.w140 .td_abdItem {
  padding: 0;
}

.td_por .td_clAbs .td_abdItem {
  height: 30px;
  line-height: 30px;
  padding-left: 13px;
}

.td_por .td_clAbs .td_abdItem:hover {
  background-color: rgba(73, 145, 225, 0.06);
}

.bgfafbfb {
  background-color: #fafbfb;
}

.mgt76 {
  margin-top: 76px;
}

.mgb62 {
  margin-bottom: 62px;
}

.mgb32 {
  margin-bottom: 32px;
}

.pdr23 {
  margin-right: 23px;
}

.c09BB07 {
  color: #09BB07;
}

.cF5A623 {
  color: #F5A623;
}

.c939393 {
  color: #939393;
}

.cb2b2b2 {
  color: #b2b2b2;
}

.mgr44 {
  margin-right: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb65 {
  margin-bottom: 65px;
}

.fw_bold {
  font-weight: bold;
}

.dis_inb {
  display: inline-block;
}

.lh20 {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.mgl14 {
  margin-left: 14px;
}

.bor_bf5f5f5 {
  border-bottom: 1px solid #f5f5f5;
}

.yql_sup_rTit {
  height: 24px;
  line-height: 28px;
  font-size: 26px;
  color: #555;
  height: 45px;
  border-bottom: #F5F5F5 solid 1px;
}

.yql_sup_rTit2 {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #555;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.yql_sup_promise {
  overflow: auto;
  /* height: 556px;
  overflow-x: hidden;
  overflow-y: auto; */
}

.yql_sup_promise.h374 {
  height: 374px;
}

.yql_sup_promise .sup_promiseLi {
  /* height: 44px; */
  line-height: 44px;
  padding-left: 20px;
  font-size: 14px;
  color: #555;
  /* margin-bottom: 20px; */
  background-color: #FAFAFA;
  border-bottom: 1px solid #F0F0F0;
}

.yql_sup_promise .sup_promiseLi:nth-child(odd) {
  background: #FFFFFF
}

.yql_sup_ywxt {
  width: 875px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #E9E9E9;
}

.yql_sup_ywxt .sup_ywxt_tit {
  height: 42px;
  line-height: 38px;
  background-color: #CAD6EA;
  padding-left: 14px;
}

.yql_sup_ywxt .sup_ywxt_tit .s1 {
  height: 42px;
  line-height: 42px;
}

.yql_sup_ywxt .sup_ywxt_box {
  padding: 20px 0;
  padding-left: 14px;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li {
  position: relative;
  width: 270px;
  height: 168px;
  border: 1px solid #E9E9E9;
  margin-right: 15px;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li .ywxt_liTit {
  height: 42px;
  background-color: #E6F5FF;
  padding-left: 15px;
  line-height: 42px;
  font-size: 14px;
  color: #555;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li .ywxt_txt {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #222;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li .ywxt_txt .s1 {
  display: inline-block;
  width: 86px;
  height: 12px;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li .sup_ywxt_Li_abs {
  position: absolute;
  bottom: 12px;
  right: 9px;
}

.yql_sup_ywxt .sup_edit_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/edit03.png) no-repeat center;
  vertical-align: text-bottom;
  cursor: pointer;
}

.mgt45 {
  margin-top: 45px;
}

.mgt8 {
  margin-top: 8px;
}

.v_t {
  vertical-align: top;
}

.td_clAbs {
  bottom: unset;
  top: 30px;
}

.td_por .td_clAbs.l58b45 {
  left: -39px;
  bottom: unset;
  top: 30px;
}


/*公用样式 begin*/
.site_shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, .08);
  border-radius: 10px 10px 0 0;
}

.site_new_tit {
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  background: #EFEFF0;
  box-shadow: 0px -7px 10px rgba(0, 0, 0, .05) inset;
  border-radius: 10px 10px 0 0;
}

.site_new_tit .nameList_link {
  /* padding: 0 25px; */
  padding: 0 21px;
  border-radius: 10px 10px 0 0;
  display: block;
  font-size: 20px;
  color: #222;
  position: relative;
}

.site_new_tit li:last-child .nameList_link:after {
  display: none;
}

.site_new_tit .nameList_link:after {
  position: absolute;
  content: "|";
  right: -6px;
  top: 0px;
  color: #D0D0D1
}

.site_new_tit .nameList_link:hover,
.site_new_tit .nameList_link.on {
  background: #fff;
  color: #222;
  z-index: 9;
}

.site_new_tit .nameList_link.on:after,
.site_new_tit .nameList_link:hover:after {
  display: none;
}

.site_new_tit i {
  font-size: 12px;
}

.m_record .site_new_tit .nameList_link {
  font-size: 18px;
}

.sup_btn01_new {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 11px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #4991E1;
  background-color: #E8F3FF;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #4991E1;
  vertical-align: middle;
}

.sup_btn01_new:hover {
  color: #4991E1;
  background-color: #b9d6f5;
}

.sup_btn02_new {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #4991E1;
  background-color: #E8F3FF;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #4991E1;
  vertical-align: middle;
}

.sup_btn02_new:hover {
  color: #4991E1;
  background-color: #E8F3FF;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li dl {
  padding: 10px 15px;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li dt {
  font-size: 12px;
  color: #222;
}

.yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li dd {
  font-size: 12px;
  color: #B2B2B2;
}


.pad0 {
  padding: 0;
}

.mgo {
  margin: 0;
}

.w960 {
  width: 960px;
}

.bg_gray {
  background: #f7f7f7;
}

.yql_table01 thead td {
  padding-bottom: 5px;
}


.site_tit2 {
  padding: 30px;
}

.site_tit2 h4 {
  font-size: 26px;
  color: #555;
  font-weight: normal;
  float: left;
}

/* by yql 培训监管平台轮播图  S*/
/* .bgfff{background-color: #fff;} */
.sup_banner {
  position: relative;
  width: 100%;
  height: 200px;
}

.sup_banner .sup_bannerCont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.sup_banner .sup_bannerCont .sup_bannerItem {
  width: 100%;
  height: 100%
}

.sup_banner .sup_bannerCont .sup_bannerItem img {
  display: block;
  width: 100%;
  height: 100%
}

/*  by yql 培训监管平台轮播图  E*/
/* 2019/05/27 by YangQiLin  增加下拉框及模糊搜索框  start */
.pos_relative {
  position: relative;
}

.yql_inp_searchBox {
  position: absolute;
  left: 265px;
  top: 32px;
  width: 370px;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 5px;
}

.yql_inp_searchBox .yql_inpItem {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  box-sizing: border-box;
}

.yql_inp_searchBox .yql_inpItem:hover {
  background-color: rgba(0, 0, 0, .05);
  cursor: pointer;
}

.yql_inp_searchBox .yql_inpItem a {
  color: #555;
}

/* 2019/05/27 by YangQiLin  增加下拉框及模糊搜索框  end */

/* 监管平台 css     S*/
/* 首页 by yql  0518 */
/* 公共样式 */
.bgfff {
  background-color: #fff;
}

/* 修改公共样式 */
.bo_header .logo.pdt32 {
  padding-top: 25px;
}

.bo_header .menu {
  padding-left: 123px;
}

.bo_header .menu ul li {
  margin-right: 17px;
}

.bo_header .menu ul li a {
  font-size: 18px;
  padding: 0 0 4px;
  font-weight: 400;
  display: inline-block;
  min-width: 63px;
  text-align: center;
}

.bo_header .menu ul li a.on,
.bo_header .menu ul li a:hover {
  color: #4991e1;
  border-bottom: 2px solid #4991e1;
}

.bo_header .mininav {
  line-height: 94px;
}

/* 内容区 */
.sup_noticeWp {
  height: 362px;
  padding-top: 61px;
  box-sizing: border-box;
}

.sup_noticeWp .sup_noticeLeft,
.sup_noticeWp .sup_noticeRight {
  width: 553px;
}

.sup_noticeWp .sup_notice_tit {
  position: relative;
  color: #222222;
  font-size: 26px;
  font-weight: inherit;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ededed;
}

.sup_noticeWp .sup_notice_tit .sup_notice_more {
  background: url(../images/news_more_ico.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
}

/* .sup_noticeWp .sup_notice_tit.bor_b450{border-bottom: none;}
.sup_noticeWp .sup_notice_tit.bor_b450::before{content: ''; position: absolute; left: 0;bottom: -1px; height: 1px;width: 450px;border-bottom: 1px solid #ededed;} */
.sup_noticeWp .notice_tit_s1 {
  display: inline-block;
  vertical-align: middle;
  /* border-bottom: 1px solid #29a0ff; */
  float: left;
}

/* .sup_noticeWp .notice_tit_s1::before{content: ''; position: absolute; left: 0;bottom: -1px; height: 1px;width: 100%;border-bottom: 1px solid #4991e1;z-index: 2;} */
.sup_noticeWp .sup_notice_tit2 {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  margin-top: 16px;
  color: #4991e1
}

.sup_noticeWp .firstList {
  border-bottom: #E6E6E6 solid 1px;
  height: 64px;
}

.sup_noticeWp .firstList .tit {
  font-size: 18px;
  line-height: 36px;
}

.sup_noticeWp .firstList a {
  color: #4991E1;
  float: left;
  width: 480px;
  overflow: hidden;
  white-space: nowrap;
  height: 36px;
  text-overflow: ellipsis;
}

.sup_noticeWp .firstList .time {
  color: #888;
  font-size: 14px;
  float: right;
}

.sup_noticeWp .firstList .txt {
  font-size: 14px;
  line-height: 20px;
  color: #B2B2B2;
}

.sup_container {}

/* 新版分页 start*/
.niTurnPage2 {
  font-size: 14px;
  text-align: center;
}

.niTurnPage2 span {
  display: inline-block;
  color: #888;
}

.niTurnPage2 a {
  border: 1px solid #eeeeee;
  background: #fafafa;
  display: inline-block;
  padding: 0px 15px;
  height: 37px;
  line-height: 37px;
  color: #888888;
  margin-left: -6px
}

.niTurnPage2 a:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #339cec;
  position: relative;
  z-index: 1;
}

.niTurnPage2 a.active {
  background: #fff;
  color: #339cec;
}

.niTurnPage2 a.niTurnPage2_page,
.niTurnPage2 a.niTurnPage2_total,
.niTurnPage2 a.niTurnPage2_moveto {
  background: none;
  border-color: transparent;
}

.niTurnPage2 a.niTurnPage2_moveto input {
  border-radius: 2px;
  text-align: center;
}

.niTurnPage2 a.niTurnPage2_moveto input.niSure {
  border: 1px solid #d5d5d5;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.niTurnPage2 a.niTurnPage2_moveto input.niSure:hover {
  background: #ccc;
  color: #000;
}

.niTurnPage2 span.niTurnPage2_page,
.niTurnPage2 span.niTurnPage2_total,
.niTurnPage2 span.niTurnPage2_moveto {
  background: none;
  border-color: transparent;
  color: #888;
}

.niTurnPage2 span.niTurnPage2_moveto input {
  border-radius: 2px;
  text-align: center;
}

.niTurnPage2 span.niTurnPage2_moveto input.niSure {
  border: 1px solid #d5d5d5;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.niTurnPage2 span.niTurnPage2_moveto input.niSure:hover {
  background: #ccc;
  color: #000;
}

.niTurnPage2 a.niTurnPage2_page:hover,
.niTurnPage2 a.niTurnPage2_total:hover {
  color: #888
}

/* 新版分页 end*/

/* 一屏动画 */
.por_service {
  padding: 60px 0;
  background: #fff;
}

.por_service .por_service_left {
  width: 553px;
  float: left
}

.por_service .por_service_right {
  width: 553px;
  float: right;
}

.por_service .por_service_title {
  color: #222222;
  font-size: 26px;
  font-weight: inherit;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ededed;
}

.por_service .por_service_title span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #29a0ff;
  float: left
}

.por_service .por_service_left .por_service_title .icon_more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 19px;
  background: url(../images/icon_more.png) 0 0 no-repeat;
  width: 18px;
  height: 4px;
  float: right;
  *zoom: 1;
}

.por_service .por_service_left .por_s_l_content {
  width: 100%;
}

.por_service .por_service_left .por_s_l_content li {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
  border-top: 1px solid #ededed;
  margin-top: -1px;
}

.por_service .por_service_left .por_s_l_content li:hover span {
  color: #38adff;
}


.por_service .por_service_left .por_s_l_content li em {
  font-size: 14px;
  color: #888888;
  float: right
}

.por_service .por_service_left .por_s_l_content li span {
  width: 470px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left
}

.por_service .por_service_left .por_s_l_content li .p_title {
  margin-top: 8px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  float: left
}

.por_service .por_service_right .por_s_r_content {
  width: 100%;
}

.por_service .por_service_right .por_s_r_content li {
  width: 100%;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
  padding-top: 18px;
}

.por_service .por_service_right .por_s_r_content li em {
  color: #555555;
}

.por_service .por_service_right .por_s_r_content li span {
  color: #00deae;
}

.por_service .por_service_right .por_s_r_content li p {
  color: #b0b0b0;
  margin-top: 10px;
  font-size: 14px;
}

.por_service .p_title i.icon_new {
  margin-left: 0;
}

.por_service .por_service_left .por_s_l_content li.bold_li {
  font-size: 22px;
  color: #222222;
}

.por_service .p_title i {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: inherit;
}

.trends-rect {
  position: relative;
  overflow: hidden;
  zoom: 1;
  height: 278px;
}

.trends-list {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hide {
  display: none
}

.vam {
  vertical-align: middle;
}

.uname_c {
  width: 64px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  background: #F2F2F2;
  display: inline-block;
}

.uname_c i.del {
  position: absolute;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url('../images/del.png') no-repeat center;
  right: -4px;
  top: -4px;
}

.pre {
  position: relative;
}

.vunset {
  vertical-align: unset
}

.mm_s_btn {
  line-height: 30px;
  height: 30px;
  color: #fff;
  opacity: 1;
  border-radius: 2px;
  padding: 0 13px;
  font-size: 14px;
  display: inline-block;
  /* vertical-align: middle; */
}

.c555 {
  color: #555
}

.bfff {
  background: #fff
}

.dialog .form .formItem .formLabel {
  width: 150px;
}

.c979797 {
  color: #979797
}

.fileIcon_c {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../images/fileIcon.png') no-repeat center;
  background-size: cover;
}

.filename_c {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.progress {
  display: inline-block;
  background: #DBECFF;
  border-radius: 4px;
  height: 8px;
}

.progress .progress_c {
  display: inline-block;
  height: 100%;
  border-radius: 4px;
}

.progress_cancel {
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  background: url('../images/a_close.png') no-repeat top;
  background-size: 8px;
}

.dialogScrollBox {
  overflow-y: auto;
  margin-right: -12px;
}

.d-state-lock .d-inner {
  border: 1px solid rgba(220, 220, 220, 1);
  border-radius: 5px;
}

.Rpop .popBtn {}

.right_content.w960 {
  width: 960px;
}

.right_content.w960 .yql_sup_ywxt {
  width: 100%;
  box-shadow: 0 0 0 3px #96C1F1;
}

.right_content.w960 .yql_sup_ywxt .sup_ywxt_tit {
  height: 71px;
  background-color: #96C1F1;
}

.right_content.w960 .sup_ywxt_tit .t_img {
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 14px;
}

.right_content.w960 .sup_ywxt_tit .s1 {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.right_content.w960 .sup_edit_icon {
  width: 24px;
  height: 24px;
  background: url(../images/edit03.png) no-repeat center;
  vertical-align: middle;
}

.right_content .sup_ywxt_active {
  display: inline-block;
  width: 84px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.mgt3 {
  margin-top: 3px;
}

.right_content.w960 .sup_btn04:hover {
  background-color: #E8F3FF;
  color: #00a0e9
}

.right_content.w960 .yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li {
  border: 2px solid #CDE3FC;
}

.right_content.w960 .yql_sup_ywxt .sup_ywxt_Li .ywxt_liTit {
  background-color: #CDE3FC;
}

.right_content.w960 .sup_ywxt_box .sup_ywxt_Li dl {
  padding-left: 30px;
}

.right_content.w960 .sup_ywxt_box .sup_btn01_new {
  background-color: #fff;
}

.right_content.w960 .sup_ywxt_box .sup_btn01_new:hover {
  background-color: #E8F3FF;
}

.ywxt_div2 {
  width: 190px;
}

.yql_sup_ywxt .a2:hover {
  color: #fff;
}

/* 首页 end yql  0518 */


.site_bot_ECECEC {
  border-bottom: #ECECEC solid 1px;
}

/* 监管平台 css   E*/
/*公用样式 end*/
/*myf 6-11*/
* {
  box-sizing: border-box;
}

.myf_topsearch {
  /* background: red; */
  padding-left: 20px;
  padding-right: 12px;
}

.inp1name {
  display: inline-block;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: rgba(85, 85, 85, 1);
  opacity: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.inp1 {
  vertical-align: middle;
  display: inline-block;
  width: 315px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 3px;
  font-size: 16px;
  padding-left: 13px;
  box-shadow: 2px 2px 10px #eee inset;
  margin-right: 20px;
}

.inp1:focus {
  border: 1px solid #3d95d5;
}

.yql_table01 {
  border-top: 1px solid #EDEDED;
}

.myf_table {
  padding-left: 16px;
  padding-right: 14px;
}

.myf_td1 span {
  display: inline-block;
  text-align: center;
  width: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.myf_table .c4991e1 {
  font-size: 14px;
}

.myf_res span {
  font-size: 14px;
}

.yql_table01 td p {
  font-size: 12px;
}

.c6060 {
  color: #606060;
}

.myf_res .c6060 {
  color: #606060;
}

.cDB0000 {
  color: #DB0000;
}

.myf_res .f16 {
  font-size: 16px;
}

.myf_res .f14 {
  font-size: 14px;
}

.myf_red {
  font-size: 14px;
  color: rgba(219, 0, 0, 1);

}

.myf_clbox {
  position: relative;
}

.myf_cl {
  position: absolute;
  /* background: url(../images/down.png)no-repeat 0px center; */
  top: 23%;
  right: -11px;
}

.myf_clbox:hover {
  color: #4991E1;
}

.myf_cltd {
  position: relative;
}

.myf_clcon {
  display: none;
  position: absolute;
  z-index: 1;
  width: 83px;
  height: 92px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  opacity: 1;
  border-radius: 3px;
  top: 38px;
}

.c4991E1 {
  /* background: rgba(73, 145, 225, 0.05) */
}

.myf_clcon a {
  display: block;
  width: 81px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: rgba(85, 85, 85, 1);
  cursor: pointer;
}

.myf_clcon a:hover {
  background: #3d95d5;
}

.myf_plbox {
  /* -left: 20px; */
  margin-left: 16px;
  margin-right: 14px;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 5px;
  background: rgba(252, 252, 252, 1);
  border: 1px solid rgba(236, 236, 236, 1);
}

.myf_plbox .sup_btn01_new {
  background: #fff;
  color: #539BE5;
  width: 82px;
}

.niTurnPage2 a.active {
  border: none;
}

.myf_modebox .big_model_check .model_c {
  width: 180px;
  height: 164px;
}

.big_model_check {
  width: 900px;
  height: 164px;
  /* background:rgba(251,251,251,1); */
  /* border:1px solid rgba(233,233,233,1); */
}

.big_model_check div.model_c {
  margin: 0;
}

.myf_file {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: rgba(232, 243, 255, 1);
  opacity: 1;
  border-radius: 12px;
  background: url(../images/fileIcon.png) no-repeat center center;
}

.myf_file input {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.formLabel em {
  font-size: 12px;
  color: rgba(136, 136, 136, 1);
  /* letter-spacing:20px; */
}

.myf_pxpt {
  /* border-top: 1px solid  */
  margin-top: 30px;
}

.myf_formLabel {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  margin-right: 10px;
  text-align: right;
  font-size: 14px;
  color: #4B92E1;
}

.myf_file1 {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  background: url(../images/fileIcon.png) no-repeat center center;
  height: 24px;
  margin-left: 5px;
}

.myf_formLabel a:hover {
  color: #38adff;
}

.myf_gj span {
  display: inline-block;
  text-align: center;
  width: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.c4B92E1 {
  color: #4B92E1;
}

.myf_sup_rTit2 {
  border: none;
}

.pdl14 {
  padding-left: 14px;
}


.c55555 {
  color: #555555;
}

.padl20 {
  padding-left: 20px;
}


.myf_logo {
  width: 75px;
  height: 75px;
}

.myf_sup_box .yql_sup_promise .sup_promiseLi {
  margin-bottom: 0;
  border-top: 1px solid #F1F1F1;
  background: #FAFBFB;

}

.myf_sup_box .yql_sup_promise ul {
  border-bottom: 1px solid #F1F1F1;
}

.myf_sup_box .yql_sup_promise .sup_promiseLi.cfff {
  background: #fff;

}

.myf_sup_box .yql_sup_promise {
  height: auto;
}

.myf_inputbox {
  margin-bottom: 15px;
}

.c888 {
  color: #888888;
}

.sup_btn01.bge8 {
  background: #E8F3FF;
  color: #4991E1;
  border: 1px solid rgba(56, 173, 255, 1);
}

.pdl12 {
  padding-left: 12px;
}

/*end */

/* 修改下拉框 显示不全缺陷  by yangqilin  S */
.qjf_seledrop,
.qjf_seleautodrop {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* 修改下拉框 显示不全缺陷  by yangqilin  E */

/* 0704 新增页面 并修改原来页面 S */
/*  首页 start */
.bo_header .menu2 {
  padding-left: 81px;
}

.bo_header .menu2 ul li {
  margin-right: 28px;
}

.bo_header .menu2 ul li a {
  min-width: unset;
}

.login_right .yql_login_btn {
  display: inline-block;
  height: 32px;
  padding: 0 11px;
  font-size: 14px;
  color: #02BE84;
  line-height: 30px;
  border: 1px solid #02BE84;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}

.login_right .yql_login_btn:hover {
  background-color: rgba(2, 190, 132, .1)
}

.login_right .yql_register_btn {
  display: inline-block;
  height: 32px;
  padding: 0 11px;
  font-size: 14px;
  color: #4991E1;
  line-height: 30px;
  border: 1px solid #4991E1;
  background-color: #E0EFFF;
  border-radius: 3px;
  box-sizing: border-box;
}

.login_right .yql_register_btn:hover {
  background-color: #b9d6f5;
}

.sup_noticeWp.new .firstList {
  height: 77px;
}

.sup_noticeWp.new .firstList .tit {
  line-height: 30px;
}

.sup_noticeWp.new .firstList a {
  color: #565656;
  width: 396px;
  height: 30px;
  line-height: 30px;
}

.sup_noticeWp.new .firstList a:hover {
  color: #4991e1;
}

.sup_noticeWp.new .firstList .ellipsis100 {
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sup_noticeWp.new .sup_noticeList .sup_notListLi,
.sup_noticeWp.new .notListLi_link,
.sup_noticeWp.new .sup_noticeList .sup_notListLi2,
.sup_noticeWp.new .notListLi_link2 {
  display: block;
  height: 50px;
  line-height: 50px;
}

.sup_noticeWp.new .sup_noticeList .sup_notListLi:hover .notListLi_s1,
.sup_noticeWp.new .notListLi_link:hover .notListLi_s1,
.sup_noticeWp.new .sup_noticeList .sup_notListLi2:hover .notListLi_s1,
.sup_noticeWp.new .notListLi_link2:hover .notListLi_s1 {
  color: #4991e1
}

.sup_noticeWp.new .sup_noticeList .sup_notListLi .notListLi_s1,
.sup_noticeWp.new .sup_noticeList .sup_notListLi2 .notListLi_s2 {
  vertical-align: top;
}

.sup_noticeWp.new .sup_noticeList .notListLi_time {
  height: 50px;
  margin-top: 0;
}

.sup_noticeWp.new .sup_noticeList .sup_notListLi .notListLi_tips,
.sup_noticeWp.new .sup_noticeList .sup_notListLi2 .notListLi_tips {
  vertical-align: baseline;
}

.w460 {
  width: 460px;
}

.sup_table01 table tr td.w460 {
  width: 460px;
}

.business_show {
  position: relative;
  width: 100%;
}

.businessWp {
  position: relative;
  width: 360px;
  height: 100%;
  /* margin: 0 35px 0 15px; */
  padding: 0 34px;
  padding-bottom: 0;
  float: left;
  margin-right: 20px;
}

.businessWp .business_li .ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.businessWp .business_li .bs_xue_ico {
  background: url(../images/xue25.png) no-repeat center;
}

.businessWp .business_li .bs_zuoye_ico {
  background: url(../images/zuoye25.png) no-repeat center;
}

.businessWp .business_li .name_82 {
  display: inline-block;
  width: 82px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.business_show .business_next {
  width: 14px;
  height: 14px;
  margin-top: 0;
  right: 0;
  top: 17px;
  background: url(../image/index/business_next.png) no-repeat center;
  outline: none;
}

.business_show .business_prev {
  width: 14px;
  height: 14px;
  margin-top: 0;
  left: 0;
  top: 17px;
  background: url(../image/index/business_prev.png) no-repeat center;
  outline: none;
}

/*  首页 end */
/*  培训机构 beng */
.mgt39 {
  margin-top: 39px;
}

.logined_right .enterprise_name {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-right: 14px;
  border-right: 1px solid #b2b2b2;
  margin-right: 12px;
  font-size: 14px;
  color: #4991e1;
}

.logined_right .enterprise_signOut {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #888888;
}

.bg_cE7E9EB {
  background-color: #E7E9EB;
}

.h860 {
  height: 860px
}

.lh28 {
  height: 28px;
  line-height: 28px;

}

.c222 {
  color: #222;
}

.bor_cECECEC,
.sup_nameList .sup_nameListWp .sup_nameList_tBox.bor_cECECEC {
  border: 1px solid #ECECEC;
}

.lh34 {
  height: 34px;
  line-height: 34px;
}

.sup_table01 table thead tr.h50 {
  height: 50px;
  line-height: 50px;
}

.sup_table01 table thead tr.f14 {
  font-size: 14px;
}

.bor_b_cFAFBFB {
  border-bottom: 1px solid #ECECEC;
}

.bor_t_cFAFBFB {
  border-top: 1px solid #ECECEC;
}

.sup_table01.mgb_0 table tbody tr {
  margin-bottom: 0;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
}

.sup_table01.mgb_0 table tr td:nth-child(1) {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sup_table01.mgb_0 table tr td:nth-child(2) {
  width: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 65px;
}

.sup_table01.mgb_0 table tr td:nth-child(4),
.sup_table01.mgb_0 table tr td:nth-child(5) {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inp.h34 {
  height: 32px;
  line-height: 32px;
}

/*  培训机构 end */
/* 缺省1  start */
.right_content.h837 {
  height: 837px;
}

.notResult_bgWp {
  position: relative;
  height: 600px;
}

.notResult_bgWp .notResult_bgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 184px;
  height: 216px;
  margin-left: -92px;
  margin-top: -108px;
  text-align: center;
}

.notResult_bgWp .notResult_bgBox .img_bg {
  display: inline-block;
  width: 181px;
  height: 142px;
}

.notResult_bgWp .notResult_bgBox .notResult_txt {
  margin-top: 29px;
  font-size: 14px;
  color: #aaa;
  line-height: 22px;
}

.mgr13 {
  margin-right: 13px;
}

.sup_btn02_new {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 11px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #4991E1;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #539BE5;
  vertical-align: middle;
}

.yql_table01.td_pb0 thead td {
  padding-bottom: 0;
}

.yql_table01 tr.bor_lr_cececec {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.clickMore_box {
  width: 842px;
  height: 101px;
  overflow: hidden;
  box-sizing: border-box;
}

.clickMore_box .yql_table01 {
  width: 840px;
}

.caaa {
  color: #aaa;
}

a.caaa:hover {
  color: #888;
}

/* 缺省1  end */
/* 省级 备案审核  */
.c42C77E {
  color: #42C77E;
}

.cFF8A00 {
  color: #FF8A00;
}

/* 课程 start  */
.bo_header .mininav.pdr0 {
  padding-right: 0;
}

.bo_header .menu2 ul li:last-child {
  margin-right: 0;
}

.w100_ellipsis {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.yql_course_top {
  height: 32px;
  line-height: 32px;

}

.icon_nav_right {
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../images/icon_nav_right.png) no-repeat center;
}

.pdt23 {
  padding-top: 23px;
}

.inp.w280 {
  width: 280px;
  padding-right: 30px;
  font-size: 14px;
}

.yql_course_search {
  position: relative;
}

.search_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/searchbg.png) no-repeat center;
  ;
}

.yql_course_search .search_icon {
  position: absolute;
  right: 13px;
  top: 7px;
}

.yql_coures_queryWp {
  width: 100%;
  padding: 20px 20px 0;
  border: 1px solid #ececec;
  background-color: #FCFCFC;
  box-sizing: border-box;
  margin-top: 13px;
  font-size: 14px;
}

.w1020 {
  width: 1020px;
}

.yql_coures_queryWp .coures_left {
  width: 72px;
  margin-right: 10px;
  line-height: 26px;
}

.yql_coures_queryWp .coures_right {
  width: 960px;
  overflow: hidden;
}

.yql_coures_queryWp .coures_right .coures_btn {
  display: inline-block;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  margin-right: 13px;
  font-size: 14px;
  color: #555;
  border-radius: 3px;
  margin-bottom: 8px;
}

.yql_coures_queryWp .coures_right .coures_btn.on,
.yql_coures_queryWp .coures_right .coures_btn:hover {
  background-color: #4991E1;
  color: #fff;
}

.mgb24 {
  margin-bottom: 24px;
}

.icon_slider {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/icon_top.png) no-repeat center;
  vertical-align: middle;
  margin-left: 9px;
}

.icon_slider.on {
  background: url(../images/icon_bottom.png) no-repeat center;
}

.lh26 {
  height: 26px;
  line-height: 26px;
}

.yql_coures_queryWp2 {}

.coures_tit2 {
  height: 35px;
  line-height: 25px;
  /* border-bottom: 1px solid #ECECEC; */
}

.coures_tit2 .hd_t1 {
  display: inline-block;
  height: 25px;
  color: #232323;
  font-size: 18px;
}

.coures_tit2 .hd_t1.on {
  color: #4991E1;
}

.yql_coures_queryWp2 .couresListBox2 .couresLi2 {
  min-height: 186px;
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
  box-sizing: border-box;
}

.couresListBox2 .coures_l2_tit {
  height: 28px;
}

.couresListBox2 .l2_tit_ico {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/xue28.png) no-repeat center;
  /* vertical-align: top; */
  margin-right: 16px;
}

.couresListBox2 .l2_tit_name {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #232323;
  /* vertical-align: top; */
  margin-right: 4px;
}

.couresListBox2 .l2_tit_btIco {
  display: inline-block;
  height: 21px;
  padding: 0 7px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  border: 1px solid transparent;
  /* vertical-align: text-top */
  margin-top: 5px;
  border-radius: 11px;
}

.couresListBox2 .l2_tit_btIco.c9AC5F4 {
  color: #9AC5F4;
  border: 1px solid #9AC5F4;
}

.couresListBox2 .l2_tit_btIco.cFFBD70 {
  color: #FFBD70;
  border: 1px solid #FFBD70;
}

.couresListBox2 .l2_tit_jb {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #aaa;
}

.couresListBox2 .l2_tit_jbIco {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/jb_ico.png) no-repeat center;
  vertical-align: sub;
}

.couresListBox2 .coures_l2_l_li {
  width: 68px;
  height: 110px;
  margin-left: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.couresListBox2 .coures_l2_l_li .c_peopleImg {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;

}

.couresListBox2 .coures_l2_l_li .c_peopleImg.ai {
  background-color: #caebff;
}

.couresListBox2 .coures_l2_l_li .c_peopleImg img {
  display: inline-block;
  width: 68px;
  height: 68px;
}

.couresListBox2 .coures_l2_l_li .c_peopleImg .active_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.couresListBox2 .coures_l2_l_li .c_peopleImg .active_txt.has {
  background-color: rgba(72, 204, 163, .7);
}

.couresListBox2 .coures_l2_l_li .c_peopleImg .active_txt.notHas {
  background-color: rgba(250, 144, 119, .7);
}

.couresListBox2 .coures_l2_l_li .c_peopleImg .active_txt.non_local {
  background-color: rgba(182, 157, 4, .7);
}

.mgr12 {
  margin-right: 12px;
}

.coures_l2_right {
  width: 612px;
  margin-left: 40px;
  margin-top: 7px;
}

.coures_l2_right .coures_l2_r_Info {
  width: 290px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
}

.c_r_info_txt {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #888;
}

.c_r_info_ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.c_r_info_ico.icoTime {
  background: url(../images/time_ico.png) no-repeat center;
}

.c_r_info_ico.icoKeShi {
  background: url(../images/keshi_ico.png) no-repeat center;
}

.c_r_info_ico.icoMove {
  background: url(../images/move_ico.png) no-repeat center;
}

.c_r_info_ico.icoTimeAll {
  background: url(../images/timeAll_ico.png) no-repeat center;
}

.c_r_info_ico.icoZuoye {
  background: url(../images/zuoye_ico.png) no-repeat center;
}

.c_r_info_ico.icoMoney {
  background: url(../images/money_icoo.png) no-repeat center;
}

.coures_tit2 .kksj_ico {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(../images/up_two.png) no-repeat center;
  ;
}

.coures_tit2 .kksj_ico.on {
  transform: rotate(180deg)
}

.mgl3 {
  margin-left: 3px;
}

.coures_l2_more {
  cursor: pointer;
}

.max_w314 {
  max-width: 314px;
  height: 110px;
  overflow: hidden;
}

.coures_l2_hd .coures_l2_left {
  width: 389px
}

/* 课程 end  */

/* 0704 新增页面 并修改原来页面 E */


/* 添加三种类型按钮 */
/* 主要 */
.btn_type_1 {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #4991E1;
  background-color: #4991E1;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.btn_type_1:hover {
  border: 1px solid #4380C7;
  background-color: #4380C7;
  color: #fff;
}

/* 次要 */
.btn_type_2 {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #4991E1;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #4991E1;
  vertical-align: middle;
}

.btn_type_2:hover {
  background: #E8F3FF;
  color: #4991E1;
}

/* 删除类 */
.btn_type_3 {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 14px;
  color: #c5c6c6;
  border-radius: 3px;
  border: 1px solid #c5c6c6;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.btn_type_3:hover {
  background: #f1f1f1;
  color: #c5c6c6
}

/* 0712 by yql 名单管理添加图标 start  */
.renew_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/renew.png) no-repeat center;
  cursor: pointer;
  vertical-align: middle;
}

.down_icon {
  display: inline-block;
  width: 5px;
  height: 13px;
  background: url(../images/down_ico2.png) no-repeat center;
  vertical-align: middle;
}

.down_icon.on {
  background: url(../images/down_ico.png) no-repeat center;
}

.down_icon2 {
  display: inline-block;
  width: 5px;
  height: 13px;
  background: url(../images/up_ico2.png) no-repeat center;
  vertical-align: middle;
}

.down_icon2.on {
  background: url(../images/up_ico.png) no-repeat center;
}

.cur_poi {
  cursor: pointer;
}

.niTurnPage2 .qjf_seleautodiv p {
  text-align: left;
  padding: 0 0 0 6px;
  font-size: 14px;
}

.niTurnPage2 .qjf_seleautodiv a {
  text-align: left;
  border: none;
  display: block;
  background-color: #fff;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  color: #555;
  margin-left: 0;
  font-size: 14px;
}

/* 0712 by yql 名单管理添加图标 end  */

/* 0805 by yql 审查员管理 start */
.pdb8 {
  padding-bottom: 8px;
}

.h34_l26 {
  height: 36px;
  line-height: 26px;
}

.span_h32.f16 {
  font-size: 16px;
}

.c00CEDE {
  color: #00CEDE
}

.c42C77E {
  color: #42C77E
}

.c606060 {
  color: #606060
}

/* y_Rpop 修改右侧滑出弹框 */
.Rpop.y_Rpop .popMain {
  box-sizing: initial
}

.Rpop.y_Rpop .popTit {
  line-height: 53px;
}

.Rpop.y_Rpop .popCont .contBox {
  padding: 53px 15px 67px 0;
}



.mgt43 {
  margin-top: 43px;
}

.w_72 {
  width: 72px;
}

.y_Rpop_close {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 28px;
  top: 20px;
  background: url(../images/y_Rpop_close.png) no-repeat center;
  cursor: pointer;
}

/* 分配任务弹窗 */
.y_scygl_diaBox {
  padding: 0 18px;
}

.bor_lr_cEDEDED {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.bgFAFBFB {
  background-color: #FAFBFB;
}

.y_business_fp {
  width: 100%;
  height: 370px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}

.y_business_fp .business_fp_l,
.y_business_fp .business_fp_r {
  width: 50%;
  box-sizing: border-box;
  height: 370px;
}

.y_business_fp .business_fp_l {
  border-right: 1px solid #E9E9E9
}

.y_business_fp .business_fp_tit {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  background-color: #F5F5F5;
}

.index_page a.d-close {
  width: 11px;
  height: 11px;
  background: url(../images/y_Rpop_close.png) no-repeat center;
  right: 17px;
  top: 20px;
}

.y_business_fp .business_fp_l_t {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E9E9E9;
}

.y_business_fp .business_fp_l_t .fp_link {
  display: inline-block;
  height: 39px;
  padding: 0 7px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  color: #555;
}

.y_business_fp .business_fp_l_t .fp_link.on,
.y_business_fp .business_fp_l_t .fp_link:hover {
  color: #4991e1;
  border-color: #4991e1
}

.mgl13 {
  margin-left: 13px;
}

.mgt17 {
  margin-top: 17px;
}

.y_business_fp .business_fp_lCont2 {
  width: 100%;
  height: 288px;
  overflow-y: auto;
  padding-bottom: 17px;
}

.y_business_fp .business_fp_lCont2::-webkit-scrollbar-track-piece,
.y_business_fp .business_fp_rCont::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

.y_business_fp .business_fp_lCont2::-webkit-scrollbar,
.y_business_fp .business_fp_rCont::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.y_business_fp .business_fp_lCont2::-webkit-scrollbar-thumb,
.y_business_fp .business_fp_rCont::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
  outline-offset: -2px;
}

.y_business_fp .business_fp_lCont2::-webkit-scrollbar-thumb:hover,
.y_business_fp .business_fp_rCont::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
}

.y_business_fp .business_fp_rCont {
  height: 330px;
  overflow-y: auto;
  width: 100%;
}

.y_business_fp .business_fp_rCont .por {
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-top: 19px;
  ;
}

.y_business_close {
  position: absolute;
  right: 48px;
  top: 5px;
  width: 11px;
  height: 11px;
  background: url(../images/y_Rpop_close.png) no-repeat center;
}

.w_280 {
  width: 280px;
}

.y_dia_btn01 {
  display: inline-block;
  width: 93px;
  line-height: 32px;
  box-sizing: border-box;
  height: 32px;
  background-color: #4991E1;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.y_dia_btn01:hover {
  background-color: #4380c7;
  color: #fff;
}

.y_dia_btn02 {
  display: inline-block;
  width: 93px;
  line-height: 32px;
  box-sizing: border-box;
  height: 32px;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #888888;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #D7D7D7;
}

.y_dia_btn02:hover {
  background-color: #eee;
  color: #888888;
}


.yql_s_table01 {
  width: 239px;
  border: 1px solid #ececec;
}

.yql_s_table01 .y_s_tableLi {
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}

.yql_s_table01 .y_s_tableLi:last-child {
  border-bottom: none;
}

.w108 {
  width: 102px;
}

.w112 {
  width: 112px;
}

.mgt18 {
  margin-top: 18px;
}

.mgt70 {
  margin-top: 70px;
}

.mgr18 {
  margin-right: 18px;
}

.bgFAFBFB {
  background: #FAFBFB;
}

.tit_h42Box.w870 {
  width: 870px;
  margin-left: 12px;
}

.pdl12 {
  padding-left: 12px;
}

.w870 {
  width: 870px;
}

.mgl43 {
  margin-left: 43px;
}

.cCE7DDE {
  color: #CE7DDE
}

.scale84 {
  -webkit-transform: scale(0.84);

}

.mgb45 {
  margin-bottom: 45px;
}

.f20 {
  font-size: 20px;
}

.y_por {
  position: relative;
}

.y_bf_poa_tit {
  position: absolute;
  left: 13px;
  top: 0;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #555;
}

.y_bar_echart {}

.y_ico_blue {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #5DB3FF;
}

.y_ico_yellow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFC336;
}

.y_ico_green {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #54BE6D;
}
.yql_s_table01 .y_s_tableUl{height: 392px;overflow-y: auto}
.yql_s_table01 .y_s_tableUl::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

.yql_s_table01 .y_s_tableUl::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: transparent
}

.yql_s_table01 .y_s_tableUl::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
  outline-offset: -2px;
}

.yql_s_table01 .y_s_tableUl::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
}
/* 0805 by yql 审查员管理 end */


/* 2019/08/27  备案管理平台  yql start  */
.mgb60{margin-bottom: 60px;}
.bor_tf5f5f5{border-top: 1px solid #f5f5f5;}
.line_h22{line-height: 22px;}
.line_h28{line-height: 28px;}
.mgt2{margin-top: 2px;}
.max_w620{max-width: 620px;}
.yql_beian_tit{height: 45px;border-bottom: 1px solid #F5F5F5;line-height: 28px;font-size: 26px;color: #555;;}
.yql_beian_box{font-size: 14px;color: #DB0000;height: 124px;border-bottom: 1px solid #f5f5f5;}
.form .formItem .formLabel.f16{font-size: 16px;padding-top: 0;line-height: 28px;}
label.checkbox.min_w120{min-width: 110px;margin-right: 7px; padding-left: 30px;margin-bottom: 10px;}
.form .formItem.mgb14{margin-bottom: 14px;}
.form .formItem.mgb10{margin-bottom: 10px;}
.yql_right_icon01{display: inline-block;width: 10px;height: 10px;background: url(../images/page_ico.png) no-repeat -25px -5px;;}
.form .formItem .formLabel.w214{width: 214px;}
.yql_text410{width: 410px;height: 100px;border-radius: 3px;}
.yql_jsjkBox01{width: 840px;margin-left: 30px;height: 100px; border: 1px solid #ececec; border-radius: 3px;background-color: #fcfcfc;padding-left: 30px;box-sizing: border-box;}
.right_content .y_span_1.ctxt {width: 60px;text-align: left;}
.right_content .y_span_1 {display: inline-block; line-height: 32px;font-size: 14px;color: #555555;font-weight: inherit;font-size: 16px; color: #555;}
.right_content .y_input_1{width: 178px;height: 32px;border: 1px solid #dcdcdc;}
.icon_addg {display: inline-block;vertical-align: top;width: 32px;height: 32px;cursor: pointer;background: url(../images/icon_addg.png) 0 0 no-repeat;
}
.form  .formItem .yql_cls_txtBox{width: 670px;height: 220px;border: 1px solid #ececec;font-size: 16px; color: #555;line-height: 28px;padding: 10px 13px 0;box-sizing: border-box; }
.form  .formItem .yql_cls_txtBox .text_indent2{text-indent: 2em}
.mgl160{margin-left: 160px;}
.mgb12{margin-bottom: 12px;}
.max_w670{max-width: 670px}
.h40{height: 40px}
.mgb5{margin-bottom: 5px;}
/* 2019/08/27  备案管理平台  yql end  */


/* 2019/08/27  备案管理平台  xmx start  */
.txt_overflow{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bgF5F7F9{background: #F5F7F9;}
.c4991e1{color: #4991e1}
.f22{font-size: 22px;}
.mgb60{margin-bottom: 60px;}
.mgt35{margin-top: 35px;}
.mgl155{margin-left: 155px;}
.mid_nav ul li{
  width: 400px;
  height: 280px;
  border: 1px solid #e6e6e6;
  border-right: 0;
  text-align: center;
}
.mid_nav ul li:last-child{
  border-right: 1px solid #e6e6e6;
}
.mid_nav ul li img{
  margin-top: 68px;
}
.mid_nav ul li:last-child img{
  margin-top: 73px;
}
.xmx_map .yql_s_table01 .y_s_tableLi {
  height: 34px;
  line-height: 34px;
}
.xmx_map .yql_s_table01 .y_s_tableUl{
  height: auto;
  overflow-y: visible;
}
.xmx_IndexTable .bs_xue_ico{
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
  background: url(../images/xue25.png) no-repeat center;
}
.xmx_IndexTable table tr td:nth-child(1) {
  width: 20%;
}

.xmx_IndexTable table tr td:nth-child(2) {
  width: 10%;
}

.xmx_IndexTable table tr td:nth-child(3) {
  width: 15%;
}

.xmx_IndexTable table tr td:nth-child(4) {
  width: 15%;
}

.xmx_IndexTable table tr td:nth-child(5) {
  width: 40%;
}
.xmx_main .yql_sup_ywxt .sup_ywxt_box{
  padding-left: 30px;
}
.xmx_main .yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li.xmx_chg dl {
  padding: 3px 20px 0 20px;
}
.xmx_main .yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li.xmx_chg dl:nth-child(2){
  padding-top: 10px;
}
/* .xmx_main .right_content.w960 .sup_ywxt_box .sup_ywxt_Li.xmx_chg dl {
  padding-left: 5px;
} */

.xmx_main .yql_sup_ywxt .sup_ywxt_box .sup_ywxt_Li {
  height: 192px;
}
/* .xmx_main .yql_sup_ywxt .sup_ywxt_box {
  padding-left: 10px;
} */
.xmx_main .big_model_check .model_c{
  width: 225px;
}
/* .xmx_main .cb2b2b2{
  color: #b2b2b2;
} */
.xmx_th{
  border: 1px solid #ececec;
  border-bottom: 0;
  background: #fcfcfc;
  padding: 6px 15px;
}
/* 2019/08/27  备案管理平台  xmx end  */

/* 添加培训机构查询信息模块样式b */
.yl_query_item {
  width: 380px;
  height: 200px;
  border:1px solid rgba(219,236,255,1);
  text-align: center;
  cursor: pointer;
}
.yl_query_item dt{
  width: 100%;
  height: 159px;
  line-height: 159px;
}
.yl_query_item dt img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin-top: 30px;
}
.yl_query_item dd{
  height: 40px;
  line-height: 40px;
  background-color: #F3F5F7;
  color: #4991E1;
  font-size: 18px;
}
.yl_query_item + .yl_query_item{
  margin-left: 30px;
}
.yl_query_list{
  margin-bottom: 40px;
}
.yl_quey_inp{
  display: inline-block;
  width: 300px;
  height: 40px;
  border:1px solid #DFDFDF;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 9px;
  padding-left: 13px;
  text-align: left;
  background: url('../image/searchbg.png') no-repeat 269px center;
}
.yl_quey_inp input{
  border: none;
  width: 224px;
  height: 22px;
  font-size: 16px;
  color: #aaa;
}
/* 添加培训机构查询信息模块样式e */
/* 区域备案情况b */
.first_title {
  font-size: 20px;
  color: #555;
}
.e_c_outer{
  margin-top: 18px;
}
.ec_txt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 50px;
}
.ec_txt dt{
  font-size: 28px;
  color: #33A1FF;
  line-height: 40px;
  font-weight: bold;
}
.ec_txt .C42C77E{
  color: #42C77E;
}
.ec_txt .CFF5959{
  color: #FF5959;
}
.ec_txt .CFF8A00{
  color: #FF8A00;
}
.ec_txt dd{
  font-size: 16px;
  color: #555;
}
.ec_txt dt em{
  font-size: 16px;
}
.tj_chart{
  width: 100%;
  height: 100%;
}
/* 区域备案情况e */


/* 2019/09/27  清除浮动 */
.sup_noticeWp{overflow: hidden;}
.overflow_hid{overflow: hidden;}

/* 2019/10/17 新增人员页/培训机构信息查询页  */
.bor_bececec{border-bottom: 1px solid #ececec;}
.couresListBox2.couresListBox_list{margin-right: -10px;}
.couresListBox2.couresListBox_list .coures_l2_l_li{margin: 0 6px 20px;width: 92px;text-align: center;height: 150px; font-size: 14px;}
.couresListBox2.couresListBox_list .coures_l2_l_li .c_peopleImg{margin: 0 auto;}
.couresListBox2.couresListBox_list .coures_l2_l_li .c_codeBox{font-size: 12px; color: #A1A1A1;line-height: 16px;margin-top: 2px;}
.couresListBox2.couresListBox_list .c_codeBox .code_text{width: 100%;}
.textEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mgt90{  margin-top: 90px;}
.yql_small_record{margin: 0 15px 20px;height: 60px;background-color: #fafafa;padding: 14px 25px 0; box-sizing: border-box;;}
.w280{width: 280px;}
.yql_institutionsList .y_institutionsList_li{position: relative; width: 1140px; margin: 0 15px 20px; min-height: 85px; background-color: #FAFAFA;padding: 12px 86px 10px 20px;}
.y_institutionsList_btn{position: absolute;right: 20px;top: 12px;width: 64px;height: 24px; text-align: center;line-height: 22px;border: 1px solid transparent;font-size:14px ;border-radius: 4px;}
.y_institutionsList_btn.c09BB07{color: #09BB07;border-color: #09BB07;}
.y_institutionsList_btn.c222{color: #222;border-color: #222;}
.y_institutionsList_btn.caaa{color: #aaa;border-color: #aaa;}


/* 2019/10/17 修改饼图 */
.y_edit_txt{position: absolute;top: 50%;left: 50%;width: 80px;height: 80px;padding-top: 0;margin-left: -40px;margin-top: -40px;}


/* 2019/10/18 业务创建 修改复选框联动 */
.w675{width: 675px;margin-right: -20px;}
.w675 label.checkbox.min_w120{margin-bottom: 0;}
.w550{width: 550px;}
/* .w550 label.checkbox.min_w120{margin-bottom: 20px;} */
.w400{width: 400px;}
/* .w400 label.checkbox.min_w120{margin-bottom: 5px;} */
.w400 label.checkbox.min_w120.mgb5{margin-bottom: 5px;}
.w550{width: 550px;}

/* 2019/10/23 审查管理3 子审查员工作情况无数据背景图 */
.yql_Examination_bg{width: 412px; height: 370px; text-align: center;font-size: 14px; color: #b2b2b2;}
.yql_Examination_bg .yql_Examination_img{display: inline-block;width: 184px;height: 136px;margin-top: 90px;margin-bottom: 15px;}

/* 2019/11/04 添加上传图片后 删除图标样式  S*/
.yql_uploadImg_delIcon{position: absolute;width: 18px;height: 18px;background: url(../images/delMe.png) no-repeat center;background-size: cover;right: 10px;top: 10px;cursor: pointer;}
.yql_uploadImg_Box{position: relative;width: 100px;height: 100px;display: inline-block;}
/* 2019/11/04 添加上传图片后 删除图标样式  E*/

/* 移动app页面 S */
.inp.h34{height: 32px;line-height: 32px;}
.inp.w188{width: 188px;}
.site_new_tit .border_radiusUl .nameList_link.on{position: relative;}
.site_new_tit .border_radiusUl .nameList_link.on .rightPoa_border::after{content: '';position: absolute;right: -20px;bottom: 0;width: 20px;height: 20px;background-color: #fff;z-index: 1;}
.site_new_tit .border_radiusUl .nameList_link.on .rightPoa_border::before{content: '';position: absolute;right: -20px;bottom: 0;width: 20px;height: 20px;border-radius: 0 0 0 20px;background-color: #EFEFF0;z-index: 2;}
.site_new_tit .border_radiusUl .nameList_link.on .leftPoa_border::after{content: '';position: absolute;left: -20px;bottom: 0;width: 20px;height: 20px;background-color: #fff;z-index: 1;}
.site_new_tit .border_radiusUl .nameList_link.on .leftPoa_border::before{content: '';position: absolute;left: -20px;bottom: 0;width: 20px;height: 20px;border-radius:  0 0 20px 0 ;background-color: #EFEFF0;z-index: 2;}
.h44{height: 44px;}
.sup_nameList .sup_nameListWp .sup_nameList_tBox.pdl30{padding-left: 30px;}
.yql_IndexTable table tr td:nth-child(1){width: 21%;}
.yql_IndexTable table tr td:nth-child(2){width: 17%;}
.yql_IndexTable table tr td:nth-child(3){width: 18%;}
.yql_IndexTable table tr td:nth-child(4){width: 19%;}
.yql_IndexTable table tr td:nth-child(5){width: 22%}
.yql_IndexTable .business_li .bs_xue_img{display: inline-block;width: 25px;height: 25px;}
.h28{height: 28px;}
.v_Bottom{vertical-align: bottom;}
.yql_nationwideSituationChart{width: 100%;height: 240px;background-color: #F8FAFB; border: 1px solid #dcdcdc;}
.f44{font-size: 44px;}
.f22{font-size: 22px;}
.ec_txt dt.cont1{height: 80px;line-height: 80px;}
.ec_txt dt.cont1 span.f44{font-size: 44px;font-weight: normal;}
.ec_txt dt.cont1 em.f22{font-size: 22px;font-weight: normal;}
.w100{width: 100%;}
.m_record .site_new_tit .nameList_link{min-width: 124px;text-align: center;}
.sup_table01.w900 table{width: 900px;}
.yql_table01.bor_t_none{border-top: none;}
.mgl95{margin-left: 95px;}
.yql_table01 td.t_l{text-align: left;}

.mgt27{margin-top: 27px;}
.mgr32{margin-right: 32px;}
.mgl35{margin-left: 35px;}
.mgl40{margin-left: 40px;}
.yql_areaProgressbar{position: relative;display: inline-block; width: 100px;height: 12px;background-color: rgb(159, 231, 219);border-radius: 3px;overflow: hidden;}
.yql_areaProgressbar em{position: absolute; display: inline-block;height: 12px;background-color: #e3f1fc;left: 0;top: 0; z-index: 1;}
.yql_areaProgressbar i{position: absolute; display: inline-block;height: 12px;background-color: #5db3ff;left: 0;top: 0; z-index: 2;}
.yql_table01 td.c42C77E{color: #42C77E;}
.yql_table01 td.cFF8A00{color: #FF8A00;}
.yql_table01 td.c4991e1{color: #4991e1;}
.sup_nameList .sup_nameListWp.height_nowrap{height: unset;padding-left: 15px;padding-right: 15px;}
.sup_btn01.bor_radius4{border-radius: 4px;line-height: 30px;}
.sup_btn02_new.bor_radius4{border-radius: 4px;}

.yql_table01.td_pdb0 thead td{padding-bottom: 0;}


/* 移动app页面 E */

/* g8-国家审查 S */

/* 分配权限右侧弹框样式 S */
.bor_be9e9e9{border-bottom: 1px solid #e9e9e9;}
.Business_system_w270Box{width: 270px;border: 1px solid #E9E9E9;box-sizing: border-box;}
.Business_system_w270Box .bs_item{height: 44px;padding-left: 15px;line-height: 44px;}

/* 分配权限右侧弹框样式 E */
.yql_PersonnelBox{width: 100%;border: 1px solid #ECECEC;}
.yql_PersonnelBox .personnel_item{display: inline-block;min-width: 63px;text-align: center;position: relative;line-height: 22px;height: 22px;background-color: #f2f2f2;border-radius: 2px;font-size: 12px;color: #555;margin: 5px 6px;}
.yql_PersonnelBox .personnel_cancle{position: absolute;display: inline-block;width: 10px;height: 10px;background: url(../images/delete_ico.png) no-repeat center center;right: -3px;top: -3px;cursor: pointer;}

.inp.w130{width: 130px;}
.inp.w238{width: 238px;}
.mgt65{margin-top: 65px;}

/* 添加人员弹框 */
.yql_g8_addMemberDia{padding: 30px 50px; }
.yql_g8_addMemberDia .addMember_l,.yql_g8_addMemberDia .addMember_r{width: 50%;font-size: 14px;}
.yql_g8_addMemberDia .addMember_lBox,.yql_g8_addMemberDia .addMember_rBox{border: 1px solid #E9E9E9;height: 370px;;margin-top: 7px;}
.yql_g8_addMemberDia .addMember_rBox{border-left: none;overflow-y: auto}
.yql_g8_addMemberDia .addMember_l_Search{padding: 15px;border-bottom: 1px solid #e9e9e9;box-sizing: border-box;}
.yql_g8_addMemberDia .addMember_l_Search .inp{width: 238px;box-shadow: none;font-size: 14px;padding-right: 40px;}
.yql_g8_addMemberDia .addMember_l_Search .search_icon{background: url(../images/searchbg2.png) no-repeat center center;}
.yql_g8_addMemberDia .addMember_l_list .list_item{width: 100%;height: 41px;line-height: 41px;padding-left: 15px;box-sizing: border-box;}
.yql_g8_addMemberDia .addMember_l_list{height: 306px;overflow-y: auto;}
label.checkbox.pdl35{padding-left: 35px;}
.yql_g8_addMemberDia .addMember_r_list .list_item{width: 100%;padding: 0 20px 0 25px;height: 40px;line-height: 40px;box-sizing: border-box;}
.yql_g8_addMemberDia .list_item .delete_ico{display: inline-block;width: 11px;height: 11px;background: url(../images/y_Rpop_close.png) no-repeat center; margin-top: 14px;cursor: pointer;}

.webkit_scrollbar::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

.webkit_scrollbar::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.webkit_scrollbar::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
  outline-offset: -2px;
}

.webkit_scrollbar::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 6px;
}

.lh32{height: 32px;line-height: 32px;}
.mgl27{margin-left: 27px;}
.mgl12{margin-left: 12px;}
.sup_btn07{display: inline-block;width: 64px;height: 32px;text-align: center;line-height: 30px;border: 1px solid transparent;box-sizing: border-box;vertical-align: middle;font-size: 14px;border-radius: 3px;}
.sup_btn07.bg4991e1{background-color: #4991e1;color: #fff;}
.sup_btn07.bg4991e1:hover{background-color: #238FE2;}

.sup_btn07.bor_cD7D7D7{border-color: #d7d7d7;color: #555;}
.sup_btn07.bor_cD7D7D7:hover{background-color: #eee;}
/* g8-国家审查 E */

.yql_table01 td .mglr5,.yql_table01 td.f12{font-size: 12px;}


/* yl业务管理(创建)b20200107 */
.mgb40{
  margin-bottom: 40px;
}
.box_shandow_1px{
  box-shadow:0px 0px 12px rgba(0,0,0,0.08);
}
.form .formItem .formLabel.c222{
  color: #222;
}
/* yl业务管理(创建)e20200107 */


/* yql 0704首页 名单部分 改造优化 s */
.sup_table01.notMb table tbody tr{margin-bottom: 0;height: 50px;line-height: 50px;}
.sup_table01.notMb table tr td:nth-child(2){width: 17%;}
.sup_table01.notMb table tr td.w460{width: 580px;}
.sup_table01.notMb table tbody tr:nth-child(even) {background-color: #fff;}
.business_show.newStyle .business_prev, .business_show.newStyle .business_next,.business_show.newStyle div.fl{display: none;}
.sup_table01.notMb .business_show .business_prev{left: 20px;top: 19px;}
.sup_table01.notMb .business_show .business_next{right: 20px;top: 19px;}
.sup_table01.notMb table tbody tr:hover .business_show.newStyle .business_prev{display: inline-block;}
.sup_table01.notMb table tbody tr:hover .business_show.newStyle .business_next{display: inline-block;}
.sup_table01.notMb table tbody tr:hover .business_show.newStyle div.fl{display: inline-block;}
.business_show.newStyle .businessWp{width: 490px;margin-right: 5px;}
.business_show.newStyle .businessWp .business_li .name_82{width: 110px;height: 50px;line-height: 50px;}
.business_show.newStyle .businessWp .business_li .ico{vertical-align: middle;width: 64px;height: 32px;margin-right: 6px;}

/* yql 0704首页 名单部分 改造优化 e */



/* yql 2020-02-12 备案名单 搜索 s */
.bgcfff{background-color: #fff;}
.mgr27{margin-right: 27px;}
.mgr35{margin-right: 35px;}
.bo_header .menu2.pdl75{padding-left: 70px;}
.bgcE7E9EB{background-color: #E7E9EB;}
.move-search-page-main{padding: 26px 0 34px 0;}
.move-search-page-main .move-search{padding: 105px 130px 20px;}
.move-search .m-search-main{width: 644px;margin: 0 auto;}
.m-search-main .search-nav{width: 250px;margin: 0 auto;}
.m-search-main .search-nav li{float: left;height: 34px;}
.m-search-main .search-nav a{position: relative; display: block;width: 100%; font-size: 16px;color: #222;padding: 3px 7px;border-radius: 4px;}
.m-search-main .search-nav a.on{color: #fff;background-color: #4991e1;}
.m-search-main .search-nav a.on::after{content: ''; position: absolute;left: 50%;bottom: -6px;transform: translateX(-50%);width:0;height: 0px; border-left: 6px solid transparent;border-right:6px solid transparent;border-top:6px solid #4991e1;}

.mgl50{margin-left: 50px;}
.mgl80{margin-left: 80px;}
.move-select-main{font-size: 14px;color: #8b8b8b;line-height: 32px;}
.move-select-main .qjf_selecur,.move-select-main .qjf_seleautocur{border: none;font-size: 14px;box-shadow: none;}
.move-select-main .qjf_selecur p,.move-select-main .qjf_seleautocur p{height: 32px;line-height: 30px;padding-left: 2px;}

.m-search-main .m-serach-style{position: relative; width: 100%;height: 50px;border: 1px solid #DDDDDD;border-radius: 3px;margin-top: 15px; box-sizing: border-box;}
.m-search-main .m-serach-style input{float: left;width: 532px;padding-left: 12px;font-size: 14px;line-height: 46px;border: none;border-radius: 3px 0 0 3px;}
.m-search-main .m-serach-style input::placeholder{color: #B2B2B2;}
.m-search-main .m-serach-style a{position: absolute;width: 106px;height: 50px;text-align: center;line-height: 50px;background-color: #4991E1;border-radius: 0 3px 3px 0; right: 0;top: -1px;font-size: 14px;color: #fff;}


/* 政策文件 s */
.yql-policy-file{width: 100%;margin-top: 80px;color: #222;font-size: 14px;}
.yql-policy-file .policy-file-icon{}
.yql-policy-file .p-title{font-size: 16px;border: 1px solid #E9E9E9;height: 40px;line-height: 38px;padding-left: 20px;box-sizing: border-box;}
.yql-policy-file ul{padding: 20px; border: 1px solid #E9E9E9; border-top: none;}
.yql-policy-file ul li{height: 18px;line-height: 18px;margin-bottom: 14px;}
.yql-policy-file ul li:last-child{margin-bottom: 0;}
.yql-policy-file li a{display: block;width: 100%;height: 100%;}
.yql-policy-file li a:hover .text{color: #4991e1;}
.yql-policy-file li .text{color: #222;float: left;width: 747px;height: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yql-policy-file li .time{color: #888;float: right;font-size: 12px;}
/* 政策文件 e */
.bo_footer.bgcF0F0F0{background-color: #f0f0f0;}
.min-h685{min-height: 685px;}


/* 企业搜索列表 s */
.enterprise-searchList-main{padding: 39px 0 30px 0;}
.enterprise-main {padding: 14px 30px 26px;}
.enterprise-main.pdt0{padding-top: 0;}
.enterprise-main .enterprise-main-hd{line-height: 30px; height: 46px;padding-bottom: 14px;border-bottom: 1px solid #ECECEC;font-size: 14px;}

.enterprise-list{}
.enterprise-list .enterprise-list-item{width: 100%;min-height: 140px;padding-top: 30px;}
.enterprise-list .enterprise-list-item a{display: block;width: 100%;height: 100%;}
.enterprise-list .enterprise-list-item .item-left{float: left;width: 750px;}
.enterprise-list .enterprise-list-item .item-right{float: right;}
.enterprise-list-item .item-left .i-name{display: inline-block; font-size: 20px;color: #222;vertical-align: middle;}
.enterprise-list-item .item-left .i-label{margin-top: 10px;}
.enterprise-list-item .item-left .label-icon{display: inline-block;padding: 0 14px;height: 22px;line-height: 20px;border-radius: 30px;border: 1px solid transparent;margin-right: 7px;}
.enterprise-list-item .item-left .label-icon.c9AC5F4{border-color: #9AC5F4;color: #9AC5F4;}
.enterprise-list-item .item-left .label-icon.cFFBD70{border-color: #FFBD70; color: #FFBD70;}
.enterprise-list-item .item-left .label-icon.c80FFB0{border-color: #80FFB0; color: #80FFB0;}

.enterprise-list-item .item-right .num-list{font-size: 14px;color: #aaa;}
.item-right .num-list li{min-width: 58px;float: left;margin-right: 40px;text-align: center;}
.item-right .num-list li:last-child{margin-right: 15px;}
.item-right .num-list .num{font-size: 24px;font-weight: 600;line-height: 32px;}
.c42C77E{color: #42C77E;}
.cFF8A00{color: #FF8A00;}
.cFF5959{color: #FF5959;}

.enterprise-list-item .enterprise-info{margin-top: 15px;width: 100%;height: 40px;line-height: 40px;background-color: #F5F5F5;font-size: 14px;color: #555;padding: 0 20px;box-sizing: border-box;}
.enterprise-list-item .enterprise-info .s1{display: inline-block;}
.w230{width: 230px;}
.w300{width: 300px;}
/* 企业搜索列表 e */

/* 应用搜索列表 s */
.enterprise-list.app .item-left{width: 600px;}
.enterprise-list.app .item-img{float: left;margin-right: 15px;width: 72px;height: 72px;border-radius: 8px;background-color: #4991e1;}
.enterprise-list.app .item-img img{display: block;width: 100%;height: 100%;}
.enterprise-list.app .app-item-name{margin-top: 5px;height: 28px;line-height: 28px;}
.enterprise-list.app .app-item-name .app-name{font-size: 20px;color: #222;margin-right: 12px;}
.enterprise-list.app .app-item-name .i-bah{ color: #888;font-size: 14px;}
.enterprise-list.app .app-ICP{float: left;width: 56px;text-align: center;font-size: 14px;color: #555;margin-right: 32px;}
.enterprise-list.app .app-ICP img{display: inline-block;width: 40px;height: 44px;margin: 2px 0 6px 0;}
.enterprise-list.app .app-security{float: left;width: 56px;text-align: center;font-size: 14px;color: #555;margin-right: 38px;}
.enterprise-list.app .app-security img{display: inline-block;width: 42px;height: 48px;margin-bottom: 4px;}
.enterprise-list.app .app-operation{float: left;padding-top: 12px;font-size: 14px ;color: #aaa;line-height: 19px;}
.app-report-icon{display: inline-block;width: 16px;height: 19px;background: url(../images/report_icon.png) no-repeat center / 100%;vertical-align: top;}
.app-risk-icon{display: inline-block;width: 16px;height: 19px;background: url(../images/risk_icon.png) no-repeat center / 100%;vertical-align: top;}
.w180{width: 180px;}
.w200{width: 200px;}

.evaluate-list{margin-top: 11px;}
.evaluate-list li{width: 18px;height: 18px;float: left;margin-right: 3px;background: url(../images/evaluate_bg.png) no-repeat center / 100%;}
.evaluate-list li.on{background: url(../images/evaluate_bg1.png) no-repeat center / 100%;}
/* 应用搜索列表 e */


/* 学校搜索列表 s */
.school-search-list .school-item{width: 100%;height: 72px;margin-top: 30px;}
.school-search-list .school-item a{display: block;width: 100%;height: 100%;}
.school-search-list .school-item .school-item-left{float: left;}
.school-search-list .school-item .school-item-right{float: right;}
.school-search-list .school-item-left .school-img{float: left;width: 72px;height: 72px;border: .5px solid rgba(112, 112, 112, .3);margin-right: 15px;}
.school-search-list .school-item-left .school-info{float: left;}
.school-search-list .school-item-left .s-info-name{line-height: 28px;font-size: 20px;margin-top: 5px;color: #222;}
.school-search-list .school-item-left .s-info-city{margin-top: 12px;font-size: 14px;color: #555;}
/* 
.school-search-list .school-item-right ol{min-width: 360px;} */
.school-search-list .school-item-right .num-item{float: left;min-width: 100px;text-align: center;height: 72px;background-color: #F5F5F5;font-size: 14px;color: #aaa;margin-left: 10px;}
.school-search-list .school-item-right .num-style{font-size: 24px;color: #4991e1;line-height: 32px;margin-top: 10px;}


/* 学校搜索列表 e */


/* 企业搜索详情 s */
.For-record-app-list{margin-top: 50px;}
.For-record-app-list .h4-title{font-size: 16px;color: #222;margin-bottom: 15px;}
.yql-details-table{width: 100%;word-break: break-all;border-collapse: collapse;}
.yql-details-table tbody tr:nth-child(odd){background-color: #F9FAFB;}
.yql-details-table th{font-weight: normal;border-top: 1px solid #EAEAEA;padding-top: 14px ;padding-bottom: 14px; border-bottom: 1px solid #EAEAEA;font-size: 14px; color: #b2b2b2;text-align: left;}
.yql-details-table td{border-bottom: 1px solid #EAEAEA;padding-top: 19px;padding-bottom: 19px; text-align: left;color: #555;font-size: 14px;}

/* 企业搜索详情 e */

/* 应用搜索详情  s */
.mgt24{margin-top: 24px;}
.app-main-info{margin-top: 50px;padding-bottom: 140px;}
.app-main-info .app-main-title{font-size: 16px;color: #222;padding-bottom: 15px;border-bottom: 1px solid #EAEAEA;font-weight: 600;}
.app-main-info .app-main-w298{display: inline-block;width: 288px;text-align: right;font-size: 16px;color: #555;line-height: 22px;height: 22px;vertical-align: top;margin-right: 7px;}
.app-main-info .app-main-spanR{display: inline-block;line-height: 22px;height: 22px;font-size: 16px;color: #555;vertical-align: top;}
.app-main-info .app-main-img{display: inline-block;width: 72px;height: 72px;border-radius: 8px;background-color: #4991e1;vertical-align: top;}
.app-main-info .app-main-img img{display: block;width: 100%;height: 100%;}
.app-main-info .app-main-img2{display: inline-block;width: 200px;height: 139px;background-color: #E7E9EB;vertical-align: top;}
.Question-icon{display: inline-block;width: 16px;height: 16px;background: url(../images/Question_icon.png) no-repeat center / 100%; vertical-align: middle;margin-left: 10px;cursor: pointer;}
.enterprise-main .enterprise-main-hd .fl span{display: inline-block;vertical-align: middle;}
.enterprise-active-icon{display: inline-block;height: 24px;vertical-align: middle;margin-left: 20px;}
.enterprise-active-icon.shz{width: 64px;background: url(../images/enterprise_active_icon1.png) no-repeat center / 100%;}
.enterprise-active-icon.ztzc{width: 78px;background: url(../images/enterprise_active_icon2.png) no-repeat center / 100%;}
.enterprise-active-icon.tuishen{width: 56px;background: url(../images/tuishen.png) no-repeat center / 100%;}

.enterprise-active-icon.zhuxiao{width: 56px;background: url(../images/zhuxiao.png) no-repeat center / 100%;}

.mgr60{margin-right: 60px;}
.yql_course_search .inp.w280{height: 32px;line-height: 32px;}
/* 应用搜索详情  e */


/* 学校搜索详情 s */
.school-label-main{}
.school-label-main .school-label-title{font-size: 16px;color: #222;line-height: 22px;height: 22px;font-weight: 600;}

/* 学校搜索详情 e */



/* yql 2020-02-12 备案名单 搜索 e */


/* 首页 修改搜索框按钮样式 yql 2020-02-24 start  */
.yl_quey_inp {background: none;}
.yl_quey_inp .a-search-icon{float: right;width: 16px;height: 16px;background: url('../image/searchbg.png') no-repeat center;cursor: pointer;margin-right: 10px;margin-top: 2px;}


/* 首页 修改搜索框按钮样式 yql 2020-02-24 end  */



/* yql 2020-02-25 备案名单 注册 start  */
.Mobile-app-register{background-color: #fff;padding-bottom: 40px;}
.Mobile-app-register .app-register-hd{height: 100px;width: 100%;background-color: #F6F7FB;}
.pdl320{padding-left: 320px;}
.app-register-hd .register-hd-d1{float: left;height: 100px;}
.app-register-hd .register_ico1{display: inline-block;width: 44px;height: 44px; float: left;background: url(../images/register_ico1.png) no-repeat center / 100%;margin-top: 28px;margin-right: 14px;}
.app-register-hd .register_ico2{display: inline-block;width: 50px;height: 35px; float: left;background: url(../images/register_ico2.png) no-repeat center / 100%;margin: 33px 70px 0 54px;}
.app-register-hd .register_ico3{display: inline-block;width: 44px;height: 44px; float: left;background: url(../images/register_ico3.png) no-repeat center / 100%;margin: 28px 14px 0 0;}
.app-register-hd .register-text{font-size: 18px;color: #555;float: left;line-height: 100px;}

.app-register-bd .h5-title{padding-left: 534px;font-size: 20px;color: #555;font-weight: bold;line-height: 28px;}
.app-register-bd .app-register-info{margin-top: 25px;}
.app-register-bd .register-info-left{float: left;width: 440px;text-align: right;font-size: 14px;color: #888;line-height: 30px;margin-right: 16px;height: 30px;}
.app-register-bd .register-info-left.lh22{height: 22px;line-height: 22px;}
.app-register-bd .register-info-right{float: left;font-size: 14px;color: #222;line-height: 30px;height: 30px;}
.mgb18{margin-bottom: 18px;}
.app-register-bd .register-inp{width: 258px;float: left;height: 30px;border: none; border: 1px solid #C9C9C9;box-sizing: border-box;padding-left: 10px;border-radius: 3px;font-size: 14px;}
.app-register-bd .register-inp.warn{border-color: #FF2626;}
.cFF2626{color: #FF2626;}
.app-register-bd .register-info-right.cFF2626{color: #FF2626;}
.app-register-bd .register-Strength{float: left;height: 22px;line-height: 22px;text-align: center;font-size: 14px;text-align: center;}
.app-register-bd .register-Strength span{float: left;width: 86px;color: #fff;background-color: #D2D2D2;}
.app-register-bd .register-Strength .on.red{background-color: #FF6C6C;}
.app-register-bd .register-Strength .on.orange{background-color: #FF8E0E;}
.app-register-bd .register-Strength .on.green{background-color: #2CC789;}
.app-register-bd .register-email-yzm{display: inline-block;padding: 0 21px;height: 30px;line-height: 28px;border: 1px solid #4991E1;background-color: #E8F3FF;font-size: 14px;color: #2B8CDE;float: left;margin-left: 18px;border-radius: 3px;}
.app-register-bd .register-email-yzm:hover{background-color: #b9d6f5;}

.register-type-btn1{padding: 0 36px;height: 36px;line-height: 34px;border-radius: 3px;border: 1px solid transparent;font-size: 16px;display: inline-block;float: left;}
.register-type-btn1.bgfff{background-color: #fff;border-color: #4991E1;color: #4991E1; margin-left: 22px;margin-right: 5px;}
.register-type-btn1.bg4991e1{background-color: #4991E1;color: #fff;}
.register-type-btn1.bgfff:hover{background-color: #E8F3FF;}
.register-type-btn1.bg4991e1:hover{background-color: rgba(73, 145, 225, .8);}
.mgt18{margin-top: 18px;}
/* yql 2020-02-25 备案名单 注册 end  */



/* 2020-03-07 yql 首页搜索机构信息查询 添加下拉框 start */
.yl_quey_inp.new{width: 185px;padding-left: 5px;margin-left: 0;margin-right: 0;}
.yl_quey_inp.new input{width: 145px;}
.yl_quey_inp.new .a-search-icon{margin-top: 3px;}
.qjf_seleautodiv.h40{height: 38px;line-height: 38px;}
.qjf_seleautodiv.h40 .qjf_selecur,.qjf_seleautodiv.h40 .qjf_seleautocur{height: 38px;line-height: 38px;}
.qjf_seleautodiv.h40 .qjf_selecur p,.qjf_seleautodiv.h40 .qjf_seleautocur p{height: 38px;line-height: 38px;text-align: left;}
.qjf_seleautodiv.h40 .qjf_seledrop,.qjf_seleautodiv.h40 .qjf_seleautodrop{top: 38px;}
.qjf_seleautodiv.h40 .qjf_seledrop a,.qjf_seleautodiv.h40 .qjf_seleautodrop a{text-align: left;}

/* 2020-03-07 yql 首页搜索机构信息查询 添加下拉框 end */

.business_show.newStyle div.sy_Onew490{ width: 490px;display: block;margin-right: 5px;}
.business_show .business_li .ico{display: inline-block; vertical-align: middle;width: 64px;height: 32px;margin-right: 6px;}
.business_show .business_li .ico img{width: auto;height: auto;max-width: 100%;max-height: 100%;display: block;margin-left: auto;margin-right: auto;}
