@charset "utf-8";
/* reset.css */
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  font-weight:normal;
  vertical-align:baseline;
  color: #333333;
  font-family: "微软雅黑";
}
body{
  background: url(../img/top.png) no-repeat center top;

}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
ol,ul,li {
  list-style:none;
}
blockquote,q {
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
.fr{
  float: right;
}
.fl{
  float: left;
}
.fon12{
  font-size: 12px;
}
.mart20{
  margin-top: 20px;
}
.mart30{
  margin-top: 30px;
}
.mart40{
  margin-top: 40px;
}
.marr24{
  margin-right: 24px;
}
.yione{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.yimore{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.yimore2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.color6{
  color: #666;
}
.color9{
  color: #999;
}
.fontB{
  font-weight: bold;
}
.nomarr{
  margin-right: 0 !important;
}
/* custom */
a {
  outline:none;
  color:#16418a;
  text-decoration:none;
  -webkit-backface-visibility:hidden;
}
a:focus {
  outline:none;
}
input:focus,select:focus,textarea:focus {
  outline:-webkit-focus-ring-color auto 0;
}
.w700{
  width: 675px;

}
.w480{
  width: 500px;
}
.w800{
  width: 800px;

}
.w380{
  width: 380px;
}
.whiteBg{
  background: #fff;
}
.p15{
  padding: 0 15px;
}
.pa15{
  padding: 15px;
}
.pa20{
  padding: 20px;
}
.over{
  overflow: hidden;
}
.aLine{
  border-bottom: 3px solid #0161b5;
  display: inline-block;
  height: 51px;

}
.listImg{
  width: 100%;
  /*height: 100px;*/
  text-align: center;
  margin-top: 19px;
}
.listImg img{
  width: 100%;
}
.marginR30{
  margin-right: 30px;
}
.alink a{
  color: #333;
  text-decoration:none;

}
.alink a:hover{
  color: #0071bc;
}
/* 漂浮窗 */
.floatBox{
  position: fixed;
  top: 290px;
  right: 0;
}
.floatBox .wei{
  background: #3387cd;
}
.floatBox .up{
  background: #d3d3d3;
}
.floatCon{
  width: 70px;
  height: 70px;
  text-align: center;

}
.floatCon img{
  width: 38px;
  height: 38px;
  margin-top: 16px;

}
.floatBox .codes{
  position: absolute;
  right: 70px;
  top: 0;
}
.floatBox .codes p{
  font-size: 12px;
  text-align: center;
}
.floatBox .codes .imgBoxs{
  width: 80px;
  height: 80px;
}
.floatBox .codes .imgBoxs img{
  width: 100%;
  height: 100%;
}
/* 首页 */
.top{
  width: 100%;
  height: 200px;

  overflow: hidden;
}
.conBox{
  width: 1200px;
  margin: 0 auto;
}
.shadowBox{
  box-shadow: 0px 3px 4px rgba(0,0,0,0.05);
}
.rightText span{
  margin: 6px;
}
.logoBox{
  margin-top: 62px;
}
.rightSearch{
  width: 370px;
  margin-top: 10px;
}
.rightSearch .btn{
  padding: 1px 10px;
  background: #3387cd;
  height: 30px;
}
.rightSearch .btn:hover{
  background: #0061B4;
}
.rightSearch .form-control{
  height: 30px;
}
.rightSearch .btn img{
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
/* 导航 */
.navBox{
  height:60px;
  background: #3387cd;
  width: 1200px;
  margin: 0 auto;

}
.navLi{
  position: relative;
}
.navLi .liBox{
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #297ac0;
  width: 10%;
  float: left;
}
.navLi .liBox a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  height: 60px;
  width: 100%;


}
.liBoxAction{
  background: #2b73ad;
}
.navLi .liBox:hover{
  background: #2b73ad;
}

.navLi .liBox a img{
  vertical-align: middle;
  margin-right: 8px;
}

.disnone{
  display: none;
}
.disblock{
  display: block;
}
.slideLi{
  position: absolute;
  z-index: 999;
  height: 60px;
  left: 0;
  width: 1200px;
  top: 60px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 3px 4px rgba(0,0,0,0.08);

}
.slideLi ul{
  position: absolute;
  left: 14%;

}
.slideLi ul li{
  float: left;
  margin-right: 30px;
}
.slideLi ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #333333 !important;
}
.slideLi ul li a:hover{
  color: #0161b5 !important;
}
.firstLi, .zhaoLi{
  background: none;
  box-shadow: none;
}
.sliderNews .leftImg{
  width: 676px;
  height: 380px;

}
/* 新闻轮播图 */
.sliderNews{
  margin-top: 30px;
  background: #fff;
  height: 380px;

}
.rightNews{
  margin-left: 20px;
  width: 500px;

}
/* 本例子css */
.slideBox{ width:676px; height:380px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:9px; height:9px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;}
.slideBox .hd ul li.on{ background:#E30000;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:676px; height:380px; display:block;  }
.titP{
  height: 46px;
  background: rgba(0,0,0,0.4);
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  padding-left: 15px;
}
/* 导航样式 */
.tabBox ul{
  overflow: hidden;
}
.ulBoxs{
  overflow: hidden;
  height: 48px;
  background: url(../img/titBg.png) #ecf6fe no-repeat;
  padding-right: 15px;
}
.tabBox ul li{
  float: left;
  width: 118px;

}
.tabBox ul li a{
  display: inline-block;
  width: 93%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.tabBox .liAction{

  color: #0071bc !important;
}
.liAction a{
  color: #0161b5 !important;
}
.cut{
  display: inline-block;
  width: 8px;
  height: 14px;
}
.more{
  margin-top: 15px;
}
.clear{
  clear: both;
}
.yinLi{
  margin-top: 28px;
}
.newsTitBig{
  font-size: 18px;
  font-weight: bold;
  color: #252525;
  padding: 16px 0 0;
}
.bigTit{
  font-weight: bold;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.bigTit:hover{
  color: #0161b5;
  font-weight: bold;
  text-decoration: none;
}
.newsDetail{
  font-size: 14px;
  color: #999;
}
.newsDetail a{
  color: #999;
  text-decoration: none;
}
.newsDetail a:hover{
  text-decoration: underline;
}
.newsDetail a{
  display: inline-block;
  overflow: hidden;
  height: 66px;
  line-height: 1.5;
  margin: 12px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsUlBox li a{
  font-size: 16px;
  color: #333333;
  background: url(../img/circle.png) no-repeat left center;
  padding-left: 15px;
  width: 76%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: inline-block;

}
.newsUlBox li a:hover{
  color: #0161b5;
  text-decoration: none;
}
.newsUlBox li{
  margin-bottom: 22px;
  overflow: hidden;
}
.newsUlBox li span, .newsUlBoxThree li span{
  color: #999;
}
/* 广告位 */
.adImg .adImgs{
  width: 1200px;
}
.adImg{
  position: relative;
}
.adImg .coner{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.currText a{
  height: 44px;
  line-height: 1.5;


}
/* 公告行 */
.noticeWrap{

}
.noticeBox .noticeWrap{
  background: #fff;

}
.noticeBox .noticeWrap .BoxBig{
  width: 31.4%;

}
.noticeBox .noticeWrap .BoxSmall{
  float: right;
  width: 32%;
}
.titBoxs{
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  background: url(../img/titBg.png) #ecf6fe no-repeat;
}
.titBoxs .tits a{
  font-size: 18px;
  font-weight: bold;
  color: #0071bc;
}
.titBoxs .tits a:hover{
  text-decoration: none;
}
.titBoxs .titImg img{
  vertical-align: middle;
  margin-right: 4px;
}
.newsUlBoxThree li a{
  font-size: 16px;
  color: #333333;
  background: url(../img/circle.png) no-repeat left center;
  padding-left: 15px;
  width: 72%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: inline-block;

}
.newsUlBoxThree li a:hover{
  color: #0161b5;
  text-decoration: none;
}
.newsUlBoxThree li{
  margin-bottom: 20px;
  overflow: hidden;
}
.listBox{
  padding: 20px 6px 0;
}
.imgList{
  text-align: center;
  margin-top: 10px;
}
.imgLiBox{
  /*margin-bottom: 6px;*/
  margin-bottom:3px;
}
/* 协会名单 */
.nameList .nameLeft{
  width: 110px;
  border-right: 2px solid #0161b5;
  padding-right: 10px;
}
.nameListWrap{
  background: #f0f7fe;
  /*height: 210px;*/
  height: 204px;
  background-image: url(../img/cornerlt.jpg),
  url(../img/cornerrt.jpg),
  url(../img/cornerlb.jpg),
  url(../img/cornerrb.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  z-index: 1;
  /* border: 1px solid #5d9cd1; */
}
.boderBox{
  padding: 20px 15px;
}
/* 滚动本例子css */
.picMarquee-left{ width:1058px;  overflow:hidden; position:relative; }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
  cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:0 10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:180px; height:130px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.nameRight .title{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 176px;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 4px;

}
.nameRight .title a{
  font-size: 14px;
  color: #333;
}
.nameLeft ul li{
  height: 24px;
  background: #e8ebf0;
  color: #2179c8;
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.nameList .liBg{
  background: #2179c8;
  color: #fff;
}
.listCon{
  padding: 0 20px;
  overflow: hidden;

}
.listCon li{
  float: left;
  margin-right: 20px;
  color: #fff;
  margin-bottom: 15px;
  width: 23%;
  border-right: 1px solid #ccc;
}
/* 资源下载 */
.ulLiBox{
  padding: 30px 20px;
}
.downLoadImg ul{
  overflow: hidden;
}

.downLoadImg ul li{
  width: 33%;
  text-align: center;
  background: #e8ebf0;
  width: 160px;
  height: 100px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.downLoadImg ul li a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* 课程 */
.currCon{
  background: #fff;

}
.currLiBox{
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 40px;
}
.currLiBox li{
  background: #fff;
  width: 216px;
  overflow: hidden;
  padding-bottom: 18px;
  float: left;
  margin-right: 24px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.currLiBox .currText {
  padding: 15px 20px;
  height: 60px;
  overflow: hidden;
}
.currText a{
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.currText a:hover{
  color: #0161b5;
}
.currBtn{
  float: right;
  margin-right: 10px;
  margin-top: 16px;
}
.currBtn a{
  width: 84px;
  background: #0071bc;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50px;
  padding: 6px 10px;
}
.currBtn a:hover{
  background: #0061b4;
}
/* 友情链接 */
.friendBox {
  padding: 0 20px;
}
.youL{
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.friendBox .form-control{
  background: #ebebeb;
  height: 30px;
  border-radius: 0;
  padding: 0 6px;
}
/* footer */
.footer{
  border-top: 3px solid #0071bc;
  margin-top: 30px;
  background: #e8ebf0;

}
.footerBox{
  font-size: 14px;
  text-align: center;
  /* padding: 30px 0; */
  /* padding-top: 30px; */
  line-height: 2;
  z-index: 99;
  position: relative;
}
.footerBox span{
  margin-left: 30px;
  color: #666666 !important;
}
.powerBox{
  height: 42px;
  line-height: 42px;
  background: #e8ebf0;
  font-size: 14px;
  color: #666 !important;
  text-align: center;
}
.powers{
  color: #666;
}
/* 底部背景 */
.bottomBg{
  z-index: 10;
  position: relative;
}
.bottomImg{
  position: absolute;
  bottom: 0;

}
.bottomImg img{
  width: 100%;
}
/* 新闻中心二级页面 */
.bread{
  font-size: 14px;
  margin-bottom: 15px;
}
/* .listGroups{
	overflow: hidden;
} */
.listGroups .listLeftBox{
  width: 20%;
}
.listGroups .listRightBox{
  width: 78%;
  border: 1px solid #cccccc;
  background: #fff;
}
.listGroups .topT{
  width: 100%;
  height: 80px;
  background: url(../img/titTopBg.png) no-repeat center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height:70px;
  z-index: 99;
  position: relative;

}
.topTUl{
  border: 1px solid #cccccc;
  background: #fff;
  position: relative;
  top: -11px;
}
.topTUl li{
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #ccc;
}
.topTUl a{
  display: inline-block;
  width: 100%;
  line-height: 74px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;

}
.topTUl a:hover, .topTUl a:hover span{
  text-decoration: none;
  color: #2179c8;
}
.topTUl a span{
  position: absolute;
  right: 20px;
  font-weight: bold;
  color: #999999;
}
.topUlAction{
  text-decoration: none;
  color: #0071bc !important;
  font-weight: bold;
}
.topUlAction span{
  color: #2179c8;
}
.listTitle{
  font-size: 18px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 34px;
}
.fenge{
  color: #ccc;
  border-style:dashed ;
  width:100%
}
/* 外面盒子样式---自己定义 */
.pageBoxs{
  text-align: center;
}
.page_div{margin:20px 10px 20px 0;color:#666}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;height:30px;cursor:pointer;color:#666;font-size:13px;line-height:26px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#2179c8;border:1px solid #2179c8}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#2179c8;border-color:#2179c8;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#2179c8;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}

/* 新闻详情界面 */
.detailBox{
  border: 1px solid #ccc;
  padding: 40px;
}
.detailBox2{
  height: 58px;
  border-bottom: 1px dashed #ccc;
  line-height: 58px;
  font-size: 14px;
  margin-bottom: 30px;
}
.detailBox2 .shareIcon img{
  vertical-align: middle;
}
.detailTit{
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  white-space:normal; word-break:break-all
}
.detailCon p{
  /*text-indent: 2em;*/
  font-size: 16px;
  color: #333;
  line-height: 2.2;
  margin-bottom: 20px;
}
.detailCon .imgs{
  text-align: center;
}
.dowloadLine{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 60px;
}
.dowloadLine a{
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
.entranceBox ul li{
  float: left;
  width: 224px;
  margin-right: 16px;
}
/*.entranceBox ul{*/
/*display: flex;*/
/*flex-direction: row;*/
/*flex-wrap: nowrap;*/
/*justify-content: space-between;*/
/*}*/
/* 会员风采 */

.listTitle1{
  font-size: 18px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;

}
.formBox .inputL{
  width: 100px;
  float: left;
  margin-top: 3px;
  text-align: right;
}
.formBox .inputB{
  width:158px;
  float: left;
  margin-top: 3px;
  text-align: right;
}
.formBox .inputR{
  float: left;
  width:310px;
}
.formBox .inputRb{
  float: left;
  width:250px;
}
.forLine{
  margin-bottom: 10px;
}
.inputW{
  width: 88%;
  float: left;
}
.btnBox{
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
.btnBox .btn{
  width: 80px;
  margin-right: 10px;
}
.tableBox{
  width: 100%;
  margin-top: 20px;
}
.tableBox th{
  background: #d0e3f4;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px !important;
  word-wrap: break-word;
}
.tableBox th, .tableBox td{
  text-align: left;
  padding-left: 20px !important;
}

td{
  min-width: 150px !important;
}
/* 教育培训 */
.eduBox li{
  width: 280px;
  height: 385px;
  border-radius: 4px 4px 4px 4px;
  float: left;
  margin-left: 18px;
  border: 1px solid #dcdcdc;
}
.eduBox ul{
  overflow: hidden;
  padding-bottom: 26px;
  margin-top: 26px;

}
.eduBox li .eduTop{
  width: 100%;
  height: 170px;
  border-radius: 4px 4px 0 0;


}
.eduBox li .eduTop img{
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
.eduBox .eduCenter {
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.eduBox .eduBottom{
  padding: 0 20px;
}

.eduBox .eduT{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 62px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.eduBox .eduT a{
  color: #666;
}
.eduBox .price{
  font-size: 14px;
  margin: 18px 0;
  height: 30px;
  border-bottom: 1px solid #dcdcdc;

}
.eduBox .price .priceT{
  font-weight: bold;
  font-size: 14px;
  color: #e30000;
}
.eduBox .listenIcon img{
  margin-right: 6px;

}
.eduBox .listenIcon a{
  color: #2179c8;
}
.eduBox .eduBottom .teacherImg{
  width: 42px;
  height: 42px;
  border-radius: 4px;
}
.eduBox .eduBottom .teacherImg img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.eduBox .eduBottom .name{
  font-size: 14px;
  margin-top: 10px;
  color: #333;
  margin-left: 10px;
}
.eduBottom .see{
  width: 80px;
  height: 30px;
  margin-top: 4px;
}
.eduBottom .see a{
  width: 80px;
  height: 30px;
  display: inline-block;
  background: #3387cd;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;

}
.eduBottom .see a:hover{
  background: #0061b4;
}
.teacherBox ul{
  overflow: hidden;
  padding-bottom: 24px;
}
.teacherBox ul li{
  width: 380px;
  height: 160px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
  float: left;
  margin-right: 20px;

}
.teacherBox .teaImg{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.teacherBox .teaImg img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.teaT span{
  font-size: 14px;
  color: #0071bc;
  margin-left: 6px;

}
.teaT a{
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.teacherBox .teaDetail{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 62px;
  margin-top: 16px;
}
.teacherBox .teaDetail a{
  font-size: 14px;
  color: #666;

}
.teacherBox .teaR{
  width: 208px;
}
/* .listBox li .fr{
	color: #999;
} */
.redColor{
  color: #E30000!important;
  font-weight: bold;
}
/* 行业信用子页面 */
.listThreeUl{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.listThreeUl .liThree{
  width: 385px;
}
.noTime li a{
  width: 90%;
}
.listLImg{
  display: inline-block;
  width: 110px;
  height: 60px;
}
.listLImg img{
  width: 100%;
  height: 100%;
}
.listLText{
  width: 215px;
  color: #333;
  text-align: left;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
}
.imgList li{
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  padding: 20px 0;
}
/* 从业单位详情 */
.companyBox .title{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin: 45px 0;
}
.companyBox .title i{
  vertical-align: middle;
}
.companyDetail{
  padding: 0 30px;
}
.inputAllL{
  width: 160px;
  text-align: right;
  float: left;
  margin-top: 3px;
}
.inputAllR{
  width: 815px;
  float: left;
}
.inputR1{
  width: 230px;
  float: left;
}
.inputR2{
  width: 247px;
  float: left;
}
.contactBox{
  border: 1px solid #ccc;
  padding: 20px;
  height: 270px;
  width: 310px;
  margin-bottom: 20px;
}
.contactBox .tit{
  font-size: 18px;
  font-weight: bold;
}
.contactBox .contactT{
  font-size: 14px;
  line-height: 1.8;
  padding: 20px 0;
}
.magazinUl li{
  width: 275px;
  height: 404px;
  padding: 20px;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}
.magazinUl{
  padding: 20px 0;
  overflow: hidden;
}
.magazinUl .magazinImg{
  width: 242px;
  height: 330px;
}
.magazinUl .magazinImg img{
  width: 100%;
  height: 100%;
}
.online{
  width: 100px;
  height: 30px;
}
.online a{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background:#2179c8 ;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
}
.downBtns{
  margin-top: 10px;
}
.online a:hover{
  background: #0061b4;
  text-decoration: none;
}
.checkLi li{
  float: left;
  padding: 2px 8px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.checkAction{
  background: #d3e4f4;
  color: #0061b4;
}
.deImg{
  text-align: center;
}
.abDetailBox{
  padding: 0 20px;
}
.deText{
  margin: 42px 0;
}
.abDetailBox p{
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: justify;
}
.currListBox .leftImgs{
  width: 240px;
  height: 156px;
}
.currListBox .leftImgs img{
  width: 100%;
  height: 100%;
}
.currListBox li{
  border: 1px solid #dcdcdc;
  padding: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.currListBox .tit a{
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.currListBox .rightTexts{
  margin-left: 30px;
  padding: 10px 0;
  width: 820px;
}
.currListBox .de{
  font-size: 14px;
  margin-top: 16px;

}
.currListBox .des{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #666;
  margin-top: 14px;
  font-size: 14px;
}
.currListBox .priceBox{
  margin-top: 16px;
}
.currListBox .priceBtn a{
  width: 110px;
  height: 36px;
  background: #2179c8;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
}
.currListBox .prices{
  color: #e42626;
  font-size: 14px;
  font-weight: bold;
}
.currListBox .priceBtn a:hover{
  background: #0061b4;
}
.currDeImg{
  width: 439px;
  height: 262px;
}
.currDeImg img{
  width: 100%;
  height: 100%;
}
.priceBbox {
  width: 147px;
  height: 50px;

}
.priceBbox a{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #3387cd;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.priceBbox a:hover{
  background: #0061b4;
}
.currDeText{
  width: 680px;
  margin-left: 30px;
  padding: 20px 0;
}
.currDeText .tit{
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.currDeText .xue{
  margin-top: 30px;
}
.currDeText .priceB{
  font-size: 18px;
  font-weight: bold;
  color: #ec3838;
  margin-top: 30px;
}
.currDeText .priceBbox{
  margin-top: 4%;
}
.keIn p{
  text-indent: 2em;
  line-height: 1.8;
  margin-top: 20px;
}
.keIn{
  margin: 20px 0;
}
.teachImg{
  margin: 20px auto;
  width: 110px;
}
.teaName{
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.teaIntro{
  text-indent: 2em;
  line-height: 1.8;
  margin: 20px 0;
}
/* 招标专题 */

.zhaoBBg{
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../img/zhaoBg.png);
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: -99;
}

.zhaoBiaoBg .links{
  float: right;
}
.zhaoBiaoBg .links{
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.zhaoBiaoBg .links a{
  color: #fff;

}
.zhaoBiaoBg .titles{
  font-size: 46px;
  font-weight: bold;
  text-shadow: 2px 0px 10px rgba(2,95,159,0.54);
  color: #fff;
  text-align: center;
  margin-top: 40px;

}
.zhaoCon{
  background: #fff;
  margin-top: 30px;
  padding: 0 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 0px 10px rgba(26,96,143,0.14);
}
.zhaoTop .leftMap{
  width: 416px;
  margin-top: 20px;
  margin-left: 20px;
}
.zhaoTop .rightMap{
  width: 710px;
  margin-left: 10px;
}
.rightMap .tabb{
  height: 57px;
  line-height: 63px;
  border-bottom: 2px solid #ccc;
}
.rightMap .tabb li{
  float: left;
}

.rightMap .tabb  li a{
  font-weight: bold;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
}

.zhaoBottom{
  background-image: url(../img/linkBottom.png);
  color: #0870bb !important;
  background-position: center 54px;
  background-size: 123px 9px;
  background-repeat: no-repeat;
  z-index: 99;
}
.firstMap ul li{
  width: 164px;
  height: 76px;
  text-align: center;
  background: #eff7ff;
  border: 1px solid #e1e8f3;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  padding-top: 16px;
}
.firstMap ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mapTit{
  font-size: 16px;
  font-weight: bold;
}
.mapText{
  font-size: 14px;
  color: #0870bb;
  font-weight: bold;
}
.noma{
  margin-right: 0px !important;
}
.firstMap ul{
  margin-top: 40px;
}
.firstMap ul li:hover{
  background: #fff7ea !important;
  border: 1px solid #f39800 !important;
  color: #de6e00 !important;
}
.firstMap ul li:hover .mapTit{
  color: #de6e00;
}
.firstMap ul li:hover .mapText{
  color: #de6e00;
}
.zhaoCenter{
  margin-top: 20px;
}
.zhaoCenter .zhaoB{
  width: 100%;
  height: 36px;
  background: #eeeeee;
  line-height: 36px;
  color: #0870bb;
  font-weight: bold;
  padding: 0 2%;

}
.zhaoB i{
  vertical-align: middle;
  margin-right: 10px;
}
.zhaoBiaoBg a{
  text-decoration: none;
}
/* 第三方交易平台 */

/*.solicalUl li{*/
/*float: left;*/
/*width: 270px;*/
/*height: 160px;*/
/*text-align: center;*/
/*background: #fff;*/
/*border: 1px solid #dcdcdc;*/
/*margin-right: 30px;*/
/*padding-top: 16px;*/
/*margin-top: 30px;*/
/*}*/
/*.solicalUl li a{*/
/*display: inline-block;*/
/*width: 100%;*/
/*}*/
/*.solicalUl li a img{*/
/*width: 100px;*/
/*height: 100px;*/
/*}*/

.solicalUl li{
  float: left;
  width: 270px;
  height: 100px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-right: 30px;
  padding: 20px;
  margin-top: 30px;
}
.solicalUl li a{
  display: inline-block;
  width: 100%;
}
.solicalUl li a img{
  width: 60px;
  height: 60px;
}
.solicalUl .rightName{
  font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
  width: 145px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}









/* 搜索结果界面 */
.searchPage{
  border: 1px solid #ccc;
  padding: 30px;
}
.searchRE{
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  overflow: hidden;
}
/* 地区三级联动 */
.citys .form-group{
  width: 32%;
}
.citys .form-control{
  width: 100%;
}
/* 兼容1200css */
.top, .navBox, .footer{
  min-width: 1200px;
}
.font-line{
  white-space:normal; word-break:break-all
}

.space-size{
  width: 60%;
}
.currImg img{
  width:100%;height:145px;
}
.tdpublishTime{
  width: 185px;max-length:185px !important;word-break: break-all
}
