.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}
.mt10 {
  margin-top: 10px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.show {
  display: block !important;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.more-news a:hover {
  text-decoration: underline;
}
.more-activity a:hover {
  text-decoration: underline;
}
.text-news a:hover {
  text-decoration: underline;
}
.item-content a:hover {
  text-decoration: underline;
}
.link-list {
  display: none;
  padding-top: 14px;
}
.link-list a:hover {
  text-decoration: underline;
}
.pic-news {
  background: #f6f6f6;
}
.pic-news .more-news {
  float: right;
  font-size: 14px;
  color: #777;
  margin: 16px 20px 0 0;
}
.pic-news .more-news:hover {
  text-decoration: underline;
}
.pic-news .news-header {
  height: 50px;
}
.pic-news .header-title {
  float: left;
  position: relative;
  font-size: 20px;
  color: #333;
  padding-left: 32px;
  margin: 13px 0 0 20px;
}
.pic-news .title-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 24px;
  background: url(http://www.zihua.yktworld.com/static/image/icon57.png) no-repeat;
}
.pic-news .title-desc {
  position: absolute;
  bottom: 0;
  right: -90px;
  font-size: 14px;
  color: #ccc;
}
.pic-news .news-list {
  height: 210px;
  overflow: hidden;
}
.pic-news .news-item {
  float: left;
  height: 190px;
  text-align: center;
  padding-left: 14px;
}
.pic-news .news-img {
  position: relative;
  width: 260px;
  height: 160px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.pic-news .news-img img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.pic-news .img-title {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: bottom 0.2s ease-out;
  -moz-transition: bottom 0.2s ease-out;
  -ms-transition: bottom 0.2s ease-out;
  -o-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
}
.pic-news .title-content {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  margin: 0 10px;
}
.pic-news .news-title {
  width: 260px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.pic-news .active .news-img {
  width: 350px;
  height: 190px;
}
.pic-news .active .img-title {
  bottom: 0;
}
.pic-news .active .news-title {
  height: 0;
}
.pic-news .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.col-text-news {
  padding-top: 12px;
}
.col-text-news a {
  white-space: nowrap;
  overflow: hidden;
  float: left;
  max-width: 100%;
  font-size: 15px;
  color: #333;
}
.col-text-news a:hover {
  text-decoration: underline;
}
.col-text-news a:before {
  float: left;
  width: 4px;
  height: 4px;
  content: '';
  margin: 9px 6px 0 3px;
  background: #4F8EEC;
  border-radius: 50%;
}
.col-text-news li {
  float: left;
  width: 50%;
  padding-bottom: 8px;
  overflow: hidden;
}
.row-text-news {
  height: 350px;
  overflow: hidden;
}
.row-text-news a {
  font-size: 15px;
  color: #333;
  margin-right: 5px;
}
.row-text-news a:hover {
  text-decoration: underline;
}
.row-text-news li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 0 13px;
  overflow: hidden;
}
.row-text-news li:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 4px;
  height: 4px;
  content: '';
  background: #4F8EEC;
  border-radius: 50%;
}
.left-news-group {
  margin-top: 27px;
}
.left-news-group a:hover {
  text-decoration: underline;
}
.left-news-group .news-header {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  padding: 0 12px;
  border-top: none;
  background: #f6f6f6;
  border: none;
  border-top: 2px solid #3a9fff;
}
.left-news-group .header-title {
  float: left;
  font-size: 18px;
  color: #246bb3;
  font-weight: bold;
}
.left-news-group .more-news a {
  font-size: 14px;
  color: #969696;
}
.left-news-group .news-content {
  padding-bottom: 16px;
}
.left-news-group .news-content .news-list a {
  display: inline-block;
  max-width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
}
.left-news-group .news-content .news-list a:before {
  float: left;
  width: 4px;
  height: 4px;
  content: '';
  margin: 8px 4px 0 0;
  background: #666865;
}
.left-news-group .news-content .news-list li {
  font-size: 0;
  padding: 10px 4px 0 0;
}
.left-news-group.rightList li {
  width: 100%;
}
.left-news-group.rightList li a {
  max-width: 100% !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.slider .news-title {
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-top: 6px;
}
.slider .news-desc {
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
}
.slider li {
  float: left;
}
.slider a {
  position: relative;
  display: block;
}
.slider a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slider img {
  display: block;
  width: 580px;
  height: 320px;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.slider .news-info {
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 544px;
  height: 60px;
  padding: 0 18px;
  background: #bababa;
  background: rgba(0, 0, 0, 0.5);
}
.slider .slider-index {
  position: absolute;
  bottom: 9px;
  left: 50%;
}
.slider .slider-index li {
  float: left;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 5px;
  margin-right: 8px;
  background: #fff;
  cursor: pointer;
}
.slider .slider-index .on {
  background: #3a9fff;
}
.slider .prev-btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  margin-top: -22px;
  background-image: url(http://www.zihua.yktworld.com/static/image/icon_bg.png);
  background-repeat: no-repeat;
  cursor: pointer;
  left: -44px;
  background-position: -245px -259px;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.slider .next-btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  margin-top: -22px;
  background-image: url(http://www.zihua.yktworld.com/static/image/icon_bg.png);
  background-repeat: no-repeat;
  cursor: pointer;
  right: -44px;
  background-position: -293px -259px;
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -ms-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.channel-item {
  display: none;
}
.channel-item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.channel-item .left-content {
  float: left;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.channel-item .right-content {
  padding: 0 16px;
  margin-left: 924px;
  background: #f6f6f6;
}
.channel-item .right-content .content-header {
  font-size: 20px;
  color: #ff9933;
  text-align: center;
  padding-top: 14px;
}
.channel-item .right-content li {
  font-size: 16px;
  padding-top: 10px;
}
.channel-item .right-content .content-list {
  padding-bottom: 10px;
}
.channel-item .right-content .link-img {
  display: none;
  margin-top: 10px;
  overflow: hidden;
}
.channel-item .right-content img {
  display: block;
  width: 195px;
  height: 214px;
  margin: 0 auto;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.channel-item .active a:before {
  background-position: -161px -51px;
}
.channel-item .active .link-img {
  display: block !important;
}
.channel-item .img-content:before {
  content: none !important;
}
.channel-item .content-img {
  overflow: hidden;
}
.channel-item .article-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.channel-item .article-title .title-content {
  font-size: 14px;
  color: #fff;
  margin: 5px 9px 0;
}
.row-pic-news {
  padding: 12px 0;
}
.row-pic-news .news-title {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.row-pic-news .title-content {
  white-space: nowrap;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 0 4px;
}
.row-pic-news a {
  display: block;
  position: relative;
  height: 130px;
  overflow: hidden;
}
.row-pic-news a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.row-pic-news li {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.row-pic-news img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.item-main .title-content {
  white-space: nowrap;
  overflow: hidden;
}
.item-main a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header .wrapper {
  height: 107px;
}
.header-left {
  float: left;
  margin-top: 29px;
}
.header-left .logo {
  float: left;
  margin-left: 2px;
}
.header-left .logo a {
  display: block;
  width: 180px;
  height: 50px;
}
.header-left .logo a img {
  width: 100%;
  height: 100%;
}
.header-right {
  margin-left: 482px;
}
.search {
  float: right;
  margin-top: 33px;
}
.search-main {
  border: 2px solid #3a9fff;
}
.search-input {
  float: left;
  position: relative;
}
.search-input input {
  width: 260px;
  height: 30px;
  padding: 2px 8px 2px 37px;
  border: none;
}
.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 23px;
  height: 22px;
  margin-top: -11px;
  background: url(http://www.zihua.yktworld.com/static/image/icon_bg.png) no-repeat -68px 0;
  cursor: text;
}
.search-btn {
  float: left;
  width: 79px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  background: #3a9fff;
  cursor: pointer;
}
.nav .fixed {
  position: fixed;
  top: -48px;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.nav .scroll-down {
  top: 0;
}
.main-nav-outer {
  height: 48px;
}
.main-nav {
  height: 48px;
  background: #3a9fff;
}
.main-nav li {
  float: left;
}
.main-nav a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
}
.main-nav a:hover {
  background: #2180d9;
}
.main-nav a.active {
  background: #2180d9;
}
.main-wrapper {
  padding-bottom: 20px;
}
.content {
  margin-top: 34px;
}
.left-side-bar {
  float: left;
  width: 238px;
}
.activity-list {
  margin-top: 12px;
}
.activity-list .list-header {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  padding: 0 12px;
  border-top: none;
  background: #f6f6f6;
  border: none;
  border-top: 2px solid #3a9fff;
}
.activity-list .list-title {
  float: left;
  font-size: 18px;
  color: #246bb3;
  font-weight: bold;
}
.activity-list .more-activity a {
  font-size: 14px;
  color: #969696;
}
.activity-list .list-content ul {
  overflow: hidden;
}
.activity-list .list-content li {
  margin-top: 30px;
}
.activity-list .list-content li.notImg .activity-content {
  margin-left: 0;
}
.headline {
  padding: 10px 0 6px;
  border-bottom: 1px solid #eee;
}
.headline a {
  display: block;
  padding: 8px;
}
.headline a:hover {
  background-color: #f6f6f6;
}
.headline h2 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.headline p {
  max-height: 44px;
  line-height: 22px;
  font-size: 13px;
  color: #8b8b8b;
  margin-top: 12px;
  overflow: hidden;
}
.main .right-content {
  float: right;
  width: 921px;
}
.main .main-content {
  float: left;
  width: 580px;
}
.slider-hover .prev-btn {
  left: 4px;
}
.slider-hover .next-btn {
  right: 4px;
}
.right-side-bar {
  float: right;
  width: 300px;
  font-size: 14px;
}
.activity-img {
  float: left;
  margin-left: 3px;
}
.activity-img img {
  display: block;
  width: 100px;
  height: 80px;
}
.activity-content {
  position: relative;
  height: 80px;
  margin-left: 116px;
}
.activity-content .content-title a {
  display: block;
  line-height: 24px;
  max-height: 48px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
.activity-content .content-other {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.activity-content .content-other .date {
  float: left;
  font-size: 14px;
  color: #246bb3;
}
.activity-content .content-other .enroll-btn {
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 100px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  border-radius: 8px;
}
.news-group {
  margin-top: 36px;
}
.news-group .news-item {
  float: left;
  width: 276px;
  margin-right: 32px;
}
.news-group .item-title {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  margin-top: 8px;
}
.news-group .title-icon {
  float: left;
  width: 25px;
  height: 100%;
  margin-right: 6px;
  background-image: url(http://www.zihua.yktworld.com/static/image/icon_bg.png);
  background-repeat: no-repeat;
}
.news-group .more-news {
  float: right;
  width: 38px;
  height: 16px;
  line-height: 16px;
  color: #b8b8b8;
  text-align: center;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  margin-top: 12px;
}
.news-group .more-news:hover {
  color: #fff;
  background: #b8b8b8;
}
.news-group .item-content {
  padding-bottom: 10px;
}
.news-group .item-main a {
  position: relative;
  display: block;
  width: 276px;
  height: 158px;
  overflow: hidden;
}
.news-group .item-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-group .item-main .news-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.news-group .item-main .title-content {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 4px;
}
.news-group .item-other li {
  padding-top: 14px;
}
.news-group .item-other a {
  position: relative;
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-group .item-other a:before {
  float: left;
  width: 4px;
  height: 4px;
  content: '';
  margin: 10px 8px 0 2px;
  background: #666865;
}
.news-group .first.pt0 {
  padding-top: 0 !important;
}
.news-group .first a {
  font-weight: bold;
}
.news-group .first a:before {
  width: 6px;
  height: 5px;
  margin: 8px 6px 0 2px;
  background: #4f8eec;
}
.news-group .item-content-tab {
  border-bottom: 1px solid #eee;
}
.news-group .item-content-tab li {
  float: left;
  position: relative;
  margin-right: 10px;
}
.news-group .item-content-tab .tab-icon {
  position: absolute;
  left: 0;
  content: '';
  background-image: url(http://www.zihua.yktworld.com/static/image/icon_bg.png);
  background-repeat: no-repeat;
}
.news-group .item-content-tab a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #8b8b8b;
  padding: 0 10px 0 30px;
}
.news-group .item-content-tab .active:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  content: '';
  background: #4f8eec;
}
.news-group .active a {
  color: #333;
}
.news-group .active .icon4 {
  background-position: -369px -256px;
}
.news-group .active .icon5 {
  background-position: -436px -279px;
}
.news-group .item-content-group .item-content {
  display: none;
}
.news-group .icon1 {
  background-position: -440px -69px;
}
.news-group .icon2 {
  background-position: -440px -97px;
}
.news-group .icon3 {
  background-position: -440px -125px;
}
.news-group .icon4 {
  top: 6px;
  width: 24px;
  height: 25px;
  background-position: -341px -256px;
}
.news-group .icon5 {
  top: 8px;
  width: 22px;
  height: 22px;
  background-position: -410px -279px;
}
.hot-show {
  padding-bottom: 20px;
  margin-top: 30px;
}
.hot-show .show-item {
  float: left;
  width: 283px;
  border: 1px solid #eee;
  margin-right: 20px;
}
.hot-show .item-title {
  position: relative;
  width: 88px;
  font-size: 20px;
  color: #636363;
  padding-top: 16px;
  margin: 0 auto;
}
.hot-show .title-desc {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  white-space: nowrap;
}
.hot-show .desc4 {
  right: -46px;
  color: #e6ba5c;
}
.hot-show .item-main a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.hot-show .content-img {
  height: 180px;
  overflow: hidden;
}
.hot-show .content-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.hot-show .content-title {
  height: 52px;
  line-height: 26px;
  padding: 0 14px;
  margin-top: 8px;
  overflow: hidden;
}
.hot-show .item-other {
  padding: 0 14px 14px;
}
.hot-show .item-other li {
  padding-top: 14px;
}
.hot-show .item-other a {
  display: block;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #585858;
  overflow: hidden;
}
.hot-show .c1 {
  color: #94cc66;
}
.hot-show .c2 {
  color: #f58787;
}
.hot-show .c3 {
  color: #5cccb9;
}
.hot-show .c4 {
  color: #e6ba5c;
}
.link-group {
  padding: 16px 0 42px;
}
.link-tab li {
  float: left;
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #333;
  padding: 0 8px;
  margin-right: 30px;
  cursor: pointer;
}
.link-tab .active {
  color: #246bb3;
}
.link-tab .active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #3a9fff;
}
.link-content li {
  float: left;
  width: 100px;
  margin-top: 8px;
  overflow: hidden;
}
.link-content a {
  color: #333;
  white-space: nowrap;
  margin-left: 7px;
}
.link-content .active {
  display: block;
}
.friends {
  border-top: 1px solid #333;
  position: relative;
}
.friends a {
  color: #333333;
}
.friends .friends_list_ul li:hover {
  text-decoration: underline;
}
.friends #link_menu {
  margin-bottom: 30px;
}
.friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
.friends #link_896a3aee.links ul {
  clear: both;
}
.friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
.friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
.friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
.friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
.friends #link_896a3aee.links .on {
  font-weight: bold;
}
.friendsLink {
  width: 1200px;
  margin: 10px auto;
  align-items: baseline;
}
.friendsLink h3 {
  color: #333333;
  font-size: 14px;
  margin-right: 20px;
}
.friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
.friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-right: 15px;
  margin-bottom: 3px;
}
.friendsLink ul li:hover {
  text-decoration: underline;
}
.friendsLink ul li a {
  color: #333333;
}
.footer .left-content {
  line-height: 30px;
  color: #999;
  padding-top: 20px;
  text-align: center;
}
.footer .left-content a {
  color: #999;
}
.footer .site-other {
  height: 60px;
  line-height: 60px;
}
.list_container .aside_part {
  width: 300px !important;
}
#article {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
#article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-family: "微软雅黑", "黑体";
  font-size: 17px;
  color: #0c7ff2;
  margin-bottom: 20px;
}
#article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#article .breadcrumb a {
  color: #333333;
}
#article .left_part {
  width: 800px;
  float: left;
}
#article .left_part .banner_block {
  width: 800px;
  height: 455px;
  margin-bottom: 30px;
}
#article .left_part .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article .left_part .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .left_part .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 34px;
  height: 30px;
  left: -17px;
}
#article .left_part .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
#article .left_part .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #1482F0;
}
#article .left_part .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .left_part .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .left_part .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
#article .left_part .tabs_list_part {
  padding-left: 5px;
}
#article .left_part .tabs_list_part .tit {
  font-family: "微软雅黑", "黑体";
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 35px;
  padding-right: 300px;
  height: 35px;
  overflow: hidden;
  border-bottom: #cacaca 1px solid;
}
#article .left_part .tabs_list_part .tit ~ .tit {
  margin-top: 30px;
}
#article .left_part .tabs_list_part .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: left;
  font-family: "微软雅黑", "黑体";
  height: auto;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
