/**
 *
 * @authors @silentblue.top
 * @date    2020-06-19 13:00:49
 *
 */
.breadcrumb {
  line-height: 30px;
  height: 30px;
  padding: 10px 0 10px 30px;
}

.breadcrumb li {
  float: left;
  margin-right: 8px;
}

.breadcrumb li span,
.breadcrumb .path-cur span {
  padding-right: 5px;
}
.main-notice-wrap {
  width: 1400px;
  margin: 10px auto;
  height: 44px;
  background-color: #f3f3f3;
  overflow: hidden;
}

.main-breadcrumb {
  /* -webkit-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    -moz-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75); */
  position: relative;
}

.main-breadcrumb .breadcrumb {
  /* margin: 7px 14px; */
  font-size: 14px;
  padding: 6px 0 10px 15px;
}

.main-breadcrumb .breadcrumb > li > b {
  font-weight: 500;
  color: #cb3520;
}

.main-breadcrumb .breadcrumb > .path-cur {
  color: #0d3472;
}

.main-breadcrumb .breadcrumb > .path-dsc:before,
.main-breadcrumb .breadcrumb > .path-dsc::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 24px;
  border-left: 5px solid #cb3520;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: rotate(180deg);
  pointer-events: none;
}
.infopub-apply-box {
  width: 100%;
  overflow: hidden;
}

.infopub-apply-box > dt {
  width: 465px;
  float: left;
  overflow: hidden;
}

.infopub-apply_notice {
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 15px;
  margin-bottom: 30px;
}

.infopub-apply_notice > dt {
  font-size: 20px;
  color: #194f9b;
  position: relative;
  height: 43px;
  line-height: 43px;
  border-bottom: 2px solid #efefef;
}

/* .infopub-apply_notice>dt>b:after,
.infopub-apply_notice>dt>b::after {
    display: block;
    height: 2px;
    width: 200px;
    background-color: #efefef;
    content: '';
    position: absolute;
    top: 24px;
    right: 0;
} */
.infopub-apply_notice > dd {
  margin-top: 15px;
  line-height: 36px;
  font-size: 15px;
  color: #545454;
}

.sxrta_offser_box,
.sxrta_left_box_02 {
  height: auto;
  border-top: #dfdfdf solid 2px;
  margin: 0 0 0 15px;
  border-top: 0;
  width: 293px;
  margin: 0;
  overflow: hidden;
}

.sxrta_offser_box > li {
  height: 40px;
  line-height: 40px;
  background: #f3f3f3;
  margin-bottom: 20px;
  overflow: hidden;
}

label.textfield {
  width: 62px;
  height: 22px;
  margin-top: 9px;
  float: left;
}

.sxrta_offser_box .text-i1 {
  background: url(applySearch01.png) no-repeat center center;
}

.sxrta_offser_box .text-i2 {
  background: url(applySearch02.png) no-repeat center center;
}

.sxrta_offser_box .text-i3 {
  background: url(applySearch03.png) no-repeat center center;
}

.sxrta_offser_verity {
  position: relative;
}

.sxrta_offser_verity input {
  width: 70px;
}

.cx-code {
  width: 120px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-left: 8px solid #fff;
  overflow: hidden;
}

.cx-code img {
  width: 80px;
  height: 30px;
  margin: 5px 20px;
}

.sxrta_text_01 {
  border: #cecece solid 1px;
  background: #f3f3f3;
  width: 198px;
  height: 25px;
  line-height: 25px;
  border: 0;
  border-left: 1px solid #a6a6a6;
  margin-top: 8px;
  padding: 0 16px;
  /* margin-left: 16px; */
  color: #666666;
  float: left;
}

.sxrta-serch-btn {
  width: 293px;
  height: 40px;
  overflow: hidden;
}

.sxrta-serch-btn input {
  float: left;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border: 0;
  display: block;
  transition: all 0.2s;
}

.sxrta-serch-btn input:hover {
  cursor: pointer;
}

