/* *
* @authors @SilentBlue
* @date 2020-10-09 09:04:41
* @version Common Pages Layout
*
* */

.common-list-wrap {
  overflow: hidden;

  width: 1200px;
  margin: 0 auto;
}

/* list */

.common-list-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;

  overflow: hidden;

  width: 100%;
  height: 44px;
  margin: 0 auto;

  background-color: #e6e7eb;
}

.common-list-breadcrumb-box {
  /* color: #008843; */
  font-size: 14px;
  line-height: 30px;

  height: 30px;
  margin: 7px 14px;
}

.common-list-breadcrumb-box li {
  float: left;

  margin-right: 5px;
}

.common-list-breadcrumb-box li a:hover {
  text-decoration: underline;
}

.common-list-breadcrumb-box li span,
.common-list-breadcrumb-box .path-cur span {
  padding-right: 5px;
}

.common-list-breadcrumb-box > li > b {
  font-weight: 500;

  color: #cb3520;
}

.common-list-breadcrumb-box > .path-cur {
  color: #008843;
}

.common-list-breadcrumb-box > .path-dsc:before,
.common-list-breadcrumb-box > .path-dsc::before {
  position: absolute;
  top: 10px;
  left: 0;

  display: block;

  width: 0;
  height: 24px;

  content: '';
  transform: rotate(180deg);
  pointer-events: none;

  border-left: 5px solid #cb3520;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* list-s */
.common-list-box {
  overflow: hidden;

  width: 100%;
  margin: 15px auto 15px;
  /* padding: 0 0 5px 5px; */
}

.common-list-box-left {
  float: left;
  /* background-color: #fefefe; */
  box-sizing: border-box;
  width: 20%;
  /* margin-left: 8px; */
  margin-bottom: 8px;
  border-left: 1px solid #f3f3f3;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(225, 225, 225, 0.75);
  -moz-box-shadow: 2px 2px 8px 0 rgba(225, 225, 225, 0.75);
  box-shadow: 2px 2px 8px 0 rgba(225, 225, 225, 0.75);
  border-radius: 0 8px 0 0;
}

.common-list-box-left h5 {
  font-size: 20px;
  line-height: 60px;

  height: 60px;

  text-align: center;

  color: #fff;
  border-radius: 0 8px 0 0;
  background: #496db1;
}

.common-list-box-left h5 i {
  display: inline-block;
  /* padding-left: 34px; */

  width: 23px;
  height: 23px;
  margin-right: 8px;

  vertical-align: -4px;

  background-position: -242px -16px;
}

.common-list-box-left > ul > li {
  font-size: 15px;
  line-height: 49px;

  height: 49px;

  transition: all 0.3s;

  border-bottom: 1px dotted #f9f9f9;
}

.common-list-box-left > ul > li i {
  display: inline-block;

  width: 16px;
  height: 16px;
  margin: 0 8px 0 36px;

  vertical-align: -2px;

  background-position: -120px -65px;
  /* transition: all .3s; */
}

.common-list-box-left > ul > li:hover,
.common-list-box-left > ul > .current {
  background-color: #fcfcfc;
}

.common-list-box-left > ul > li:hover a,
.common-list-box-left > ul > .current a {
  font-weight: 600;

  color: #496db1;
}

.common-list-box-left > ul > li:hover i,
.common-list-box-left > ul > .current i {
  background-position: -136px -65px;
}

.common-list-box-right {
  box-sizing: border-box;
  width: 80%;
  min-height: 500px;
}

.listcon-right_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;

  height: 55px;

  text-indent: 18px;

  color: #496db1;
  border-bottom: 5px solid #32579e;
}

.common-list-box-items_box {
  margin-left: 36px;
}

.common-list-box-items_box:before,
.common-list-box-items_box::before {
  display: block;

  width: 0;
  height: 16px;

  content: '';

  border-left: 1px dashed #e5e5e5;
}

.common-list-box-items_box > li {
  /* height: 50px; */
  line-height: 50px;

  position: relative;

  padding-left: 16px;

  transition: all 0.3s;
  /* overflow-y: hidden; */

  border-left: 1px dashed #e5e5e5;
}

