@charset "utf-8";

/*顶部logo 搜索框*/
.topbar {
  height: 120px;
}

.logo {
  float: left;
  width: 375px;
  height: 46px;
  margin-top: 35px;
  background: url(../images/logo-ms.png) no-repeat left center / 100% auto;
}

.logo .logo_ht {
  float: left;
  width: 190px;
  height: 100%;
  text-indent: -999rem;
  overflow: hidden;
}

.logo .logo_ms {
  float: right;
  width: 154px;
  height: 100%;
  text-indent: -999rem;
  overflow: hidden;
}

.links {
  width: 40%;
  float: right;
  font-size: 18px;
  color: #666;
  line-height: 120px;
  text-align: center;
  font-weight: 500;
}

.links>a,
.links>span {
  float: left;
  width: 14.28%;
  line-height: 120px;
  color: #666;
  position: relative;
}

.links>a:hover {
  color: #e82930;
}

.links>a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e82930;
}

.hideList {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.hideList a {
  display: block;
  line-height: 50px;
}

.links>span:hover .hideList {
  display: block;
}

.search {
  float: right;
  width: 24%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 40px;
  margin: 35px 0 0 30px;
  position: relative;
}

.search_txt {
  float: left;
  width: 80%;
  height: 38px;
  padding-left: 4%;
  border-radius: 40px 0 0 40px;
  font-size: 14px;
  line-height: 38px;
}

.search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 38px;
  border-radius: 0 40px 40px 0;
  background: #e82930 url(../images/sousuo.png) no-repeat center center;
  text-indent: -200em;
  cursor: pointer;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #efefef;
  margin-bottom: 28px;
}

/* 焦点图 */
/*****图片大小1070*470 主要内容控制在642内*******/
.slides {
  float: left;
  width: 53.5%;
  height: 470px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slides .hd {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.slides .hd ul {
  text-align: center;
  height: 2px;
  font-size: 0;
  line-height: 2px;
}

.slides .hd li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  cursor: default;
}

.slides .hd li:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 2px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slides .hd li.on:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slides .bd {
  position: relative;
  height: 100% !important;
  z-index: 0;
}

.slides .bd ul {
  width: 100% !important;
  height: 100% !important;
}

.slides .bd li {
  width: 100% !important;
  height: 100% !important;
  zoom: 1;
  vertical-align: middle;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slides .bd li> a {
  display: block;
  width: 100%;
  height: 100%;
}

.slides .bd p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}

.slides .bd p a {
  padding-left: 20px;
  line-height: 40px;
  color: #fff;
  z-index: 88;
  font-size: 16px;
}

.slides .prev,
.slides .next {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 40px;
  height: 68px;
  background: url(../images/icon-arr01.png) no-repeat;
  display: none;
  z-index: 101;
}

.slides .prev {
  left: 0;
  background-position: 0 0;
}

.slides .next {
  right: 0;
  background-position: -40px 0;
}

.slides .prev:hover {
  background-position: 0 -68px;
}

.slides .next:hover {
  background-position: -40px -68px;
}

.slides:hover .prev,
.slides:hover .next {
  display: block;
}

.pagination {
  position: absolute;
  left: 50%;
  bottom: 58px;
  margin-left: -60px;
  z-index: 8888;
}

.pagination li {
  float: left;
  margin: 0 1px;
}

.pagination li a {
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  float: left;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
}

.pagination li.current a {
  background: #e92930;
  width: 16px;
}

/* 课程图 */
/*****图片大小340*226*******/
.kcimg {
  float: right;
  width: 44.75%;
  height: 470px;
  overflow: hidden;
}

.kcimg li {
  width: 47.5%;
  height: 226px;
  margin: 0 0 18px 2.5%;
}

.kcimg li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.kcimg li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.kcimg li span {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 76px;
  height: 30px;
  background: #e82930;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.title {
  height: 70px;
  margin: 0 16px 10px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 24px;
  line-height: 70px;
}

.title em {
  position: relative;
  display: inline-block;
  color: #e82930;
  font-style: normal;
}

.title em a {
  color: #e82930;
}


.title em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #e82930;
}

