@charset "utf-8";
/* CSS Document */
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  /* [disabled]margin:0;
*/
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
  font-size: 16px;
}
p {
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
a {
  color: #333;
  font-family: "microsoft yahei";
}
a:hover {
  color: #1a78c5;
}

.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.clearfix {
  *+height: 1%;
}
.clearfix:before {
  content: "";
  display: table;
}

body {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0;
  display: block;
}

.content {
  width: 100%;
  background: url("/template/1/china-nap/_files/images/news_bg.png") no-repeat;
  background-size: 100%;
}
.content > .active-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.contents-list {
  width: 70%;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.contents-list .ul-list {
  padding: 30px;
}
.contents-list .ul-list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px;
  color: #3f3f3f;
  cursor: pointer;
}
.contents-list .ul-list li:nth-of-type(5n + 5) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #000 dashed;
}
/*轮播样式ʽ*/
.poster_box {
  width: 100%;
  /* overflow: hidden; */
  margin: 0 auto;
  background: url("/template/1/china-nap/image/active/active-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.poster_box .poster-title {
  padding: 16px 30px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  display: flex;
  justify-content: space-between;
}
.poster_box .poster-title .morePic {
  font-size: 16px;
  color: #0b92e4;
  cursor: pointer;
}
.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}
.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}
.poster-main {
  position: relative;
  width: 100%;
  height: 340px !important;
  margin-left: auto;
  margin-right: auto;
}
.poster-main img {
  display: block;
  box-shadow: 0px 0px 10px #222222;
  -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a,
.poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.poster-btn {
  width: 52px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
  filter: opacity(0.5);
  transition: filter 1s;
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
.poster-btn img {
  width: 100%;
}
.poster-btn:hover {
  filter: opacity(1);
}
.poster-item-title {
  background: #fff;
  color: #000;
  filter: Alpha(opacity=80);
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 99999;
  text-align: center;
  bottom: 0;
}

.banner {
  margin: 0 auto;
  width: 100% !important;
  height: 480px !important;
  position: relative;
  overflow: hidden;
}

.banner a {
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}

.banner .first {
  left: 0;
}

.banner a img {
  width: 100%;
  height: 100%;
}

.choose {
  z-index: 1000;
  position: absolute;
  left: 150px;
  top: 180px;
  width: 100px;
  height: 10px;
}

.choose span {
  margin-right: 15px;
  float: left;
  display: block;
  background: blue;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.choose span:hover {
  background: red;
}

.choose .red {
  background: red;
}

.banner .pre,
.next {
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  display: block;
  background: #cccccc;
  opacity: 0.4;
  text-decoration: none;
  z-index: 200;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: red;
  position: absolute;
  top: 80px;
}

.banner .pre {
  left: 0px;
}

.banner .next {
  right: 0px;
  display: none;
}