.common-list-box-items_box > li > i {
  position: absolute;
  top: 20px;
  left: -6px;

  width: 10px;
  height: 10px;

  transition: none;

  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: #fff;
}

.common-list-box-items_box > li > span {
  font-size: 14px;
  font-weight: 500;

  margin: 0 28px 0 12px;

  color: #9d9d9d;
}

.common-list-box-items_box > li > a {
  color: #000;
}

.common-list-box-items_box > li:hover {
  border-radius: 0 25px 25px 0;
  background-color: #f9f9f9;
}

.common-list-box-items_box > li:hover > i {
  border: 1px solid #2f5398;
}

.common-list-box-items_box > li:hover a,
.common-list-box-items_box > li:hover span,
.common-list-box-items_box > li > a:hover {
  color: #2f5398;
}

.shanxi-gov-page-box {
  margin-top: 26px;
  margin-bottom: 4px;
  clear: both;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}

.shanxi-gov-page-box a {
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  text-align: center;
  color: #666;
  background-color: #e7eefb;
}

.shanxi-gov-page-box a:hover {
  background-color: #d2dcef;
}

.shanxi-gov-page-hide .shanxi-gov-page-current,
.shanxi-gov-page-hide .shanxi-gov-page-current:hover {
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  background: #2f5398;
  background: #496db1;
}

.shanxi-gov-page-form {
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  height: 32px;
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}

.shanxi-gov-page-form-text {
  font-size: 14px;
  border: 1px solid #e7eefb;
  line-height: 32px;
  width: 40px;
  height: 28px;
  margin-right: 5px;
  text-align: center;
}

.shanxi-gov-page-form-btn {
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: none;
  font-size: 14px;
  color: #666;
  background-color: #f0f0f0;
}

.shanxi-gov-page-form-btn:hover {
  color: #fff;
  background-color: #2f5398;
  background-color: #496db1;
  cursor: pointer;
}

.main-filelistcon-items_box:before,
.main-filelistcon-items_box::before {
  display: none;
}

.main-filelistcon-items_box {
  margin-top: 16px;
}

.main-filelistcon-items_box > li {
  border-left: 0;
}

.main-filelistcon-items_box > li > i,
.main-filelistcon-items_box > li:hover > i {
  top: 22px;

  width: 6px;
  height: 6px;

  border: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  border: none !important;
}

.main-filelistcon-items_box > li > span {
  position: absolute;
  right: 0;
}

.main-filelistcon-items_box > li:hover {
  background-color: transparent;
}

.main-sgllistcon-wrap {
  margin-top: 0;
}

.main-sgllistcon-wrap .common-list-box-right {
  width: 100%;
}

.main-sgllistcon-wrap .common-list-box-right .main-filelistcon-items_box,
.main-sgllistcon-wrap .common-list-box-right .common-list-box-items_box {
  margin-left: 24px;
}

.main-govinfo-left {
  width: 276px;
  margin-top: 24px;
}

.main-govinfo-left > li {
  font-size: 16px;
  line-height: 60px;

  display: block;
  overflow: hidden;

  width: 100%;
  height: 60px;
  margin-bottom: 10px;

  transition: all 0.2s;

  border-radius: 6px 0 0 6px;
  background-color: #6b89c3;
}

.main-govinfo-left > li > a {
  display: inline-block;

  color: #fff;
}

.main-govinfo-left > li > i {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-left: 24px;

  vertical-align: -8px;
}

.main-govinfo-left > li > .icon-govinfo_1 {
  background-position: -150px -200px;
}

.main-govinfo-left > li > .icon-govinfo_2 {
  background-position: -150px -232px;
}

.main-govinfo-left > li > .icon-govinfo_3 {
  background-position: -150px -264px;
}

.main-govinfo-left > li > .icon-govinfo_4 {
  background-position: -150px -296px;
}

.main-govinfo-left > li > .icon-govinfo_5 {
  background-position: -150px -328px;
}

.main-govinfo-left > li > .icon-govinfo_6 {
  background-position: -150px -360px;
}

