body, p, a{
    font-family: "Helvetica Neue", "Helvetica", "sans-serif";
}

a{
    color: #000;
    text-decoration: none;
}

.sub-header {
    height: 40px;
    background: url(../images/fix-header-bg.png) repeat;
    text-align: center;
}
.sub-header .main-nav {
    margin: 0;
    overflow: hidden;
}
.sub-header .main-nav .main-logo {
    float: left;
    width: 70px;
    padding: 11px 0 0 0;
    margin-left: 40px;
}
.sub-header .main-nav .main-logo img {
    width: 100%;
}

.mobile .sub-header{
    display: none;
}
.mobile-header{
    display: none;
}
.mobile .mobile-header{
    display: block;
}


  .desktop .detail-page .content{
      padding: 90px 0 0 0;
  }
  
  .desktop .footer-bottom {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 974px;
    padding: 60px 0 0 0;
    background: #f4f5f9;
  }
  .desktop .footer-bottom ul {
    text-align: center;
  }
  .desktop .footer-bottom ul li {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 88px 0 90px;
    background: url(../images/footer-link-bg.png) no-repeat right center;
    background-size: 2px;
  }
  .desktop .footer-bottom ul li:last-child {
    background: none;
  }
  .desktop .footer-bottom ul li p a{
    font-size: 18px;
    color: #363636;
    font-weight: bold;
  }
  .desktop .footer-bottom .copyright {
    padding: 24px 0 30px 0;
    font-size: 14px;
    text-align: center;
    color: #303030;
  }

  .mobile .footer-bottom {
    margin: 20px 0 0 0;
    width: 100%;
    height: 11%;
    left: 0;
    bottom: 0;
    background: url(../images/footer-bg.png) repeat 0 0;
    padding: 0 0 15px 0;
    position: relative;
    
  }
  .mobile .footer-bottom ul {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .mobile .footer-bottom ul li {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 8px 0 10px;
    background: url(../images/footer-link-bg.png) no-repeat right center;
    background-size: 2px;
  }
  .mobile .footer-bottom ul li:last-child {
    background: none;
  }
  .mobile .footer-bottom ul li p {
    font-size: 12px;
    color: #303030;
  }
  .mobile .footer-bottom ul li p a{
    font-size: 12px;
    color: #303030;
    font-weight: bold;
  }
  .mobile .footer-bottom .copyright {
    padding: 10px 5px 5px 5px;
    font-size: 12px;
    text-align: center;
    color: #303030;
  }

  .mobile .mobile-header{
      height: 48px;
      border-bottom: 1px solid #5e5e5e;
      margin: 0 10pt;
  }
  .mobile .mobile-header p{
      font-size: 20px;
      line-height: 48px;
      text-align: center;
      font-weight: bold;
  }

  .desktop .content{
      padding: 40px 0 0 0;
  }

  .ar{
      text-align: right;
      direction: rtl；
  }
@media screen and (max-width: 680px){
    .content{
        width: 100%;
        font-family: "Helvetica Neue", "Helvetica", "sans-serif";
    }

    .events{
        margin: 0 10pt 0 10pt;
    }
    .events .title {
        display: none;
    }

    .events .item {
        border-bottom:  0.5pt #5e5e5e solid;
        overflow: hidden;
        padding: 10pt 0 10pt 0;
        position: relative;
    }

    .events .itemTitle {
        float:right;
        width: 51%;
        font-size: 10pt;
        font-weight: 800;
        max-height: 45pt;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .events img {
        float:left;
        width: 44%;
    }

    .events .itemAbstract {
        display: none;

    }

    .events .time {
        width: 51%;
        position: absolute;
        right: 0px;
        bottom: 10pt;
        font-size:8pt;
        color: #929292;
    }


}




@media screen and (min-width: 681px) {
    .content{
        width: 100%;
        max-width:1280px;
        margin: auto;
        font-family: "Helvetica Neue", "Helvetica", "sans-serif";
    }

    .events {
        text-align: left;
        padding-bottom: 24px;
        margin: 0px 20px 0px 20px;
    }
    .events .title {
        display: block;
        padding-bottom: 24px;
        overflow: hidden;
    }
    .events .title p {
        font-size: 40px;
        font-weight: bold;
    }
    .events .title img {
        float: right;
        width: 57px;
        height: 29px;
        margin-top: 15px;
    }
    .events .itemContent {
        overflow: hidden;
        margin: 0;
        margin-bottom: 25px;
        text-align: left;
    }
    .ar .events .itemContent{
        text-align: right;
    }
    .events .itemContent .item {
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: top;
        width: 32%;
        border-top: 1px #303030 solid;
        margin-right: 1%;
        margin-bottom: 24px;
    }
    .events .itemContent .item .itemTitle {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 28px;
        height: 84px;
        font-weight: bold;
        overflow: hidden;
    }
    .events .itemContent .item img {
        width: 100%;
        margin-bottom: 10px;
    }
    .events .itemContent .item .itemAbstract {
        font-size: 12px;
        line-height: 18px;
        color: #525252;
    }
    .events .itemContent .item .time {
        font-size: 14px;
        line-height: 16px;
        color: #929292;
        margin: 16px 0 0 0;
    }
    .events .itemContent .last {
        margin-right: 0px;
    }
}

.desktop .header-link{
}
.desktop .header-link ul{
    text-align: right;
}
.desktop .header-link li{
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
}
.desktop .header-link li a{
    color: #FFF;
    font-size: 12px; 
} 


@media (max-width: 330px) {
    .mobile .footer-bottom ul {
        padding: 10px 0 0 0;
    }
}