.sxrta-serch-btn .sxrta_bnt_01 {
  color: #fff;
  margin-right: 15px;
  background: #194f9b;
}

.sxrta-serch-btn .sxrta_bnt_01:hover {
  background-color: #325baa;
}

.sxrta-serch-btn .sxrta_bnt_02 {
  background: #fff;
  border: 1px solid #194f9b;
  color: #194f9b;
  width: 138px;
  height: 40px;
}

.sxrta-serch-btn .sxrta_bnt_02:hover {
  border-color: #325baa;
  color: #325baa;
}

.infopub-apply-box > dd {
  width: 888px;
  float: right;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 15px;
}

.infopub-apply_cnt {
  overflow: hidden;
  /* border: 1px solid #efefef; */
  /* padding: 15px; */
  margin-bottom: 30px;
}

.infopub-apply_cnt > dt {
  font-size: 20px;
  color: #194f9b;
  position: relative;
  height: 43px;
  line-height: 43px;
  border-bottom: 2px solid #efefef;
}

/* .infopub-apply_cnt>dt>b:after,
.infopub-apply_cnt>dt>b::after {
    display: block;
    height: 2px;
    width: 200px;
    background-color: #efefef;
    content: '';
    position: absolute;
    top: 24px;
    right: 0;
} */
.infopub-apply_cnt > dd {
  margin-top: 15px;
  line-height: 36px;
  font-size: 15px;
  color: #545454;
}

.sxrta-apply_title {
  float: right;
  font-size: 16px;
  overflow: hidden;
}

.sxrta-apply_notice {
  float: left;
  margin-right: 30px;
  padding-left: 8px;
  color: #545454;
}

.sxrta-apply_notice em {
  color: #cb3520;
}

.sxrta-apply_download {
  float: left;
}

.sxrta-apply_download a {
  color: #194f9b;
}

.sxrta-apply_download a:hover {
  text-decoration: underline;
}

.application-box_chosen {
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #333;
}

.application-box_cho {
  float: left;
}

.cho-1 {
  color: #194f9b;
  margin-right: 30px;
}

.application-box_cho > span {
  /* color: #355e92; */
  padding-left: 3px;
  vertical-align: 1px;
}

.application-box_ident {
  overflow: hidden;
  width: 888px;
  margin-top: 15px;
}

.application-box_ident_con {
  border: 1px solid #e9e9e9;
  border-top: 0;
  overflow: hidden;
}

.application-box_ident_con:first-child {
  border-top: 1px solid #e9e9e9;
}

.application-box_ident_con > li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.form-tit {
  width: 122px;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 15px;
}

.form-input {
  width: 320px;
}

.sxrta_text_input,
.sxrta_text_selec {
  width: 290px;
  height: 34px;
  border: 0;
  background-color: #ededed;
  line-height: 35px;
  margin: 8px 9px;
  font-size: 15px;
  color: #333;
  padding: 0 5px;
}

.sxrta_text_selec {
  width: 304px;
}

.icon-necessary {
  background: #f7f7f7 url(bt_must.png) 10px 22px no-repeat;
}

.icon-necessary-l {
  background-position: 2px 22px;
}

.form-input-col > input {
  margin-left: 10px;
}

.form-input-col > input:first-child + span {
  color: #194f9b;
}

.sxrta-form-secd {
  height: 67px;
  line-height: 67px;
  font-size: 17px;
  color: #194f9b;
  font-weight: bold;
}

.sxrta-need-info {
  font-size: 15px;
  color: #333;
  overflow: hidden;
}

.sxrta-need-info > li {
  float: left;
  border-top: 0;
}

.sxrta-need-info:first-child {
  border-top: 1px solid #e9e9e9;
}

.xrta-need-info_tit {
  width: 80px;
  height: 98px;
  border: 1px solid #e9e9e9;
  font-size: 15px;
  line-height: 30px;
  padding: 50px 20px 0;
}