.main-govinfo-left > li > .icon-govinfo_7 {
  background-position: -150px -392px;
}

.main-govinfo-left > li > .icon-govinfo_8 {
  background-position: -150px -424px;
}

.main-govinfo-left > li > .icon-govinfo_9 {
  background-position: -150px -456px;
}

.main-govinfo-left > li:hover,
.main-govinfo-left > .current {
  background-color: #496db1;
}

.main-govinfo-wrap {
  width: 100%;
  margin: 15px auto 15px;
}

.main-govinfo-right {
  width: 1063px;
  min-height: 600px;

  border-left: 1px solid #fbfbfb;
  -webkit-box-shadow: 0 0 8px 0 rgba(225, 225, 225, 0.75);
  -moz-box-shadow: 0 0 8px 0 rgba(225, 225, 225, 0.75);
  box-shadow: 0 0 8px 0 rgba(225, 225, 225, 0.75);
}

.main-govinfo_table {
  width: 1022px;
  margin: 20px;

  text-align: center;

  border-right: 1px solid #f9f9f9;
}

.main-govinfo_table tr td {
  font-size: 14px;

  padding: 0 8px;
}

.main-govinfo_table thead {
  line-height: 40px;

  height: 40px;

  color: #8d8d8d;
  background-color: #f0f0f0;
}

.main-govinfo_listable thead {
  color: #333;
  background-color: #e0e0e0;
}

.main-govinfo_table thead td {
  font-size: 16px;
}

