input {
  box-sizing: border-box;
}
a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  color: #b60007;
  text-decoration: underline;
}
.container {
  width: 1190px;
}
.modal {
  z-index: 999999;
}
.nav-ul,
.nav-ul li,
.nav-ul,
.nav-ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-ol li {
  display: list-item !important;
  list-style-type: decimal;
}
.dot::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #c9252b;
  display: inline-block;
  vertical-align: middle;
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½Î½Ç±ï¿½ */
.triangle-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #f17125;
  border-right: 25px solid transparent;
}

/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿?*/
.wp-wrap {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  display: none;
}
/* .wp-wrap {
  border: 1px solid #ddd;
  background: #eee;
  display: block;
  min-height: 30px;
  min-width: 60px;
  margin-bottom: 20px;
} */

.wp-ssp {
  position: relative;
  margin-bottom: 15px;
  display: inherit;
}

.wp-ssp:after,
.ads-text:after {
  content: " ";
  display: table;
  height: 15px;
  width: 28px;
  clear: both;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 100;
  bottom: 0;
  opacity: 0.6;
  background: url(/static/v2/basic/images/ads-bg1.png) no-repeat;
}
.wp-ssp-nobg:after {
  background: none;
}

.ads-text {
  position: relative;
}

.ads-text:after {
  right: -10px;
}

.ads-text .wp-ssp {
  margin-bottom: 0;
}

.ads-text .wp-ssp::before {
  line-height: 35px;
  margin-right: 5px;
  font-size: 16px;
}