.icon-necessary-sec {
  background-position: 10px 60px;
  background-color: transparent;
}

.xrta-need-info_col {
  width: 744px;
  height: 128px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 10px;
  border-left: 0;
  position: relative;
}

.textlimit {
  position: absolute;
  bottom: 0;
  right: 30px;
  color: #333;
  display: none;
}

.textlimit > em {
  color: #cb3520;
  font-weight: 500;
}

.xrta-need-info_col textarea {
  font-size: 15px;
  width: 734px;
  height: 130px;
  line-height: 30px;
  padding-left: 10px;
  background: #ededed;
  border: 0;
}

.xrta-need-info_tit-up {
  padding: 15px 20px 0;
}

.xrta-need-info_col-up {
  height: 93px;
}

.icon-necessary-thd {
  background-position: 10px 26px;
  background-color: transparent;
}

.xrta-need-infoup {
  width: 340px;
  margin-top: 5px;
}

.xrta-need-infoup-inner {
  width: 250px;
  float: left;
}

.file-up1 {
  border: 0;
  background: #ededed;
  display: block;
  width: 250px;
  height: 30px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
}

.choose-file-up1 {
  float: left;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #325baa;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.xrta-need-info_tit-for {
  height: 78px;
  padding: 40px 20px 0;
  font-size: 14px;
  line-height: 24px;
}

.icon-necessary-for {
  background-position: 10px 48px;
  background-color: transparent;
}

.xrta-need-info_col-for {
  height: 98px;
}

.xrta-need-info-chobox {
  margin-top: 35px;
}

.xrta-need-info-chobox > input {
  margin-left: 15px;
}

.xrta-need-info-chobox > input:first-child + span {
  color: #194f9b;
}

.reveice-policy {
  height: 53px;
  line-height: 53px;
  font-size: 15px;
  color: #333;
  margin-left: 10px;
}

.reveice-code {
  padding-left: 5px;
  font-size: 15px;
  color: #333;
  background: url(bt_must.png) no-repeat 5px 11px;
  padding-left: 14px;
}

.reveice-code-text {
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #ededed;
  border: 0;
}

.reveice-code-rnl {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
}

.reveice-submit {
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
}

.reveice-submit-btn {
  width: 160px;
  height: 45px;
  background: #3d71bb url(sureLast.png) no-repeat 40px center;
  padding-left: 40px;
  color: #fff;
  line-height: 45px;
  font-size: 17px;
  border: 0;
  transition: all 0.2s;
}

.reveice-submit-btn:hover {
  cursor: pointer;
  background: #194f9b url(sureLast.png) no-repeat 40px center;
}

.reveice-submit-back {
  width: 160px;
  height: 45px;
  background: url(backLat.png) no-repeat 30px center;
  padding-left: 72px;
  color: #333333;
  line-height: 45px;
  font-size: 17px;
  border: 2px solid #3d71bb;
}

.border-flag {
  position: relative;
}

.border-flag .trans-bg {
  background-color: #fff;
  opacity: 0.55;
  filter: alpha(opacity=55);
}

/* 互动交流 */

.intraction-nav > li.newColList {
  background: #f2f2f2;
  border-bottom: 0;
  margin-bottom: 20px;
  height: 50px;
}

.intraction-nav > li:last-child {
  margin-bottom: 0;
}

.intraction-nav > li.newColList a {
  font-size: 19px;
  color: #355e92;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 117px;
}

.intraction-nav > li.newColList01 a:hover {
  color: #194f9b;
}

.intraction-nav > li.newColList01 a {
  background: url(newZxxz.png) no-repeat 65px center;
}

.intraction-nav > li.newColList02 a {
  background: url(newWyzx.png) no-repeat 67px center;
}

.intraction-nav > li.newColList03 a {
  background: url(newXjlb.png) no-repeat 68px center;
}

.intraction-write-notice p {
  font-size: 15px;
  color: #333333;
  line-height: 32px;
}

