

.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.w1520 {
  width: 69%;
  margin: 0 auto;
}

.body-wrap.left, header.left .header-main {
  transform: translateX(-66%);
}
.body-wrap .loader {
  z-index: 10;
}

.news-wrap {
	padding-top: 10px;
}
.news-wrap .top-tit .year-list {
  line-height: 70px;
}
.news-wrap .top-tit .year-list li {
  font-size: 30px;
  margin-right: 35px;
  line-height: 60px;
  margin-top: 10px;
}
.news-wrap .top-tit .year-list a {
  display: inline-block;
  color: #999;
}
.news-wrap .top-tit .year-list a:hover {
  color: #333;
}
.news-wrap .top-tit .year-list li.hover {
  line-height: 70px;
  font-size: 48px;
  margin-top: 0;
}
.news-wrap .top-tit .year-list li.hover a {
  color: #333;
}
.news-wrap .top-tit .search-box {
  margin-top: 25px;
}
.news-wrap .top-tit .search-box input.tex {
  border: none;
  width: 205px;
  font-size: 12px;
  color: #999;
  height: 13px;
  line-height: 12px;
  padding: 12px 15px 11px;
  background-color: #e2e2e2;
}
.news-wrap .top-tit .search-box .sub-btn {
  border: none;
  width: 40px;
  height: 36px;
  text-align: center;
  color: #fff;
  background: url(../img/ico_32.png) no-repeat center #8f8f8f;
}
.news-wrap .list-wrap {
  /*margin-top: 42px;*/margin-top: 0px;
  position: relative;
  width: 100%;
}
.news-wrap .list-wrap .boxs {
  /*width: 31.5%;*/width: 23%;
  background-color: #fff;
}
.news-wrap .list-wrap .boxs span {
  display: block;
}
.news-wrap .list-wrap .boxs span.tit a{font-size: 16px;font-weight: bold;font-family: "微软雅黑";}
.news-wrap .list-wrap .boxs span.font{line-height: 1.35;}
.news-wrap .list-wrap .boxs span.font a{color: #999;}
.news-wrap .list-wrap .boxs span.cont{padding: ;}
.news-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-wrap .list-wrap .img img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news-wrap .list-wrap .img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.news-wrap .list-wrap .cont-wrap {
  /*width: 85.4%;*/width: 100%;
  /*padding: 25px 7.3% 0;*/padding: 5%;
}
.news-wrap .list-wrap .cont-wrap .date {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #ececec;
}
.news-wrap .list-wrap .cont-wrap .day {
  font-size: 50px;
  line-height: 50px;
  color: #333;
}
.news-wrap .list-wrap .cont-wrap .year {
  line-height: 16px;
}
.news-wrap .list-wrap .cont-box {
  width: 67%;
  margin-left: 6%;
  margin-top: -4px;
}
.news-wrap .list-wrap .cont-box .tit {
  font-size: 16px;
  line-height: 28px;
}
.news-wrap .list-wrap .cont-box .tit a {
  display: inline-block;
  color: #333;
}
.news-wrap .list-wrap .cont-box .font {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 0;
}
.news-wrap .list-wrap .cont-box .font a {
  display: inline-block;
  color: #777;
}
.news-wrap .list-wrap .cont-box .font a:hover {
  color: #333;
}
.news-wrap .list-wrap .bot-link {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 28px;
  line-height: 38px;
}
.news-wrap .list-wrap .bot-link .stt {
  display: inline-block;
  font-size: 14px;
  color: #777;
}
.news-wrap .list-wrap .bot-link .point {
  width: 24px;
  height: 38px;
  background: url(../img/ico_08.png) no-repeat center;
}
.news-wrap .list-wrap .bot-link:hover .stt {
  color: #333;
}
.news-wrap .list-wrap .bot-link:hover .point {
  background: url(../img/ico_08_h.png) no-repeat center;
}
.news-wrap .more-load {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  background-color: #fff;
  font-size: 18px;
  margin: 100px auto 0;
  cursor: pointer;
}
.news-wrap .more-load:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 480px) {
	.news-wrap .list-wrap .boxs{
			width: 48%;
	}
}
@media (max-width: 768px) {
	.body-wrap .w1520{
		width: 100%;
	}
	.news-wrap .w1520{
		width: 90%;
	}
	.news-wrap{
		padding-bottom: 10px!important;
	}
}