body {
  background-color: #ececec;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
header {
min-width: 1200px;
  background-color: #2784bd;
}
header .logo {
  text-align: center;
  padding: 20px 0;
}
header .logo img {
  width: 700px;
}
header nav {
min-width: 1200px;
  background-color: #1d3b79;
}
header nav ul {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}
header nav ul li a {
  line-height: 78px;
  font-size: 26px;
  color: white;
}
header nav ul li a:hover {
  color: white;
}
/* 头条新闻 */
.head_news {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 380px auto;
  column-gap: 20px;
}
.hot_news .title {
  border-bottom: 2px solid #f2a73a;
  line-height: 76px;
  font-size: 34px;
}
.hot_news h2 {
  width: 160px;
  text-align: center;
  border-bottom: 3px solid #f2a73a;
  line-height: 76px;
  color: #121e62;
}
.hot_news .date {
  margin: 30px 0 20px;
  font-size: 18px;
  color: #121e62;
}
.hot_news h1 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 20px;
}
.hot_news h1 a {
  color: #121e62;
}
.hot_news p {
  font-size: 16px;
  line-height: 26px;
}
.hot_news .more {
  margin-top: 60px;
}
.hot_news .more a {
  color: #f1b45a;
  font-size: 16px;
}
.swiper {
  width: 800px;
  height: 520px;
}
.glide_container img {
  width: 800px;
  height: 520px;
  object-fit: cover;
transition: all 0.5s;
}
.glide_container img:hover {
  transform: scale(1.2);
}
/* 新闻模块样式 */
.bg {
min-width: 1200px;
  background-color: white;
  padding: 130px 0;
}
.news_moudle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 60px;
}
.moudle {
  box-shadow: 0 0 12px 3px #999;
}
.moudle .new_title {
  border-bottom: #1d3b79 1px solid;
  line-height: 76px;
  display: grid;
  grid-template-columns: 210px auto 80px;
}
.moudle .new_title .box {
  width:0px;
  height:0px;
  border-top:0px solid rgba(0,0,0,0);
  border-right:40px solid  rgba(0,0,0,0);
  border-bottom:77px solid #1d3b79;
  border-left:40px solid  rgba(0,0,0,0);
  transform: translate(-40px,0);
}
.moudle .new_title h2 {
  color: white;
  text-align: center;
  width: 210px;
  font-size: 30px;
  font-weight: bold;
  background-color: #1d3b79;
}
.moudle .content {
  margin: 20px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 20px;
}
.moudle .content div:first-child {
  border-bottom: 1px solid #ececec;
}
.moudle .content .new {
  display: grid;
  grid-template-columns: 160px auto;
  column-gap: 10px;
  padding: 10px 0;
}
.moudle .content .new h3 a {
  font-weight: 540;
  font-size: 20px;
  line-height: 30px;
  color: #121e62;
}
.moudle .content .new img {
  width: 160px;
  height: 110px;
  object-fit: cover;
}
.moudle .content ul {
  margin-top: 20px;
}
.moudle .content ul li {
  line-height: 36px;
}
/* 二维码区域样式 */
.qrcodes {
  padding: 80px 0;
}
.qrcodes .title {
  border-bottom: #f2a73a 1px solid;
}
.qrcodes .title h2 {
  width: 190px;
  text-align: center;
  border-bottom: 3px solid #f2a73a;
  font-size: 32px;
  color: #121e62;
}
.codes {
  padding: 70px 10px 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 80px;
  row-gap: 50px;
  text-align: center;
}
.codes h3 {
  padding-top: 10px;
  color: #f2a73a;
  font-size: 16px;
}
.code {
  position: relative;
}

.code .code_photo {
  display: none;
  position: absolute;
  z-index: 200;
  animation-duration: 1s;
  animation-name: slidedown;
}

.code .code_name {
  cursor: pointer;
}

.code .code_name:hover>.code_photo {
  display: block;
  left: -14px;
  top: -130px;
}

.code_photo {
  background-color: whitesmoke;
  padding: 5px;
  width: 120px;
}

