.main-box {
  position: relative;
}

.tt {
  width: 1260px;
  height: 123px;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #F5F8FF 11%, #E1EAFF 100%);
  position: absolute;
  top: -113px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 30px 21px;
  box-sizing: border-box;
}

.tt p:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tt p:nth-child(1) a {
  color: #275CD9;
}

.tt p:nth-child(1) a::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 30px;
  margin-right: 5px;
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/PRYG6ZLPQFRX633PM7YYMLUDNG/file/4113000002/img/tt.png;vpn_img) left bottom no-repeat;
  position: relative;
  top: 4px;
}

.tt p:nth-child(2) {
  font-size: 18px;
  margin-top: 17px;
  line-height: 21px;
}

.tt p:nth-child(2) a {
  color: #3D3E45;
}

.tt p:nth-child(2) a:nth-child(1) {
  margin-right: 47px;
}

/*focus-box*/
.focus-box {
  width: 100%;
  height: 349px;
  overflow: hidden;
  margin-bottom: 40px;
}

/* slideBox */
.slideBox {
  width: 582px;
  height: 349px;
  position: relative;
  overflow: hidden;
}

.slideBox .hd {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
}

.slideBox .hd ul li.on {
  background: #3264d5;
  width: 20px;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  width: 582px;
  float: left;
}

.slideBox .bd li img {
  width: 582px;
  height: 349px;
}

.slideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 582px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  text-indent: 20px;
  z-index: 1;
  opacity: 1;
  background: #01010167;
}

