
.new-box{
  background-color: #fff;
  text-align: center;
  min-width: 1200px;
}
.new-box .banner{
  position: relative;
  height: 301px;
  background: url("/images/information.png") no-repeat center 100%;
}
.titie .picture{
  width:100%;
  height: 300px;
}
.theme{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.theme-message{
  height: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}
.theme .hint{
  color: #b8b8b8;
  font-size: 16px;
}

.content{
  text-align: left;
  width: 1200px;
  margin: 30px auto 50px  auto ;
  display: inline-block;
}
.article-box{
  width: 570px;
  height: 250px;
  display: inline-block;
  margin: 0 20px 20px 0;
  background-color: #fff;
  position: relative;
  /* border: 1px solid #D7D7D7; */
}

.article{
  width: 560px;
  color: #555;
  display: inline-block;
  height: 240px;
  border: 1px solid #D7D7D7;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.article-box:hover {
  border: 1px solid #D7D7D7;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.article-box:hover .article{
  border: none;
}
.article .icon-more:before{
  color:#898989;
  font-size: 25px;
  font-weight: bold;
}

.article:hover .icon-more{
  margin-left: 10px;
  color:#E5E5E5;
  border: 2px solid #E5E5E5;;
}

.article:hover .icon-more:before{
  color:#E5E5E5;;
}

.article:hover .title{
  color:#ff6600;
}


.article .title{
  font-size: 20px;
  font-weight:bold;
  /* 修复资讯标题太长时，显示异常 */
  word-wrap:break-word;
  word-break:break-all;
  overflow: hidden;
  display: inline;

}
.article .btn{
  border:1px solid#D7D7D7;
  font-size: 13px;
  color: #7f7f7f;
  margin-left: 10px;
}
.article .time{
  width: 460px;
  color: #7f7f7f;
  margin: 10px 0 15px 0;
}
.article .message{
  /* width: 440px; */
  height: 40px;
  color: #7f7f7f;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  display: inline-block;
  overflow: hidden;

}
.article  .message .text{
  width: 100%;
  display: -webkit-box;
}

.article .icon-more{
  margin: 20px 0 0;
  border: 2px solid #797979;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}



.empty{
  width: 1200px;
  border: 1px solid #5d5d5d;
  height: 350px;
  color: #555;
  position: relative;
}
.empty-box {
  width: 330px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.empty-box .title{
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.empty-box .text{
  font-size: 16px;
  margin: 45px 0 25px 0;
  display: block;
  text-align: left;
}

.empty-box .btns{
  width: 150px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  color:#535353;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  margin-right: 10px;
}

.empty-box .btns:hover{
  background-color:#ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}

.pag-box{
  background-color: #fff;
}
