* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "microsoft yahei";
  font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
  color: #333;
  text-align: center;
  background: #fff;
  /* background: url(../images/banner@2x.jpg) #fff center top no-repeat; */
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

input {
  border: 0;
  outline: none;
}

div {
  text-align: left;
  font: normal 14px/180% \5FAE\8F6F\96C5\9ED1;
}

a,
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

em {
  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;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.list_14 li {
  background: url(images/dot.gif) no-repeat 0 12px;
  padding-left: 12px;
  font-size: 14px;
}

.list_12 li {
  background: url(images/dot.gif) no-repeat 0 8px;
  padding-left: 12px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
  color: #666;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
}

.content {
  width: 100%;
  margin: 0 auto;
}

.m-content {
  background-color: #fff;
  width: 100%;
  margin: 0px auto 30px;
  padding: 40px;
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-2ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.header-con {
  height: 950px;
  background: url(../images/header_top_bg.png) center no-repeat;
  background-size: 100% 950px;
  text-align: center;
}

.header-con .top-logo24 {
  margin-top: 30px;
  margin-bottom: 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-con .top-logo24 img {
  max-width: 100%;
}

.header-con .backHome-top {
  width: 144px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.header-con .top-txt {
  margin-bottom: 47px;
}
.header-con .top-txt img {
  display: block;
  margin: 0 auto;
}

.introductionPart {
  margin-top: -308px;
  text-indent: 2em;
  height: 483px;
  background: url(../images/daoyu_bg.png) center top no-repeat;
  font-weight: bold;
  font-size: 30px;
  color: #0546b1;
  line-height: 60px;
  text-align: left;
  /* box-shadow: 0px 0px 10px 0px rgba(218,218,218,0.4); */
}
.introductionPart p {
  font-size: 30px;
  line-height: 60px;
  color: #0546b1;
  padding-top: 110px;
  padding-right: 40px;
  padding-left: 90px;
  text-align: justify;
}

.partContent {
  /* margin-bottom: 140px; */
  clear: both;
}
.partContent .part-title {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partContent .part-title img {
  position: absolute;
  left: 0;
  top: 0;
}
.partContent .part-title a {
  overflow: hidden;
}

.partContent .part-title h2 {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(180deg, #0abce0 0%, #097df0 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.partContent .part-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 570px;
  height: 100px;
  background: url(../images/title_left_img.png) right center no-repeat;
}

.partContent .part-title h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 570px;
  height: 100px;
  background: url(../images/title_right_img.png) left center no-repeat;
}

.partContent .part-title h2.laster::before,
.partContent .part-title h2.laster::after {
  width: 500px;
}

.workProgress {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.workProgress .boxL {
  width: 620px;
}
.workProgress .boxR {
  width: 546px;
}

.single-item .sli-qybox img {
  width: 620px;
  height: 348px;
}
.single-item .sli-qy {
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background: url(../images/slick_text-bg1.png) bottom repeat-x;
}
.single-item .sli-qy a {
  padding: 0 20px;
  color: #fff;
  width: 85%;
  line-height: 70px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}

.single-item .slick-dots {
  bottom: 25px;
  width: auto;
  right: 18px;
  position: absolute;
}
.single-item .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
}
.single-item .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.single-item .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background: #0665dd;
}
.single-item .slick-prev {
  width: 44px;
  height: 44px;
  left: 2px;
  transform: rotate(180deg);
  background: url(../images/hover.png) center center no-repeat;
}
.single-item .slick-prev:hover {
  transform: rotate(0deg);
  background: url(../images/hoveron.png) center center no-repeat;
}
.single-item .slick-next {
  right: 2px;
  width: 44px;
  height: 44px;
  background: url(../images/hover.png) center center no-repeat;
}
.single-item .slick-next:hover {
  transform: rotate(180deg);
  background: url(../images/hoveron.png) center center no-repeat;
}

.govHeader-txt {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3f3ff;
}
.govHeader-txt a {
  height: 60px;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  color: #07070d;
  line-height: 30px;
  margin-bottom: 15px;
}
.govHeader-txt a:hover {
  color: #016ad5;
}
.govHeader-txt p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  padding: 0 15px;
}

.govlist {
  margin-bottom: 40px;
}
.govlist ul {
  margin-top: 20px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 30px;
}

.govlist li {
  list-style: none;
  line-height: 20px;
  margin-top: 30px;
  font-size: 18px;
  font-family: "Microsoft YaHei", arial;
  white-space: nowrap;
  overflow: hidden;
}
.govlist li a {
  text-decoration: none;
  color: #222;
  float: left;
  width: calc(100% - 100px);
  display: block;
  padding-left: 33px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.govlist li a::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 14px;
  background: url(../images/ico_li_img.png) no-repeat;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.govlist li span {
  float: right;
  font-size: 16px;
  text-align: right;
  width: 80px;
  color: #999999;
}
.govlist li:hover a,
.govlist li:hover span {
  color: #016ad5;
}

.partContent .more {
  text-align: right;
  margin-bottom: 10px;
}
.partContent .more a {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 36px;
  transition: all 0.3s ease;
}
.partContent .more a:hover {
  transform: translateX(5px);
}

.govPolicy {
  margin-bottom: 40px;
}
.govPolicy dl {
  display: flex;
}
.govPolicy dt {
  display: flex;
  align-items: center;
  width: 90px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  background: #72aaec;
  border-radius: 20px 0px 0px 20px;
}
.govPolicy dd {
  width: calc(100% - 90px);
  padding: 20px 0;
  background: #e5f2ff;
  border-radius: 0px 20px 20px 0px;
}
.govPolicy dd a {
  float: left;
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 30px);
  height: 100px;
  margin: 15px;
  padding: 0 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(137, 186, 244, 0.4);
  transition: all 0.3s ease;
}
.govPolicy dd a:hover {
  color: #016ad5;
  transform: translateY(-5px);
}

.interpret-items {
  padding-left: 30px;
}
.interpret-items a {
  display: block;
  width: 358px;
  height: 233px;
  position: relative;
}
.interpret-items a img {
  width: 358px;
  height: 233px;
}
.interpret-items a span {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.interpret-items .slick-prev {
  width: 19px;
  height: 40px;
  left: 2px;
  background: url(../images/ico_arrow-l.png) center center no-repeat;
}
.interpret-items .slick-next {
  right: 2px;
  width: 19px;
  height: 40px;
  background: url(../images/ico_arrow-r.png) center center no-repeat;
}

.news_list4 {
  box-sizing: border-box;
  overflow: hidden;
}
.news_list4 li {
  margin-bottom: 20px;
  padding: 20px 30px;
  width: calc(50% - 10px);
  float: left;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  position: relative;
}
.news_list4 li:nth-child(2n) {
  float: right;
}
.news_list4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #0073cc;
  border-radius: 4px;
}
.news_list4 li a {
  display: block;
  margin-bottom: 13px;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
}

.news_list4 li a:hover {
  color: #1264c5;
  transform: translateX(5px);
}
.news_list4 li p {
  font-size: 16px;
  line-height: 21px;
  color: #999;
}

.part7 {
  margin-bottom: 44px;
}

.part8 {
  height: 480px;
  margin-bottom: 0;
  padding-top: 80px;
  background: url(../images/sector_bg_08.png) center top no-repeat;
}

.city-list li {
  float: left;
  width: 285px;
  height: 90px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url(../images/ico_city_xc_bg.png) no-repeat;
  transition: all 0.3s ease;
}
.city-list li:nth-child(4n) {
  margin-right: 0;
}
.city-list li:hover {
  background: url(../images/ico_city_xc_bg_hover.png) no-repeat;
}
.city-list li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  text-shadow: 0px 1px 5px rgba(28, 74, 118, 0.4);
}

.wb-wx-links a {
  color: #fff;
}

.catid li {
  float: left;
  width: calc((100% / 4) - 15px);
  height: 80px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 8px;
  /* background: url(../images/ico_li_img.png) #f3f7fd 20px center no-repeat; */
  background: #fff;
  border: 1px solid #98bffd;
}

.catid li:nth-child(4n) {
  margin-right: 0;
}

.catid li a {
  position: relative;
  line-height: 64px;
  font-size: 20px;
  color: #2769b6;
  display: block;
  box-sizing: border-box;
  padding: 0 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  background: #e5f1ff;
}
.catid li a::after {
  display: none;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 14px;
  background: url(../images/ico_li_img_r.png) right no-repeat;
  transition: all 0.3s;
}

.catid li a:hover {
  font-weight: bold;
  color: #006bac;
}
.catid li a:hover::after {
  transform: translate(5px, -50%);
}

.catid2 li {
  width: calc((100% / 2) - 10px);
}
.catid2 li:nth-child(2n) {
  margin-right: 0;
}

.part2 {
  margin-bottom: 35px;
}
.foot-nav,
.foot-con {
  text-align: center;
}
.foot-nav a {
  color: #fff;
}

/**/
.tab-hd-box {
  margin: 85px auto 60px;
  height: 150px;
  display: flex;
  justify-content: center;
}
.tab-hd-box span {
  display: block;
  margin: 0 15px;
  float: left;
  width: 622px;
  height: 150px;
  line-height: 135px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../images/ico_gkyj_dt_bg.png) no-repeat;
  position: relative;
  cursor: pointer;
}
.tab-hd-box span::before {
  content: "";
  position: absolute;
  left: 160px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 8px;
  border-radius: 5px;
  background: #fff;
}
.tab-hd-box span::after {
  content: "";
  position: absolute;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 8px;
  border-radius: 5px;
  background: #fff;
}

.tab-hd-box span.on {
  font-weight: bold;
  background: url(../images/ico_gkyj_dt_bg_on.png) no-repeat;
}

.article-title {
  margin-top: 50px;
  line-height: 36px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
  padding: 0 0 20px;
}

.pages_zz {
  padding: 0 20px 20px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

.pages_zz .font {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}

.pages_zz a.downFile {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  background: #0666c7;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
}
.pages_zz a.downFile img {
  margin-right: 6px;
}

/* 分类标签样式 */
.fenlei {
  border: 1px dashed #dddddd;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
}

.fenlei .fenlei-box {
  padding: 10px 0 10px;
  border-bottom: 1px solid #dddddd;
}

.fenlei .fenlei-box:last-child {
  border-bottom: 0;
}

.fenlei .fenlei-box table {
  width: 100%;
}

.fenlei .fenlei-box .tit {
  width: 100px;
  font-size: 18px;
  vertical-align: text-top;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
}

.fenlei .fenlei-box .max-auto a {
  position: relative;
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
  font-size: 18px;
  color: #000000;
}

.fenlei .fenlei-box .max-auto a:hover {
  color: #005fad;
}

.fenlei .fenlei-box .max-auto a.on {
  color: #005fad;
}

.fenlei .fenlei-box .max-auto a.on:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #005fad;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  top: 34px;
  left: 0;
}

.fenlei .fenlei-box .max-auto .min50 {
  height: 40px;
  overflow: hidden;
}

.fenlei .fenlei-box .max-auto .min50.min-auto {
  height: auto;
}

/* 公开依据列表样式 */
.gkyjList {
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #98bffd;
}

.gkyjList .gkyj-hd {
  margin-bottom: 10px;
  border-bottom: 1px solid #8dbaf6;
}
.gkyjList .gkyj-hd span {
  display: inline-block;
  padding: 0 50px;
  font-size: 24px;
  line-height: 60px;
  color: #222222;
  cursor: pointer;
}
.gkyjList .gkyj-hd span.on {
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(180deg, #2964dc 0%, #3192fb 100%);
}

.gkyjList .gkyj-bd {
}

.bmgk-yj-list {
  margin-top: 40px;
}
.bmgk-yj-list ul li {
}
.bmgk-yj-list ul li h3 {
  font-size: 18px;
  color: #000000;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bmgk-yj-list ul li h3 a {
  color: #000000;
}
.bmgk-yj-list ul li h3 a:hover {
  color: #7396f9;
}
.bmgk-yj-list ul li p:nth-child(2) {
  font-size: 18px;
  line-height: 35px;
  color: #666666; /* margin-bottom:20px; */
}
.bmgk-yj-list ul li p:nth-child(3) {
  font-size: 16px;
  color: #000;
}
.bmgk-yj-list ul li hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bmgk-yj-list ul li:last-child hr {
  display: none;
}

.sxlb-list .layui-table {
  border-top: 2px solid #3e86db;
  margin-top: 40px;
}
.layui-table td {
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}
.sxlb-list th {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  background: #f2f8ff;
  padding: 45px 15px;
  text-align: center;
  border-color: #f2f8ff;
}
.sxlb-list td {
  font-size: 16px;
  color: #000000;
  text-align: justify;
  padding: 25px 15px;
  line-height: 1.5;
}
.sxlb-list td a {
  color: #000000;
  margin-right: 5px;
}
.sxlb-list td a:hover {
  color: #7396f9;
}
.sxlb-list td:nth-child(5),
.sxlb-list td:nth-child(7) {
  text-align: center;
}
.sxlb-list tbody tr:hover {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

.sxlb-list-xs {
  display: none;
  margin: 10px;
}

.sxlb-list-xs .layui-table {
  border-top: 2px solid #3e86db;
}

.sxlb-list-xs td {
  border-color: #c4d1e1;
}

.sxlb-list-xs .td-title {
  width: 100px;
  color: #000000;
  background: #f2f8ff;
  font-weight: bold;
  text-align: center;
}
.cutPage {
  text-align: center;
  clear: both;
  padding: 5px 0px 5px 0px;
  margin: 20px;
}

#searchResultStats {
  margin-top: 40px;
}
.table-scrollbar {
  overflow: hidden;
  overflow-y: auto;
  max-height: 680px;
}

.table-scrollbar::-webkit-scrollbar {
  width: 6px;

  display: block;
}

.table-scrollbar:hover::-webkit-scrollbar {
  display: block;
}

.table-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(43, 114, 172, 0.1);
}

.table-scrollbar:hover::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(43, 114, 172, 1);
}

