@media only screen and (min-width: 770px) {
  #app .contentBox .headerPath {
    font-size: 16px;
    font-weight: normal;
    line-height: 0px;
    color: #434343;
    margin: 46px 0;
  }
  #app .contentBox .detailTitle {
    font-family: PingFang SC;
    font-weight: 800;
    color: #434343;
    text-align: center;
    font-size: 30px;
  }
  #app .contentBox .subheadingBox {
    border-bottom: 2px solid #1492FF;
    display: flex;
    justify-content: space-between;
    height: 96px;
    margin-bottom: 20px;
  }
  #app .contentBox .subheadingBox .leftBox {
    display: flex;
    align-items: center;
  }
  #app .contentBox .subheadingBox .leftBox .time {
    font-size: 16px;
    color: #999999;
  }
  #app .contentBox .subheadingBox .leftBox .source {
    font-size: 16px;
    color: #999999;
    margin-left: 33px;
  }
  #app .contentBox .subheadingBox .rightBox {
    display: flex;
  }
  #app .contentBox .subheadingBox .rightBox .fontSize {
    display: flex;
    align-items: center;
  }
  #app .contentBox .subheadingBox .rightBox .fontSize .name {
    font-size: 16px;
    color: #999999;
  }
  #app .contentBox .subheadingBox .rightBox .fontSize .fontSizeList {
    font-size: 16px;
    color: #999999;
  }
  #app .contentBox .subheadingBox .rightBox .shareBox {
    display: flex;
    align-items: center;
    margin-left: 24px;
  }
  #app .contentBox .subheadingBox .rightBox .shareBox .icon {
    margin-left: 15px;
  }
  #app .contentBox .subheadingBox .rightBox .shareBox .icon,
  #app .contentBox .subheadingBox .rightBox .shareBox .icon img {
    width: 34px;
    height: 34px;
    object-fit: cover;
  }
  #app .contentBox .subheadingBox .rightBox .shareBox .icon:nth-child(1),
  #app .contentBox .subheadingBox .rightBox .shareBox .icon:nth-child(1) img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }
  #app .contentBox .textDetail {
    width: 856px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    color: #434343;
  }
  #app .contentBox .imgDetail,
  #app .contentBox .imgDetail img {
    margin: 0 auto;
    width: 675px;
    height: 450px;
  }
  #app .contentBox .closeBox {
    display: flex;
    justify-content: flex-end;
    padding: 16px 0;
    border-bottom: 1px solid #F3F3F3;
  }
  #app .contentBox .closeBox .funItem {
    display: flex;
    margin-left: 26px;
  }
  #app .contentBox .closeBox .funItem img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  #app .contentBox .closeBox .funItem span {
    font-size: 16px;
    font-weight: normal;
    color: #434343;
  }
  #app .contentBox .nextBox {
    font-size: 16px;
    color: #999999;
    height: 48px;
    line-height: 48px;
    margin-bottom: 26px;
  }
  #app.typeOld .contentBox .headerPath {
    font-size: 24px;
  }
  #app.typeOld .contentBox .detailTitle {
    font-size: 48px;
  }
  #app.typeOld .contentBox .subheadingBox .leftBox .time {
    font-size: 24px;
  }
  #app.typeOld .contentBox .subheadingBox .leftBox .source {
    font-size: 24px;
  }
  #app.typeOld .contentBox .subheadingBox .rightBox .fontSize .name {
    font-size: 24px;
  }
  #app.typeOld .contentBox .subheadingBox .rightBox .fontSize .fontSizeList {
    font-size: 24px;
  }
  #app.typeOld .contentBox .textDetail {
    font-size: 30px;
  }
  #app.typeOld .contentBox .closeBox .funItem {
    display: flex;
    align-items: center;
  }
  #app.typeOld .contentBox .closeBox .funItem img {
    width: 30px;
    height: 30px;
  }
  #app.typeOld .contentBox .closeBox .funItem span {
    font-size: 30px;
  }
  #app.typeOld .contentBox .nextBox {
    font-size: 30px;
  }
}
@media only screen and (max-width: 770px) {
  #app .contentBox {
    width: calc(100% - 40px);
  }
  #app .contentBox .detailTitle {
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #323232;
    margin-bottom: 10px;
  }
  #app .contentBox .subheadingBox {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7D7B82;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
  }
  #app .contentBox .textDetail {
    margin: 18px auto;
  }
  #app .contentBox .imgDetail {
    margin: 18px auto;
    display: flex;
    justify-content: center;
  }
  #app .contentBox .imgDetail img {
    max-width: 340px;
  }
  #app .contentBox .nextBox {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #323232;
    padding: 16px 0;
    border-top: 1px solid #F2F2F2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app .navBox {
    display: flex;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
  }
  #app .navBox .navTitle {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .navBox .leftBoxNav {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #app .navBox .leftBoxNav img {
    width: 20px;
  }
  #app .navBox .rightBoxNav {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #app .navBox .rightBoxNav img {
    width: 20px;
  }
  #app.typeOld .contentBox .detailTitle {
    font-size: 22px;
  }
  #app.typeOld .contentBox .subheadingBox {
    font-size: 16px;
  }
  #app.typeOld .contentBox .textDetail {
    margin: 18px auto;
    font-size: 20px;
  }
  #app.typeOld .contentBox .imgDetail {
    margin: 18px auto;
    display: flex;
    justify-content: center;
  }
  #app.typeOld .contentBox .imgDetail img {
    max-width: 340px;
  }
  #app.typeOld .contentBox .nextBox {
    font-size: 20px;
  }
  #app.typeOld .navBox {
    height: 50px;
  }
  #app.typeOld .navBox .navTitle {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  #app.typeOld .navBox .leftBoxNav {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
  }
  #app.typeOld .navBox .leftBoxNav img {
    width: 20px;
  }
  #app.typeOld .navBox .rightBoxNav {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #app.typeOld .navBox .rightBoxNav img {
    width: 20px;
  }
}



.loginItems{
	    
	    width: 90px;
	    height: 80px;
	    text-align: center;
	    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
	    font-size: 14px;
	    display: none;
	    line-height: 30px;
	    padding-top: 12px;
	    left: 0;
	    border-bottom: 1px solid #eeeeee;
}
.fttttt:hover .loginItems{
	
	display:block !important;
}

.abcd a{
	color:#434343
}