﻿main .news .newList {
  background: #FFF;
  position: relative;
  box-shadow: 0px 6px 45px 1px rgba(226, 232, 238, 0.72);
}
main .news .newList li.on .leftTime {
  background-color: #1678FB;
}
main .news .newList li.on .rightImg {
  opacity: 1;
}
main .news .newList li {
  display: flex;
  height: 140px;
  border-bottom: 1px solid #F6F6F6;
}
main .news .newList li .leftTime {
  width: 120px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #C1C1C1;
  transition: background-color 0.3s;
}
main .news .newList li .leftTime h3 {
  padding-top: 10px;
  font-size: 42px;
  color: #FFF;
}
main .news .newList li .leftTime p {
  margin-top: 5px;
  font-size: 12px;
  color: #FFF;
}
main .news .newList li .centerTitle {
  box-sizing: border-box;
  width: 500px;
  padding: 20px;
}
main .news .newList li .centerTitle h3 {
  font-size: 16px;
  color: #333;
}
main .news .newList li .centerTitle p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
main .news .newList li .rightImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  opacity: 0;
  transition: opacity .3s;
}
main .news .newList li .rightImg img {
  height: 420px;
  width: 100%;
}
main .news .btnBox {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .news .btnBox a {
  width: 70px;
  height: 30px;
  margin: 0 15px;
  background-image: url(../image/left.png);
  background-size: 100% 100%;
}
main .news .btnBox a:last-child {
  background-image: url(../image/right.png);
  background-size: 100% 100%;
}
main .notice {
  background: #ECECEC;
}
main .notice .item > div {
  margin-bottom: 20px;
  border: 2px solid #3785FF;
  padding: 30px 30px 30px 60px;
}
main .notice .item > div h3 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
main .notice .item > div h3 img {
  width: 20px;
  margin-left: -35px;
}
main .notice .item > div h3 span {
  padding-left: 15px;
  font-size: 16px;
}
main .notice .item > div p {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  line-height: 2;
}
main .notice .item > div .p1 {
  font-size: 14px;
  color: #333;
}
main .notice .item > div .btn {
  margin-top: 20px;
  width: 100px;
  height: 30px;
}
main .notice .item > div .btn > a {
  font-size: 13px;
}
main .new-list .item {
  margin-bottom: 50px;
}
main .new-list .item .left {
  overflow: hidden;
  height: 200px;
}
main .new-list .item .left img {
  width: 100%;
}
main .new-list .item .right {
  padding: 15px;
  padding-left: 30px;
}
main .new-list .item .right h3 {
  font-size: 22px;
  color: #333;
}
main .new-list .item .right p.tips {
  margin: 15px 0 20px;
}
main .new-list .item .right p.tips span {
  color: #6AAAF6;
  font-size: 13px;
}
main .new-list .item .right p.tips span.time {
  padding-left: 15px;
  color: #999;
}
main .new-list .item .right p.info {
  font-size: 14px;
  color: #666;
  line-height: 2;
  max-height: 85px;
  overflow: hidden;
}
h3.more a{
  color: #333;
  display: inline-block;
  padding: 8px 22px;
  border: 1px solid #666;
  border-radius: 50px;
}