﻿/*
* @Author: omtech.cn
* @Date:   2018-08-07 14:45:17
* @Last Modified by:   jason
* @Last Modified time: 2018-09-26 20:29:21
*/
@charset 'utf-8';

/**
 ********************** layout **********************
 */
/* width */
.w570 {
  width: 570px;
}
.w1150 {
  width: 1150px;
}

/* margin */
.auto {
  margin: 0 auto;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}

/* padding */
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.ptb40 {
  padding: 40px 0;
}
.ptb60 {
  padding: 60px 0;
}

/* background */
.bg-blue {
  background-color: #1a4e95;
}

/**
 ********************** header **********************
 */
.header {
  overflow: hidden;
}
.header .topbar {
  height: 42px;
  overflow: hidden;
  font-size: 12px;
  line-height: 42px;
  color: #fff;
  background-color: #1a4e95;
}
.header .topbar .search {
  position: relative;
  width: 120px;
  height: 26px;
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 40px;
  line-height: 26px;
  border-radius: 26px;
  background-color: #15417b;
}
.header .topbar .search .text {
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background: none;
}
.header .topbar .search .text::placeholder {
  color: #fff;
}
.header .topbar .search button {
  position: absolute;
  top: 1px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 17px;
  height: 17px;
  margin: 4px;
  cursor: pointer;
  border: 0 none;
  background: url("/template-tjjw-012/img/search_icon.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate03/search_icon.png');
}
.header .topbar span {
  margin-left: 20px;
}
.header .topbar a {
  color: #fff;
}

/*main*/
.header .main {
  position: relative;
  height: 468px;
}
.header .main .logo {
  position: absolute;
  top: 20px;
  left: 245px;
  width: 709px;
  height: 408px;
  overflow: hidden;
}
.header .main .logo a {
  display: block;
  height: 100%;
  text-indent: -999em;
  cursor: pointer;
}

/*menu*/
.header .menu {
  position: relative;
  height: 60px;
  overflow: hidden;
  color: #fff;
}
.header .menu .wrap {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
}
.header .menu li {
  float: left;
  width: 200px;
  height: 60px;
  overflow: hidden;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}
.header .menu li a {
  display: block;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.header .menu li a:hover {
  text-decoration: none;
}

/**
 ********************** container **********************
 */
/*container*/
.container {
  overflow: hidden;
  padding-bottom: 40px;
  background-color: #fff;
}

/*container-sub*/
.container-sub {
  padding: 25px 0;
  background-color: #f0f0f0;
}

/*backtop*/
.backtop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 80;
  display: none;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  border-radius: 5px;
  background: url("/template-tjjw-012/img/bg_backtop.png") no-repeat center top
    #d6d6d6;
}
.backtop:hover {
  background-color: #0b265b;
  background-position: center bottom;
}

/*fix-qrcode*/
.fix-qrcode,
.fix-qrcode .title {
  width: 75px;
  height: 170px;
}
.fix-qrcode {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 999;
}
.fix-qrcode .title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.fix-qrcode .cont {
  position: absolute;
  top: 0;
  right: 66px;
  z-index: 1;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.fix-qrcode.on .cont {
  width: 160px;
}

/**
 ********************** footer **********************
 */
.footer {
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.footer,
.footer a,
.footer a:hover {
  color: #fff;
}
.footer .link a {
  margin: 0 10px;
}
.footer .logo {
  margin-top: 10px;
}

/**
 ********************** home **********************
 */
/*hd-home*/
.hd-home {
  position: relative;
  height: 60px;
  margin-bottom: 20px;
}
.hd-home h3 {
  position: absolute;
  top: 0;
  left: 50px;
  padding-left: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.hd-home h3 .line {
  position: absolute;
  top: 19px;
  left: 0;
  display: block;
  width: 6px;
  height: 24px;
}
.hd-home .more {
  float: right;
  margin-right: 20px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
}
.hd-home .more:hover {
  color: #fff;
}

/*tab-home*/
.tab-home {
  width: 100%;
  height: 49px;
  overflow: hidden;
}
.tab-home li {
  float: left;
  margin-right: 6px;
  padding-bottom: 8px;
  font-size: 15px;
  *font-size: 14px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
}
.tab-home li.on {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tab-home li a {
  display: block;
  padding: 0 8px;
}
.tab-home li a:hover {
  text-decoration: none;
}

/*news-item*/
.news-box {
  width: 100%;
  _overflow: hidden;
}
.news-item li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.news-item li a {
  display: inline-block;
  padding-left: 20px;
}
.news-item li.picnews {
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
  box-shadow: 2.5px 4.33px 5px 0px rgba(9, 2, 4, 0.1);
}
.news-item li.picnews a {
  display: inline;
  padding-left: 0;
  color: #333;
  background: none;
}
.news-item li.picnews .image {
  position: relative;
  display: block;
  float: left;
  width: 266px;
  height: 150px;
  margin-right: 20px;
  cursor: pointer;
}
.news-item li.picnews .image img {
  width: 100%;
  height: 100%;
}
.news-item li.picnews .image i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url("/template-tjjw-012/img/icon-video.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/icon-video-png8.png');
}
.news-item li.picnews .cont {
  margin-top: 20px;
  margin-right: 10px;
}
.news-item li.picnews .cont h4 {
  max-height: 60px;
  _height: 60px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
}
.news-item li.picnews .cont .time {
  margin-top: 18px;
  font-size: 16px;
  color: #666;
}

/*news-item-long*/
.news-item-long {
  width: 1280px;
}
.news-item-long li {
  float: left;
  width: 570px;
  margin-right: 55px;
}

/*home-slide*/
.home-slide {
  background-color: #eee;
}
.home-slide,
.home-slide .cont,
.home-slide .cont li,
.home-slide .cont li .image {
  width: 680px;
  height: 417px;
}
.home-slide,
.home-slide .cont,
.home-slide .cont li {
  position: relative;
}
.home-slide,
.home-slide .cont li {
  float: left;
  overflow: hidden;
}
.home-slide .cont li .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-slide .cont li .title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  _background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}
.home-slide .cont li .title a {
  color: #fff;
}
.home-slide .cont li .title p {
  display: block;
  height: 60px;
  overflow: hidden;
  margin: 0 120px 0 20px;
  font-size: 18px;
  line-height: 60px;
}
.home-slide .icon {
  position: absolute;
  right: 17px;
  bottom: 23px;
  z-index: 2;
}
.home-slide .icon li {
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
}
.home-slide .prev,
.home-slide .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url("/template-tjjw-012/img/slide_arrow.png") no-repeat;
  _background: url("/template-tjjw-012/img/slide_arrow_png8.png") no-repeat;
}
.home-slide .prev {
  left: -50px;
  background-position: left top;
}
.home-slide .next {
  right: -50px;
  background-position: right bottom;
}
.home-slide .prev:hover,
.home-slide .next:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-slide .prev:hover {
  background-position: right top;
}
.home-slide .next:hover {
  background-position: left bottom;
}

/*home-banner*/
.home-banner img {
  width: 100%;
}

/*home-topic*/
.home-topic {
  height: 312px;
  overflow: hidden;
}
.home-topic .title {
  position: relative;
  float: left;
  width: 72px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: url("/template-tjjw-012/img/topic_title_bg.png") no-repeat bottom
    #ee154d;
}
.home-topic .title h2 {
  padding: 25px 20px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.home-topic .title .more {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.home-topic .cont {
  float: right;
  width: 1120px;
  overflow: hidden;
}
.home-topic .cont img {
  width: 100%;
  height: 100%;
}
.single-topic {
  width: 100%;
  height: 187px;
}
.multiple-topic {
  width: 1132px;
  height: 113px;
  margin-top: 12px;
}
.multiple-topic .item {
  float: left;
  width: 271px;
  height: 100%;
  overflow: hidden;
  margin-right: 12px;
}
.multiple-topic .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.multiple-topic .image a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
}
.multiple-topic .image a:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 150%, 0);
}
.slide-topic,
.slide-topic li {
  width: 271px;
  height: 113px;
}
.slide-topic {
  position: relative;
}
.slide-topic .prev,
.slide-topic .next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 48px;
  overflow: hidden;
  margin-top: -24px;
  background: url("/template-tjjw-012/img/topic_cont_arrow.png") no-repeat;
  _background: url("../../../../images/default/topic_cont_arrow_png8.png")
    no-repeat;
  background-color: rgba(11, 38, 91, 0.5);
  _background-color: #8592ad;
}
.slide-topic .prev {
  left: 0;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  background-position: left top;
}
.slide-topic .next {
  right: 0;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  background-position: right bottom;
}
.slide-topic .prev:hover,
.slide-topic .next:hover {
  background-color: rgba(11, 38, 91, 0.8);
  _background-color: #3c517c;
}
.slide-topic .prev:hover {
  background-position: right top;
}
.slide-topic .next:hover {
  background-position: left bottom;
}
.slide-topic ul,
.slide-topic li {
  -webkit-transition: none;
  transition: none;
}
.slide-topic li {
  position: relative;
  float: left;
}

/*home-wenhua*/
.home-wenhua .bd {
  width: 100%;
  overflow: hidden;
}
.home-wenhua .bd ul {
  width: 1300px;
}
.home-wenhua .bd li {
  position: relative;
  float: left;
  width: 254px;
  height: 256px;
  padding: 16px 61px 16px 0;
}
.home-wenhua .bd li .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-wenhua .bd li .title {
  position: relative;
  z-index: 2;
  display: block;
  height: 60px;
  margin-top: 163px;
  padding-left: 10px;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
}
.home-wenhua .bd li .title:hover {
  font-weight: bold;
  text-decoration: none;
}
.home-wenhua .bd li .image {
  position: absolute;
  top: 6px;
  left: 38px;
  width: 178px;
  height: 244px;
  overflow: hidden;
}
.home-wenhua .bd li img {
  width: 100%;
  height: 100%;
}

/*home-piclink*/
.home-piclink .bd {
  width: 100%;
  overflow: hidden;
}
.home-piclink ul {
  width: 1300px;
}
.home-piclink li {
  float: left;
  width: 218px;
  height: 74px;
  padding-top: 15px;
  padding-right: 27px;
}
.home-piclink li .image,
.home-piclink li img {
  width: 100%;
  height: 100%;
}

/*home-sites*/
.home-sites {
  overflow: hidden;
  margin: 40px auto 0;
}
.home-sites .hd h3 {
  font-size: 24px;
}
.home-sites .bd {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px;
}
.home-sites .bd ul {
  width: 1300px;
}
.home-sites .bd li {
  float: left;
  width: 162px;
  height: 30px;
  overflow: hidden;
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px;
}
.home-sites .bd li.long {
  width: 100%;
}
.home-sites .bd li.on {
  font-weight: bold;
}

/**
 ********************** sub **********************
 */
.sub-side {
  float: left;
  width: 275px;
}
.sub-body {
  float: right;
  width: 900px;
}
.sub-sort,
.sub-hot,
.sub-crumbs,
.sub-content {
  background-color: #fff;
}

/*hd-sub*/
.hd-sub {
  padding: 15px;
  border-bottom: 1px solid #eaf0f3;
}
.hd-sub h3 {
  padding-left: 16px;
  font-size: 22px;
  line-height: 30px;
}

/*hd-sub-content*/
.hd-sub-content {
  position: relative;
  height: 42px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 3px solid #e2e4f1;
}
.hd-sub-content h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  font-size: 22px;
  line-height: 42px;
}
.hd-sub-content .more {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #999;
}