.slideBox .bd p a {
  color: #fff;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  display: block;
  width: 43px;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slideBox .prev {
  left: 0;
  right: auto;
  background: url(../img/prev.png;vpn_img) center no-repeat;
}

.slideBox .next {
  left: auto;
  right: 0;
  background: url(../img/next.png;vpn_img)center no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  /* filter: alpha(opacity=100); */
  display: block;
  background-color: #000;
}

/*tab*/
.slideTxtBox {
  width: 598px;
  height: 340px;
  overflow: hidden;
}
.slideTxtBox .hd{
  /* margin-top: 18px; */
}
.slideTxtBox .hd ul {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.slideTxtBox .hd ul li {
  text-align: center;
  float: left;
  height: 100%;
  margin-right: 31px;
  box-sizing: border-box;
}

.slideTxtBox .hd ul li:nth-last-child(1) {
  margin-right: 0;
}

.slideTxtBox .hd ul li a {
  display: block;
  font-size: 22px;
  color: #999999;
}

.slideTxtBox .hd ul li.on {
  border-bottom: 3px solid #275CD9;
}

.slideTxtBox .hd ul li.on a {
  font-weight: 700;
  font-size: 24px;
  color: #275CD9;
}

.slideTxtBox .bd ul {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-top: 19px;
}

.slideTxtBox .bd ul li {
  font-size: 18px;
  padding-left: 10px;
  height: 47px;
  line-height: 47px;
  background: url(../img/li_bg.png;vpn_img) center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
  overflow: hidden;
}

.slideTxtBox .bd ul li a {
  color: #121212;
  display: block;
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
}

.slideTxtBox .bd ul li a:hover {
  color: #275CD9;
}

.slideTxtBox .bd ul li span {
  float: right;
  color: #999999;
  font-size: 15px;
  width: 89px;
  overflow: hidden;
}

.slideTxtBox .bd .henanpushinfo,
.slideTxtBox .bd .govpushinfo150203 {
  margin-top: 0;
}

/* tab-box */
.tab-box>.hd ul li {
  float: left;
  width: 400px;
  height: 111px;
  line-height: 111px;
  background: #d5dbe477;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 28px;
  color: #4979C0;
  padding: 0px 130px 0px 122px;
  box-sizing: border-box;
}

.tab-box>.hd ul li.on {
  background-image: url(../img/bl_bg.png;vpn_img);
  background-color: #fff;
  color: #fff;
}

.tab-box>.hd ul li p {
  background: url(../img/wyk.png;vpn_img) left center no-repeat;
  text-indent: 58px;
}

.tab-box>.hd ul li:nth-child(2) p {
  background-image: url(../img/wyb.png;vpn_img);
}

.tab-box>.hd ul li:nth-child(3) p {
  background-image: url(../img/wys.png;vpn_img);
}

.tab-box>.hd ul li:nth-child(1).on p {
  background-image: url(../img/wyk_h.png;vpn_img);
}

.tab-box>.hd ul li:nth-child(2).on p {
  background-image: url(../img/wyb_h.png;vpn_img);
}

.tab-box>.hd ul li:nth-child(3).on p {
  background-image: url(../img/wys_h.png;vpn_img);
}


.kTop .item {
  text-align: center;
  width: 155px;
  height: 82px;
  background: url(../img/k_icon.png;vpn_img) center no-repeat;
  float: left;
  margin: 24px 10px 0 0;
}

.kTop .item.on {
  background-image: url(../img/k_icon_h.png;vpn_img);
}

.kTop .item:nth-last-child(1) {
  margin-right: 0;
}

.kTop .item a {
  display: block;
  line-height: 82px;
}

.kTop .item a img {
  margin-bottom: 6px;
}

.kTop .item a span {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 0 1px 2px #0665bfeb;
  margin-left: 7px;
}

.kTop .zd {
  background-image: none;
}

.kMid {
  margin-top: 18px;
}

.kMid div {
  float: left;
  margin-right: 14px;
}

/* .kMid .gb a {
  display: block;
  width: 189px;
  height: 259px;
  position: relative;
}

.kMid .gb a p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kMid .gb a p:nth-child(2) {
  bottom: 47px;
  font-weight: 700;
  font-size: 20px;
  color: #DE2823;
}

.kMid .gb a p:nth-child(3) {
  bottom: 29px;
  font-size: 12px;
  color: #121212;
} */

.kMid div:nth-last-child(1) {
  margin-right: 0;
}

.newsTab {
  width: 812px;
}

/* .newsTab>.hd {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}

.newsTab>.hd ul li {
  padding-bottom: 6px;
  float: left;
  margin-right: 36px;
}

.newsTab>.hd ul li:nth-last-child(1) {
  margin-right: 0;
}

.newsTab>.hd ul li a {
  font-size: 20px;
  color: #121212;
}

.newsTab>.hd ul li.on a {
  color: #046BC3;
  font-weight: 600;
}

.newsTab>.hd ul li.on {
  border-bottom: 3px solid #1256B4;
} */

.newsTab>.bd {
  width: 100%;
}

.newsTab>.bd ul {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  /* margin-top: 9px; */
}

.newsTab>.bd ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  background: url(../img/li_bg.png;vpn_img) center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
}

.newsTab>.bd ul li a {
  color: #121212;
  display: block;
  white-space: nowrap;
  width: 83%;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
}

.newsTab>.bd ul li a:hover {
  color: #275CD9;
}

.newsTab>.bd ul li span {
  float: right;
  color: #999999;
  font-size: 16px;
}

.mod {
  width: 370px;
  height: 249px;
  background: #E2EEFE;
  padding: 20px 0px 12px 13px;
}

.mod .item {
  float: left;
  margin-right: 16px;
  margin-bottom: 11px;
}

.mod .item a {
  display: block;
  width: 162px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border-radius: 2px;
  font-size: 16px;
  color: #121212;
  border: 1px solid #BECCF6;
}

.mod .item:nth-child(2n),
.kBtm .item:nth-last-child(1),
.bMid .item:nth-last-child(1) {
  margin-right: 0;
}

.mod .item:nth-last-child(1),
.mod .item:nth-last-child(2) {
  margin-bottom: 0;
}

.kBtm {
  margin: 20px 0 0px;
}

.kBtm .item {
  float: left;
  width: 224px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}

.kBtm .item a {
  display: block;
}

.kBtm .item:nth-child(1) a {
  background: url(../img/k_icon7.png;vpn_img) center no-repeat;
  background-size: 100%;
  color: #1555B4;
}

.kBtm .item:nth-child(2) a {
  background: url(../img/k_icon10.png;vpn_img) center no-repeat;
  background-size: 100%;
  color: #1555B4;
}

.kBtm .item:nth-child(3) a {
  background: url(../img/k_icon11.png;vpn_img) center no-repeat;
  background-size: 100%;
  color: #1555B4;
}

.kBtm .item:nth-child(4) a {
  background: url(../img/k_icon10.png;vpn_img) center no-repeat;
  background-size: 100%;
  color: #3959CD;
}

.kBtm .item:nth-child(5) a {
  background: url(../img/k_icon11.png;vpn_img) center no-repeat;
  background-size: 100%;
  color: #1555B4;
}

.bTop {
  margin: 24px 0 20px;
}

.bMid .item {
  width: 386px;
  height: 186px;
  overflow: hidden;
  padding: 28px 50px 0;
  box-sizing: border-box;
  float: left;
  margin-right: 21px;
}

.bMid .item a {
  color: #fff;
}

.bMid .item:nth-child(1) {
  background: url(../img/b_grfw.png;vpn_img) center no-repeat;
}

.bMid .item:nth-child(2) {
  background: url(../img/b_frbs.png;vpn_img) center no-repeat;
}

.bMid .item:nth-child(3) {
  background: url(../img/b_bmfw.png;vpn_img) center no-repeat;
}


.bMid .item h1 {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.bMid .item h1 img {
  margin-left: 8px;
  margin-top: -3px;
}

.itemType .tLi {
  float: left;
  width: 64px;
  opacity: 0.9;
  margin: 0 44px 16px 0;
}

.itemType .tLi:nth-child(3n) {
  margin-right: 0;
}

.itemType .tLi a {
  color: #FFFFFF;
  font-size: 16px;
}

.bBtm {
  margin-top: 20px;
}

.bSpec {
  width: 794px;
  height: 238px;
  background: url(../img/b_icon3.png;vpn_img);
  padding: 22px 22px 22px 20px;
  box-sizing: border-box;
}

.bSpec>p {
  font-weight: 600;
  font-size: 20px;
  color: #121212;
  margin-bottom: 17px;
}

.bSpec .cl .item a {
  display: block;
  width: 173px;
  height: 149px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  padding: 43px 0 35px;
  box-sizing: border-box;
}

.bSpec .cl .item a>p {
  margin-top: 13px;
}

.bSpec .cl .item {
  float: left;
  background: url(../img/b_icon4.png;vpn_img) center no-repeat;
  margin-right: 15px;
}

.bSpec .cl .item:nth-child(2) {
  background: url(../img/b_icon5.png;vpn_img) center no-repeat;
}

.bSpec .cl .item:nth-child(3) {
  background: url(../img/b_icon6.png;vpn_img) center no-repeat;
}

.bSpec .cl .item:nth-last-child(1) {
  margin-right: 0;
}

.listTab {
  box-sizing: border-box;
  width: 778px;
  border: 1px solid #DBDBDB;
  padding: 15px 26px 8px 24px;
  margin-top: 24px;
}

.listTab>.hd {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}

.listTab>.hd ul li {
  padding-bottom: 6px;
  float: left;
  margin-right: 36px;
}

.listTab>.hd ul li:nth-last-child(1) {
  margin-right: 0;
}

.listTab>.hd ul li a {
  font-size: 20px;
  color: #121212;
}

.listTab>.hd ul li.on a {
  color: #046BC3;
  font-weight: 600;
}

.listTab>.hd ul li.on {
  border-bottom: 3px solid #1256B4;
}

.listTab>.bd {
  width: 100%;
}

.listTab>.bd ul {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-top: 9px;
}

.listTab>.bd ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 42px;
  line-height: 42px;
  background: url(../img/li_bg.png;vpn_img) center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
  overflow: hidden;
}

.listTab>.bd ul li a {
  color: #121212;
  display: block;
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
}

.listTab>.bd ul li a:hover {
  color: #275CD9;
}

.listTab>.bd ul li .blzt {
  width: 64px;
  height: 28px;
  line-height: 28px;
  background: #275cd911;
  border-radius: 14px;
  font-size: 14px;
  color: #275CD9;
  margin: 7px 40px 0 0;
}

.listTab>.bd ul li .date {
  font-size: 16px;
  color: #121212;
  opacity: 0.5;
}

.sLef .bstj {
  /* height: 228px; */
  padding-top: 6px;
  margin-top: 21px;
}

.sRig {
  width: 400px;
}

.sRig .sType {
  margin: 24px 0 3px;
}

.sRig .sType .item {
  width: 190px;
  height: 70px;
  line-height: 70px;
  font-weight: 600;
  font-size: 18px;
  padding-left: 29px;
  box-sizing: border-box;
  background: url(../img/s_hygq.png;vpn_img) center no-repeat;
  float: left;
  margin-right: 19px;
  margin-bottom: 16px;
}

.sRig .sType .item:nth-child(2) {
  background: url(../img/s_wyxx.png;vpn_img) center no-repeat;
}

.sRig .sType .item:nth-child(3) {
  background: url(../img/s_znwd.png;vpn_img) center no-repeat;
}

.sRig .sType .item:nth-child(4) {
  background: url(../img/s_wjny.png;vpn_img) center no-repeat;
}

.sRig .sType .item:nth-child(2n) {
  margin-right: 0;
}

.sRig .sType .item a {
  color: #fff;
}

.sZxft .zxft {
  width: 398px;
  height: 245px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.jb {
  position: absolute;
  left: 0;
  top: 0;
  width: 79px;
  height: 31px;
  background: #275CD9;
  border-radius: 4px 0 4px 0;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 31px;
  letter-spacing: 0.45px;
  text-align: center;
}

.sZxft .zxft a {
  display: block;
  width: 398px;
  height: 245px;
}

.sZxft .zxft a img {
  width: 100%;
  height: 100%;
}

.sZxft .zxft p {
  width: 100%;
  text-align: center;
  height: 50px;
  background-image: linear-gradient(180deg, #00000029 0%, #000000c2 98%);
  line-height: 50px;
  position: absolute;
  bottom: 0;
}

.sZxft .zxft p a {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.45px;
}

.sList {
  margin-top: 3px;
}

.sList ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  background: url(../img/li_bg.png;vpn_img) center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
  overflow: hidden;
}

.sList ul li a {
  color: #121212;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sList ul li a:hover {
  color: #275CD9;
}

.ssny-box {
  width: 100%;
  margin: 40px auto;
  background: url(../img/ssny.png;vpn_img) center center no-repeat;
  overflow: hidden;
}

.title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 32px;
}

.title a {
  color: #FFFFFF;
}

.title .line {
  width: 521px;
  height: 2px;
  border-left: 0;
  /* opacity: 0.99; */
  background-color: #6d99ff;
  position: absolute;
  top: 19px;
  margin: 0;
}

.title .line:nth-child(1) {
  left: 0;
}

.title .line:nth-child(3) {
  right: 0;
}

/* ssny */
.ssnyLef {
  width: 590px;
  margin-top: 20px;
}

.tit {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.ssChart {
  width: 100%;
  height: 260px;
  position: relative;
}

#economy {
  width: 100%;
  height: 260px;
}

.ecoNum {
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-75%, -50%);
  width: 78px;
  height: 78px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  padding: 23px 0 18px;
  box-sizing: border-box;
}

