@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "微软雅黑";
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

/*当前位置*/
.position {
  height: 40px;
  line-height: 40px;
}

.position .position-txt {
  font-size: 13px;
  color: #454545;
}


.w1260 {
  width: 1260px;
  margin: 0 auto;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  border: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cont {
  width: 1260px;
  margin: auto;
  background: url(qf_xiangmu2024.jpg) no-repeat 50% 0;
  overflow: hidden;
  background-size: contain;
  position: relative;
}

.cont1 {
  margin: 370px auto 0;
}

.row {
  margin-bottom: 30px;
  background: #FFFFFF;
}

.col {
  float: left;
  width: 404px;
  border: 1px solid #d2d2d2;
}

.col + .col {
  margin-left: 24px;
}

.more_title {
  width: 362px;
  height: 36px;
  margin: auto;
  border-bottom: 1px solid #d2d2d2;
}

.title1 {
  float: left;
  line-height: 36px;
  font-size: 17px;
  color: #2f6698;
  font-weight: bold;
}

.title1 a {
  color: #2f6698;
}

.more {
  float: right;
  line-height: 36px;
  
}

.more > a {
  font-size: 15px;
  color: #999999;
}

.img_short {
  padding: 20px 10px 0;
  text-align: center;
}

.img_short img {
  width: 382px;
  height: 200px;
}

.img_short > a {
  display: block;
}

.list {
  padding-top: 20px;
  overflow: hidden;
  height: 160px;
}

.txt_list {
  overflow: hidden;
}

.list_img {
  float: left;
  margin-top: 2px;
}

.list_txt {
  float: left;
  line-height: 30px;
  margin-left: 10px;
}

.list_txt > a {
  color: #333333;
  font-size: 15px;
}

.list_time {
  float: right;
  line-height: 30px;
  color: #999999;
  font-size: 15px;
}

.list .ly-btn {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
  float: left;
  text-align: center;
}

.list a {
  background: #EEF5FF;
  border: 1px solid #396D9D;
  display: block;
  line-height: 1;
  color: #396D9D;
  padding: 10px 0;
  border-radius: 5px;
}

.list a:hover {
  background: #d4e1f3;
}

.list a img {
  width: 25px;
  margin-right: 5px;
  margin-top: -3px;
}


.ly-links {
  position: absolute;
  left: 0;
  top: 328px;
}

.ly-links a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background: #1f88d9;
  padding: 0 50px;
  color: #fff !important;
  border-radius: 1px;
  font-size: 17px;
}

.ly-links a + a {
  margin-left: 20px;
}

.ly-links a:hover {
  background: #2f6698;
}