@charset "UTF-8";
/*! PC端 */
@media screen and (min-width: 960px) { .newslist .item { display: block; margin-top: 20px; height: 230px; }
  .newslist .item:hover { background: #EEEEEE; }
  .newslist .item:hover .detail .title { color: #1E4FB1; }
  .newslist .item .pic { float: left; padding-top: 15px; padding-left: 15px; width: 300px; height: 200px; }
  .newslist .item .pic img { width: 100%; height: 100%; }
  .newslist .item .detail { float: left; width: 830px; margin-left: 25px; margin-top: 25px; }
  .newslist .item .detail .title { line-height: 40px; font-size: 18px; color: #707070; }
  .newslist .item .detail .summary { display: block; overflow: hidden; margin-bottom: 15px; height: 100px; line-height: 25px; margin-top: 15px; font-size: 14px; color: #707070; }
  .newslist .item .detail .time { font-size: 14px; color: #707070; }
  .pageitems { border-top: 1px solid #ddd; margin-top: 30px; padding-top: 30px; padding-bottom: 50px; font-size: 16px; }
  .pageitems .tleft a, .pageitems .tright a { color: #000; }
  .pageitems .tleft a:hover, .pageitems .tright a:hover { color: #1e4fb1; } }

/*! 移动端 */
@media screen and (max-width: 960px) { .banner img { width: 10rem; }
  .ui-tab .item { width: 2.36111rem; height: 1.38889rem; line-height: 1.38889rem; }
  .newslist .item { display: block; margin: 0.83333rem auto; width: 9.02778rem; height: 5.55556rem; -webkit-box-shadow: 0 0 0.41667rem #666; box-shadow: 0 0 0.41667rem #666; }
  .newslist .item .pic { width: 100%; height: 400px; }
  .newslist .item .pic img { width: 100%; height: 100%; }
  .newslist .item .detail { position: absolute; display: block; margin-top: -0.97222rem; padding-left: 0.27778rem; padding-right: 0.27778rem; width: 9.02778rem; height: 0.97222rem; line-height: 0.97222rem; background: #222; text-align: center; opacity: 0.85; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .newslist .item .detail .title { display: block; color: #fff; overflow: hidden; width: 8.47222rem; text-overflow: ellipsis; white-space: nowrap; }
  .newslist .item .detail .summary { display: none; }
  .newslist .item .detail .time { display: none; } }
