@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: PingFangSC-Medium, PingFangSC, "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  min-width: 1480px;
  background: #FFF9F5;
}

div {
  margin: 0 auto;
}

li {
  text-align: left;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1020 {
  width: 1020px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.w940 {
  width: 940px;
}

.w322 {
  width: 322px;
}

ul.list_18 {
  overflow: hidden;
}

ul.list_18 li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/dot0.png) 0px center no-repeat;
  padding-left: 16px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/dot0.png) 0px center no-repeat;
  padding-left: 10px;
  line-height: 42px;
}

.list_16 li a:hover {
  color: #c00;
}

.list_16no li {
  background: none;
  padding-left: 0;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1000 {
  width: 1000px;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
.main_bg {
  min-width: 1280px;
  height: 2173px;
  height: 1991px;
  background: url(../images/body_main_bg2025.jpg) center top no-repeat;
}

/*header*/
/*banner_top*/
.banner_top {
  width: 100%;
  height: 518px;
  overflow: hidden;
}

.banner_top div.w1000 {
  width: 1000px;
  height: 518px;
  position: relative;
}

.banner_top div.video_box {
  margin-top: 557px;
  width: 768px;
  height: 433px;
  overflow: hidden;
}

.banner_top div.video_box video {
  width: 768px;
  height: 433px;
}

.banner_top2 {
  width: 100%;
  height: 510px;
  background: url(../images/body_main_bg2025.jpg) center top no-repeat;
  overflow: hidden;
}

/*nav*/
/*headLine*/
/*comTitle*/
.comTitle {
  width: 100%;
  height: 79px;
  margin-bottom: 30px;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.comTitle a {
  display: inline-block;
  width: 100%;
  height: 79px;
}

.comTitle1 {
  background: url(../images/p1_title.png) top center no-repeat;
}

.comTitle2 {
  background: url(../images/p2_title.png) top center no-repeat;
}

.comTitle3 {
  background: url(../images/p3_title.png) top center no-repeat;
}

.comTitle4 {
  background: url(../images/p4_title.png) top center no-repeat;
}

/*focus_con*/
.focus_con {
  width: 1228px;
  height: 603px;
  margin: 0 auto;
  position: relative;
}

.focus_con .prev-focus, .focus_con .next-focus {
  display: block;
  display: none;
  width: 76px;
  height: 76px;
  background: url(../images/focus_btn_left.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 220px;
  left: 80px;
}

.focus_con .next-focus {
  background: url(../images/focus_btn_right.png) center center no-repeat;
  left: auto;
  right: 90px;
}

.swiper-container-focus {
  width: 852px;
  height: 540px;
  margin: 34px auto 0;
  overflow: hidden;
  position: relative;
}

.swiper-container-focus .swiper-slide {
  width: 852px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  /*img{
            -webkit-transition: all 1.5s;
            transition: all 1.5s;
            &:hover{
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
        }*/
}

.swiper-container-focus .swiper-slide div.box {
  width: 852px;
  height: 540px;
}

.swiper-container-focus .swiper-slide img {
  width: 852px;
  height: 480px;
}

.swiper-container-focus .swiper-slide p {
  margin: 10px auto 0;
  line-height: 40px;
  font-size: 28px;
  font-family: FZLanTingHei-DB-GBK,PingFang SC;
  font-weight: 400;
  color: #222222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-container-focus .swiper-pagination {
  width: 100%;
  height: 12px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  text-align: right;
}

.swiper-container-focus .swiper-pagination span.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  background: #fff;
}

.swiper-container-focus .swiper-pagination span.swiper-active-switch {
  background: none;
  border: 1px solid #fff;
}

/*p1*/
.p1_con {
  width: 100%;
  height: auto;
  margin: 24px auto 0;
  position: relative;
}

.p1_con .title {
  width: 100%;
  height: 100px;
  font-size: 28px;
  font-family: FZSuXinShiYiBiao-R-GB;
  font-weight: 400;
  color: #BD1D21;
  text-align: center;
}

.p1_con .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.p1_con div.swiper_con {
  position: relative;
  width: 1065px;
  height: 460px;
  margin-top: 30px;
}

.p1_con div.swiper-container-haibao {
  width: 1065px;
  height: 470px;
  overflow: hidden;
  position: relative;
}

.p1_con div.swiper-container-haibao .swiper-slide {
  width: 355px;
  height: 470px;
  text-align: center;
}

.p1_con div.swiper-container-haibao .swiper-slide img {
  width: 312px;
  height: 455px;
  border: 6px solid #fff;
}

/*p2*/
.p2_con {
  width: 100%;
  height: 431px;
  background: url(../images/p2_bg.png) top center no-repeat;
}

.p2_con .title {
  margin-top: 47px;
  width: 100%;
  height: 28px;
  font-size: 28px;
  font-family: FZSuXinShiYiBiao-R-GB;
  font-weight: 400;
  color: #BD1D21;
  text-align: center;
}

.p2_con div.list_box {
  width: 600px;
  margin-top: 38px;
}

.p2_con div.list_box ul li {
  font-size: 16px;
  line-height: 53px;
  font-family: SimHei;
  font-weight: 400;
  color: #2C2A2A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*p3*/
.p3_con {
  width: 100%;
  height: 606px;
  background: url(../images/p3_bg.png) bottom center no-repeat;
  overflow: hidden;
}

.p3_con .title {
  margin-top: 0px;
  width: 100%;
  height: 67px;
  padding: 38px 0;
  background: url(../images/p3_title.png) center center no-repeat;
  font-size: 28px;
  font-family: FZSuXinShiYiBiao-R-GB;
  font-weight: 400;
  color: #BD1D21;
  text-align: center;
  vertical-align: middle;
}

.p3_con .title a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  vertical-align: middle;
}

.p3_con .title img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 20px;
}

.p3_con .round_box {
  width: 1000px;
  height: 412px;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
}

.p3_con .round_box div.prev-btn {
  display: block;
  width: 140px;
  height: 410px;
  background: url(../images/p3_btn_left.png) 80px center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.p3_con .round_box div.next-btn {
  display: block;
  width: 140px;
  height: 410px;
  background: url(../images/p3_btn_right.png) 30px center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.p3_con .round_box .roundabout_box {
  width: 960px;
  height: 412px;
  margin: 0px auto 0px auto;
}

.p3_con .round_box .roundabout_box ul.roundabout-holder {
  width: 330px;
  height: 412px;
  margin: 0 auto;
}

.p3_con .round_box .roundabout_box ul.roundabout-holder li {
  margin: 0;
  position: relative;
}

.p3_con .round_box .roundabout_box ul.roundabout-holder li span {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/box-kuai.png) center center repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  text-indent: 2em;
  color: #ffffff;
}

.p3_con .round_box .roundabout_box img {
  width: 100%;
}

.p3_con .round_box .roundabout_box a {
  outline: none;
  text-decoration: none;
}

.p3_con .round_box .roundabout-moveable-item {
  font-size: 12px !important;
  width: 730px;
  height: 412px;
  cursor: pointer;
}

.p3_con .round_box .roundabout-moveable-item img {
  width: 100%;
  height: 100%;
}

/*swiper*/
.swiper-container-main {
  width: 580px;
  height: 336px;
  overflow: hidden;
  position: relative;
}

.swiper-container-main div.swiper-slide div.box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container-main div.swiper-slide div.box img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container-main div.swiper-slide div.box p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: PingFangSC-Regular,PingFangSC,Microsoft YaHei;
  text-align: left;
  z-index: 3;
  width: 96%;
  height: 24px;
  padding: 10px 2% 26px;
  background: url(../images/box-kuai.png) repeat;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.swiper-container-main div.swiper-slide div.box p a {
  color: #fff;
}

.swiper-container-main div.swiper-slide div.box em {
  background: url(../images/box-kuai.png) repeat;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  z-index: 1;
}

.swiper-container-main .swiper-pagination-main {
  position: absolute;
  width: 98%;
  height: 10px;
  bottom: 10px;
  left: 2%;
}

.swiper-container-main .swiper-pagination-main span {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.swiper-container-main .swiper-pagination-main span i {
  display: inline-block;
  width: 20px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  filter: alpha(opacity=30);
  opacity: .3;
  margin-top: 5px;
}

.swiper-container-main .swiper-pagination-main span.swiper-active-switch i {
  filter: alpha(opacity=100);
  opacity: 1;
}

.swiperPicCon01 {
  width: 1000px;
  height: 170px;
  position: relative;
  margin-top: 20px;
}

.swiperPicCon01 .prev-pic01, .swiperPicCon01 .next-pic01 {
  width: 28px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  top: 32px;
  left: -48px;
  z-index: 10;
  background: url(../images/arrLeft.png) center center no-repeat;
}

.swiperPicCon01 .next-pic01 {
  left: auto;
  right: -48px;
  background: url(../images/arrRight.png) center center no-repeat;
}

.swiperPicCon01 .overBox {
  width: 1000px;
  overflow: hidden;
}

.swiper-container-pic01 {
  position: relative;
  width: 1020px;
  height: 170px;
  margin-left: 0;
  overflow: hidden;
}

.swiper-container-pic01 .swiper-slide div.box {
  width: 184px;
  float: left;
  overflow: hidden;
  position: relative;
}

.swiper-container-pic01 .swiper-slide div.box p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-family: Microsoft Yahei;
  text-align: center;
}

.swiper-container-pic01 .swiper-pagination-pic {
  display: none;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 30px;
  text-align: center;
}

.swiper-container-pic01 .swiper-pagination-pic span.swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  margin: 0 3px;
  cursor: pointer;
  background: #DCDCDC;
}

.swiper-container-pic01 .swiper-pagination-pic span.swiper-active-switch {
  background: #F494B5;
}

.swiperPicCon02 {
  width: 1000px;
  height: 300px;
  position: relative;
  margin-top: 20px;
}

.swiperPicCon02 .prev-pic02, .swiperPicCon02 .next-pic02 {
  width: 28px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  top: 85px;
  left: -48px;
  z-index: 10;
  background: url(../images/arrLeft.png) center center no-repeat;
}

.swiperPicCon02 .next-pic02 {
  left: auto;
  right: -48px;
  background: url(../images/arrRight.png) center center no-repeat;
}

.swiperPicCon02 .overBox {
  width: 1000px;
  overflow: hidden;
}

.swiper-container-pic02 {
  position: relative;
  width: 1020px;
  height: 300px;
  margin-left: 0;
  overflow: hidden;
}

.swiper-container-pic02 .swiper-slide div.box {
  width: 184px;
  float: left;
  overflow: hidden;
  position: relative;
}

.swiper-container-pic02 .swiper-slide div.box p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-family: Microsoft Yahei;
  text-align: center;
}

.swiper-container-pic02 .swiper-pagination-pic {
  display: none;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 30px;
  text-align: center;
}

.swiper-container-pic02 .swiper-pagination-pic span.swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  margin: 0 3px;
  cursor: pointer;
  background: #DCDCDC;
}