.main-govinfo_table thead .govinfo_table_title {
  text-align: left;

  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.main-govinfo_listable thead .govinfo_table_num {
  width: 222px;

  border-right: 2px solid #fff;
}

.main-govinfo_table tbody tr {
  border-left: 1px solid #f9f9f9;
}

.main-govinfo_table tbody tr:hover {
  background-color: #f9f9f9;
}

.main-govinfo_table tbody tr:hover .govinfo_table_title {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.main-govinfo_listable tbody .govinfo_table_num {
  width: 222px;

  border-right: 2px solid #f9f9f9;
  /* color: #cb3520; */
}

.main-govinfo_table tbody tr:hover .govinfo_table_num {
  border-right: 2px solid #fff;
}

.main-govinfo_table tbody tr td {
  line-height: 24px;

  height: 32px;
  padding: 8px;

  color: #666;
  border-bottom: 1px dotted #f9f9f9;
}

.main-govinfo_table tbody .govinfo_table_title {
  font-size: 16px;

  text-align: left;

  border-right: 2px solid #f9f9f9;
  border-left: 2px solid #f9f9f9;
}

.main-govinfo_listable .govinfo_table_title {
  width: 800px;
}

.govinfo-files-search {
  /* overflow: hidden; */
  position: relative;

  height: 40px;
  margin-top: 36px;
  margin-left: 20px;
}

.govinfo-files-search form {
  overflow: hidden;

  width: 520px;
  height: 38px;
  margin-left: 500px;

  border: 1px solid #dcdcdc;
}

.govinfo-files-search select {
  font-size: 14px;

  display: inline-block;

  width: 119px;
  height: 38px;
  padding: 0 12px;

  color: #496db1;
  border: 0;
  border-right: 1px solid #dcdcdc;
}

.govinfo-files-search .files-search_input {
  font-size: 14px;

  display: inline-block;

  width: 320px;
  height: 38px;
  padding: 0 12px;

  border: 0;
}

.govinfo-files-search .files-search_btn {
  display: inline-block;
  overflow: hidden;

  width: 46px;
  height: 40px;

  cursor: pointer;

  border: 0;
  background-color: #fff;
  background-position: -190px -60px;
}

.govinfo-files-search .files-search_btn:hover {
  background-position: -30px -310px;
}

/* article */

.detail-article-infos_lcj .article-infos-func .article-priter i,
.detail-article-infos_lcj .article-infos-func .article-share i {
  display: inline-block;

  width: 16px;
  height: 16px;

  vertical-align: -2px;
}

.detail-article-infos_lcj .article-infos-func .article-priter i {
  background-position: 0 -54px;
}

.detail-article-infos_lcj .article-infos-func .article-share i {
  background-position: -16px -54px;
}

.detail-article-infos_lcj .article-infos-func .article-share {
  color: #3b60a3;
}

.relatived-articles {
  margin: 20px 30px 10px;
  margin-top: 0;
  padding: 0;

  border-top: 3px solid #3b60a3;
}

.relatived-articles_lcj .relatived-articles-title {
  font-size: 18px;
  font-size: 16px;
  font-weight: 600;

  padding-left: 8px;
}

.relatived-articles_lcj .common-tab-content-box {
  font-size: 16px;

  margin-top: 5px;
  margin-left: 8px;
}

.relatived-articles_lcj .common-tab-content-box > li {
  /* height: 32px; */
  line-height: 32px;
  font-size: 14px;
}

.relatived-articles_lcj .common-tab-content-box > li > i {
  display: inline-block;

  width: 4px;
  height: 4px;
  margin-right: 6px;

  vertical-align: 4px;

  background-color: #e5e5e5;
}

.relatived-articles_lcj .common-tab-content-box > li > b {
  font-size: 13px;
  font-weight: 500;

  margin-left: 5px;

  color: #dedede;
}

.relatived-articles_lcj .common-tab-content-box > li > b a {
  margin-left: 5px;

  color: #cb3520;
}

.relatived-articles_lcj .common-tab-content-box > li > b a:hover {
  font-weight: 600;
}

.relatived-articles_lcj .common-tab-content-box > li > b a:before,
.relatived-articles_lcj .common-tab-content-box > li > b a::before {
  display: inline-block;

  width: 0;
  height: 15px;
  margin-right: 8px;

  content: '';
  vertical-align: -2px;

  border-left: 1px solid #9d9d9d;
}

.relatived-articles_lcj .common-tab-content-box > li > span {
  font-size: 14px;
  font-weight: 500;

  margin-left: 14px;

  color: #9d9d9d;
}

.affairs-detail-qcode {
  width: 100%;
  /* padding: 15px 0; */
  margin-bottom: 20px;
  padding-bottom: 0;

  border-bottom: 0;
}

.affairs-detail-qcode dt {
  text-align: center;
}

.affairs-detail-lcjbox {
  width: auto;
  margin: 15px 30px;
  /* overflow: hidden; */
}

.affairs-detail-lcjbox .affairs-detail-head {
  width: 100%;
}

.affairs-detail-lcjbox .detail-article-title {
  margin: 15px auto;
}

.affairs-detail-lcjbox_left {
  width: 70%;

  border: 0;
  box-sizing: border-box;
}

.affairs-detail-lcjbox_right {
  width: 30%;
  margin: 20px 0 0;
  padding: 15px 0 15px 25px;

  border-top: 0;
  /* border-left: 1px solid #ededed; */
  -webkit-box-shadow: -5px 0 5px 0 rgba(225, 225, 225, 0.75);
  -moz-box-shadow: -5px 0 5px 0 rgba(225, 225, 225, 0.75);
  box-shadow: -5px 0 5px 0 rgba(225, 225, 225, 0.75);
  box-sizing: border-box;
}

.affairs-detail-lcjbox_right .common-tab-content-box {
  font-size: 14px;
}

.affairs-detail-lcjbox_right .common-tab-content-box > li {
  line-height: 24px;

  margin-bottom: 8px;
}

.affairs-detail-lcjbox_right .common-tab-content-box > li > span {
  font-size: 12px;
}

.affairs-filedetail-qcode {
  width: 1280px;
  margin: 0 30px;

  border-top: 1px solid #ededed;
}

@media print {
  .affairs-detail-lcjbox_left {
    width: 100%;
  }

  .detail-article-infos_lcj > li,
  .affairs-detail-lcjbox_right {
    display: none;
  }
}

/* media */
.main-medialist-wrap {
  margin-top: 0;
  /* -webkit-box-shadow: 0 0 5px 0 rgba(224,224,224, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(224,224,224, .75);
    box-shadow: 0 0 5px 0 rgba(224,224,224, .75); */
}

.main-medialist-title {
  border-top: 1px solid #f5f5f5;
}

.main-medialist-title > ul {
  overflow: hidden;

  height: 60px;

  text-align: center;

  background-color: #e6e7eb;
}

.main-medialist-title > ul > li {
  font-size: 18px;
  line-height: 60px;

  position: relative;

  display: inline-block;

  width: 160px;

  cursor: pointer;

  color: #666;
}

.main-medialist-title > ul > li > i {
  /* width: 20px;
height: 10px; */
  position: absolute;
  bottom: 0;
  left: 70px;

  display: block;
  display: none;

  transition: all 0.3s;

  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

.main-medialist-title > ul > .tab-current {
  font-weight: 600;

  color: #008843;
}

.main-medialist-title > ul > .tab-current > i {
  display: block;
}

.main-medialist-box {
  overflow: hidden;

  margin-bottom: 15px;
  padding-bottom: 10px;
}

.main-medialist-box > li {
  position: relative;

  float: left;

  width: 315px;
  /* overflow: hidden; */
  height: 286px;
  margin: 20px 10px 0;

  transition: all 0.3s;
}

.main-medialist-box > li:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.75);
  box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.75);
}

