@charset "utf-8";

img[alt*="hbicon"]{display: inline-block!important;}

/*头部导航*/
.head {
  position: relative;
}

.head .top {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ddd;
}

.top_nav {
  height: 46px;
  line-height: 46px;
}

.top_nav>li {
  position: relative;
  display: inline;
  float: left;
  width: auto;
  height: 46px;
}

.top_nav cite {
  font-style: normal;
  display: block;
}

.top_nav cite a {
  display: block;
  width: auto;
  float: left;
  height: 46px;
  padding-left: 25px;
  color: #666;
  transition: background 0.3s;
  transform: translateZ(0);
}

.top_nav cite a.huatu {
  padding-left: 0;
  background: none;
}

.top_nav cite a:hover p {
  color: #e45063;
}

.top_nav cite:hover i {
  background-position: -27px -1px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.top_nav cite i {
  float: right;
  width: 8px;
  height: 5px;
  margin: 21px 8px 0 9px;
  background: url(http://www.huatu.com/images/2018css/fenxiao/images/sprite.png) no-repeat;
  background-position: -38px -1px;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  opacity: 0.8;
}

.head .tel {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}

.head .tel a {
  color: #e92930;
}

.head .tel i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 10px 10px 0 0;
  background: url(http://www.huatu.com/images/2018css/fenxiao/images/sprite.png) no-repeat;
  background-position: -23px -158px;
}

.head .login a:hover {
  color: #e92930;
}

.head .login a {
  color: #808080;
}

.head .login div {
  margin: 0 9px;
  color: #d1d1d1;
}

.top .wx {
  position: relative;
  padding-left: 35px;
  background: url(https://u3.huatu.com/hubei/images/topicon.png) no-repeat left center;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 18px;
 
}

.wx:hover .wx_box {
  display: block;
}

.wx:hover {
  color: #44cd66;
}

.wx_wrap {
  width: 192px;
  height: 100px;
  padding: 30px 0 0 20px;
  margin-bottom: 13px;
}

.wx_box {
  display: none;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 227px;
  height: 150px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.wx_box img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
}

.wx_box a {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin-left: 15px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}

.wx_box span {
  display: block;
  float: left;
  width: 95px;
  height: 28px;
  margin: 0 0 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
}

.qq {
  padding-left: 28px;
  margin-left: 20px;
  margin-right: 18px;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fx_qqicon.jpg") no-repeat left center;
}

.qq:hover {
  color: #38b2ff;
}

/* ------主导航下拉 */
.top_nav .navconbg {
  display: none;
  position: absolute;
  left: 0;
  top: 47px;
  z-index: 9;
  background: #fff;
  filter: alpha(opacity=95);
  opacity: 0.95;
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -ms-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -moz-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
  -o-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.top_nav .navcon {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 10;
  overflow: hidden;
}

.top_nav .navconbg01, .top_nav .navcon01 {
  width: 725px;
  height: 280px;
}

.top_nav .navconbg02, .top_nav .navcon02 {
  width: 554px;
  height: 333px;
}

.top_nav .navconbg03, .top_nav .navcon03 {
  width: 114px;
  height: 252px;
}

.top_nav .navconbg04, .top_nav .navcon04 {
  width: 114px;
  height: 168px;
}

.top_nav .navconbg05, .top_nav .navcon05 {
  width: 114px;
  height: 260px;
}

.top_nav .navconbg06, .top_nav .navcon06 {
  width: 217px;
  height: 187px;
}

.top_nav .navcon01 strong {
  padding-top: 0;
  padding-left: 25px;
  line-height: 46px;
  color: #000;
  display: block;
}

.top_nav .navcon01 strong a, .top_nav .navcon02 strong a {
  color: #000;
}

.top_nav .navcon01 strong a:hover, .top_nav .navcon02 strong a:hover {
  color: #e92930;
}

.top_nav .navcon01 p {
  padding-left: 25px;
}

.top_nav .navcon01 p a, .top_nav .navcon02 p a {
  display: block;
  float: left;
  height: 28px;
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon01 p a {
  width: 74px;
}

.top_nav .navcon01 p a:hover, .top_nav .navcon02 p a:hover {
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.top_nav .navcon01 p span {
  display: block;
  float: left;
  width: 46px;
  height: 28px;
  margin-bottom: 5px;
  color: #cbcbcb;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon01 em {
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0 0 0;
  border-top: 1px solid #eaeaea;
  font-size: 0;
}

.top_nav .navcon02 .kc {
  display: inline;
  float: left;
  width: 184px;
  height: 110px;
}

.top_nav .navcon02 .br {
  border-right: 1px solid #eaeaea;
}

.top_nav .navcon02 .bb {
  border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon02 strong {
  padding-top: 20px;
  line-height: 46px;
  color: #000;
  text-align: center;
  display: block;
}

.top_nav .navcon02 p {
  padding-left: 25px;
}

.top_nav .navcon02 p a {
  width: 67px;
}

.top_nav .navcon03 a, .top_nav .navcon04 a, .top_nav .navcon05 a {
  display: block;
  width: 100%;
  height: 42px;
  color: #000;
  font-size: 14px;
  line-height: 42px;
  text-align: left;
  text-indent: 25px;
}

.top_nav .navcon03 a:hover, .top_nav .navcon04 a:hover, .top_nav .navcon05 a:hover {
  background: #e92930;
  color: #fff;
  text-decoration: none;
}

.top_nav .navcon .ewmbox {
  width: 192px;
  height: 100px;
  padding: 30px 0 0 25px;
  margin-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon .ewmbox img {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
}

.top_nav .navcon .ewmbox span {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin: 5px 0 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon .ewmbox a {
  display: block;
  float: left;
  width: 74px;
  height: 28px;
  margin-left: 15px;
  background: #e92930;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.top_nav .navcon .ewmbox a:hover {
  text-decoration: none;
}

.top_nav .navcon06 p {
  height: 28px;
  padding-left: 10px;
  overflow: hidden;
  line-height: 28px;
}

.navlist p {
  /* height:100%;*/
  line-height: 46px;
}

.top_nav .navcon06 p a {
  display: inline-block;
  height: 28px;
  padding: 0 7px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
}

/*头部结束*/
/* 列表页 */
.fxwxqq {
  float: right;
}

.fxwxqq a {
  float: left;
  line-height: 58px;
  font-size: 14px;
  color: #666;
  margin-right: 22px;
}

.fxwxqq a.fx_wx {
  padding-left: 35px;
  background: url(http://www.huatu.com/images/2018css/fenxiao/images/fx_wxicon.jpg) no-repeat left center;
}

.fxwxqq a.fx_qq {
  padding-left: 28px;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fx_qqicon.jpg") no-repeat left center;
}

.fxbartop {
  width: 100%;
  margin: 30px 0 80px;
}

.fxbartop img {
  width: 100%;
}

.fx_nav {
  height: 50px;
  background: #e92930;
}

.fx_nav .Width {
  position: relative;
}

.fx_logo {
  height: 92px;
  float: left;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #ddd;
}

.fx_logo h1 {
  width: 167px;
  height: 38px;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fx_logo.jpg") no-repeat;
  text-indent: -100em;
  margin: 26px 0 0 18px;
  float: left;
}

.fx_logo h2 {
  float: left;
  line-height: 38px;
  border-left: solid 1px #dedede;
  font-size: 30px;
  color: #e82930;
  padding: 0 18px 0 9px;
  margin: 26px 0 0 8px;
}

.fx_navnum {
  float: right;
}

.fx_navnum li {
  float: left;
  line-height: 50px;
  width: 150px;
  height: 47px;
  margin-top: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 47px;
  cursor: pointer;
  margin-left: 6px;
}

.fx_navnum li a {
  color: #fff;
}

.fx_navnum li a:hover {
  text-decoration: none;
}

.fx_navnum li.on {
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.fx_navnum li.on a {
  color: #e82930;
}

.fx_navnum li em {
  float: left;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fx_navicon.png") no-repeat;
}

.fx_navnum li em.fx_navnum1 {
  width: 23px;
  height: 23px;
  margin: 12px 8px 0 20px;
}

.fx_navnum li.on em.fx_navnum1 {
  background-position: -58px 0;
}

.fx_navnum li em.fx_navnum2 {
  width: 19px;
  height: 23px;
  margin: 13px 8px 0 20px;
  background-position: 0 -69px;
}

.fx_navnum li.on em.fx_navnum2 {
  background-position: -62px -69px;
}

.fx_navnum li em.fx_navnum3 {
  width: 21px;
  height: 23px;
  margin: 13px 8px 0 20px;
  background-position: 0 -146px;
}

.fx_navnum li.on em.fx_navnum3 {
  background-position: -60px -146px;
}

.fx_navnum li em.fx_navnum4 {
  width: 22px;
  height: 22px;
  margin: 14px 8px 0 20px;
  background-position: 0 -225px;
}

.fx_navnum li.on em.fx_navnum4 {
  background-position: -58px -225px;
}

.fx_navnum li em.fx_navnum5 {
  width: 22px;
  height: 23px;
  margin: 12px 8px 0 20px;
  background-position: 0 -302px;
}

.fx_navnum li.on em.fx_navnum5 {
  background-position: -58px -302px;
}

.fx_navnum li em.fx_navnum6 {
  width: 23px;
  height: 22px;
  margin: 13px 8px 0 20px;
  background-position: 0 -378px;
}

.fx_navnum li.on em.fx_navnum6 {
  background-position: -58px -378px;
}

.fx_navtab {
  clear: both;
  overflow: hidden;
}

.fx_navtabzx, .fx_navtabzk {
  padding: 28px 0 0 0;
}

.fx_navtabzx a {
  font-size: 16px;
  float: left;
  width: 190px;
  text-align: center;
  line-height: 38px;
}

.fx_navtabzk a {
  font-size: 16px;
  float: left;
  line-height: 38px;
  margin-left: 10px;
}

.fx_navtabzk span {
  font-size: 16px;
  float: left;
  line-height: 38px;
  color: #ccc;
  padding: 0 45px 0 55px;
}

.fx_navtabbk span {
  padding: 0 16px 0 26px;
}

.fxlivehot {
  float: left;
  width: 145px;
  height: 56px;
  margin: 40px 28px 0 0;
}

.fxlivelist {
  float: left;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxlivelist.jpg") no-repeat left 2px;
  margin: 39px 0 0 0;
}

.fxlivelist li {
  padding: 0 0 8px 16px;
  line-height: 24px;
}

.fxlivelist li em {
  font-style: normal;
  font-size: 16px;
}

.fxlivelist li span {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #555657;
  border-radius: 4px;
  margin: 0 15px;
}

.fxlivelist li a {
  font-size: 16px;
  line-height: 24px;
}

.fxlivesty {
  float: right;
  margin-top: 38px;
}

.fxlivesty dl {
  float: left;
  margin-left: 55px;
}

.fxlivesty dl dt, .fxlivesty dl dd {
  float: left;
}

.fxlivesty dl dd {
  padding-left: 20px;
}

.fxlivesty dl dd a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 4px 0 2px;
}

.fxlivesty dl dd p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

.article_head {
  height: 126px;
}

.course-city a em {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/kcsicon.png") no-repeat;
}

.cou-loci {
  float: left;
  margin-top: 40px;
  position: relative;
}

.cou-loci .course-logo {
  background: url(https://u3.huatu.com/hubei/images/logo_2020.png) no-repeat;
  height: 46px;
  width: 195px;
  float: left;
  background-size: 195px 46px;
  text-indent: -100em;
}

.course-city {
  float: left;
}

.course-city a {
  font-size: 28px;
  line-height: 41px;
  padding-left: 10px;
  display: block;
  color: #e92930;
  border-left: solid 1px #ddd;
  margin: 2px 0 0 10px;
}

.course-city a:hover {
  text-decoration: none;
}

.course-city a em {
  float: right;
  width: 8px;
  height: 5px;
  background-position: -171px 0;
  margin: 18px 0 0 12px;
}

.course-cAll {
  width: 810px;
  height: 276px;
  background: #fff;
  border: solid 3px #f3f3f3;
  position: absolute;
  top: 50px;
  left: 192px;
  z-index: 2;
  padding: 33px;
  display: none;
}

.course-cAll strong {
  font-size: 18px;
  font-weight: 100;
  display: block;
  line-height: 18px;
  padding-bottom: 26px;
}

.course-cAll p a {
  font-size: 16px;
  display: inline-block;
  width: 84px;
  text-align: center;
  line-height: 46px;
  margin: 0 0 16px;
}

.course-cAll p a.cur {
  background: #fe004a;
  color: #fff;
  border-radius: 30px;
}

.course-cAll p a:hover {
  background: #fe004a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none
}

.art_hjob {
  float: right;
  width: 820px;
  padding-top: 30px;
}

.art_hjob li {
  float: left;
  font-size: 14px;
  line-height: 32px;
  padding-left: 42px;
}

.art_hjobmore a {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/jobmore.jpg") no-repeat right center;
  padding-right: 20px;
}

.courseNav {
  background: #f61c3a;
  height: 58px;
}

.courseNavs li {
  float: left;
  width: auto;
  text-align: center;
}

.courseNavs li a {
  display: block;
  line-height: 58px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  padding:0 10px;
}

.courseNavs li a:hover {
  text-decoration: none;
  background: #dc0030;
}

.courseNavs li.on a {
  background: #dc0030;
}

.crumbsNavline {
  border-bottom: solid 1px #dedede;
  overflow: hidden;
}

.crumbsNav {
  clear: both;
  line-height: 46px;
  font-size: 14px;
}

.artBox_left,.mainleft {
  width: 1086px;
  float: left;
}

.fxlist_tit {
  border-bottom: solid 1px #dedede;
  height: 72px;
  margin-top: 36px;
}

.fxlist_tit h1 {
  text-align: center;
  font-size: 30px;
  float: left;
}

.fxlist_tit h1 span {
  display: inline-block;
  padding: 0 12px;
  line-height: 72px;
  border-bottom: solid 1px #e92930;
}

.fxlist_tit p {
  float: right;
  width: 530px;
  font-size: 16px;
  height: 100%;
  overflow-y: auto;
}

.fxlist_tit p a {
  float: left;
  width: 98px;
  margin: 0 0 0 6px;
  line-height: 24px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.fxlist_tit p a:hover span {
  text-decoration: none;
  border-bottom: solid 1px #e92930;
  color: #e92930;
}

.fxlist_tit p a:hover {
  text-decoration: none;
}

.fxlist_recom {
  overflow: hidden;
  border-bottom: solid 1px #dedede;
  width: 100%;
}

.fxlist_recom ul {
  padding: 40px 10px 26px;
}

.fxlist_recom ul li {
  overflow: hidden;
  margin-bottom: 14px;
}

.fxlist_recom ul li a {
  line-height: 24px;
  float: left;
}

.fxlist_recom ul li a em {
  display: inline-block;
  width: 48px;
  height: 24px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  background: #e92930;
  line-height: 24px;
  font-style: normal;
  text-align: center;
  margin-right: 12px;
}

.fxlist_recom ul li span {
  float: right;
  color: #999;
  line-height: 24px;
}

.fxlist_cnPage {
  overflow: hidden;
  padding-bottom: 40px;
}

.fxlist_cnPage .fxlist_Conday ul {
  padding-bottom: 0;
}

.fxlist_citynav {
  padding: 42px 0 20px 0;
  overflow: hidden;
}

.fxlist_citynav cite {
  float: left;
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  padding: 0 52px 0 12px;
  margin-bottom: 10px;
}

.fxlist_citynav a {
  float: left;
  font-size: 16px;
  line-height: 28px;
  width: 83px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.fxlist_citynav a.cur {
  background: #fc2653;
  border-radius: 28px;
  color: #fff;
  width: 96px;
}

/* .fxlist_citynavs a:hover{text-decoration:none;background:#fc2653;border-radius:28px;color:#fff;width:96px;}
*/
.fxlist_cnPage .fxlist_citynav a:hover {
  text-decoration: none;
}

.fxlist_Conday ul {
  overflow: hidden;
  padding-bottom: 40px;
}

.fxlist_Conday li {
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxlistnumbj.png) no-repeat 14px center;
  font-size: 18px;
  line-height: 50px;
  overflow: hidden;
  padding-left: 30px;
}

.fxlist_Conday a {
  float: left;
  max-width: 66%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxlist_Conday cite a, .fxlist_Conday mark a {
  color: #888;
  font-size: 16px;
}

.fxlist_Conday cite a:hover {
  color: #e92930;
}

.fxlist_Conday time {
  float: right;
  margin-left: 15px;
  font-size: 16px;
  color: #888;
}

.fxlist_Conday mark {
  float: right;
  background: none;
  color: #999;
  font-size: 16px;
  color: #888;
}

.fxlist_Conday cite {
  font-style: normal;
  float: left;
  margin-right: 5px;
}

.coursePage-prev {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxfyprev.png") no-repeat center;
}

.coursePage-next {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxfynext.png") no-repeat center;
}

.coursePage {
  text-align: center;
  overflow: hidden;
  margin-top: 12px;
}

.coursePage li {
  display: inline-block;
}

.coursePage a {
  display: inline-block;
  padding: 0 14px;
  height: 38px;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 38px;
  margin-right: 12px;
  color: #333;
  border-radius: 4px;
  font-size: 18px;
}

.coursePage a.coursePage-prev, .coursePage a.coursePage-next {
  width: 40px;
  padding: 0;
}

.coursePage a.coursePage-prev:hover {
  background-image: url("https://www.vintagefashionandbeauty.com/zt/images/fxfyprevon.png");
}

.coursePage a.coursePage-next:hover {
  background-image: url("https://www.vintagefashionandbeauty.com/zt/images/fxfynexton.png");
}

.coursePage a:hover {
  text-decoration: none;
  color: #e8453c;
  border: solid 1px #e8453c;
}

.coursePage a.on {
  text-decoration: none;
  background: #e8453c;
  border: solid 1px #e8453c;
  color: #fff;
}

.coursePage li.thisclass a {
  text-decoration: none;
  background: #f61c3a;
  border: solid 1px #f61c3a;
  color: #fff;
}

.coursePage-inp {
  float: left;
  font-style: normal;
  color: #333;
}

.coursePage-inp input {
  width: 50px;
  height: 30px;
  border: solid 1px #eaeaea;
  margin: 0 16px;
  text-align: center;
}

.coursePage-inp button {
  width: 50px;
  height: 32px;
  border: solid 1px #eaeaea;
  background: #eee;
  line-height: 32px;
  margin: 0 0 0 16px;
  cursor: pointer;
  float: right;
}

.artBox_rig {
  width: 450px;
  float: right;
}
.artBox_books{width:440px;}

.artBox_rig form {
  padding-top: 50px;
  overflow: hidden;
}

.artBox_rig form input[type=text] {
  width: 362px;
  padding-left: 19px;
  height: 38px;
  float: left;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: solid 1px #d4d3d3;
  border-right: none;
}

.artBox_rig form input[type=button], .artBox_rig form input[type=submit] {
  width: 68px;
  border: none;
  height: 40px;
  float: left;
  background: #e92930 url(https://www.huatu.com/images/2018css/fenxiao/images/sersonbtn.png) no-repeat center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.artBox_rig form input[type=button]:hover, .artBox_rig form input[type=submit]:hover {
  background-color: #e12128;
}

.weiboBox {
  overflow: hidden;
  box-shadow: 0 0 20px 0 #ddd;
  margin-top: 50px;
  padding-bottom: 32px;
}

.weiboBox a img, .weiboBox dl dt img {
  -webkit-transition: all ease .6s;
  transition: all ease .8s;
}

.weiboBox a img:hover, .weiboBox dl dt img:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.weiboBox dl {
  margin-top: -50px;
}

.weiboBox dl dt img {
  position: relative;
  display: block;
  width: 120px;
  margin: 0 auto;
}

.weiboBox dl dd {
  text-align: center;
}

.weiboBox dl dd a {
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/weibobtn1.png) no-repeat;
  width: 188px;
  height: 46px;
  display: block;
  margin: 32px auto;
  background-size: 100% 100%;
  line-height: 46px;
  color: #fff;
  padding-left: 50px;
  font-size: 18px;
}

.weiboBox dl dd a:hover {
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/weibobtn2.png) no-repeat;
  background-size: 100% 100%;
}

.weiboBox dl dd p span {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 30px;
  font-weight: 100;
}

.weiboBox dl dd p i {
  font-style: normal;
  font-size: 20px;
}

.weiboBox dl dd strong font {
  font-size: 18px;
}

.weiboBox dl dd strong {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
}

.artBox_rkc {
  overflow: hidden;
  border: solid 1px #dedede;
  padding: 0 28px;
  margin: 50px 0 40px;
  padding-bottom: 18px;
}

.artBox_rkcnum {
  padding-top: 28px;
}

.artBox_rkcnum a {
  float: left;
  font-size: 20px;
  margin-left: 34px;
  line-height: 20px;
  padding-bottom: 9px;
}

.artBox_rkcnum a:first-child {
  margin-left: 0;
}

.artBox_rkcnum a.cur {
  border-bottom: solid 2px #e92930
}

.artBox_rkcnum a {
  text-decoration: none;
}

.artBox_rkcls {
  clear: both;
  padding-top: 20px;
}

.artBox_rkcls li {
  font-size: 16px;
  line-height: 38px;
  padding-left: 10px;
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxlistnumbj.png) no-repeat 0 center;
}

.artBox_rkcls li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artBox_rinfo {
  overflow: hidden;
  border: solid 1px #dedede;
  padding: 0 28px 16px;
}

.artBox_rifls {
  clear: both;
  padding-top: 20px;
}

.artBox_rifls li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artBox_rifls li cite {
  float: left;
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 26px;
  font-size: 18px;
  background: #d4d4d4;
  font-style: normal;
  margin-right: 15px;
}

.artBox_rifls li cite.backred {
  background: #e92930;
}

.mytitle {
  height: 40px;
  background: #fff;
  font: 18px "\5FAE\8F6F\96C5\9ED1";
  padding-left: 20px;
  line-height: 40px;
  overflow: hidden;
  border-left: solid 4px #f73e28;
}

/*固定定位*/
.infixed {position: fixed;top:15%;z-index: 10; }

.artBox_books{
  overflow: hidden;
  border: solid 1px #dedede;
  padding: .1rem;
  margin:40px 0 0;
  padding-bottom: 10px;
}


.artBox_rall {
  padding: 0 28px 18px;
  border: solid 1px #dedede;
  margin: 40px 0 0;
}

.artBox_rall .title {
  border-bottom: solid 1px #dedede;
  margin: 30px 0 16px 0;
}

.artBox_rall .title span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-bottom: solid 1px #e92930;
  font-size: 20px;
  padding-bottom: 15px;
}

.artBox_rall div strong {
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  padding: 20px 0;
  display: block;
}

.artBox_rall div p a {
  font-size: 16px;
  color: #999;
  display: inline-block;
  width: 32%;
  line-height: 16px;
  padding-bottom: 20px;
}

.artBox_rall div p a:hover {
  color: #e92930;
}

.artBox_rtool {
  overflow: hidden;
}

.artBox_rtool .title {
  border-bottom: solid 1px #dedede;
  height: 36px;
  margin: 44px 0 6px 0;
}

.artBox_rtool .title span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-bottom: solid 1px #e92930;
  font-size: 20px;
  padding: 0 10px 15px;
}

.artBox_rtool .title a {
  float: right;
  font-size: 14px;
  color: #999;
  padding-right: 5px;
  line-height: 20px;
}

.artBox_rtool .title a:hover {
  color: #e92930;
}

.artBox_rtool dl {
  float: left;
  width: 84px;
  margin: 30px 14px 0;
}

.artBox_rtool dl dt {
  width: 84px;
  height: 84px;
  background-position: left top;
}

.artBox_rtool dl dt a {
  display: block;
  width: 100;
  height: 100%;
}

.artBox_rtool dl dd {
  text-align: center;
  line-height: 16px;
  padding-top: 15px;
}

.artBox_rtool dl.artBox_rtool1 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon1.png) ;
}

.artBox_rtool dl.artBox_rtool2 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon2.png);
}

.artBox_rtool dl.artBox_rtool3 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon3.png);
}

.artBox_rtool dl.artBox_rtool4 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon4.png);
}

