* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: top;
}

.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  background: url(../images/bg.jpg) top center no-repeat;
}


.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 575px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 632px;
  height: 250px;
  top: 253px;
  left: 284px;
  animation: zoomIn .8s .2s backwards;
  -webkit-animation: zoomIn .8s .2s backwards;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.g-wrap .m-title a {
  position: absolute;
  width: 49px;
  height: 12px;
  right: 0;
  top: 40px;
  background: url("../images/more.png") 0 0 no-repeat;
}

.g-wrap .g-headerline {
  background: url("../images/header_line.png") center center no-repeat;
  height: 355px;
}
.g-wrap .g-headerline dl {
  box-sizing: border-box;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 235px 40px 0 285px;
  overflow: hidden;
}
.g-wrap .g-headerline dl dt {
  font-size: 36px;
  font-weight: bold;
  color: #d21208;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.g-wrap .g-headerline dl dt a {
  color: #d21208;
}
.g-wrap .g-headerline dl dd {
  font-size: 16px;
  line-height: 28px;
  color: #710100;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.g-wrap .g-headerline dl dd a {
  color: #d21208;
}

/* 学习贯彻 */
.g-wrap .g-part1-1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.g-wrap .g-part1-1 ul {
  margin-top: 33px;
  zoom: 1;
  background: #f3f3f3;
}
.g-wrap .g-part1-1 ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-part1-1 ul li {
  float: left;
  width: 562px;
  font-size: 18px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #474747;
  text-indent: 22px;
  padding-right: 38px;
  background: url("../images/icon.png") 5px center no-repeat;
}
.g-wrap .g-part1-1 ul li a {
  color: #474747;
}
.g-wrap .g-part1-1 ul li:nth-child(2n) {
  width: 539px;
  padding-right: 0;
  margin-left: 41px;
}

/* 地方实践 */
.g_part3{padding-bottom: 64px; width: 1200px; margin-left: auto; margin-right: auto;}
.g_part3 ul{overflow: hidden; clear: both; margin-top: 33px; margin-right: -55px;}
.g_part3 ul li{
	background: url(../images/block.png) no-repeat; width: 370px; height: 361px; overflow: hidden; position: relative; float: left; margin-right: 48px; margin-bottom: 55px;
}
.g_part3 ul li .m_texts{width: 295px; margin-left: auto; margin-right: auto; margin-top: 37px;}
.g_part3 ul li .m_texts .m_title{font-size: 23px; font-weight: bold; color: #505050; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; margin-bottom: 10px;}
.g_part3 ul li .m_texts .m_title a{color: #505050;}
.g_part3 ul li .m_texts .m_zy{padding-top: 10px; border-top: 1px solid #757575; font-size: 13px; color: #696968; font-weight: bold; text-indent: 2em; line-height: 28px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.g_part3 ul li .m_xq{position: absolute; right: 0; bottom: 0;}