/* 文章页老年版 */
/* 当前位置 */
.old_type .position{
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: #ededed;
} 
.old_type .position .position-txt {
    padding-left: 30px;
    font-size: 24px;
    color: #454545;
}
.old_type .position-txt img {
    width: 25px;
}
.old_type .position-txt a {
    font-size: 24px;
    color: #454545;
}
/* 信息公开表头 */
.old_type .con {
    width: 1024px;
    min-height: 410px;
    margin: auto;
}
.old_type .xxgktab td {
    border: 1px solid #ddd;
    padding-left: 5px;
    font-size: 24px;
    height: 50px;
}
.old_type .con-title {
    font-size: 44px;
    line-height: 70px;
}
.old_type .small-title {
    width: 900px;
    font-size: 24px;
    color: #333;
    height: 60px;
    line-height: 60px;
}
.old_type #zcjdlink img {
    width: 125px;
    height: auto;
}
.old_type #zoom {
    font-size: 30px;
    line-height: 60px;
    font-family: "微软雅黑";
}
.old_type .main-word {
    width: 100%;
    height: 72px;
    line-height: 72px;
    padding: 0 20px;
    background-color: #f1f1f1;
    font-size: 36px;
}
.old_type .main-word-right .printer {
    margin-left: 30px;
    padding-left: 35px;
    background: url(/cms_files/webzhejiangshengfazhanhegaigeweiyuanhui/pubtplobject/defaultSet/465944/images/printer.png) no-repeat left center;
    cursor: pointer;
    background-size: 25px;
}
.old_type .main-word-right .close {
    margin-left: 25px;
    padding-left: 35px;
    background: url(/cms_files/webzhejiangshengfazhanhegaigeweiyuanhui/pubtplobject/defaultSet/465944/images/close.png) no-repeat left center;
    cursor: pointer;
    background-size: 25px;
}
/* 处理文章页特殊情况 */
.old_type #zoom * {
    font-size: 30px !important;
    line-height: 60px !important;
}
.old_type #zoom *,.old_type #zoom video,.old_type #zoom img ,.old_type #zoom table{
    max-width: 100% !important;
    height: auto;
}
.old_type #zoom table{
    overflow: auto;
}


/* 文章页移动版 */
.mobile_type .position {
    height: auto;
    line-height: 8vw;
    width: 100%;
    background: #ededed;
}
.mobile_type .position .position-txt {
    padding-left: 5vw;
    font-size: 4vw;
    color: #454545;
    width: 100%;
}
.mobile_type .position-txt a {
    font-size: 4vw;
    color: #454545;
}
.mobile_type .height20 {
    width: 100%;
    height: 4vw;
    margin: 0 auto;
}
.mobile_type .bt-box-1200 {
    width: 94vw;
    height: auto;
    margin: 0 auto;
}
.mobile_type .con {
    width: 100%;
    min-height: 30vw;
    margin: auto;
}
.mobile_type .xxgktab tr{
    display: flex;
    flex-wrap: wrap;
}
.mobile_type .xxgktab td:first-child,.mobile_type .xxgktab td+td+td{
    border: 1px solid #ddd;
    padding-left: 0;
    width: 30%;
	height:auto;
}
.mobile_type .xxgktab td+td,.mobile_type .xxgktab td+td+td+td{
    border: 1px solid #ddd;
    padding-left: 2vw;
    width: 70%;
}
.mobile_type .con-title {
    padding: 5vw 0 4vw 0;
    margin: 0;
    border-bottom: none;
}
.mobile_type .con-title {
    font-size: 5vw;
    color: #000000;
    line-height: 10vw;
}
.mobile_type .small-title {
    width: 90vw;
    font-size: 4vw;
    color: #333;
    height: auto;
    line-height: 7vw;
    margin: 0 auto;
    text-align: left;
}
.mobile_type .small-title span {
    margin-right: 5vw;
    display: block;
}
.mobile_type #zcjdlink img {
    width: 22vw;
    height: auto;
    margin-right: 5vw !important;
    margin-top: 2vw !important;
}
.mobile_type #zoom {
    font-size: 4vw;
    line-height: 10vw;
    font-family: "微软雅黑";
}
.mobile_type .main-txt {
    margin-top: 4vw;
}
.mobile_type .main-word{
	display:none;
}

/* 处理文章页特殊情况 */
.mobile_type #zoom * {
    font-size: 4vw;
    line-height: 10vw;
}
.mobile_type #zoom *,.mobile_type #zoom video,.mobile_type #zoom img ,.mobile_type #zoom table{
    max-width: 100% !important;
    height: auto;
}
.mobile_type #zoom table{
    overflow: auto;
}