.artBox_rtool dl.artBox_rtool5 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon5.png);
}

.artBox_rtool dl.artBox_rtool6 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon6.png);
}

.artBox_rtool dl.artBox_rtool7 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon7.png);
}

.artBox_rtool dl.artBox_rtool8 dt {
  background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/toolicon8.png);
}

.artBox_rtool dl:hover dt {
  background-position: right top;
}

.artBox_rtk {
  border: solid 1px #dedede;
  padding: 0 28px 14px;
  margin-top: 40px;
}

.artBox_rtk .title {
  border-bottom: solid 1px #dedede;
  margin: 30px 0;
}

.artBox_rtk .title span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-bottom: solid 1px #e92930;
  font-size: 20px;
  padding-bottom: 16px;
}

.artBox_rtk .title a {
  float: right;
  font-size: 14px;
  color: #999;
  padding-right: 5px;
  line-height: 20px;
}

.artBox_rtk .title a:hover {
  color: #e92930;
}

.artBox_rtknum {
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 40px;
  overflow: hidden;
  background: #efefef;
}

.artBox_rtknum a {
  float: left;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 25%;
  border-radius: 40px;
}

.artBox_rtknum a.cur {
  background-color: #eb2935;
  background: linear-gradient(to right, rgba(235, 41, 51, 1), rgba(253, 37, 86, 1));
  ;
  color: #fff;
}

