li {
  list-style: none;
}
.z-none {
  display: none;
}
.z-block {
  display: block;
}
body {
  min-width: 1200px;
}
.g-layout {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  padding-bottom: 60px;
}
.g-layout:after {
  content: "";
  display: block;
  clear: both;
}
/*头部*/
.g-page {
  background: #eaeaee url(../images/bg_topics.jpg) center top no-repeat;
}
.g-page .m-headerbox {
  height: 740px;
}
.header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header .u-tit1 {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
}
.u-tit01 {
  -webkit-animation: ani_top_2 0.5s 0s ease-out both;
  animation: ani_top_2 0.5s 0s ease-out both;
  opacity: 1;
  position: absolute;
  top: 155px;
  left: 400px;
}
.u-tit02 {
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
  opacity: 1;
  position: absolute;
  top: 330px;
  left: 380px;
}
.m-txt {
  position: absolute;
  left: 145px;
  top: 590px;
  color: #fff;
}
.m-txt .u-des1 {
  font-size: 20px;
}
.m-txt .u-des2 {
  font-size: 16px;
  padding-top: 15px;
}
.m-more {
  text-align: right;
  font-size: 12px;
}
.m-more a {
  color: #6b4537;
}
@-webkit-keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*要闻*/
.slideBox {
  float: left;
  width: 560px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 14px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slideBox .hd ul .on {
  background: #ef3737;
  width: 24px;
  border-radius: 5px;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd li img {
  width: 560px;
  height: 350px;
  display: block;
}
.slideBox .bd li .p1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, 0, endcolorstr=#7F000000, 0);
  background: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: 910px 50px;
}
.slideBox .bd li .p1 h3 {
  width: 550px;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.m-focus-news {
  float: right;
  width: 400px;
}
.m-news {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e2cc9b;
}
.m-news h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.m-news h3 a {
  color: #333;
}
.m-news p {
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
.m-news p a {
  color: #810707;
}
.m-list li {
  font-size: 16px;
  line-height: 2em;
  background: url(../images/ico_list.png) 0 center no-repeat;
  padding-left: 15px;
}
.m-list li a {
  color: #333;
}
/*各地学习 媒体之声*/
.m-hd {
  margin-bottom: 20px;
  position: relative;
  height: 50px;
}
.m-hd h2 {
  text-indent: -9999px;
}
.m-hd a {
  position: absolute;
  font-size: 12px;
  color: #333;
  top: 17px;
  right: 13px;
  background: url(../images/ico_more.png) right center no-repeat;
  padding-right: 15px;
}
.m-box {
  float: left;
  width: 480px;
}
.z-mar40 {
  margin-right: 40px;
}
.m-hd1 {
  background: url(../images/tit_gdxx.jpg) 0 0 no-repeat;
}
.z-nobor {
  border: 0!important;
}
.m-hd2 {
  background: url(../images/tit_mtzs.jpg) 0 0 no-repeat;
}
/*图片新闻*/
.g-layout-pic {
  height: 290px;
  padding-top: 30px;
  background: url(../images/bg_img.jpg) center 0 no-repeat;
}
.m-picscroll {
  position: relative;
}
.m-picscroll .m-pichd {
  position: relative;
  z-index: 4;
}
.m-picscroll .m-pichd a {
  display: block;
  width: 49px;
  height: 41px;
  position: absolute;
  cursor: pointer;
}
.m-picscroll .m-pichd .prev {
  background: url(../images/prev.png) 0 0 no-repeat;
  left: -80px;
  top: 100px;
}
.m-picscroll .m-pichd .prev:hover {
  background: url(../images/cur_prev.png) 0 0 no-repeat;
}
.m-picscroll .m-pichd .next {
  background: url(../images/next.png) 0 0 no-repeat;
  right: -80px;
  top: 100px;
}
.m-picscroll .m-pichd .next:hover {
  background: url(../images/cur_next.png) 0 0 no-repeat;
}
.m-picscroll .m-picbd {
  margin-left: auto;
  margin-right: auto;
}
.m-picscroll .m-picbd .tempWrap {
  width: 1000px!important;
}
.m-picscroll .m-picbd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
}
.m-picscroll .m-picbd ul li {
  float: left;
  width: 310px;
  text-align: center;
  margin-right: 35px;
}
.m-picscroll .m-picbd ul li img {
  width: 300px;
  height: 230px;
  border: 5px solid #828282;
}
.m-picscroll .m-picbd ul li p {
  font-size: 16px;
  margin-top: 5px;
  height: 25px;
  overflow: hidden;
  color: #fff;
}
