.all_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  /* display: none; */
}
html {
	width: 100%;
}
.sidebar {
  width: 250px;
}
.sidebar .s_box {
  margin-bottom: 20px;
}
.s_box1 .s_hd {
  background-color: #1D2087;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 15px;
}
.sidebar .s_bd {
  border: solid #ddd;
  border-width: 0 1px 1px 1px;
  padding: 10px;
}
.sdcnav li a:hover {
  border-color:  #E50014;
  color:  #E50014;
  font-weight: 800;
}
.sdcnav li a {
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0 15px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #1D2087;
}
.s_box2 {
  border: 1px solid #ddd;
}
.s_box2 .s_hd {
  border-bottom: 1px solid #ddd;
  border-left: 3px solid #3546a0;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 10px;
}
.s_box2 .s_bd {
  padding: 10px;
}
.s_bd.sdcctc {
  line-height: 30px;
  font-size: 12px;
  border: none;
}

.sdcctc span {
  display: inline;
  color: #1D2087;
  font-weight: bold;
}

.offside {
  width: 930px;
}
.o_pd25 {
  padding: 25px;
  margin-bottom: 20px;
}
.f_pdlr25 {
  padding: 0 25px;
  margin-bottom: 20px;
}
.o_taj {
  text-align: justify;
}
.art_bd {
  font-size: 13px;
  line-height: 26px;
}
.pdt_imglst {
  display: flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.pdt_imglst li {
  width: 210px;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin: 0 10px 20px 0;
}
.pdt_imglst li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.pdt_imglst li a img{
	width: 100%;
	height: 100%;
}
.pdt_imglst li:nth-child(4n) {
  margin-right: 0;
}
.pdt_imglst li a img,
.pdt_imglst li a p {
  transition: 0.5s;
}
.pdt_imglst li a:hover img {
  transform: scale(1.1);
}
.pdt_imglst li a p {
  background: rgba(37, 111, 185, 0.7);
  width: 100%;
  height: 100%;
  line-height: 160px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  transform: scale(0);
  z-index: 99;
}
.pdt_imglst li a:hover p {
  transform: scale(1);
  border-radius: 0;
}

.all_cont {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 25px;
}
.all_cont a {
	background-color: #1D2087 ;
    padding: 5px 10px;
    color: #fff;
}
.all_cont span {
  display: inline;
  background-color: #E50014 ;
  padding: 5px 10px;
  color: #fff;
}
.news_imglst li {
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.news_imglst .thumb {
  width: 160px;
  height: 120px;
  margin-right: 20px;
  overflow: hidden;
}
.news_imglst .thumb:hover img {
  transform: scale(1.1);
  transition: all ease-out 1683ms;
}
.news_imglst .newsInfo {
  width: 700px;
}
.news_imglst .tt {
  font-size: 16px;
  height: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.news_imglst .tt a {
  color: #555;
}
.news_imglst .info {
  color: #999;
  line-height: 30px;
  font-size: 13px;
}
.news_imglst .abs {
  color: #808080;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  font-size: 13px;
}

.m_page {
  text-align: center;
  padding: 30px 0;
}
.m_page span {
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
}
.abs > span {
  display: inline;
}
.f_tac {
  text-align: center;
}
.art_tt {
  color: #3546A0;
  font-family: '黑体';
  font-size: 20px;
  font-weight: 100;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.art_meta {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  color: #999;
  line-height: 35px;
  margin-bottom: 15px;
  font-size: 13px;
}
.art_meta span{
  display: inline;
  margin-right: 10px;
}
.art_pn {
  background-color: #e6f0fd;
  border: 1px solid #b1e0f4;
  margin: 30px 0 10px;
}
.f_tac {
  text-align: center;
}
.art_pn p {
  display: inline-block;
  width: 49%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
}
.header-top {
	background-color: #1D2087;
	color: #fff;
}
.header-top-box {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}
.header-top ul{
	display: flex;
}
.header-top ul a {
	font-size: 13px;
	color: #fff;
	margin-right: 15px;
}
.hproduct-box {
	display: flex;
	margin-top: 30px;
}
.hproduct-box .sidebar {
	min-width: 300px;
	margin-right: 20px;
}
.hproduct-box .sdcnav li a {
	font-size: 16px;
	padding: 10px 15px;
}