.artBox_rtknum a:hover {
  text-decoration: none;
}

.artBox_rtkls li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-left: 46px;
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxtkicon.jpg) no-repeat 15px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artBox_rtkls li:hover {
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxtkiconon.jpg) no-repeat 15px center;
}

.artBox_rtkls li a:hover {
  text-decoration: none;
}

.artBox_rask {
  border: solid 1px #dedede;
  padding: 0 28px 30px;
  margin-top: 40px;
}

.artBox_rask .title {
  border-bottom: solid 1px #dedede;
  margin: 30px 0 10px 0;
}

.artBox_rask .title span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-bottom: solid 1px #e92930;
  font-size: 20px;
  padding-bottom: 15px;
}

.artBox_rask .title a {
  float: right;
  font-size: 14px;
  color: #999;
  padding-right: 5px;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxaskimg1.png") no-repeat left center;
  padding-left: 24px;
  line-height: 20px;
}

.artBox_rask .title a:hover {
  color: #e92930;
}

.artBox_rask dl dt span {
  float: left;
  width: 22px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: #e92930;
  margin-right: 10px;
  font-size: 14px;
}

.artBox_rask dl {
  padding: 18px 9px;
  overflow: hidden;
  border-bottom: solid 1px #dedede;
  cursor: pointer;
}

.artBox_rask dl:hover {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxaskimg4.png") no-repeat;
  background-size: 100% 100%;
}

.artBox_rask dl dt {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artBox_rask dl dd {
  padding-top: 14px;
  overflow: hidden;
}

.artBox_rask dl dd a {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  padding-left: 22px;
}

.artBox_rask dl dd a.artB_raskd {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxaskimg2.png") no-repeat left center;
  margin-right: 28px;
}

.artBox_rask dl dd a.artB_raskk {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/fxaskimg3.png") no-repeat left center;
}

.artBox_rask dl dd span {
  float: right;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}

.artBox_rask dl dd span b {
  font-weight: 100;
}

.articleBox {
  overflow: hidden;
}

.fx_contact {
  background: #f8f8f8;
  overflow: hidden;
  padding-bottom: 70px;
}

.localLine+div .title {
  float: left;
  padding-top: 10px;
  margin-top: -2px;
  font-size: 24px;
  line-height: 24px;
  padding-top: 70px;
}

.localLine+div {
  margin-bottom: 35px;
}

.fx_contact {
  margin-top: 60px;
  clear: both;
}

.contact_l {
  float: left;
  width: 44%;
  height: 240px;
  border-right: 1px solid #dedede;
}

.contact_r {
  float: right;
  width: 55.5%;
  height: 240px;
}

.contact_l img {
  margin-right: 20px;
  margin-bottom: 20px;
}

.contact_type {
  margin-top: 15px;
}

.contact_type>a {
  float: left;
  width: 125px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #62c3fa;
  transition: .5s background ease;
  transform: translateZ(0);
}

.contact_type>a:hover {
  background-color: #41a0e6;
}

.contact_type .contact_one:hover {
  background-color: #3fc784;
}

.contact_type .contact_one {
  margin-left: 30px;
  background-color: #46d29c;
}

.contact_r_w {
  margin-left: 55px;
}

.address>li {
  float: left;
  padding: 0 20px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 35px;
  border-radius: 20px;
  background-color: #efefef;
  cursor: pointer;
}

.address>li.on {
  background-color: #eb2935;
  background: linear-gradient(to right, rgba(235, 41, 51, 1), rgba(253, 37, 86, 1));
  color: #fff;
}

/*联系我们end */
/*内容页*/

.artBcon img {
  height:auto !important;
  margin:0 auto;
}


.artBcontit {
  overflow: hidden;
  border-bottom: solid 1px #dedede;
}

.artBcontit h1 {
  font-size: 34px;
  line-height: 34px;
  padding: 50px 0 0 0;
}

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

.artBcontit p a {
  font-size: 12px;
  color: #999;
  /*line-height:68px;*/
}

.artBcontit p a, .artBcontit p span, .artBcontit p ins {
  display: inline-block;
  padding-left: .5rem;
}

.artBconnav {
  border-left: solid 1px #e5e5e5;
  height: 47px;
  border-right: none;
  margin: 40px 10px 30px;
}

.artBconnav a {
  float: left;
  width: 100px;
  height: 47px;
  line-height: 47px;
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/artjobjt.jpg) no-repeat 102px center;
  padding-left: 28px;
  border: solid 1px #e5e5e5;
  position: relative;
  border-left: none;
}

.artBconnav a:hover {
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/artjobjton.jpg) no-repeat 102px center;
  border: solid 1px #e92930;
  left: -1px;
}

.artBconlist {
  overflow: hidden;
  background: #f8f8f8;
  padding: 30px 25px;
  margin: 0 10px 46px;
}

.artBconlist dt {
  float: left;
}

.artBconlist dd {
  float: left;
  margin-left: 35px;
  width: 790px;
}

.artBconlist dd ul {
  width: 47%;
}

.artBconlist dd ul li {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artBcon {
  overflow: hidden;
  border-bottom: solid 1px #dedede;
  padding: 0 10px;
}

.artBcon a {
  color: #e92930;
}

/* 修改 */
.artBcon p {
  font-size: 18px;
  padding-bottom: 10px;
}

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

.artBcon strong {
  font-weight: 600;
}

.artBcon cite {
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
}

.artBconimgtxt {
  overflow: hidden;
}

.artBconimgtxt img {
  float: left;
  margin-right: 20px;
}

/*.artBconimgtxt dd{float:left;padding-left:20px;width:738px;}
*/
.artBcon em {
  font-style: normal;
  display: inline-block;
  padding: 20px 0 10px;
  font-size: 20px;
}

.artBcon em a {
  color: #e92930;
}

.artBcon ul li {
  line-height: 38px;
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxlistnumbj.png) no-repeat 2px center;
  padding-left: 20px;
}

