/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-family: '微软雅黑', 'microsoft yahei', '黑体';
}
body {
  line-height: 1.5;
  font-family: '微软雅黑', 'microsoft yahei', '黑体';
  font-size: 16px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
img,
fieldset {
  border: 0;
}
input,
textarea,
img {
  vertical-align: middle;
}
:focus {
  outline: none;
} /* webkit hack */
textarea {
  overflow: auto;
  vertical-align: top;
}

/*formal*/
.wrap {
  width: 1180px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.mt-100 {
  margin-top: 100px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.lead-content {
  border: 5px solid #fff3ee;
  text-align: center;
  margin-top: 50px;
  padding: 100px 0;
}
.lead-content span {
  display: inline-block;
  margin-right: 150px;
}
.lead-content span {
  line-height: 3;
  color: #e60012;
  font-size: 22px;
  font-weight: 600;
}

/*书记报道集*/
.intro-left {
  float: left;
}
.intro-right {
  float: right;
  width: 770px;
}
.intro-right h3 {
  color: #e60012;
  font-size: 34px;
  font-weight: 600;
}
.intro-content {
  height: 360px;
  overflow-y: auto;
  background: #fff3ee;
  padding: 20px;
  color: #a40000;
  line-height: 1.8;
}
.report-left {
  width: 360px;
  float: left;
  background: #f5f5f5;
}
.report-left li {
  margin: 20px 0;
}
.report-left li img {
  display: block;
  margin: 0 auto;
}
.report-left li a:hover img {
  opacity: 0.8;
  filter: opacity(alpah=80);
}
.report-left li span {
  display: block;
  text-align: center;
  line-height: 1.8;
}
.report-title {
  height: 60px;
  line-height: 60px;
  background: #a40000;
  color: #fff;
  font-size: 24px;
  padding: 0 10px;
}
.report-title span {
  float: right;
  font-size: 20px;
  display: block;
}
.report-title span a {
  color: #fff;
  font-size: 16px;
}
.report-right {
  float: right;
  width: 770px;
}
.news-ul {
  border: 1px solid #dddddd;
  width: 730px;
  padding: 30px 20px 50px;
}
.news-ul li {
  line-height: 1.8;
  font-size: 18px;
  color: #333;
  padding: 10px 10px 10px 40px;
  background: url(/zhuanti/2021/zsleader/images/dot_06.jpg) no-repeat 15px center;
}
.news-ul li a {
  font-size: 20px;
  color: #000;
}
.news-ul li a:hover {
  font-weight: 600;
}
.news-ul li span {
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  color: #999;
}

/*手机版*/
.m-intro {
  display: flex;
  padding: 20px 10px;
}
.m-intro .shuji-photo {
  width: 200vw;
}
.m-intro .shuji-photo img {
  width: 100%;
}
.m-intro .shuji-text {
  line-height: 1.4;
  padding-left: 4vw;
  font-size: 4vw;
}
.m-intro .shuji-text h3 {
  font-size: 5vw;
  color: #e60012;
  font-weight: 600;
  line-height: 2.5;
}
.m-report-title {
  background: #a40000;
  height: 12vw;
  line-height: 12vw;
  padding: 0 2vw;
  display: flex;
  color: #fff;
  justify-content: space-between;
}
.m-report-title a {
  color: #fff;
}
.m-list {
  padding: 5vw 0;
}
.m-list li {
  line-height: 10vw;
  height: 10vw;
  padding-left: 9vw;
  padding-right: 5vw;
  background: url(/zhuanti/2021/zsleader/images/dot_06.jpg) no-repeat 4vw center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer {
  background: #a40000;
  height: 14vw;
  line-height: 14vw;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.w-360 {
  width: 360px;
  float: left;
}
.w-770 {
  width: 770px;
  float: right;
}