.title .more {
  float: right;
  padding-right: 8px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.title .more:hover {
  color: #e82930;
}

.title .change {
  float: right;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  cursor: pointer;
}

.change i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  background: url(../images/shuaxin.png) no-repeat center / 100% auto;
  vertical-align: middle;
}

.change:hover {
  color: #e82930;
}

.change:hover i {
  background-image: url(../images/shuaxinxuanzhon.png);
}

.title01 .change:hover i {
  background-position: -23px -152px;
}

/*主体内容*/
.mainBox {
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*左侧*/
.leftPart {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.75%;
  border: 1px solid #e9e9e9;
}

.leftPartFixed {
  position: fixed;
  left: 4%;
  top: 0 !important;
  width: 18.17%;
}

.recomListWrap {
  overflow-y: scroll;
  overflow-x: hidden;
}

.recomList {
  height: auto;
  padding: 0 5px;
  background: url(../images/line.png) repeat-y 11px 0;
}

.recomList li {
  padding: 0 0 15px 20px;
  background: url(../images/circle01.png) no-repeat 3px 9px;
}

.recomList li:hover {
  background: url(../images/circle02.png) no-repeat 1px 6px;
}

.recomList li p {
  /*height: 52px;*/
  min-height: 20px;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recomList li p a {
  color: #666;
}

.recomList li time {
  display: block;
  font-size: 12px;
  line-height: 26px;
  color: #999;
  text-align: right;
}

.recomList li p a:hover {
  color: #e82930;
}

/*中间*/
.mainPart {
  width: 53%;
  margin-right: 1.5%;

}

.tabMenu {
  height: 70px;
  border: 1px solid #e9e9e9;
}

.showMenu {
  float: left;
  width: 85.7%;
}

.showMenu li {
  float: left;
  width: 16.66%;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  position: relative;
}

.showMenu li.on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #e82930;
}

.hideMenu {
  float: left;
  width: 14.3%;
}

.hideMenu li {
  position: relative;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
}

.hideMenu li i {
  position: absolute;
  right: 0;
  top: 32px;
  width: 30px;
  height: 6px;
  background: url(../images/arr02.png) no-repeat right center;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}

.hideMenu li:hover i {
  background-image: url(../images/arr01.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.hideMenu li:hover .hideMenuList {
  display: block;
}

.hideMenu a {
  display: block;
}

.hideMenuList {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.hideMenuList a {
  line-height: 50px;
}

.hotList {
  border-bottom: 1px dashed #e9e9e9;
}

.hotList li {
  padding: 0 15px 25px;
  border-bottom: 1px solid #eee;
  display: none;
}
.hotList-s li{
  display: block;
}
.hotList li:hover {
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.hotList li.active {
  -webkit-box-shadow: -3px 3px 18px #e7e7e7;
  box-shadow: -3px 3px 18px #e7e7e7;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  z-index: 99;
}

.hotList h4 {
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  position: relative;
}

.hotList h4 a {
  display: block;
  height: 68px;
  padding-right: 160px;
  box-sizing: border-box;
  overflow: hidden;
}

.hotList h4 span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 68px;
  color: #999;
  font-weight: normal;
}

.hotList dt {
  float: left;
  width: 180px;
  height: 122px;
  margin-right: 20px;
  overflow: hidden;
}

.hotList dt img {
  transition: all .5s;
  width: 100%;
  height: 100%;

}

.hotList dt img:hover {
  transform: scale(1.05, 1.05);
}

.hotList p {
  height: 78px;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hotList .st {
  position: relative;
  height: 40px;
  margin-top: 14px;
}

.hotList .btn-all {
  position: absolute;
  right: 90px;
  top: 0;
  font-size: 14px;
  line-height: 40px;
}

.keyword {
  font-size: 14px;
  line-height: 40px;
  color: #999;
}

.keyword span {
  color: #333;
}

#share {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 40px;
}

#share .shareBtn {
  width: 40px;
  height: 40px;
  padding-left: 40px;
  background: url(../images/fenxiang.png) no-repeat 15px center;
  font-size: 16px;
  line-height: 40px;
  color: #999;

}

#share .shareBtn:hover {
  color: #e82930;
  background-image: url(../images/fenxiang-xuanzhong.png);
}

#share .shareBtn:hover .shares {
  display: block;
}

#share .shares {
  position: absolute;
  left: 0;
  top: 38px;
  width: 100px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;

}

