:root {
  /* --theamColor: #224b7f */
  /* --theamColor: #d0e5f8 */
  --theamColor: #315cc3;
  --theamColorTwo: #4e6ef2
  /* --theamColor: #1677ff */
}
body {
  font-family: Microsoft YaHei, STXihei, STHeiti-Light, STHeiti, SimSun;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #455262;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
form,
input,
button,
option,
textarea,
select {
  margin: 0;
  padding: 0;
  color: #000;
}
textarea {
  resize: none;
}
input {
  outline: none;
}
input,
button,
textarea,
select {
  font: 100% Microsoft YaHei, STXihei, STHeiti-Light, STHeiti, SimSun;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #b3b7c1;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
table {
  font-size: inherit;
}
th {
  font-weight: normal;
}
img {
  border: 0;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fix {
  display: inline-table;
}
html .fix {
  height: 1%;
}
.fix {
  display: block;
}
html .fix {
  min-height: 1%;
}
/* 滚动条 */
/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 12px; /* 设置滚动条的宽度 */
}
.ql-video {
  width: 100%;
  height: 500px;
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置轨道的背景颜色 */
  border-radius: 6px
}
 
/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background: var(--theamColor); /* 设置滑块的背景颜色 */
  border-radius: 6px
}
 
/* 当滑块悬停或活动时，可以添加更多样式 */
::-webkit-scrollbar-thumb:hover {
  background: var(--theamColorTwo); /* 设置滑块在悬停状态下的背景颜色 */
}
.container {
  /* background: #0066cc url("../img/bj.gif") no-repeat top center;
  background-size: 100% 40%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #edfaff;
}
.container .head {
  width: 1200px;
  /* height: 250px; */
  /* background: #0066cc url("../img/bj-edit.gif") no-repeat top center; */
  /* background: #0066cc url("../img/head.jpg") no-repeat top center; */
  /* background: #0066cc url("../img/bc_001.png") no-repeat top center; */
  /* background-size: 100% 100%; */
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.container .head .logo::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/bg.png') no-repeat center center;
  background-size: 100% 100%;
  opacity: 1; /* 设置透明度 */
  justify-content: center;
  pointer-events: none; /* 使伪元素不接收鼠标事件 */
}
.container .head .logo {
  /* padding: 100px 0 0 0; */
  /* margin: 0 auto; */
  width: 1200px;
  height: 350px;
  line-height: 350px;
  position: relative;
}
.container .head .time {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  /*background-color: #7ba6cd;*/
  color: #007aff;
  width: 100%;
  font-weight: 500;
  font-size: 16px;

  /* width: 248px; */
  height: 40px;
  line-height: 40px;
  position: absolute;
  top:20px;
  left: 20px;
  float: left;
  padding: 0;
  /* margin-bottom: 8px; */
  /* position: absolute; */
  /* right: 0px; */
  /* top: 8px; */
}
.container .head .time .timeDisplay {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 0px;
}
.container .head .logo a img {
  margin-left: 166px;
  /* padding: 8px; */
  padding: 24px 0 0 8px;
  position: relative;
}
.container .head .logo .watherbox {
  position: absolute;
  right: 0;
  width: 330px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  background: url("../img/date_bg.png") no-repeat right;
}
.container .head .logo .watherbox iframe {
  height: 20px;
  float: left;
  width: 115px;
  margin: 5px 0 0 0;
  float: right;
}
.container .head .logo .watherbox p {
  float: right;
  margin-right: 5px;
}
.container .head .logo span {
  float: right;
  width: 237px;
  position: relative;
  bottom: -25px;
  margin: 32px 0 0 0;
  padding: 0 20px;
  background: #fff;
  height: 31px;
}
.container .head .logo span input {
  border: none;
  width: 100%;
  height: 31px;
  line-height: 31px;
  color: #151515;
  font-size: 17px;
}
.container .head .dwname {
  font-size: 40px;
  color: #17a4f5;
  position: absolute;
  margin-top: 110px;
}
.container .head .nav_search {
  cursor: pointer;
  /* margin: 16px 0 24px; */
  align-self: flex-end;
  padding-right: 20px;
  position: absolute;
  top: 20px;
  float: right;
}
.container .head .nav_search div {
  width: 320px;
}

/* .container .head .nav_search div i {
  cursor: pointer;
  background: url("../img/search.jpg") no-repeat;
  width: 17px;
  display: block;
  height: 16px;
  position: absolute;
  right: 3px;
  top: 8px;
} */

.container .head .nav_search .form {
  display: flex;
}

.container .head .nav_search .search {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.container .head .nav_search .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0 4px 4px 0px;
}
.container .head .nav_search .el-button--primary {
  color: #fff;
  background-color: var(--theamColor);
  border-color: var(--theamColor);
  /* font-size: 13px; */
  font-weight: 500;
  /* background-color: #1658a0;
  border-color: #1658a0; */
}
.container .head .nav,
.container .head .small_nav {
  width: 100%;
  height: 60px;
  /* border-radius: 15px 15px 15px 15px; */
  /* padding: 0px 20px 0 20px; */
  background: #fff;
  /* background: url("../img/banner.png"); */
  /* background-color: #224b7f; */
  background-color: var(--theamColor);
  background-size: cover;
}
.container .head .nav dl {
  width: 1200px;
  margin: auto;
}
.container .head .small_nav dl {
  /* background-image: url('../img/nav.jpg'); */
  /* background-size: cover; */
  /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//img/nav.jpg', sizingMethod='scale'); */
  /* overflow: hidden; */
}
.container .head .nav dl dd,
.container .head .small_nav dl dd {
  float: left;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
}
.container .head .nav dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
}
.container .head .nav dl dd a,
.container .head .small_nav dl dd a {
  color: #fff;
  width: 100%;
}
.container .head .small_nav dl dd a span {
  margin-left: 8px;
  /* width: 140px; */
  /* width: 55%; */
  width: 70%;
  font-size: 28px;
}
/* .container .head .nav dl .home{
  width: 100px;
} */
.container .head .small_nav dl .home {
  width: 120px;
}
.container .head .small_nav dl .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container .head .nav dl .news,
.container .head .small_nav dl .news {
}
.container .head .small_nav dl .news a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container .head .nav dl .open,
.container .head .small_nav dl .open {
}
.container .head .small_nav dl .open a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container .head .nav dl .water,
.container .head .small_nav dl .water a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container .head .nav dl .special,
.container .head .small_nav dl .special a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container .head .small_nav dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .head .small_nav dl dd:hover {
  background-color: #31a1ec;
}
/* .container .head .small_nav dl dd em {
  position:relative;
  content: "";
  left: 1%;
  top: -7px;
  bottom: 0;
  width: 57%;
  transition: 0.3s all;
  height: 8px;
  background-color: #1658a0; 
  background-color: #31a1ec;
}  */
.container .head .nav dl dt,
.container .head .small_nav dl dt {
  float: right;
  width: 237px;
  position: relative;
  margin: 7px 14px 0 0;
  padding: 0 20px;
  background: #fff;
  height: 31px;
}
.container .head .nav dl dt input,
.container .head .small_nav dl dt input {
  border: none;
  width: 100%;
  height: 31px;
  line-height: 31px;
  color: #151515;
  font-size: 17px;
}
.container .head .nav dl dt i,
.container .head .small_nav dl dt i {
  background: url("../img/search.jpg") no-repeat;
  width: 17px;
  display: block;
  height: 16px;
  position: absolute;
  right: 3px;
  top: 8px;
}
.container .head .small_nav dd {
  width: 200px;
}
.headerline {
  width: 1198px;
  /* margin-top: 20px; */
  border: 1px solid #e5e5e5;
  position: relative;
  height: 100px;
  margin-bottom: 16px;
}
.headerline a{
  display: flex;
  align-items: center;
  height: 100px;
}
.headerline a span:first-child {
  display: inline-block;
  /* color: #333333; */
  /*color: #315cc3;*/
  color: #d61d1a;
  /* padding-top: 4px; */
  /* padding-left: 116px; */
  /* padding: 0 32px 0 106px; */
  margin-left: 106px;
  margin-right: 32px;
  width: 1060px;
  /* height: 80px; */
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headerline a span:nth-child(2){
  display: inline-block;
  /* margin-top: 6px; */
  margin-right: 16px;
  width: 540px;
  /* height: 80px; */
  font-size: 16px;
  /* color: #252525; */
  color: #455262;
  line-height: 25px;
  /* text-indent: 2em; */
  /* color: #252525; */
  /* text-decoration: none; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-height: 6.0em; */
  /* line-height: 1.2em; */
  /* height: 3.0em; */
}
.lmtitle{
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 超出隐藏 */
  text-overflow: ellipsis;
  width: 70%;
}
#sm1{
  display: -webkit-box; /* 必须使用 flex 布局 */
  -webkit-box-orient: vertical; /* 设置排列方式为垂直 */
  -webkit-line-clamp: 6; /* 限制显示的行数 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis;
}
.tt {
  position: absolute;
  left: -12px;
  top: 12px;
  width: 80px;
  height: 80px;
}
/* 轮播图 */
.swiper-container1 {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 470px;
}
.swiper-container1 .swiper-wrapper1 {
}
.swiper-container1 .swiper-wrapper1 .swiper-slide1 {
  position: absolute;
  width: 1200px;
  height: 470px;
  text-decoration: none;
  /* overflow: hidden; */
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}

.swiper-container1 .swiper-wrapper1 .swiper-slide1 .row {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  height: 470px;
}
.swiper-container1 .row .text {
  width: 320px;
}
.swiper-container1 .row .text a {
  color: #252525;
  text-decoration: none;
  /* width: 200px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.0em; /* 高度为字体大小的两倍 */
  line-height: 1.5em; /* 行高 */
  height: 3.0em; /* 高度为行高的两倍 */
}
.swiper-container1 .row .text a:hover{
  /* color: #007bcd; */
  color: var(--theamColor);
}
.swiper-container1 .text {
  height: 370px;
  padding: 40px;
  background: #eee;
}
.swiper-container1 .text h4 {
  /* margin-bottom: 60px; */
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.swiper-container1 .row .date {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #999;
}
.swiper-container1 .row .text p {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  line-height: 32px;
  font-size: 16px;
}
.swiper-container1 .swiper-pagination1 {
  bottom: 10px;
  right: 0;
  left: auto;
  width: 400px;
  line-height: 60px;
  font-size: 20px;
  color: #769fc6;
}
.swiper-container1 .swiper-pagination1 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-container1 .swiper-pagination-current1, .swiper-container1 .pageState span {
  font-size: 28px;
  color: #333;
}

.swiper-container1 .swiper-pagination1 .swiper-pagination-total1 {
  font-size: 20px;
  color: #769fc6;
}

.swiper-container1 .swiper-button1 {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 400px;
  height: 40px;
}
.swiper-container1 .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-container1 .swiper-button-next1 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-container1 .swiper-button-prev1 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
  width: 40px;
  height: 40px;
  background-size: auto 32px;
  right: 10px;
  left: auto;
}
.swiper-container1 .swiper-button-next1 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
  width: 40px;
  height: 40px;
  background-size: auto 32px;
  right: auto;
  left: 10px;
}
.container .crumbs {
  color: #918b8a;
  /* color: #252525; */
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 16px 23px;
  height: 40px;
  line-height: 40px;
}
.container .crumbs a {
  color: #918b8a;
}
.container .content {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 16px 0px 32px 0px;
  /*max-height: 1780px;*/
  overflow-y: auto;
  width: 1200px;
  /* margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; */
}
.container .content .tops {
  margin: 0;
  overflow: hidden;
  padding: 24px 10px 34px 0;
  border: 1px solid #e4e4e4;
}
.container .content .tops .lead {
  width: 421px;
  float: left;
}
.container .content .tops .lead h2 {
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #2369c8;
}
.container .content .tops .lead h2 span {
  border-top: 2px solid #2369c8;
  display: block;
  padding-left: 16px;
  width: 190px;
  height: 54px;
  line-height: 54px;
}
.container .content .tops .lead .leader {
  position: relative;
  padding: 0 25px 0 143px;
}
.container .content .tops .lead .leader img {
  position: absolute;
  left: 10px;
  top: 0;
}
.container .content .tops .lead .leader dl dt {
  margin-bottom: 20px;
  border-left: 4px solid #2e8fed;
  height: 44px;
  padding-left: 10px;
  color: #555;
  font-size: 18px;
}
.container .content .tops .lead .leader dl dd {
  color: #555;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
}
.container .content .tops .lead .lead_name {
  padding: 24px 0 0 10px;
  overflow: hidden;
}
.container .content .tops .lead .lead_name ul {
  float: left;
  width: 197px;
}
.container .content .tops .lead .lead_name ul li {
  height: 24px;
  line-height: 24px;
}
.container .content .tops .lead .lead_name ul li span,
.container .content .tops .lead .lead_name ul li p {
  float: left;
  letter-spacing: 1px;
}
.container .content .tops .lead .lead_name ul li span {
  width: 52px;
  padding-left: 5px;
  text-align: left;
}
.container .content .tops .lead .lead_name ul.one {
  border-right: 1px solid #2e8fed;
}
.container .content .tops .unit {
  width: 370px;
  float: left;
}
.container .content .tops .unit h2 {
  height: 54px;
  padding: 0 0 0 16px;
  line-height: 54px;
  font-size: 20px;
  color: #2369c8;
}
.container .content .tops .unit .text {
  border: 1px solid #2e8fed;
  border-top: none;
  padding: 0 16px;
  border-bottom: none;
}
.container .content .tops .unit .text p {
  line-height: 22px;
  padding: 10px 0 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.container .content .tops .institution {
  width: 280px;
  float: left;
}
.container .content .tops .institution h2 {
  height: 54px;
  padding: 0 0 0 40px;
  line-height: 54px;
  font-size: 20px;
  color: #2369c8;
}
.container .content .tops .institution .text {
  padding: 0 10px;
}
.container .content .tops .institution .text p {
  line-height: 22px;
  padding: 0 0 0 0;
  font-size: 12px;
  letter-spacing: 1px;
}
.container .content .tops .institution ul {
  padding: 0 33px;
}
.container .content .tops .institution ul li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #555;
}
.container .content .top {
  overflow: hidden;
  /* padding: 24px 0 0; */
}
.container .content .top_picbox {
  float: left;
}
.container .content .top_tab {
  float: right;
  width: 500px;
  height: 419px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
}
.container .content .top_tab .top_part {
  display: flex;
}
.container .content .top_tab .top_part h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content .top_tab h2 {
  color: #6f6f6f;
  overflow: hidden;
  font-weight: 100;
}
.container .content .top_tab h2 span {
  width: 218px;
  height: 48px;
  padding-left: 22px;
  cursor: pointer;
  background: #f6f6f6;
  line-height: 48px;
  float: left;
  border-bottom: 1px solid #d6dce2;
  border-left: 1px solid #d6dce2;
}
.container .content .top_tab h2 span.one {
  border-right: 1px solid #f6f6f6;
  border-left: none;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.container .content .top_tab h2 span.cur {
  /* border-top: 4px solid #0857be;
  color: #0857be; */
  /* border-top: 6px solid #1658a0; */
  color: #ffffff;
  /* border-bottom: 6px solid #1658a0; */
  background-color: var(--theamColor);
  /* background: #fff; */
  position: relative;
  top: -1px;
}
.container .content .top_tab dl dt {
  padding: 12px 0 0 34px;
  margin-bottom: 12px;
}
.container .content .top_tab dl dt h3 {
  /* font-size: 18px; */
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 2px;
  color: #e40a01;
  width: 433px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .content .top_tab dl dt p {
  color: #555555;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 15px 43px 0 8px;
  font-size: 14px;
}
.container .content .top_tab dl dt p a {
  color: #e40a01;
}
.container .content .top_tab dl dd {
  padding: 0 28px 0 50px;
  height: 32px;
  line-height: 32px;
  /* height: 52px;
  line-height: 52px; */
  background: url("../img/dot.png") no-repeat 25px center;
  background-size: 10px 10px;
  overflow: hidden;
}

.container .content .top_tab dl dd a {
  color: #555;
  float: left;
  /* font-size: 20px; */
  font-size: 16px;
  display: block;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.container .content .top_tab dl dd a:hover {
  transform: translate(32px) scale(1.1);
  color: #1658a0;
}
.container .content .top_tab dl dd span {
  font-size: 14px;
  /* color: #555; */
  color: #bbb;
  float: right;
}
.container .content .top_tabs h2 span {
  width: 218px;
  height: 48px;
  padding-left: 22px;
  cursor: pointer;
  background: #f6f6f6;
  line-height: 48px;
  float: left;
  border-bottom: 1px solid #d6dce2;
  border-left: 1px solid #d6dce2;
}
.container .content .tips {
  margin: 20px 0;
  border: 2px solid #e4e2e2;
  background: #fbfbfb;
  height: 60px;
  line-height: 60px;
}
.container .content .tips dl dt {
  float: left;
  width: 110px;
  font-size: 18px;
  color: #fff;
  /* background: url("../img/suona.jpg") no-repeat 22px center
    #eb4f38; */
  /* background: url("../img/laba.png") no-repeat 22px center
    #1658a0; */
  background: url("../img/laba.png") no-repeat 22px center
    #315cc3;
  background-size: 40px;
  padding-left: 66px;
  font-weight: 800;
  border-right: 2px solid #e4e2e2;
  border-radius: 6px 0 0 6px;
}
.container .content .tips dl dd {
  padding: 0 16px 0 64px;
  float: left;
  width: 938px;
  overflow: hidden;
}
.container .content .tips dl dd a,
.container .content .tips dl dd span {
  font-size: 18px;
  color: #555;
  float: left;
}
.container .content .tips dl dd span {
  color: #bbb;
  float: right;
}
/* lists header content css */
.chapter {
  display: flex;
  justify-content: space-between;
}
.lists {
  width: 587px;
  font-size: 16px;
  /* border: 1px solid #e4e2e2; */
}
.decoration-word {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  border-left: 1px solid #ddd;
}
.lists .lists-header {
  height: 48px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e4e2e2;
}
.lists .lists-header div {
  height: 48px;
  font-size: 20px;
  color: #6f6f6f;
  flex: auto;
  text-align: center;
}
.lists .lists-header div a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #252525;
  text-decoration: none;
}
.decoration-a::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 10px;
  left: -36px;
  border-left: 1px solid #ddd;
}
/* .lists .lists-header div a {
  color: #6f6f6f;
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
} */

.onTab {
  /* background-color: #1658a0; */

  /* color: #fff !important; */
  color: #205190 !important;
}
.onTab a {
  color: var(--theamColor) !important;
  /* color: #205190 !important; */
  /* color: #fff !important; */
}

.lists-content dl {
  padding: 15px 0 10px;
}
.lists-content dl dd {
  padding: 0 28px 0 50px;
  height: 32px;
  line-height: 32px;
  background: url("../img/dot.png") no-repeat 25px center;
  background-size: 10px 10px;
  overflow: hidden;
}
.xfck {
  position: fixed;
  top: 40%;
  right: 5.5%;
  z-index: 1000;
  width: 130px;
  height: 130px;
}
.xfck p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.lists-content dl dd a {
  color: #555;
  float: left;
  font-size: 16px;
  display: block;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.lists-content dl dd a:hover {
  transform: translate(32px) scale(1.1);
  color: #1658a0;
}

.lists-content dl dd span {
  font-size: 14px;
  /* color: #555; */
  color: #bbb;
  float: right;
}

/* display-board */

.display-board {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.display-board .item-common {
  color: #1658a0;
  width: 210px;
  height: 72px;
  /* background: url("../img/banner.png");
  background-size: cover; */
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #1658a0;
  border-radius: 10px;
}

.display-board .item-common a {
  width: 210px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  color: #1658a0;
  /* color: #ffffff; */
  font-weight: 560;
}

.display-board .adust-width {
  width: 220px;
}

.display-board .adust-width a {
  width: 220px;
}
/* section-part */
.second-part {
  margin-top: 64px;
}
.second-part .section-tab {
  display: flex;
  justify-content: space-between;
  width: 998px;
  height: 81px;
  background-color: #f1f5fb;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%),
    inset 0px 2px 1px 0px rgb(255 255 255 / 32%),
    inset 0px 12px 51px 0px rgb(255 255 255 / 22%),
    inset 0px 0px 51px 0px rgb(101 147 224 / 24%);
  border-radius: 12px;
  border: solid 2px #ffffff;
  opacity: 1;
  margin: 0 auto;
  color: #333;
  /* margin-bottom: 35px; */
}
.second-part h2 a {
  width: 240px;
  height: 81px;
  line-height: 81px;
  color: #333;
}
.second-part h2 a:hover,
.second-part h2 a.current {
  width: 240px;
  height: 77px;
  color: #fff;
  background-color: #315cc3;
  border-radius: 6px;
}
.second-part .section-tab .s1 {
  width: 72px;
  height: 74px;
  display: inline-block;
  background: url(../img/zwgk-1.png) 50% no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.second-part .section-tab .s2 {
  width: 72px;
  height: 74px;
  display: inline-block;
  background: url(../img/xzsp.png) 50% no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.second-part .section-tab .s3 {
  width: 72px;
  height: 74px;
  display: inline-block;
  background: url(../img/slyw.png) 50% no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.second-part .section-tab .s4 {
  width: 72px;
  height: 74px;
  display: inline-block;
  background: url(../img/slwh.png) 50% no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
/* second-content-one */
.second-content-one {
  margin-top: 48px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  height: 400px;
}
.second-content-one .leader {
  /* display: flex; */
}
.second-content-one .ldzc .decoration-a::before{
  left: -90px;
}
.second-content-one .leader .other-leader {
  display: flex;
  margin-left: 4px;
  margin-top: 16px;
}

.second-content-one .leader .other-leader .other-leader-one {
  color: #224b7f;
  font-size: 16px;
  position: relative;
  left: 16px;
}
.second-content-one .leader .other-leader .other-leader-one::before {
  content: "";
  position: absolute;
  border: 1px solid #ddd;
  /* height: 184px; */
  height: 127px;
  left: -18px;
  top: 6px;
}
.second-content-one .leader .other-leader .other-leader-two::before {
  content: "";
  position: absolute;
  border: 1px solid #ddd;
  height: 127px;
  left: -18px;
  top: 6px;
}

.second-content-one .leader .other-leader .other-leader-one li {
  display: flex;
  /* margin-bottom: 16px; */
  margin-bottom: 8px;
}
.second-content-one .leader .other-leader .other-leader-one li span {
  /* padding-right: 16px; */
  padding-right: 16px;
}

.second-content-one .leader .other-leader .other-leader-two {
  color: #224b7f;
  font-size: 16px;
  position: relative;
  left: 32px;
}
.second-content-one .leader .other-leader .other-leader-two li {
  display: flex;
  margin-bottom: 8px;
}
.second-content-one .leader .other-leader .other-leader-two li span {
  padding-right: 16px;
}
.second-content-one .ldzc {
  width: 587px;
  /* height: 214px; */
}
.second-content-one .ldzc .word-adjust {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 4px 0 8px 24px;
  border-bottom: solid 1px #e4e2e2;
}

.second-content-one .ldzc .word-adjust::before {
  content: "";
  position: relative;
  font-size: 11px;
  top: -3px;
  left: -8px;
  border: solid 3px #315cc3;
}
.second-content-one .ldzc .ldzc-jz {
  display: flex;
  margin-left: 16px;
  margin-top: 16px;
}
.second-content-one .ldzc .ldzc-jz img {
  /* width: 140px;
  height: 192px; */
  width: 80px;
  height: 100px;
}
.second-content-one .ldzc .ldzc-jz .ldzc-jz-description {
  padding-left: 16px;
  font-weight: 600;
  font-size: 16px;
  /* margin: 24px 0 34px 0; */
  color: #224b7f;
}
.second-content-one .dwjs {
  /* margin-top: 16px; */
}
.second-content-one .dwjs .word-adjust {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 4px 0 8px 24px;
  border-bottom: solid 1px #e4e2e2;
}
.word-adjust {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 4px 0 8px 24px;
  border-bottom: solid 1px #e4e2e2;
}

.second-content-one .dwjs .word-adjust::before {
  content: "";
  position: relative;
  font-size: 11px;
  top: -3px;
  left: -8px;
  border: solid 3px #315cc3;
}

.second-content-one .dwjs .word-description {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  margin-left: 16px;
}
.second-content-one .dwjs .word-description p {
  text-indent: 2em;
}
/* second-content-two */
.second-content-two {
  margin-top: 48px;
  margin-bottom: 16px;
  height: 400px;
}
.lists-two {
  width: 587px;
  font-size: 16px;
}
.lists-two .lists-header {
  height: 48px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e4e2e2;
}
.lists-two .position-adjust {
  display: inline-block;
  padding-left: 16px;
}
.lists-two .lists-header div {
  height: 48px;
  font-size: 20px;
  color: #6f6f6f;
  flex: auto;
  text-align: center;
}
.lists-two .lists-header div a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #252525;
  text-decoration: none;
}
.lists-two .decoration-a::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 10px;
  left: -60px;
  border-left: 1px solid #ddd;
}

/* second-content-three */
.second-content-three {
  margin-top: 48px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  /*height: 400px;*/
  height: 220px;
}

.second-content-three .tx-lanmu {
  /* background-image: url("../img/tab-bg.png"); */
  /* background-size: 100% 100%; */
  width: 687px;
  height: 214px;
}
.second-content-three .tx-lanmu .word-adjust {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 4px 0 8px 24px;
  border-bottom: solid 1px #e4e2e2;
}

.second-content-three .tx-lanmu .word-adjust::before {
  content: "";
  position: relative;
  font-size: 11px;
  top: -3px;
  left: -8px;
  border: solid 3px #315cc3;
}
.second-content-three .tx-lanmu .us-item {
  display: flex;
  margin-top: 16px;
}
.second-content-three .tx-lanmu .us-item .us-item-common {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
}
.second-content-three .water-situation-briefing {
  /* background-image: url("../img/tab-bg.png"); */
  /* background-size: 100% 100%; */
  width: 487px;
  height: 414px;
}
.second-content-three .water-situation-briefing .word-adjust {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 4px 0 8px 24px;
  border-bottom: solid 1px #e4e2e2;
}
.second-content-three .water-situation-briefing .word-adjust::before {
  content: "";
  position: relative;
  font-size: 11px;
  top: -3px;
  left: -8px;
  border: solid 3px #315cc3;
}
.second-content-three .water-situation-briefing .a-adjust {
  display: inline-block;
  margin-top: 4px;
  padding: 16px;
  width: 95%;
  height: 143px;
  /* height: 400px; */
}
.second-content-three .water-situation-briefing .regimen{
  height: 300px;
}
/* second-content-four */
.second-content-four {
  margin-top: 48px;
  margin-bottom: 16px;
  height: 400px;
}

/* footer-display */
.footer-display{
  /*width: 760px;*/
  margin: 0 auto;
  /*padding: 0 20px;*/
}

.footer-display .fonter-container{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.footer-display .fonter-container .swiper-container1-two{
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer-display .fonter-container .swiper-container1-two .swiper-wrapper1-two{
  width: 1030px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -24px;
}

.footer-display .fonter-container .swiper-container1-two .swiper-wrapper1-two li{
  width: 240px;
  height: 183px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.footer-display .fonter-container .swiper-container1-two .swiper-wrapper1-two li:hover{
  transform: scale(1.04);
}


.footer-display .fonter-container .swiper-container1-two .swiper-wrapper1-two li a img{
  border-radius: 15px 15px 15px 15px;
  height: 130px;
  margin-top:20px;
}
.footer-display .fonter-container .to-prev {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
  background-color: #F2F7FD;
  width: 33px;
  height: 54px;
  margin-right: 2%;
}
.footer-display .fonter-container .to-next {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
  background-color: #F2F7FD;
  width: 33px;
  height: 54px;
  margin-left: 1%;
}
.container .content .contentbox .contentboxs_l {
  float: left;
  width: 810px;
}
.container .content .contentbox .contentboxs_l div {
  width: 398px;
  height: 274px;
  margin-right: 5px;
  margin-bottom: 14px;
  float: left;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
}
.container .content .contentbox .contentboxs_l div h2 {
  background: #f6f6f6;
  border-bottom: #e3e3e3 1px solid;
  position: relative;
  height: 48px;
  line-height: 48px;
}
.container .content .contentbox .contentboxs_l div h2 span {
  position: absolute;
  display: block;
  left: 0;
  color: #2369c8;
  font-size: 18px;
  border-top: 2px solid #0b55be;
  top: 0;
  background: #fbfbfb;
  width: 118px;
  border-right: #e3e3e3 1px solid;
  padding-left: 22px;
  border-bottom: 1px solid #fff;
  height: 48px;
  line-height: 48px;
}
.container .content .contentbox .contentboxs_l div h2 a {
  background: url("../img/more.jpg") no-repeat;
  position: absolute;
  right: 18px;
  top: 12px;
  width: 26px;
  height: 25px;
}
.container .content .contentbox .contentboxs_l div dl {
  padding: 15px 0 10px;
}
.container .content .contentbox .contentboxs_l div dl dt {
  padding-left: 24px;
  overflow: hidden;
}
.container .content .contentbox .contentboxs_l div dl dt div {
  float: left;
  overflow: hidden;
  background: #2369c8;
  width: 114px;
  height: 80px;
  margin-right: 12px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 7px;
}
.container .content .contentbox .contentboxs_l div dl dt div img {
  margin: 0;
  float: left;
}
.container .content .contentbox .contentboxs_l div dl dt div p {
  text-align: center;
  margin: 0;
  letter-spacing: 8px;
}
.container .content .contentbox .contentboxs_l div dl dt div.last {
  margin: 0;
}
.container .content .contentbox .contentboxs_l div dl dd {
  padding: 0 28px 0 50px;
  height: 30px;
  line-height: 30px;
  background: url("../img/dot.png") no-repeat 25px center;
  background-size: 16px 16px;
  overflow: hidden;
}
.container .content .contentbox .contentboxs_l div dl dd a {
  color: #555;
  float: left;
  font-size: 14px;
  display: block;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .content .contentbox .contentboxs_l div dl dd span {
  font-size: 14px;
  color: #555;
  float: right;
}
.container .content .contentbox .contentboxs_l .emergency dl {
  overflow: hidden;
  padding: 50px 0 0 0;
}
.container .content .contentbox .contentboxs_l .emergency dl dt {
  float: left;
}
.container .content .contentbox .contentboxs_l .emergency dl dt a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  margin-left: 8px;
  margin-bottom: 8px;
  padding-left: 50px;
  background: url(../img/icon1.png) no-repeat 18px center;
}
.container .content .contentbox .contentboxs_l .emergency dl dt a:hover {
  background-color: #f2faff;
  border: 1px solid #cdebfd;
  color: #007bcd;
}
.container .content .contentbox .contentboxs_l .emergency dl dt.two a {
  background: url(../img/icon2.png) no-repeat 18px center;
}
.container .content .contentbox .contentboxs_l .emergency dl dt.two a:hover {
  background-color: #f2faff;
  border: 1px solid #cdebfd;
  color: #007bcd;
}
.container .content .contentbox .contentboxs_l .emergency dl dt.three a {
  background: url(../img/icon3.png) no-repeat 18px center;
}
.container .content .contentbox .contentboxs_l .emergency dl dt.three a:hover {
  background-color: #f2faff;
  border: 1px solid #cdebfd;
  color: #007bcd;
}
.container .content .contentbox .contentboxs_l .emergency dl dt.four a {
  background: url(../img/icon4.png) no-repeat 18px center;
}
.container .content .contentbox .contentboxs_l .emergency dl dt.four a:hover {
  background-color: #f2faff;
  border: 1px solid #cdebfd;
  color: #007bcd;
}
.container .content .contentbox .contentboxs_r {
  /* width: 270px; */
  float: right;
  display: none;
}
.container .content .contentbox .contentboxs_r div {
  margin-bottom: 15px;
}
.container .content .contentbox .contentboxs_r .contactus {
  margin-bottom: 15px;
}
.container .content .contentbox .contentboxs_r .contactus .wx,
.container .content .contentbox .contentboxs_r .contactus .tel {
  background: #df4d4e;
  width: 129px;
  border: 1px solid #bec0bd;
  display: block;
  float: right;
  height: 31px;
  background: url("../img/tel.jpg") no-repeat center 10px
    #df4e4b;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 3;
  padding-top: 50px;
  text-align: center;
}
.container .content .contentbox .contentboxs_r .contactus .wx ul,
.container .content .contentbox .contentboxs_r .contactus .tel ul {
  position: absolute;
  top: 84px;
  z-index: 5;
  left: 0;
}
.container .content .contentbox .contentboxs_r .contactus .wx ul li,
.container .content .contentbox .contentboxs_r .contactus .tel ul li {
  width: 129px;
  border-bottom: 2px solid #fff;
  height: 19px;
  color: #fff;
  text-align: center;
  background: #ff6c00;
  line-height: 19px;
}
.container .content .contentbox .contentboxs_r .contactus .wx {
  float: left;
  background: url("../img/wx.jpg") no-repeat center 10px #1a7ee0;
}
.container .content .picwalk {
  z-index: 1;
  margin-top: 24px;
}
.container .content .picwalk ul {
  display: flex;
  justify-content: space-around;
}
.container .content .picwalk ul li {
  /* float: left; */
  /* padding-right: 5px; */
  width: 294px;
  height: 148px;
  position: relative;
}
.container .content .picwalk ul li img {
  width: 100%;
  height: 100%;
}
.container .content .picwalk ul li p {
  position: absolute;
  bottom: 0;
  width: 294px;
  height: 38px;
  line-height: 38px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  /* background-color: rgba(55, 91, 142, 0.7); */
  background-color: #1658a0;
}
.container .content .frd {
  margin-top: 20px;
  /* border: 1px solid #ebebeb; */
}
.container .content .frd h2 {
  /* color: #2369c8; */
  /* background-color: #1658a0; */
  position: relative;
  color: #333333;
  font-weight: 500;
  padding-left: 20px;
  height: 38px;
  font-weight: 100;
  line-height: 38px;
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
}
.container .content .frd h2::before {
  content: "";
  position: absolute;
  height: 20px;
  top: 10px;
  bottom: 10px;
  left: 13px;
  border-left: 6px solid #315cc3;
}
.container .content .frd h2 span {
  margin-left: 7px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.container .content .friendlink {
  margin-top: 20px;
  /* border: 1px solid #ebebeb; */
}
.container .content .friendlink h2 {
  /* color: #2369c8; */
  /* background-color: #1658a0; */
  position: relative;
  color: #333333;
  font-weight: 500;
  padding-left: 20px;
  height: 38px;
  font-weight: 100;
  line-height: 38px;
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
}
.container .content .friendlink h2::before {
  content: "";
  position: absolute;
  height: 20px;
  top: 10px;
  bottom: 10px;
  left: 13px;
  border-left: 6px solid #315cc3;
}
.container .content .friendlink h2 span {
  margin-left: 7px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.container .content .friendlink ul {
  padding: 22px;
  overflow: hidden;
}
.container .content .friendlink ul li {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  font-size: 16px;
}
.container .content .friendlink ul li img {
  width: 100%;
  height: 100%;
}
.container .content .friendlink ul li a {
  color: #2e8fed;
  font-size: 16px;
}
.container .content .friendlink ul li a:hover {
  color: #315cc3;
  /* color: #2e8fed; */
}
.container .copyright {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  padding: 12px 0 10px;
  background-image: url("../img/banner.png");
}
.container .copyright p {
  padding-bottom: 12px;
  letter-spacing: 3px;
  text-align: center;
}
.sl-news-ul li a{
  color: #111111;
}
.container .copyright p a {
  color: #fff;
}
/*焦点图*/
.focus {
  position: relative;
  /* width: 688px; */
  width: 1200px;
  height: 420px;
  background-color: #000;
  /* float: left; */
}
.focus img {
  width: 688px;
  height: 420px;
}
.focus .shadow .title {
  width: 260px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  position: absolute;
  left: 0;
  top: 0;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
  display: block;
  text-align: left;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  margin-left: 10px;
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus .fcon img {
  display: block;
}
.focus .fbg {
  bottom: 14px;
  right: 14px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #1658a0;
  /* background: #fc114a; */
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.focus .prev,
.focus .next {
  position: absolute;
  width: 40px;
  height: 74px;
  opacity: 0;
  /* background: url("../img/focus_btn.png") no-repeat; */
}
.focus .prev img,
.focus .next img {
  width: 36px;
  height: 36px;
}
.focus .prev {
  top: 50%;
  margin-top: -37px;
  left: 0;
  background-position: 0 -74px;
  cursor: pointer;
}
.focus .next {
  top: 50%;
  margin-top: -37px;
  right: 0;
  background-position: -40px -74px;
  cursor: pointer;
}
.focus .prev:hover {
  opacity: 0.6;
}
.focus .next:hover {
  opacity: 0.6;
}

.top_tabs h2 span a {
  background: url("../img/more.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 18px;
  top: 12px;
  width: 26px;
  height: 25px;
}