.main-medialist-box > li span {
  display: block;
  overflow: hidden;
}

.media_item-img {
  width: 315px;
  height: 240px;
}

.media_item-tit {
  font-size: 16px;
  line-height: 46px;

  height: 46px;
  padding: 0 10px;

  text-align: center;

  background-color: #e6e7eb;
}

.main-medialist-box > li img {
  width: 100%;
  height: 100%;

  transition: all 0.5s;
}

.main-medialist-box > li a:hover img {
  transform: scale(1.1);
}

.main-medialist-box > li i {
  position: absolute;
  z-index: 2;
  bottom: 134px;
  left: 125px;

  width: 64px;
  height: 64px;
  /* display: none; */
  /* transition: all .5s;
    opacity: .25;
    filter: alpha(opacity=25); */

  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -ms-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  opacity: 0;

  filter: alpha(opacity=0);
}

.main-medialist-box > li:hover i {
  /* opacity: .75;
    filter: alpha(opacity=75); */
  /* bottom: 134px;
left: 125px; */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  opacity: 0.75;

  filter: alpha(opacity=75);
}

.icon-album > li i {
  background-position: -200px -200px;
}

.icon-video > li i {
  background-position: -200px -264px;
}

.main-oltalk_item {
  overflow: hidden;

  /* margin-right: 36px; */
  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px dotted #f5f5f5;
}

.main-oltalk_item > dt {
  float: left;
  overflow: hidden;

  width: 25%;
  box-sizing: border-box;
  height: 160px;

  transition: all 0.3s;

  border: 5px solid #f5f5f5;
  border-radius: 3px;
}

.main-oltalk_item > dt img {
  width: 100%;
  height: 100%;

  transition: all 0.5s;
}

.main-oltalk_item > dt:hover {
  border-color: #e5e5e5;
}

.main-oltalk_item > dt:hover img {
  transform: scale(1.1);
}

.main-oltalk_item > dd {
  float: right;
  overflow: hidden;

  width: 73%;
  box-sizing: border-box;
  height: 160px;
}

.main-oltalk_item > dd p {
  font-size: 14px;
  line-height: 24px;

  overflow: hidden;

  height: 24px;
  margin-bottom: 6px;
}

.main-oltalk_item > dd p b,
.main-oltalk_item > dd p.oltalk_item_fields-toic b {
  font-size: 12px;
  font-weight: 600;

  color: #c93;
}

.main-oltalk_item > dd p.oltalk_item_fields-toic {
  font-size: 16px;
}

.main-oltalk_item > dd p.oltalk_item_fields-toic a:hover {
  font-weight: 600;
}

.main-oltalk_item > dd p.oltalk_item_fields-date {
  font-size: 12px;

  color: #cb3520;
}

