@font-face {
  font-family: 'cityFont';
  src: url('../font/city.TTF');
  src: url('../font/city.eot?#font-spider') format('embedded-opentype'), url('../font/city.woff') format('woff'), url('../font/city.ttf') format('truetype'), url('../font/city.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}
body {
  background: #F5F5F6;
}
body .section1 {
  margin: 45px auto 0;
  width: 1000px;
}
body .section1 .section1-img {
  float: left;
  width: 54px;
  height: 523px;
}
body .section1 .section1-img1 {
  float: right;
  width: 54px;
  height: 523px;
}
body .section1 .section1_1 {
  margin-top: 40px;
  padding: 15px 30px;
  float: left;
  height: 417px;
  width: 832px;
  background: #fff;
  overflow-y: scroll;
}
body .section1 .section1_1 ul {
  float: left;
}
body .section1 .section1_1 ul li {
  margin-bottom: 18px;
  padding: 15px;
  float: left;
  width: 800px;
  height: 35px;
  border: 1px solid #aaa;
}
body .section1 .section1_1 ul li .section1_1_box {
  float: left;
  width: 650px;
}
body .section1 .section1_1 ul li .section1_1_box .section1-text {
  float: left;
  width: 650px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #40AFFE;
}
body .section1 .section1_1 ul li a {
  margin: 2px 10px 3px 80px;
  float: right;
  width: 58px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #429fff;
  border: 1px solid #2677ca;
  border-radius: 2px;
}
body .section4 {
  width: 1000px;
  margin: 44px auto 50px auto;
  text-align: center;
}
body .section4 ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  font-size: 14px;
}
body .section4 ul li input {
  background: transparent;
  border: 1px solid #1f4c2e;
  width: 26px;
  text-align: center;
  height: 24px;
  line-height: 24px;
}
body .section4 ul .page_list a {
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #1f4c2e;
}
body .section4 ul .page_ensure {
  cursor: pointer;
}
body .section4 ul .page_num a {
  padding: 0 10px;
}
body .section4 ul .page_num.hover a {
  background: #2677ca;
  border-color: #2677ca;
  color: #fff;
}
body .section4 ul .page_list:hover a {
  background: #2677ca;
  border-color: #2677ca;
  color: #fff;
}
