.current-position {
  width: 100%;
  height: 40px;
  
}

.current-content {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3099/site/picture/0/1809051549049007408.png");
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  padding-left: 20px;
  background-color: #edecec;
}

.current-content span {
  font-size: 13px;
}

/* 栏目内容 */
.column-content {
  width: 1200px;
    min-height: 720px;
    margin: 30px auto;
    background: #ffffff;
    margin-top: 0;
    padding: 30px 40px;
}
.column-content #c {
  width: 100%;
}

.content-left {
  width: 300px;
  min-height: 720px;
  float: left;
  border: 1px solid #d6d6d6;
}

.current-column {
  width: 300px;
  height: 50px;
  background: #1859b4;
  border: 1px solid #1859b4;
  padding-left: 43px;
  line-height: 50px;
}

.current-column p {
  font-size: 17px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.two-columns img {
  margin: 0 20px;
}

.two-columns ul li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e3e3e3;
}

.two-columns ul li a {
  font-size: 17px;
  color: black;
}

.content-right {
  width: 870px;
  min-height: 720px;
  padding: 0 25px;
  float: right;
  border: 1px solid #d6d6d6;
}

.content-right ul li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dotted #e8e8e8;
  background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3099/site/picture/0/1809051549049321655.png")
    no-repeat left;
  padding-left: 10px;
}

.content-right ul li a {
  width: 690px;
  font-size: 17px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

.content-right ul li span {
  float: right;
  color: #999999;
}



/* 老年版 */
.old_type .current-position {
  height: 80px;
}
.old_type .current-content {
  height: 80px;
  background-size: 40px;
  line-height: 80px;
  padding-left: 50px;
  font-size: 32px;
}
.old_type .current-content a {
  font-size: 32px;
}
.old_type .current-content span {
  font-size: 32px;
}
.old_type .column-content {
  width: 1200px;
  background: #ffffff;
  padding: 0 20px;
}
.old_type table#c {
  width: 100%;
}
.old_type .column-content #c .title {
  font-size: 48px !important;
  line-height: 96px;
}
.old_type .column-content #c td>table>tbody>tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.old_type .column-content #c td>table td {
  font-size: 28px;
  line-height: 56px;
}
.old_type .column-content #zoom {
  font-size: 32px !important;
  line-height: 64px !important;
}
.old_type .column-content #c>tbody>tr:nth-child(4) {
  display: none;
}
.old_type .column-content #zoom a img {
  width: 850px !important;
  height: auto !important;
}
.old_type .column-content #zoom p span,.old_type .column-content #zoom p{
  font-size: 32px !important;
    line-height: 64px !important;
}



/* 移动端 */
.mobile_type .current-position {
  height: auto !important;
}
.mobile_type .current-content {
  height: auto !important;
  background-size: 5vw;
  line-height: unset;
  padding-left: 8vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  width: 100%;
}
.mobile_type .current-content span {
  font-size: 4vw;
  float: unset;
}
.mobile_type .column-content {
  width: 100%;
  margin: 5vw 0;
  padding: 0 2vw;
}
.mobile_type .xxgk_info td {
  font-size: 4vw;
  line-height: 8vw;
  padding-left: 1vw;
}
.mobile_type .column-content #c .title {
  font-size: 6vw !important;
  line-height: 12vw;
}
.mobile_type .column-content #c td>table td {
  font-size: 4vw;
  line-height: 8vw;
}
.mobile_type .column-content #zoom {
  font-size: 5vw !important;
  line-height: 10vw !important;
}
.mobile_type .column-content #zoom a img {
  width: 90% !important;
  height: auto !important;
  display: block;
  margin: auto;
}
body.UseInMobile.mobile_type .current-content span>table:nth-child(1)>tbody>tr {
  display: flex;
  flex-wrap: wrap;
  width: 85vw;
}
body.UseInMobile.mobile_type .current-content span>table:nth-child(1)>tbody>tr>td {
  width: 85vw !important;
}
.mobile_type .column-content #zoom ul>div, .mobile_type .column-content #zoom ul>li{
  width: 100vw !important;
}
.mobile_type .column-content #zoom ul>li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100vw;
}
.mobile_type table#c {
  width: 100%;
}
.mobile_type #c tr[bgcolor='#EBEBEB'] {
  display: none;
}
