/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333333;
}

a:hover {
  color: #355e92;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h25 {
  height: 25px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.w1245 {
  width: 1245px;
  margin: 0 auto;
}

.w1170 {
  width: 1170px;
  margin: 0 auto;
}

.bgf {
  background: #fff;
}

.hide {
  display: none;
}


/*大背景图*/
* {
  padding: 0;
  list-style: none;
  border: none;
}

.banner {
  width: 100%;
  height: 568px;
  position: relative;
  overflow: hidden;
}

.rslides-tabs {
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.rslides-tabs li {
  margin-right: 37px;
  display: inline;
  float: none;
  _float: left;
}

.rslides-tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  _display: block;
  width: 10px !important;
  height: 10px !important;
  background: url(circle.png) no-repeat center !important;
}

.rslides-tabs .rslides-here a {
  width: 30px !important;
  background: url(circleH.png) no-repeat center !important;
}

.bt-jq-TX-010108 .next,
.bt-jq-TX-010108 .prev {
  display: none;
}

/*省情概况*/
.title {
  text-align: center;
}

.left {
  width: 500px;
  height: 322px;
  border: 1px solid #dfe8f4;
  overflow: hidden;
  position: relative;
}

.left div>img {
  width: 100%;
  height: 100%;
}

.left span {
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(mlIcon01.png);
  background-position: 15px;
  background-repeat: no-repeat;
  text-align: right;
  bottom: 0px;
}

.right {
  width: 640px;
}

.right p {
  text-indent: 2em;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
}

.first_right li {
  float: left;
  width: 108px;
  height: 92px;
  text-align: center;
  margin-right: 20px;
  background: #f9fbfd;
  border: #74acd6 1px solid
}

.first_right li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 45px;
}

.scrollWrap {
  width: 585px;
  overflow: hidden;
}

.leftThird li {
  width: 179px;
  height: 101px;
  margin-right: 25px;
  font-size: 15px;
  color: #265181;
}

.next {
  position: absolute;
  right: 15px;
  bottom: 38px;
  cursor: pointer;
}

.prev {
  position: absolute;
  left: 15px;
  bottom: 38px;
  cursor: pointer;
  z-index: 99;
}

.thjx {
  width: 37px;
  height: 101px;
  background: #4776bd;
  color: #fff;
  font-size: 17px;
  padding: 6px;
  text-align: center;
}

/*旅游江西*/
.secondRight {
  width: 725px;
}

.list {
  padding-top: 10px;
}

.list li {
  float: left;
  background: url(mlIcon02.jpg) no-repeat left center;
  line-height: 40px;
  width: 360px;
  padding-left: 12px;
  font-size: 17px;
  color: #333;
}

.secondBottom {
  padding-top: 10px;
}

.secondBottom li {
  float: left;
  width: 172px;
  height: 207px;
  margin-left: 12px;
}

.secondBottom li:first-child {
  margin-left: 0px;
}

/*鼠标悬浮，图片局部变大*/
.imgZoom img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imgZoom {
  overflow: hidden;
}

.imgZoom:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/*赣番文化*/
.third li {
  margin-bottom: 15px;
  float: left;
  position: relative;
}

.third li span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}

.third li p {
  font-size: 14px;
  color: #fff;
  display: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 25px;
  padding: 20px;
}

.thirdCenter li {
  margin-left: 15px;
}

/*史志年鉴*/
.cont {
  background: #fff;
  width: 303px;
  height: 152px;
  padding: 12px 24px;
}

.cont .tit {
  color: #333333;
  font-size: 17px;
  line-height: 30px;
}

.cont p {
  line-height: 30px;
  color: #999999;
  font-size: 15px;
  text-align: justify;
}

.cont li {
  float: left;
  /*width:128px;*/
  width: 100%;
  color: #999999;
  font-size: 15px;
  line-height: 30px;
}

.cont li a {
  color: #999999;
}


