@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: 24px;
  /*margin-top: 20px;*/
}

.mart24 {
  margin-top: 24px;
}

.mart30 {
  margin-top: 24px;
  /*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;*/
  width: 49%;
}

.w480 {
  width: 49%;
  /*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%;
}

.marginR20 {
  margin-right: 20px;
}

.alink a {
  color: #333;
  text-decoration: none;

}

.alink a:hover {
  color: #0071bc;
}

/* 漂浮窗 */
.floatBox {
  position: fixed;
  top: 290px;
  right: 0;
  z-index: 999;
}

.floatBox .wei {
  background: #3387cd;
}

.floatBox .up {
  background: #d3d3d3;
}

.floatCon {
  width: 60px;
  height: 60px;
  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;
}

.top .form-control {
  border: 1px solid #5897d0;
}

.top .btn {
  border: 1px solid #5897d0;
}

.top .form-control {
  background: rgba(255, 255, 255, 0.6);
}

.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 20px;
  background: #186fb6;
  height: 40px;
}

.rightSearch .btn:hover {
  background: #186fb6;
}

.rightSearch .form-control {
  height: 40px;
}

.rightSearch .btn img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

/* 导航 */
.navBox {
  height: 56px;
  background: #186fb6;
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 2px 6px rgba(23, 90, 145, 0.4);

}

.navLi {
  position: relative;
}

.navLi .liBox {
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #5e9acc;
  width: 16.4%;
  float: left;
}

.navLi .liBox:last-child {
  border-right: none
}

.navLi .liBox a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  height: 56px;
  width: 100%;
}

.liBoxAction {
  background: #1c81d4;
}

.navLi .liBox:hover {
  background: #1c81d4;
}

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

.disnone {
  display: none;
}

.disblock {
  display: block;
}

.slideLi {
  position: absolute;
  z-index: 999;
  height: 60px;
  left: 0;
  width: 1200px;
  top: 56px;
  background: rgba(255, 255, 255, 0.9);
  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: 646px;
  height: 386px;

}

/* 头条新闻 */
.headLines .topText a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 830px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #186fb6;
}

.headLines {
  margin: 30px 0;
  text-align: center;
}

.bottomText {
  margin-top: 12px;
}

.bottomText .text {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottomText .text a {
  text-decoration: none;
  color: #333;
}

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

}

.rightNews {
  margin-left: 20px;
  width: 532px;
  border: 1px solid #dce9f3;
}

/* 本例子css */
.slideBox {
  width: 646px;
  height: 386px;
  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: #186fb6;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 646px;
  height: 386px;
  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/buildingTit.png) no-repeat center right #f2faff;
  padding-right: 15px;
  border-bottom: 1px solid #dce9f3;
}

.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: 47px;
  line-height: 47px;
}

.tabBox .liAction {
  color: #186fb6 !important;
  border-bottom: 2px solid #186fb6;
}

.liAction a {
  color: #186fb6 !important;
  border-bottom: 2px solid #186fb6;
}

.cut {
  display: inline-block;
  width: 8px;
  height: 14px;
}

.more {
  margin-top: 15px;
}

.clear {
  clear: both;
}

.yinLi {
  margin-top: 24px;
  padding: 0 10px;
}

.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: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;

}

.newsUlBox li a:hover {
  color: #186fb6;
  text-decoration: none;
}

.newsUlBox li {
  margin-bottom: 18px;
  overflow: hidden;
}

.newsUlBox li span, .newsUlBoxThree li span {
  color: #999;
}

/* 广告位 */
.adImg .adImgs {
  width: 1200px;
}

.adImg {
  position: relative;
}

.adBox .entranCon {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 86px;

}

.adBox .entranCon ul {
  position: absolute;
  top: -40px;
}

.adBox .entranCon ul li {
  width: 220px;
  height: 95px;
  background: #fff;
  box-shadow: 0px 6px 8px rgba(82, 85, 93, 0.2);
  padding: 10px;
  text-align: center;
  float: left;
  cursor: pointer;

}

.adBox .entranCon .circles {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ebf4fc;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
}

.adBox .entranCon .entranText a {
  font-weight: bold;
  text-decoration: none;
  color: #186fb6;
  margin-top: 6px;
  display: inline-block;

}

