﻿/*------图片轮播、信访要闻------*/
.index_lunbo {
  width: 1200px;
  height: auto;
  background: #fff;
  padding: 20px;
  margin: auto;
}
.index_lunbo .pic {
  width: 615px;
  height: 405px;
  float: left;
  overflow: hidden;
  position: relative;
}
.index_lunbo .pic .img ul li img {
  width: 615px;
  height: 405px;
}
.index_lunbo .pic .btns a {
  width: 40px;
  height: 70px;
  position: absolute;
  top: 50%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  line-height: 70px;
}
.index_lunbo .pic .btns img {
  height: 40px;
}
.index_lunbo .pic .btns a.btns_left {
  left: 0;
}
.index_lunbo .pic .btns a.btns_right {
  right: 0;
}
.index_lunbo .pic .titleTxt {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.index_lunbo .pic .titleTxt .pic_title {
  float: left;
  height: 40px;
}
.index_lunbo .pic .titleTxt .pic_title a{
color:#fff;

}
.index_lunbo .pic .titleTxt .pic_title li {
  width: 100%;
  height: 50px;
  line-height: 40px;
  text-indent: 20px;
  color: #fff;
  font-size: 16px;
}
.index_lunbo .pic .titleTxt .small_btns {
  float: right;
  height: 50px;
  margin-right: 40px;
}
.index_lunbo .pic .titleTxt .small_btns li {
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #C9C9C9;
  margin-top: 15px;
  margin-right: 10px;
}
.index_lunbo .pic .titleTxt .small_btns li.active {
  background: #0092FF;
}
.index_lunbo .pic .titleTxt .small_btns li:hover {
  cursor: pointer;
}
.index_lunbo .xfyw {
  width: 545px;
  height: 100%;
  float: right;
  padding: 0 20px 0 18px;
}
.index_lunbo .xfyw .xfyw_title {
  width: 100%;
  height: 35px;
  border-bottom: solid 1px #D7D7D7;
}
.index_lunbo .xfyw .xfyw_title p {
  float: left;
  height: 100%;
  border-bottom: solid 2px #C12C30;
  font-size: 18px;
  color: #C02C30;
  font-weight: bold;
}
.index_lunbo .xfyw .xfyw_title a {
  float: right;
  color: #A9A9A9;
}
.index_lunbo .xfyw .xfyw_title a:hover {
  color: red;
}
.index_lunbo .xfyw .xfyw_con {
  border-bottom: dashed 1px #ccc;
  padding: 0 15px 20px 15px;
}
.index_lunbo .xfyw .xfyw_con h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.index_lunbo .xfyw .xfyw_con p {
  line-height: 25px;
  text-indent: 20px;
}
.index_lunbo .xfyw .xfyw_con p a {
  color: #C02C30;
}
.index_lunbo .xfyw .xfyw_con p a:hover {
  font-weight: bold;
}
.index_lunbo .xfyw ul li {
  background: url(../images/icon/point.png) no-repeat;
  background-position-y:10px;
  text-indent: 8px;
  margin-top: 18.5px;
}
.index_lunbo .xfyw ul li a {
  color: #333;
  font-size: 16px;
}
.index_lunbo .xfyw ul li a:hover {
  color: red;
}
.index_lunbo .xfyw ul li span {
  float: right;
  color: #999999;
}
.blank {
  width: 1200px;
  height: 20px;
  margin: auto;
}
.xwzx {
  width: 1200px;
  min-height: 930px;
  background: #fff;
  margin: 20px auto;
  padding: 20px;
}
.xwzx .tabs_box {
  width: 100%;
  display: none;
  padding: 0 20px;
}
.xwzx .tabs_box li {
  width: 100%;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.xwzx .tabs_box li span{
  float:right;
}
.xwzx .tabs_box li h2 {
  margin-bottom: 10px;
}
.xwzx .tabs_box li h2 span {
 
  font-size: 16px;
  color: #8D8D8D;
  font-weight: normal;
}
.xwzx .tabs_box li h2 .xwdate,.xwzx .tabs_box li h2 .ly{

  float: right;
}
.xwzx .tabs_box li h2 .xwdate {
  margin-right: 35px;
}

.xwzx .tabs_box li h2 a:hover{
 color:#000;

}
.xwzx .tabs_box li p {
  font-size: 16px;
  text-indent: 20px;
  line-height: 28px;
}
.xwzx .tabs_box li p a {
  color: #E45557;
}
.xwzx .tabs_box li p a:hover {
  font-weight: 700;
}
.xwzx .firstbox {
  display: block;
}
.tabs_nav {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.tabs_nav li {
  float: left;
  margin: 15px 20px 0 0;
  text-indent: 10px;
  font-size: 18px;
  font-weight: bold;
}
.tabs_nav li a {
  color: #333;
  text-decoration: none;
}
.tabs_nav .active {
  border-left: solid 3px #AF1C1C;
}
.tabs_nav .active a {
  color: #AF1C1C;
}
.tabs_nav > a {
  float: right;
  color: #B9B9B9;
  margin-top: 10px;
  font-size: 16px;
}
.tabs_nav > a:hover {
  color: red;
}
@media screen and (max-width: 768px) {
  /*------图片轮播、信访要闻------*/
  .index_lunbo {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 5px 0 5px;
    margin: auto;
  }
  .index_lunbo .pic {
    width: 100%;
    height: 214px;
    overflow: hidden;
    position: relative;
  }
  .index_lunbo .pic .img ul li img {
    width: 100%;
    height: 214px;
  }
  .index_lunbo .pic .btns a {
    height: 50px;
    top: 30%;
    line-height: 50px;
  }
  .index_lunbo .pic .titleTxt {
    height: 3em;
  }
  .index_lunbo .pic .titleTxt .pic_title {
    height: 3em;
  }
  .index_lunbo .pic .titleTxt .pic_title li {
    height: 3em;
    line-height: 3em;
    font-size:1em;
    text-indent: 0px !important;
  }
  .index_lunbo .pic .titleTxt .small_btns {
    height: 3em;
    margin-right: 0;
  }
  .index_lunbo .pic .titleTxt .small_btns li {
    margin-top: 1em;
    margin-right: 5px;
  }
  .index_lunbo .xfyw {
    width: 100%;
    height: auto;
    padding: 0 5px 10px 5px;
    margin-top: 20px;
  }
  .index_lunbo .xfyw .xfyw_con {
    padding: 0 10px 20px 10px;
  }
  .index_lunbo .xfyw ul li {
   
    margin-top: 18.5px;
  }
  .index_lunbo .xfyw ul li a {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 70%;
    display: inline-block;
  }
  .index_lunbo .xfyw ul li a:hover {
    color: red;
  }
  .index_lunbo .xfyw ul li span {
    float: right;
    color: #999999;
    font-size: .5em;
  }
  .blank {
    display: none;
  }
  .xwzx {
    width: 100%;
    height: auto;
    padding:5px;
  }
  .xwzx .tabs_box {
    padding: 0 0px;
  }
  .xwzx .tabs_box li h2 {
    font-size:1.1em;
    margin-bottom:22px;
  }
.xwzx .tabs_box li h2 a{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 50%;
    display: inline-block;


}
  .xwzx .tabs_box li h2 span {
    font-size: .5em;
  }
  .xwzx .tabs_box li h2 .xwdate {
    margin-right: 0px;
    display:block;
    
  }
  .xwzx .tabs_box li p {
    font-size: 14px;
  }
  .xwzx .firstbox {
    display: block;
  }
  .tabs_nav li {
    margin: 15px 5px 0 0;
    text-indent: 5px;
    font-size: 16px;
  }
  .tabs_nav > a {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .tabs_box li h2 span {
    margin-top: 5px !important;
    font-size: .5em !important;
  }
  .xwdate {
    margin-right: 0px !important;
  }
}
/*# sourceMappingURL=xwzx.css.map */
