* {
  padding:0;
  margin:0;
}
ul ,li {
  list-style: none;
}
.yytype {
  width: 1120px;
  height: 700px;
  margin: auto;
  position: absolute;
  background-color:#fff;
  border:1px solid #ddd;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.yytype .btnClose {
  position: absolute;
  z-index: 999;
  top: 15px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-family: 宋体;
  font-size: 30px;
  font-weight: bold;
  color: rgb(170, 170, 170);
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
.yytype .diaTitle{
  height: 70px;
  background-color: #f3f4f8;
  line-height: 70px;
}
.yytype .diaTitle h2 {
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
}
.typecon .left {
  float: left;
  margin-left: 110px;
}
.typecon .left .tips {
  margin-top: 70px;
  border-bottom:1px dashed #dbdbdb; 
  padding-bottom: 30px;
}
.typecon .left .tips span {
  display: block;
  line-height: 35px;
}
.typecon .left .tips span:nth-child(1){
  font-weight: bold;
  font-size: 18px;
}
.typecon .left .tips span:nth-child(2){
  font-size: 16px;
}
.typecon .left .tips1{
  margin-top: 30px;
  border-bottom:1px dashed #dbdbdb; 
  padding-bottom: 30px;
}
.typecon .left .tips1 li {
  font-size: 16px;
  color: #fe5f03;
  line-height: 35px;
}
.typecon .left .tips2{
  margin-top: 30px;
}
.typecon .left .tips2 li {
  font-size: 16px;
  line-height: 35px;
}
.typecon .right {
  float: left;
  margin-left: 90px;
  margin-top: 58px;
}

.closePage {
  width: 180px;
  display: block;
  background-color: #015293;
  line-height: 50px;
  text-align: center;
  margin: 40px auto;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.closePage:hover {
  color: #ffffff;
}
.clear {
  clear:both;
}