#share a {
  display: block;
  padding: 0 0 0 36px;
  width: 64px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin: 0;
  text-indent: 0;
  overflow: hidden;
  color: #333;
}

#share .bds_tsina {
  background: url(../images/icon-wb.png) no-repeat left center;
}

#share .bds_weixin {
  background: url(../images/icon-wx.png) no-repeat left center;
}

#share .bds_sqq {
  background: url(../images/icon-qq.png) no-repeat left center;
}

#share .bds_qzone {
  background: url(../images/icon-qq.png) no-repeat left center;
}

#share .bds_more {
  background: #cbcbcb url(../images/share.png) no-repeat;
  background-position: -2px -202px;
}

#share .bds_tsina:hover {
  background-image: url(../images/icon-wb02.png);
  opacity: 1;
}

#share .bds_weixin:hover {
  background-image: url(../images/icon-wx02.png);
  opacity: 1;
}

#share .bds_sqq:hover {
  background-image: url(../images/icon-qq02.png);
  opacity: 1;
}

#share .bds_qzone:hover {
  background-image: url(../images/icon-qq02.png);
  opacity: 1;
}

#share .bds_more:hover {
  background-image: url(../images/icon-wb02.png);
  opacity: 1;
}

.loading {
  padding: 30px 0;
  text-align: center;
}

.loading span {
  display: inline-block;
  width: 160px;
  height: 40px;
  border: 1px solid #e82930;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  color: #e82930;
  cursor: pointer;
}

.loading span:hover {
  background-color: #e82930;
  color: #fff;
}

.nomore {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: none;
}

/*右侧*/
.rightPart {
  width: 24%;
}

/* 面试礼仪 */
.liyi,
.hotTopic,
.jingyan,
.tixing,
.hotIInt {
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
}

.liyiList {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.liyiList .hd {
  position: absolute;
  bottom: 23px;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.liyiList .hd ul {
  text-align: center;
  height: 3px;
  font-size: 0;
  line-height: 2px;
}

.liyiList .hd li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-right: 10px;
}

.liyiList .hd li div {
  width: 40px;
  height: 2px;
  background-color: #e1e1e1;
  cursor: pointer;
}

.liyiList .hd li.on div {
  background-color: #e82930;
  height: 3px;
}

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

.liyiList .bd ul {
  width: 100%;
}

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

.liyiList .bd li p {
  height: 36px;
  padding: 0 16px 0 30px;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/dot01.png) no-repeat 20px 15px;
}

.liyiList .bd li p:hover {
  background-image: url(../images/dot02.png);
}

/* 话题讨论 */
.hotTopicImg,
.hotIIntPic {
  margin: 16px;
}

.hotTopic .pic,
.hotIIntPic .pic {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hotTopic .pic img,
.hotIIntPic .pic img {
  display: block;
  width: 100%;
  transition: all .5s;
}

.hotTopic .pic img:hover,
.hotIIntPic .pic img:hover {
  transform: scale(1.05, 1.05);
}

.hotTopicList,
.hotIIntList,
.tixingList,
.hotIIntList {
  padding: 0 16px 20px;
}

.hotTopicList li {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  padding-left: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.hotTopicList li i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  background: #dbdbdb;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-style: normal;
}

.hotTopicList li:nth-child(5n+1) i {
  background: #e92930;
}

.hotTopicList li:nth-child(5n+2) i {
  background: #ff6d6d;
}

.hotTopicList li:nth-child(5n+3) i {
  background: #f99;
}


.tixingList li {
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/dot01.png) no-repeat 7px 15px;
}

