@charset "utf-8";

body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border: 0 none;
  vertical-align: middle;
}

a,
input,
select,
textarea,
area,
button {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  color: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  overflow: auto;
  resize: none;
}

ul,
li {
  list-style: none;
}

body {
  font: 12px/180% Arial, Helvetica, sans-serif, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue;
}

.clear {
  clear: both;
}

.container {
  display: block;
  margin: auto;
  width: 1300px;
}

/* 头尾部 */
.header {
  width: 100%;
  height: 114px;
  border-bottom: 4px solid #98bdf8;
  background: #fff;
}

.header .container {
  position: relative;
  height: 100%;
}

.header .logo {
  float: left;
  width: 150px;
  height: 100%;
  background: url(../images/logo.png) no-repeat left center;
}

.header .user_center {
  position: absolute;
  right: -30px;
  top: 0;
  padding-left: 20px;
  height: 36px;
  line-height: 40px;
  color: #888;
  background: url(../images/user_center.png) no-repeat left center;
  background-size: auto 16px;
}

.header .user_center:hover {
  text-decoration: underline;
  color: #007AFF;
}

.header .main_nav {
  float: left;
  height: 100%;
}

.header .main_nav li {
  float: left;
  width: 126px;
  height: 100%;
  padding: 40px 0 24px 0;
  text-align: center;
}

.header .main_nav li a {
  display: block;
  height: 100%;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 800;
  color: #0758a4;
  line-height: 1;
  border-right: 1px solid #a3c3c8;
}

.header .main_nav li:last-child a {
  border: none;
}

.header .main_nav li span {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}

.header .main_nav li:hover,
.header .main_nav li.current {
  background: url(../images/nav_bg.png) no-repeat;
}

.header .main_nav li:hover a,
.header .main_nav li:hover span,
.header .main_nav li.current a,
.header .main_nav li.current span {
  color: #fff;
  border: none;
}

.footer {
  width: 100%;
  height: 102px;
  padding-top: 30px;
  background: url(../images/footer_bg.jpg) no-repeat center;
}

.footer .left {
  float: left;
}

.footer .left p {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  height: 50px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 14px;
  color: #0677E4;
  padding-top: 15px;
  padding-left: 50px;
}

.footer .left .address {
  padding-top: 8px;
  background: url(../images/footer1.png) no-repeat;
}

.footer .left .tel {
  background: url(../images/footer2.png) no-repeat left 3px;
}

.footer .left .email {
  background: url(../images/footer3.png) no-repeat;
}

.footer .right {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
}

.footer .right p {
  margin-bottom: 5px;
}

/* 主体 */
.slide_banner {
  width: 100%;
  height: 420px;
}

.slide_banner .flex-viewport li {
  background-size: 100%;
  background-size: cover;
  background-position: center;
}

.slide_banner .flex-control-nav {
  width: 100%;
  right: 0;
}

.main_cont {
  display: block;
  margin: auto;
  width: 1200px;
  min-height: 250px;
  padding: 15px 0;
}

.main_cont.pd20 {
  padding: 20px;
}

.main_cont.article_cont {
  margin: 50px auto;
  padding: 20px;
  min-height: 600px;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  border-radius: 6px;
}

.top_link {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #c0c0c0;
}

.top_link p {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 41px;
  line-height: 46px;
  background: url(../images/line.png) no-repeat left bottom;
}

.top_link .more {
  float: right;
  height: 100%;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}

.top_link a:hover {
  color: #0677E4;
  text-decoration: underline;
}

.cont_left {
  float: left;
  width: 650px;
}

.cont_right {
  float: right;
  width: 530px;
}

.slide_img {
  width: 100%;
  height: 420px;
}

.cont_right .slide_img li {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.slide_img.min {
  float: left;
  width: 430px;
  height: 288px;
}

.slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_img .flex-viewport li {
  position: relative;
}

.slide_img li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 0 240px 0 20px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide_img.min li p,
.cont_right .slide_img li p {
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  padding-right: 20px;
}

.slide_img.video .slides li a {
  position: relative;
}

.slide_img.video .slides li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center;
}

