@media only screen and (min-width: 770px) {
  #app .contentBox {
    display: flex;
    margin-bottom: 30px;
  }
  #app .contentBox .classList {
    border-radius: 4px;
    /* margin-top: -58px; */
    width: 310px;
    height: 560px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #app .contentBox .classList .classItem {
    width: 260px;
    border-bottom: 1px solid #F3F3F3;
    height: 49px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #434343;
  }
  #app .contentBox .classList .classItem.headerBox {
    width: 100%;
    height: 66px;
    background-color: #1492ff;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .contentBox .classList .classItem.headerBox img {
    width: 22px;
    height: 16px;
    margin-right: 16px;
  }
  #app .contentBox .classDetail {
    /* margin-top: -58px; */
    margin-left: 20px;
    width: 875px;
    height: 560px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 30px;
  }
  #app .contentBox .classDetail .headerBoxClass {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 16px;
    color: #434343;
  }
  #app .contentBox .detailItem {
    display: flex;
    align-items: center;
    height: 50px;
  }
  #app .contentBox .detailItem .icon {
    width: 9px;
    height: 9px;
    background-color: #1492ff;
    margin-right: 20px;
  }
  #app .contentBox .detailItem .name {
    font-size: 20px;
    font-weight: 500;
    color: #434343;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app .contentBox .detailItem .time {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
  }
  #app.typeOld .contentBox {
    display: block;
  }
  #app.typeOld .contentBox .headerBox {
    margin: 25px 0 25px 0;
    align-items: center;
    display: flex;
    border: none;
  }
  #app.typeOld .contentBox .headerBox img {
    width: 40px;
    height: 30px;
  }
  #app.typeOld .contentBox .headerBox .title {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
    margin-left: 26px;
  }
  #app.typeOld .contentBox .classList {
    box-shadow: none;
    flex-direction: row;
    width: 100%;
    height: 270px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #app.typeOld .contentBox .classList .classItem {
    width: calc(100% / 3 - 10px);
    text-align: center;
    font-size: 36px;
    margin: 0 10px 10px 0;
    font-weight: 500;
    color: #434343;
    height: 80px;
    line-height: 80px;
    background: #F6F6F6;
  }
  #app.typeOld .contentBox .classList .classItem.select {
    color: #1492ff;
  }
  #app.typeOld .contentBox .classDetail {
    margin: 0;
    width: 100%;
  }
  #app.typeOld .contentBox .classDetail .headerBoxClass {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 24px;
    color: #434343;
  }
  #app.typeOld .contentBox .classDetail .detailItem {
    display: flex;
    align-items: center;
    height: 72px;
  }
  #app.typeOld .contentBox .classDetail .detailItem .icon {
    width: 12px;
    height: 12px;
  }
  #app.typeOld .contentBox .classDetail .detailItem .name {
    font-size: 35px;
    font-weight: 500;
    color: #434343;
  }
  #app.typeOld .contentBox .classDetail .detailItem .time {
    font-size: 35px;
    font-weight: 500;
    color: #999999;
  }
}
@media only screen and (max-width: 770px) {
  #app .contentBox {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  #app .contentBox .classList {
    box-shadow: none;
    flex-direction: row;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 9px #1691fc solid;
  }
  #app .contentBox .classList .classItem {
    width: calc(100% / 3 - 6px);
    text-align: center;
    font-size: 14px;
    margin: 10px 3px;
    font-weight: 500;
    color: #434343;
    height: 22px;
    line-height: 22px;
    background: #F6F6F6;
  }
  #app .contentBox .classList .classItem.select {
    color: #1492ff;
    font-weight: bold;
  }
  #app .contentBox .classDetail {
    margin: 0;
    width: 100%;
  }
  #app .contentBox .classDetail .headerBoxClass {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 24px;
    color: #434343;
  }
  #app .contentBox .classDetail .detailItem {
    display: flex;
    align-items: center;
    height: 44px;
    border-bottom: 1px solid #F6F6F6;
  }
  #app .contentBox .classDetail .detailItem .icon {
    width: 4px;
    height: 4px;
    background-color: #1492ff;
    margin-right: 5px;
  }
  #app .contentBox .classDetail .detailItem .name {
    font-size: 16px;
    font-weight: 500;
    color: #434343;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app .contentBox .classDetail .detailItem .time {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
  }
  #app .relevantBox {
    width: 100%;
    background-color: #ececec;
    box-sizing: border-box;
    padding: 16px;
  }
  #app .relevantBox .titleBox {
    border-bottom: #1691fc 3px solid;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1492FF;
    padding-bottom: 10px;
  }
  #app .relevantBox .relevantList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #app .relevantBox .relevantList .relevantItem {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
  }
  #app .relevantBox .relevantList .relevantItem .icon {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 5px;
    background: #1492FF;
  }
  #app.typeOld .contentBox .classList .classItem {
    font-size: 18px;
  }
  #app.typeOld .contentBox .classDetail .detailItem {
    height: 66px;
  }
  #app.typeOld .contentBox .classDetail .detailItem .icon {
    width: 8px;
    height: 8px;
  }
  #app.typeOld .contentBox .classDetail .detailItem .name {
    font-size: 20px;
    font-weight: 500;
    color: #434343;
  }
  #app.typeOld .contentBox .classDetail .detailItem .time {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
  }
  #app.typeOld .relevantBox .titleBox {
    font-size: 24px;
  }
  #app.typeOld .relevantBox .relevantList .relevantItem .name {
    font-size: 18px;
  }
  #app.typeOld .relevantBox .relevantList .relevantItem .icon {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 5px;
  }
}
.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/web3026/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;}





 .app .middle .newitems {
    border-top: none;
    border-bottom: 9px solid #1492FF;
  }
  
  
  
  .app .items .itemHeaderBox {
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    height: 66px;
    display: flex;
    align-items: center;
  }
  
  
  
  .app .items .itemHeaderBox .timeBox {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
    flex: 1;
  }
  
  
  .app .items .itemHeaderBox .newsItemBox {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
	width: 50%;
  }
  
  
  .app .items .itemHeaderBox .timeBox img {
    width: 20px;
    height: 20px;
    margin-right: 14px;
  }
  
  
  
  .app .items .itemHeaderBox .newsItemBox {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
  }
  .app .items .itemHeaderBox .newsItemBox .icon {
    width: 8px;
    height: 8px;
    margin-right: 14px;
    background: #1492FF;
    border-radius: 50%;
  }
  
  
  
  
  
  
/*  .app .middle .address {
    width: calc(100% - 21px - 21px);
    color: #434343;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    font-size: var(--litSize);
    box-sizing: border-box;
    background-color: #f8f8f8;
  }
  
  
  .app .middle .address .bottomTopBox {
    line-height: calc(var(--scaleNormal) * 50px);
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ededed;
  } */