.adBox .entranCon .line {
  width: 16px;
  height: 2px;
  background-color: #186fb6;
  margin: 0 auto;
  margin-top: 6px;
}

.entranCon ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.entranCon ul li:hover {
  background: #fff;
}

.entranCon .entranText {
  font-size: 16px;
  font-weight: bold;
  color: #186fb6;
}

/* 地图列表 */
.maps {
  border: 1px solid #186fb6;
  box-shadow: 0px 6px 8px rgba(82, 85, 93, 0.2);
  overflow: hidden;
  padding: 0 15px 36px;
  position: relative;
  height: 600px;
}

.maps .liAction {
  background: url(../img/mapAction.png) no-repeat center;
  font-size: 16px;
  color: #fff;
}

.maps .topTap {
  font-size: 16px;
  color: #186fb6;
  overflow: hidden;
}

.topTap ul li {
  width: 192px;
  height: 45px;
  float: left;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.maps .mapImg {
  margin-top: 20px;
  width: 720px;
  height: 520px;
  position: absolute;
  left: 0;

}

.maps .rightList {
  width: 568px;
  position: absolute;
  right: 15px;
  top: 0;
}

.maps .rightList h2 {
  margin-top: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #186fb6;
  margin-bottom: 20px;
}

#mapsEchart {
  position: absolute;
  left: -8%;
  top: -2%;
}

.maps .rightList h2 img {
  margin-right: 10px;
}

.maps .form-control {
  width: 176px;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  background: #ebeef2;
  border-radius: 0;
}

.tableBoxs table {
  width: 99%;
}

.tableBoxs table tr td {
  padding: 10px 10px;
  border: 1px solid #dce9f3;
  font-size: 14px;
}

.tableBoxs table tr:nth-child(even) {
  background: #f5f6f8;
}

.tableBoxs table tr th {
  background: #ebeced;
  padding: 10px 10px;
}

/* 公告行 */
.noticeWrap {

}

.noticeBox .noticeWrap {
  background: #fff;

}

.noticeBox .noticeWrap .BoxBig {
  width: 35.3%;
  border: 1px solid #dce9f3;

}

.noticeBox .noticeWrap .BoxSmall {
  float: right;
  width: 26%;
  border: 1px solid #dce9f3;
}

.titBoxs {
  overflow: hidden;
  height: 48px;
  background: url(../img/buildingTit.png) no-repeat center right #f2faff;
  padding-right: 15px;
  border-bottom: 1px solid #dce9f3;
  line-height: 48px;
  padding-left: 15px;
}

.titBoxs .tits a {
  font-size: 18px;
  font-weight: bold;
  color: #0071bc;
  border-bottom: 2px solid #186fb6;
  height: 47px;
  display: inline-block;
}

.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: 18px;
  overflow: hidden;
}

.listBox {
  padding: 20px 10px 0;

}

.imgList {
  text-align: center;
  padding: 0 15px;
}

.imgLiBox {
  margin-bottom: 6px;
}

.borderBox {
  border: 1px solid #dce9f3;
}

/* 协会名单 */
.nameList .nameLeft {
  width: 110px;
  border-right: 2px solid #0161b5;
  padding-right: 10px;
}

.nameListWrap {
  background: #f0f7fe;
  height: 180px;
  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: 178px;
  height: 108px;
  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;
}

/* 门户网站首页和教育培训二级页面的课程、讲师增加左右滚动效果 */
.picMarquee-left1{ width:1200px;  overflow:hidden; position:relative; }
.picMarquee-left1 .eduBox {padding:20px 0 20px 0;}
.picMarquee-left1 .scroll {padding:20px 0 20px 0;}

.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: 30px;
  background: #e8ebf0;
  color: #2179c8;
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  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;

}

/* 资源下载 */
.ulLiBox {
  padding: 30px 10px;
}

.downLoadImg ul {
  overflow: hidden;
}

.downLoadImg ul li {
  padding-top: 16px;
  width: 86px;
  height: 86px;
  text-align: center;
  background: #ebf4fc;
  border-radius: 50%;
  margin-bottom: 30px;
  cursor: pointer;
  margin-right: 16px;
}

.downLoadImg ul li:hover {
  background: #d9edfe;
}

.downLoadImg ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

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

