@charset "utf-8";
.row {
  width: 100%;
}
.listleft {
  width: 250px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 1px rgba(32, 135, 216, 0.18);
  margin-bottom: 100px;
}
.listleft h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid #D1DCED;
  position: relative;
  background: url(../images/bg.png) no-repeat #005298 right center;
  line-height: 1.2;
  padding:22px 20px 23px 33%;
}
.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;
  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,.listleft ul li  .jt {
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../images/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/jthover.png) no-repeat 100%;
}
.listright{
  width: 900px;
  padding: 0px 0 30px 35px;
  float: right;
  background: #FFFFFF;
}
.listright h2{
  border-bottom: 1px solid #CECECE;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 38px;
  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: 4px solid #005298;
  position: relative;
}
.listright h2 span:before{content:"";position: absolute;left:0;bottom:-4px;width: 28px;height: 4px;background: #b70000;}
.listright h2 a {
  position: absolute;
  right: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  top: 10px;
}

.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/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;*/
  color: #666666;
}
.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;
}


/* 图文列表页 */
.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;
}

.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: 15px;
}
.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;
}
.listtw li.noimg .listtwdiv {
  width: 98%;
}

/* 列表页-更多 */
.page_list_more{
  text-align: center;
  margin: 30px auto;
  /* display: none; */
  	color:#666;
}
.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;
}
.page_list_more a{
	color:#666;
}


/* 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;}


