@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"微软雅黑","黑体","宋体",Arial,sans-serif!important;
	background:#ececec url(bggif.gif) top repeat-x;
}


.containerzt {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .containerzt {
    width:98%;
  }
}
@media (min-width: 768px) {
  .containerzt {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containerzt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerzt {
    width: 1170px;
  }
}
.containerzt-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.isPc {margin-top: -20px;}
.isPc .Pt3{padding:20px 0; border-bottom: 3px solid #f3f9fe;}
.isPc .Pt3 b{color:red; font-weight:normal;}
.isPc .Pt3:hover{background:#f7fcff;}
.isPc .p3{float:left; margin-right:25px;}
.isPc .p3 img {width: 300px;}
.isPc .t3 h3{ font-size:16px; line-height:20px; font-weight:700; margin: 0 0 10px 0;}
.isPc .t3 h3 a{color:#383838;}
.isPc .t3 h3 a:hover {color:#004ea2;}
.isPc .Pt3 span{ display:block; margin-bottom:2px; font-size:13px; color:#30b9de;}
.isPc .t3 p{ font-size:13px; line-height:22px; color:#7d7d7d;margin: 0;}
@media (max-width: 1199px) {
	.isPc .p3 img {width: 200px;}
	.isPc .p3{margin-right:15px;}
}
@media (max-width: 991px) {
	.isPc .p3 img {width: 158px;}
}
@media (max-width: 767px) {
	.isPc .p3 img {width: 126px;}
}