.main-oltalk_item > dd p.oltalk_item_fields-guest {
  font-size: 12px;

  color: #0033a0;
}

.main-oltalk_item > dd p.oltalk_item_fields-desc {
  font-size: 14px;

  height: 72px;

  color: #8d8d8d;
}

/* list */
/* Interview Online */

.interview-online-desc-inner {
  overflow: hidden;

  margin: 15px;
}

.interview-online-desc-inner dt {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;

  padding: 0 15px;

  text-align: center;

  color: #3563b8;
}

.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: 70px;

  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 {
  overflow-y: auto;

  height: 1000px;
}

/* letter */
.right-titlebar_conver {
  position: relative;
}

.right-titlebar_conver > a {
  color: #c93;
}

.right-titlebar_subnav {
  height: 26px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 14px;
  line-height: 26px;
  top: 20px;
}

.right-titlebar_subnav > li {
  display: inline-block;
  margin-left: 5px;
}

.right-titlebar_conver > ul > li > a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  color: #c93;
  text-indent: 0;
  padding: 0 15px;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s;
  font-weight: 500;
}

.right-titlebar_conver > ul > li > a:hover {
  background-color: #e5e5e5;
}

.right-titlebar_conver > ul > li > i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 3px 0 0 3px;
}

.right-titlebar_conver > ul > li > .icon-conver_1 {
  background: #c93 url(icon-write.png) center center no-repeat;
}

.right-titlebar_conver > ul > li > .icon-conver_2 {
  background: #c93 url(icon-sear.png) center center no-repeat;
}

.main-letters-items_box {
  margin: 12px;
}

.common-letters-box {
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
}

.common-letters-box thead {
  height: 38px;
  line-height: 38px;
  background-color: #faf7ee;
}

.common-letters-box thead th {
  color: #c93;
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  padding: 0 15px;
  overflow: hidden;
}

.common-letters-box thead .letters-items_box_title {
  padding-left: 36px;
  width: 51%;
  text-align: left;
}

.common-letters-box thead .letters-items_box_office {
  width: 25%;
  text-align: left;
}

.common-letters-box thead .letters-items_box_sbtime,
.common-letters-box thead .letters-items_box_retime {
  text-align: center;
  width: 12%;
}

.common-letters-box > tbody > tr {
  border-bottom: 1px dotted #f5f5f5;
  overflow: hidden;
}

.common-letters-box > tbody > tr:hover {
  background-color: #f5f5f5;
}

.common-letters-box > tbody > tr td {
  padding: 5px 10px;
  color: #7c92bd;
  overflow: hidden;

  height: 36px;
  line-height: 24px;
}

.common-letters-box > tbody > tr .letters-items_box_title {
  font-size: 14px;
}

.common-letters-box > tbody > tr .letters-items_box_sbtime {
  color: #bfab1b;
  text-align: center;
}

.common-letters-box > tbody > tr .letters-items_box_retime {
  text-align: center;
}

/* mend */
.common-sglist-box {
  margin-top: 0;
}

.common-sglist-box .common-list-box-right {
  width: 100%;
}

/* detail */
.main-content-wrap {
  overflow: hidden;
  min-height: 300px;
  -webkit-box-shadow: 0 0 5px 0 rgba(224, 224, 224, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(224, 224, 224, 0.75);
  box-shadow: 0 0 5px 0 rgba(224, 224, 224, 0.75);
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.common-detail-page-printer {
  position: relative;
  padding: 18px 30px;
}

.detail-article-title {
  line-height: 50px;
  text-align: center;
}

.detail-article-title h2 {
  font-weight: 700;
  font-size: 34px;
}

.detail-article-title h3 {
  font-weight: 500;
  font-size: 24px;
}

.detail-article-title h4 {
  font-weight: 500;
  font-size: 24px;
  font-family: 'æ¥·ä½“';
}

.detail-article-title h5 {
  font-weight: 500;
  font-size: 32px;
}

.detail-article-infos {
  padding: 18px 0 12px;
  font-size: 14px;
  color: #7a7a7a;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.detail-article-infos .article-infos-source span {
  margin-right: 14px;
}

.detail-article-infos .article-infos-source i {
  font-style: normal;
}

.article-infos-func span {
  display: inline-block;
  padding: 0 7px;
  color: #7a7a7a;
  border-left: 1px solid #eaeaea;
}

.article-infos-func .article-priter {
  cursor: pointer;
  border-left: none;
}

.article-infos-func .article-priter i {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-position: -327px -1782px;
}

.article-infos-func .article-zoom i {
  font-style: normal;
}

.article-infos-func .article-zoom a {
  margin: 0 2px;
  color: #7a7a7a;
}

.article-infos-func .article-share {
  font-weight: 700;
  color: #2f5398;
  cursor: pointer;
}

.article-infos-func .article-share i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-position: -327px -1805px;
}

.article-share-cnt {
  position: absolute;
  right: 30px;
  overflow: hidden;
  width: 60px;
  padding-top: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.97);
}

