.pdd-page {
  min-width: 1200px;
  font-size: 14px;
  padding-top: 50px;
}
.pdd-page .header {
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  min-width: 1200px;
  border-bottom: 1px solid #ddd;
}
.pdd-page .header .header-icon {
  width: 120px;
}
.pdd-page .header .header-icon img {
  width: 100%;
}
.pdd-page .header .header-nav {
  width: 55%;
  display: flex;
  justify-content: space-around;
}
.pdd-page .header .header-nav span {
  font-size: 13px;
  cursor: pointer;
}
.pdd-page .header .header-nav span:hover {
  color: #ff6770;
}
.pdd-page .header .header-contact .header-enter {
  background: #ff6770;
  color: white;
  border: 1px solid #ff6770;
}
.pdd-page .header .header-contact .header-enter:hover {
  background: #ff6157;
}
.pdd-page .header .header-contact span {
  padding: 6px 18px;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
}
.pdd-page .header .header-contact span i {
  margin-left: 4px;
}
.pdd-page .header .header-contact .ask:hover {
  color: #ff6770;
  border: 1px solid #ff6770;
  cursor: pointer;
}
/* section2 */
.pdd-page .section2 {
  text-align: center;
  margin: 60px 0 20px 0;
}
.pdd-page .section2 img {
  width: 20%;
}
@keyframes verticalCarousel {
  0% {
    top: 0;
  }
  100% {
    top: -3240px;
  }
}
.pdd-page .evaluate {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #ffe9e9;
  padding: 0 18.75%;
  display: flex;
  justify-content: space-between;
}
.pdd-page .evaluate .see-detail {
  color: #ed6263;
  font-size: 16px;
}
.pdd-page .evaluate .evaluate-wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.pdd-page .evaluate .evaluate-swiper {
  position: absolute;
  top: 0;
  left: 140px;
  transition: top 1s linear;
  /* animation: verticalCarousel 108s linear 2s infinite; */
}
/* section3 */
.pdd-page .section3 {
  display: flex;
  justify-content: center;
}
.pdd-page .section3 .section3-icon {
  width: 52px;
  height: 52px;
  display: inline-block;
}
.pdd-page .section3 .section3-icon img {
  width: 100%;
  height: 100%;
}
.pdd-page .section3 .section3-item {
  cursor: pointer;
  display: inline-block;
  width: 220px;
}
.pdd-page .section3 .section3-item div {
  text-align: center;
}
.section-02 {
  position: relative;
}
.section-02-1 {
  padding-top: 48px;
}
.section-02-1 .common-img {
  display: block;
}
.section-02-1 .common-img.first {
  width: 30%;
  margin: 60px auto 40px;
}
.section-02-1 .common-img.second {
  width: 70%;
  margin: 0 auto 60px;
}
.section-02-1 .common-img.third {
  width: 18%;
  margin: 0 auto;
  cursor: pointer;
}
.section3 .normal .normal-title {
  margin-top: 10px;
  color: #7b7b7b;
  font-size: 16px;
}
.section3 .normal {
  padding: 10px 0;
}
.section3 .hover {
  color: white;
  background: #ff6770;
  padding: 10px;
  display: none;
}
.section3 .hover .hover-title {
  font-size: 13px;
}
.section3 .hover .hover-text {
  margin-top: 9px;
  font-size: 12px;
}
.section3-item,
.item1:hover .normal {
  display: none;
}
.section3-item,
.item1:hover .hover {
  display: inline-block;
}
.section3-item,
.item2:hover .normal {
  display: none;
}
.section3-item,
.item2:hover .hover {
  display: inline-block;
}
.section3-item,
.item3:hover .normal {
  display: none;
}
.section3-item,
.item3:hover .hover {
  display: inline-block;
}
/* section4 */
.section4 {
  margin: 20px 0;
  padding: 0 15%;
  height: 80px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #e34747, #ffe4e4);
}
.section4 .section4-item {
  width: 20%;
  color: white;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}
