.publicText {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 60px;
}
.publicTextCen {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background: #f5f5f5;
}
.publicTextCen ul {
  width: 1200px;
  height: 52px;
  /* line-height: 52px; */
  background: #f5f5f5;
}
.publicTextCen ul li {
  float: left;
  font-size: 12px;
  margin: 20px 4px 0 0;
}
.publicTextCen ul li a {
  color: #858585;
}
.publicTextCen ul li a:hover {
  color: #ed4248;
}
.publicTextCen img {
  margin-top: 2px;
}
.textCenter {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.textCenter div {
  /* float: left; */
  font-size: 14px;
}
.text-left {
  float: left;
  width: 890px;
  background: #fff;
  margin-right: 20px;
  padding: 0 30px;
}
.text-left .original_title,
.text-left .original_link {
  color: #b0b0b0;
}
.text-left .original_title {
  margin-top: 10px;
}
.text-left .original_link {
  margin-bottom: 10px;
}
.text-right {
  width: 290px;
  /* height: 2250px; */
  float: left;
  background: #f5f5f5;
  position: relative;
}
.text-right .freeData{
  background:#fff;
  margin-bottom:2px;
  padding:15px 0 35px 0;
}
.text-right .freeData .fd_tit{
  background:url('../images/bg_line-97d89cf540.png') no-repeat left center;
  padding-left:10px;
  font-weight: bold;
  margin-left: 20px;
}
.text-right .freeData .fd_box{
  width:256px;
  height:174px;
  border:1px solid #ed4248;
  border-radius:15px;
  margin:10px auto 0;
  padding:4px 9px 20px 9px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position:relative;
}
.text-right .freeData .fd_box .fdb_item{
  width:63px;
  height:54px;
  background:#fff0ef;
  border-radius:10px;
  margin:7px 5px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-right .freeData .fd_box .fdb_item span{
  font-size:9px;
  margin-top:6px;
}
.text-right .freeData .fd_box .fdb_btn{
  width:170px;
  height:34px;
  background:url('../images/yjlq_btn_bg-70d50c9233.png') no-repeat;
  position:absolute;
  left:50%;
  bottom:-17px;
  transform: translate(-50%,0);
  text-align: center;
  line-height: 34px;
  color:#fff7f5;
  font-size:10.5px;
  font-weight: bold;
}
.text-right .freeData .fd_box .fdb_btn .fdb_btna{
  display:block;
  width:100%;
  height: 100%;
}
.freeData_box{
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:9999;
  display:none;
}
.freeData_box .fdb_mask{
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.3);
}
.freeData_box .fdb_con{
  width:430px;
  height:405px;
  background:#fff;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.freeData_box .fdb_con .fdbc_close{
  width:31px;
  height:30px;
  background:url('../images/close-fcacadbc20.png') no-repeat;
  position:absolute;
  right:10px;
  top:10px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab{
  padding:60px 30px 0;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns{
  width:100%;
  display:flex;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .tb_item{
  flex:1;
  border-bottom:1px solid #e3e3e3;
  text-align: center;
  padding-bottom:13px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .active{
  border-bottom:1px solid #ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con{
  width:100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item{
  width:100%;
  display:none;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box{
  width:100%;
  height:48px;
  border:1px solid #d2d2d2;
  padding-left:40px;
  display:flex;
  margin-top:38px;
}
.tci_box_phone{
  background:url('../images/user-f8e1417a7f.png') no-repeat 12px center;
}
.tci_box_code{
  background:url('../images/password-72c2e20168.png') no-repeat 12px center;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box input{
  flex:1;
  width:100%;
  height:100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .getyzm{
  width:122px;
  height:100%;
  background:#ed4248;
  text-align:center;
  line-height: 48px;
  color:#fff;
  font-size:12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .daojishi{
  display:none;
  width:122px;
  height:100%;
  background:#ed4248;
  text-align:center;
  line-height: 48px;
  color:#fff;
  font-size:12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm{
  display:block;
  text-align: right;
  padding-top:15px;
  color:#808080;
  font-size:.10.5px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm:hover{
  color:#ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .login{
  display:block;
  width:100%;
  height: 48px;
  background:#ed4248;
  text-align: center;
  line-height: 48px;
  color:#fff;
  font-size:14px;
  font-weight: bold;
  margin-top:35px;
  border-radius: 10px;
}



.head-title {
  width: 100%;
  /* height: 90px; */
  text-align: center;
}
.head-title p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.69px;
  line-height: 20px;
  padding: 35px 0 20px 0;
  font-weight: bold;
}
.head-title p:nth-child(2) {
  font-size: 12px;
  color: #858585;
  letter-spacing: 0.41px;
  line-height: 12px;
  padding: 0px 0 18px 0;
  border-bottom: 1px dotted #ddd;
}
.head-title p:nth-child(2) span {
  margin-right: 20px;
  font-size: 12px;
  color: #858585;
  letter-spacing: 0.41px;
  line-height: 12px;
}
.content {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 28px;
}
.content img {
  max-width: 100% !important;
}

.detailContent {
  width: 829px;
  height: auto;
  /* background: yellow; */
  margin: 20px 0 0 30px;
}
.top {
  margin-top: 34px;
}
.detailContent p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 28px;
  text-indent: 22px;
}
.detailContent span a {
  color: #ed4248;
}
.infoBotomImg {
  padding-top: 20px;
}
.explain {
  width: 830px;
  height: 90px;
  background: #f8f8f8;
  margin: 29px 0 0 0px;
  padding-right: 18px;
}
.explain p {
  color: #858585;
  letter-spacing: 0.86px;
  line-height: 22px;
  padding: 23px 0 0 19px;
}
.fx {
  width: 830px;
  height: 40px;
  margin-left: 30px;
}
.fx span {
  color: #858585;
  letter-spacing: 0.86px;
}
.fx-m {
  float: right;
  margin-top: 14px;
  color: #858585;
}
.fx span:nth-child(1) {
  display: inline-block;
  margin-top: 14px;
}
.fx img {
  margin-right: 8px;
}
.fx i {
  display: inline-block;
  float: left;
}
.pageCon {
  width: 830px;
  height: 100px;
  margin-left: 30px;
  text-align: center;
  line-height: 100px;
  font-size: 14px;
  color: #585858;
  letter-spacing: 1px;
}
.bt-title {
  width: 830px;
  height: 170px;
  margin: 0 0 10px 30px;
}
.bt-title p {
  font-size: 18px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
/*.bt-title p a {*/
/*  color: #ed4248;*/
/*}*/
.related_content {
  width: 49%;
  display: block;
  float: left;
  padding-left: 36px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 38px;
}
/*  */
.gray {
  width: 890px;
  height: 10px;
  background: #f5f5f5;
  margin-left: -30px;
}
.ck-search {
  height: 508px;
  background: #fff;
  margin-top: 10px;
}
/* .ck-search{
    width: 710px;
    height: 508px;
    background: #fff;
    margin-top: 10px;
} */
.ck-title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ck-title p {
  width: 100%;
}
.connect {
  display: none;
  width: 100%;
  height: 140px;
  background: #f5f5f5;
}
.yq-connect {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.yq-connect span {
  display: inline-block;
  float: left;
  margin-top: 49px;
}
.yq-connect p {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-top: 52px;
  display: inline-block;
}
.yq-connect ul {
  float: left;
  margin-top: 54px;
  display: inline-block;
}
.yq-connect ul li {
  float: left;
  display: inline-block;
  margin: 0 24px 10px 5px;
  font-size: 16px;
}
.yq-connect ul li a {
  color: #585858;
}
.wz-title {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 14px;
  display: inline-block;
  padding-left: 10px;
  border-left: 3px solid #ed4248;
}
.wz-more {
  color: #585858;
  letter-spacing: 0.3px;
  display: inline-block;
}
.wz-more a {
  color: #585858;
}
.wz-more a:hover {
  color: #ed4248;
}
.ky-item {
  height: 188px;
}
.ky-item img {
  width: 4px;
  height: 4px;
  margin: 9px 6px 2px 0;
  vertical-align: middle;
}
.ky-item i {
  font-size: 14px;
  color: #585858;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 18px;
}
.ky-item i a {
  color: #585858;
}
.ky-item i a:hover {
  color: #ed4248;
}
.ky-item li {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
}
.course-k {
  width: 96px;
  float: left;
  font-size: 14px;
  color: #333333;
  letter-spacing: 4.5px;
}
.course-k a {
  color: #333333;
}
.course-z {
  width: 96px;
  float: left;
  font-size: 14px;
  color: #333333;
}
.course-z a {
  color: #333333;
}
.ky_ItemList em {
  margin-right: 24px;
  display: inline-block;
  margin-bottom: 16px;
}
.ky_ItemList em a {
  color: #585858;
}
.ky-item li span a:hover {
  color: #ed4248;
}
.kj {
  margin-left: 88px;
}
.gg-item {
  margin-top: 17px;
}

.course_list {
  width: 100%;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 19px;
}
.course-show {
  width: 200px;
}
.course-show img {
  width: 200px;
  height: 113px;
}
.course-text {
  font-size: 12px;
  color: #585858;
  letter-spacing: 0;
  line-height: 12px;
  margin: 14px 0 15px 0;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-prise {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.course-ks {
  color: #585858;
  display: inline-block;
}
.course-price {
  font-size: 14px;
  color: #f13b3b;
}
.course-text a {
  color: #585858;
}
.course-text a:hover {
  color: #ed4248;
}
.course-ks {
  color: #585858;
  display: inline-block;
  /* margin-right: 100px; */
}

/*  */
.hot-zb {
  padding-top: 20px;
  width: 290px;
  margin-bottom: 10px;
  background: #ffffff;
}
.hot-zb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.course {
  width: 250px;
  margin: 5px 20px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.course-pad {
  padding-top: 20px;
}
.hot-first {
  font-size: 14px;
  color: #333333;
  padding-left: 8px;
  line-height: 14px;
  border-left: 3px solid #ed4248;
  margin-left: 20px;
  /* margin-top: 20px; */
  font-weight: bold;
}
.course .hot-second {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  margin: 20px 0 16px 0;
}
.hot-second a {
  color: #333333;
  display: block;
  width: 252px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tj_content > p {
  /* margin-top: 25px; */
  word-break: break-word;
}
.tj_content a {
  color: #0070C0;
}
.foot_content a {
  color: #0070C0;
}
.head_content a {
  color: #0070C0;
}
.tj_content > table a span {
  color: #0000cc !important;
}
.head_content > table a span {
  color: #0000cc !important;
}
.tj_content > table td {
  padding-left: 2px;
  border: 1px solid #999;
}
.tj_content > table {
  border-collapse: collapse;
  margin: auto;
  margin-top: 25px;
  border: 1px solid #999;
}
.hot-second a:hover {
  color: #ed4248;
}
.course li span {
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.sculpture {
  width: 250px;
}
.sculpture div:nth-child(1) {
 
  text-align: center;
  overflow: hidden;
}
.sculpture div:nth-child(1) p {

}
.sculpture div:nth-child(2) {
  float: right;
  display: -moz-box; /* Firefox */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Safari */
  display: -webkit-flex; /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.tx-pic p {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.tx-pic span {
  color: #585858;
  display: block;
  margin-left: 8px;
}
.tx-pic span:hover {
  color: #ed4248;
  cursor: pointer;
}
.mf-text span {
  display: block;
}
.mf-text {
  margin-top: 6px;
}
.mf {
  color: #00b490;
  float: left;
}
.st {
  float: right;
  width: 80px;
  height: 26px;
  font-size: 14px;
  border: 1px solid #ed4248;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;

}
.more {
  width: 250px;
  height: 54px;
  color: #585858;
  text-align: center;
  line-height: 54px;
  margin-left: 20px;
}
.more:hover {
  color: #ed4248;
}
.course .course-se {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 22px;
}
.st a {
  color: #ed4248;
}
.course:hover .st {
  background: #ed4248;
}
.course:hover .st a {
  color: #fff;
}
.money {
  font-size: 14px;
  color: #fa5151;
  line-height: 16px;
}
#course-item {
  height: 132px;
}
/* 2 */
.course-r {
  width: 290px;
  background: #fff;
  height: 375px;
  position: relative;
  padding: 5px 0;
}
.course-r-t {
  width: 290px;
  height: 100%;
}
.course-r-t h2 {
  font-size: 14px;
  color: #333;
  border-left: 3px solid #ed4248;
  padding-left: 8px;
  margin: 16px 0 16px 20px;
  font-weight: bold;
}
.sideMen {
  overflow: hidden;
}
.sideMenTit {
  width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  font-size: 12px;
  color: #585858;
  display: block;
  padding-left: 20px;
  background: url('../images/pic1-37e8914c32.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on0 {
  background: url('../images/pic1-37e8914c32.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on1 {
  background: url('../images/pic2-369df3b369.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on2 {
  background: url('../images/pic3-096f9b3e36.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on3 {
  background: url('../images/pic4-690e3797f8.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on4 {
  background: url('../images/pic5-7bcd605525.png') left center no-repeat;
  background-size: 12px 12px;
}
.on5 {
  background: url('../images/pic6-9a2803b0de.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on6 {
  background: url('../images/pic7-db6d2fe1bb.jpg') left center no-repeat;
  background-size: 12px 12px;
}

.sideMen li {
  padding-left: 20px;
  overflow: hidden;
}
.sideMen li.on {
  background: #fdf9f4;
}
.sideMen li.on a.sideMenTit {
  color: #ed4248;
}
.course-time {
  padding: 4px 0 15px 0;
  width: 100%;
  padding: 4px 0 15px 0;
  background: #fdf9f4;
}
.course-time a {
  float: left;
  display: block;
  color: #585858;
}
.course-time a:hover {
  color: #ed4248;
}
.course-time-text {
  padding-left: 16px;
  width: 190px;
}
.course-time a p {
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.course-time a span {
  line-height: 20px;
  font-size: 12px;
}
.course-time img {
  width: 64px;
  height: 36px;
}
.more-btn {
  position: absolute;
  z-index: 55;
  bottom: 10px;
  left: 134px;
}
.more-btn img {
  width: 14px;
  height: 7px;
}
/* 3 */
.icon {
  width: 290px;
  height: 213px;
  background: #fff;
  margin: 10px 0;
}
.iconItem {
  width: 250px;
  height: 173px;
  margin: 10px 0 0 20px;
  padding-top: 20px;
}
.iconItem p {
  font-size: 14px;
  color: #333333;
  padding-left: 8px;
  border-left: 3px solid #ed4248;
  font-weight: bold;
}
/*  */
.tools-btn {
  width: 260px;
  margin-top: 10px;
}
.tools-btn a {
  /* width: 56px; */
  display: block;
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #585858;
  margin-left: 10px;
  padding-left: 36px;
  transition: all 0.3s ease-in-out;
}
.tools-btn a:hover {
  color: #ed4248;
}
.tools-btn a:nth-child(odd) {
  margin-right: 30px;
}
.tools-btn1 {
  background: url('../images/by-icon1-92d6394e31.png') left center no-repeat;
}
.tools-btn2 {
  background: url('../images/by-icon2-2262f9be4a.png') left center no-repeat;
}
.tools-btn3 {
  background: url('../images/by-icon3-a8568408f5.png') left center no-repeat;
}
.tools-btn4 {
  background: url('../images/by-icon4-5193288177.png') left center no-repeat;
}
.tools-btn5 {
  background: url('../images/by-icon5-360d467a07.png') left center no-repeat;
}
.tools-btn6 {
  background: url('../images/by-icon6-4bd823bcb0.png') left center no-repeat;
}
.tools-btn7 {
  background: url('../images/by-icon7-f79afa267c.png') left center no-repeat;
}
.tools-btn8 {
  background: url('../images/by-icon8-48b63aae3c.png') left center no-repeat;
}

.tools-btn1:hover {
  background: url('../images/by-icon1-h-42cc2c4a34.png') left center no-repeat;
}
.tools-btn2:hover {
  background: url('../images/by-icon2-h-b0573e87fb.png') left center no-repeat;
}
.tools-btn3:hover {
  background: url('../images/by-icon3-h-704819c4e9.png') left center no-repeat;
}
.tools-btn4:hover {
  background: url('../images/by-icon4-h-3ed26c83ab.png') left center no-repeat;
}
.tools-btn5:hover {
  background: url('../images/by-icon5-h-de15d1b9b7.png') left center no-repeat;
}
.tools-btn6:hover {
  background: url('../images/by-icon6-h-3713793200.png') left center no-repeat;
}
.tools-btn7:hover {
  background: url('../images/by-icon7-h-e878893bd2.png') left center no-repeat;
}
.tools-btn8:hover {
  background: url('../images/by-icon8-h-72ceffe13e.png') left center no-repeat;
}
/*  */
.left {
  float: left;
}
.right {
  float: right;
}
/* 4 */
.newMessage {
  width: 290px;
  background: #fff;
}
.newMessage ul {
  width: 270px;
  margin-left: 20px;
  padding-top: 20px;
}
.newMessage ul p {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding-left: 8px;
  border-left: 3px solid #ed4248;
  font-weight: bold;
}
.newMessage li {
  width: 244px;
  color: #585858;
  letter-spacing: 1px;
  line-height: 12px;
  height: 13px;
  margin: 18px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newMessage .last {
  width: 244px;
  color: #585858;
  letter-spacing: 1px;
  margin: 0px 0px 10px 0px;
  line-height: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newMessage li:hover {
  color: #fa5151;
}
.newMessage img {
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 8px;
}
.newMessage .last img {
  width: 14px;
  height: 7px;
  margin: 0 0 0px 120px;
}
.newMessage .less {
  width: 239px;
  height: 22px;
}

/* 5 */
.bk {
  width: 290px;
  height: 266px;
  background: #fff;
  margin: 10px 0;
}
.bk p {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding-left: 8px;
  border-left: 3px solid #ed4248;
  font-weight: bold;
}
.bk ul li {
  color: #333333;
  float: left;
  margin: 20px 15px 20px 0;
}
.bk .bk-l {
  width: 270px;
  height: 247px;
  margin-left: 20px;
  padding-top: 19px;
}
.bk-l img {
  width: 14px;
  height: 7px;
  left: 140px;
  bottom: 10px;
}
.bk-l ul {
  /* width: 240px; */
  height: 12px;
}
.contentItemBottom div {
  width: 251px;
  height: 13px;
  float: left;
  color: #585858;
  margin-bottom: 20px;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentItemBottom div a {
  color: #585858;
}
.contentItemBottom {
  float: left;
  display: none;
}
.selected {
  display: block;
}
.bk-l .tab-nav .current {
  color: #ed4248;
  border-bottom: 1px solid #ed4248;
}
.tab-nav li {
  font-size: 14px;
  cursor: pointer;
}
/* 6 */
.hotSearch {
  width: 290px;
  height: 355px;
  background: #fff;
}
.hotSearchItem {
  width: 270px;
  height: 337px;
  margin: 0 0 0 20px;
  padding-top: 20px;
}
.hotSearchItem p {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding-left: 8px;
  border-left: 3px solid #ed4248;
  font-weight: bold;
}
.hotIcon {
  width: 270px;
  height: 304px;
  margin-top: 18px;
}
.hotIcon li span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 8px;
}
.ky-ml {
  border: 1px solid #ffc2c2;
}
.ky-ml a {
  color: #ffc2c2;
}
.ky-dg {
  border: 1px solid #acbcff;
}
.ky-dg a {
  color: #acbcff;
}
.ky-gl {
  border: 1px solid #ffaefe;
}
.ky-gl a {
  color: #ffaefe;
}
.ky-zh {
  border: 1px solid #ffda84;
}
.ky-zh a {
  color: #ffda84;
}
.hotIcon .mar-right {
  display: inline-block;
  margin-right: 16px;
}
.table-wrap {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-wrap tr {
  height: 50px;
}
.table-wrap td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 14px;
}
/*  */
.share {
  float: left;
  padding-top: 10px;
  display: inline-block;
}
.share1,
.share2,
.share3,
.share4 {
  float: left;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.share span {
  float: left;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  margin: 8px 0 0 30px;
  /* font-family: Helvetica; */
  font-size: 12px;
  color: #858585;
  letter-spacing: 0.86px;
  line-height: 12px;
}
.share1 {
  background: url("http://www.kaoyan365.cn/statics/images/uncheck.png")
    no-repeat 0 0;
}
.share2 {
  background: url("http://www.kaoyan365.cn/statics/images/uncheck.png")
    no-repeat -38px 0;
}
.share3 {
  background: url("http://www.kaoyan365.cn/statics/images/uncheck.png")
    no-repeat -76px 0;
}
.share4 {
  background: url("http://www.kaoyan365.cn/statics/images/uncheck.png")
    no-repeat -114px 0;
}
.share1:hover {
  background: url("http://www.kaoyan365.cn/statics/images/selected.png")
    no-repeat 0 0;
}
.share2:hover {
  background: url("http://www.kaoyan365.cn/statics/images/selected.png")
    no-repeat -38px 0;
}
.share3:hover {
  background: url("http://www.kaoyan365.cn/statics/images/selected.png")
    no-repeat -76px 0;
}
.share4:hover {
  background: url("http://www.kaoyan365.cn/statics/images/selected.png")
    no-repeat -114px 0;
}
.WeChatB {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}
.WeChat {
  width: 300px;
  height: 360px;
  background: #ffffff;
}
.WeChat {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -180px;
}
.WeChat p {
  font-size: 16px;
  text-align: left;
  line-height: 0;
  padding-top: 20px;
  color: #000;
  padding-left: 10px;
}
.WeChat i {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  color: #666;
  padding-left: 10px;
  display: block;
  text-align: left;
}
#output {
  text-align: center;
}
.shareColose {
  position: absolute;
  bottom: -68px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bdsharebuttonbox {
  display: none;
}
.line_hr {
  width: 1px;
  height: 24px;
  position: absolute;
  top: 44px;
  left: 243px;
  background-color: #d0d0d0;
}



.rightScroll{position: fixed;z-index: 5;right: calc((100% - 1200px)/2 -25px);top: 0;margin: 0 auto 0;}
.rightScroll2{position: fixed;z-index: 5;right: calc((100% - 1200px)/2 -25px);top: 276px;margin: 0 auto 0;}