@charset "utf-8";
.row {
  width: 100%;
}
.listleft {
  width: 258px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 1px rgba(32, 135, 216, 0.18);
  margin-bottom: 100px;
}
.listleft h2 {
  /* width: 100%;
  height: 72px;
  line-height: 72px; */
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  /* text-align: center; */
  border-bottom: 1px solid #D1DCED;
  position: relative;
  background: url(../images/list/bg.png) no-repeat;
  line-height: 1.2;
  padding:22px 20px 23px 33%;
  background-size: cover;
}
.listleft h2 .lefttop {
  position: absolute;
  top: 30%;
  left: 16%;
}
.listleft h2 .rightbottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.listleft ul {
  width: 100%;
  padding-top: 38px;
}
.listleft ul li {
  width: 100%;
  height: 18px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 39px;
}
.listleft ul li a {
  display: block;
  /* width: 90%; */
  position: relative;
  padding-left: 10%;
  padding-right: 45px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
}
.listleft ul li a .jt {
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../images/list/jt.png) no-repeat 100%;
  position: absolute;
  right: 25px;
  top: 3px;
}
.listleft ul li.on a {
  border-left: 3px solid #005298;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #005298;
}
.listleft ul li.on .jt {
  background: url(../images/list/jthover.png) no-repeat 100%;
}
.listright {
  width: 858px;
  padding: 0px 0 30px 0;
  float: left;
  background: #FFFFFF;
  margin-left: 33px;
}
.listright h2 {
  width: 100%;
  border-bottom: 1px solid #CECECE;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 55px;
  height: 55px;
  position: relative;
}
.listright h2 span {
  display: inline-block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  height: 51px;
  border-bottom: 3px solid #005298;
}
.listright h2 a {
  position: absolute;
  right: 0;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .listleft {
    width: 100%;
  }
  .listleft h2 {
    background-size: 100% 100%;
  }
  .listright {
    margin-left: 0;
    width: 100%;
  }
}
.listtw {
  width: 100%;
}
.listtw li {
  width: 100%;
  padding: 33px 0;
  border-bottom: 1px dashed #E1E1E1;
}
.listtw li a {
  width: 100%;
  display: inline-block;
}
.listtw li a .twli {
  float: left;
  width: 3px;
  height: 15px;
  background: #005298;
}
.listtw li a img {
  float: left;
  margin-left: 18px;
  width: 167px;
  height: 104px;
}
@media screen and (max-width: 991px) {
  .listtw li a img {
    margin-bottom: 10px;
  }
}
.listtw li a .listtwdiv {
  width: 75%;
  float: right;
}
.listtw li a .listtwdiv h3 {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
}
.listtw li a .listtwdiv p {
  text-indent: 2em;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7E7E7E;
  line-height: 24px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listtw li a .listtwdiv p .xx {
  width: auto !important;
}
.listtw li a .listtwdiv .btw {
  width: 100%;
}
.listtw li a .listtwdiv .btw span {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.listtw li a .listtwdiv .btw font {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7E7E7E;
}
@media screen and (max-width: 991px) {
  .listtw li a .listtwdiv {
    width: 100%;
  }
	.listtw li a .listtwdiv{
		margin-top: 12px;
	}
	.listtw li a img{
		width: 90%;
    height: auto;
	}
	.listleft{
		margin-bottom: 30px;
	}
}
.listtw li.noimg .listtwdiv {
  width: 98%;
}

.page_list_more{
  text-align: center;
  margin: 30px auto;
}
.page_list_more span{
  display: inline-block;
  min-width: 70px;
  padding: 0 10px;
  background: #005298;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 3px;
  transition: .3s;
}
.page_list_more span:hover{
  opacity: .9;
}