.intraction-write-notice p span {
  color: #194f9b;
  text-decoration: underline;
}

.intraction-write_confirm {
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}

.intraction-write_confirm > input {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  border: 0;
  background: #355e92 url(wyzxBtn.png) no-repeat 49px center;
  padding-left: 102px;
  font-size: 17px;
  color: #fff;
  transition: all 0.3s;
}

.intraction-write_confirm > input:hover {
  cursor: pointer;
  background-color: #194f9b;
  border-radius: 10px;
}

.intraction-write-title .xrta-need-info_tit {
  height: 38px;
  padding: 10px 20px 0;
}

.intraction-write-title .xrta-need-info_col {
  height: 28px;
}

.intraction-write-title .xrta-need-info_col textarea {
  height: 30px;
}

.intraction-write-title .icon-necessary-sec {
  background-position: 10px 20px;
}

.intraction-vercode {
  margin-top: 20px;
}
.intraction-vercode img {
  width: 100px;
  height: 40px;
}
.intraction-letter-title {
  overflow: hidden;
  width: 888px;
  height: 45px;
  line-height: 45px;
}

.intraction-letter-title > li {
  line-height: 45px;
  height: 45px;
  background: #f2f2f2;
  font-size: 16px;
  color: #355e92;
  font-weight: normal;
  float: left;
  width: 530px;
  padding: 0 10px;
  overflow: hidden;
}

.intraction-letter-title > li:first-child {
  width: 167px;
  text-align: center;
  border-right: 1px solid #eaeaea;
}

.intraction-letter-title > li:last-child {
  width: 129px;
  text-align: center;
  border-left: 1px solid #eaeaea;
}