.slide_img .slides li:hover a {
  opacity: 0.9;
  transition: all linear 0.2s;
}

.menu_tab {
  width: 100%;
}

.menu1 {
  height: 420px;
  padding: 0 10px;
  box-shadow: 0 0 6px #ccc;
}

.menu_tab .tit {
  position: relative;
  width: 100%;
  height: 66px;
  background: url(../images/line.png) no-repeat left bottom;
}

.menu_tab .tit .more {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 56px;
}

.menu_tab .tit .more:hover {
  text-decoration: underline;
}

.menu_tab .tit .more.user {
  padding-left: 20px;
  background: url(../images/user_blue.png) no-repeat left 18px;
  background-size: auto 16px;
}

.menu_tab .tit li {
  float: left;
  margin-right: 10px;
  height: 100%;
  padding: 20px 0 14px 30px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  background: url(../images/q_gray.png) no-repeat 8px 26px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.menu_tab .tit li.active {
  color: #0677e4;
  border-bottom: 4px solid #0677e4;
  background: url(../images/q_blue.png) no-repeat 8px 26px;
}

.menu_tab .tit li.active .more {
  display: block;
}

.menu_tab .tit li:hover {
  border-bottom: 4px solid #0677e4;
}

.menu_tab .tit li:last-child span {
  border: none;
}

.menu_tab .tit li span {
  padding-right: 20px;
  border-right: 1px solid #82bbf1;
}

.menu_tab .tit+.tabcont {
  display: block;
}

.icon_tab {
  width: 100%;
}

.icon_tab .icon {
  width: 100%;
  height: 150px;
  display: flex;
}

.icon_tab .icon li {
  display: inline-block;
  width: 145px;
  height: 140px;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-top: 110px;
  cursor: pointer;
}

.icon_tab .culture .icon1 {
  background: url(../images/activety1.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon2 {
  background: url(../images/activety2.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon3 {
  background: url(../images/activety3.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon4 {
  background: url(../images/activety4.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon5 {
  background: url(../images/activety5.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon6 {
  background: url(../images/activety6.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon7 {
  background: url(../images/activety7.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon8 {
  background: url(../images/activety8.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture .icon9 {
  background: url(../images/activety9.png) no-repeat center 20px;
  background-size: auto 88px;
  position: relative;
}

.icon_tab .culture .icon9 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon_tab .ich .icon1 {
  background: url(../images/ich1.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .ich .icon2 {
  background: url(../images/ich2.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .ich .icon3 {
  background: url(../images/ich3.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .ich .icon4 {
  background: url(../images/ich4.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .ich .icon5 {
  background: url(../images/ich5.png) no-repeat center 20px;
  background-size: auto 88px;
}

.icon_tab .culture li.active,
.icon_tab .ich li.active {
  font-weight: bold;
  color: #4ba6ff;
  background-position: center 14px;
  background-size: auto 100px;
  transition: all linear 0.2s;
}

.icon_tab .culture li:hover,
.icon_tab .ich li:hover {
  background-position: center 14px;
  background-size: auto 100px;
  transition: all linear 0.2s;
}

.icon_tab .icon+.tabcont {
  display: block;
}

.tabcont {
  display: none;
  width: 100%;
}

.list_time {
  width: 100%;
  font-family: "microsoft yahei";
}

.list_time li {
  margin: 13px 0;
  width: 100%;
  height: 100px;
  padding: 20px 10px;
  background: #f7fafd;
}

.list_time li:hover {
  background: #d3e2f1;
}

.list_time li .time {
  float: left;
  width: 60px;
  height: 60px;
  padding-top: 7px;
  text-align: center;
  border: 2px solid #0677e4;
}

.list_time li .time h4 {
  margin-bottom: 2px;
  font-size: 20px;
  color: #0677e4;
}

.list_time li .time span {
  font-size: 12px;
  color: #444;
}

.list_time li .text {
  margin-left: 75px;
}

.list_time li .text h4 {
  font-size: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_time li .text p {
  font-size: 12px;
  color: #666;
}

.activity_list {
  width: 100%;
  height: 320px;
}

.activity_list li {
  float: left;
  width: 280px;
  height: 100%;
  margin-right: 25px;
  box-shadow: 0 4px 4px #ccc;
  border-top: 1px solid #f4f5f6;
}

.activity_list.min li {
  width: 250px;
  height: 290px;
  margin-top: 30px;
  margin-right: 20px;
}

.activity_list li:nth-child(4) {
  margin-right: 0;
}

.activity_list.min li:nth-child(3) {
  margin-right: 0;
}

.activity_list li .img {
  margin-bottom: 3px;
  width: 100%;
  height: 202px;
}

.activity_list.min li .img {
  position: relative;
  height: 164px;
}

/* .activity_list.min li .img:after{content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: url(../images/video.png) no-repeat center; background-size: 50px auto; } */
.activity_list li h4 {
  padding: 10px 15px 5px;
  height: 60px;
  line-height: 1.5;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

.activity_list li p {
  font-size: 13px;
  color: #999;
  line-height: 1.6;
  padding: 0 15px;
}

.activity_list li:hover {
  opacity: 0.9;
  box-shadow: 0 6px 6px #999;
}

.three_left,
.three_center {
  float: left;
  margin-right: 35px;
  width: 376px;
  height: 460px;
}

.three_right {
  float: right;
  width: 376px;
  height: 460px;
}

.wrap_bm {
  margin-top: 19px;
  width: 100%;
  /*height: 150px;*/
  height: 68px;
  /* padding: 25px 10px 10px 10px; */
  text-align: center;
  background: url(../images/yybm_bg.png) no-repeat -8px center;
  display: flex;
  align-items: center;
}

.wrap_bm h4 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrap_bm p {
  width: 100%;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrap_bm .bm_btn {
  display: block;
  margin: 0 auto 0;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: url(../images/yybm_btn.png) no-repeat;
}

.wrap_bm .bm_btn:hover {
  opacity: 0.9;
}

.wrap_list {
  width: 100%;
}

.wrap_list.bor_dashed {
  padding-top: 10px;
}

.wrap_list.two,
.wrap_list.three {
  float: left;
}

.wrap_list li {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  background: url(../images/li.png) no-repeat left center;
}

.wrap_list.three li {
  float: left;
  width: 34%;
  padding-right: 50px;
}

.wrap_list.two li {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.wrap_list.three li:nth-child(3n) {
  width: 32%;
}

.wrap_list li a {
  float: left;
  width: 80%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}

.wrap_list.video li b {
  float: left;
  width: 32px;
  height: 100%;
  background: url(../images/video_min.png) no-repeat left 9px;
}

.wrap_list.w100 li {
  height: 39px;
}

.wrap_list.video li {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #c0c0c0;
}

.wrap_list.w100 li a {
  width: 100%;
}

.wrap_list li span {
  float: right;
  text-align: right;
  font-size: 13px;
  color: #999;
}

.wrap_list li:hover {
  color: #0677E4;
  background: url(../images/li_hover.png) no-repeat left center;
}

.bor_dashed li {
  border-bottom: 1px dashed #c0c0c0;
}

.index_list {
  margin-top: 30px;
  width: 100%;
  height: 362px;
  padding: 10px;
  box-shadow: 0 4px 4px #ccc;
  border-top: 1px solid #f4f5f6;
}

.index_list .img {
  float: left;
  width: 160px;
  height: 106px;
}

.index_list li .img,
.index_list li p {
  display: none;
}

.index_list h4 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #555;
  font-size: 15px;
  line-height: 2;
}

.index_list p {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

.index_list li:first-child {
  margin-bottom: 10px;
  height: 134px;
  padding: 10px 0 16px 0;
  border-bottom: 2px dashed #e1e1e1;
}

.index_list li:first-child h4 {
  color: #333;
  font-weight: bold;
}

.index_list li:first-child h4,
.index_list li:first-child p {
  margin-left: 170px;
}

.index_list li:first-child .img,
.index_list li:first-child p {
  display: block;
}

.index_list li:hover h4 {
  color: #0677e4;
}

.video_left {
  float: left;
  width: 590px;
  height: 390px;
}

.video_list.slide_img {
  margin-top: 20px;
  width: 100%;
  height: 304px;
}

.video_list .slides>li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  right: 0;
  background: url(../images/video.png) no-repeat center;
}

.video_right {
  float: right;
  width: 590px;
  height: 390px;
}

.img_time {
  width: 100%;
  height: 324px;
}

.img_time li {
  float: left;
  margin-top: 15px;
  width: 50%;
  height: 56px;
}

.img_time li .img {
  display: none;
  float: left;
  width: 280px;
  height: 100%;
}

.img_time li .text {
  height: 100%;
  padding-right: 15px;
}

.img_time li .text .time {
  margin-right: 10px;
  float: left;
  width: 70px;
  height: 56px;
  padding-top: 12px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  background: #0677e4;
}

.img_time li .text .time p {
  margin-bottom: 3px;
  font-size: 16px;
}

.img_time li .text h4 {
  line-height: 1.5s;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img_time li .text>p {
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}

.img_time li:first-child {
  margin-top: 20px;
  width: 100%;
  height: 160px;
}

.img_time li:first-child .img {
  display: block;
}

.img_time li:first-child .time {
  display: none;
}

.img_time li:first-child .text {
  width: auto;
  padding-top: 10px;
  margin-left: 300px;
}

.img_time li:first-child .text h4 {
  font-size: 18px;
  margin: 15px 0;
}

.img_time li:hover .text h4 {
  color: #0677E4;
}

.long_left {
  float: left;
  width: 790px;
  height: 400px;
}

.long_right {
  float: right;
  width: 380px;
  height: 400px;
}

.long_right .time_list {
  padding-top: 22px;
}

.time_list li {
  margin: 9px 0;
  width: 100%;
  height: 66px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.time_list li .time {
  margin-right: 10px;
  float: left;
  width: 70px;
  height: 56px;
  padding-top: 12px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  background: #0677e4;
}

.time_list li .time p {
  margin-bottom: 3px;
  font-size: 16px;
}

.time_list li h4 {
  line-height: 1.5s;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.time_list li a>p {
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}

.time_list li:hover h4 {
  color: #0677E4;
}

.friend_link {
  width: 100%;
  padding: 50px 0 0;
  position: relative;
}

.link_list {
  width: 200%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.tempWrap {
  width: 100% !important;
}

.friend_link a {
  margin-bottom: 30px;
  margin-right: 62px;
  width: 252px;
}

/* .friend_link a:nth-child(4n){ margin-right: 0;} */
.list_left {
  float: left;
  width: 100%;
  min-height: 600px;
}

.list_right {
  float: right;
  width: 340px;
}

.list_img {
  width: 100%;
}

.list_img.three {
  float: left;
  margin-bottom: 5px;
}

.list_img li {
  margin-top: 15px;
  width: 100%;
  height: 76px;
  display: table;
}

.list_img.three li {
  float: left;
  width: 34%;
  padding-right: 40px;
}

.list_img.three li:nth-child(3n) {
  width: 32%;
}

.list_img .img {
  display: table-cell;
  width: 116px;
  height: 76px;
}

.list_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_img p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  text-align: justify;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

.list_img li:hover p {
  color: #0677E4;
}

.wrap_list_img {
  float: left;
  width: 100%;
}

.wrap_list_img li {
  float: left;
  margin-bottom: 30px;
  width: 50%;
  height: 144px;
  padding-right: 25px;
}

.wrap_list_img li .img {
  float: left;
  width: 216px;
  height: 100%;
}

.wrap_list_img li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap_list_img li .text {
  margin-left: 236px;
}

.wrap_list_img li .text h4 {
  margin-bottom: 10px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
}

.wrap_list_img li .text p {
  height: 83px;
  font-size: 14px;
  color: #888;
  line-height: 2;
  overflow: hidden;
}

.wrap_list_img li:hover .text h4 {
  color: #0677E4;
}

.list_content {
  display: table;
  width: 1200px;
  min-height: 600px;
  margin: auto;
  padding: 30px 0;
}

.list_content .main_cont {
  display: table-cell;
  background: #fff;
  box-shadow: 0 0 8px #bbb;
  border-radius: 6px;
}

.list_nav {
  display: table-cell;
  vertical-align: top;
}

.list_nav li {
  margin-right: 20px;
  width: 200px;
  padding: 15px 0;
  /* height: 64px; */
  text-align: center;
  /* line-height: 66px; */
  background: #fff;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 6px #bbb;
}

.list_nav li a {
  display: block;
}

.list_nav li.current,
.list_nav li.current:hover {
  background: #4ba6ff url(../images/white.png) no-repeat 170px center;
  color: #fff;
}

.list_nav li:hover {
  background: #4ba6ff;
  color: #fff;
}

.article {
  width: 100%;
}

.article .top {
  padding: 30px 0;
  text-align: center;
}

.article .top h4 {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 24px;
}

.article .top p {
  font-size: 15px;
  color: #999;
}

.article .top p span {
  margin: 0 20px;
}

.article .cont {
  padding: 0 60px;
}

.article .cont,
.article .cont p {
  text-indent: 2em;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

.article .cont img {
  max-width: 100%;
  display: block;
  margin: auto;
  width: auto !important;
}

.article .cont p {
  margin: 15px 0;
}

/* .window_fixed {
  position: fixed;
  top: 550px;
  left: 50%;
  margin-left: 615px;
} */

.window_fixed {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.window_fixed img {
  display: block;
  margin-bottom: 15px;
  max-width: 150px;
}

.back_top {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  margin-left: 645px;
  width: 60px;
  height: 60px;
  background: url(../images/back_top.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.back_top:hover {
  opacity: 0.85;
}

.jj_cont {
  width: 100%;
}

.jj_cont img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  max-width: 100%;
}

/* 公共样式 */
.flex-viewport,
.flex-viewport ul,
.flex-viewport li {
  height: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.slide_img.min .flex-control-nav {
  display: none;
}

.flex-control-nav {
  right: 20px;
  bottom: 20px;
  width: auto;
}

.flex-control-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.flex-control-paging li a {
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.flex-control-paging li a.flex-active {
  background: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  opacity: 1;
}

.wrap_page {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.wrap_page li {
  margin-bottom: 10px;
  display: inline-block;
}

.wrap_page li.thisclass {
  padding: 5px 11px;
  font-size: 14px;
  color: #fff;
  background: #0677E4;
  border: 1px solid #0677E4;
}

.wrap_page li .pageinfo {
  margin-left: 12px;
}

.wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #0677E4;
}

.wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}

.wrap_page a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 11px;
  text-align: center;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ccc;
}

.wrap_page a:hover,
.wrap_page a.active {
  border: 1px solid #0677E4;
  padding: 4px 11px;
  font-size: 14px;
  color: #888;
}

.wrap_page span {
  color: #666;
  font-size: 14px;
}

.wrap_page span label {
  margin: 0 5px;
  color: #0677E4;
}

.wrap_page td {
  min-width: 40px;
  width: auto;
}

.wrap_page input[name="PageNo"],
.wrap_page input[name="plistgo"] {
  margin-right: 5px;
  width: 50px !important;
  height: 31px !important;
  text-align: center;
  border: 1px solid #ccc;
}

.wrap_page td b {
  margin: 0 5px;
  color: red;
}

/* pc端 */
@media only screen and (min-width:640px) {

  html,
  body {
    min-width: 1220px;
    position: relative;
  }

  .pc_bg {
    background: #efefef;
  }
}

/* 移动端 */
@media only screen and (max-width:640px) {

  a,
  input,
  select,
  textarea,
  area,
  button {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  input::-webkit-input-placeholder {
    color: #999;
  }

  input:focus::-webkit-input-placeholder {
    color: #999;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  textarea {
    overflow: auto;
    resize: none;
  }

  html,
  body {
    width: 100%;
  }

  html {
    font-size: 100px;
    font-size: calc(100vw/3.75);
  }

  body {
    min-width: 100%;
    font-size: 0.16rem;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .container {
    width: 100%;
  }

  .header {
    display: none;
    height: auto;
  }

  .footer {
    float: left;
    height: auto;
    padding: 0.1rem 0;
    width: 100%;
    background: #f5f5f5;
  }

  .footer .right {
    display: none;
  }

  .footer .left p {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
    padding-left: 0.8rem;
  }

  .footer .left .address {
    background-position: 0.4rem center;
    background-size: 0.2rem auto;
  }

  .footer .left .tel {
    background-position: 0.4rem center;
    background-size: 0.2rem auto;
  }

  .footer .left .email {
    background-position: 0.4rem center;
    background-size: 0.2rem auto;
  }

  .header .logo {
    display: none;
  }

  .header .main_nav {
    float: none;
    display: flex;
    flex-wrap: wrap;
  }

  .header .main_nav li {
    float: none;
    width: 25%;
    padding: 0.1rem 0;
    text-align: center;
    height: auto;
    border-bottom: 2px solid #98bdf8;
  }

  .header .main_nav li a {
    display: block;
    height: 0.24rem;
    padding-top: 5px;
    font-size: 0.12rem;
    font-weight: 800;
    color: #0758a4;
    line-height: 1;
    border-right: 1px solid #a3c3c8;
  }

  .header .main_nav li span {
    display: none;
  }

  .list_content {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .list_content .list_nav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 100%;
    overflow-x: auto;
    background: url(../images/vaccinum.navbg.png) repeat-x;
  }

  .list_content .list_nav li {
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 24%;
    height: 42px;
    font-size: 0.12rem;
    color: #333;
    line-height: 1;
    padding: 0 10px;
    background: none;
    box-shadow: none;
  }

  .list_content .list_nav li.current {
    color: #1976d2;
    font-weight: bold;
  }

  .list_content .list_nav li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #ddd;
  }

  .list_content .list_nav li:last-child:after {
    display: none;
  }

  .list_content .main_cont {
    display: block;
    width: 100%;
    padding: 10px;
    box-shadow: none;
  }

  .wrap_list li a {
    width: 100%;
  }

  .wrap_list li span {
    display: none;
  }

  .wrap_page li.thisclass {
    margin: 0 3px;
    padding: 0 7px;
  }

  .wrap_page a {
    margin: 0 3px;
    padding: 0 7px;
    font-size: 12px;
  }

  .wrap_list_img {
    padding-top: 10px;
  }

  .wrap_list_img li {
    width: 100%;
    padding-bottom: 10px;
    height: 82px;
    border-bottom: 1px dashed #ddd;
  }

  .wrap_list_img li .img {
    width: 108px;
    height: 100%;
  }

  .wrap_list_img li .text {
    margin-left: 120px;
  }

  .wrap_list_img li .text h4 {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wrap_list_img li .text p {
    line-height: 1.4;
    height: 38px;
  }

  .main_cont.article_cont {
    margin: 0;
    width: 100%;
    padding: 10px;
    box-shadow: none;
  }

  .article .top {
    padding: 10px 0;
  }

  .article .top h4 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .article .top p {
    font-size: 12px;
  }

  .article .cont {
    padding: 0 10px;
  }

  .article .cont img {
    height: auto !important;
  }

  .article .cont iframe {
    display: block;
    margin: auto;
    height: 2.5rem;
  }

}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  /*inset后 第一个0表示：阴影水平偏移值（可取正负值）；第二个0：阴影垂直偏移值（可取正负值）；1px：阴影模糊值（越小表示越清晰）；rgba(0,0,0,0.3)：阴影颜色；*/
  border-radius: 100px;
  opacity: 0;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #D8D8D8;
}
