@import "./common.css";
@import "../font/iconfont.css";
.test_tab{
  background: url(../images/img_tice_001.png) top center no-repeat;
  height: 391px;
  padding-top: 174px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 30px;
}
.list_test_item{
  width: 1000px;
  position: relative;
  padding: 0 100px;
  height: 157px;
  overflow: hidden;
  padding-top: 25px;
  margin: 0 auto;
}
.list_test_item li{
  float: left;
  width: 111px;
  text-align: center;
}
.list_test_item li div{
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  border: #4a9dfb 1px solid;
}
.list_test_item li div:hover,.list_test_item li div:active{
   background: #4a9dfb;
}
.list_test_item li div:hover i,.list_test_item li div:active i{
  color: #fff;
}
.list_test_item li i{
  color:#4a9dfb ;
  font-size: 50px;
  line-height: 90px;
}
.list_test_item li p{
  line-height: 40px;
  font-size: 12px;
  color:#333;
  text-align: center;
}
.js_pre{
  position: absolute;
  top:60px;
  left: 0;
  cursor: pointer;
}
.js_next{
  position: absolute;
  top:60px;
  right: 0;
  cursor: pointer;
}

.test_content{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.test_con_tit{
  height: 40px;
  border-bottom: #ccc 1px solid;
}
.test_con_tit p{
  line-height: 38px;
  border-bottom: #439cff 2px solid;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 0 20px;
  display: inline-block;
}
.test_con_txt{
  padding: 20px;
}
.test_con_txt p{
  line-height: 25px;
  font-size: 14px;
  color: #000;
}
.test_con_table table{
  border: 1px #ccc solid;
  border-collapse: collapse;
}
.test_con_table td{
  line-height: 30px;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.test_con_table th{
  background-color: #4a9dfb;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