.intraction-letter-item {
  width: 886px;
  overflow: hidden;
  /* margin-top: 10px; */
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.intraction-letter-item > li {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 530px;
  padding: 0 10px;
  border-bottom: 1px dotted #eaeaea;
}

.intraction-letter-item > li:first-child {
  width: 166px;
  text-align: center;
  border-right: 1px solid #eaeaea;
  color: #355e92;
  font-size: 13px;
}

.intraction-letter-item > li:last-child {
  width: 128px;
  text-align: center;
  border-left: 1px solid #eaeaea;
  color: #355e92;
  font-size: 13px;
}

.intraction-letter-item:nth-child(odd) {
  background-color: #f9f9f9;
}

/* letter detail */
.intraction-letter-detail_tit {
  overflow: hidden;
  width: 888px;
}

.intraction-letter-detail_tit > li {
  /* height: 36px; */
  line-height: 36px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding: 15px;
}

/* .intraction-letter-detail_tit>li:nth-child(odd) {
    background-color: #f9f9f9;
} */

.intraction-letter-detail_tit > li > em {
  margin-right: 10px;
  display: block;
  float: left;
  color: #355e92;
  /* font-weight: 500; */
  width: 69px;
}

.intraction-letter-detail_tit > li > span {
  display: block;
  float: left;
  width: 756px;
  border-left: 1px solid #f2f2f2;
  padding-left: 10px;
  color: #333;
}

.intraction-letter-detail_tit > li:nth-child(2) > span {
  color: #666;
}

.intraction-letter-detail_tit > li:nth-child(3) > span,
.intraction-letter-detail_tit > li:last-child > span {
  color: #355e92;
  font-size: 13px;
}

.intraction-letter-detail_cnt > li:nth-child(1) > span {
  color: #194f9b;
}

.intraction-letter-detail_cnt > li:nth-child(2) > span {
  color: #333;
}

.intraction-letter-detail_cnt > li:nth-child(3) > span {
  color: #194f9b;
  font-size: 16px;
}

.sxrta-form-thd {
  background-color: #f2f2f2;
  height: 46px;
  line-height: 46px;
  margin: 20px 0 10px;
  font-size: 18px;
  padding: 0 10px;
}

/* letter show */
.intraction-letter-show {
  overflow: hidden;
  height: 380px;
}

.intraction-letter-show > dt {
  width: 788px;
  float: left;
}

.intraction-letter-show > dt .common-text-title-bar {
  height: 54px;
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}

.intraction-letter-show > dt .common-text-title-bar > .tab-current {
  background-color: #f5f5f5;
  border-radius: 5px 5px 0 0;
  padding: 0 35px;
}

.intraction-letter-show > dd {
  float: right;
  width: 460px;
}

.intraction-letter-show .intraction-letter-title {
  width: 788px;
  margin-top: 6px;
}

.intraction-letter-show .intraction-letter-item {
  width: 786px;
}

.intraction-letter-show .intraction-letter-title > li {
  font-size: 15px;
  background-color: #f0f6fc;
}

.intraction-letter-show .intraction-letter-title > li:nth-child(2),
.intraction-letter-show .intraction-letter-item > li:nth-child(2) {
  width: 430px;
}

.intraction-consult {
  width: 460px;
  height: 380px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.intraction-consult .trans-bg {
  background-color: #f0f6fc;
}

.intraction-con-img {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
  top: 40px;
  text-align: center;
}

.intraction-con-img span {
  position: absolute;
  font-size: 26px;
  color: #3e6daf;
  color: #5c8dd5;
  font-weight: 600;
  left: 215px;
  top: 40px;
}

.intraction-links {
  width: 380px;
  margin: 70px 40px 0;
  overflow: hidden;
}

.intraction-links > li {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: #5c8dd5;
  text-align: center;
  transition: all 0.5s;
}

.intraction-links > li img {
  width: 38px;
  height: 38px;
  margin: 25px auto 10px;
}

.intraction-links > li:hover {
  background-color: #194f9b;
  border-radius: 15px;
}

.intraction-links > li a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 16px;
}

.intraction-links > li img {
  display: block;
}

.intraction-links > li:nth-child(2) {
  margin: 0 10px;
}

.intraction-block-con {
  overflow: hidden;
  margin-top: 20px;
}

.intraction-block-con .common-text-title-bar {
  width: 610px;
  margin-left: 0;
}

.intraction-block-con .common-newslist.blocks-con-box {
  height: auto;
}

.intraction-block-con > dt {
  width: 610px;
  float: left;
}

.intraction-block-con > dd {
  width: 610px;
  float: right;
}

.intraction-consult-banner {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 120px;
  position: relative;
}

.intraction-consult-banner img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-top: -15px;
}

.intraction-consult-banner span {
  position: absolute;
  left: 520px;
  top: 51px;
  color: #cb3520;
  color: #194f9b;
  font-size: 16px;
  /* font-weight: 600; */
}

.intraction-consult-banner span.consult-mail {
  left: 880px;
}

/* Interview Online */

.interview-online-desc-inner {
  overflow: hidden;
  margin: 15px;
}

.interview-online-desc-inner dt {
  font-size: 30px;
  line-height: 48px;
  padding: 0 15px;
  text-align: center;
  color: #3563b8;
  font-weight: 700;
}

.interview-online-desc-inner dt .view-status {
  font-size: 16px;
  float: left;
  cursor: default;
}

.interview-online-desc-inner dt .view-notstart {
  color: #ccc;
}

.interview-online-desc-inner dt .view-ongoing {
  color: #3563b8;
}

.interview-online-desc-inner dt .view-finished {
  color: #f00;
}

.interview-online-desc-inner dd {
  padding: 5px 15px;
}