.swiper-container-pic02 .swiper-pagination-pic span.swiper-active-switch {
  background: #F494B5;
}

/*list_container*/
.list_container {
  width: 100%;
  height: auto;
}

.list_container ul.list_16 {
  width: 70%;
  margin: 0 auto;
}

.list_container ul.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/dot_red.jpg) 0px center no-repeat;
  padding-left: 10px;
  line-height: 42px;
}

.list_container ul.imglist1 {
  margin-right: -10px;
  overflow: hidden;
}

.list_container ul.imglist1 li {
  width: 320px;
  height: 520px;
  height: 280px;
  border: 1px solid #fff;
  background: #ffffff;
  float: left;
  margin: 10px 0 10px 10px;
  overflow: hidden;
  display: block;
}

.list_container ul.imglist1 li a {
  text-decoration: none;
}

.list_container ul.imglist1 li span {
  display: block;
  width: 320px;
  height: 480px;
  height: 240px;
  overflow: hidden;
}

.list_container ul.imglist1 li img {
  display: block;
  width: 320px;
  height: auto;
}

.list_container ul.imglist1 li p {
  direction: inherit;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Mircosoft Yahei";
  text-align: center;
  padding: 10px;
}

.list_container ul.imglist1 li:hover {
  border: 1px solid #F00;
}