.downLoadImg ul li .alink {
  font-size: 14px;
  color: #186fb6;
  font-weight: bold;

}

/* 课程 */
.currCon {
  background: #fff;
  border: 1px solid #dce9f3;

}

.currLiBox {
  padding: 24px;
  overflow: hidden;

}

.currLiBox li {
  background: #fff;
  width: 210px;
  overflow: hidden;
  padding-bottom: 15px;
  float: left;
  margin-right: 24px;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
}

.currLiBox li:last-child {
  margin-right: 0;
}

.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;

}

.currBtn a {
  width: 84px;
  color: #0071bc;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50px;
  padding: 6px 10px;
}

.currBtn a:hover {
  background: #186fb6;
  color: #fff;
}

.currImg a img {
  width: 211px;
  height: 120px;
}

/* 友情链接 */
.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 #186fb6;
  margin-top: 30px;
  background: #ebeef2;

}

.footerBox {
  font-size: 14px;
  text-align: center;
  /*padding: 40px 0;*/
  line-height: 2;
  position: relative;
  padding-top:20px
}

.footerBox span {
  /*margin-left: 30px;*/
  color: #666666 !important;
}

.powerBox {
  height: 42px;
  line-height: 42px;
  background: #cdd0d5;
  font-size: 14px;
  color: #666 !important;
  text-align: center;
}

.wechart {
  position: absolute;
  right: 0;
  top: 10px;

}

.wechart img {
  width: 100px;
}

.powers {
  color: #666666;
}

.powerBox img {
  vertical-align: middle;
  margin-right: 6px;
}

/* 底部背景 */
.bottomBg {

  position: relative;
}

.bottomImg {
  position: absolute;
  bottom: 0;

}

.bottomImg img {
  width: 100%;
}

/* 新闻中心二级页面 */
.bread {
  font-size: 14px;
  margin-bottom: 24px;
}

/* .listGroups{
	overflow: hidden;
} */
.listGroups .listLeftBox {
  width: 20%;
}

.listGroups .listRightBox {
  width: 78%;
  border: 1px solid #dce9f3;
  background: #fff;
}

.listGroups .topT {
  width: 100%;
  height: 57px;
  background: url(../img/titTopBg.png) no-repeat center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 57px;
  z-index: 99;
  position: relative;
  font-size: 18px;

}

.topTUl {
  border: 1px solid #dce9f3;
  background: #fff;
  position: relative;
  top: -11px;
}

.topTUl li {
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #dce9f3;
  line-height: 66px;
}

.topTUl a {
  display: inline-block;
  width: 100%;
  line-height: 66px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  position: relative;
  text-decoration: none;

}

.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 #dce9f3;
  padding: 40px;
  background: url(../img/bg_03.png) repeat-x top center;
}

.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;
}

.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: 285px;
}

.entranceBox ul li img {
  width: 100%;
}

.entranceBox ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.totalLeft{
  width: 60%;
}
.totalcenter{
  width: 38%;
  margin-left: 20px;
}

.totalRight {
  margin-left: 20px;
  width: 30%;
}

.memberBox, .associaBox, .industryBox {
  height: 300px;
  border: 1px solid #dce9f3;
}

.elegantBox {
  border: 1px solid #dce9f3;
  background: #e6f3fc;
  height: 624px;
}

.elegantBox .titBox {
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #a8cbe7;
  padding-right: 15px;
}

.elegantBox .titBox .aLine {
  border-bottom: none;
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #186fb6;

}

.partBox {
  height: 300px;
  border: 1px solid #dce9f3;
  background: url(../img/partBg.png) no-repeat center top;

}

.partBox .aLines {
  border-bottom: none;
  line-height: 48px;
  padding-left: 15px;
  color: #c23c3c;
  font-weight: bold;
  font-size: 18px;
}

/* 会员风采 */
.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, .tableBox td {
  text-align: center;
}

.tableBox th {
  background: #d0e3f4;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 !important;
}

/* 20200409会员风采公司详情 */
.companyLogo {
  width: 178px;
  height: 108px;
}

.companyLogo img {
  width: 178px;
  height: 108px;
  border: 1px solid #ccc;
  padding: 2px;
}

/* 教育培训 */
.eduBox li {
  width: 277px;
  height: 370px;
  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: 160px;
  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: 0 24px 24px;
}