.article-share-cnt a {
  display: block;
  margin: 4px auto;
}

.article-body {
  margin-top: 10px;
}

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

.article-body a:hover {
  color: #2f5398;
}

.rendering-ie7 .article-share-cnt {
  margin-top: 20px;
}

.rendering-ie7 .article-share-cnt,
.rendering-ie8 .article-share-cnt {
  background-color: #fff;
}

.article-edit {
  line-height: 30px;
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  color: #7a7a7a;
}

.article-edit a {
  color: #2f5398;
  margin-left: 7px;
}

/* Common-detail */

/* Relation */

.relatived-articles {
  padding: 5px 0;
}

.relatived-articles-title {
  line-height: 42px;
  font-size: 18px;
  color: #2f5398;
  border-bottom: 1px solid #eaeaea;
}

.shanxi-social-tools {
  padding: 10px 0;
  background-color: #e5e5e5;
}

.shanxi-social-tools li {
  float: left;
  overflow: hidden;
  width: 186px;
  height: 150px;
  margin-left: 20px;
}

.shanxi-social-tools .shanxi-social-mailbox {
  width: 536px;
}

.shanxi-social-tools li span {
  line-height: 20px;
  display: block;
  float: left;
  width: 20px;
  height: 100%;
  padding: 16px 8px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #2f5398;
}

.shanxi-social-tools li img {
  height: 100%;
}

/* /Relation */

/* Affairs Detail */

.affairs-detail-box {
  width: 96%;
  margin: 16px auto;
}

.affairs-detail-inner {
  padding: 15px 19px;
  border: 1px solid #eaeaea;
}

.affairs-detail-head {
  width: 756px;
  margin: 0 auto;
  margin-top: 10px;
}

.affairs-detail-head td {
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  color: #7a7a7a;
}

.affairs-detail-head-tit {
  width: 10%;
  font-weight: bold;
}

.affairs-detail-head-cnt {
  width: 45%;
}

.affairs-detail-inner-cnt {
  margin-top: 19px;
  padding: 15px 19px;
  /* border: 1px solid #eaeaea; */
}

.affais-detail-buttons {
  width: 200px;
  height: 24px;
  margin: 20px auto;
}

.affais-detail-buttons li {
  float: left;
  width: 78px;
  height: 24px;
  margin: 0 10px;
}

.affais-detail-buttons li input {
  height: 22px;
}

