.home-wrapper {
  min-width: 1190px;
}
.home-wrapper .home-top {
  height: 484px;
  position: relative;
}
.home-wrapper .home-top .home-top-center {
  position: absolute;
  left: 228px;
  top: 16px;
  width: 740px;
  height: 468px;
}
.home-wrapper .home-top .home-top-center .home-banner-items {
  width: 740px;
  height: 340px;
  position: relative;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items:hover + .home-banner-nav .banner-switch {
  background: rgba(0, 0, 0, 0.5);
}
.home-wrapper .home-top .home-top-center .home-banner-items li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items li a {
  display: block;
  height: 100%;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items li:first-child {
  display: block;
  opacity: 1;
}
.home-wrapper .home-top .home-top-center .home-banner-nav {
  width: 740px;
  position: relative;
  display: none;
}
.home-wrapper .home-top .home-top-center .home-banner-nav:hover .banner-switch {
  background: rgba(0, 0, 0, 0.5);
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch {
  position: absolute;
  top: -200px;
  cursor: pointer;
  height: 60px;
  width: 32px;
  text-align: center;
  line-height: 60px;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch i {
  font-size: 32px;
  color: #fff;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch.left-switch {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch.right-switch {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-ul {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: center;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-ul span {
  background-color: #fff;
  border-radius: 5px;
  width: 9px;
  height: 8px;
  cursor: pointer;
  margin-left: 5px;
  transition: width linear 0.3s;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-ul span.active {
  width: 21px;
}
.home-wrapper .home-top .home-top-center .btm-advs {
  margin-top: 16px;
}
.home-wrapper .home-top .home-top-center .btm-advs .btm-adv {
  margin-left: 16px;
}
.home-wrapper .home-top .home-top-center .btm-advs .btm-adv:first-child {
  margin-left: 0;
}
.home-wrapper .home-top .home-top-center .btm-advs .btm-adv img {
  width: 236px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.home-wrapper .home-top .top-c {
  position: relative;
  width: 100%;
}
.home-wrapper .home-top .top-c .l-nav {
  width: 212px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  height: 484px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item {
  height: 36px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:first-child {
  margin-top: 8px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .first-a {
  display: block;
  height: 36px;
  font-size: 14px;
  color: #000;
  padding: 0 16px 0 15px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .first-a span {
  display: block;
  width: 153px;
  line-height: 36px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .first-a i {
  font-size: 22px;
  color: #666666;
  margin-top: 7px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover {
  background: #f5f7fa;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .first-a {
  color: #09C867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .first-a i {
  color: #09C867;
  left: 14px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .first-a::before {
  display: block;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .right-content {
  display: block;
  border-color: #09c867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 212px;
  width: 772px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 24px 8px 14px;
  overflow: auto;
  display: none;
  z-index: 3;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content::-webkit-scrollbar {
  width: 5px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item h3 {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  position: relative;
  padding-left: 46px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item h3::before {
  display: block;
  content: '';
  width: 16px;
  height: 6px;
  background: #09c867;
  position: absolute;
  left: 0;
  top: 19px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item h3 a {
  color: #333333;
  font-weight: 600;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a {
  height: 45px;
  line-height: 45px;
  margin-left: 46px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a {
  display: block;
  cursor: pointer;
  color: #333;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a.more-clas-a {
  text-decoration: underline;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a.more-clas-a:hover {
  color: #09c867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a:hover strong {
  color: #09c867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a strong {
  font-size: 12px;
}
.home-wrapper .home-top .top-c .r-nav {
  width: 206px;
  height: 468px;
  position: absolute;
  right: 0;
  top: 16px;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 16px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view {
  padding: 20px 0 16px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .text {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn {
  margin-top: 12px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn a {
  font-size: 12px;
  width: 82px;
  height: 26px;
  border-radius: 4px;
  line-height: 26px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn .login-btn {
  border: 1px solid #09c867;
  color: #09c867;
  margin-left: 6px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn .login-btn:hover {
  border-color: #00af56;
  color: #00af56;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .tip {
  color: #ff5a06;
  line-height: 17px;
  margin-top: 10px;
}
.home-wrapper .home-top .top-c .r-nav .login-view {
  padding: 32px 0 24px;
}
.home-wrapper .home-top .top-c .r-nav .login-view img {
  width: 48px;
  height: 48px;
}
.home-wrapper .home-top .top-c .r-nav .login-view .user-info-div {
  margin: 6px 0 0 8px;
}
.home-wrapper .home-top .top-c .r-nav .login-view .user-info-div p {
  color: #666666;
}
.home-wrapper .home-top .top-c .r-nav .login-view .user-info-div a {
  width: 88px;
  height: 28px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 12px;
  margin-top: 8px;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav {
  height: 160px;
  width: 174px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a {
  text-align: center;
  height: 80px;
  width: 87px;
  padding: 12px 0 ;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a:hover p {
  color: #09C867;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a img {
  width: 36px;
  height: 36px;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a p {
  color: #333333;
  line-height: 17px;
  margin-top: 3px;
}
.home-wrapper .home-top .top-c .r-nav .news-r {
  margin-top: 24px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit {
  font-size: 14px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit p {
  color: #333333;
  line-height: 20px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit a {
  color: #717378;
  line-height: 20px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit a i {
  font-size: 20px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms {
  margin-top: 4px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms a {
  height: 17px;
  margin-top: 8px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms a i {
  height: 16px;
  width: 16px;
  background: url('../images/img2.png') no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms a p {
  color: #666666;
  line-height: 17px;
  margin-left: 5px;
  width: 150px;
}
.home-wrapper .section-1 {
  margin-top: 16px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 12px;
}
.home-wrapper .section-1 div {
  width: 576px;
  height: 86px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .section-1 div.yc {
  background-image: url('../images/img16.png');
}
.home-wrapper .section-1 div.sq {
  background-image: url('../images/img17.png');
}
.home-wrapper .section-1 div .itms {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 410px;
  height: 64px;
  overflow: hidden;
}
.home-wrapper .section-1 div .itms li {
  margin: 6px 0 0 8px;
  width: 130px;
  height: 54px;
}
.home-wrapper .section-1 div .itms li:first-child {
  margin-left: 0;
}
.home-wrapper .section-1 div .itms li a {
  width: 130px;
  height: 54px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.home-wrapper .section-1 div .itms li a img {
  width: 130px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.home-wrapper .section-2 {
  padding: 16px 0;
  background: #fff;
  margin-top: 16px;
}
.home-wrapper .section-2 .sec2-itm {
  margin-left: 95px;
}
.home-wrapper .section-2 .sec2-itm:first-child {
  margin-left: 0;
}
.home-wrapper .section-2 .sec2-itm .sec2-itml img {
  width: 64px;
  height: 64px;
}
.home-wrapper .section-2 .sec2-itm .sec2-itmr {
  margin-left: 12px;
}
.home-wrapper .section-2 .sec2-itm .sec2-itmr p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.home-wrapper .section-4 {
  margin-top: 16px;
  height: 476px;
}
.home-wrapper .section-4 .sec4-l {
  width: 415px;
  height: 476px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-4 .sec4-l .swts {
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.home-wrapper .section-4 .sec4-l .swts li {
  line-height: 50px;
  font-size: 16px;
  color: #717378;
  margin-left: 48px;
  cursor: pointer;
  position: relative;
}
.home-wrapper .section-4 .sec4-l .swts li::after {
  position: absolute;
  display: block;
  content: '';
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-wrapper .section-4 .sec4-l .swts li:first-child {
  margin-left: 16px;
}
.home-wrapper .section-4 .sec4-l .swts li.active {
  color: #09C867;
}
.home-wrapper .section-4 .sec4-l .swts li.active::after {
  background: #09c867;
}
.home-wrapper .section-4 .sec4-l .swts li:hover {
  color: #09C867;
}
.home-wrapper .section-4 .sec4-l .datas {
  height: 400px;
  margin: 8px 16px 0;
}
.home-wrapper .section-4 .sec4-l .datas li {
  font-size: 14px;
  color: #333;
  height: 40px;
  padding: 0 8px;
}
.home-wrapper .section-4 .sec4-l .datas li:nth-child(even) {
  background: #f3f6f8;
}
.home-wrapper .section-4 .sec4-l .datas li:nth-child(odd) i {
  background: #f5f7f9;
}
.home-wrapper .section-4 .sec4-l .datas li i,
.home-wrapper .section-4 .sec4-l .datas li img {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
.home-wrapper .section-4 .sec4-l .datas li i {
  text-align: center;
  line-height: 24px;
  border-radius: 50% 50%;
  background: #fff;
}
.home-wrapper .section-4 .sec4-l .datas li a {
  color: #666666;
  line-height: 40px;
  margin-left: 7px;
  max-width: 300px;
}
.home-wrapper .section-4 .sec4-l .datas li p {
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid #09C867;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 16px;
}
.home-wrapper .section-4 .sec4-l .datas li p.up {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #E61211;
  top: 10px;
}
.home-wrapper .section-4 .sec4-c {
  margin-left: 11px;
  width: 415px;
  height: 476px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-4 .sec4-c .t {
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  padding-left: 16px;
}
.home-wrapper .section-4 .sec4-c .user-banner {
  color: #333;
  margin: 16px 16px 0;
  font-size: 14px;
}
.home-wrapper .section-4 .sec4-c .user-banner .name {
  width: 160px;
}
.home-wrapper .section-4 .sec4-c .user-banner .name a {
  color: #333;
}
.home-wrapper .section-4 .sec4-c .user-banner .time {
  width: 103px;
}
.home-wrapper .section-4 .sec4-c .user-banner .msg {
  width: 112px;
}
.home-wrapper .section-4 .sec4-c .user-banner .title {
  background: #f3f6f8;
  border: 1px solid #ebebeb;
  height: 38px;
}
.home-wrapper .section-4 .sec4-c .user-banner .title li {
  border-left: 1px solid #ebebeb;
  padding: 0 16px;
  color: #333;
  box-sizing: border-box;
  line-height: 38px;
}
.home-wrapper .section-4 .sec4-c .user-banner .title li:first-child {
  border-left: none;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper {
  height: 360px;
  overflow: hidden;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msgs {
  position: relative;
  z-index: 1;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg {
  border: 1px solid #ebebeb;
  border-top: none;
  height: 39px;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg:nth-child(even) {
  background: #f3f6f8;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg div {
  border-left: 1px solid transparent;
  padding: 0 16px;
  color: #666;
  box-sizing: border-box;
  line-height: 39px;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg div:first-child {
  border-left: none;
}
.home-wrapper .section-4 .sec4-r {
  width: 338px;
  height: 476px;
  background: #ffffff;
  border-radius: 8px;
  margin-left: 11px;
}
.home-wrapper .section-4 .sec4-r .t {
  width: 338px;
  height: 79px;
  background-image: url('../images/img18.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-wrapper .section-4 .sec4-r .inq-form {
  margin: 24px 16px 0;
  width: 306px;
  height: 347px;
  background: #f3f6f8;
  border-radius: 16px;
  border-top: 1px solid transparent;
}
.home-wrapper .section-4 .sec4-r .inq-form.no-cookie {
  height: 284px;
}
.home-wrapper .section-4 .sec4-r .inq-form .itm {
  font-size: 14px;
  margin-top: 24px;
  margin-left: 13px;
  position: relative;
}
.home-wrapper .section-4 .sec4-r .inq-form .itm .lb {
  color: #333330;
  line-height: 36px;
  width: 70px;
  text-align: right;
}
.home-wrapper .section-4 .sec4-r .inq-form .itm .lb b {
  color: #FF0606;
  margin-right: 2px;
}
.home-wrapper .section-4 .sec4-r .inq-form .itm input {
  width: 184px;
  height: 36px;
  background: #ffffff;
  border-radius: 2px;
  line-height: 32px;
  padding: 0 8px;
  margin-left: 10px;
}
.home-wrapper .section-4 .sec4-r .inq-form .itm input.code-ipt {
  width: 200px;
  padding-right: 100px;
}
.home-wrapper .section-4 .sec4-r .inq-form .itm .get-code-a {
  position: absolute;
  right: 20px;
  top: 6px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  width: 76px;
  height: 24px;
  background: #09c867;
  border-radius: 2px;
  color: #fff;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn {
  width: 169px;
  height: 46px;
  background-image: url('../images/img19.png');
  margin: 30px auto 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn::after {
  display: block;
  content: '';
  width: 41px;
  height: 44px;
  position: absolute;
  top: 20px;
  background: url('../images/img20.png') no-repeat;
  background-size: 100% 100%;
  right: -7px;
  z-index: 3;
  animation: scale2 2s infinite linear;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn i {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50% 50%;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn i::before {
  z-index: 2;
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50%;
  background: rgba(255, 255, 255, 0.16);
  animation: scale1 2s infinite linear;
}
.home-wrapper .section-4 .sec4-r .check-agree {
  cursor: pointer;
  margin: 24px 31px 0;
}
.home-wrapper .section-4 .sec4-r .check-agree.active i {
  color: #09C867;
}
.home-wrapper .section-4 .sec4-r .check-agree i {
  color: #E6E6E6;
}
.home-wrapper .section-4 .sec4-r .check-agree span {
  color: #333330;
  margin-left: 8px;
  width: 251px;
  line-height: 18px;
}
.home-wrapper .section-4 .sec4-r .check-agree span a {
  color: #666;
}
.home-wrapper .section-6 {
  margin-top: 16px;
}
.home-wrapper .section-6 a {
  width: 100%;
  height: 136px;
  border-radius: 8px;
}
.home-wrapper .section-6 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.home-wrapper .section-7 {
  margin-top: 16px;
}
.home-wrapper .section-7 .sec7-l {
  width: 416px;
  height: 346px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-7 .sec7-l a {
  text-align: center;
  width: 208px;
  height: 173px;
  padding-top: 22px;
}
.home-wrapper .section-7 .sec7-l a.itm1 {
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.home-wrapper .section-7 .sec7-l a.itm3 {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.home-wrapper .section-7 .sec7-l a.itm4 {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.home-wrapper .section-7 .sec7-l a:hover p {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-l a img {
  width: 120px;
  height: 92px;
}
.home-wrapper .section-7 .sec7-l a p {
  color: #333333;
  line-height: 17px;
  margin-top: 20px;
}
.home-wrapper .section-7 .sec7-r {
  width: 761px;
  height: 346px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-7 .sec7-r .swts {
  height: 35px;
  padding-top: 32px;
  border-bottom: 1px solid #ebebeb;
}
.home-wrapper .section-7 .sec7-r .swts .swt {
  line-height: 26px;
  font-size: 16px;
  color: #717378;
  margin-left: 32px;
  position: relative;
  cursor: pointer;
}
.home-wrapper .section-7 .sec7-r .swts .swt:hover {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-r .swts .swt::after {
  position: absolute;
  display: block;
  content: '';
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -9px;
}
.home-wrapper .section-7 .sec7-r .swts .swt.active {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-r .swts .swt.active::after {
  background: #09c867;
}
.home-wrapper .section-7 .sec7-r .swts .more-li {
  line-height: 26px;
  margin-right: 20px;
}
.home-wrapper .section-7 .sec7-r .swts .more-li a {
  color: #999999;
  font-size: 14px;
}
.home-wrapper .section-7 .sec7-r .swts .more-li a i {
  margin-left: 4px;
}
.home-wrapper .section-7 .sec7-r .news-wrp {
  margin-top: 8px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms.itms-hide {
  display: none;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm {
  border-bottom: 1px solid #ecf1f7;
  margin: 0 24px;
  padding: 24px 0 10px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm:hover a .new-t {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm:hover a i {
  display: block;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time {
  width: 120px;
  padding: 4px 0 0 5px ;
  color: #999;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .day {
  color: #333;
  font-size: 26px;
  line-height: 35px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .day b {
  color: #999;
  margin: 0 5px 0 3px;
  font-size: 22px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .month,
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .year {
  line-height: 16px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .month {
  margin-top: 1px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm a {
  width: 550px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm a .new-t {
  color: #333;
  font-size: 14px;
  line-height: 17px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm a .new-c {
  color: #999999;
  line-height: 20px;
  margin-top: 12px;
}