.ads-text .wp-ssp:after {
  background: none;
}
/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿?*/

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê¼ */
.registbox {
  color: 333;
}
.registbox dl,
.registbox dl dt.registbox dl dd {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.registbox dl dt {
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  display: none;
}
.registbox dl dd {
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 10px;
  text-align: left;
  line-height: 30px;
  position: relative;
}
.registbox dl dd span,
.registbox dl dd input[type="text"],
.registbox dl dd input[type="password"],
.registbox dl dd textarea {
  border: 0;
  margin-left: 5px;
  line-height: 35px;
  height: 35px;
  outline: 0;
  width: 90%;
}
.registbox dl dd span.fa {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.registbox dl dd i {
  font-style: normal;
}
.registbox dl dd span.fa-mobile {
  font-size: 20px;
}
.registbox dl dd textarea {
  height: 60px;
  width: 100%;
}
.registbox dl dd .btn-vcode1,
.registbox dl dd .btn-vcode2 {
  position: absolute;
  right: 1px;
  top: 3px;
}
.registbox dl dd.submit-bar,
.registbox dl dd.submit-tip {
  background: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  border: 0;
}
.registbox dl dd.submit-tip {
  text-align: left;
  line-height: 30px;
  font-style: normal;
  margin-bottom: 0;
  border: 0;
}
.registbox dl dd .btn-submit {
  width: 100px;
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.page-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}

.page-wrap a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eee;
  margin: 5px;
  padding: 0 5px;
}

.page-wrap #page_on,
.page-wrap a.page_on,
.page-wrap a:hover,
.page-wrap a:focus {
  color: #fff;
  font-weight: bold;
  background: #c9252b;
  text-decoration: none;
}
.top-nav-bar {
  width: 100%;
  height: 44px;
  display: block;
  line-height: 42px;
  margin-bottom: 15px;
}
.top-nav-bar,
.top-nav-bar .container {
  background: #2a2a2a;
}

.top-nav-bar,
.top-nav-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.top-nav-bar a:hover {
  color: #ff2a2a;
}

.top-nav-text {
  color: #999;
  float: left;
}

.top-nav-link {
  float: right;
}

.top-nav-item,
.top-nav-item li {
  float: left;
  margin-left: 5px;
  position: relative;
}
.top-nav-item li.qrcode img {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 100%;
  right: -30px;
}
.top-nav-item li.qrcode:hover img {
  display: inline;
}

.nav-link-login {
  margin-left: 8px;
}
.nav-link-login a {
  font-weight: 600;
  font-size: 120%;
}
.nav-link-login a {
  text-decoration: none;
}

.top-nav-link .btn-translate b {
  display: none;
  text-align: center;
  color: #5b88c6;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #5b88c6;
  background: #fff;
}

.top-nav-link .btn-translate b.on {
  display: inline-block;
}

.ads-bar1 .wp-wrap {
  float: left;
  margin-right: 20px;
}

.header-menu-bar {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #ddd;
}

.header-menu-bar dl {
  height: 100%;
  line-height: inherit;
}

.header-menu-bar dt,
.header-menu-bar dd {
  float: left;
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: inherit;
}

.header-menu-bar dd:last-child {
  float: right;
}

.header-menu-bar .logo img {
  height: 45px;
}

.header-menu-item {
  width: 825px;
  margin-left: 10px;
}

.header-menu-item,
.header-menu-item li {
  display: inline-block;
  height: 100%;
  padding: 0;
}

.header-menu-item li a {
  height: auto;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 0 10px;
  _padding: 0 6px;
  _min-width: 80px;
}

.header-menu-item > li {
  float: left;
  position: relative;
  z-index: 99998;
  height: 100%;
  text-align: center;
}

.header-menu-item li > ul,
.header-menu-item li > ul li {
  margin: 0px;
  padding: 0px;
}

.header-menu-item li > ul li {
  display: block;
  height: 36px;
  white-space: nowrap;
}

.header-menu-item li > ul li a {
  height: 100%;
  height: 100%;
  font-size: 14px;
}

.header-menu-item li > ul {
  display: none;
}

.header-menu-item li:hover > ul {
  display: block;
  margin-top: -10px;
  padding-bottom: 20px;
}

.header-menu-item li:hover,
.header-menu-item li:hover a,
.header-menu-item li:hover ul {
  color: #fff;
  background: #c9252b;
}

.header-menu-search {
  margin-top: 10px;
  width: 180px;
  height: 34px;
  line-height: 26px;
  position: relative;
  z-index: 99997;
  border-radius: 30px;
  border: 1px solid #f2f3f6;
  background: #f2f3f6;
}

.header-menu-search input[type="text"] {
  zoom: 1;
  outline: none;
  padding: 3px 8px;
  height: 100%;
  width: 160px;
  border: 0;
  font-size: 12px;
  background-color: transparent;
}

.header-menu-search input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.header-menu-search input[type="image"] {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 16px;
}

.header-site-keywords {
  color: #333;
  _line-height: 42px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 15px;
}

.header-site-keywords .keywords {
  color: #777;
}

.header-site-keywords .keywords a {
  color: #666;
  font-weight: normal;
}

.header-site-keywords a:hover {
  color: #c9252b;
  text-decoration: none;
}

.main-wrap {
  float: left;
  display: block;
  width: 820px;
}
.side-wrap {
  float: right;
  display: block;
  width: 300px;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.article-wrap {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
}

.article-wrap h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
}

.article-wrap blockquote .article-wrap blockquote {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.article-attr {
  border-bottom: 1px dashed #cfcfcf;
}

.article-attr,
.article-attr a {
  color: #999;
  font-size: 12px;
}

.article-attr img {
  margin-left: 7px;
  margin-right: 2px;
  max-height: 12px;
}

.article-attr a:hover {
  color: #c9252b;
  text-decoration: none;
}

.article-content {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
.article-content img {
  max-width: 620px;
  margin: 10px auto;
}
.article-content table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-content td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cc9900 !important;
}

.ads-article {
  margin-bottom: 15px;
}

.article-footer {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 25px;
}

.article-footer h3,
.article-footer h3 a {
  font-weight: normal;
}

.article-footer h3 a {
  font-size: 24px;
  text-decoration: none;
  margin-right: 5px;
}

.article-law {
  color: #999;
  font-size: 80%;
  line-height: 22px;
}

.article-weixin-box {
  position: relative;
}

.article-weixin-1 {
  position: absolute;
  top: -70px;
  right: -160px;
  display: block;
  text-align: center;
  border: 1px solid #eee;
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */

.art-list-wrap {
  width: 100%;
}

.art-list-wrap h2 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  border-bottom: 2px solid #be3339;
}
.art-list-wrap h2,
.art-list-wrap h2 a {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}
.art-list-wrap h2 a {
  padding-left: 5px;
  padding-right: 50px;
  margin-bottom: -2px;
  border-bottom: 2px solid #16123b;
}

.art-list-wrap .art-more-wrap {
  text-align: center;
  margin-top: 30px;
}

.art-more-wrap .art-btn-more {
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  background: #c9252b;
}

.art-lists {
  margin: 0;
  margin-bottom: 15px;
  color: #666;
  line-height: 22px;
}

.art-lists li {
  width: 100%;
  display: inline-block;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  list-style: none;
  position: relative;
}

.art-lists li > a {
  float: left;
  position: relative;
  margin-right: 15px;
}

.art-lists li:last-child,
.art-lists li:last-child:hover {
  border-bottom: 1px solid #ddd;
}

.art-lists li:hover {
  _background: #f3f6f8;
  border-bottom: 1px solid #d8c7c7;
}

.art-lists .art-pic,
.art-lists .art-txt {
  height: 100px;
  _position: relative;
}

.art-lists .art-pic {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.art-lists .art-pic img {
  width: 100%;
  max-width: 150px;
  max-height: 100px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.art-lists li:hover .art-pic img {
  transform: scale(1.03);
}

.art-lists .art-txt h3 {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  font-weight: bold;
  margin: 0 auto 3px;
  overflow: hidden;
}
.art-lists .art-txt h3 a {
  max-width: 630px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.art-lists .art-txt p,
.art-lists .art-txt p a {
  color: #666;
  text-decoration: none;
}

.art-lists .art-txt .art-info1,
.art-lists .art-txt .art-info2 {
  margin: 0;
}

.art-lists .art-txt .art-info1 {
  margin-top: 10px;
  height: 46px;
  font-size: 14px;
  overflow: hidden;
}

.art-lists .art-txt .art-info2 {
  line-height: 22px;
}

.art-lists .art-txt .art-info2 a {
  display: inline;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999;
  text-decoration: none;
}
.art-lists .art-txt .art-info2 .hits {
  float: right;
  display: none;
}

.art-lists .art-txt .art-cata {
  color: #c9252b;
}
.art-lists .art-txt .art-info2 a.art-cata {
  display: none;
}

.art-lists2 {
  margin-top: 15px;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.art-lists2 li {
  width: 271px;
  height: 140px;
  padding: 20px 15px 30px;
  background: transparent;
  border-right: 1px solid #e7e7e7 !important;
  border-bottom: 1px solid #e7e7e7 !important;
  margin: 0;
  margin-left: -1px;
}
.art-lists2 li > a {
  margin-right: 10px;
}
.art-lists2 li:hover {
  _background: #f3f6f8;
}

.art-lists2 li:after {
  display: table-cell;
  content: "";
  clear: both;
}

.art-lists2 .art-pic {
  height: 90px;
  width: 120px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.art-lists2 .art-pic img {
  max-height: 90px;
  max-width: 120px;
}

.art-lists2 .art-txt {
  height: 80px;
  overflow: hidden;
}

.art-lists2 li > a em {
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 50px;
  height: 16px;
  background: url(/images/202010/img/ico_gf.png) no-repeat center;
}

.fixed-wrap {
  position: fixed;
  z-index: 9998;
  background: transparent;
  width: 100% !important;
  display: block;
  left: 0;
  top: 110px;
}

.fixed-wrap .container {
  position: relative;
  z-index: 99996;
  width: 1370px !important;
}

.fixed-warp {
  position: absolute;
  z-index: 99997;
  overflow: hidden;
  text-align: center;
}

.fixed-left {
  left: 5px;
  right: auto;
}

.fixed-right {
  left: auto;
  right: 5px;
}

.fixed-item {
  max-width: 90px;
  margin-bottom: 15px;
}

.fixed-top {
  position: fixed;
  background: #fff;
  border: 1px solid #eee;
  display: inline-block;

  /* width: 56px;
  margin-left: 580px;
  left: 50%; */
  right: 20px;
  bottom: 50px;
}

.fixed-top ul,
.fixed-top li {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}

.fixed-top .drop1 {
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
}

.fixed-top .drop1 a,
.fixed-top .drop1 i {
  width: 42px;
  height: 42px;
  display: block;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.fixed-top .drop1 .fa {
  font-size: 20px;
  line-height: 40px;
}

.fixed-top .drop2 {
  position: absolute;
  bottom: -20px;
  right: 100%;
  z-index: 99998;
  padding: 10px;
  border-radius: 3px;
  background: #fdfdfd;
  border: 1px solid #ddd;
}

.fixed-top .drop2 p {
  color: #000;
  margin-bottom: 0;
  line-height: 26px;
  white-space: nowrap;
}

.fixed-top .drop2 p .img {
  width: 100px;
  margin: 8px;
  background: #fff;
  display: inline-block;
  border: 1px solid #dedede;
}

.fixed-top .drop2 p img {
  width: 100%;
}

.fixed-top li:hover {
  cursor: pointer;
  color: #fff;
  background: #32b9f4;
}

.fixed-top li:hover .drop1 a,
.fixed-top .drop1 i,
.fixed-top .drop2 {
  display: none;
}

.fixed-top li:hover .drop1 i,
.fixed-top li:hover .drop2 {
  display: inline-block;
  font-size: 12px;
}
.maps {
  display: block;
  width: 100%;
}

.maps ul {
  width: auto;
  float: left;
  margin: 0 7px;
}

.maps ul li {
  min-width: 100px;
}

.maps ul li > a,
.maps ul li > a.arit {
  width: 80px;
  display: inline-block;
  margin: 0;
  text-align: left;
}

.maps ul:last-child {
  margin-right: 0;
}

.article-recommend {
  margin-top: 25px;
}

.nav-maps {
  margin-top: 30px;
}

.nav-maps h2 {
  font-size: 18px;
  line-height: 40px;
  border-top: 4px solid #ddd;
}

.maps-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.maps-wrap ul {
  float: left;
  min-width: 140px;
  margin: 0;
  margin-right: 10px;
  padding: 15px 0;
  background: #efefef;
}

.maps-wrap ul li {
  text-align: left;
  list-style: none;
  line-height: 30px;
  padding-left: 30px;
}

.maps-wrap ul li a {
  padding-right: 30px;
  text-decoration: none;
  white-space: nowrap;
}

.maps-wrap ul:last-child {
  margin-right: 0;
}

.maps-wrap ul li:first-child {
  font-weight: bold;
  line-height: 30px;
  margin-left: 0;
}

.footer-warp {
  background: url(/images/2014/images/fbg.jpg) repeat-x 0 top;
  padding-top: 50px;
  margin-top: 30px;
}

.footer-warp,
.footer-warp a,
.footer-warp p {
  color: #999;
  text-align: center;
  text-decoration: none;
}
.footer-warp a:hover {
  color: #c9252b;
}

.footer-warp span {
  font-size: 12px;
}

.footer-warp .copyright p {
  margin-bottom: 0;
  line-height: 24px;
}

.side-item-wrap {
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
}

.side-item-wrap,
.side-item-wrap a {
  font-size: 14px;
  text-decoration: none;
}

.side-item-wrap h2,
.side-item-wrap h2 b,
.side-item-wrap h2 small {
  font-size: 18px;
  line-height: 30px;
  border-top: 1px solid #ddd;
}

.side-item-wrap h2 {
  margin: 0 0 15px;
  border-top: 0;
  font-weight: bold;
}
.side-item-wrap h2 b {
  padding: 0 10px;
  margin-top: -2px;
  display: inline-block;
  border-top: 1px solid #c9252b;
  font-weight: bold;
}

.side-item-wrap h2 small {
  float: right;
}

.side-item-wrap h2 small,
.side-item-wrap h2 small a {
  font-size: 12px;
  border: 0;
}

.side-item-wrap h2 small a:hover,
.side-item-wrap h2 small a.on,
.side-item-wrap h2 small a.active {
  color: #b60007;
}

.side-art-list li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.side-art-list li > a {
  float: left;
  margin-right: 5px;
}

.side-art-list .art-pic {
  height: 60px;
  width: 90px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.side-art-list .art-pic img {
  width: 90px;
  height: 60px;
  vertical-align: middle;
}

.side-art-list h3 {
  margin: auto;
  overflow: hidden;
  max-height: 30px;
  font-weight: normal;
}

.side-art-list h3 a {
  display: initial;
  line-height: 18px;
}
.side-art-list .art-txt {
  color: #999;
}

.side-art-list .art-attrs {
  margin-bottom: 0;
  margin-top: 5px;
  max-height: 20px;
  overflow: hidden;
}

.side-art-list .art-attrs a,
.side-art-list .art-attrs span,
.side-art-list .art-attrs img {
  display: inline;
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
}

.side-coin-list {
  margin-top: -15px;
  margin-bottom: -20px;
  padding-left: 1%;
  display: inline-block;
}

.side-coin-list li {
  float: left;
  width: 32.3%;
  line-height: 60px;
}

.side-coin-list li img {
  width: 28px;
  margin-right: 10px;
}

.side-author-list li {
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}
.side-author-list li:last-child {
  border-bottom: 0;
}
.side-author-list .art-pic {
  height: 60px;
  width: 60px;
  margin-right: 15px;
}

.side-author-list h3 {
  max-height: 30px;
  white-space: nowrap;
}

.side-author-list .art-attrs {
  margin-top: 10px;
}

.side-author-list .art-pic img {
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}
.lists-wrap h1 {
  color: #c9252b;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.lists-wrap {
  font-size: 14px;
}
.side-list1 li {
  height: 30px;
  margin-bottom: 0;
}
.side-list1 li h3 > a {
  display: inline;
}

.side-list1 li:first-child {
  height: 56px;
  margin-bottom: 10px;
}
.side-list1 li:first-child h3 {
  height: 45px;
  max-height: inherit;
  line-height: 16px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.side-list1 li .art-pic,
.side-list1 li .art-attrs {
  display: none;
}
.side-list1 li:first-child .art-pic {
  display: table-cell;
}

.side-list1 li:first-child .art-attrs {
  display: inline;
}
.side-list2,
.side-toggle {
  display: none;
}
.side-list2.active,
.side-toggle.active {
  display: inherit;
}
.side-list2 li {
  height: 30px;
  margin-bottom: 0;
}
.side-list2 li h3 > a {
  display: inline;
}
.side-list2 li:first-child,
.side-list2 li:nth-of-type(1),
.side-list2 li:nth-of-type(2),
.side-list2 li:nth-of-type(3) {
  height: 56px;
  display: inline-block;
  margin-bottom: 15px;
}

.side-list2 li .art-pic,
.side-list2 li .art-attrs {
  display: none;
}
.side-list2 li:first-child .art-pic,
.side-list2 li:nth-of-type(1) .art-pic,
.side-list2 li:nth-of-type(2) .art-pic,
.side-list2 li:nth-of-type(3) .art-pic {
  display: table-cell;
}

.side-list2 li:first-child .art-attrs,
.side-list2 li:nth-of-type(1) .art-attrs,
.side-list2 li:nth-of-type(2) .art-attrs,
.side-list2 li:nth-of-type(3) .art-attrs {
  display: inline;
}

.side-list2 li:nth-of-type(1) h3,
.side-list2 li:nth-of-type(2) h3,
.side-list2 li:nth-of-type(3) h3 {
  height: 50px;
  max-height: inherit;
  line-height: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.side-list2 li .od {
  padding: 0;
  margin: 0;
  width: 22px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
  background: #888;
  padding: 3px;
  padding: 3px;
  line-height: 10px;
  display: inline-block;
}
.side-list2 li .triangle-top-left {
  display: none;
}
.side-list2 li:nth-of-type(1) .od,
.side-list2 li:nth-of-type(2) .od,
.side-list2 li:nth-of-type(3) .od,
.side-list2 li:nth-of-type(1) .triangle-top-left,
.side-list2 li:nth-of-type(2) .triangle-top-left,
.side-list2 li:nth-of-type(3) .triangle-top-left {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  width: 15px;
  line-height: 15px;
}

.side-list2 li:nth-of-type(1) .triangle-top-left {
  border-top: 25px solid #f34745;
}

.side-list2 li:nth-of-type(2) .triangle-top-left {
  border-top: 25px solid #4b94fd;
}

.side-list2 li:nth-of-type(3) .triangle-top-left {
  border-top: 25px solid #72d24c;
}

.side-item-wrap1 {
  padding: 0 15px;
  border: 1px solid #eee;
  border-top: 2px solid #c9252b;
}

.side-item-wrap1 h2 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.side-item-wrap2 {
  border-top: 2px solid #c9252b;
  border-top: 1px solid #eee;
}
.side-item-wrap2 h2 {
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.side-item-wrap2 h2 b,
.side-item-wrap2 h2 span {
  font-weight: bold;
}
.side-item-wrap2 h2 small {
  line-height: 40px;
}

.live-news,
.live-news li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.live-news li {
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  border-bottom: 1px #e6e6e6 dashed;
}

.live-news li:hover {
  _background: #f3f4f6;
}

.live-news li:last-child {
  margin-bottom: 0;
  border: 0;
}

.live-news li .timer {
  background: #191919;
  color: #fff;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 80%;
}

.live-news li a {
  display: block;
  margin: 4px 0;
  max-height: 42px;
  overflow: hidden;
  padding-bottom: 5px;
}

.side-list3 {
  width: 100%;
  display: inline-block;
}

.side-list3 li {
  float: left;
  margin-left: 5px;
  margin-bottom: 15px;
  width: 126px;
  padding: 10px;
  border: 1px solid #ddd;
}
.side-list3 li a {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
}
.side-list3 li img {
  width: 100%;
}

.side-list4 {
  padding: 0;
  margin: 0;
}

.side-list4 li {
  display: inline-block !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.side-list4 li:last-child {
  border: 0;
}

.quote-bar {
  width: 100%;
  display: block;
  margin: 15px auto;
  overflow: hidden;
}
.marquee-list {
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  border-top: 2px solid #eee;
}
.quote-list {
  width: 100%;
  max-height: 80px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: #fefefe;
}

.quote-list li {
  float: left;
  list-style: none;
  text-align: center;
  padding: 0 6px;
  margin: 10px 0;
  border-right: 2px dashed #eee;
  height: 60px;
  overflow: hidden;
}

.quote-list li span {
  display: block;
  width: 150px;
  overflow: hidden;
  line-height: 30px;
}

.quote-list li span small,
.quote-list li span em {
  font-style: normal;
  margin-left: 10px;
  color: #c9262b;
}

.quote-list li span em {
  font-size: 130%;
}

.quote-list li.down span small,
.quote-list li.down span em {
  color: #1e9a5e;
}
.quote-list li .fa {
  font-size: 12px;
}

.tab-list-wrap ul {
  width: 100%;
  height: 42px;
  display: inline-block;
  border-bottom: 1px solid #ddd;
}

.tab-list-wrap li {
  float: left;
}

.tab-list-wrap li a {
  color: #777;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.tab-list-wrap li:last-child a {
  margin-right: 0;
}

.tab-list-wrap li a.active,
.tab-list-wrap li.active a {
  color: #000;
  border-bottom: 2px solid #c9252b;
}
.tab-list-wrap li.ads-bar6 {
  width: 400px;
  text-align: right;
}
.tab-list-wrap li.ads-bar6,
.tab-list-wrap li.ads-bar6 a {
  float: right;
  color: #337aff;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  margin-right: 0;
}
.tab-list-wrap li.ads-bar6 .wp-ssp:after,
.tab-list-wrap li.ads-bar6 .ads-text:after {
  background: none;
}
.art-list-content {
  display: none;
}

.art-list-content.active {
  display: inherit;
}

.art-lists .art-list-item-sp1 {
  color: #333;
  background: #eee;
  border-radius: 5px;
  padding: 10px;
  _margin: 0 -10px;
}

.art-lists .art-list-item-sp1 p {
  padding: 10px 15px;
  margin-bottom: 0;
  line-height: 24px;
}
.art-lists .art-list-item-sp1 p a {
  color: #333;
  text-decoration: none;
}

.art-lists .art-list-item-sp1 .sp1-title {
  display: block;
  width: 100%;
  height: 30px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.art-lists .art-list-item-sp1 .sp1-title a,
.art-lists .art-list-item-sp1 .sp1-title span {
  float: left;
  margin-right: 5px;
}

.art-lists .art-list-item-sp1 .sp1-title small {
  float: right;
  color: #666;
}

.art-lists .art-list-item-sp1 .sp1-title em {
  color: #ed1c24;
  font-weight: bold;
  text-decoration: none;
}

.art-lists .art-list-item-sp1 .sp1-title a {
  font-size: 20px;
  max-width: 600px;
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
}

.art-list2-warp {
  margin-top: 40px;
}

.art-list2-warp .side-item2-wrap {
  float: left;
  width: 265px;
  min-height: 554px;
  margin-right: 12px;
  border: 1px solid #ddd;
  border-top: 0;
}

.art-list2-warp .side-item2-wrap:last-child {
  margin-right: 0;
  float: right;
}

.side-item2-wrap h2 {
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  border: 0;
  border-top: 2px solid #c9252b;
}

.side-item2-wrap h2 b {
  border: 0;
  border-bottom: 2px solid #c9252b;
}

.side-list5 {
  margin-bottom: 15px;
}

.side-list5 > li {
  height: auto;
}

.side-list5 li > a {
  margin: 0;
  padding: 0 10px;
  line-height: 22px;
}
.side-list5 li > a.dot {
  max-height: 45px;
  overflow: hidden;
}
.side-list5 li img {
  height: 120px;
  width: 100%;
  display: none;
}

.side-list5 li:first-child {
  height: auto;
  border: 1px solid #eee;
  margin-bottom: 0;
}

.side-list5 li:first-child img {
  display: inline;
}

.side-list5 li:first-child .dot::before {
  display: none;
}

.side-list5 li:first-child .dot {
  height: 52px;
  max-height: 55px;
  font-size: 16px;
  font-weight: bold;
  display: table;
  overflow: hidden;
  margin: 10px auto 1px;
}

.side-list6 li {
  list-style: decimal;
  height: 32px;
  margin-bottom: 0;
}

.side-list6 li:first-child {
  height: 100px;
  margin-bottom: 10px;
}
.side-list6 li:first-child h3 {
  height: 70px;
  overflow: hidden;
  max-height: inherit;
  line-height: 20px;
  margin: -5px auto 0;
}
.side-list6 li:first-child h3 a {
  line-height: 16px;
}
.side-list6 li .art-pic,
.side-list6 li .art-attrs {
  display: none;
}
.side-list6 li:first-child .art-pic {
  display: table-cell;
}

.side-list6 li:first-child .art-attrs {
  display: inline;
}
.side-list6 li:first-child .dot::before {
  display: none;
}
.side-list6 .art-pic,
.side-list6 .art-pic img {
  width: 120px;
  height: 80px;
}
/*
.side-list7,
.side-list7 li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.side-list7 {
  display: none;
}
.side-list7.active {
  display: inline-block;
}
.side-list7 li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.side-list7 li:last-child {
  border: 0;
}
*/

.side-txt-wrap h4 {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  border-top: 1px solid #eee;
  font-weight: bold;
}
.side-txt-wrap .side-txt1 {
  color: #333;
  line-height: 26px;
}
.side-txt-wrap .side-attrs {
  color: #999;
  font-size: 12px;
}
.pic-txt {
  position: relative;
}

.pic-txt,
.pic-txt dt,
.pic-txt dd,
.pic-txt dd img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.pic-txt dt {
  background: #34443e;
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pic-txt dt,
.pic-txt dt a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.main-channel-wrap,
.main-comments-wrap {
  width: 820px;
}

.side-channel-wrap,
.side-comments-wrap {
  width: 300px;
}

.banner1,
.banner2,
.banner3 {
  float: left;
  height: 295px;
  position: relative;
  z-index: 1;
}
.main-channel-wrap .banner1 .wp-ssp:after,
.side-channel-wrap .banner1 .wp-ssp:after,
.main-channel-wrap .banner2 .wp-ssp:after,
.side-channel-wrap .banner2 .wp-ssp:after,
.main-channel-wrap .banner3 .wp-ssp:after,
.side-channel-wrap .banner3 .wp-ssp:after {
  /* background: none; */
}
.main-channel-wrap .banner1 .wp-ssp,
.main-channel-wrap .banner2 .wp-ssp,
.main-channel-wrap .banner3 .wp-ssp,
.side-channel-wrap .banner1 .wp-ssp,
.side-channel-wrap .banner2 .wp-ssp,
.side-channel-wrap .banner3 .wp-ssp {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}

.banner2 dd img {
  height: 140px;
}

.banner3 {
  width: 420px;
  margin-right: 15px;
  border-top: 1px solid #eecccc;
  border-bottom: 1px solid #eecccc;
}

.banner3 .carousel {
  height: 100%;
}

.banner3 .carousel-control {
  opacity: 1;
  width: 18px;
  text-align: center;
  background: #eecccc;
}

.banner3 .carousel-control .fa {
  position: absolute;
  top: 40%;
  right: 3px;
  color: #fff;
  font-size: 30px;
}

.banner3 .carousel-side {
  display: inline-block;
  margin: 15px 30px;
}
.label_channel_202010_carousel .item {
  display: none;
}
.label_channel_202010_carousel .item.active {
  display: inherit;
}

.art-list-master li {
  padding: 15px 0;
}
.art-list-master .art-pic,
.art-list-master .art-txt {
  height: 140px;
}
.art-list-master .art-pic img {
  max-width: 210px;
  max-height: 140px;
  width: 210px;
}
.art-list-master .art-txt .art-info1 {
  margin-top: 15px;
  margin-bottom: 20px;
  height: 65px;
}
.art-list-master .art-txt .art-info1 a {
  text-indent: 2em;
}
.art-list-master .art-txt h3 {
  font-size: 20px;
  line-height: 24px;
}

.hs-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.btn-bg1,
.btn-bg1:hover,
.btn-bg1:focus {
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-color: #6799d9;
  background-image: linear-gradient(to bottom, #337aff 0, #337aff 100%);
}

.btn-bg2,
.btn-bg2:hover,
.btn-bg2:focus {
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-color: #f78d71;
  background-image: linear-gradient(to bottom, #ef5544 0, #ef5544 100%);
}

.hs1-title,
.hs2-title,
.hs3-title,
.hs4-title {
  float: left;
}

.hs1-link,
.hs2-link,
.hs3-link,
.hs4-link {
  float: right;
}

.hs1-title {
  margin: 0;
  color: #ef5544;
  font-size: 18px;
}

.hs1-title small {
  display: inline-block;
  line-height: 10px;
  font-size: 12px;
  color: #fff;
  background: #ef5544;
  padding: 2px 5px;
  border-radius: 20px;
}

.hs2-title,
.hs2-link {
  width: 190px;
  height: 66px;
  border: 1px solid #e8c1c1;
}

.hs2-link {
  border: 0;
  width: 140px;
  background: #ffddde;
}

.hs2-title span {
  padding: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}

.hs2-title span img {
  width: 100%;
  max-width: 150px;
  max-height: 100px;
  margin: 0 auto;
  display: table-cell;
}

.hs2-link span,
.hs2-link span i,
.hs2-link span em {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  font-style: normal;
}

.hs2-link span em {
  color: #666;
}

.hs2-link span {
  float: left;
  width: 50%;
  text-align: center;
  margin: 16px 0;
}

.hs2-link span:first-child {
  border-right: 1px solid #fff;
}

.hs3-title {
  color: #ef5544;
  font-size: 14px;
  font-weight: bold;
}

.hs3-link {
  width: 270px;
  line-height: 20px;
  text-align: left;
}

.hs3-link span {
  display: inline-block;
  height: 20px;
  width: 60px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 4px;
}

.hs3-link img {
  height: 100%;
  max-height: 15px;
  margin-right: 5px;
}

.hs4-wrap {
  margin: 0;
  background: #ef5544;
  border: 1px solid #ef5544;
}

.hs4-title {
  width: 25px;
  height: 100%;
  padding-top: 5%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.hs4-link {
  width: 330px;
  padding: 10px;
  background: #fff;
}

.hs4-link li {
  float: left;
  width: 24%;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  border-bottom: 1px solid #fed9b4;
  border-right: 1px solid #fed9b4;
}

.hs4-link li:last-child {
  border-right: 0;
}
.hs4-link ul:last-child li {
  border-bottom: 0;
}

.art-list-channel .art-txt .art-info2 a.art-cata {
  display: inline;
}

.flip-box {
  width: 60px;
  height: 60px;
  position: relative;
}

.flip-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.flip-item-front {
  background-color: #f9f9f9;
  transform: rotateY(0deg);
  z-index: 2;
}

.flip-item-back {
  transform: rotateY(180deg);
  z-index: 1;
  /* background-color: black; */
}

.flip-box:hover .flip-item-front {
  z-index: 1;
  transform: rotateY(180deg);
}

.flip-box:hover .flip-item-back {
  z-index: 2;
  transform: rotateY(0deg);
}

.side-author-list2 h3 a {
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.side-author-list2 h3 small {
  float: right;
}

.side-author-list2 li {
  padding: 10px 0 20px;
}

.side-author-list2 .art-pic {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.side-author-list2 .art-attrs span,
.side-author-list2 h3 small {
  color: #333;
  font-size: 14px;
}

.side-author-list2 .art-attrs img {
  max-width: 70px;
  height: 15px;
}
.side-list8 {
  background: url(/images/202010/img/od_0_9.png) no-repeat 0 0;
}

.side-list8,
.side-list8 li {
  margin: 0;
  padding: 0;
}

.side-list8 li {
  height: 41px;
  line-height: 36px;
  padding-left: 30px;
  border-bottom: 1px dashed #eee;
}

.side-list8 li,
.side-list8 li::after {
  display: table;
  clear: both;
}

.side-list8 li:last-child {
  border-bottom: 0;
}

.side-list8 li span {
  float: right;
  color: #666;
}

.side-list8 li img {
  width: 35px;
  height: 100%;
  max-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.side-list8 li > a {
  position: relative;
}

.side-list8 li > a cite {
  position: absolute;
  z-index: 99;
  left: 25px;
  bottom: 0;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(/images/202010/img/vip.png) no-repeat;
}

.side-list9 li a {
  color: #c9252b;
}

.art-expert-warp {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.art-expert-info h1 {
  line-height: 35px;
  border: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.art-expert-info p {
  line-height: 27px;
}

.art-expert-warp > a {
  float: left;
  width: 210px;
  margin: 0 auto;
  margin-right: 15px;
  background: #fff;
  text-align: center;
  text-align: -webkit-center;
}

.avatar-warp {
  width: 160px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid #f3f3f3;
  padding: 2px;
  position: relative;
}

.avatar-warp img {
  width: 100%;
}

.avatar-warp,
.art-expert-info {
  height: 160px;
  overflow: hidden;
}

.expert-attrs b {
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  background: #e9e9e9;
  color: #5b9eb3;
  font-size: 12px;
  line-height: 18px;
}

.ib-info-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #f0f0f0;
  background: url(/images/202010/img/ib-wrap-bg.png);
}

.ib-info-wrap .art-expert-warp,
.ib-info-wrap .art-expert-warp2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 0;
}

.ib-info-wrap .art-expert-info {
  width: 470px;
  display: inline-block;
  border-bottom: 1px dashed #ddd;
}

.ib-info-wrap .art-expert-info p {
  line-height: 25px;
}

.ib-info-wrap .art-expert-ext-left,
.ib-info-wrap a.art-expert-avatar {
  width: 160px;
  margin-right: 20px;
  background: transparent;
  text-align: center;
}

.ib-info-wrap .art-expert-ext-left {
  float: left;
}

.ib-info-wrap .art-expert-ext-left a.btn,
.ib-info-wrap .art-expert-ext-left .btn a {
  color: #fff;
  text-decoration: none;
}
.ib-info-wrap .avatar-warp {
  background: #fff;
}

.ib-info-wrap cite {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2px 6px;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.btn-green,
.ib-info-wrap cite.green {
  color: #fff;
  background: #3db549;
}

.btn-red,
.ib-info-wrap cite.red {
  color: #fff;
  background: #df564b;
}

.btn-red:hover,
.btn-red:focus,
.btn-green:hover,
.btn-green:focus {
  color: #fff;
}

.ib-info-wrap .btn-gray {
  color: #fff;
  background: #999;
}

.ib-info-wrap .art-expert-warp2 {
  margin-top: 0;
  padding-bottom: 0;
}

.ib-info-wrap .art-expert-warp2 p,
.ib-info-wrap .art-expert-warp2 .ib-events li,
.ib-info-wrap .art-expert-warp2 .ib-events li a {
  color: #c9252b;
  line-height: 32px;
  text-decoration: none;
}

.ib-info-wrap .art-expert-warp2 .ib-events li a:hover,
.ib-info-wrap .art-expert-warp2 .ib-events li a:focus {
  color: #e40008;
}

.ib-info-wrap .art-expert-warp2 .ib-events li {
  margin-left: -20px;
}

.ib-info-wrap .art-expert-warp2 .art-expert-info {
  border: 0;
}

.art-expert-scroe {
  float: right;
  width: 116px;
}

.art-expert-scroe dl {
  float: right;
  width: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 28px;
}

.art-expert-scroe dt,
.art-expert-scroe dd {
  width: 100%;
  margin-bottom: 10px;
}

.art-expert-scroe dd {
  margin-bottom: 0;
}

.art-expert-scroe dt {
  background: #fff;
  border: 1px solid #ffbf7d;
  border-top: 0;
}

.art-expert-scroe dt b {
  color: #fff;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  background: #333;
}

.art-expert-scroe dt span {
  color: #ffbf7d;
  font-size: 22px;
  line-height: 50px;
  font-weight: normal;
}
.art-expert-scroe dd .btn {
  padding: 3px 12px;
  font-size: 16px;
  margin-bottom: 8px;
}

.ib-attrs-wrap {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.ib-attrs-wrap .tab-list-wrap ul {
  border: 0;
  height: auto;
  border-top: 2px solid #dbab95;
  background: #ffeeee;
}

.ib-attrs-wrap .tab-list-wrap li a {
  color: #333;
  font-size: 18px;
  line-height: 44px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.ib-attrs-wrap .tab-list-wrap li a:focus,
.ib-attrs-wrap .tab-list-wrap li a:hover,
.ib-attrs-wrap .tab-list-wrap li a.active,
.ib-attrs-wrap .tab-list-wrap li.active a {
  color: #fff;
  border: 0;
  background: #da9;
}

.ib-attrs-table {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #666;
  border: 1px solid #eee;
}

.ib-attrs-table dt,
.ib-attrs-table dd {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 100%;
  line-height: 35px;
}

.ib-attrs-table dt span,
.ib-attrs-table dd span {
  width: 48%;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

.ib-attrs-table dd.bg1,
.ib-attrs-table dd:nth-of-type(even) {
  background: #eee;
}

.side-item-comment {
  border: 1px solid #eeccc0;
}

.side-item-comment .tab-list-wrap ul {
  border: 0;
  border-bottom: 1px solid #eeccc0;
  height: auto;
}

.side-item-comment .tab-list-wrap ul li {
  width: 50%;
  display: inline-block;
  border-right: 1px solid #eeccc0;
}

.side-item-comment .tab-list-wrap ul li:last-child {
  border-right: 0;
}

.side-item-comment .tab-list-wrap li a {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  line-height: 44px;
  width: 100%;
  border: 0;
}

.side-item-comment .tab-list-wrap li a:focus,
.side-item-comment .tab-list-wrap li a:hover,
.side-item-comment .tab-list-wrap li a.active,
.side-item-comment .tab-list-wrap li.active a {
  color: #333;
  background: #ffeeee;
}

.side-item-comment .tab-content-wrap {
  padding: 10px 15px;
}
.side-item-comment .tab-content-wrap .live-news li {
  border-bottom: 1px solid #ffeeee;
}

.ib-comment-pubish {
  margin-top: 25px;
}
.ib-comment-pubish textarea {
  width: 100%;
  height: 80px;
  outline: none;
  resize: none;
  border: 1px solid #ddd;
}
.cert-wrap {
  max-width: 600px;
  min-width: 600px;
  width: 100%;
  margin: 15px auto;
  border: 4px solid #aae4ff;
  background-color: #f7ffff;
  color: #666;
  font-size: 14px;
}
.cert-wrap .cert-content {
  border: 1px solid #aae4ff;
  margin: 6px;
}
.cert-wrap .cert-title {
  background: url(/images/2018/cert-title-bg.png) no-repeat bottom;
  text-align: center;
  font-size: 26px;
  margin: 15px auto;
  height: 50px;
}
.cert-wrap .cert-title img {
  height: 25px;
  margin-right: 5px;
}
.cert-wrap .cert-body {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
.cert-wrap .cert-left {
  float: left;
  width: 360px;
}
.cert-wrap .cert-right {
  float: left;
  width: 220px;
}
.cert-wrap a {
  color: #2296cc;
  text-decoration: none;
}
.cert-wrap .btn-cert-1 {
  background: green;
  padding: 3px 8px;
  color: #fff;
  border-radius: 3px;
}
.cert-wrap table {
  width: 100%;
  border: 0;
  line-height: 28px;
}
.cert-wrap th {
  border: 0;
  color: #999;
  text-align: right;
  width: 30%;
  white-space: nowrap;
  vertical-align: top;
}
.cert-wrap td {
  border: 0 !important;
  color: #333;
}

.banner-edu {
  width: 100%;
  height: 145px;
  border: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.banner-edu .carousel-control {
  width: 30px;
  background: #afccea;
}

.banner-edu .carousel-control .fa {
  right: 8px;
  color: #3c6a96;
}

.banner-edu .carousel-side {
  margin: 0 40px;
}

.edu-item li {
  float: left;
  margin-right: 12px;
}

.edu-item li:last-child {
  margin-right: 0;
}

.edu-item li img {
  max-width: 255px;
  height: 145px;
}

.edu-item a {
  position: relative;
}

.edu-item a span {
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #34443e;
  opacity: 0.8;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.whpj-currency{
	background:#999;
}

.whpj-currency th {
    background: #999;
    color: white;
    font-size: 16px;
    border: 1px solid #cc9900 !important;
    text-align: center;
    padding: 3px;
}
.whpj-currency td {
    background: #F8F8F8;
    color: #333;
    font-size: 16px;
    border: 1px solid white;
    text-align: center;
    padding: 3px;
}