/**旅游抚州**/
.lyfz-img {
  width: 100%;
}

.img_title {
  width: 100%;
  height: 32px;
  color: #FFFFFF;
  font-size: 15px;
  background: url(/picture/0/2301061739000652419.png) repeat-x;
}

.img_title a {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  line-height: 32px;
}

.lyfz-center {
  width: 100%;
  height: 106px;
  margin-top: 15px;
}


/* 关怀版 */
.isOld .left {
  width: 585px !important;
  height: 377px !important;
}

.isOld .left .lyfz-img img {
  width: 585px !important;
  height: 377px !important;
}

.isOld .left .img_title {
  top: 299px !important;
  background: url(/picture/0/2301061739000652419.png);
  font-size: 36px;
  line-height: 78px;
  height: 78px;
  background: #000;
  opacity: 0.55;
}

.isOld .left .img_title a {
  line-height: 78px;
  height: 78px;
}

.isOld .right {
  width: 535px;
  position: relative;
  height: 640px;
}

.isOld .right p {
  display: inline-block;
  width: 535px;
  height: 417px;
  font-size: 36px;
  line-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.isOld .right p a {
  font-size: 36px !important;
  line-height: 72px;
}

.isOld .first_right {
  position: absolute;
  width: 100%;
  width: 1170px;
  display: inline-block;
  left: -635px;
}

.isOld .first_right li {
  width: 210px;
  height: 180px;
  margin: 0 0 0 30px;
}

.isOld .cf li:nth-child(2) {
  margin: 0;
}

.isOld .first_right li span {
  font-size: 36px !important;
  line-height: 78px !important;
}

.isOld .first_right li a {
  padding-top: 25px !important;
}

.isOld .first_right li img {
  width: 52px !important;
  height: 52px !important;
}

.isOld .pic {
  padding: 0;
  position: relative;
}

.isOld .pic img {
  width: 560px !important;
  height: 353px !important;
}

.isOld .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 87px !important;
  background: #000 !important;
  opacity: 0.55;
  font-size: 36px;
  line-height: 45px !important;
}

.isOld .pic p a {
  color: #fff;
  line-height: 87px;
}

.isOld .container-fluid {
  padding: 20px 0;
}

.isOld .container-fluid .box {
  padding: 25px 0 25px 0;
}

.isOld .container-fluid .box:nth-of-type(odd) {
  margin-right: 45px;
}

.isOld .gk {
  height: 366px !important;
  width: auto !important;
}

.isOld .cont {
  padding: 0 0 0 50px !important;
}

.isOld .cont ul {
  width: 577px !important;
}

.isOld .gk img {
  width: 576px;
  height: 321px;
}

.isOld .gk .cont .tit,
.isOld .gk .cont .cf a {
  font-size: 36px;
  line-height: 70px;
}

.cont li {
  width: 144px !important;
}

.isOld .botLeft,
.isOld .botRight {
  float: none !important;
  height: auto !important;
  width: 1170px !important;
  display: flex;
}

.isOld .cont {
  float: none !important;
  padding: 0 !important;
  height: auto;
  margin-left: 40px;
}

.isOld .cont .tit {
  font-size: 36px;
  line-height: 56px;
}

.isOld .cont li {
  line-height: 50px;
  font-size: 30px !important;
}

.isOld .botLeft img,
.isOld .botRight img {
  width: 358px !important;
}

.isOld .botRight .cont li {
  float: none;
  width: 800px !important;
}

.isOld .botRight {
  margin-top: 30px;
}

.botRight{
height:auto !important;
}
.botRight .cont{
height:auto !important;
}
.botRight .cont li{
width:100% !important;
}
.botRight >h40{
display:none !important;
}
.botLeft  .cont li{
width:100% !important;
}
.Travel{overflow:hidden;}
#barrierfree_container>div>.w1170>div.h40:last-child{
	display: none;
}