.interview-online-desc-fileds {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.interview-online-desc-fileds td {
  font-size: 14px;
  line-height: 26px;
  padding: 8px;
}

.interview-online-desc-fileds .interview-online-files-bg {
  font-size: 14px;
  font-weight: 700;
  width: 80px;
  color: #2f5398;
  background-color: #dfeaf7;
}

.interview-online-desc-fileds .interview-online-files-txt {
  color: #617486;
  /* border: 1px solid #dfeaf7; */
  background-color: #fcfcfc;
}

.interview-online-desc-fileds .color-time {
  color: #555;
}

.interview-online-desc-fileds .color-postit {
  color: #555;
}

.common-tab-content-box {
  margin-top: 10px;
}

.interview-online-video {
  text-align: center;
}

.interview-item {
  position: relative;
  margin: 0 6px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-left: 1px solid #ebebeb;
}

.interview-item .interview-time {
  position: absolute;
  top: -10px;
  left: -6px;
}

.interview-item .interview-time .interview-time-dot {
  font-size: 15px;
  padding-left: 1px;
  color: #f00;
}

.interview-item .interview-time .interview-time-txt {
  font-size: 14px;
  margin-top: 4px;
  margin-left: 5px;
  color: #f00;
}

.interview-time-host {
  font-size: 14px;
  font-weight: 700;
  padding: 0 6px;
  color: #2f5398;
  background-color: #dfeaf7;
}

.interview-html {
  font-size: 15px;
  line-height: 24px;
  padding-left: 14px;
  color: #333;
}

.interview-html img {
  font-size: 0;
  max-width: 100%;
  margin: 5px 0 3px 0;
}

.interview-html a {
  display: inline-block;
  color: #3563b8;
  border-bottom: 1px solid #3563b8;
}

.interview-html a:hover {
  color: #2f5398;
}

.interview-html img {
  display: block;
}

.interview-online-posfix {
  height: 1000px;
  overflow-y: auto;
}

/*.footer {
    margin-top: 10px;
} */

/* data slide */
.main-talkdetail-wrap {
  padding: 20px 26px 15px;
  border-top: 10px solid #f5f5f5;
}

.main-talkdetail-wrap .main-content-left {
  width: 800px;
}

.main-talkdetail-wrap .main-content-right {
  width: 325px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}

.main-talkdetail-wrap .interview-online-posfix {
  height: auto;
  overflow-y: hidden;
}

.main-talkdetail-wrap .common-text-title-bar {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d6dc;
  color: #2f5398;
  font-weight: 600;
}

.main-talkdetail-wrap .tab-current a {
  color: #2f5398;
}

.lcj-talkdetail-fina .shxidx-carousel {
  width: 100%;
  height: 325px;
}

.lcj-talkdetail-fina .shxidx-carousel img {
  width: 100%;
  height: 325px;
}

.lcj-talkdetail-fina .shxidx-carousel b {
  height: 36px;
  opacity: 0.9;
  background-color: #2f5398;
  filter: alpha(opacity=90);
}

.lcj-talkdetail-fina .shxidx-carousel span {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 0 18px;
  color: #fff;
}

.lcj-talkdetail-fina .shxidx-pagination {
  display: none;
  height: 30px;
  text-align: center;
  background-color: #f7f5f4;
}

.lcj-talkdetail-fina .shxidx-page {
  background-position: -128px -6px;
}

.lcj-talkdetail-fina .shxidx-pagination .active {
  background-position: -140px -6px;
}

.lcj-talkdetail-fina .shxidx-buttons div {
  width: 30px;
  height: 54px;
  margin-top: -54px;
}

.lcj-talkdetail-fina .shxidx-buttons .shxidx-prev {
  background-position: 0 -200px;
}

.lcj-talkdetail-fina .shxidx-buttons .shxidx-prev:hover {
  background-position: 0 -254px;
}

.lcj-talkdetail-fina .shxidx-buttons .shxidx-next {
  background-position: -30px -200px;
}

.lcj-talkdetail-fina .shxidx-buttons .shxidx-next:hover {
  background-position: -30px -254px;
}

/* end */
.listbox-inner .interview-online-files-txt > em {
  display: block;
  color: #cb3520;
}

.listbox-inner .interview-online-desc-inner {
  margin: 0;
}

/* /Interview Online*/
