.WantToConsulting {
  margin-top: 40px;
}

.WantToConsulting .sultingTitle {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 20px;
}

.WantToConsulting .form form {
  display: flex;
}

.WantToConsulting .form form .styleblock {
  flex: 1;
  border: 1px solid #e2e2e2;
  padding: 0 18px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #ababab;
  font-size: 14px;
  margin-right: 10px;
}

.WantToConsulting .form form .styleblock span {
  margin-right: 10px;
}

.WantToConsulting .form form .styleblock input {
  outline: none;
  border: 0;
  flex: 1;
  min-width: 0;
}

.WantToConsulting .form form .submit {
  width: 240px;
  height: 50px;
  background: #2897c2;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
}

.QrCode {
  margin: 30px 0;
}

.QrCode .TopBlock .ContentBlock {
  border-top: 1px solid #dcdcdc;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.QrCode .TopBlock .ContentBlock .img img {
  width: 170px;
}

.QrCode .TopBlock .ContentBlock .Vtext {
  padding-left: 10px;
}

.QrCode .TopBlock .ContentBlock .Vtext .Vtitle {
  font-size: 16px;
  color: #2e2e2e;
  padding-top: 10px;
  margin-bottom: 10px;
}

.QrCode .TopBlock .ContentBlock .Vtext .Vdesc {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.QrCode .BottomBlock {
  font-size: 16px;
  color: #2e2e2e;
  padding-top: 30px;
  line-height: 26px;
}

.QrCode .BottomBlock a {
  font-size: 16px !important;
  color: #2e2e2e !important;
}

.NewsRightBlockStyle {
  width: 27%;
  padding: 0 35px;
  box-sizing: border-box;
  float: right;
  margin: 50px 0 25px;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.NewsRightBlockStyle .title {
  font-size: 18px;
  color: #181818;
  text-align: center;
  padding: 30px 0;
  display:none;
}
.NewsRightBlockStyle .list{
	padding-top:30px;
}

.NewsRightBlockStyle .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  margin-bottom: 2px;
  height: 60px;
}

.NewsRightBlockStyle .list a:hover span {
  color: #2897c2;
}

.NewsRightBlockStyle .list a:hover .img img:nth-of-type(2) {
  display: block;
}

.NewsRightBlockStyle .list a:hover .img img:nth-of-type(1) {
  display: none;
}

.NewsRightBlockStyle .list a.kkhover span {
  color: #2897c2;
}

.NewsRightBlockStyle .list a.kkhover .img img:nth-of-type(2) {
  display: block;
}

.NewsRightBlockStyle .list a.kkhover .img img:nth-of-type(1) {
  display: none;
}

.NewsRightBlockStyle .list a span {
  font-size: 14px;
  color: #181818;
}

.NewsRightBlockStyle .list a .img {
  margin-left: 16px;
}

.NewsRightBlockStyle .list a .img img:nth-of-type(1) {
  display: block;
}

.NewsRightBlockStyle .list a .img img:nth-of-type(2) {
  display: none;
}

.NewsRightBlockStyle .rightImgLogo {
  margin-top: 30px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.NewsRightBlockStyle .rightImgLogo p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.NewsRightBlockStyle .rightImgLogo img {
  margin-bottom: 25px;
}

.RecommendedReading {
  margin-top: 30px;
}

.news_left {
  margin-bottom: 0;
  padding-bottom: 30px;
}