* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.paragraph {
  padding: 25px 10px 0;
}

.p_title {
  text-align: center;
}

.p_title::before, .p_title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #333;
  vertical-align: middle;
}

.p_title strong {
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}

.introduce {
  margin-top: 12px;
}

.introduce p {
  font-size: 13px;
  color: #666;
}

.intro {
  overflow: hidden;
  margin-top: 5px;
}

.intro a {
  display: block;
  width: calc((100% - 10px)/2);
  float: left;
  line-height: 0;
}

.introduce a:last-child {
  margin-left: 10px;
}

.intro a img {
  width: 100%;
}

.xwlist {
  margin-top: 15px;
}

.xwlist li {
  overflow: hidden;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.xwlist li:first-child {
  padding: 0 0 8px;
}

.xwlist li:last-child {
  border: none;
  padding: 8px 0 0;
}

.xwfm {
  display: block;
  width: 34%;
  float: left;
  margin-right: 8px;
}

.xwfm img {
  width: 100%;
}

.xwbt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  height: 16px;
  line-height: 16px;
}

.xwbt::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background: url("../images/title_bg.jpg")no-repeat center center;
  background-size: 8px 15px;
  float: left;
  margin-right: 5px;
}

.xwbt span {
  display: block;
  float: right;
  font-size: 12px;
  color: #999;
  padding: 1px 8px 3px;
  border: 1px solid #bebebe;
  border-radius: 20px;
  line-height: 10px;
}

.xwinfo font {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

.halfbtn {
  overflow: hidden;
  margin-top: 25px;
  border-radius: 8px;
}

.halfbtn a {
  display: block;
  width: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.halfbtn a:first-child {
  background: #0889ff;
}

.halfbtn a:last-child {
  background: #fc2a52;
}

.division {
  height: 10px;
  background: #f5f5f5;
  margin-top: 25px;
}

.zylist {
  margin-top: 15px;
}

.zylist::after {
  content: "";
  display: block;
  clear: both;
}

.zylist a {
  display: block;
  width: calc((100% - 10px)/2);
  float: left;
  line-height: 0;
  box-shadow: 0 0 5px 1px #eee;
}

.zylist a:nth-child(2n+2) {
  margin-left: 10px;
}

.zylist a:nth-child(n+3) {
  margin-top: 10px;
}

.zylist a img {
  width: 100%;
}

.gzsj {
  overflow: hidden;
  margin-top: 13px;
}

.gzsj a {
  display: block;
  width: calc((100% - 10px)/2);
  float: left;
  position: relative;
}

.gzsj a:first-child {
  width: 100%;
}

.gzsj a:last-child {
  margin-left: 10px;
}

.gzsj a:nth-child(n+2) {
  margin-top: 10px;
}

.gzsj a img {
  width: 100%;
}

.gzsj a span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.gznr {
  overflow: hidden;
  margin-top: 15px;
}

.gznr a {
  display: block;
  width: calc((100% - 10px)/2);
  float: left;
}

.gznr a:nth-child(2n+2) {
  margin-left: 10px;
}

.gznr a:nth-child(n+3) {
  margin-top: 10px;
}

.gznr a img {
  width: 100%;
}

.gznr a span {
  display: block;
  border: 1px solid #a0a0a0;
  border-top: none;
  text-align: center;
  font-size: 13px;
  color: #666;
  padding: 5px 0;
}

.cjwt li {
  margin-top: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #999;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  height: 20px;
  line-height: 20px;
}

.cjwt li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../images/wenhao.jpg")no-repeat center center;
  background-size: 13px 13px;
  float: left;
  margin-top: 3.5px;
  margin-right: 8px;
}

.cjwt li a {
  display: block;
  float: right;
  height: 20px;
  line-height: 20px;
  padding: 0 11px;
  background: #fc2a52;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
}