.teacherBox ul li {
  width: 360px;
  height: 158px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
  float: left;
  margin-right: 20px;

}

.teacherBox .teaImg {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

.teacherBox .teaImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.teacherBoxs {
  border: 1px solid #dce9f3;
}

.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;
  margin-bottom: 20px;
}

.teacherBox .teaDetail a {
  font-size: 14px;
  color: #666;

}

.teacherBox .teaR {
  width: 178px;
}

.eduBoxs {
  border: 1px solid #dce9f3;
}

/* .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;
  border: 1px solid #dce9f3;
  /*height: 382px;*/
  height: 354px;
}

.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: 800px;
  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: 264px;
  height: 404px;
  padding: 20px;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}

.magazinUl {
  padding: 20px;
  overflow: hidden;
}

.magazinUl .magazinImg {
  width: 100%;
  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 #dce9f3;
  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: 2;
  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;
}

/* 20200409会员详情 */
.companyLogo img {
  width: 178px;
  height: 108px;
  border: 1px solid #ccc;
  padding: 2px;
}

.companyWrap {
  margin-left: 20px;
  font-size: 14px;
  width: 780px;

}

.companyTitBox .tit {
  font-weight: bold;
  font-size: 30px;

}

.companyTime {
  margin: 16px 0;
}

.companyTime .box02 {
  margin-right: 50px;
}

.companyTime .box02 span {
  color: #2179c8;
  border: 1px solid #2179c8;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 10px;
}

.companyPeople {
  margin: 16px 0;
}

.companyPeople span {
  margin-right: 20px;
}

.titRow {
  margin-bottom: 20px;
}

.formBox {
  margin-top: 38px;
}

.peopelNum {
  color: #999;
}

.join {
  width: 100%;
  margin-top: 30px;
}

.join img {
  width: 100%;
}

/* 招标专题 */

.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: 276px;
  height: 160px;
  text-align: center;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-right: 30px;
  padding-top: 10px;
  margin-top: 30px;
}

.solicalUl li a {
  display: inline-block;
  width: 100%;
}

.solicalUl li a img {
  width: 100px;
}

/* 搜索结果界面 */
.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%;
}

/* 登录入口选择 */
.loginChose {
  background: #eef5f9;
}

.loginChose {
  height: 76px;
  background: #fff;
}

.loginChose .loginNavBox img {
  margin-top: 12px;
}

.loginChose .topUl {
  width: 100%;
  height: 42px;
  background: #c3ddf2;

}

.loginChose .loginUl li {
  float: left;
  width: 206px;
  height: 54px;
  background: #add3f1;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 4px;
}

.loginChose .loginUl li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 8px 0px 0px 8px;

}

.loginChose .loginUl li a:hover {
  background: #4c8cca;
  color: #fff;
}

.loginChose .loginUl li i img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.loginChose .rightUl {
  width: 650px;
  position: absolute;
  right: 0;

}

.totalBox {
  position: relative;
  height: 700px;
}

.rightUl .listWrap {
  margin-top: 90px;
}

.loginFooter {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

/* 兼容1200css */
.top, .navBox, .footer {
  min-width: 1200px;
}

.knowBox {
  height: 300px;
  border: 1px solid #dce9f3;
  background: url(../img/knowBg.png) no-repeat center top;

}

.knowBox .aLines {
  border-bottom: none;
  line-height: 48px;
  padding-left: 15px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.tdpublishTime {
  width: 185px;
  max-length: 185px !important;
  word-break: break-all
}

.tdtextleft {
  text-align: left !important;
  padding:8px
}
.mapWrap{
  margin-top: 30px;
}
.partBox{
  height: 300px;
  border: 1px solid #dce9f3;
  /* background: url(../img/partBg.png) no-repeat center top; */

}
.mapWrap{
  /*margin-top: 30px;*/
  margin-top: 24px;
}

.partBox{
  height: 300px;
  border: 1px solid #dce9f3;
}

.evaluCon .leftBox{
  width: 60%;
  border: 1px solid #dce9f3;
}

.evaluCon .rightBox{
  width: 38%;
  border: 1px solid #dce9f3;
}

.imageSpan{
  color:#fff;
  display:inline-block;
  width: 510px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subjectTeacherli{
  width:178px !important;
}