.hotIIntList li:hover,
.tixingList li:hover {
  background-image: url(../images/dot02.png);
}

/* 高分经验 */
.jingyan .liyiList {
  height: 296px;
}

.jingyan dl {
  margin: 10px 16px;
}

.jingyan dl dt {
  float: left;
  width: 128px;
  height: 95px;
  margin-right: 10px;
}

.jingyan dl dd {
  height: 95px;
}

.jingyan dl h4 {
  height: 48px;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 24px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jingyan dl div {
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hotIIntPic {
  position: relative;
}

.hotIIntPic h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  overflow: hidden;
}

.hotIIntPic h4 a {
  color: #fff;
  padding-left: 20px;
}

.hotIIntList li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../images/dot01.png) no-repeat 7px 10px;
}

/*面包屑*/
.crumbsNav {
  line-height: 20px;
  font-size: 16px;
  color: #999;
}

/*文章页*/
.artBox {
  float: left;
  width: 74%;
  margin-right: 2%;
}

.artBcontit {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.artBcontit h2 {
  font-size: 24px;
  line-height: 40px;
  padding: 15px 0;
}

.artBcontit p {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}

.artBcon {
  overflow: hidden;
  height: 1250px;
  padding-left: 70px;
}

.artBcon p {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 36px;
  text-indent: 2em;
}

.artBcon p img {
  margin: 0 auto;
  display: block;
}

.artBcon p strong {
  font-weight: bold;
}

.artBcon .contit {
  padding-left: 10px;
  margin-bottom: 36px;
  border-left: 6px solid #dc022f;
  font-size: 18px;
  line-height: 30px;
  text-indent: 0;
}

.artBox .edit {
  margin-bottom: 20px;
  text-align: right;
  font-size: 16px;
  line-height: 36px;
}

.showMore {
  height: 50px;
  margin: 20px 0 20px 70px;
  background: #f6f6f6;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #666;
  cursor: pointer;
}

.showMore:hover {
  color: #e92930;
}

.artBmore {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
  background:#974180;
  background: linear-gradient(45deg, #0d86b1,#2d90b2,#a37db1,#974180 );
  background: -webkit-linear-gradient(45deg, #0d86b1,#2d90b2,#a37db1,#974180 );
  background: -moz-linear-gradient(45deg, #0d86b1,#2d90b2,#a37db1,#974180 );
}
.artBmore .wraps{
  width: 56%;
  margin-left: 15%;
}
.artBmore h4,.artBmore h5,.artBmore h5 a{
  font-size: 18px;
  line-height: 44px;
  color: #fff;
}
.artBmore p {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.artBmore .btnbox{
  padding-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}
.artBmore .btnbox a{
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: 0 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.artBmore .btnbox a:hover{
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
}
.artBcon table th {
  border-bottom: 1px solid #ddd;
  text-align: center;
  height: 46px;
  font-size: 16px;
  line-height: 30px;
  padding: 10 20px;
}

.artBcon table td {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
}

.artBcon table a {
  color: #f00;
}

/* 为你推荐 */
.recommend {
  padding-left: 190px;
  border-top: 1px solid #e9e9e9;
  position: relative;
}

.leftMenuWrap {
  position: absolute;
  left: 66px;
  top: 10px;
  text-align: center;
}

.leftMenuWrap h4 {
  font-size: 20px;
  line-height: 60px;
}

.leftMenu li {
  width: 82px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 42px;
  cursor: pointer;
}

.leftMenu li.cur {
  background-color: #e92930;
  color: #fff;
}
.rec_more a {
  display: block;
  width: 150px;
  height: 40px;
  margin: 30px auto;
  border: 1px solid #e92930;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #e92930;
  cursor: pointer;
}
.rec_more a:hover{
  background-color: #e92930;
  color: #fff;
}

/*文章页左侧分享*/
#share02 {
  position: fixed;
  top: 50%;
  left: 4%;
  width: 50px;
  margin-top: -110px;
  color: #666;
}

#share02 a {
  border-radius: 3px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#share02 .bds_tsina {
  background: #cbcbcb url(../images/share.png) no-repeat;
  background-position: -2px -2px;
}

#share02 .bds_weixin {
  background: #cbcbcb url(../images/share.png) no-repeat;
  background-position: -2px -42px;
}

#share02 .bds_sqq {
  background: #cbcbcb url(../images/share.png) no-repeat;
  background-position: -2px -82px;
}

#share02 .bds_qzone {
  background: #cbcbcb url(../images/share.png) no-repeat;
  background-position: -2px -122px;
}

#share02 .bds_more {
  background: #cbcbcb url(../images/share.png) no-repeat;
  background-position: -2px -202px;
}