/*sub-sort*/
.sub-sort {
  margin-bottom: 25px;
}
.sub-sort ul {
  padding: 15px 0;
}
.sub-sort li {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.sub-sort li a {
  display: block;
  width: 195px;
  padding: 15px 50px 15px 30px;
  background: url("/template-tjjw-012/img/sort_icon.png") no-repeat 300px center;
  _background-image: url("../../../../images/default/quxian/plate03/sort_icon_png8.png");
}
.sub-sort li.on a,
.sub-sort li a:hover {
  color: #fff;
  text-decoration: none;
  background-position: 240px center;
}

/*sub-hot*/
.sub-hot ul {
  padding: 5px 10px 10px;
}
.sub-hot li {
  position: relative;
  width: 215px;
  padding: 10px 5px 10px 35px;
  font-size: 16px;
  border-bottom: 1px dashed #f0f0f0;
}
.sub-hot li.last {
  border: none;
}
.sub-hot li i {
  position: absolute;
  top: 14px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  padding: 1px;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #ccc;
}
.sub-hot li i.i1 {
  background-color: #ea1515;
}
.sub-hot li i.i2 {
  background-color: #f19900;
}
.sub-hot li i.i3 {
  background-color: #317bcf;
}

/*sub-crumbs*/
.sub-crumbs {
  padding: 15px 20px 15px 55px;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #eaf0f3;
  background-image: url("/template-tjjw-012/img/crumbs_icon.png");
  background-repeat: no-repeat;
  background-position: 22px 18px;
}

/*sub-content*/
.sub-content {
  min-height: 300px;
  overflow: hidden;
  padding: 20px 30px 30px;
}

/*pagecode*/
.pagecode {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.pagecode span,
.pagecode a {
  display: inline-block;
  height: 35px;
  margin: 0 2px;
  padding: 0 12px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
}
.pagecode span,
.pagecode a:hover {
  color: #fff;
  text-decoration: none;
}

/*news-list*/
.news-list li {
  position: relative;
  width: 685px;
  padding: 15px 150px 15px 5px;
  word-break: break-all;
  border-bottom: 1px dotted #e0e0e0;
}
.news-list li span {
  position: absolute;
  top: 17px;
  right: 5px;
  font-size: 16px;
  color: #999;
}

/*newscont-list*/
.newscont-list li {
  position: relative;
  padding: 15px 5px;
  border-bottom: 1px dotted #e0e0e0;
}
.newscont-list h4 {
  margin-bottom: 15px;
}
.newscont-list h4 em,
.newscont-list .desc em {
  font-style: normal;
  color: #fd0404;
}
.newscont-list .image {
  position: relative;
  float: left;
  width: 136px;
  height: 100px;
  overflow: hidden;
  margin-right: 22px;
}
.newscont-list .image img {
  width: 100%;
  height: 100%;
}
.newscont-list .image s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template-tjjw-012/img/icon-video.png") no-repeat center;
  _background: url("../../../../images/default/icon-video-png8.png") no-repeat
    center;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  opacity: 1;
}
.newscont-list .desc {
  text-align: justify;
  word-break: break-all;
}
.newscont-list .info {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.newscont-list .info span {
  margin-right: 20px;
}

/*pic-list*/
.pic-list {
  width: 855px;
  padding-left: 15px;
}
.pic-list li {
  float: left;
  width: 230px;
  padding: 30px 55px 10px 0;
}
.pic-list li .image {
  position: relative;
  display: block;
  height: 178px;
  border: 1px solid #f0f0f0;
}
.pic-list li .image img {
  width: 100%;
  height: 100%;
}
.pic-list li .image s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template-tjjw-012/img/icon-video.png") no-repeat center;
  _background: url("../../../../images/default/icon-video-png8.png") no-repeat
    center;
  background-size: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}
.pic-list li .image:hover s {
  background-color: rgba(0, 0, 0, 0.4);
}
.pic-list li .title {
  height: 48px;
  overflow: hidden;
  padding: 0 5px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: 0 none;
}

/*banner-list*/
.banner-list {
  margin-top: 30px;
}
.banner-list img {
  width: 100%;
}

/*whcg-list*/
.whcg-list {
  width: 890px;
  padding-left: 10px;
}
.whcg-list li {
  float: left;
  width: 392px;
  padding: 30px 36px 10px 0;
}
.whcg-list li .image {
  position: relative;
  display: block;
  height: 150px;
  border: 1px solid #f0f0f0;
}
.whcg-list li .image img {
  width: 100%;
  height: 100%;
}
.whcg-list li .title {
  height: 48px;
  overflow: hidden;
  padding: 0 5px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: 0 none;
}

/*show*/
.show-title,
.show-desc,
.show-audio,
.show-video,
.show-atlas,
.show-content,
.show-page {
  margin-bottom: 25px;
}
/*show-title*/
.show-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.show-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #0b265b;
}
.show-title h2,
.show-title h3 {
  font-size: 22px;
  color: #666;
}
.show-title h2 {
  margin-top: 15px;
  font-weight: normal;
}
.show-title h3 {
  margin-bottom: 15px;
}
.show-title p {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.show-title p span {
  margin: 0 10px;
}
/*show-desc*/
.show-desc {
  padding: 15px;
  font-family: "KaiTi";
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
}
/*show-audio*/
.show-audio {
  height: 92px;
  text-align: center;
}
/*show-video*/
.show-video {
  width: 640px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}
/*show-atlas*/
.show-atlas {
  position: relative;
  width: 790px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.show-atlas * {
  -ms-transition: none;
  transition: none;
}
.show-atlas .succesny {
  position: relative;
}
.show-atlas .control {
  height: 593px;
  overflow: hidden;
  background: #fff;
}
.show-atlas .change li {
  display: table;
  width: 790px;
  overflow: hidden;
  text-align: center;
}
.show-atlas .change li .imgWrap {
  display: table-cell;
  zoom: 1;
  width: 790px;
  height: 593px;
  overflow: hidden;
  *font-size: 535.8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.show-atlas .change li img {
  width: expression(this.width > 790 ? 790: true);
  max-width: 790px;
  height: expression(this.height > 593 ? 593: true);
  max-height: 593px;
  vertical-align: middle;
}
.show-atlas .change li .textDesc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.show-atlas .change li .title {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.show-atlas .change li .title a {
  color: #fff;
}
.show-atlas .change li .text {
  display: none;
}
.show-atlas .ssprev,
.show-atlas .ssnext {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-top: -25px;
  text-indent: -999em;
  background: url("/template-tjjw-012/img/focus_arrow.png") no-repeat;
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.show-atlas .ssprev {
  left: -50px;
  _left: 0;
  background-position: left top;
}
.show-atlas .ssnext {
  right: -50px;
  _right: 0;
  background-position: right bottom;
}
.show-atlas .control:hover .ssprev {
  left: 0;
}
.show-atlas .control:hover .ssnext {
  right: 0;
}
.show-atlas .ssprev:hover,
.show-atlas .ssnext:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
}
.show-atlas .ssprev:hover {
  background-position: right top;
}
.show-atlas .ssnext:hover {
  background-position: left bottom;
}
.show-atlas .pageClass {
  position: absolute;
  top: 50px;
  z-index: 9;
  padding-top: 10px;
  text-align: center;
}
.show-atlas .pageClass a {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 3px;
  outline: none;
  border: 1px solid #bebebe;
  border-radius: 5px;
  background: #bebebe;
}
.show-atlas .pageClass a span {
  display: none;
}
.show-atlas .pageClass a:hover,
.show-atlas .pageClass a.cur {
  border: 1px solid #be230a;
  background: #be230a;
}
.show-atlas .thumbWrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.show-atlas .thumbWrap .thumbCont {
  position: relative;
  height: 87px;
  overflow: hidden;
  margin: 0 45px;
}
.show-atlas .thumbWrap li {
  display: inline-block;
  float: left;
  width: 130px;
  height: 87px;
  overflow: hidden;
  padding: 0 6px;
  text-align: center;
}
.show-atlas .thumbWrap li div {
  display: table-cell;
  width: 120px;
  height: 77px;
  overflow: hidden;
  margin: 0 auto;
  padding: 5px;
  *font-size: 79px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
}
.show-atlas .thumbWrap li.cur div {
  padding: 3px;
  border: 2px solid #e81a24;
}
.show-atlas .thumbWrap li img {
  display: inline-block;
  width: expression(this.width > 120 ? 120: true);
  max-width: 120px;
  height: expression(this.height > 77 ? 77: true);
  max-height: 77px;
  vertical-align: middle;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.show-atlas .thumbWrap li:hover img,
.show-atlas .thumbWrap li.cur img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.show-atlas .thumbPrev,
.show-atlas .thumbNext {
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 87px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.show-atlas .thumbPrev {
  left: 0;
  background: url("/template-tjjw-012/img/icoLeft.png") no-repeat 7px center
    #0f326c;
  _background-image: url("../../../../images/default/icoLeft_png8.png");
}
.show-atlas .thumbNext {
  right: 0;
  background: url("/template-tjjw-012/img/icoRight.png") no-repeat -60px center #0f326c;
  _background-image: url("../../../../images/default/icoRight_png8.png");
}
.show-atlas .thumbPrev:hover {
  background-color: #e81a24;
  background-position: -62px center;
}
.show-atlas .thumbNext:hover {
  background-color: #e81a24;
  background-position: 9px center;
}
/*show-content*/
.show-content {
  overflow: hidden;
  line-height: 35px;
  text-align: justify;
  word-break: break-all;
}
.show-content p {
  margin: 15px 0;
  text-indent: 2em;
}
.show-content p[style*="center"] {
  text-indent: 0;
}
.show-content img {
  max-width: 100%;
}
.show-content a {
  text-decoration: underline;
}
.show-content a:hover {
  text-decoration: none;
}
/*show-keywords*/
.show-keywords {
  margin-bottom: 15px;
  font-size: 16px;
}
.show-keywords a {
  margin-right: 10px;
}
/*show-share*/
.show-share {
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}
.show-share span {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
.bdsharebuttonbox {
  float: left;
}
.bdsharebuttonbox * {
  -webkit-transition: none;
  transition: none;
}
.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
  padding-left: 30px !important;
}
/*show-related*/
.show-related {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
}
.show-related h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.show-related li {
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
}
.show-related li a {
  padding-left: 20px;
}
.show-related li span {
  float: right;
  margin-left: 25px;
  font-size: 14px;
  color: #999;
}
/*show-record*/
.show-record {
  margin: 20px -30px 0;
  padding: 20px 30px 0;
  font-size: 16px;
  border-top: 1px solid #eee;
}
.show-record p {
  padding: 8px 0;
}

/* 搜索结果页 */
.search-side-title {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eaf0f3;
}
.search-side-title .icon {
  display: block;
  position: absolute;
  top: 20px;
  left: 17px;
  width: 8px;
  height: 20px;
  background-color: #e81a24;
}
.search-side-title h3 {
  margin: 0 20px 0 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #0b265b;
}
.search-condition {
  padding: 5px 25px 20px 25px;
}
.search-condition dt {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #eee;
}
.search-condition dd {
  line-height: 36px;
}
.search-condition dd a {
  display: inline-block;
  padding-left: 20px;
  color: #666;
}
.search-condition dd a.on,
.search-condition dd a:hover {
  color: #e81a24;
  text-decoration: none;
}
.search-condition dd a.on {
  background: url("/template-tjjw-012/img/icon-arrow.png") no-repeat left center;
}
