.pro {
  width: 1000px;
  margin: auto;
}
.pro .title {
  height: 110px;
  background: url('../img/title.jpg') no-repeat center;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  padding-top: 55px;
}
.pro .title span {
  color: #005aaa;
}
.pro .cont {
  overflow: hidden;
  margin-top: 20px;
}
.pro .cont .tab {
  width: 240px;
  float: left;
}
.pro .cont .tab .tabTitle {
  color: #ffffff;
  background-color: #0259a9;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}
.pro .cont .tab .tabTitle span {
  display: block;
  font-size: 18px;
}
.pro .cont .tab ul {
  background-color: #f2f2f2;
  padding: 0 10px;
}
.pro .cont .tab li {
  line-height: 50px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  background: url('../img/ico.jpg') no-repeat 10px center;
  font-size: 14px;
}
.pro .cont .tab a {
  color: #333335;
}
.pro .cont .tab a.action {
  color: #005ba8;
}
.pro .cont .tabCont {
  width: calc(100% - 260px);
  float: right;
}
.pro .cont .tabCont .item {
  overflow: hidden;
  display: none;
}
.pro .cont .tabCont .item .pic {
  float: left;
  width: calc(100% / 3);
}
.pro .cont .tabCont .item .pic .img {
  width: 228px;
  height: 228px;
  margin: auto;
  border: 1px solid #b8b8b8;
}
.pro .cont .tabCont .item .pic .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.pro .cont .tabCont .item .pic span {
  display: block;
  text-align: center;
  line-height: 40px;
}

.news {
  width: 1000px;
  margin: auto;
}
.news .title {
  height: 110px;
  background: url('../img/title.jpg') no-repeat center;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #005aaa;
  padding-top: 55px;
}
.news .cont {
  background-color: #e7f3ff;
  padding: 5px;
}
.news .cont .newsList {
  overflow: hidden;
}
.news .cont .newsList .item {
  display: block;
  float: left;
  margin: 5px;
  width: calc(100% / 2 - 10px);
  background-color: #ffffff;
  padding: 20px 20px 20px 40px;
  font-size: 14px;
  box-sizing: border-box;
  padding-right: 140px;
  position: relative;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news .cont .newsList .item::before {
  display: block;
  content: '+';
  position: absolute;
  left: 20px;
  top: 20px;
}
.news .cont .newsList .item:hover {
  color: #005aaa;
}
.news .cont .newsList .item span {
  display: block;
  width: 130px;
  position: absolute;
  top: 21px;
  right: 5px;
  font-size: 12px;
}
.news .cont .QA {
  margin-top: 20px;
}
.news .cont .QA .QATitle {
  color: #005aaa;
  font-size: 18px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.news .cont .QA .QATitle::before {
  display: block;
  content: '';
  width: 8px;
  height: 80%;
  background-color: #005aaa;
  position: absolute;
  top: 4px;
  left: 0;
}
.news .cont .QA .QATitle a {
  font-weight: normal;
  float: right;
  font-size: 16px;
  margin-right: 10px;
}
.news .cont .QA .QACont {
  overflow: hidden;
}
.news .cont .QA .QACont .item {
  float: left;
  width: calc(100% / 3 - 20px);
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
}
.news .cont .QA .QACont .item .Q {
  position: relative;
  font-size: 14px;
  line-height: 23px;
  color: #596164;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 40px;
}
.news .cont .QA .QACont .item .Q::before {
  display: block;
  content: '问';
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #025bab;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 8px;
}
.news .cont .QA .QACont .item .A {
  margin-top: 10px;  
  position: relative;
  font-size: 14px;
  line-height: 23px;
  color: #8f919e;
  padding-left: 40px;
}
.news .cont .QA .QACont .item .A::before {
  display: block;
  content: '答';
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #fef600;
  color: #025bab;
  position: absolute;
  top: 0;
  left: 8px;
}