#share02 .bds_tsina:hover {
  background-color: #ffac35;
  opacity: 1;
}

#share02 .bds_weixin:hover {
  background-color: #00b35b;
  opacity: 1;
}

#share02 .bds_sqq:hover {
  background-color: #239be7;
  opacity: 1;
}

#share02 .bds_qzone:hover {
  background-color: #f9cd38;
  opacity: 1;
}

#share02 .bds_more:hover {
  background-color: #f99;
  opacity: 1;
}

/* 回到顶部 */
.backTop{
  position: fixed;
  right: 0;
  bottom: 30%;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.5) url(../images/top.png) no-repeat center center / 1.2rem auto;
  border-radius: .1rem;
  cursor: pointer;
}

/* 适配 */
@media screen and (min-width: 2173px) {

  .slides_container dl dt a {
    background-size: 100% auto;
  }

  .kcimg li a {
    background-size: 100% auto;
  }

  .leftPartFixed {
    position: fixed;
    left: 50%;
    top: 0 !important;
    width: 395px;
    margin-left: -1000px;
  }

}


@media screen and (max-width:1304px) and (min-width:1087px) {
  .leftPart {
    display: none;
  }

  .mainPart {
    width: 70%;
    margin: 0 2% 0 0;
  }

  .rightPart {
    width: 28%;
  }

  .rightPart-article{
    width: 24%;
  }

  .search {
    width: 20%;
  }

  .links {
    width: 36%;
    font-size: 14px;
  }

  .slides {
    width: 70%;
    height: 470px;
  }

  .kcimg {
    float: right;
    width: 28%;
    height: 470px;
    overflow: hidden;
  }

  .kcimg li {
    width: 100%;
    height: 226px;
    margin: 0 0 18px 0;
  }

}

