body,
h1,
article,
aside,
h4,
p,
h3,
.row,
select,
ul,
li,
option {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  line-height: 25px;
}

img {
  border: 0;
}

button:focus {
  outline: 0 !important;
}

/****公用****/

.index {
  width: 100%;
  margin: auto;
}
.box {
  width: 1200px;
  margin: auto;
}
.index .banner img {
  width: 100%;
  margin-bottom: 20px;
}
.news_title {
  float: left;
}

.news_more {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

h4 {
  background: #eaf1f8;
}

h4 span {
  padding: 15px 0;
  background: #3079c6;
  color: #fff;
  display: block;
  width: 170px;
  padding-left: 15px;
  letter-spacing: 2px;
}

.content aside {
  padding: 0;
  margin: 10px 0;
}

.index .content ul {
  padding: 20px 15px 0 20px;
}

.index .content ul li {
  margin-bottom: 10px;
  list-style-type: square;
  color: #808080;
  font-size: 12px;
}

.index article ul li a {
  color: #454545;
  font-size: 14px;
}

.index article ul li span {
  color: #999;
  font-size: 12px;
}

.index article ul a:hover {
  cursor: pointer;
  color: #23527c;
}

.index article ul li .pull-left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

.content .col-lg-6 {
  width: 49%;
}
.bottom {
  width: 100%;
}
.search-form__box {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.search-form__box .lanmu_select {
  height: 38px;
  font-size: 16px;
}
.search-form__box .lanmu_input {
  height: 38px;
  width: 320px;
  font-size: 16px;
}
.search_btn {
  border: none;
  width: 120px;
  height: 38px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #da5445;
}

@media only screen and (max-width: 780px) {
  .catalog ul li {
    width: 18.7%;
  }
}

@media only screen and (max-width: 500px) {
  .index article ul li .pull-left {
    width: 70%;
  }
  .content .col-lg-6 {
    width: 100%;
  }
  .bottom {
    display: none;
  }
  .index .banner img {
    margin-bottom: 10px;
  }
  .search-form__box {
    margin-bottom: 10px;
  }
  .search-form__box .lanmu_select {
    height: 28px;
    width: 18%;
    font-size: 14px;
  }
  .search-form__box .lanmu_input {
    height: 28px;
    width: 50%;
    font-size: 14px;
  }
  .search_btn {
    border: none;
    width: 18%;
    height: 28px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    background: #da5445;
  }
}
