/* 通用 */
body {
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a,
span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
i {
  display: inline-block;
}
a,
button,
select,
option {
  cursor: pointer;
}
button,
input {
  outline: none;
  border: none;
}
img {
  vertical-align: middle;
}
button img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .inner {
    width: 100%;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
/* 头部header 开始 */
.header {
  height: 331px;
  background: url(../../images/header.png) no-repeat top center;
  background-size: auto 100%;
}
.header .header_main {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  padding-top: 80px;
}
.header .search_box {
  margin-top: 40px;
  text-align: center;
  width: 270px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(204, 2, 1, 0.1);
  padding: 2px;
}
.header .search_box .search_input {
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0 5px;
  width: 204px;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.header .search_box .search_input::placeholder {
  color: #999;
}
.header .search_box .search_btn {
  outline: none;
  border: none;
  flex-shrink: 0;
  width: 64px;
  height: 32px;
  border-radius: 4px;
  background: #cc0201;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  transition: opacity 0.3s;
}
.header .search_box .search_btn img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 0px;
}
.header .search_box .search_btn:hover {
  opacity: 0.7;
}
/* 头部header 结束 */
.nav_box {
  margin-top: -30px;
  background: url(../../images/nav_bg.png) no-repeat bottom center;
  background-size: 1920px auto;
}
.nav_box .nav_fir {
  background: #cc0201;
  display: flex;
  align-items: center;
}
.nav_box .nav_fir > li {
  position: relative;
  flex: 1;
}
.nav_box .nav_fir > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  transition: all 0.3s;
}
.nav_box .nav_fir > li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nav_box .nav_fir > li i.s1 {
  background-image: url('../../images/icon_nav1.png');
}
.nav_box .nav_fir > li i.s2 {
  background-image: url('../../images/icon_nav2.png');
}
.nav_box .nav_fir > li i.s3 {
  background-image: url('../../images/icon_nav3.png');
}
.nav_box .nav_fir > li i.s4 {
  background-image: url('../../images/icon_nav4.png');
}
.nav_box .nav_fir > li i.s5 {
  background-image: url('../../images/icon_nav5.png');
}
.nav_box .nav_fir > li i.s6 {
  background-image: url('../../images/icon_nav6.png');
}
.nav_box .nav_fir > li i.s7 {
  background-image: url('../../images/icon_nav7.png');
}
.nav_box .nav_fir > li i.s8 {
  background-image: url('../../images/icon_nav8.png');
}
.nav_box .nav_fir > li i.s9 {
  background-image: url('../../images/icon_nav9.png');
}
.nav_box .nav_fir > li.cur > a,
.nav_box .nav_fir > li:hover > a {
  background: url(../../images/nav_cur.png) no-repeat center;
  background-size: 100% 100%;
  font-weight: bold;
}
/* 底部footer 开始 */
.footer {
  padding: 20px 0;
  background: #bd1a1a;
}
.footer .footer_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .red {
  flex-shrink: 0;
  width: 80px;
}
.footer .copyright {
  flex: 1;
  padding-left: 20px;
  position: relative;
}
.footer .copyright p {
  text-align: left;
  line-height: 2.5;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.footer .copyright p span,
.footer .copyright p a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin: 0 10px;
  word-break: keep-all;
}
.footer .copyright p span:nth-child(1),
.footer .copyright p a:nth-child(1) {
  margin-left: 0px;
}
.footer .footer_ewms {
  flex-shrink: 0;
  width: 440px;
  height: 154px;
  background: #c43738;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_ewms .ewm {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.footer .footer_ewms .ewm img {
  width: 92px;
  height: 92px;
  margin-bottom: 10px;
}
/* 底部footer 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.toutiao_box {
  text-align: center;
}
.toutiao_box .toutiao {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #cc0201;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.toutiao_box p {
  margin-top: 20px;
}
.toutiao_box p a {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
}
.toutiao_box p a:hover {
  color: #cc0201;
}
#Swiper1 {
  width: 100%;
  height: 416px;
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 50px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Swiper1 .swiper-button-prev {
  left: 0;
  background-image: url(../../images/btn_prev.png);
  transform: translate(-50px, 0);
}
#Swiper1 .swiper-button-next {
  right: 0;
  background-image: url(../../images/btn_next.png);
  transform: translate(50px, 0);
}
#Swiper1:hover .swiper-button-prev,
#Swiper1:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0, 0);
}
#Swiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 23px;
  padding-right: 18px;
}
#Swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  opacity: 0.5;
  background: #ffffff;
}
#Swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
}
#Swiper1 .img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
#Swiper1 .img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
#Swiper1 .img_mask_box a:hover img {
  transform: scale(1.05);
}
#Swiper1 .img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#Swiper1 .img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
#Swiper1 .img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 66px;
  line-height: 66px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.tab_box1 {
  position: relative;
}
.tab_box1 .tab {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.tab_box1 .tab li {
  width: 28%;
}
.tab_box1 .tab li + li {
  margin-left: 2%;
}
.tab_box1 .tab li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #fff3de;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #cc0201;
}
.tab_box1 .tab li.cur a {
  font-weight: bold;
  color: #fff;
  background: none;
  position: relative;
}
.tab_box1 .tab li.cur a::after {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: url(../../images/tab_bg.png) no-repeat center;
  background-size: contain;
}
.tab_box1 .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.more {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
}
.more:hover {
  color: #cc0201;
}
.list_t {
  margin-top: -9px;
  margin-bottom: -9px;
}
.list_t li * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li a {
  box-sizing: border-box;
  width: 100%;
  padding: 9px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.list_t li a::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #ffdd99;
}
.list_t li a:hover .list_text {
  color: #cc0201;
}
.list_t li a:hover .list_text::before {
  background: #cc0201;
}
.list_t .list_text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.list_t .date {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin-left: 30px;
}
.list_t_border li:not(:first-child) {
  border-top: 1px dashed #cdcdcd;
}
.list_t_border li a {
  padding: 20px 0;
  padding-left: 20px;
}
.list_t_border li a::before {
  top: 30px;
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
  border-radius: 8px 8px 0px 0px;
  background: #fff8ef;
  border-bottom: 1px solid #ebe1d4;
  font-size: 22px;
  font-weight: bold;
  color: #d60a09;
  margin-bottom: 20px;
}
.title2 {
  display: flex;
  align-items: center;
  height: 61px;
  border-radius: 8px 8px 0px 0px;
  background: url(../../images/title_bg.png) no-repeat center;
  background-size: 100% 100%;
  border-bottom: 1px solid #ebe1d4;
  padding-left: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.list_date li {
  box-sizing: border-box;
}
.list_date li > a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_date li span {
  box-sizing: border-box;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
}
.list_date li .left {
  position: relative;
  flex: 0 0 100px;
  height: 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list_date li .left .left_top {
  font-size: 32px;
  font-weight: bold;
  color: #d60a09;
  line-height: 1;
  margin-bottom: 5px;
}
.list_date li .left .left_bottom {
  font-size: 12px;
  font-weight: normal;
  color: #d60a09;
  line-height: 1;
}
.list_date li .right {
  width: calc(100% - 100px);
  padding-right: 20px;
}
.list_date li .right .right_top {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list_date li:hover .left_top,
.list_date li:hover .left_bottom,
.list_date li:hover .right_top {
  color: #cc0201;
}
.list_date li:hover .left::after {
  background-color: #cc0201;
}
.Swiper2_box {
  padding: 0 50px;
  position: relative;
}
.Swiper2_box .swiper-button-prev,
.Swiper2_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Swiper2_box .swiper-button-prev {
  left: 0;
  background-image: url(../../images/btn_prev.png);
}
.Swiper2_box .swiper-button-next {
  right: 0;
  background-image: url(../../images/btn_next.png);
}
.Swiper2_box .video_link {
  display: block;
  width: 100%;
  height: 204px;
  position: relative;
}
.Swiper2_box .video_link img {
  width: 100%;
  height: 100%;
}
.Swiper2_box .video_link::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: url(../../images/icon_play.png) no-repeat center;
  background-size: contain;
}
.shortlink_ul {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.shortlink_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.shortlink_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.shortlink_ul > li:nth-child(n) {
  margin-top: 0;
}
.shortlink_ul > li:nth-child(n)::after {
  display: block;
}
.shortlink_ul > li:nth-child(n + 2) {
  margin-top: 16px;
}
.shortlink_ul > li:nth-child(2) {
  margin-top: 0;
}
.shortlink_ul > li:nth-child(2n)::after,
.shortlink_ul > li:last-child::after {
  display: none;
}
.shortlink_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shortlink_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  /* height: 136px; */
  height: 80px;
  background: url(../../images/link_bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 10px;
}
.shortlink_ul li i {
  margin-bottom: 8px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 100%;
  /* height: 71px; */
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}
.shortlink_ul li i.s1 {
  background-image: url('../../images/link_icon1.png');
}
.shortlink_ul li i.s2 {
  background-image: url('../../images/link_icon2.png');
}
.shortlink_ul li i.s3 {
  background-image: url('../../images/link_icon3.png');
}
.shortlink_ul li i.s4 {
  background-image: url('../../images/link_icon4.png');
}
.shortlink_ul li i.s5 {
  background-image: url('../../images/link_icon5.png');
}
.shortlink_ul li i.s6 {
  background-image: url('../../images/link_icon6.png');
}
.shortlink_ul li span {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  color: #d60a09;
}
.yqlj {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.yqlj .yqlj_title {
  width: 120px;
  font-size: 22px;
  font-weight: bold;
  color: #d60a09;
}
.yqlj .toutiao {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.yqlj .toutiao li + li {
  margin-left: 10px;
}
.yqlj .toutiao a,
.yqlj .toutiao img {
  display: inline-block;
  width: 149px;
  height: 54px;
}
[class*='txtMarquee'] {
  position: relative;
}
[class*='txtMarquee'] .bd {
  overflow: hidden;
}
[class*='txtMarquee'] .tempWrap {
  width: 100% !important;
}
.where {
  margin-bottom: 30px;
  padding-left: 25px;
  background: url(../../images/icon_where.png) no-repeat left 4px;
  background-size: 15px 17px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #777;
}
.where a {
  padding: 0 5px;
  color: inherit;
}
.where a:hover {
  color: #cc0201;
}
.sidebar {
  width: 100%;
  height: 100%;
  background: #fff8ef;
}
.sidebar .sidebar_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(90deg, #faaa2f 0%, #ee0403 100%);
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.sidebar .sidebar_header::after {
  content: '';
  position: absolute;
  right: -13px;
  top: 21px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid red;
  border-right: 7px solid transparent;
}
.sidebar .sidebar_menu {
  margin-top: 10px;
  border-radius: 8px 8px 0px 0px;
  background: #fff8ef;
  overflow: hidden;
}
.sidebar .sidebar_menu span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1.1;
}
.sidebar .sidebar_menu > li {
  position: relative;
}
.sidebar .sidebar_menu > li > a {
  display: flex;
  align-items: center;
  height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #d60a09;
}
.sidebar .sidebar_menu > li > a:hover {
  background-color: #d60a09;
  color: #fff !important;
}
.sidebar .sidebar_menu > li.cur > a {
  background-color: #d60a09;
  color: #fff !important;
}
.pages {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.pages a,
.pages span,
.pages input {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff8ef;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current {
  background-color: #d60a09;
  color: #fff !important;
}
.pages input {
  width: 68px;
  vertical-align: bottom;
}
.article {
  font-size: 18px;
  word-break: break-all;
}
@media print {
  .article a::after {
    content: '' !important;
  }
  .article .no-print {
    display: none;
  }
}
.article i.separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #333;
  vertical-align: middle;
  margin: 0 10px;
}
.article .article_title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #d60a09;
  letter-spacing: 0.06em;
}
.article .option {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
.article .option .info span+span { 
  margin-left: 30px;
}
.article .article_content {
  padding: 10px 0;
}
.article .article_content p,
.article .article_content div {
  text-align: justify;
  font-family:'黑体','微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.article .article_content *,
.article .article_content p span,
.article .article_content p b,
.article .article_content p font
{
  font-size: 16px !important;
}
.article .article_content img,
.article .article_content video {
  display: inline-block;
  /*margin: 15px auto;*/
  max-width: 95%;
}
@media (max-width: 992px) {
  .footer .copyright p:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .copyright p span:nth-child(2){
    margin-left: 0px;
  }
}