.container {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.fc {
  flex-direction: column;
}
.alc {
  align-items: center;
}
.juc {
  justify-content: center;
}
.jus {
  justify-content: space-between;
}
.jua {
  justify-content: space-around;
}
.jue {
  justify-content: end;
}
.ale {
  align-items: flex-end;
}
@font-face {
  font-family: 'WebTitlefont';
  src: url('font/MSLUJ.TTF') format('truetype');
}
.header {
  width: 100%;
}
.header .top {
  box-sizing: border-box;
  padding-top: 10px;
}
.header .top .top_left {
  height: 100%;
  box-sizing: border-box;
}
.header .top .top_left p {
  font-family: 'WebTitlefont';
  color: #ce201f;
  font-size: 48px;
  font-weight: 800;
}
.header .top .top_left span {
  color: #1A1A1A;
  font-size: 16px;
}
.header .top .top_right {
  height: 100%;
}
.header .top .top_right img {
  width: 93px;
  height: 93px;
  margin-right: 15px;
}
.header .navlist {
  width: 100%;
  background-color: #ce201f;
  height: 43px;
  margin-top: 5px;
}
.header .navlist ul.navalist_p {
  height: 100%;
}
.header .navlist ul.navalist_p li {
  height: 100%;
  width: 10%;
  position: relative;
  left: 0;
  top: 0;
}
.header .navlist ul.navalist_p li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
}
.header .navlist ul.navalist_p li .childnavlist {
  z-index: 999;
  display: none;
  min-width: 132%;
  position: absolute;
  left: 0;
  top: 43px;
  background-color: #CE201F;
  color: white;
}
.header .navlist ul.navalist_p li .childnavlist li {
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
}
.header .navlist ul.navalist_p li .childnavlist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 999;
}
.header .navlist ul.navalist_p li:hover .childnavlist {
  display: block;
}
.header .topnews {
  height: 173px;
}
.header .topnews .topnewsleft .bartitle {
  width: 181px;
  height: 57px;
  font-size: 30px;
  font-weight: 800;
  color: white;
  background-color: #ce201f;
}
.header .topnews .topnewsright {
  margin-left: 87px;
}
.header .topnews .topnewsright a {
  font-weight: bold;
  font-size: 48px;
  color: #D71718;
}
.header .topnews .topnewsright p {
  line-height: 26px;
  width: 820px;
  color: #373838;
  font-size: 16px;
}
.footer {
  width: 100%;
  height: 170px;
  border-top: 8px solid #D71718;
  background-color: #EEEEED;
}
.footer .footer_area {
  height: 100%;
}
.footer .footer_area p {
  color: #535252;
  margin-top: 4px;
  font-size: 14px;
}
.footer .footer_area p a {
  color: #535252;
  font-size: 14px;
}
.listcontent {
  margin-bottom: 40px;
}
.listcontent .left {
  width: 312px;
}
.listcontent .left .sidenewlist {
  margin-top: 70px;
}
.listcontent .left .sidenewlist .sidenewlist_top {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 24px;
  color: white;
  font-weight: 800;
  width: 100%;
  height: 66px;
  background-image: url("../images/listtitlebg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px dashed #EEEEEE ;
}
.listcontent .left .sidenewlist .sidelist_area {
  width: 309px;
  border: 1px solid black;
  border-top: none;
}
.listcontent .left .sidenewlist .sidelist_area img {
  width: 90%;
  margin-left: 5%;
  margin-top: 28px;
  margin-bottom: 32px;
}
.listcontent .left .sidenewlist .sidelist_area ul {
  width: 99.5%;
}
.listcontent .left .sidenewlist .sidelist_area ul li {
  width: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  margin-bottom: 21px;
}
.listcontent .left .sidenewlist .sidelist_area ul li a {
  color: #000000;
  font-size: 16px ;
}
.listcontent .left .catelist .catelist_top {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 24px;
  color: white;
  font-weight: 800;
  width: 100%;
  height: 66px;
  background-image: url("../images/listtitlebg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px dashed #EEEEEE ;
}
.listcontent .left .catelist ul {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 27px;
  border: 1px solid black;
  border-top: none;
}
.listcontent .left .catelist ul li {
  width: 259px;
  height: 38px;
  background-color: #EEEEEE;
  margin-bottom: 20px;
}
.listcontent .left .catelist ul li.active {
  background-color: #D71718;
}
.listcontent .left .catelist ul li.active a {
  color: white;
}
.listcontent .left .catelist ul li a {
  height: 100%;
  display: flex;
  color: #000000;
  align-items: center;
  justify-content: center;
}
.listcontent .right {
  flex: 1;
  margin-left: 40px;
}
.listcontent .right .top {
  width: 100%;
  background-color: #EEEEEE;
  box-sizing: border-box;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listcontent .right .top p {
  box-sizing: border-box;
  padding-left: 21px;
  font-size: 16px;
  color: black;
}
.listcontent .right .top p a {
  color: black;
  display: inline-block;
  margin-left: 10px;
}
.search_area {
  background-color: #EEEEEE;
  height: 43px;
  width: 100%;
}
.search_area .search_box {
  height: 100%;
}
.search_area .search_box .left {
  font-size: 18px;
}
.search_area .search_box .left a {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.search_area .search_box .right a {
  background-color: white;
  color: black;
  margin-left: -5px;
  display: inline-block;
  border: 1px solid black;
  box-sizing: content-box;
  padding: 2px 4px;
}
.prenextarticle {
  margin-top: 20px;
}
/*# sourceMappingURL=common.css.map */