.detail_container {
  width: 100%;
  height: auto;
}

/* footer */
.bottom {
  display: block;
  /* background: #e2e1e1;
  margin-top: 20px; */
}

.lianjie {
  display: none;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}

.lianjie .tit {
  width: 12%;
  float: left;
  overflow: hidden;
  height: 46px;
}

.tit h2 {
  float: left;
  font-size: 18px;
  color: #cc3300;
  line-height: 50px;
  padding-right: 1px;
  width: 118px;
}

.lj_pic img {
  display: block;
  float: left;
  margin: 0 8px;
}

.lj_pic span {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.ewm01 {
  cursor: pointer;
}

.copyright {
  width: 100%;
  height: auto;
  background: #EACCA7;
  box-shadow: 0px 11px 38px 0px rgba(161, 46, 15, 0.27);
  font-size: 14px;
  line-height: 180%;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  clear: both;
}

/*navPath*/
.navpath {
  margin: 20px auto;
  font-size: 14px;
  color: #333;
}

.navpath a {
  color: #333;
  padding: 0 5px;
}

/*listNews*/
.list2j {
  width: 1000px;
  margin: 20px auto;
}

.list2j ul.list_16 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list2j ul.list_16 li {
  background: url(../images/dot0.png) no-repeat 0px center;
  height: 36px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.list2j ul.list_16 li a {
  display: inline-block;
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list2j ul.list_16 li em {
  float: right;
  color: #a0a0a0;
  font-style: normal;
  font-size: 14px;
}

.list2j div.dotLine {
  font-family: Consolas, Monaco, monospace;
  height: 2px;
  border-top: 1px dashed #d88e8e;
  margin: 10px auto;
}

/*listNews*/
.listNews {
  margin-top: -25px;
  margin-bottom: 10px;
}

.listNews div.box {
  border-bottom: 1px solid #d5d5d5;
  padding: 25px 0;
}

.listNews div.box img {
  float: left;
  width: 240px;
  height: 160px;
  margin-top: 5px;
  margin-right: 35px;
}

.listNews div.box strong {
  font-size: 20px;
  line-height: 160%;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
}

.listNews div.box p {
  font-size: 14px;
  line-height: 34px;
  color: #999999;
}

.listNews div.box p a {
  color: #999999;
}

.listNews div.box p.time {
  text-align: left;
}

.page_n {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.page_n a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-family: PingFangSC-Regular,PingFang SC;
  background: #f7f6f3;
  border: 1px solid #dddad2;
  border-radius: 4px;
  color: #595959;
  padding: 10px 15px;
  margin: 0 0 0 8px;
  overflow: hidden;
}

.page_n a.common_current_page, .page_n a:hover {
  background: #cc3333;
  border: 1px solid #BF1717;
  color: #fff;
  text-decoration: none;
}

/*稿件*/
.bgerji02 {
  background: #fff;
}

.ej_xxgk {
  width: 1000px;
  overflow: hidden;
  padding-top: 15px;
}

.ej_xxgk .xxgk_c {
  margin: 0 auto;
}

.ej_xxgk .xxgk_c h3.pre {
  font-size: 20px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 28px;
  font-weight: 400;
  width: auto;
  padding: 0 10%;
  margin: 0 auto;
}

.ej_xxgk .xxgk_c h1 {
  font-size: 28px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 36px;
  padding: 10px 0;
  font-weight: 700;
}

.ej_xxgk .xxgk_c h4.sub {
  font-size: 20px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 28px;
  font-weight: 400;
  width: auto;
  padding: 0 10%;
  margin: 0 auto 15px;
}

.ej_xxgk .xxgk_c p.author {
  font-size: 16px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 22px;
  font-weight: normal;
  width: auto;
  margin: 0 auto 10px;
  color: #666;
  text-indent: 0em;
}

.ej_xxgk .xxgk_c .laiyuan {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #d3d3d3;
  color: #666;
  padding-bottom: 10px;
  width: 80%;
}

.ej_xxgk .xxgk_c .laiyuan i {
  margin: auto 5px;
  cursor: pointer;
  font-style: 400;
}

.ej_xxgk .xxgk_c .laiyuan i.setFontRed {
  color: #cc3300;
  font-weight: bold;
  font-size: 15px;
}

.ej_xxgk .xxgk_c .laiyuan i i img {
  margin-left: 10px;
}

.ej_xxgk .xxgk_c .laiyuan .fl {
  float: none;
  display: block;
  text-align: center;
}

.ej_xxgk .xxgk_c #wb_content {
  margin-top: 20px;
}

.ej_xxgk .xxgk_c p {
  width: 75%;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #000;
  line-height: 170%;
  margin: 0 auto 25px;
}

.ej_xxgk .xxgk_c ul.list_16 {
  width: 66%;
  margin: 20px auto;
}

.ej_xxgk .xxgk_c table.pci_c {
  width: 700px;
  margin: 0 auto;
}

.text_video {
  width: 1000px;
  height: 560px;
  margin-top: 25px;
}

#videoplayerdiv,
#pvpShowDiv {
  height: 560px;
}

#player {
  height: 560px;
}