.artBconname {
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #999;
  line-height: 14px;
  padding: 24px 0 38px;
}
.listPage{width:100%;height: 1rem;margin-bottom: 30px;}
.listPage ul {
  width: 50%;
  height: 1rem;
  text-align: center;
  margin: 0 auto;
}
.listPage li{float:left;padding:10px!important;background:none!important;}
.listPage li a{color:#555;}
.listPage .thisclass a{color:#e92930;}
.listPage li a:hover{color:#e92930;}

.artBwriting {
  padding: 30px 0;
  margin: 0 10px;
}

.artBwriting p {
  line-height: 32px;
}

.artBwriting p span {
  color: #999;
}

.artBser {
  margin: 0 10px;
  box-shadow: 0 0 20px 0 #ddd;
  padding: 50px 100px 50px 40px;
  height: 500px;
}

.artBserRes {
  overflow: hidden;
  padding-bottom: 24px;
}

.artBserRes a {
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
  color: #0e0ecd;
}

.artBserRes a em {
  text-decoration: underline;
  color: #e92930;
  font-style: normal;
}

.artBserRes p {
  line-height: 30px;
  padding: 10px 0;
}

.artBserRes cite {
  font-style: normal;
  color: #999;
  line-height: 16px;
}

.artBserinp {
  margin: 18px 0 0 48px;
  height: 48px;
}

.artBserinp .select {
  width: 110px;
  float: left;
}

.artBserinp .divselect {
  position: relative;
}

.artBserinp .divselect cite {
  width: 84px;
  height: 46px;
  line-height: 46px;
  display: block;
  cursor: pointer;
  font-style: normal;
  font-size: 16px;
  position: relative;
  background: #fafafa url("https://www.vintagefashionandbeauty.com/zt/images/sermore.png") no-repeat 76px center;
  border: solid 1px #dedede;
  border-radius: 5px 0 0 5px;
  padding-left: 24px;
  font-size: 18px;
}

.artBserinp .divselect ul {
  width: 108px;
  position: absolute;
  margin-top: -1px;
  display: none;
  top: 48px;
  max-height: 250px;
  overflow: auto;
  border: solid 1px #dbdbdc;
  border-top: none;
  background: #fff;
}

.artBserinp .divselect ul li {
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-top: solid 1px #ececed;
}

.artBserinp .divselect ul li:hover {
  background: #f8f8f8;
}

.artBserinp .divselect ul li a {
  display: block;
  height: 30px;
  color: #333;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px
}

.artBserinp input[type="text"] {
  width: 550px;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  height: 46px;
  float: left;
  padding-left: 20px;
}

.artBserinp input[type="button"] {
  float: left;
  width: 150px;
  height: 48px;
  border: none;
  font-size: 20px;
  color: #fff;
  background: #e92930;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.artBserinp input[type="button"]:hover {
  background: #e12128;
}

.leftread {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: solid 1px #ddd;
  border: solid 1px #dedede;
  margin: 60px 0 0;
}

.readkeyw {
  width: 510px;
  padding: 0 60px 0 20px;
  border-right: solid 1px #ddd;
}

.readkeyw h4 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}

.readkeyw h4 a {
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
  color: #f61c3a;
}

.readkeyw ul li {
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxlistnumbj.png) no-repeat 6px center;
  padding-left: 22px;
  overflow: hidden;
}

.readkeyw ul li a {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 394px;
}

.readkeyw ul li a:hover {
  color: #f61c3a;
  text-decoration: underline;
}

.readkeyw ul li span {
  float: right;
  color: #999;
}

.readexten {
  width: 408px;
  padding: 0 20px 0 60px;
}

.readexten h4 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}

.readexten div a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.readexten div a:hover {
  color: #e92930;
  text-decoration: underline;
}

.artBjobinfo {
  overflow: hidden;
  clear: both;
}

.artBjobinfo ul {
  margin: 50px 10px 22px 18px;
  line-height: 20px;
}

.artBjobinfo ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: solid 2px #fff;
  margin-right: 34px;
  cursor: pointer;
}

.artBjobinfo ul li a {
  font-size: 20px;
  line-height: 20px;
}

.artBjobinfo ul li.on {
  border-bottom: solid 2px #e92930;
}

.artBjobinfo div a {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  padding: 0 18px;
  border-radius: 32px;
  margin-bottom: 10px;
}

.artBjobinfo div a:hover {
  background: #e92930;
  color: #fff;
}

.artBlike {
  overflow: hidden;
  margin-top: 50px;
}

.hm-t-container {
  width: 100% !important;
}

.artBliketit {
  background-color: #e92930;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 28px;
}

