/*文化节主页*/
.a_index_main > a img {
  padding-top: 10px;
}
/*新闻资讯*/
.a_i_news {
  padding: 52px 0 56px;
  background: #ffffff;
  margin-top: 5px;
}
.a_i_news p {
  color: #231815;
  font-size: 300%;
  padding-bottom: 14px;
  text-align: center;
}
.a_i_n_img {
  height: 260px;
}
.a_i_n_img img {
  height: 260px;
}
.a_i_news dl {
  margin-top: 32px;
  border-top: 1px solid #bbbbbb;
}
.a_i_news dd {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
  background-color: #e6e6e6;
}
.a_i_news a {
  width: 416px;
  display: block;
  padding-left: 8px;
}
.a_i_news .a_m_date {
  /*position: absolute;*/
  border-radius: 0.5em;
  height: 24px;
  font-size: 190%;
  text-align: right;
  line-height: 24px;
}
.a_i_news .a_m_date span{
  width: 120px;
  display: inline-block;
  background: #dcdddd;
  text-align: left;
}

.a_i_news .slick-dots {
  bottom: 5px;
  right: 5px;
  width: auto;
}
.a_i_news .slick-dots li button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #666;
}
/*END 新闻资讯*/
/*END 文化节主页*/
/*文化节介绍页*/
.culText {
  padding-top: 26px;
}
.culText p {
  padding-bottom: 1em;
}
.triange2 {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 25px 36px;
  border-style: solid;
}
.a_cul_main {
  padding-top: 180px;
  position: relative;
  background: #efefef url("../images/act_cul_bg.jpg") 0 0 no-repeat;
}
.a_cul_month {
  padding-bottom: 176px;
  width: 640px;
  overflow: hidden;
  background: url("../images/pic_act_linebg.png") center 0 repeat-y;
}
.a_cul_month > li {
  position: relative;
  height: 144px;
  margin: 25px 0;
}
.a_cul_month > li:nth-child(1) {
  margin: 0 0 25px 0;
}
.a_cul_month p {
  font-size: 260%;
  font-weight: bold;
  width: 90px;
  position: absolute;
  height: 144px;
  line-height: 144px;
  left: 50%;
  margin-left: -180px;
}
.a_c_m_main {
  display: block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 20px solid #9fa0a0;
  font-size: 350%;
  color: #fff;
  line-height: 94px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -72px;
  box-sizing: border-box;
}
.a_c_m_main span {
  font-weight: bold;
  font-size: 1.3em;
}
.triange2 {
  position: absolute;
  left: 50%;
  margin-left: 180px;
  top: 50%;
  margin-top: -25px;
}
.a_cul_month > li:nth-child(3n) .triange2 {
  border-color: transparent transparent transparent #001b53;
}
.a_cul_month > li:nth-child(3n+1) .triange2 {
  border-color: transparent transparent transparent #a27a30;
}
.a_cul_month > li:nth-child(3n+2) .triange2 {
  border-color: transparent transparent transparent #6f6e6e;
}
.a_cul_month > li:nth-child(3n) .a_c_m_main {
  background: #001b53;
}
.a_cul_month > li:nth-child(3n+1) .a_c_m_main {
  background: #a27a30;
}
.a_cul_month > li:nth-child(3n+2) .a_c_m_main {
  background: #6f6e6e;
}
.a_cul_month > li:nth-child(3n) p {
  color: #001b53;
}
.a_cul_month > li:nth-child(3n+1) p {
  color: #a27a30;
}
.a_cul_month > li:nth-child(3n+2) p {
  color: #6f6e6e;
}
.a_c_btn {
  height: 78px;
  line-height: 78px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.a_c_btn a {
  background-image: url("../images/pic_act_cul.png");
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 300%;
  width: 316px;
}
.a_c_btn a:nth-child(1) {
  background-position: 0 0;
}
.a_c_btn a:nth-child(2) {
  background-position: 0 -100px;
}






/*END 文化节介绍页*/