/* 适配移动 */
@media screen and (max-width:1087px) {

  /*显示元素*/
  .mobshow {
    display: block;
  }

  /*隐藏元素*/
  .onlypc,
  .header {
    display: none;
  }

  .topbar {
    height: 1.5rem;
    padding-top: .5rem;
  }

  .topbar .logo {
    width: 7.875rem;
    height: 1.5rem;
    margin-top: 0;
    background-image: url(../images/logo-ms-m.png);
  }

  .search {
    width: 9rem;
    height: 1.5rem;
    border: none;
    border-radius: 1.5rem;
    margin: 0;
    position: relative;
  }

  .search_txt {
    width: 0;
    height: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 7.5rem;
    border-radius: 1.5rem;
    font-size: .65rem;
    line-height: 1.5rem;
    background: url(../images/search-m.png) no-repeat .5rem center / 1rem 1rem;
  }

  .search_txt.show {
    width: 7.5rem;
    margin-left: 0;
  }

  .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 38px;
    border-radius: 0 40px 40px 0;
    background: #e82930 url(../images/sousuo.png) no-repeat center center;
    text-indent: -200em;
    cursor: pointer;
  }

  .links-m {
    width: 100%;
    height: 2.5rem;
    position: relative;
  }

  .links-m:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: 100%;
    height: .5rem;
    background: #fff;
    z-index: 10;
  }

  .linksbox {
    display: block;
    height: 2.5rem;
    overflow-y: hidden;
    overflow-x: scroll;
    user-select: none;
    backface-visibility: hidden;
  }

  .linkswrap {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    word-break: break-all;
    padding: 0px .1rem 0px .05rem;
    position: relative;
  }

  .linkswrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .1rem;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    z-index: 2;
  }

  .links-m a {
    position: relative;
    display: inline-block;
    padding: 0 .48rem;
    font-size: .75rem;
    line-height: 2.2rem;
    color: #666;
    z-index: 10;
  }

  .links-m a.cur:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .1rem;
    width: 100%;
    height: .1rem;
    background: #e82930;
    z-index: 20;
  }

  .hotList-m li {
    padding: .55rem 0;
    border-bottom: 1px solid #eee;
  }

  .hotList-m li:hover {
    background-color: #f6f6f6;
  }

  .hotList-m h4 {
    height: 2rem;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .hotList-m h4 a {
    display: block;
  }

  .hotList-m .st {
    position: relative;
    height: 1.25rem;
    margin-top: .5rem;
  }

  .keyword {
    display: inline-block;
    margin-right: .5rem;
    font-size: .55rem;
    line-height: 1.25rem;
    color: #999;
  }

  .keyword strong {
    color: #e82930;
  }

  .hotList-m .time {
    display: inline-block;
    font-size: .55rem;
    line-height: 1.25rem;
    color: #999;
    font-weight: normal;
  }

  .hotList-m dt {
    float: right;
    width: 5.55rem;
    height: 4.15rem;
    margin-left: .5rem;
    overflow: hidden;
  }

  .hotList-m dt a {
    display: block;
    width: 5.55rem;
    height: 4.15rem;
  }

  .hotList-m dt img {
    width: 5.55rem;
    height: 4.15rem;
  }

  .hotList-m .threePic dt {
    float: none;
    width: 17.75rem;
    height: 4.15rem;
    margin: 0;
  }

  .hotList-m .threePic dt a {
    display: block;
    width: 17.75rem;
    height: 4.15rem;
    margin-top: .4rem;
    text-align: center;
  }

  .hotList-m .threePic img {
    float: left;
    display: block;
    width: 5.55rem;
    height: 4.15rem;
  }

  .hotList-m .threePic img:nth-child(2) {
    margin: 0 0.55rem;
  }

  .hotList-m .onePic .st {
    height: 2rem;
    line-height: .8rem;
    margin-top: .3rem;
  }

  .hotList-m .onePic .keyword,
  .hotList-m .onePic .time {
    line-height: .8rem;
  }

  .loading-m,.nomore-m{
    text-align: center;
  }

  #share {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 99;
  }

  .onePic #share {
    right: 7rem;
    top: .6rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  #share .shareBtn {
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 0;
    background: url(../images/fenxiang02.png) no-repeat center center / 1rem auto;
  }

  #share .shares {
    position: absolute;
    left: auto;
    right: 0.1rem;
    top: 1.4rem;
    width: 1.5rem;
    padding: .5rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
    display: none;

  }

  #share a {
    display: block;
    padding: 0;
    margin: .5rem 0;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 100% 100% !important;
  }


  .loading {
    padding: 30px 0;
    text-align: center;
  }

  .loading span {
    display: inline-block;
    width: 160px;
    height: 40px;
    border: 1px solid #e82930;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    color: #e82930;
    cursor: pointer;
  }

  .loading span:hover {
    background-color: #e82930;
    color: #fff;
  }

  .nomore {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: none;
  }

  .crumbsNav {
    padding-top: .5rem;
    line-height: 1.2rem;
    font-size: .7rem;
  }

  /*文章页*/
  .artBox {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .artBcontit {
    margin-bottom: 0;
  }

  .artBcontit h2 {
    font-size: .8rem;
    line-height: 1.5rem;
    padding: .5rem 0 0 0;
    text-align-last: left;
  }

  .artBcontit p {
    display: none;
  }

  .artBcon {
    height: 700px;
    padding-left: 0;
  }

  .artBcon p {
    font-size: .6rem;
    line-height: 1rem;
    margin-bottom: 1rem;
  }

  .artBcon .contit {
    height: 1rem;
    margin-bottom: 1rem;
    font-size: .7rem;
    line-height: 1rem;
  }
  .artBcon p img {
    max-width: 15rem;
  }

  .artBox .edit {
    margin-bottom: .5rem;
    font-size: .6rem;
    line-height: 1rem;
  }
  .showMore {
    height: 1.5rem;
    margin: .7rem 0 1.2rem;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .artBmore {
    padding: .5rem;
    margin: 1rem 0 .5rem;
  }

  .artBmore p {
    height: 1.5rem;
    font-size: .6rem;
    line-height: 1.5rem;
  }
  /* 标题下方 关注 */
  .authorBox {
    margin-bottom: 1rem;;
  }
  .authorBox .left{
    float: left;
    padding-left: 1.5rem;
    background: url(../images/hua.png) no-repeat left center / 1.2rem auto;
  }
  .authorBox .left span{
    display: block;
    font-size: .65rem;
    line-height: .8rem;
  }
  .authorBox .left cite{
    display: block;
    font-size: .6rem;
    line-height: .7rem;
    font-style: normal;
    color: #999;
  }
  .authorBox .right{
    float: right;
    width: 3.5rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    background-color: #e82930;
    font-size: .7rem;
    line-height: 1.4rem;
    color: #fff;
    text-align: center;
  }
  .authorBox .right i{
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin-right: .3rem;
    background: url(../images/jia.png) no-repeat center / 100% 100%;
  }
  .tit{
    position: relative;
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 2rem;
    text-align: center;
  }
  .tit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.3rem;
    height: .15rem;
    margin-left: -.65rem;
    background: #e82930;
    border-radius: .15rem;
  }

  /* 底部悬浮 */
  .xfbox{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.3rem;
    background-color: #fff;
    border-top: 1px solid #eee;
    z-index: 100;
  }
  .xfbox .search{
    float: left;
    margin-top: .5rem;
    margin-left: .5rem;
  }
  .xfbox .search_txt{
    width: 9rem;
    padding-left: 1.5rem;
    margin-left: 0;
    background-color: #f4f4f4;
  }
  .xfbox .collect {
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    margin: .4rem 0 0 1rem;
    background: url(../images/star01.png) no-repeat center center / 1rem 1rem;
  }
  .xfbox .collect:hover,.xfbox .collected{
    background-image: url(../images/star02.png);
  }
  .xfbox .like {
    float: right;
    height: 1.5rem;
    padding-left: 1.2rem;
    margin: .4rem 3rem 0 1rem;
    background: url(../images/zan01.png) no-repeat left center / 1rem 1rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }
  .xfbox .like:hover,.xfbox .liked{
    background-image: url(../images/zan02.png);
  }
  .xfbox #share {
    right: .5rem;
    top: .4rem;
  }
  .xfbox #share .shares {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 1.4rem;
    width: 1.5rem;
    padding: .2rem 0 .2rem .2rem;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
  /* 通用底部 */
  .footer {
    height: 2rem;
    padding:0;
    overflow: hidden;
    position: relative;
    background: #333;
    margin-top: 2rem;
  }
  .footer-art{
    padding:0 0 2.3rem 0;
  }
  .footer .Width{
    display: none;
  }
  .footer:before {
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "华图教育集团版权所有";
    width: 100%;
    height: 2rem;
    background: none;
    overflow: hidden;
    line-height: 2rem;
    font-size: 0.7rem;
    text-align: center;
  }

}