@keyframes slidedown {
  from {
    top: -150px;
  }

  to {
    top: -130px;
  }
}
/* 页脚样式 */
footer {
min-width: 1200px;
  background-color: #1f2d52;
}
.copyright {
  text-align: center;
  line-height: 70px;
  color: white;
}
.copyright a {
  color: white;
}
/* 列表页样式 */
.bg_img {
  min-width: 1200px;
  height: 400px;
  background: url(../img/big1.jpg) no-repeat center -300px;
  overflow: hidden;
}
.left_list_title .a_title {
  width: 500px;
  margin-top: 260px;
}
.left_list_title h2{
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 20px;
  text-shadow: 1px 1px 10px #000;
  letter-spacing: 4px;
color: whitesmoke;
}
.left_list_title .breadcrumb {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 10px #000;
color: whitesmoke;
}
.left_list_title .breadcrumb a{
  color: whitesmoke;
}
.container {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 820px 320px;
  column-gap: 60px;
}
.st_container {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 820px 320px;
  column-gap: 60px;
}
.st_container .st_list {
  grid-row: 1;
  grid-column: 1/3;
  padding-bottom: 60px;
  line-height: 70px;
}
.st_container .st_list .st_title {
  font-size: 1.5em;
  font-weight: bold;
  color: #1f2d52;
  padding-right: 20px;
}
.st_container .st_list a {
  padding: 10px 20px;
  border: #999 1px solid;
  border-radius: 30px;
  transition: all 0.5s;
  margin-right: 30px;
}
.st_container .st_list a:hover {
  background-color: rgb(137, 146, 3);
  color: white;
}
/* 列表页重点新闻 */
.onenew {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.onenew .swiper-slide {
  position: relative;
}
.list_hot_new .swiper {
  width: 820px;
  height: 520px;
}
.list_hot_new img {
  width: 820px;
  height: 520px;
  object-fit: cover;
transition: all 0.5s;
}
.list_hot_new img:hover {
  transform: scale(1.2);
}
.onenew .swiper-slide .date_title {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
}
.date_title {
  display: grid;
  grid-template-columns: 80px 720px;
column-gap: 20px;
  align-items: center;
background-color: rgba(247, 245, 242, 0.75);
}
.date_title .date {
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: rgba(242,168,59,0.75);
}
.date_title .date p:first-child {
  font-size: 1.875em;
  color: white;
}
.date_title .date p:last-child {
  font-size: 0.875em;
  color: white;
}
.date_title .title {
  font-size: 1.125em;
  font-weight: bold;
  padding-right: 30px;
}
.list li a {
  display: grid;
  grid-template-columns: 250px 530px;
  column-gap: 50px;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 0;
}
.list li a .left_photo {
  position: relative;
}
.list li a .left_photo .date {
  position: absolute;
  z-index: 200;
  top: 80px;
  left: 0;
  background-color: rgba(242,168,59,0.75);
  color: white;
  text-align: center;
  padding: 0px 3px;
}
.list li a .left_photo .date p:first-child {
  font-size: 26px;
  font-weight: bold;
  height: 38px;
}
.list li a .left_photo .date p:last-child {
  font-size: 14px;
  height: 26px;
}
.list li a img {
  width: 250px;
  height: 160px;
  object-fit: cover;
}
.list_title h3 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25em;
  padding-bottom: 15px;
}
.list_title p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.right_list {
  padding: 30px 0;
}
.right_list .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.right_list .title .iconfont {
  padding: 10px;
  background-color: rebeccapurple;
  color: white;
  font-size: 30px;
  margin-right: 20px;
}
.right_list .title h3 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 50px;
}
.date_article .iconfont {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
.date_article {
height:42px;
  width: 44px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.date_article p {
  font-size: 1em;
}

.date_article p:last-child {
  font-size: 0.06em;
}
.news_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
display: grid;
  grid-template-columns: 44px auto;
  column-gap: 10px;
  align-items: center;
}
.news_list ul li a {
  font-size: 0.75em;
}
/* 分页样式 */
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
ul.pagination li {
  font-size: 14px;
  text-align: center;
  color: black;
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
ul.pagination li a {
  font-size: 14px;
  display: block;
}
ul.pagination li select{
  border: none;
  background-color: transparent;
}
ul.pagination li.thisclass {
  padding: 2px 10px;
  background-color: #bdebf2;
  color: white;
  border: 1px solid #bdebf2;
}
/* 文章页样式 */
.left_list h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.14rem;
  font-weight: bold;
}
.left_list .info {
  text-align: center;
  font-size: 0.875em;
  color: #666;
  padding: 30px 0 50px;
}
.left_list .info span {
  padding: 0 10px;
}
.left_list .artCon {
  overflow: hidden;
  text-align: justify;
  font-size: 1.125em;
  line-height: 2em;
}
.left_list .artCon div {
  margin-bottom: 20px;
}
.zs_num li {
  display: grid;
  grid-template-columns: 50px auto;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.zs_num li .date_article {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #8a2303;
  font-size: 1.125em;
  color: whitesmoke;
  line-height: 50px;
}
.zs_num li .zs_text {
  font-size: 20px;
  margin-left: 16px;
}
