.home {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-top: 0.9rem;
  justify-content: space-between;
}
.home .Title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  background-color: #1f4180;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 15px;
}
.home .Title h1 {
  font-size: 0.28rem;
}
.home .Title h1 span {
  font-size: 16px;
}
.home .Title .more {
  font-size: 0.14rem;
}
.home .Title .more:hover{
  color:#f8ac00;
}
.home .Title .more p:last-child {
  font-size: 10px;
}
.home .dynamic {
  width: 70%;
  height: 4.84rem;
}
.home .dynamic .container {
  padding: 30px;
  border: 1px solid #dddddd;
  display: flex;
}
.home .dynamic .container .swiper {
  width: 6.04rem;
  margin-right: 20px;
}
.home .dynamic .container .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .dynamic .container .content .item {
  border-bottom: 1px solid #dddddd;
}
.home .dynamic .container .content .item h5 {
  width: 100%;
  font-size: 24px;
  color: #f8ac00;
  text-align: right;
  font-weight: 400;
  margin-bottom: 10px;
}
.home .dynamic .container .content .item p {
  width: 100%;
  font-size: 0.16rem;
  margin-bottom: 14px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .notice {
  flex: 1;
  margin-left: 0.55rem;
}
.home .notice .container {
  height: 4.84rem;
  padding: 38px 0.3rem;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .notice .container .item {
  display: flex;
  align-items: flex-end;
}
.home .notice .container .item .time {
  width: 1.05rem;
  height: 1.05rem;
  background-color: #f8ac00;
  color: #fff;
  text-align: center;
  padding: 0.24rem;
  align-content: flex-end;
}
.home .notice .container .item .time h1 {
  font-size: 0.34rem;
  border-bottom: 1px solid;
}
.home .notice .container .item .time p {
  font-size: 0.14rem;
}
.home .notice .container .item .text {
  margin-left: 0.2rem;
}
.home .notice .container .item .text:hover a {
  color: #f8ac00;
}
.home .notice .container .item .text a {
  color: #000;
}
.home .notice .container .item .text a h5 {
  font-weight: 500;
  font-size: 16px;
}
.home .notice .container .item .text a p {
  font-size: 10px;
  margin-top: 10px;
}
.home .other {
  width: 100%;
  display: flex;
  margin: 1.16rem 0;
  justify-content: space-between;
}
.home .other .content {
  border: 1px solid #dddddd;
  width: 31%;
  padding: 0.5rem;
  padding-bottom: 30px;
}
.home .other .content h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 0.34rem;
}
.home .other .content .img {
  width: 100%;
  margin-bottom: 0.24rem;
  height: 2.8rem;
  display: block;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-ou;
}

.home .other .content .img:hover{ 
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05); 
  -ms-transform: scale(1.05); 
}

.home .other .content p {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .other .content p:last-child {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}
.home .other .content .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.home .other .content .text {
  font-size: 16px;
  margin-bottom: 0.2rem;
}
.home .container3 {
  width: 48%;
  height: 4rem;
  display: flex;
}
.home .container3 .title {
  width: 96px;
  height: 100%;
  background-color: #1f4180;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.45rem;
  padding-bottom: 0.26rem;
  align-items: center;
}
.home .container3 .title h1 {
  font-size: 0.28rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.14rem;
}
.home .container3 .title .more {
  font-size: 0.14rem;
}
.home .container3 .title .more a:hover{
  color:#f8ac00;
}
.home .container3 .content {
  border: 1px solid #ddd;
  border-left: none;
  flex: 1;
  padding: 0 0.46rem;
  padding-top: 0.62rem;
}
.home .container3 .content .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.16rem;
  margin-bottom: 0.2rem;
  align-items: center;
}
.home .container3 .content .item:hover .time, .home .container3 .content .item:hover .text {
  color: #f8ac00;
}
.home .container3 .content .item .text {
  width: 4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .container3 .content .item .time {
  font-size: 0.14rem;
  color: #777;
}


/*# sourceMappingURL=index.css.map */