.ecoNum h1 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}

.ecoNum p {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  opacity: 0.5;
  line-height: 17px;
}

.ssnyRig {
  width: 600px;
  margin-top: 20px;
}

.ssGk {
  display: flex;
}

.ssGk .item {
  width: 216px;
  height: 217px;
  background: url(../img/ssny_g.png;vpn_img)center center no-repeat;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin: 30px 0 0 -16px;
}

.ssGk .itemBox {
  position: absolute;
  width: 150px;
  height: 190px;
  text-align: center;
  left: 21px;
  top: 8px;
}

.itemTop {
  width: 80%;
  height: 43px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 16px auto 0;
}

.itemBtm {
  width: 100%;
  height: 118px;
  padding: 14px 0;
}

.itemBtm p:nth-child(1) {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 0 15px;
}

.itemBtm p:nth-child(1) span {
  font-size: 26px;
  font-weight: 500;
}

.itemBtm p:nth-child(2) {
  width: 149px;
  height: 36px;
  background: url(../img/ssny_icon.png;vpn_img) center no-repeat;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

/* Ã¤Â¸â€œÃ©Â¢ËœÃ¤Â¸â€œÃ¦Â Â */
.special-box {
  padding-bottom: 30px;
}

.specTop p a {
  color: #121212;
}

.specBtm {
  width: 100%;
  height: 139px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.specBtm .hd .next,
.specBtm .hd .prev {
  width: 43px;
  height: 85px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0.39;
  top: 50%;
  transform: translateY(-50%);
}

.specBtm .hd .next {
  right: 0;
  background: #000000 url(../img/next.png;vpn_img) center center no-repeat;
}

.specBtm .hd .prev {
  left: 0;
  background: #000000 url(../img/prev.png;vpn_img) center center no-repeat;
}

.specBtm .bd {
  width: 100%;
  height: 139px;
}

.specBtm .bd ul {
  height: 139px;
  overflow: hidden;
}

.specBtm .bd ul li {
  float: left;
  margin-right: 10px;
  width: 292px;
  height: 139px;
}

.specBtm .bd ul li img {
  display: block;
  width: 292px;
  height: 139px;
}

/* link */
.link {
  margin-top: 0;
}

/* ------------------------- */
/* oldModel */
/* Ã¥Â¤Â´Ã©Æ’Â¨Ã¥Â¯Â¼Ã¨Ë†Âª */
.oldModel .nav-box ul li {
  font-size: 30px;
}

/* Ã¥Â¤Â´Ã¦ÂÂ¡ */
.oldModel .tt {
  padding-left: 47px;
  padding-right: 47px;
}

.oldModel .tt p:nth-child(1) {
  line-height: 1.5;
}

.oldModel .tt p:nth-child(2) {
  /* display: inline-block; */
  /* width: 600px; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 40px;
}

.oldModel .tt {
  height: auto;
  top: -140px;
}

.oldModel .tt p:nth-child(1) {
  font-size: 46px;
}

.oldModel .tt p:nth-child(2) {
  font-size: 30px;
}

.oldModel .focus-box {
  height: auto;
}

.oldModel .slideBox {
  width: 100%;
  height: 609px;
}

.oldModel .slideBox .bd .tempWrap {
  width: 100% !important;
  height: 609px;
}

.oldModel .slideBox .bd li {
  width: 1200px !important;
}

.oldModel .slideBox .bd li img {
  width: 100%;
  height: 609px;
}

.oldModel .slideBox .bd p {
  font-size: 32px;
  line-height: 2;
  height: auto;
  width: 100%;
}

.oldModel .slideTxtBox {
  width: 100%;
  margin-top: 30px;
  height: auto;
}

.oldModel .slideTxtBox .hd ul {
  height: 70px;
}

.oldModel .slideTxtBox .hd ul li {
  line-height: 70px;
}

.oldModel .slideTxtBox .hd ul li a {
  font-size: 34px;
}

.oldModel .slideTxtBox .bd ul {
  /* height: 448px; */
  height: auto;
}

.oldModel .slideTxtBox .bd ul li {
  font-size: 32px;
  height: 64px;
  line-height: 64px;
}

.oldModel .slideTxtBox .bd li span {
  font-size: 28px;
  width: 183px;
}

.oldModel .slideTxtBox .bd ul li a {
  width: 74%;
}

.oldModel .tab-box>.hd ul li {
  font-size: 36px;
  padding: 0 120px ;
}

.oldModel .tab-box>.hd ul li p {
  text-indent: 40px;
}
/* .oldModel .kTop .item{width: 377px;background-size: 100% 100%;} */
.oldModel .kTop .item a img{display: none;}
.oldModel .kTop .zd a img{display: block;}
.oldModel .kTop .item a span {
  font-size: 32px;
}

.oldModel .bMid .item {
  padding: 20px 0px 0 10px;
}

.oldModel .bMid .item h1 {
  margin-bottom: 10px;
  font-size: 28px;
}

.oldModel .itemType .tLi {
  width: 113px;
  margin: 0 12px 16px 0;
}

.oldModel .itemType .tLi a {
  font-size: 28px;
}
.oldModel .bSpec .cl .item a{
  font-size: 28px;
}
.oldModel .bSpec>p{
  font-size: 32px;
  margin-bottom: 10px;
}

.oldModel .newsTab {
  width: 100%;
}

.oldModel .newsTab>.bd ul li {
  font-size: 32px;
  height: auto;
  line-height: 2;
}

.oldModel .newsTab>.bd ul li a {
  width: 80%;
}

.oldModel .newsTab>.bd ul li span {
  font-size: 28px;
}

.oldModel .mod {
  width: 100%;
  height: 178px;
  margin-top: 15px;
}

.oldModel .mod .item a {
  width: 377px;
  font-size: 32px;
}

.oldModel .mod .item:nth-child(2n) {
  margin-right: 16px;
}

.oldModel .ssnyLef {
  margin-top: 10px;
}

.oldModel .tit {
  font-size: 28px;
}
.oldModel .ssGk .item{
  height: 257px;
  background-size: 100% 100%;
}
.oldModel .itemTop {
  font-size: 28px;
  width: 100%;
  height: 83px;
  margin-top: 0;
}
.oldModel .itemBtm{
  padding: 0 0;
}
.oldModel .itemBtm p:nth-child(1){font-size: 28px;width: 110%;}
.oldModel .itemBtm p:nth-child(1) span{
  font-size: 28px;
}

.oldModel .itemBtm p:nth-child(2) {
  font-size: 28px;
  width: 100%;
  height: 70px;
  background-size: 110% 100%;
}

.oldModel .sLef {
  width: 100%;
}

.oldModel .listTab {
  width: 100%;
  height: auto !important;
}

.oldModel .listTab>.hd ul li a {
  font-size: 34px;
}

.oldModel .listTab>.bd ul li {
  font-size: 32px;
  line-height: 64px;
  height: 64px;
}

.oldModel .listTab>.bd ul li .blzt {
  /* width: 89px; */
  /* font-size: 22px; */
  font-size: 28px;
  width: 106px;
  height: 56px;
  line-height: 56px;
}

.oldModel .listTab>.bd ul li .date {
  font-size: 28px;
}

.oldModel .sRig {
  width: 100%;
}

.oldModel .sRig .sType .item {
  font-size: 32px;
  padding-left: 30px;
  margin-right: 25px;
  width: 280px;
  height: 95px;
  background-size: 100% 100%;
  line-height: 95px;
}

.oldModel .sRig .sType .item:nth-child(2n) {
  margin-right: 25px;
}
.oldModel .sRig .sType .item:nth-child(4){
  margin-right: 0;
}

.oldModel .sZxft .zxft {
  width: 609px;
  height: 390px;
  float: left;
}

.oldModel .sZxft .zxft a {
  width: 100%;
  height: 100%;
}

.oldModel .jb {
  width: 140px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
}

.oldModel .sZxft .zxft p a {
  font-size: 32px;
}

.oldModel .sList {
  float: right;
  width: 590px;
}

.oldModel .sList ul li {
  font-size: 32px;
  line-height: 2;
  height: auto;
}
.oldModel .right-nav{
  top: 20%;
}
.oldModel .right-nav li {
  width: 103px;
  height: 131px;
  font-size: 28px;
}

.oldModel .right-nav li a {
  font-size: 28px;
}

.oldModel .right-nav li:nth-last-child(1) a {
  padding-top: 15px;
}
.oldModel .right-nav li:nth-last-child(1) {
  padding-top: 36px;
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.oldModel .fTop {
  height: auto;
}

.oldModel .fTop .lef {
  margin-right: 20px;
  width: 76px !important;
}

.oldModel .fTop .mid {
  font-size: 28px;
  margin-right: 0;
}

.oldModel .footer {
  height: auto;
}

/* old */
.oldModel .kBtm .item{font-size: 28px;width: 400px;margin-right:0px;margin-bottom: 20px;}

/* .oldModel .right-nav ul li:nth-child(1) .iconfont */

.oldModel .bMid .item{
  height: auto;
  background-size: 100% 100%;
}
.oldModel .bMid .item h1{
  line-height:1.8;
}
.oldModel .itemType .tLi{
  line-height: 1.8;
}