/*20210906 pagebar*/
/*pagebar*/
.pagebar {
  text-align: center;
  margin: 50px auto 10px;
  font-family: SimSun;
}

.pageBtnWrap a,
.pagebar a,
.pagebar .jumpbtn,
.pagebar input {
  border: 1px solid #dddddd;
  color: #666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 2px;
  border-radius: 6px;
}

.pageBtnWrap .curr,
.pagebar .pagecount.curr {
  background: #bb5e05;
  border-color: #bb5e05;
  color: #fff;
  border: 1px solid #dddddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 2px;
  border-radius: 6px;
}

.pageBtnWrap :first-child,
.pagebar .prev,
.pagebar .next,
.pagebar .jumpbtn {
  width: auto;
  padding: 0 10px;
}

.pageBtnWrap :last-child {
  width: auto;
  padding: 0 10px;
}

.totalText {
  margin: 0 10px;
  line-height: 30px;
}

.totalText span {
  margin: 0 2px;
}

.goPageBox {
  margin: 0 10px;
  line-height: 30px;
  position: relative;
  padding-right: 65px;
}

.goPageBox input {
  border: 1px solid #dddddd;
  height: 30px;
  line-height: 28px;
  text-align: center;
  margin: 0 5px;
  width: 30px;
}

.goPageBox #kkpager_btn_go {
  display: block !important;
  left: initial !important;
  width: auto;
  background: #fff;
  position: absolute;
  right: 0;
  top: -4px;
  padding: 0 10px;
}

.pagebar input {
  top: -1px;
  position: relative;
}

.pagebar div {
  text-align: center;
}

.pagebar span.pagebardot {
  display: inline-block;
  height: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #DDDDDD;
}

.pageBtnWrap {
  display: block;
  text-align: center;
  margin: 50px auto 10px;
}

.pageBtnWrap span.disabled {
  border: 1px solid #dddddd;
  color: #666;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 2px;
  border-radius: 6px;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  body {
    min-width: 1480px;
  }
}
