@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 #005298 right center;
  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: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .listleft {
    width: 100%;
    margin-bottom: 20px;
  }
  .listleft h2 {
    background-size: 100% 100%;
  }
  .listright {
    margin-left: 0;
    width: 100%;
  }
}
.listul {
  width: 100%;
  margin-top: 15px;
}
.listul li {
  padding-left: 20px;
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 44px;
background: url(../images/list/yuan.png) no-repeat 0px 21px;
}
.listul li a {
  display: block;
  width: 100%;
}
.listul li a img {
  float: left;
  margin-top: 22px;
  margin-right: 7px;
}
.listul li a p {
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.listul li a span {
  width: 15%;
  float: right;
  text-align: right;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.listul li:nth-child(5n) {
  border-bottom: 1px dashed #BABABA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page_list_more{
  text-align: center;
  margin: 30px auto;
  /* display: none; */
}
.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;
}

@media screen and (max-width: 991px) {
  .listul li p {
    width: 68% !important;
  }
  .listul li span {
    width: 28% !important;
  }
	.listul li a span{
		padding-left: 6px;
	}
}


/* singlepage 列表头条页 */
.singlepage_title{text-align:center; font-size:25px; line-height:140%; padding:15px 0 30px;}
.singlepage_attr{padding-bottom:12px; font-size: 15px; color:#888888; border-bottom:#e1e1e1 1px solid; text-align: center;}
.singlepage_attr span{margin: 0 10px; display: inline-block;}
.singlepage_attr b{font-weight: normal;}
.singlepage_attr .fontsize i{cursor:pointer; font-style: normal; color:#888; margin-right:4px; margin-left:4px;}
.singlepage_attr .fontsize i:hover{color:#8d0707;}
.singlepage_attr .fontsize .l {font-size: 20px;}
.singlepage_attr .fontsize .m {font-size: 15px;}
.singlepage_attr .fontsize .s {font-size: 12px;}

.singlepage_content{clear:both; padding:20px; line-height:2.25; overflow:hidden;font-size: 16px;font-family: "宋体";}
.singlepage_content p{margin:15px 0;}
.singlepage_content table,
.singlepage_content video,
.singlepage_content img{max-width:100%;}

.singlepage_button{padding-top:5%; padding-bottom:5%; font-size:14px;border-top: #e3e3e3 1px dashed; text-align:center;}
.singlepage_button a{display:inline-block; padding-left:15px; padding-right:15px; margin-right:6px; margin-left:6px;line-height:26px; background-color:#ececec;}
.singlepage_button a:hover,
.singlepage_button a.hover{background-color:#355e92; color:#fff;}

/* lists 列表集合页 */
.page_title{padding-bottom: 10px; padding-top: 9px;line-height: 26px; margin-bottom: 15px; border-bottom: 1px solid #e5e5e5;}
.page_title h3{display: inline-block; position: relative; padding-left: 25px; font-size: 19px; color: #005293; font-weight: bold; }
.page_title h3:before{content:''; position: absolute; width: 5px; height: 18px; left: 0; top: 5px; background: #005293;}

.lists{margin-top: 20px;}
.lists .list_item{margin-bottom: 20px;}
.lists .listul li a{overflow: hidden;}
.lists .listul li:nth-child(5n){border-bottom: none;}

/* 列表页-不显示子栏目 */
.listright.mainBox{width:auto;margin: -10px 0 0;float: none;padding: 0 25px;}

@media (max-width: 414px){
  .listul li{padding: 8px 0 8px 20px;line-height: 1.5;background-position: 0px 18px;}
  .listul li a p{float: none;display: inline;white-space: normal;width:auto!important;}
  .listul li a span{float: none;}
}