#article .left_part .tabs_list_part .tabs_ul li.notImg h1 {
  width: 100%;
}
#article .left_part .tabs_list_part .tabs_ul li.notImg p {
  width: 100%;
}
#article .left_part .tabs_list_part .tabs_ul li a {
  color: #666666;
}
#article .left_part .tabs_list_part .tabs_ul li a img {
  width: 230px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
#article .left_part .tabs_list_part .tabs_ul li h1 {
  font-family: "微软雅黑", "黑体";
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .left_part .tabs_list_part .tabs_ul li p {
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
#article .left_part .tabs_list_part .tabs_ul li .tabs_meta {
  font-size: 14px;
  float: left;
}
#article .show_con {
  margin-bottom: 30px;
}
#article .show_con .show_tit {
  font-size: 30px;
  color: #000000;
  padding-bottom: 20px;
  padding-top: 10px;
}
#article .show_con .meta {
  font-size: 14px;
  color: #666666;
  padding-bottom: 30px;
}
#article .show_con .show_body {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
#article .show_con .show_body p {
  margin: 0px 3px 15px;
  text-indent: 30px;
}
#article .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: auto;
}
#article .aside_part {
  float: right;
}
#article .aside_part .part_01_blo {
  border: 1px solid #cacaca;
  border-top: #0c7ff2 2px solid;
  padding: 20px 20px;
  padding-top: 30px;
}
#article .aside_part .part_01_blo .part_01 ul li {
  font-size: 16px;
  color: #737373;
  line-height: 26px;
  padding: 7.3px 0;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_01_blo .part_01 ul li a {
  color: #333333;
}
#article .aside_part .part_02_blo {
  border: 1px dashed #cacaca;
  padding: 20px 20px;
  margin-top: 30px;
}
#article .aside_part .part_02_blo .tit {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
#article .aside_part .part_02_blo .part_02 ul {
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  color: #727272;
  padding-top: 15px;
}
#article .aside_part .part_02_blo .part_02 ul li {
  padding-left: 12px;
  position: relative;
}
#article .aside_part .part_02_blo .part_02 ul li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02_blo .part_02 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 3px;
  height: 3px;
  background: #0C7FF2;
}
#article .aside_part .part_02_blo .part_03 .two_img {
  width: 100%;
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_03 .two_img .i_items {
  width: 49%;
  text-align: center;
}
#article .aside_part .part_02_blo .part_03 .two_img .i_items a img {
  width: 100%;
  height: 105px;
}
#article .aside_part .part_02_blo .part_03 .two_img .i_items p {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02_blo .part_04 ul {
  line-height: 42px;
  padding-left: 25px;
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_04 ul li {
  height: 42.1px;
}
#article .aside_part .part_02_blo .part_04 ul li::before {
  width: 0;
  height: 0;
}
#article .aside_part .part_02_blo .part_04 ul li a {
  color: #666666;
  display: inline-block;
  width: 223px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02_blo .part_04 ul li span {
  float: right;
}
#article .aside_part .part_02_blo .part_05 {
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_05 ul {
  float: left;
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_05 ul li {
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_05 ul li.notImg .right_font {
  width: 100%;
  padding-left: 0;
}
#article .aside_part .part_02_blo .part_05 ul li .left_img {
  position: relative;
  width: 110px;
  height: 85px;
  padding-top: 20px;
  float: left;
}
#article .aside_part .part_02_blo .part_05 ul li .left_img img {
  width: 100%;
  height: 100%;
}
#article .aside_part .part_02_blo .part_05 ul li .right_font {
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 22px;
  padding-top: 17px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .aside_part .part_02_blo .part_05 ul li .right_font a {
  color: #333333;
}
.page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #0C7FF2;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #0C7FF2;
  color: white;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 0 5px 0 0;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
/*# sourceMappingURL=index.css.map */