.section4 .section4-title {
  font-size: 15px;
}
.section4 .section4-text {
  font-size: 12px;
}
.section4 .section4-item.item1 {
  background: #ed6263;
  transition: all 1s;
}
.section4 .section4-item.item1:hover {
  background: #e03b3c;
  height: 90px;
  font-size: 15px;
}
.section4 .section4-item.item2 {
  background: #ff7979;
  transition: all 1s;
}
.section4 .section4-item.item2:hover {
  background: #e03b3c;
  height: 84px;
  font-size: 15px;
}
.section4 .section4-item.item3 {
  background: #ff8888;
  transition: all 1s;
}
.section4 .section4-item.item3:hover {
  background: #e03b3c;
  height: 84px;
  font-size: 15px;
}
.section4 .section4-item.item4 {
  background: #ff9c9c;
  transition: all 1s;
}
.section4 .section4-item.item4:hover {
  background: #e03b3c;
  height: 84px;
  font-size: 15px;
}
.section4 .section4-item.item5 {
  background: #ffc3c3;
  transition: all 1s;
  color: #e34747;
}
.section4 .section4-item.item5:hover {
  background: #e03b3c;
  color: white;
  height: 84px;
  font-size: 15px;
}
/* section5 */
.section5 {
  margin: 20px 0 40px 0;
  text-align: center;
}
.section5 img {
  width: 18%;
  cursor: pointer;
}
/* section6 */
.section6 {
  text-align: center;
  margin: 20px 0;
}
.section6 img {
  width: 20%;
}
/* section7 */
.section7 {
  height: 320px;
  background: #434343;
  display: flex;
}
.section7 .section7-item {
  height: 320px;
  background: #656565;
  width: 11.7%;
  cursor: pointer;
  position: relative;
  color: white;
  text-align: center;
  font-size: 12px;
  transition: all 1.5s;
}
.section7 .section7-item .pad10 {
  padding: 0 10%;
}
.section7 .item1 {
  margin-left: 15%;
  background: url('/img/pdd/newHome/section7-bg1.png') no-repeat center;
  background-size: cover;
}
.section7 .item2 {
  background: url('/img/pdd/newHome/section7-bg2.png') no-repeat center;
  background-size: cover;
}
.section7 .item3 {
  background: url('/img/pdd/newHome/section7-bg3.png') no-repeat center;
  background-size: cover;
}
.section7 .item4 {
  background: url('/img/pdd/newHome/section7-bg4.png') no-repeat center;
  background-size: cover;
}
.section7 .item5 {
  background: url('/img/pdd/newHome/section7-bg5.png') no-repeat center;
  background-size: cover;
}
.section7 .item6 {
  background: url('/img/pdd/newHome/section7-bg6.png') no-repeat center;
  background-size: cover;
}
.section7 .section7-item .section7-right-top {
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: center;
  width: 24px;
  border: 1px solid #ff6770;
  color: #ff6770;
  border-radius: 8px;
  padding: 8px 0;
  line-height: 16px;
  transition: all 1.5s;
}
.section7 .section7-item .section7-item-top {
  position: absolute;
  width: 100%;
  top: 24%;
  transition: all 1.5s;
}
.section7 .section7-item .section7-item-bottom {
  position: absolute;
  width: 100%;
  top: 60%;
  opacity: 0;
  transition: all 1.5s;
}
.section7 .section7-item:hover {
  background: #ea7575;
}
.section7 .section7-item:hover .section7-item-top {
  top: 0;
}
.section7 .section7-item:hover .section7-item-bottom {
  opacity: 1;
}
.section7 .section7-item:hover .section7-item-icon {
  color: white;
}
.section7 .section7-item:hover .section7-right-top {
  color: white;
  border-color: white;
}
.section7 .section7-item .section7-item-icon {
  font-size: 60px;
  color: #ff6770;
  transition: all 1.5s;
}
.section7 .section7-item .section7-item-title {
  font-size: 18px;
}
.section7 .section7-item .section7-item-btn {
  padding: 4px 18px;
  border: 1px solid white;
  border-radius: 12px;
  display: inline-block;
  margin-top: 10px;
}
/* section8 */
.section8 {
  text-align: center;
  margin: 30px 0;
}
.section8 img {
  width: 20%;
}
.section8-swiper {
  padding: 0 16%;
  display: flex;
  justify-content: space-between;
}
.section8-swiper .section-swiper-contain {
  width: 70%;
  border: 5px solid #ff6770;
  border-radius: 5px;
}
.section8-swiper .section-swiper-contain img {
  width: 100%;
}
.section8-swiper .section8-side {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.section8-swiper .section8-side .section8-title {
  font-size: 14px;
  color: #7b7b7b;
}
.section8-swiper .section8-side .section8-btn {
  padding: 6px 0;
  width: 115px;
  text-align: center;
  border: 1px solid #aaa;
  color: #7b7b7b;
  cursor: pointer;
}
.section8-swiper .section8-side .btn-right {
  color: #ff6770;
  border-color: #ff6770;
}
.section8-swiper .section8-side .btn-left-hover {
  background: #ccc;
}
.section8-swiper .section8-side .btn-right-hover {
  background: #ff6770;
  color: white;
}
.section8-btn2 {
  padding: 20px 0 60px 0;
  text-align: center;
}
.section8-btn2 img {
  width: 18%;
  cursor: pointer;
}
.section8-contain {
  background: url('/img/pdd/newHome/section8-bg.png') no-repeat bottom;
}
/* section9 */
.section9 img {
  width: 100%;
}
/* section10 */
.section10 {
  margin-top: 50px;
}
.section10 img {
  width: 100%;
}
/* section11 */
.section11 {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.section11 .section-title {
  margin-bottom: 20px;
}
.section11 .cooperation-business {
  position: absolute;
  top: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  color: #666666;
  font-size: 0.8vw;
}
.section11 img {
  width: 100%;
}
.section11 .section11-btn {
  position: absolute;
  left: 44%;
  bottom: 0%;
  width: 14%;
  height: 9%;
  cursor: pointer;
}
/* section12 */
.section12 {
  margin-top: 60px;
  position: relative;
}
.section12 .advantage-wrapper {
  width: 78%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.section12 .advantage-wrapper .advantage-row {
  position: relative;
  text-align: center;
}
.section12 .advantage-wrapper .advantage-row #userAmount2 {
  position: absolute;
  top: 14%;
  left: 12%;
  font-size: 1.6vw;
  font-weight: 600;
  color: #ffffff;
}
.section12 .advantage-wrapper .advantage-row img {
  width: 31%;
  margin: -2.23%;
}
.section12 > img {
  width: 100%;
  vertical-align: middle;
}
/* section11 */
.section13 {
  text-align: center;
  position: relative;
}
.section13 img {
  width: 100%;
  vertical-align: middle;
}
.section13 .section13-btn {
  position: absolute;
  left: 43.5%;
  bottom: 24%;
  width: 13%;
  height: 38%;
  cursor: pointer;
}
/* footer */
.pdd-page-footer {
  height: 200px;
  background: #2d2d2d;
  color: white;
  display: flex;
  align-items: center;
}
.pdd-page-footer .footer-item1 {
  margin-left: 20%;
  display: flex;
}
.pdd-page-footer .footer-item1 .footer-item1-text {
  width: 18px;
  text-align: center;
  line-height: 14px;
}
.pdd-page-footer .footer-item1 .footer-icon {
  margin-left: 10px;
  width: 100px;
  height: 100px;
  border: 1px dashed #8c8787;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.pdd-page-footer .footer-item1 .footer-icon img {
  width: 50%;
}
.pdd-page-footer .footer-item2 {
  font-size: 14px;
  margin-left: 10%;
}
.pdd-page-footer .footer-item2 .pdd-page-contact {
  position: relative;
}
.pdd-page-footer .footer-item2 .icon-wechat {
  color: greenyellow;
  cursor: pointer;
  position: relative;
}
.pdd-page-footer .footer-item2 .wechat-img {
  position: absolute;
  top: -280px;
  width: 200px;
  display: none;
}
.pdd-page-footer .footer-item2 .icon-wechat:hover .wechat-img {
  display: block;
}
.pdd-page-footer .footer-item2 .icon-qq {
  color: #ff6770;
  margin-left: 5px;
  cursor: pointer;
}
.pdd-page-footer .footer-item2 .footer-icp {
  font-size: 12px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.548);
}
.pdd-page-footer .footer-item3 {
  margin-left: 10%;
  display: flex;
}
.pdd-page-footer .footer-item3 .footer-item3-text {
  width: 18px;
  text-align: center;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.pdd-page-footer .footer-item3 .footer-icon {
  margin-left: 10px;
  width: 100px;
  height: 100px;
  border: 1px dashed #cc5959;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.pdd-page-footer .footer-item3 .footer-icon img {
  width: 50%;
}
.pdd-page .fix-right-tool {
  position: fixed;
  right: 0;
  top: 50%;
  width: 30px;
  background: #cc5959;
}
/**
* login
*/
.login-box {
  width: 780px;
  border-radius: 20px;
  background: #ec645e;
  position: relative;
  padding: 33px 18px 23px;
}
.login-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  background-size: 100%;
  background-image: url("/img/pdd/close-white-bg.png");
}
.login-box-outer {
  background: #fff;
  border-radius: 5px;
  padding: 8px;
}
.login-box-content {
  border: 1px dashed #ec645e;
  border-radius: 5px;
  padding: 8px;
}
.login-header {
  display: flex;
}
.login-title {
  flex: 1;
  font-size: 24px;
  color: #f40009;
  font-weight: normal;
}
.login-chose-list {
  padding-left: 160px;
}
.login-chose-list-line {
  background: #999;
  width: 1px;
  height: 20px;
  margin: 8px 10px 0;
}
.login-type-list {
  background: #ec645e;
  border-radius: 4px;
  color: #fff;
  padding: 4px 12px;
  font-size: 18px;
}
.login-type-list .login-type-line {
  background: #fff;
  width: 1px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0;
  display: inline-block;
}
.login-type-list .login-type {
  vertical-align: middle;
  cursor: pointer;
}
.login-type-list .login-type.active {
  color: #eaf209;
}
.accredit-login .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #555;
}
.accredit-login .tip {
  font-size: 14px;
  margin-top: 18px;
  color: #aaa;
}
.extra-info {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}
.pdd-input-box .label-control {
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  width: 80px;
  text-align: right;
}
.pdd-input-box .pdd-input-control {
  width: 300px;
  height: 34px;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  padding-left: 10px;
}
.pdd-input-box .pdd-input-control.proof {
  width: 160px;
  margin-right: 10px;
}
.pdd-input-box .proof-box {
  font-size: 18px;
  color: #ec645e;
  cursor: pointer;
}
.pdd-ok-btn {
  width: 170px;
  background-image: url(/img/pdd/ok-btn.png);
  background-size: 100% 100%;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.red200pic {
  width: 120px;
  position: fixed;
  top: 50%;
  right: 18px;
  cursor: pointer;
  z-index: 99;
}
/* 浮动按钮 */
.side-btn a {
  position: fixed;
  top: 70%;
  right: 18px;
  background-color: #ff7d64;
  color: #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 7px;
  width: 120px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}
.side-btn a:hover {
  background-color: #ff6157;
}
.side-btn:focus {
  outline: none;
}
.connect-us .side-qq {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.open-pdd a {
  margin-top: 60px;
}
.buy a {
  margin-top: 125px;
}
.new_login_box {
  background: #fff;
  border: 1px solid #ff6a6a;
  padding: 80px 20px;
  position: relative;
}
.new_login_box .login_left {
  float: left;
  width: 50%;
  border-right: 1px dashed #ff6a6a;
  text-align: center;
  padding: 10px 0;
}
.new_login_box .login_right {
  float: right;
  text-align: center;
  width: 50%;
  padding: 10px 0;
}
.new_login_box .btn_msg p {
  text-align: center;
  font-size: 18px;
}
.new_login_box .btn_msg p span {
  color: #ff6a6a;
}
.new_login_box .btn_msg a {
  width: 200px;
  padding: 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  background: #ff6a6a;
  margin-top: 30px;
  display: inline-block;
}
.new_set_qq {
  position: absolute;
  bottom: 20px;
  left: 263px;
}
.new_login_box .login-close {
  background: none;
  font-size: 20px;
  cursor: pointer;
}
/**
  新版弹窗样式
*/
.second-login-box {
  width: 623px;
  height: 519px;
  position: relative;
}
.second-login-box .second-login-close {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 2;
  right: 6px;
  cursor: pointer;
}
.second-login-box-outer {
  width: 623px;
  height: 519px;
  position: relative;
}
.second-login-box-outer.first {
  background: url("/img/pdd/loginModal/not-login-bg-2.png") no-repeat left top;
}
.second-login-box-outer.second {
  background: url("/img/pdd/loginModal/owned-login-bg-2.png") no-repeat left top;
}
.second-login-box-outer.first .first-link {
  position: absolute;
  width: 312px;
  height: 59px;
  left: 156px;
  bottom: 111px;
}
.second-login-box-outer.first .second-link {
  position: absolute;
  width: 116px;
  height: 24px;
  left: 253px;
  bottom: 80px;
}
.second-login-box-outer.first .third-link {
  position: absolute;
  width: 100px;
  height: 24px;
  right: 82px;
  bottom: 54px;
}
.second-login-box-outer.second .second-link {
  position: absolute;
  width: 263px;
  height: 57px;
  left: 181px;
  bottom: 131px;
}
.second-login-box-outer.second .third-link {
  position: absolute;
  width: 100px;
  height: 24px;
  right: 82px;
  bottom: 66px;
}
.second-login-box-outer.second .fourth-link {
  position: absolute;
  width: 100px;
  height: 24px;
  left: 261px;
  bottom: 93px;
}
.second-login-info {
  position: absolute;
  text-align: center;
  right: 0;
  top: 170px;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.second-login-info .logo {
  width: 62px;
  border-radius: 50%;
}
.login-link-list {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 25px;
  right: 20px;
  font-size: 0;
}
.login-link-list .link-a:hover {
  text-decoration: underline;
}
.login-link-list .link-list {
  margin-right: 12px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.login-link-list .link-list:last-child {
  margin-right: 0;
}
.login-link-list .link-line {
  width: 1px;
  height: 16px;
  background: #999;
}
.link-ip {
  color: rgba(255, 255, 255, 0.548);
}
.link-ip:hover {
  color: red;
}
.section {
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}
.section.section9 {
  color: #fff;
  text-align: center;
}
.section.section9 .funcs-title {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  left: 8%;
  top: 8%;
}
.section.section9 .funcs-title span:first-child {
  margin-right: 15%;
}
.section.section9 .funcs-item {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  display: flex;
  text-align: left;
  font-size: 14px;
}
.section.section9 .funcs-item .distance {
  width: 22%;
}
.section.section9 .funcs-item span {
  display: inline-block;
  max-width: 330px;
}
.section.section9 .funcs-item.item1 {
  left: 11%;
  top: 14.5%;
}
.section.section9 .funcs-item.item2 {
  left: 5.4%;
  top: 23.5%;
}
.section.section9 .funcs-item.item3 {
  left: -4.2%;
  top: 31.5%;
}
.section.section9 .funcs-item.item4 {
  left: -6%;
  top: 40%;
}
.section.section9 .funcs-item.item5 {
  font-size: 16px;
  left: -8%;
  top: 52%;
}
.section.section9 .funcs-item.item6 {
  left: 1.3%;
  top: 59.5%;
}
.section.section9 .funcs-item.item7 {
  left: 0.4%;
  top: 68.5%;
}
.section.section9 .funcs-item.item8 {
  left: 9.5%;
  top: 76.8%;
}
.section.section9 .funcs-item.item9 {
  left: 9.2%;
  top: 85.3%;
}
.section.section9 .funcs-item .yellow {
  color: yellow;
}
.section .funcs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flex {
  display: flex;
}
.section-title {
  text-align: center;
  color: #ed6263;
  font-weight: 600;
  font-size: 24px;
}
.section-title + .sub-title {
  text-align: center;
  margin: 12px auto;
  color: #999;
}
.section-title::before,
.section-title::after {
  display: inline-block;
  content: '';
  width: 45px;
  height: 20px;
}
.section-title::before {
  background: url('/img/pdd/newHome/section_title_left.png') no-repeat center / cover;
  margin-right: 24px;
}
.section-title::after {
  background: url('/img/pdd/newHome/section_title_right.png') no-repeat center / cover;
  margin-left: 24px;
}
.questions {
  width: 1200px;
  margin: 24px auto 36px auto;
  justify-content: space-between;
}
.questions .question-item {
  color: #fff;
  width: 19%;
  height: 418px;
  border-radius: 10px;
  text-align: center;
}
.questions .question-item.red {
  background: url('/img/pdd/newHome/red.png') no-repeat center / cover;
}
.questions .question-item.black {
  background: url('/img/pdd/newHome/black.png') no-repeat center / cover;
}
.questions .question-item .circle {
  background-color: #fff;
  color: #ed6263;
  font-size: 30px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin: 24px auto;
}
.questions .question-item .desc {
  width: 154px;
  height: 102px;
  padding: 24px 0;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  background: url('/img/pdd/newHome/msg.png') no-repeat center / 100%;
}
.questions .question-item .disadvantage {
  text-align: left;
  margin-top: 24px;
  padding-left: 45px;
}
.news {
  width: 80%;
  min-width: 1000px;
  margin: 48px auto;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding: 24px;
}
.news .plate {
  width: 45%;
  padding: 0 24px;
}
.news .mainArticle {
  cursor: pointer;
}
.news .mainArticle img {
  width: 180px;
  height: 100px;
}
.news .mainArticle .mainDesc {
  width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 80px;
  padding-top: 12px;
}
.news .articleUl {
  padding-left: 24px;
  line-height: 2;
}
.news .articleUl li {
  cursor: pointer;
  list-style: disc;
}

.news .articleUl li a {
  color: inherit;
}