.artBlike-icon {
  float: right;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.artBlike-icon em {
  float: left;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/arthyhicon.png") no-repeat;
  width: 15px;
  height: 15px;
  margin: 12px 8px 0 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.artBlike-icon:hover em {
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}

.artBliketxt {
  margin: 0 26px;
}

.artBliketxt ul {
  float: left;
  width: 50%;
}

.artBliketxt ul li {
  line-height: 38px;
  background: url(https://www.huatu.com/images/2018css/fenxiao/images/fxlistnumbj.png) no-repeat left center;
  padding-left: 16px;
  overflow: hidden;
}

.artBcon table {
  width: 864px;
  border: solid 1px #dedede;
  border-top: solid 2px #e92930;
  margin: 0 auto 32px;
}

.artBcon table th {
  line-height: 46px;
  font-size: 18px;
  border: solid 1px #dedede;
}

.artBcon table td {
  line-height: 26px;
  font-size: 18px;
  border: solid 1px #dedede;
  text-align: center;
  padding: 11px 0;
}

.artBcon table tr:hover {
  background: #f5f5f5;
}

.artBcon table.col-2-left td:nth-child(2),
.artBcon table.col-2-left td:nth-child(1) {
  text-align: left;
}

.artBcon table.col-2-left td[rowspan],
.artBcon table.col-2-left td:nth-last-child(2),
.artBcon table.col-2-left td:nth-last-child(4) {
  text-align: center;
}

.artBcon p img {
  margin: 0 auto;
}

/*新增文章页课程列表*/
.newCoursesList {
  box-shadow: 0 0 20px 0 #ddd;
  padding: 5% 3%;
  margin-top: 60px;
}

.newCoursesList li {
  float: left;
  width: 31.3%;
  margin: 0 1%;
}

.newCoursesList li:hover {
  box-shadow: 0 0 15px 0 #ddd;
}

.newCoursesList li a {
  display: block;
}

.newCoursesList .coursePic {
  display: block;
  width: 100%;
  height: auto;
}

.newCoursesList .courseInfo {
  border: 1px solid #ddd;
  padding: 0 10px 15px;
}

.newCoursesList .courseTit {
  height: 40px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
}

.newCoursesList .classHour {
  float: left;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}

.newCoursesList .attention {
  float: right;
  padding-left: 22px;
  background: url("https://www.vintagefashionandbeauty.com/zt/images/icon-heart.png") no-repeat left center;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}

.newCoursesList .price {
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.newCoursesList .price strong {
  color: #fc2653;
  font-size: 20px;
  margin-right: 20px;
}

/*11.9文章页修改*/
.zwkbox{padding: 30px 0px;border-bottom: solid 1px #dedede；}
.zwkpic {float: left;width:235px;height: 140px;
background:url(https://u3.huatu.com/hubei/images/skzwk.jpg);
	  background-repeat: no-repeat;
	line-height: 140px;
	text-align: center; 
	transition: transform .5s ease;
	margin-right: 20px;

}

.pic04{margin-right: 0;}

.zwkpic:hover {
  transform: translateY(-5px);
}
.zwkpic{display: block;color: #fff;}

 .pic02{background:url(https://u3.huatu.com/hubei/images/sydwzwk.jpg);	  background-repeat: no-repeat;}
.pic03{background:url(https://u3.huatu.com/hubei/images/ywjszwk.jpg);	  background-repeat: no-repeat;}
 .pic04{background:url(https://u3.huatu.com/hubei/images/jdwzzwk.jpg);	  background-repeat: no-repeat;}

/*11.11职位库修改*/
      .zwktitle{width:500px;position:relative;height: 100px;border: dashed 1px #3699ff;margin: 0 auto 50px auto;background-color: #dcf8ff;text-align: center;}
			.zwktitle p{  margin-top: 10px;margin-bottom: 10px;font-size:36px;font-weight: bold;color:#3449df;}  
			.zwktitle span{ font-size:24px;color:#34494f;}  
			
			.zwkcx  ul {display: flex;align-items: center;justify-content: center;flex-direction: row;flex-wrap: wrap;margin-bottom: .5rem;}
            .zwkcx  li {display:flex;width:180px;height: 60px;background: #ebebeb;align-items: center;text-align: center;border-radius:6px;    margin-right: 20px;
    margin-bottom: 20px;	transition: transform .5s ease;}

			.zwkcx  li  a{width:180px;font-size:18px;}

.zwkcx  li:hover {
	transform: translateY(-5px);  background: linear-gradient(#0091f7,#00b7ff);}
	.zwkcx  li  a:hover{width:180px;font-size:18px;color: #fff;}

/*4.6文章页修改*/
.bread-wrap {
  padding-bottom: 30px;
}

.new-bread {
  float: left;
  width: 199px;
  height: 62px;
  background-image: url(https://u3.huatu.com/hubei/images/2020/new_bread01.png);
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  transition: transform .5s ease;
}

.new-bread:hover {
  transform: translateY(-5px);
}

.new-bread a {
  display: block;
  color: #fff;
}

.new-bread02 {
  background-image: url(https://u3.huatu.com/hubei/images/2020/new_bread02.png);
}

.new-bread03 {
  background-image: url(https://u3.huatu.com/hubei/images/2020/new_bread03.png);
}

.new-bread04 {
  background-image: url(https://u3.huatu.com/hubei/images/2020/new_bread04.png);
}

.new-tab {
  margin-top: 70px;
}

.new-bar {
  padding-left: 10px;
  border-bottom: 2px solid #e23a43;
}

.bar-btn {
  float: left;
  width: 116px;
  height: 46px;
  margin-right: 6px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  transition: background-color .5s ease;
  cursor: pointer;
  font-size: 20px;
}

.bar-btn.active {
  background-color: #e23a43;
  color: #fff;
}

.tab-main {
  position: relative;
  box-sizing: border-box;
  display: none;
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 30px;
}

.tab-main.active {
  display: block;
}

.tab-l {
  /* position: absolute;
  top: 50%; */
  float: left;
  width: 40%;
  /* transform:translateY(-50%); */
}

.tab-l img {
  width: 100%;
}

.tab-r {
  float: right;
  width: 55%;
}

.tab-r li {
  width: 100%;


}

.tab-r a {
  position: relative;
  display: table;
  margin-top: 1px;
  margin-bottom: 9px;
}

.tab-r a:last-child {
  margin-bottom: 0;
}

.tab-r a span {
  margin: 0 6px;
  color: #ccc;
}

.tab-r li i {
  position: absolute;
  top: -2px;
  right: -50px;
  width: 48px;
  height: 22px;
  background-image: url(https://u3.huatu.com/hubei/images/2020/new_news.png);
  background-repeat: no-repeat;
}

.contact {
  float: left;
  height: 138px;
  background-color: #f8f8f8;
}

.code-bg {
  float: left;
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  padding: 8px;
  box-shadow: 0 4px 20px #f8dcdc;
  background: linear-gradient(to right, #ea5f66, #f07548, #f78b2b);
}

.code-bg img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
}

.contact-msg {
  float: left;
  margin-left: 20px;
  margin-right: 40px;
  line-height: 26px;
  font-size: 16px;
}

.contact-msg.active {
  margin-right: 20px;
}

.contact-msg p {
  padding-top: 10px;
  font-size: 20px;
  color: #e23a43;
}

.contact-msg span {
  color: #e23a43;
}

.service {
  padding: 0 22px 20px 22px;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #ddd;
  background-color: #fff;
  border: solid 1px #dedede;
}

.service_title {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  color: #e23a43;
  font-weight: bold;
  text-align: center;
}

.service-msg img {
  position: relative;
  float: left;
  z-index: 1;
}

.service-txt {
  position: absolute;
  top: -20px;
  left: 180px;
  z-index: 2;
  font-size: 14px;
}

.service-txt01 {
  margin-left: 10px;
}

.service-txt03 {
  margin-left: 10px;
}

.service-txt04 {
  margin-left: 40px;
}

.service-rec {
  display: block;
}

.service-btn {
  display:block;
  position: relative;
  top: -30px;
  width: 190px;
  height: 50px;
  margin: 0 auto 20px auto;
  border-radius: 40px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 20px #f8dcdc;
  background: linear-gradient(to right, #ec665c, #f07549, #f6892e);
  z-index: 3;
  cursor: pointer;
  transition: transform .5s ease;
}

.service-btn:hover {
  transform: translateY(5px);
  color:#fff;
}

/*xn*/
.xn-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.xn-box {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 600px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  margin-left: -250px;
  z-index: 10;
}

.xn-head {
  background: #da3521;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.xn-head i {
  font-style: normal;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 30px;
  color: #FFFFFF;
}

.xn-head img, .xn-head span, .xn-box ul li a img, .xn-box ul li a span {
  vertical-align: middle;
}

.xn-head img {
  width: 16px;
  height: 14px;
  display: inline-block !important;
}

#xn_closed {
  transition: transform .5s ease;
}

#xn_closed:hover {
  transform: rotate(-180deg);
}

.xn-head span {
  color: #ffffff;
  font-size: 18px;
  margin-left: 12px;
}

.xn-box ul {
  width: 100%;
  padding-top: 10px;
}

.xn-box ul li {
  margin: 0 10px;
  border-bottom: 1px dashed #c4c4c4;
  padding: 5px 0;
  line-height: 22px;
}

.xn-box ul li:last-child {
  border-bottom: none;
}

.xn-box ul li a {
  display: inline-block;
  width: 19%;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  cursor: pointer;
}

.xn-box ul li a:hover {
  color: #FF0000;
}

.xn-box ul li a img {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  margin-left: 8%;
  display: inline-block !important;
}

.xn-time {
  text-align: center;
  margin-top: 12px;
  padding-bottom: 20px;
}

.xn-time span {
  display: inline-block;
  border-radius: 8px;
  background: #ebebeb;
  color: #444444;
  font-size: 14px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}

.artBcon table a{text-decoration: underline;}

.artfixed {position: fixed;bottom:-1040px;right: 5%;}
.artfixed1 {position: absolute;bottom: 580px;top: auto;}

.citywx{width:100%;height: 260px;margin:0 auto;}
.citywx img{display:block;width:200px;height: 200px;margin:0 auto;}
.citywx p{font-size: 16px;color:#666;text-align: center;}

#cambrian0, #cambrian0 div, #cambrian0 img, #cambrian1, #cambrian1 div, #cambrian1 img, #cambrian2, #cambrian2 div, #cambrian2 img, #cambrian3, #cambrian3 div, #cambrian3 img, #cambrian4, #cambrian4 div, #cambrian4 img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-image: none;
    border: none;
    outline: medium none invert;
    color: inherit;
    direction: ltr;
    letter-spacing: inherit;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    white-space: inherit;
    word-spacing: normal;
    font-size: 12px;
    font-family: HanHei SC,PingHei,PingFang SC,STHeitiSC-Light,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    visibility: visible;
    overflow: visible;
    list-style: none;
    float: none;
    clear: none;
    display: block;
    position: static;
    top: auto;
    left: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
	
#cambrian0, #cambrian1, #cambrian2, #cambrian3, #cambrian4 {
    color: #000;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
}	
	
	#cambrian0 ._7Brqef, #cambrian1 ._7Brqef, #cambrian2 ._7Brqef, #cambrian3 ._7Brqef, #cambrian4 ._7Brqef {
    padding: 15px 0;
		background-color: #fff;}
	
	
	#cambrian0 ._1lAJB1, #cambrian1 ._1lAJB1, #cambrian2 ._1lAJB1, #cambrian3 ._1lAJB1, #cambrian4 ._1lAJB1 {
    background-color: #fff;
    overflow: hidden;
		-webkit-tap-highlight-color: transparent;}
	
	
	#cambrian0 ._1lAJB1 ._1ke4J-, #cambrian1 ._1lAJB1 ._1ke4J-, #cambrian2 ._1lAJB1 ._1ke4J-, #cambrian3 ._1lAJB1 ._1ke4J-, #cambrian4 ._1lAJB1 ._1ke4J- {
    padding-top: 2px;
    float: right;
}
	
#cambrian0 ._25ZfXD, #cambrian1 ._25ZfXD, #cambrian2 ._25ZfXD, #cambrian3 ._25ZfXD, #cambrian4 ._25ZfXD {
    width: 57px;
    padding: 8px 0;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #3897f0;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}
	
	#cambrian0 ._1lAJB1 ._8zSUTn, #cambrian1 ._1lAJB1 ._8zSUTn, #cambrian2 ._1lAJB1 ._8zSUTn, #cambrian3 ._1lAJB1 ._8zSUTn, #cambrian4 ._1lAJB1 ._8zSUTn {
    margin-right: 60px;
    overflow: hidden;
}
	
	#cambrian0 ._1lAJB1 ._8zSUTn ._14jbvD, #cambrian1 ._1lAJB1 ._8zSUTn ._14jbvD, #cambrian2 ._1lAJB1 ._8zSUTn ._14jbvD, #cambrian3 ._1lAJB1 ._8zSUTn ._14jbvD, #cambrian4 ._1lAJB1 ._8zSUTn ._14jbvD {
    float: left;
    font-size: 0;
    position: relative;
}
	
	#cambrian0 ._1lAJB1 ._8zSUTn ._14jbvD ._1JSyq3, #cambrian1 ._1lAJB1 ._8zSUTn ._14jbvD ._1JSyq3, #cambrian2 ._1lAJB1 ._8zSUTn ._14jbvD ._1JSyq3, #cambrian3 ._1lAJB1 ._8zSUTn ._14jbvD ._1JSyq3, #cambrian4 ._1lAJB1 ._8zSUTn ._14jbvD ._1JSyq3 {
    margin: 0 8px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #eee;
		box-sizing: border-box;}
	
	#cambrian0 ._1lAJB1 ._8zSUTn ._2UGABC ._1X-0oQ, #cambrian1 ._1lAJB1 ._8zSUTn ._2UGABC ._1X-0oQ, #cambrian2 ._1lAJB1 ._8zSUTn ._2UGABC ._1X-0oQ, #cambrian3 ._1lAJB1 ._8zSUTn ._2UGABC ._1X-0oQ, #cambrian4 ._1lAJB1 ._8zSUTn ._2UGABC ._1X-0oQ {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
#cambrian0 ._1lAJB1 ._8zSUTn ._2UGABC ._27t1FH, #cambrian1 ._1lAJB1 ._8zSUTn ._2UGABC ._27t1FH, #cambrian2 ._1lAJB1 ._8zSUTn ._2UGABC ._27t1FH, #cambrian3 ._1lAJB1 ._8zSUTn ._2UGABC ._27t1FH, #cambrian4 ._1lAJB1 ._8zSUTn ._2UGABC ._27t1FH {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 16px;
    max-width: 60%;
}	
	#cambrian0 ._1lAJB1 ._8zSUTn ._2UGABC ._3AE6SS, #cambrian1 ._1lAJB1 ._8zSUTn ._2UGABC ._3AE6SS, #cambrian2 ._1lAJB1 ._8zSUTn ._2UGABC ._3AE6SS, #cambrian3 ._1lAJB1 ._8zSUTn ._2UGABC ._3AE6SS, #cambrian4 ._1lAJB1 ._8zSUTn ._2UGABC ._3AE6SS {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    font-weight: 300;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#da{display: none;}
#ckda {
    cursor: pointer;
    color: red;
    text-decoration: underline;
}

.footer{
	background:#f5f5f5!important;
}

@media screen and (max-width:1250px) {
  .newCoursesList .courseTit {
    font-size: 16px;
  }
}

/*新增文章页课程列表end*/
/* 适配 */
@media screen and (max-width:1750px) {
	
		.zwkpic{width: 48%;  height: 6rem;    margin-right: 2%; background-size: 100% 100%;font-size:0.75rem;line-height: 5rem;  margin-bottom: .5rem;}
	
	
	
  .tab-r a {
    margin-bottom: 4px;
  }

  .artBox_left,.mainleft {
    width: 986px;
  }

  .artBox_rig {
    width: 400px;
  }

  .artBox_rig form input[type=text] {
    width: 312px;
  }

  .artBserinp input[type="text"] {
    width: 438px;
  }

  .artBconlist dd {
    width: 690px;
  }

  .readkeyw {
    width: 594px;
    padding: 0 35px 0 15px;
  }

  .readkeyw ul li a {
    width: 466px;
  }

  .readexten {
    width: 288px;
    padding: 0 15px 0 35px;
  }

  .artBox_rtool dl {
    width: 72px;
  }

  .artBox_rtool dl dt {
    width: 72px;
    height: 72px;
    background-size: 144px 72px;
  }

  .service-msg img {
    width: 130px;
  }

  .service-txt {
    left: 140px;
  }

  .service-btn {
    top: 0;
  }
}

@media screen and (max-width:1600px) {
	
		.zwkpic{width: 48%;  height: 6rem;    margin-right: 2%; background-size: 100% 100%;font-size:0.75rem;line-height: 5rem;  margin-bottom: .5rem;}
	
  .tab-r a {
    margin-bottom: 0;
  }

  .service-msg img {
    width: 110px;
  }

  .service-txt {
    left: 110px;
  }

  .service-btn {
    top: 20px;
    margin-bottom: 50px;
  }

  .artBox_left,.mainleft {
    width: 926px;
  }

  .artBox_rig {
    width: 370px;
  }
	
	.artBox_books{
		width:360px;
	}
	.artfixed {position: fixed;bottom:-1030px;right: 5%;}
	.artfixed1 {position: absolute;bottom: 520px;top: auto;}

  .artBox_rig form input[type=text] {
    width: 282px;
  }

  .artBserinp input[type="text"] {
    width: 438px;
  }

  .artBconlist dd {
    width: 630px;
  }

  .readkeyw {
    width: 576px;
    padding: 0 30px 0 15px;
  }

  .readkeyw ul li a {
    width: 440px;
  }

  .readexten {
    width: 256px;
    padding: 0 15px 0 30px;
  }

  .artBox_rtool dl {
    width: 72px;
    margin: 30px 10px 0;
  }
}

@media screen and (max-width:1500px) {
	
	
		.zwkpic{width: 48%;  height: 6rem;    margin-right: 2%; background-size: 100% 100%;font-size:0.75rem;line-height: 5rem;  margin-bottom: .5rem;}
		

	
  .code-bg {
    width: 120px;
    height: 120px;
    margin-top: 10px;
  }

  .contact-msg {
    margin-left: 25px;
    margin-right: 35px;
  }

  .top_nav cite a {
    padding-left: 10px;
  }

  .artBox_left,.mainleft {
    width: 896px;
  }

  .artBconlist dd {
    width: 598px;
  }

  .artBserinp input[type="text"] {
    width: 418px;
  }

  .artBserinp input[type="button"] {
    width: 140px;
  }

  .readkeyw {
    width: 546px;
  }

  .readkeyw ul li a {
    width: 408px;
  }

  .readexten {
    width: 256px;
  }

  .artBconnav a {
    width: 90px;
    padding-left: 20px;
  }
}

@media screen and (max-width:1420px) {
	

	.zwkpic{width: 48%;  height: 6rem;    margin-right: 2%; background-size: 100% 100%;font-size:0.75rem;line-height: 5rem;  margin-bottom: .5rem;}

	
  .code-bg {
    width: 100px;
    height: 100px;
    margin-top: 20px;
  }

  .contact-msg {
    margin-left: 15px;
    margin-right: 20px;
  }

  .contact-msg p {
    font-size: 18px;
  }

  .service_title {
    padding-top: 26px;
    padding-bottom: 30px;
    font-size: 20px;
  }

  .service-msg img {
    width: 90px;
  }

  .service-txt {
    left: 90px;
  }

  .service-txt p {
    line-height: 30px;
  }

  .service-btn {
    top: 0;
    margin-top: 24px;
    margin-bottom: 26px;
  }

  .Width, .wrap {
    width: 1200px;
  }

  .art_hjob {
    width: 662px;
  }

  .art_hjob li {
    padding-left: 20px;
  }

  .artBox_left,.mainleft {
    width: 814px;
  }

  .artBox_rig {
    width: 336px;
  }

  .fxlist_tit p a {
    font-size: 14px;
    margin: 0 0 0 30px;
    width: 70px;
  }

  .fxlist_tit p {
    width: 500px;
    margin-right: -5px
  }

  .artBox_rig form input[type=text] {
    width: 257px;
    font-size: 14px;
    padding-left: 10px;
  }

  .weiboBox {
    margin-top: 40px;
  }

  .weiboBox dl dd a {
    margin: 12px auto;
    width: 120px;
    height: 37px;
    background-image: url(http://www.huatu.com/images/2018css/fenxiao/images/weibobtn3.png);
    line-height: 37px;
    padding-left: 40px;
    font-size: 16px;
  }

  .weiboBox dl dd a:hover {
    background-image: url(https://www.huatu.com/images/2018css/fenxiao/images/weibobtn4.png);
  }

  .weiboBox {
    padding-bottom: 22px;
  }

  .weiboBox dl dt img {
    width: 92px;
  }

  .artBox_rkc {
    padding: 0 20px 18px;
  }

  .artBox_rkcnum a {
    font-size: 18px;
    margin-left: 32px;
  }

  .artBox_rkcls li a {
    font-size: 14px;
  }

  .artBox_rkcls li {
    padding-left: 22px;
    background-position: 5px center;
  }

  .artBox_rifls li a {
    font-size: 14px;
  }

  .artBox_rifls li cite {
    margin-right: 12px;
  }

  .artBox_rall {
    padding: 0 0 10px 20px;
  }

  .artBox_rall .title {
    margin: 24px 20px 6px 0;
  }

  .artBox_rall .title span, .artBox_rtool .title span, .artBox_rtk .title span, .artBox_rask .title span {
    font-size: 18px;
  }

  .artBox_rall div strong {
    font-size: 16px;
  }

  .artBox_rall div p a {
    font-size: 14px;
  }

  .artBox_rtool .title {
    margin: 40px 0 10px 0;
  }

  .artBox_rtool dl dt {
    width: 60px;
    height: 60px;
    background-size: 120px 60px;
  }

  .artBox_rtknum {
    width: 100%;
    margin: 0 auto 28px;
  }

  .artBox_rtknum a {
    width: 25%;
    line-height: 32px;
  }

  .artBox_rtk {
    padding: 0 20px 14px;
  }

  .artBox_rtkls li a {
    font-size: 14px;
  }

  .artBox_rtkls li {
    padding-left: 34px;
    background-position: 2px center
  }

  .artBox_rtkls li:hover {
    padding-left: 34px;
    background-position: 2px center
  }

  .artBox_rask {
    padding: 0 20px 30px;
  }

  .artBox_rtool dl {
    width: 60px;
  }

  .artBox_rask dl dt a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .artBox_rask dl dd span, .artBox_rask dl dd a {
    font-size: 12px;
  }

  .artBox_rask dl dd {
    padding-top: 12px;
  }

  .weiboBox dl dd p span {
    font-size: 14px;
  }

  .weiboBox dl dd p i, .weiboBox dl dd strong font {
    font-size: 16px;
  }

  .artBox_rtool dl dd {
    font-size: 14px;
  }

  .artBox_rtool dl {
    margin: 22px 12px 0;
  }

  .fxlist_Conday li {
    line-height: 40px;
  }

  .courseNavs li a {
    font-size: 16px;
  }

  .courseNav {
    height: 50px;
  }

  .courseNavs li a {
    line-height: 50px;
  }

  .artBox_rkc {
    margin: 40px 0 40px;
  }

  .artBox_rkcls li {
    line-height: 30px;
  }

  /* 文章页 */
  .artBcontit h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .artBcontit p {
    line-height: 12px;
    padding: 20px 0 22px;
  }

  .artBconnav {
    margin: 40px 0 30px;
  }

  .artBconlist dt {
    width: 190px;
    height: 118px;
  }

  .artBconlist dd ul li {
    font-size: 14px;
    height: 30px;
  }

  .artBconlist dd {
    width: 550px;
    margin-left: 20px;
  }

  .artBconlist {
    padding: 20px 0 20px 15px;
    margin: 0 0 46px;
  }

  .artBcon p {
    line-height: 32px;
  }

  .artBconimgtxt img {
    width: 290px;
    height: 180px;
  }

  .artBcon cite {
    line-height: 32px;
  }

  .artBserinp .select {
    width: 84px;
  }

  .artBserinp .divselect cite {
    width: 66px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 18px;
    background-position: 66px center
  }

  .artBserinp .divselect ul {
    width: 84px;
    top: 38px;
  }

  .artBserinp .divselect ul li {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .artBserinp .divselect ul li a {
    font-size: 14px;
  }

  .artBser {
    padding: 50px 50px 50px 40px;
  }

  .artBserinp {
    margin: 18px 0 0 40px;
    height: 38px;
  }

  .artBserinp input[type="button"] {
    width: 114px;
    height: 38px;
    font-size: 16px;
  }

  .artBserinp input[type="text"] {
    width: 432px;
    height: 36px;
  }

  .readkeyw {
    width: 490px;
  }

  .readexten h4, .readkeyw h4 {
    font-size: 18px;
  }

  .readkeyw ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .readkeyw ul li a {
    width: 388px;
  }

  .readexten div a {
    font-size: 14px;
    line-height: 30px;
  }

  .readexten {
    width: 230px;
  }

  .artBliketxt ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .artBjobinfo ul li a {
    font-size: 18px;
    line-height: 18px;
  }

  .artBjobinfo div a {
    font-size: 14px;
    line-height: 28px;
  }

  .artBserRes a {
    font-size: 16px;
    line-height: 16px;
  }

  .artBserRes p, .artBserRes cite {
    font-size: 14px;
    line-height: 30px;
  }

  .artBcon table {
    width: 100%!important;
  }

  .artBcon table th {
    line-height: 46px;
    font-size: 16px;
  }

  .address>li, .contact_type>a, .address_info p {
    font-size: 14px;
  }

  .contact_l p {
    font-size: 14px;
  }

  .localLine+div .title {
    padding-top: 40px;
  }

  .localLine+div {
    margin-bottom: 20px;
  }

  .fx_contact {
    padding-bottom: 40px;
  }
}

@media screen and (max-width:1250px) {
	
		.zwkpic{width: 48%;  height: 6rem;    margin-right: 2%; background-size: 100% 100%;font-size:0.75rem;line-height: 5rem;  margin-bottom: .5rem;}
	
  .code-bg {
    width: 110px;
    height: 110px;
    margin-top: 14px;
  }

  .contact:nth-child(2) {
    margin-top: 20px;
  }

  .contact {
    float: none;
  }

  .contact-msg {
    margin-left: 20px;
    margin-right: 30px;
  }

  .contact-msg p {
    font-size: 18px;
  }

  .service_title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .service-msg img {
    width: 80px;
  }

  .service-txt {
    top: -10px;
    left: 80px;
  }

  .service-txt p {
    line-height: 26px;
    font-size: 12px;
  }

  .service-btn {
    top: 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 26px;
    font-size: 18px;
  }

  .new-bread {
    width: 170px;
    height: 58px;
    background-size: 100% 100%;
    font-size: 14px;
  }

  .bread-wrap {
    padding-bottom: 20px;
  }
	

	
	

  .head, .head p {
    font: 14px/50px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  }

  .head {
    width: 100%;
  }

  /* ----主导航 */
  .top_nav {
    height: 50px;
  }

  .top_nav>li {
    height: 50px;
  }

  .top_nav h2 {
    height: 50px;
    line-height: 50px;
  }

  .head .top {
    height: 50px;
    line-height: 50px;
  }

  .head .tel {
    margin-right: 10px;
    font-size: 16px;
  }

  .head .tel i {
    display: none;
  }

  .top .wx {
    padding-left: 0;
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: -9999em;
    overflow: hidden;
  }

  .top_nav h2 a {
    height: 50px;
    padding-left: 0;
  }

  .top_nav h2 i {
    margin-top: 23px;
  }

  /* ------主导航下拉 */
  .top_nav .navconbg {
    top: 50px;
  }

  .top_nav .navcon {
    top: 50px;
  }

  .top_nav .navconbg01, .top_nav .navcon01 {
    width: 670px;
    height: 360px;
  }

  .top_nav .navconbg02, .top_nav .navcon02 {
    width: 464px;
    height: 285px;
  }

  .top_nav .navconbg03, .top_nav .navcon03 {
    width: 91px;
    height: 216px;
  }

  .top_nav .navconbg04, .top_nav .navcon04 {
    width: 91px;
    height: 144px;
  }

  .top_nav .navconbg05, .top_nav .navcon05 {
    width: 91px;
    height: 252px;
  }

  .top_nav .navconbg06, .top_nav .navcon06, .top_nav .navconbg07, .top_nav .navcon07 {
    height: 157px;
  }

  .top_nav .navcon01 strong {
    padding-left: 10px;
    line-height: 40px;
  }

  .top_nav .navcon01 em {
    margin-top: 10px;
  }

  .top_nav .navcon01 p {
    padding-left: 10px;
  }

  .top_nav .navcon02 .kc {
    width: 154px;
    height: 95px;
  }

  .top_nav .navcon02 strong {
    padding-top: 10px;
  }

  .top_nav .navcon02 p {
    padding-left: 10px;
  }

  .top_nav .navcon03 a, .top_nav .navcon04 a, .top_nav .navcon05 a {
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
  }

  .top_nav .navcon .ewmbox {
    height: 90px;
    padding-top: 15px;
  }

  .navlist>h2 p {
    line-height: 50px;
    text-indent: 6px;
  }

  /* ----主导航end */
  .Width {
    width: 1000px;
  }

  .wrap {
    width: 1090px;
  }

  .contact_l {
    width: 46%;
  }

  .contact_r {
    width: 53.5%;
  }

  .art_hjob {
    width: 550px;
  }

  .art_hjob li a, .fxlist_recom ul li a em {
    font-size: 12px;
  }

  .art_hjob li {
    padding-left: 15px;
  }

  .courseNavs li {
    width: 83px;
  }

  .artBox_left,.mainleft {
    width: 680px;
  }

  .artBox_rig {
    width: 280px;
  }
	
  .artBox_books{width:270px;}

  .fxlist_tit h1 {
    font-size: 28px;
  }

  .fxlist_recom ul li a em {
    height: 22px;
    line-height: 22px;
  }

  .fxlist_recom ul li a, .fxlist_recom ul li span {
    line-height: 22px;
    font-size: 14px;
  }

  .fxlist_recom ul {
    padding: 35px 10px 21px;
  }

  .fxlist_citynav cite {
    font-size: 22px;
    padding: 0 25px 0 12px;
    line-height: 24px;
  }

  .fxlist_citynav a {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    width: auto;
    padding: 0 14px;
  }

  .fxlist_citynav a.cur {
    width: auto;
  }

  .fxlist_citynav {
    padding: 35px 0 18px 0;
  }

  .fxlist_Conday time, .fxlist_Conday mark, .fxlist_Conday cite a {
    font-size: 14px;
  }

  .fxlist_Conday a {
    font-size: 16px;
  }

  .fxlist_Conday ul {
    padding-bottom: 36px;
  }

  .artBox_rig form input[type=text] {
    width: 200px;
  }

  .weiboBox dl dd p span {
    line-height: 24px;
  }

  .weiboBox dl dt img {
    width: 74px;
  }

  .weiboBox {
    margin-top: 35px;
  }

  .weiboBox dl dd strong, .weiboBox dl dd strong font {
    font-size: 12px;
    line-height: 22px;
  }

  .weiboBox dl dd p i {
    font-size: 14px;
  }

  .weiboBox dl dd p span {
    font-size: 12px;
  }

  .weiboBox dl dd a {
    width: 106px;
    height: 32px;
    font-size: 14px;
    padding-left: 30px;
    line-height: 32px;
  }

  .artBox_rkc {
    margin: 35px 0;
  }

  .artBox_rkcnum a {
    margin-left: 16px;
    font-size: 17px;
  }

  .artBox_rkcnum {
    padding-top: 24px;
  }

  .artBox_rkcls {
    padding-top: 12px;
  }

  .artBox_rifls li cite {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
  }

  .artBox_rifls li a {
    line-height: 22px;
    font-size: 12px;
  }

  .artBox_rifls li {
    line-height: 22px;
    margin-bottom: 12px;
  }

  .artBox_rall, .artBox_rask {
    margin-top: 35px;
  }

  .artBox_rtool dl dt {
    width: 48px;
    height: 48px;
    background-size: 96px 48px;
  }

  .artBox_rtool dl {
    margin: 16px 11px 0;
    width: 48px;
  }

  .artBox_rtool dl dd {
    font-size: 12px;
    padding-top: 6px;
  }

  .artBox_rtk {
    margin: 35px 0;
    padding: 0 20px 12px;
  }

  .artBox_rtknum a {
    line-height: 26px;
    font-size: 12px;
  }

  .artBox_rtkls li a {
    font-size: 12px;
  }

  .artBox_rtkls li {
    margin-bottom: 14px;
  }

  .artBox_rtknum {
    margin: 0 auto 23px;
  }

  .artBox_rtk .title {
    margin: 24px 0;
  }

  .artBox_rask .title {
    margin: 24px 0 10px 0;
  }

  .artBox_rask dl dd a.artB_raskd {
    margin-right: 10px;
  }

  .artBox_rask dl dd span b {
    display: none;
  }

  .artBox_rask {
    padding: 0 20px 25px;
  }

  .coursePage a {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
  }

  .coursePage a.coursePage-prev, .coursePage a.coursePage-next {
    width: 32px;
    background-size: 8px 13px;
  }

  .fxlist_tit p a {
    margin: 0 0 0 28px;
  }

  .fxlist_tit p {
    width: 490px;
  }

  .artBconlist dd ul {
    width: 48%;
  }

  /* 文章页 */
  .artBcontit h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .artBconnav {
    height: 36px;
    margin: 30px 0 20px;
  }

  .artBconnav a {
    width: 75px;
    height: 34px;
    padding-left: 20px;
    line-height: 34px;
    font-size: 12px;
    background-position: 84px center;
    background-size: 5px 8px;
  }

  .artBconlist {
    padding: 20px 10px;
    margin: 0 0 32px;
  }

  .artBconlist dt {
    width: 162px;
    height: 101px;
  }

  .artBconlist dd ul li {
    font-size: 12px;
    height: 26px;
  }

  .artBconlist dd {
    width: 478px;
    margin-left: 20px;
  }

  .artBcon p {
    line-height: 32px;
    padding-bottom: 30px;
  }

  .artBcon em {
    font-size: 18px;
  }

  .artBcon ul li {
    font-size: 14px;
    line-height: 32px;
  }

  .artBwriting p {
    font-size: 14px;
  }

  .artBser {
    padding: 40px 46px 40px 40px;
  }

  .artBconimgtxt img {
    width: 220px;
    height: 138px;
  }

  .artBserinp input[type="button"] {
    width: 94px;
    height: 38px;
    font-size: 14px;
  }

  .artBserinp input[type="text"] {
    width: 312px;
    height: 36px;
  }

  .readkeyw {
    width: 370px;
  }

  .readkeyw h4 a {
    font-size: 12px;
  }

  .readexten h4, .readkeyw h4 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .readkeyw ul li {
    font-size: 12px;
    line-height: 28px;
  }

  .readkeyw ul li a {
    width: 270px;
  }

  .readexten div a {
    font-size: 12px;
    line-height: 28px;
  }

  .readexten {
    width: 216px;
  }

  .artBliketit {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .artBliketxt {
    margin: 0 20px;
  }

  .artBliketxt ul li {
    font-size: 12px;
    line-height: 28px;
  }

  .artBjobinfo ul li a {
    font-size: 16px;
    line-height: 16px;
  }

  .artBjobinfo div a {
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    margin-bottom: 0;
  }

  .artBserRes p, .artBserRes cite {
    font-size: 14px;
    line-height: 30px;
  }

  .artBjobinfo ul {
    margin: 26px 10px 10px 18px;
  }

  .artBjobinfo ul li {
    margin-right: 26px;
  }
}

/* 适配移动 */
@media screen and (max-width:1080px) {
	
	fieldset{box-sizing: border-box;width: 104%!important;margin-left: -2%!important;padding:5px!important;}
	
	/* .artBcon a,.artBcon strong {font-size: .7rem;} */
	.artfixed {position: static;}
	.artfixed1 {position: static;}
	.artBox_books{width:98.5%;}
	
	
	.listPage li{padding:0 0.1rem!important;}
	.listPage{margin-bottom: 0;}
  .artBcon table td{
    line-height: 1rem;
    font-size: .7rem;
    padding: .4rem 0;
  }


  .artBox_rtool{margin-bottom: 1rem;display: none;}
/*11.9新增*/
	.zwkbox{padding: .5rem 0}
	.zwkpic{width: 48%;  height: 6rem;    margin-right: 2%; background-size: 100% 100%;font-size:0.75rem;line-height: 5rem; margin-top: .5rem; margin-bottom: .5rem;}
    .zwkpic:nth-child(even) { margin-right: 0; }
	
	/*11.11新增*/
		.zwktitle { width: 16rem;height: 3.2rem;margin: 0 auto;}
				.zwktitle p{ margin-top: 0;margin-bottom:0rem;font-size:1rem;}   
				.zwktitle span {font-size:.7rem;}
				
				
				.zwkcx  li {width:23%;height: 2.2rem;margin: 1%;line-height: 1rem;border-radius:.15rem;}

			.zwkcx  li  a{font-size:.6rem;}
	
	
	
	
	
  .bread-wrap {
    padding-top: .5rem;
    padding-bottom: 0;
  }
	
  .new-bread {
    width: 49%;
    height: 2rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    background-size: 100%;
    font-size: .75rem;
    line-height: 1.9rem;
  }

  .new-bread:nth-child(even) {
    margin-right: 0;
  }

  .new-tab {
    margin-top: 1rem;
    padding: 0 .5rem;
  }

  .new-bar {
    padding-left: 0;
    border-width: .05rem;
  }

  .bar-btn {
    width: 4rem;
    height: 1.5rem;
    margin-right: .15rem;
    line-height: 1.5rem;
    border-radius: .1rem .1rem 0 0;
    font-size: .75rem;
  }

  .tab-main {
    padding: .5rem;
  }

  .tab-l {
    float: none;
    width: 100%;
    margin-top: .5rem !important;
    margin-bottom: .7rem;
  }

  .tab-r {
    float: none;
    width: 100%;
  }

  .tab-r a {
    margin-top: .4rem;
    line-height: 1rem;
    font-size: .72rem;
  }

  .tab-r a i {
    top: -0.05rem;
    right: -1.25rem;
    width: 1.2rem;
    height: .55rem;
    background-size: 100%;
  }

  /* 列表页 */
  .head, .art_hjob, .fx_contact, .footer>div {
    display: none;
  }

  /* .footer>div.footNav {
    display: block;
  } */

  .footer .footNav {
    padding: 1.6rem 0;
    margin-top: 0;
  }

  .footer .footNav p {
    font-size: .65rem;
    line-height: .85rem;
  }

  .footer {
    padding: 0;
  }

  body, .Width, .artBox_left, .wrap {
    width: 100%;
  }

  .artBox_rig {
    width: 95%;
    margin: 0 2.5%;
}

  .artBox_rig form input[type=text]{width:78%;}
  /* .artBox_rig form{padding-top:.5rem;}
  .service{margin-top:.5rem;} */
  .service_title{font-size: 1rem;}

   .artBox_rig form input[type=submit] {
    width: 18%;
}
.service{margin-top:1.5rem;}
.artBox_rig form{padding-top:1.5rem;}

  .service-txt p {
    line-height: 1.2rem;
    font-size: .7rem;
  }
  .service-txt{margin-left:2rem;}
  .service-msg img{margin-left:1rem;}

  .artBox_rtool dl {
    margin: 1%;
    width: 10%;
  }



  .article_head {
    height: 4rem;
  }

  .cou-loci {
    margin-top: 1rem;
  }

  .cou-loci .course-logo {
    width: 7.5rem;
    height: 1.8rem;
    background-size: 100% 100%;
  }

  .course-city a {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .courseNav {
    height: 2rem;
    overflow: hidden;
  }

  .courseNavs {
    white-space: nowrap;
    overflow: hidden;
  }

  .courseNavs li {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    float: none;
  }

  .courseNavs li a {
    padding: 0 .2rem;
    line-height: 2rem;
    font-size: .7rem;
  }

  .fxlist_tit {
    height: auto;
    margin: .8rem .5rem 0;
    overflow: hidden;
    padding-bottom: .5rem;
  }

  .fxlist_tit h1 {
    font-size: 1rem;
  }

  .fxlist_tit h1 span {
    line-height: 1.6rem;
    padding: 0 0 .2rem;
  }

  .fxlist_tit p {
    width: auto;
    overflow: hidden;
  }

  .fxlist_tit p a {
    font-size: .65rem;
    margin: 0 .8rem 0 0;
    width: auto;
    line-height: 1.2rem;
  }

  .fxlist_recom ul {
    padding: .9rem .5rem .4rem;
  }

  .fxlist_recom ul li a, .fxlist_recom ul li span {
    line-height: .8rem;
    font-size: .65rem;
  }

  .fxlist_recom ul li a em {
    height: .8rem;
    line-height: .8rem;
    width: auto;
    padding: 0 .2rem;
    margin-right: .2rem;
  }

  .fxlist_recom ul li a {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fxlist_recom ul li span {
    width: 28%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fxlist_recom ul li {
    margin-bottom: .4rem;
  }

  .fxlist_citynav {
    padding: .9rem 0 .3rem;
  }

  .fxlist_citynav cite {
    font-size: .9rem;
    line-height: 1rem;
    margin: 0;
    padding: 0 .8rem 0 .5rem;
  }

  .fxlist_citynav a {
    font-size: .65rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .4rem;
    margin-bottom: .5rem;
  }

  .fxlist_Conday {
    margin: 0 .5rem;
  }

  .fxlist_Conday ul {
    padding-bottom: .6rem;
  }

  .fxlist_Conday li {
    padding-left: .5rem;
    font-size: .75rem;
    line-height: 1.3rem;
    background-position: left center;
  }

  .fxlist_Conday time, .fxlist_Conday mark, .fxlist_Conday cite a {
    font-size: .65rem;
    width: auto;
  }

  .fxlist_Conday mark {
    display: none;
  }

  .fxlist_Conday a {
    font-size: .7rem;
    width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fxlist_Conday time {
    margin-left: .5rem;
  }

  .coursePage {
    margin: .6rem 0 2rem;
  }

  .coursePage a {
    height: 1rem;
    line-height: 1rem;
    font-size: .65rem;
    padding: 0 .4rem;
    margin: 0 .1rem .5rem;
  }

  /* 内容页 */
  .crumbsNav {
    font-size: .65rem;
    width: auto;
    padding: 0 .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .artBcontit {
    padding: 0 .5rem;
  }

  .artBcontit h1 {
    font-size: 1rem;
    line-height: 1rem;
    padding: .8rem 0 0 0;
  }

  .artBcontit p {
    padding: .6rem 0 .62rem;
  }

  .artBcontit p ins, .artBcontit p span, .artBconnav {
    display: none;
  }

  .artBconnav {
    width: 100%;
  }

  .artBconlist {
    padding: .8rem .5rem;
    margin: 0;
  }

  .artBconlist dt {
    width: 8rem;
    height: 5rem;
    margin: .5rem auto;
    float: none;
  }

  .artBconlist dd {
    width: auto;
    margin: 0;
    float: none;
    overflow: hidden
  }

  .artBcon {
    padding: .8rem .5rem 0;
  }

  .artBcon cite {
    line-height: 1.2rem;
    font-size: 1rem;
  }

  .artBcon p {
    line-height: 1.3rem;
    font-size: .75rem;
    padding-bottom: .8rem;
  }

  .tuijian p:nth-child(1){padding-bottom: .5rem;}

  .artBconimgtxt img {
    width: 8rem;
    height: 5rem;
  }

  .artBcon em {
    font-size: .75rem;
    line-height: .9rem;
  }

  .artBcon ul li {
    font-size: .65rem;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .5rem;
    background-position: left center;
  }

  .artBconname {
    font-size: .65rem;
    line-height: .7rem;
    padding: .6rem 0 .9rem;
  }
  .listPage ul{width:70%;}
  .listPage ul li{
    padding:.2rem!important;
  }
  .artBwriting {
    padding: .9rem 0;
    margin: 0 .5rem;
  }

  .artBwriting p {
    font-size: .65rem;
    line-height: 1.2rem;
  }

  .leftread {
    padding: .9rem .5rem .6rem;
    margin: 1rem .5rem 0;
  }

  .readkeyw {
    width: 100%;
    padding: 0;
    border: none;
  }

  .readexten h4, .readkeyw h4 {
    font-size: .75rem;
    line-height: .75rem;
  }
  .artBox_rifls li{
    background-position: left center;
    font-size: .65rem;
    line-height: 1rem;
    margin-bottom: .4rem;
  }

  .artBox_rifls li span {
    width: .9rem!important;
    line-height: .9rem!important;
    font-size: .7rem!important;
    margin-right: .3rem!important;
    height: .9rem!important;
}

  .readkeyw ul li,.artBox_rkcls li{
    background-position: left center;
    padding-left: 0;
    font-size: .65rem;
    line-height: 1.2rem;
  }
  .artBox_rkcls li a{
    font-size: .7rem;
    line-height: 1.5rem;
  }
  
  .artBox_rifls li a{
    font-size: .7rem;
    line-height: 1rem;

  }



  .readkeyw ul li span {
    font-size: .65rem;
  }

  .readkeyw ul li a {
    width: 12rem;
  }

  .leftread .fl, .leftread .fr {
    float: none;
  }

  .readexten {
    padding: .8rem 0 0;
    width: auto;
  }

  .readexten div a {
    font-size: .65rem;
    line-height: 1.2rem;
  }

  .artBlike {
    margin: 1rem .5rem 0;
  }

  .artBliketit {
    font-size: .7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .6rem;
  }

  .artBlike-icon {
    font-size: .65rem;
    line-height: 1.5rem;
    padding-left: 1rem;
  }

  .artBliketxt {
    margin: 0;
  }

  .artBliketxt ul li {
    font-size: .65rem;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .5rem;
    background-position: left center;
  }

  .artBjobinfo {
    margin: 1rem .5rem;
  }

  .artBjobinfo ul {
    margin: 0;
  }

  .artBjobinfo ul li {
    font-size: .9rem;
    line-height: .9rem;
    padding-bottom: .3rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
  }

  .artBjobinfo ul li a {
    font-size: .7rem;
    line-height: .7rem;
  }

  .artBjobinfo div a {
    font-size: .6rem;
    line-height: 1.1rem;
    padding: 0 .5rem;
  }

  .artBser {
    margin: 0 .5rem;
    padding: .8rem .5rem;
  }

  .artBserRes a {
    font-size: .7rem;
    line-height: .8rem;
  }

  .artBserRes p, .artBserRes cite {
    font-size: .65rem;
    line-height: 1.1rem;
  }

  .artBserRes p {
    padding: .4rem 0;
  }

  .artBserRes {
    padding-bottom: .6rem;
  }

  .artBserinp {
    margin: .6rem 0 0 0;
  }

  .artBserinp .select {
    width: auto;
  }

  .artBserinp .divselect cite {
    width: 2.4rem;
    height: 1.5rem;
    padding-left: .4rem;
    line-height: 1.5rem;
    background-position: 2rem center;
  }

  .artBserinp input[type="text"] {
    width: 10rem;
    height: 1.5rem;
    padding-left: .5rem;
  }

  .artBserinp input[type="button"] {
    width: 2.5rem;
    height: 1.6rem;
    font-size: .65rem;
    line-height: 1.5rem;
  }

  /*公务员频道guojia*/
  .bqbgcolor {
    color: #red;
  }
}

/*地市添加修改20180202*/
#listnav {
  width: 100%;
  z-index: 2000;
  border-bottom: solid 1px #ddd;
  background: #f8f8f8;
  overflow: hidden;
  padding: 20px 0;
}

.listnavtxt h3 {
  float: left;
  padding: 0 18px 0 10px;
  border-right: solid 1px #dfdfdf;
  font-size: 18px;
  font-weight: bold;
  margin-right: 18px;
}

.listnav-hd {
  width: 288px;
  overflow: hidden;
  float: left;
}

.listnav-hn {
  width: 288px;
  overflow: hidden;
  float: left;
}

.listnav-hb {
  width: 425px;
  overflow: hidden;
  float: left;
}

.listnav-hd strong, .listnav-hd a {
  font-size: 16px;
  float: left;
  margin: 0 30px 0 0;
}

.listnav-hn strong, .listnav-hn a {
  font-size: 16px;
  float: left;
}

.listnav-hn strong, .listnav-hb strong, .listnav-hb a, .listnav-hn a {
  margin: 0 30px 0 0;
}

.listnav-hb strong, .listnav-hb a {
  font-size: 16px;
  float: left;
}

.banrsmall dt.cur, #searchbtn, .mlistup, .mlistdown, .serchzwtit {
  background: url("https://www.vintagefashionandbeauty.com/zt/images/sydw/img.png") no-repeat;
}

.listnavtxt p {
  overflow: hidden;
}

@media screen and (max-width: 1700px) {
  .listnav-hd strong, .listnav-hd a, .listnav-hn strong, .listnav-hn a, .listnav-hb strong, .listnav-hb a {
    margin: 0 25px 0 0;
  }

  .listnav-hd {
    width: 268px;
  }

  .listnav-hn {
    width: 268px;
  }

  .listnav-hb {
    width: 385px;
  }
}

@media screen and (max-width: 1550px) {
  .listnav-hd strong, .listnav-hd a, .listnav-hn strong, .listnav-hn a, .listnav-hb strong, .listnav-hb a {
    margin: 0 20px 0 0;
  }

  .listnav-hd {
    width: 228px;
  }

  .listnav-hn {
    width: 228px;
  }

  /* 修改 */
  .listnav-hb {
    width: 355px;
  }
}

@media screen and (max-width: 1420px) {
  .tab-l {
    margin-top: 16px;
  }

  .listnav-hd strong, .listnav-hd a, .listnav-hn strong, .listnav-hn a, .listnav-hb strong, .listnav-hb a {
    margin: 0 20px 0 0;
  }

  .listnav-hd {
    width: 208px;
  }

  .listnav-hn {
    width: 208px;
  }

  /* 修改 */
  .listnav-hb {
    width: 334px;
  }
}

@media screen and (max-width: 1250px) {
  .tab-l {
    margin-top: 36px;
  }

  .listnavtxt h3 {
    font-size: 16px;
  }

  .listnav-hd strong, .listnav-hd a, .listnav-hn strong, .listnav-hn a, .listnav-hb strong, .listnav-hb a {
    font-size: 14px;
    margin: 0 16px 0 0;
  }

  /* 修改 */
  .listnav-hd {
    width: 176px;
  }

  .listnav-hn {
    width: 178px;
  }

  .listnav-hb {
    width: 278px;
  }
}

@media screen and (max-width: 1080px) {
  #listnav {
    display: none;
  }
}