.page{
    padding: 0px !important;
}
.page a.first{width: 100px !important;}
.page a.end{width: 100px !important;}
.page a{font-size:20px !important;;}
.cutPage a{font-size: 20px;}

/**/
@media screen and (max-width: 850px) {
  .w1200,
  .w1400 {
    width: 95%;
    margin: 0 auto;
  }
  .header-con {
    height: auto;
    background: #006bac;
  }
  .header-con img {
    width: 90%;
    margin: 0 auto;
  }
  .header-con .top-logo24 {
    margin-bottom: 25px;
  }
  .smalltitle {
    font-size: 24px;
  }

  .introductionPart {
    font-size: 18px;
    line-height: 36px;
    margin: 20px auto;
    background: #0273c7;
    height: auto;
    border-radius: 8px;
    padding: 20px;
    text-align: justify;
  }
  .introductionPart p {
    font-size: 18px;
    padding: 0;
    color: #fff;
    line-height: 32px;
  }
  .news_list4 li {
    width: 100%;
    padding: 10px 20px;
    /* border: 1px solid #ddd; */
    background: linear-gradient(0deg, #ffffff, #dce9f9);
    box-shadow: 0 0 10px #bee0f8;
  }
  .news_list4 li a {
    white-space: normal;
    font-size: 18px;
  }
  .news_list4 li p {
    color: #999;
    text-align: right;
  }
  .partContent .part-title {
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partContent .part-title a {
    margin: 10px auto;
    padding: 5px 10px;
    font-size: 16px;
  }

  .partContent .part-title img {
    position: unset;
    scale: 2;
  }
  .part8 {
    height: auto;
    padding-bottom: 35px;
    padding-top: 0;
  }
  .city-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .city-list li {
    width: calc(50% - 5px);
    margin: 0;
    border-radius: 5px;
  }

  .partContent .part-title h2 {
    font-size: 26px;
  }
  .catid li {
    width: 100%;
  }
  .partContent .part-title h2::before,
  .partContent .part-title h2::after,
  .partContent .part-title h2.laster::before,
  .partContent .part-title h2.laster::after {
    width: 25%;
  }
  .part2 {
    margin-bottom: 25px;
  }

  .tab-hd-box span.on{
    background-size: 100% 100%;
    height: 100px;
    line-height: 90px;
    width: 100%;
  }
  
  .tab-hd-box span{
    font-size: 24px;
    background-size: 100% 100%;
    height: 100px;
    line-height: 90px;
    width: 100%;
    margin: 0;
}
  .tab-hd-box span::before{
    width: 0px;
    height: 0px;
}
  .tab-hd-box span::after{
     width: 0px;
    height: 0px;
  }
  .tab-hd-box{
    margin: 0px auto;
    height: auto;
}
  .gkyjList{
    padding: 0px;
    margin-bottom: 20px;
}
  .gkyjList .gkyj-hd span{
    font-size: 22px;
    padding: 0 18px;
}
  .gkyjList .gkyj-hd{
    width: 98%;
    margin: 0 auto;
    padding-top: 10px;
}
  .govlist{
    width: 96%;
    margin: 0 auto;
}
  .govlist li a{
    width: 100%;
  }
  .govlist li span{
    display: none;
  }
  .page{
    height: auto !important;
    line-height: 40px;
}
  .cutPage{
    margin: 20px 0px !important;
}
  .page a.first{margin-right: 10px !important;}
  .page a.end{margin-left:10px !important;}
  .page a{
    font-size: 16px !important;
}

  .wrap{width: auto;margin: 0 15px;}
  .links-box{display:none;}
   .footer{margin-top: 0;}
  .foot-nav{font-size: 14px;}
   .footer li{margin:0}
    .footer li:nth-of-type(3){margin-top: 15px;}
  
}
