@charset "utf-8";
/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
}

a:hover {
  color: #355e92; /*transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;*/
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

body {
  font-family: 微软雅黑;
}

.height30 {
  height: 30px;
}

.height15 {
  height: 15px;
}

/*内容块*/
.container {
  padding: 34px 20px 24px;
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
}

.container01Left {
  width: 577px;
  height: 335px;
}

.container01Right {
  width: 565px;
  height: 335px;
  border: 1px solid #e0dfdf;
}

/*第一块内容块开始*/
/*图片新闻开始*/
.slideBox {
  height: 335px;
  position: relative;
}

.slideBox .hd {
  height: 19px;
  position: absolute;
  bottom: 11px;
  right: 16px;
}

.slideBox .hd ul {
  float: left;
}

.slideBox .hd ul li {
  float: left;
  background: #827c6a;
  width: 23px;
  height: 19px;
  margin-right: 2px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
}

.new_txt {
  float: left;
}

.slideBox .hd ul li.on {
  background: #fe7d01;
}

.slideBox .bd {
  position: relative;
  height: 335px;
  z-index: 0;
}

.slideBox .bd ul,
.new_pic {
  height: 335px;
}

.slideBox .bd ul li {
  position: relative;
}

.slideBox .bd img {
  width: 577px;
  height: 335px;
}

.new_pic {
  position: relative;
}

.pos_txt {
  position: absolute;
  height: 42px;
  width: 577px;
  bottom: 0;
  left: 0;
  line-height: 42px;
  background: url(tpxwTextBg.png) repeat-x;
  padding-left: 16px;
  font-size: 15px;
  color: #ffffff;
}

/*图片新闻结束*/
.container01Right {
  padding: 20px;
  padding-bottom: 0px;
}

.titleBox01 {
  height: 26px;
  border-bottom: 1px solid #c8c7c6;
}

.titleBox01 li {
  height: 26px;
  font-size: 17px;
  color: #355e92;
  line-height: 17px;
}

.titleBox01 li a {
  font-size: 17px;
  color: #355e92;
  line-height: 17px;
}

.title01 {
  margin-right: 15px;
  cursor: pointer;
}

.titleOn011 a {
  font-weight: bold;
}

.titleOn011 {
  border-bottom: 1px solid #2557bd;
}

.theme01 {
  padding-top: 19px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #acacac;
}

.theme01 h1 {
  font-size: 17px;
  text-align: center;
  line-height: 17px;
}

.theme01 h1 a {
  color: #d80202;
}

.theme01 p {
  font-size: 13px;
  line-height: 26px;
  color: #999999;
  margin-top: 14px;
}

.theme01 p a {
  color: #e91b1b;
}

.list01 {
  padding-top: 10px;
}

.list01 li {
  font-size: 15px;
  line-height: 30px;
  background: url(listPic.png) no-repeat left center;
  padding-left: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list01 li span {
  color: #999999;
}

/*第一块内容块结束*/
/*第二块内容块开始*/
.container02 {
  margin-top: 25px;
  height: 273px;
}

.title02 {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 17px;
  color: #355e92;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
}

.more02 {
  font-size: 13px;
  line-height: 24px;
}

.more02 a {
  color: #666666;
}

.container02Left {
  width: 260px;
}

.container02Right {
  width: 224px;
}

.container02Mid {
  width: 315px;
}

.container02Mid {
  margin-left: 26px;
}

.titleOn02 {
  background: #355e92;
  color: #ffffff;
}

.title02 div {
  background: url(titBg02.png) no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: 999;
}

.list02 {
  padding-top: 10px;
}

.list02 > li {
  font-size: 15px;
  line-height: 30px;
  background: url(listPic.png) no-repeat left center;
  padding-left: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list02 > li:nth-of-type(n + 7) {
  display: none;
}

.list02 > li span {
  color: #999999;
}

/*第二块内容块结束*/
/*第三块内容块开始*/
.container03 {
  border: 1px dashed #7c96b8;
  border-left: none;
  height: 113px;
  margin-top: 15px;
  position: relative;
}

.container03Pos01,
.container03Pos02 {
  height: 14px;
  width: 1px;
  border: 1px dashed #7c96b8;
  position: absolute;
}

.container03Pos01 {
  left: 0;
  top: 1px;
}

.container03Pos02 {
  left: 0;
  bottom: 1px;
}

.container03Pos03 {
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
  color: #355e92;
  left: -6px;
  position: absolute;
  top: 19px;
}

.pic_tx {
  width: 1115px;
  margin: 20px 0 0 25px;
}

.pic_tx .LeftBotton,
.pic_tx .RightBotton {
  display: block;
  width: 12px;
  height: 22px;
  float: left;
  margin-top: 24px;
}

.pic_tx .LeftBotton {
  margin-right: 14px;
}

.pic_tx .RightBotton {
  margin-left: 14px;
}

.pic_tx #List1_1,
.pic_tx #List2_1 {
  float: left;
}

.pic_tx .pic_tx_box {
  width: 1062px;
  float: left;
  overflow: hidden;
}

.pic_tx .ScrCont {
  width: 32766px;
  zoom: 1;
}

.pic_tx .LeftBotton {
  background: url(ztzlLeftBtn.png) no-repeat;
}

.pic_tx .RightBotton {
  background: url(ztzlRightBtn.png) no-repeat;
}

.pic_tx .pl {
  width: 249px;
  float: left;
  margin-right: 22px;
}

.pic_tx .pl img {
  display: block;
  width: 249px;
  height: 74px;
}

/*第三块内容块结束*/
/*内容块4开始*/
.container04 {
  margin-top: 25px;
}

.container04 li {
  margin-left: 93px;
}

.container04 li:first-child {
  margin-left: 0px;
}

.bottomLink01 {
  width: 252px;
}

.bottomLink01 img {
  display: block;
  width: 250px;
  height: 35px;
  border: 1px solid #e6e6e6;
}

.bottomLink02 {
  width: 127px;
}

.bottomLink02 img {
  display: block;
  width: 125px;
  height: 35px;
  border: 1px solid #e6e6e6;
}

.bottomLink03 {
  width: 179px;
}

.bottomLink03 img {
  display: block;
  width: 177px;
  height: 35px;
  border: 1px solid #e6e6e6;
}

.bottomLink04 {
  width: 161px;
}

.bottomLink04 img {
  display: block;
  width: 159px;
  height: 35px;
  border: 1px solid #e6e6e6;
}

.container select {
  width: 202px;
  font-size: 15px;
  color: #333333;
  border: 1px solid #dcdcdc;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 35px;
}

.container04 li.bottomLink05 {
  margin-left: 7px;
}

.bottomLink05,
.bottomLink06 {
  margin-left: 6px;
  width: 200px;
  height: 35px;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  line-height: 35px;
  background: url(lj.png) no-repeat;
  background-position: 180px 15px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding-top: 0px !important;
}

/*内容块4结束*/
.heightShadow {
  height: 32px;
  background: url(bottomShadow.png) repeat-x;
  width: 1200px;
  margin: 0 auto;
}

/*导航下拉之国资监管*/
.navDown {
  height: 372px;
  border: 3px solid #396194;
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 246px;
  background: #ffffff;
}

.gzjgNav ul {
  padding: 8px 48px 34px 6px;
}

.gzjgNav li {
  width: 148px;
  margin-left: 42px;
  margin-top: 26px;
}

.gzjgNav li a {
  display: block;
  height: 136px;
  background-color: #6fb9e3;
  font-size: 17px;
  color: #ffffff;
  line-height: 24px;
  padding-top: 94px;
  text-align: center;
}

.gzjgNav li.gzjgNav07 a {
  padding-top: 75px;
}

.gzjgNav01 a {
  background: url(gzjgNavDown01.png) no-repeat center 30px;
}

.gzjgNav02 a {
  background: url(gzjgNavDown02.png) no-repeat center 30px;
}

.gzjgNav03 a {
  background: url(gzjgNavDown03.png) no-repeat center 25px;
}

.gzjgNav04 a {
  background: url(gzjgNavDown04.png) no-repeat center 26px;
}

.gzjgNav05 a {
  background: url(gzjgNavDown05.png) no-repeat center 21px;
}

.gzjgNav06 a {
  background: url(gzjgNavDown06.png) no-repeat center 30px;
}

.gzjgNav07 a {
  background: url(gzjgNavDown07.png) no-repeat center 23px;
}

.gzjgNav08 a {
  background: url(gzjgNavDown08.png) no-repeat center 27px;
}

.gzjgNav09 a {
  background: url(gzjgNavDown09.png) no-repeat center 36px;
}

.gzjgNav10 a {
  background: url(gzjgNavDown10.png) no-repeat center 24px;
}

.gzjgNav11 a {
  background: url(gzjgNavDown11.png) no-repeat center 32px;
}

/*导航下拉之省属企业*/
.ssqyNav ul {
  padding-top: 4px;
  padding-left: 14px;
}

.ssqyNav li {
  margin-left: 50px;
  margin-top: 30px;
  width: 137px;
}

.ssqyNav li a {
  display: block;
  height: 51px;
  text-align: center;
  line-height: 51px;
  color: #355e92;
  font-size: 17px;
  background-color: #e4e9ef;
}

/*导航下来之市县国资*/
.sxgzNav ul {
  padding-top: 8px;
  padding-left: 29px;
}

.sxgzNav li {
  width: 138px;
  margin-left: 22px;
  margin-top: 26px;
}

.sxgzNav li a {
  display: block;
  height: 136px;
  background-color: #f0f7fd;
  color: #516c8a;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  padding-top: 100px;
}

.sxgzNav01 a {
  background: url(sxgzNavDown01.png) no-repeat center 27px;
}

.sxgzNav02 a {
  background: url(sxgzNavDown02.png) no-repeat center 30px;
}

.sxgzNav03 a {
  background: url(sxgzNavDown03.png) no-repeat center 30px;
}

.sxgzNav04 a {
  background: url(sxgzNavDown04.png) no-repeat center 31px;
}

.sxgzNav05 a {
  background: url(sxgzNavDown05.png) no-repeat center 30px;
}

.sxgzNav06 a {
  background: url(sxgzNavDown06.png) no-repeat center 23px;
}

.sxgzNav07 a {
  background: url(sxgzNavDown07.png) no-repeat center 34px;
}

.sxgzNav08 a {
  background: url(sxgzNavDown08.png) no-repeat center 32px;
}

.sxgzNav09 a {
  background: url(sxgzNavDown09.png) no-repeat center 17px;
}

.sxgzNav10 a {
  background: url(sxgzNavDown10.png) no-repeat center 28px;
}

.sxgzNav11 a {
  background: url(sxgzNavDown11.png) no-repeat center 18px;
}

.sxgzNav12 a {
  background: url(sxgzNavDown12.png) no-repeat center 25px;
}

.sxgzNav13 a {
  background: url(sxgzNavDown13.png) no-repeat center 26px;
}

/*导航下拉之米兰(中国)体育·官方网站*/
.zwgkNav {
  padding: 34px 48px 0;
}

.zwgkNavLeft {
  width: 245px;
}

.zwgkNavRight {
  width: 830px;
}

.zwgkNavLeft li {
  width: 245px;
  margin-bottom: 8px;
}

.zwgkNavLeft li a {
  display: block;
  height: 44px;
  background-color: #6aa3de;
  background-image: url(zwgkNavDown01.png);
  background-repeat: no-repeat;
  background-position: 217px center;
  padding-left: 17px;
  color: #ffffff;
  line-height: 44px;
}

.zwgkNavLeft li a:hover {
  background-color: #245399;
}

.zwgkNavRightTopLeft,
.zwgkNavRightTopRight {
  width: 402px;
}

.zwgkNavRightBot {
  margin-top: 10px;
}

.zwgkNavRightBot li {
  width: 154px;
  margin-left: 15px;
}

.zwgkNavRightBot li:first-child {
  margin-left: 0;
}

.zwgkNavRightBot li a {
  display: block;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 24px center;
  padding-left: 77px;
  padding-top: 17px;
}

.zwgkNavRightBot li a span {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  display: block;
  width: 77px;
  height: 46px;
  border-left: 1px solid #dbdbdb;
  padding-top: 5px;
  padding-left: 18px;
}

.zwgkNavRightBot li.zwgkNavRightBot01 a {
  background-color: #89c34a;
  background-image: url(zwgkNavDown02.png);
}

.zwgkNavRightBot li.zwgkNavRightBot02 a {
  background-color: #15998b;
  background-image: url(zwgkNavDown03.png);
}

.zwgkNavRightBot li.zwgkNavRightBot03 a {
  background-color: #1bbbd5;
  background-image: url(zwgkNavDown04.png);
}

.zwgkNavRightBot li.zwgkNavRightBot04 a {
  background-color: #478ecc;
  background-image: url(zwgkNavDown05.png);
}

.zwgkNavRightBot li.zwgkNavRightBot05 a {
  background-color: #4455a5;
  background-image: url(zwgkNavDown06.png);
}

/*导航下拉之办事服务*/
.bsfwNav {
  padding: 35px 48px 0;
}

.bsfwNavLeft {
  width: 402px;
}

.bsfwNavMid {
  width: 406px;
  margin-left: 26px;
}

.bsfwNavRight {
  width: 238px;
}

.bsfwNavMidBot {
  margin-top: 18px;
}

.bsfwNavMidBot div {
  width: 192px;
  height: 80px;
  margin-left: 22px;
}

.bsfwNavMidBot div:first-child {
  margin-left: 0;
}

.bsfwNavRight h1 {
  height: 33px;
  line-height: 33px;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  background: #355e92;
  font-weight: normal;
}

.bsfwNavRight ul {
  padding: 4px 24px 29px;
  background-color: #ebeff4;
}

.bsfwNavRight ul li {
  width: 190px;
  margin-top: 25px;
}

.bsfwNavRight ul li a {
  display: block;
  height: 52px;
  background-color: #7893b6;
  font-size: 15px;
  color: #ffffff;
  line-height: 52px;
  padding-left: 72px;
  background-repeat: no-repeat;
  background-position: 29px center;
}

.bsfwNavRight ul li.bsfwNavRight02 a {
  line-height: 17px;
  padding-top: 10px;
}

.bsfwNavRight ul li.bsfwNavRight01 a {
  background-image: url(bsfwNavDown03.png);
}

.bsfwNavRight ul li.bsfwNavRight02 a {
  background-image: url(bsfwNavDown04.png);
}

.bsfwNavRight ul li.bsfwNavRight03 a {
  background-image: url(bsfwNavDown05.png);
}

.bsfw {
  padding-top: 10px;
}

.bsfw li {
  width: 175px;
  height: 195px;
  text-align: center;
  float: left;
  padding-top: 155px;
}

.bsfw li a {
  font-size: 19px;
  color: #ffffff;
}

/*导航下拉之互动交流*/
.hdjlNav {
  padding: 34px 48px 0;
}

.hdjlNavLeft {
  width: 432px;
}

.hdjlNavMid {
  width: 378px;
  margin-left: 26px;
}

.hdjlNavRight {
  width: 236px;
}

.zxftList01 {
  margin-bottom: 15px;
  margin-top: 10px;
}

.zxftList01Left {
  width: 156px;
}

.zxftList01Left img {
  display: block;
  width: 156px;
  height: 110px;
}

.zxftList01Right {
  width: 265px;
}

.zxftList01Right h1 {
  font-size: 15px;
  line-height: 24px;
}

.zxftList01Right h1 a {
  color: #b40000;
}

.zxftList01Right p {
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  margin-top: 10px;
}

.hdjlNavMid div {
  width: 377px;
  margin-top: 10px;
}

.hdjlNavMid div img {
  display: block;
  width: 377px;
  height: 60px;
}

.hdjlNavRight h1 {
  height: 33px;
  background: #355e92;
  font-size: 17px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
}

.hdjlNavRight ul {
  padding: 15px;
  background: #ebeff4;
}

.hdjlNavRight ul li {
  border: 1px solid #355e92;
  background: #ffffff;
  font-size: 15px;
}

.hdjlNavRight01,
.hdjlNavRight02 {
  width: 99px;
}

.hdjlNavRight02 {
  margin-left: 8px;
}

.hdjlNavRight03 {
  width: 206px;
  margin-top: 8px;
}

.hdjlNavRight01 a,
.hdjlNavRight02 a {
  display: block;
  height: 97px;
  line-height: 18px;
  padding-top: 54px;
  text-align: center;
}

.hdjlNavRight03 a {
  display: block;
  height: 53px;
  line-height: 53px;
}

.hdjlNavRight01 a {
  background: url(hdjlNavDown03.png) no-repeat center 16px;
}

.hdjlNavRight02 a {
  background: url(hdjlNavDown04.png) no-repeat center 16px;
}

.hdjlNavRight03 a {
  background: url(hdjlNavDown05.png) no-repeat 19px center;
  padding-left: 55px;
}

.hdjlNavRight div {
  width: 235px;
  height: 60px;
  background-color: #459dce;
  margin-top: 28px;
}

.hdjlNavRight div a {
  display: block;
  height: 60px;
  background: url(hdjlNavDown06.png) no-repeat 40px center;
  padding-left: 100px;
  padding-top: 10px;
}

.hdjlNavRight div a span {
  display: block;
  width: 130px;
  height: 41px;
  line-height: 41px;
  font-size: 17px;
  color: #ffffff;
  padding-left: 23px;
  border-left: 1px solid #73c0ee;
}

.overBox {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
}

.overBoxLeft {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}

.wsbs-top {
  border-bottom: 1px solid #e6e6e6;
  height: 135px;
  width: 370px;
}

.wsbs-top div a {
  font-size: 15px;
  color: #fff;
  line-height: 51px;
}

.wsbs-top .slzt {
  background: url(ztcx.jpg) no-repeat;
  width: 180px;
  height: 51px;
  text-align: center;
  padding-left: 35px;
}

.wsbs-top .qyjb {
  background: url(xxcx.jpg) no-repeat;
  width: 181px;
  height: 51px;
  text-align: center;
  padding-left: 27px;
}

.wsbs-top .sczt {
  background: url(zzcx.jpg) no-repeat;
  width: 370px;
  height: 51px;
  margin-top: 15px;
  text-align: center;
  padding-left: 42px;
}

.wsbs-bot {
  width: 370px;
  height: 60px;
}

.wsbs-bot form {
  margin-top: 20px;
  width: 100%;
  height: 40px;
}

.wsbs-bot form input[type=text] {
  width: 265px;
  height: 40px;
  border: 1px solid #e6e6e6;
}

.wsbs-bot form input[type=submit] {
  background: url(search2.jpg);
  width: 97px;
  height: 40px;
}

.list02 .jzxx {
  background: url(jzxx.jpg) no-repeat;
  width: 371px;
  height: 87px;
}

.list02 .zjdc {
  background: url(zjd.jpg) no-repeat;
  margin-top: 20px;
  width: 371px;
  height: 87px;
}

.list02 .jzxx a {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 87px;
  margin-left: 140px;
}

.list02 .zjdc a {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 87px;
  margin-left: 140px;
}

.bsfw {
  width: 366px;
  height: 195px;
  background: url(yclyj_pic_1.png) no-repeat;
}

.jdts {
  width: 315px;
  height: auto;
}

.jdts {
  font-size: 15px;
  color: #333333;
}

.jdts ul li {
  margin-top: 20px;
}

.zmhd li {
  width: 148px;
  height: 87px;
  float: left;
  padding: 30px 0 0 60px;
}

.zmhd li a {
  font-size: 19px;
  color: #333333;
}

.tsjd {
  background: #e0eeff;
  border: solid 1px #e0dfdf;
  margin-top: 21px;
  line-height: 24px;
  padding: 10px 0 10px 8px;
}

.tsjd ul p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.tsjd ul span {
  color: #333333;
  font-size: 15px;
}

.a1 {
  background: url(jzxx.png) no-repeat;
}

.a2 {
  background: url(zjdc.png) no-repeat;
  margin-left: 19px;
}

.zwgk ul li {
  width: 120px;
  height: 87px;
  float: left;
  padding-top: 55px;
  text-align: center;
}

.zwgk ul li a {
  font-size: 17px;
  color: #333333;
}

.a3 {
  background: url(gkzn.png) no-repeat;
}

.a4 {
  background: url(gkml.png) no-repeat;
  margin-left: 19px;
}

.a5 {
  background: url(sgk.png) no-repeat;
}

.a6 {
  background: url(qlqd.png) no-repeat;
  margin-left: 19px;
}

.ztzl ul li {
  width: 224px;
  height: 87px;
}

.overBox,
.overBoxLeft {
  display: none;
}

/* 适老化开始 */
.old_type .container {
  padding: 30px;
}
.old_type .slideBox .hd ul li {
  font-size: 16px;
}
.old_type .container01Left {
  zoom: 1.9757365685;
}
.old_type .container01Right {
  width: 100%;
  height: auto;
  padding: 30px;
  margin-top: 30px;
  border-width: 0.0625rem;
}
.old_type .titleBox01 {
  height: 1.625rem;
  border-width: 0.0625rem;
}
.old_type .titleBox01 li {
  height: 1.625rem;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
}
.old_type .titleBox01 li a {
  font-size: 1.0625rem;
  line-height: 1.0625rem;
}
.old_type .titleOn011 {
  border-width: 0.0625rem;
}
.old_type .title01 {
  margin-right: 0.9375rem;
}
.old_type .theme01 {
  padding-top: 1.1875rem;
  padding-bottom: 1rem;
  border-width: 0.0625rem;
}
.old_type .theme01 h1 {
  font-size: 1.0625rem;
  line-height: 1.0625rem;
}
.old_type .theme01 p {
  margin-top: 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.625rem;
}
.old_type .list01 li {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  background-size: 0.1875rem;
  padding-left: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.old_type .list01 li:nth-of-type(n + 7) {
  display: none;
}
.old_type .lb {
  margin: 30px 0 !important;
  font-size: 0;
}
.old_type .lb img {
  width: 100%;
  margin: 0;
  margin-top: 30px;
}
.old_type .lb img:first-of-type {
  margin-top: 0;
}
.old_type .container02 {
  height: auto;
  margin: 0;
}
.old_type .container02 > div {
  width: 100%;
  margin: 0 !important;
  margin-top: 30px !important;
}
.old_type .container02 > div:first-of-type {
  margin-top: 0 !important;
}
.old_type .title02 {
  height: 1.5rem;
  padding: 0 0.625rem;
  margin-right: 0.375rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
.old_type .title02 div {
  width: 0.75rem;
  height: 0.375rem;
  bottom: -0.375rem;
  margin-left: -0.375rem;
  background-size: 0.75rem;
}
.old_type .more02 {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.old_type .list02 {
  padding-top: 0.625rem;
}
.old_type .list02 > li {
  padding-left: 0.8125rem;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  background-size: 0.1875rem;
}
.old_type .xxgk-list ul li {
  line-height: 2.5rem;
  padding-left: 1.875rem;
  background-size: 1.5rem !important;
  background-position: 0 center !important;
}
.old_type .xxgk-list ul li a {
  margin-left: 0;
}
.old_type .jdts {
  width: 100%;
  height: auto;
}
.old_type .jdts > ul {
  display: flex;
}
.old_type .jdts ul li {
  margin-top: 30px;
}
.old_type .zmhd ul {
  height: 100%;
}
.old_type .zmhd li {
  width: 313px;
  height: 200px;
  padding: 75px 0 0 3.75rem;
  background-size: 100% 100%;
}
.old_type .zmhd li a {
  font-size: 1.1875rem;
}
.old_type .a2 {
  margin-left: 30px;
}
.old_type .tsjd {
  padding: 0.625rem 0 0.625rem 0.5rem;
  margin-top: 30px;
  margin-left: 30px;
  line-height: 1.5rem;
  border-width: 0.0625rem;
}
.old_type .tsjd ul p {
  font-size: 1.125rem;
}
.old_type .tsjd ul span {
  font-size: 0.9375rem;
}
.old_type .ztzl ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.old_type .ztzl ul li {
  width: calc(50% - 15px);
  height: auto;
  margin: 0 !important;
}
.old_type .ztzl ul li img {
  width: 100%;
}
.old_type .fourwl {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.old_type .fourwl img {
  width: auto;
  height: 53px;
  border-width: 0.0625rem;
}
.old_type .fourwl::after {
  display: none;
}
.old_type .container04 li {
  margin: 0;
  width: auto;
}

/* 适老化结束 */