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

.new-bread {
  float: left;
  width: 199px;
  height: 62px;
  background-image: url(https://u3.huatu.com/xiamen/2020/4yue/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/xiamen/2020/4yue/bread02.png);
}

.new-bread03 {
  background-image: url(https://u3.huatu.com/xiamen/2020/4yue/bread03.png);
}

.new-bread04 {
  background-image: url(https://u3.huatu.com/xiamen/2020/4yue/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://www.sandytill.com/zt/css/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-bottom: 40px;
  padding: 0 22px 40px 22px;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #ddd;
  background-color: #fff;
}

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

/*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: 500px;
  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 22px;
  border-bottom: 1px dashed #c4c4c4;
  padding: 10px 0;
  line-height: 22px;
}

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

.xn-box ul li a {
  display: inline-block;
  width: 33.33%;
  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;
}

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


.fx_contact {
  margin-top: 60px;
  clear: both;
}
  .contact_l {
    width: 46%;
  }

  .contact_r {
    width: 53.5%;
  }
.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_l p {
    font-size: 14px;
  }
  .contact_r {
    float: right;
    width: 55.5%;
    height: 240px;
  }
  .contact_r_w {
    margin-left: 55px;
  }
@media screen and (max-width:1250px) {
  .newCoursesList .courseTit {
    font-size: 16px;
  }
}

/*新增文章页课程列表end*/
/* 适配 */
@media screen and (max-width:1750px) {
  .tab-r a {
    margin-bottom: 4px;
  }

  .artBox_left {
    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) {
  .tab-r a {
    margin-bottom: 0;
  }

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

  .service-txt {
    left: 110px;
  }

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

  .artBox_left {
    width: 926px;
  }

  .artBox_rig {
    width: 370px;
  }

  .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) {
  .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 {
    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) {
  .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 {
    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("https://www.sandytill.com/zt/images/weibobtn3.png");
    line-height: 37px;
    padding-left: 40px;
    font-size: 16px;
  }

  .weiboBox dl dd a:hover {
    background-image: url("https://www.sandytill.com/zt/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%;
  }

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

  .artBcon table td {
    line-height: 42px;
    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) {
  .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;
  }

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

  .header {
    width: 100%;
  }

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

  .top_nav>li {
    height: 50px;
  }

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

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

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

  .header .tel i {
    display: none;
  }

  .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 {
    width: 680px;
  }

  .artBox_rig {
    width: 280px;
  }

  .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) {
  .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%;
  }

  /* 列表页 */
  .header, .art_hjob, .artBox_rig, .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%;
  }

  .article_head {
    height: 2.4rem;
  }

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

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

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

/*  .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: 1.2rem;
    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;
  }

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

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

  .readkeyw ul li {
    background-position: left center;
    padding-left: .5rem;
    font-size: .65rem;
    line-height: 1.2rem;
  }

  .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.sandytill.com/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) {

	.artBcon table{
		width: auto!important;
		height: auto!important;  
		max-width: 100%!important;  
		max-height: 100%!important;  
	}
/*  #listnav {
    display: none;
  } */
  .contact-msg{
	  font-size: 11px;
  }
  .contact-msg p{
	  font-size: 18px;
  }
 .artBcon img{
    width: auto !important;  
    height: auto !important;  
    max-width: 100% !important;  
    max-height: 100% !important;  
  }
}