.affairs-detail-qcode {
  width: 796px;
  height: 180px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.affairs-detail-qcode dt {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 30px;
  overflow: hidden;
  width: 150px;
  height: 30px;
  margin: 0 auto;
}

.affairs-detail-qcode dd {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.affairs-detail-qcode dd img {
  width: 100%;
  height: 100%;
}

.affais-detail-buttons {
  width: 200px;
  height: 24px;
  margin: 20px auto;
  margin: 20px 45%;
  float: left;
}

.affais-detail-buttons li {
  float: left;
  width: 78px;
  height: 24px;
  margin: 0 10px;
}

.affais-detail-buttons li input {
  height: 22px;
}

/* /Affairs Detail
/* mend detail */

/* mend detail */
/* sprites */

.info-public-box > li i,
.main-site-adorn > dl > dt,
.mainr-topic-wrap .shxidx-buttons div,
.right-titlebar_conver > ul > li > i,
.talk-infos_tit > dd > ul > li i,
.float-tools,
.float-tools-innder a i,
.float-tools-top,
.float-tools-close,
.list-subnavs-title dt,
.list-subnavs-name > i,
.main-listcon-left h5 i,
.main-listcon-left > ul > li i,
.main-govinfo-left > li > i,
.files-search_btn,
.article-infos-func .article-priter i,
.article-infos-func .article-share i,
.main-medialist-box > li i {
  background: url('sprites.png') no-repeat;
}

.position {
  width: 100%;
  height: 50px;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 12px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
}
.position img {
  float: left;
}
.position_artic {
  float: left;
  line-height: 16px;
  margin-left: 12px;
}
.position_artic span {
  font-size: 18px;
  color: #545454;
}
/*要闻标题样式*/
.channel_tab {
  padding-left: 0;
  /* margin: 0px 0 6px; */
  background: #f7f7f7;
  height: 42px;
  line-height: 45px;
  border: 1px solid #dcdcdc;
  border-bottom: 2px solid #004986;
  border-radius: 5px 5px 0 0;
}

.channel_tab span {
  padding: 0;
  font-size: 22px;
}

.channel_tab span:first-child a {
  float: left;
  margin: -1px;
  color: #fff;
  font-size: 20px;
  background: #015293;
  padding: 0 14px;
  font-weight: normal;
  border-radius: 5px 5px 0 0;
}
.channel_tab span:last-child a {
  float: right;
  font-size: 16px;
  margin-right: 10px;
}
.listcon-right_mutbox {
  /* width: 98%; */
  margin: 20px 0 15px 20px;
}
.listcon-right_mutbox .common-list-box-items_box {
  margin-left: 10px;
  margin-top: 0;
}
/* 图片列表 */
.main-mediaitem-box {
  font-size: 0;
  overflow: hidden;
}
.main-mediaitem-box > li {
  width: 320px;
  height: 180px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.main-mediaitem-box > li img {
  width: 100%;
  height: 100%;
}
.main-mediaitem-box > li:hover img {
  opacity: 0.96;
}
.main-mediaitem-box > li:nth-child(3n + 1) {
  margin-left: 0;
}
.main-mediaitem-box > li:hover {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(225, 225, 225, 0.75);
  -moz-box-shadow: 2px 2px 8px 0 rgba(225, 225, 225, 0.75);
  box-shadow: 2px 2px 8px 0 rgba(225, 225, 225, 0.75);
}
.main-mediaitem-box > li p {
  position: absolute;
  height: 42px;
  line-height: 42px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-align: center;
}
.main-mediaitem-box > li p a {
  color: #fff;
}
.main-mediaitem-box > li:hover a,
.main-mediaitem-box > li p a:hover {
  color: #fff;
}
/* 1 */
.website-function-title {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.75rem;
  color: #0457b7;
  padding: 1rem 0;
  text-align: center;
}
.website-function-item {
  margin: 0 2rem 2rem;
}
.website-function-item > dt {
  font-size: 1.25rem;
  color: #406fb3;
  line-height: 2.5rem;
  border-bottom: 0.125rem solid #f5f5f5;
  height: 2.5rem;
  margin-bottom: 1rem;
  text-size-adjust: none;
}
.website-function-item > dt em {
  width: 7rem;
  text-align: center;
  font-weight: 700;
  display: block;
  font-style: normal;
  border-bottom: 0.125rem solid #406fb3;
}
.website-function-item > dd > a {
  line-height: 2rem;
  height: 2rem;
  margin: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
  width: 10%;
  position: relative;
  padding-left: 1rem;
  text-size-adjust: none;
}
.website-function-item > dd > a::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  margin: auto;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  border: 1px solid #7d7d7d;
  transform: rotateZ(45deg);
  border-radius: 0.125rem;
}
.website-function-item > dd > a:hover {
  font-weight: 700;
}
.website-function-item > dd > a:hover::before {
  border-color: #406fb3;
}
