.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;
  padding: 10px 0;
  font-weight:bold;
}
.NewsRightBlockStyle .list{
	padding-top:1px;
	text-decoration:none;
}
.NewsRightBlockStyle .list b{
	padding-top:1px;
	text-decoration:none;
}

.NewsRightBlockStyle .list h3{padding-top:10px; line-height:15px;}

.NewsRightBlockStyle .list a {
  margin-bottom: 2px;
  font-size:14px;
  color:#666666;
}

.NewsRightBlockStyle .list a:hover {
  color:#000;
}



				/*hover动画*/
.hover-animation, .hover-animation em { -webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out; position: relative; }
.hover-animation em { display: block; width: 0; height: 100%; background-color: #2693c1; position: absolute; left: 0; top: 0; z-index: 1; }
.hover-animation span { position: relative; z-index: 2; }
.hover-animation:hover em { width: 100%; }
.hover-animation:hover span{ color:#fff !important}

.NewsRightBlockStyle .list .hot-label b { padding-bottom: 25px;font-size:18px; font-weight: bold;color: #181818; padding-top:15px;}
.NewsRightBlockStyle .list .hot-label a { float: left; padding: 6px 10px; background-color: #f8f8f8; margin:0 10px 10px 0;width:auto;height:auto; }
.NewsRightBlockStyle .list .hot-label a:hover {color: #fff;}
.NewsRightBlockStyle .list .hot-label h2 { padding-bottom: 25px; }

.NewsRightBlockStyle .list .hot-label::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}


.icons-qwtg {
    display: block;
     background-image: url(../image/icons_qwtg.png); 
    background-repeat: no-repeat;
}

.icon-label {
    display: inline-block;
    width: 14px;
    height: 14px;
	background-position: -135px -112px;
    margin-right: 6px;
}




.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 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;
}
.BreadCrumbs{
	padding:20px 0;
}
.BreadCrumbs,.BreadCrumbs a{
	color:#444444;
	font-size:14px;
}

.NewsRightBlockStyle,.news_left{margin-top:0;}