.artical_nav {
  width: 1200px;
  margin: 0 auto;
}

.artical_navigation {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}

/* 添加 我要留学 导航样式 */
.w {
  width: 1200px;
  margin: 0 auto;
}

.navlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navlist li {
  margin-right: 0px !important;
  font-weight: bold !important;
  position: relative;
}

.navlist li a {
  padding: 0px !important;
}

/* 以上是  我要留学 的样式 */

.nav_1 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.nav_2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff4743;
}

.artical_info {
  width: 1200px;
  margin: 0 auto;
  background-color: #f7f6f7;
  display: flex;
  align-items: top;
  justify-content: space-between;
  padding: 16px 0;
  box-sizing: border-box;
}

.artical_left {
  width: 817px;
  background-color: #fff;
  padding: 24px 32px;
  box-sizing: border-box;
}

.article_right {
  width: 367px;
}

.atr_title {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  line-height: 35px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.atr_tips {
  display: flex;
  margin: 12px auto;
  align-items: center;
  justify-content: space-between;
  color: #999;
  line-height: 20px;
  font-size: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}

.atr_tips .icon_img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
}

.atr_tips span {
  vertical-align: middle;
}

.art_content {
  font-weight: 400;
  color: #666;
  line-height: 32px;
  font-size: 15px;
  word-wrap: break-word;
}
.art_content p {
  padding-bottom: 30px;
}

.art_content a.anchorclass {
  padding-top: 60px;
  margin-top: -60px;
}

.art_content img {
  max-width: 100%;
}

/* 修改文章表格样式 */
.art_content table,
td {
  border: 1px solid #c5c5c5 !important;
  border-collapse: collapse;
  text-align: center;
  color: #333333;
  margin: auto;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 10px;
}
.art_content table td a {
  color: #1001ee !important;
  margin: auto;
  text-decoration: underline;
}

/* 以上是修改文章表格样式 */

.last_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
}

.jump_title {
  font-size: 15px;
  color: #666666;
  padding-bottom: 5px;
}

.jump_name {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  max-width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jump_name:hover {
  color: #ff4743;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.disclaimers {
  margin-top: 100px;
  margin-bottom: 50px;
}

.dis_title {
  color: #ff4743;
  font-size: 14px;
}

.disclaimers p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.art_search {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
}

.art_sea_btn {
  background-color: #ff4743;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 80px;
  height: 100%;
  line-height: 38px;
  border-radius: 0 4px 4px 0;
}

.s_input {
  height: 38px;
  border: 1px solid #ebebeb;
  border-right: none;
  border-radius: 4px 0 0 4px;
  width: 288px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
}

.s_input:focus {
  border: 1px solid #ff4743;
  border-right: none;
  box-shadow: none;
  outline: none;
}

.art_sea_btn img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

.art_module {
  background-color: #fff;
  padding: 16px 20px;
  margin-top: 10px;
}

.module_title {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.moress {
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.mid_btn {
  width: 16px;
  height: 16px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  color: #333333;
}

.mid_btn:hover {
  color: #333333;
}

.btnbg1 {
  background: #ff4743;
}

.btnbg2 {
  background: #fa8420;
}

.btnbg3 {
  background: #ffc04a;
}

.btnbg4,
.btnbg5,
.btnbg6,
.btnbg7,
.btnbg8,
.btnbg9,
.btnbg10 {
  background: #c5c5c5;
}

.module_title i {
  width: 3px;
  height: 16px;
  background: linear-gradient(360deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.item_red {
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ff4743;
  line-height: 30px;
  color: #ff4743;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 8px;
  word-break: break-all;
  /* 溢出省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.item_red:hover {
  background-color: #fff7f7;
}

.item_yellow {
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ff8f00;
  line-height: 30px;
  color: #ff8f00;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 8px;
  /* 溢出省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.item_yellow:hover {
  background-color: #fff5e1;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.art_list_box {
  padding: 12px 20px;
  background-color: #fff;
}

.art_list_box a {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  display: block;
  cursor: pointer;
}

.art_list_box a .circlr_svg {
  display: inline-block;
  width: 4px;
  height: 4px;
  /* background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  background-size: 10px 10px; */
  margin-right: 5px;
  background: #e4e4e4;
  vertical-align: middle;
}

.column_box {
  background-color: #fff;
}

.art_list_box a:hover {
  color: #ff4743;
}

.column {
  width: 100%;
  padding: 14px 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.column .gang {
  color: #dedede;
}

.column .title {
  font-weight: 500;
  color: #333333;
  font-size: 15px;
  padding: 0 5px;
}

.col {
  background-color: #fff;
  padding: 0 20px;
}

.col_item {
  color: #ff4743;
  font-size: 14px;
  /* background-color: #fff7f7; */
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #ff4743;
  cursor: pointer;
  margin-bottom: 10px;
}

.col_item a {
  color: #ff4743;
}

.col_item:hover {
  color: #fff;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
}

.col_item:hover a {
  color: #fff;
}

.fenye {
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fenye span {
  color: #333333;
  border: 1px solid #e7e7e7;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.fenye span:hover {
  color: #fff;
  background-color: #ff4743;
}

/* list */
.key_list {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}

.key_item {
  max-width: 590px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  /* vertical-align: middle; */
  justify-content: flex-start;
  align-items: center;
  /* 溢出省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.key_item:hover {
  color: #ff4743;
}

.key_list .time {
  color: #777777;
  font-size: 14px;
}

/* 政策 */

.policy_box {
  background-color: #fff;
}

.po_tab span {
  cursor: pointer;
}

/* .active { */
/* border-bottom: 2px solid #ff4743; */
/* } */
.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #ff4743;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.po_new {
  margin-right: 20px;
  padding-bottom: 4px;
}

#tab2 {
  padding-bottom: 4px;
}

.top_imgnew {
  width: 100%;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.top_imgnew a {
  width: 48%;
  cursor: pointer;
}

.top_imgnew img {
  height: 72px;
  object-fit: cover;
  display: block;
}

.top_imgnew p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  margin-top: 8px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}

.top_imgnew p:hover {
  color: #ff4743;
}

/* 分页   样式一样  */
.pages {
  text-align: center;
  padding-top: 71px;
  font-size: 0;
}

.pages .total {
  font-size: 16px;
  margin: 0 10px;
  vertical-align: middle;
}

.pages .prev,
.pages .next {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0 20px;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  border-radius: 4px;
}

.pages .prev img,
.pages .next img {
  width: 12px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.pages .page {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #e7e7e7;
  vertical-align: middle;
}

.pages .page:hover {
  background: #ff4743;
  color: #fff;
}

.pages .page.active {
  background: #ff4743;
  color: #fff;
}

.pages input {
  width: 75px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  background: #fff;
}

/* 二维码分享 */
.xian {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #eeeeee;
}

.duo {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  color: #fe4841;
}

.ewm {
  margin: 20px auto;
  text-align: center;
}

.ewm img {
  width: 150px;
  height: 150px;
}

.social-share .social-share-icon {
  border: 0;
}

.social-share .social-share-icon {
  width: 26px !important;
  height: 26px !important;
  border-radius: 10px;
  margin: 0;
  margin-right: 6px;
  line-height: 26px !important;
  font-size: 15px !important;
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 99 !important;
  left: -87px !important;
}

.share-show {
  text-align: right;
}

.see_more {
  margin: 20px auto;
  text-align: center;
}

.seemore {
  background-color: #ff4743;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 80px;
  line-height: 34px;
  line-height: 34px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.down_new {
  padding: 20px 14px;
  width: 367px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.down_new .cont .item {
  width: 100%;
  height: 82px;
  border-bottom: 1px dashed #eee;
  display: block;
}
.down_new .cont .item:last-child {
  border-bottom: none;
}
.down_new .cont .item:hover p .t1 {
  color: #fe4a40;
}
.down_new .cont .item p {
  width: 100%;
  line-height: 32px;
  padding-top: 7px;
  text-overflow: ellipsis;
}
.down_new .cont .item p .t1 {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-left: 0;
  display: inline-block;
}
.down_new .cont .item p .t2 {
  width: 30%;
  color: #ffa600;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.down_new .cont .item span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #999999;
}

.down_new .title {
  font-size: 16px;
  height: 33px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.down_new .title span i {
  width: 3px;
  height: 16px;
  background: linear-gradient(360deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.article-email {
  margin-top: 5px;
  border: solid 1px #d2d2d2;
  width: 100%;
  padding: 8px;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
}
/*文章表格*/
table {
  width: auto !important;
}

