/* 公共样式 */
.Top {
  width: 100%;
  height: 140px;
  background-image: url(../../images/top_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #bd1313;}

.Top .TopCon {
  width: 1560px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Top .TopCon .Logo {
  width: 830px;
  height: 78px;}

.Top .TopCon .Search {
  width: 200px;
  height: 36px;
  position: relative;}

.Top .TopCon .Search input[type="search"] {
  position: absolute;
  height: 36px;
  width: 200px;
  padding: 0 10px;
  border: none;
  border: 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
  background: #fff;}

.Top .TopCon .Search .son {
  height: 20px;
  width: 20px;
  top: 8px;
  right: 20px;
  cursor: pointer;
  border: none;
  position: absolute;}
.Top .TopCon .TopLink {
  width: 200px;
  float: right;
  margin-top: 41px;
  text-align: right;}

.Top .TopCon .TopLink span {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  line-height: 36px;
  font-size: 12px;}

.Top .TopCon .TopLink a {
  color: #fff;
  line-height: 38px;}

.Nav {
  width: 100%;
  height: 60px;
  background: #a11010;}
  position: relative
}

.Nav .NavCon {
  width: 1400px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;}
.Nav .NavCon ul {
  display: flex;
  width: 1600px;
  margin: 0 auto;
  justify-content: space-between;}

.Nav .NavCon ul li {
  width: 140px;
  height: 60px;
  line-height: 60px;
  text-align: center;}

.Nav .NavCon ul li:hover {
  background: rgba(148, 34, 27, 0.2);}

.Nav .NavCon ul li a {
  color: #fff;
  display: block;
  width: 140px;
  height: 60px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;}
.Nav .NavCon ul li a:hover {
  color: #ffd590;}

.Nav .NavCon ul li:hover ul {
  display: block;}

.Nav .NavCon ul li ul {
  width: 140px;
  display: none;
  overflow: hidden;}

.Nav .NavCon ul li ul li {
  width: 140px !important;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-top: 1px solid #c98e8c !important;
  background: rgba(148, 34, 27, 0.8);}

.Nav .NavCon ul li ul li a {
  color: #fff;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  font-family: "Microsoft YaHei UI";}

.Nav .NavCon ul li ul li:hover {
  background: #a13133;}

.NowNav {
  background: rgba(148, 34, 27, 0.2);}
.NavBanner {
  width: 100%;
  height: 400px;
  position: relative;}

.Banner {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 1;
  overflow: hidden;}
.Banner .swiper-slide .Title {
  position: absolute;
  right: 0;
  top: 245px;
  width: 669px;
  height: 98px;
  opacity: 1;
  font-family: "Source Han Sans CN";
  font-size: 64px;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, rgba(182, 27, 47, 0) 0%, #b61b2f 100%);}
.Banner .swiper-slide .Title a {
  color: #ffffff;}
.Banner .Img {
  display: flex;
  justify-content: center;
  align-items: center;}
.Banner .Img img {
  min-width: 1560px;
  width: 100%;
  height: 400px;}

.Footer {
  width: 100%;
  height: 210px;
  background: #a11010;
  overflow: hidden;
  border-top: 7px solid #cfaa6e;}

.Footer .FooterCon {
  width: 1560px;
  height: 210px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Footer .FooterCon .FooterConLeft {
  display: flex;
  align-items: center;}
.Footer .FooterCon .Motto {
  float: left;
  margin-right: 53px;}
.Footer .FooterCon .MottoTitle {
  font-size: 18px;
  font-weight: bold;}

.Footer .FooterCon p {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-weight: 350;
  color: #fff;}
.Footer .FooterCon p a {
  font-size: 14px;
  color: #fff;}
/* 首页样式 */
.swiper {
  width: 560px;
  height: 420px;
  overflow: visible !important;}
.myPagination1 {
  bottom: 20px !important;}
.myPagination1 .swiper-pagination-bullet-active {
  width: 40px !important;
  border-radius: 285px !important;
  background-color: #fff !important;}
.my-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 20px;}
.my-prev {
  color: #fff !important;
  left: 30px !important;}
.my-next {
  color: #fff !important;
  right: 30px !important;}
.myPagination2 {
  height: 42px;
  line-height: 50px;
  text-align: right !important;}
.myPagination2 .swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 35px;}
.my-bullet2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.5;
  background: #ffffff;
  position: relative;
  right: 21px;
  top: -65px;
  margin-right: 17px;}

.Content1 {
  width: 100%;
  height: 420px;}

.Content1 .MainCon1 {
  width: 1560px;
  height: 420px;
  margin: 38px auto 0 auto;}

.Active {
  border-bottom: 3px solid #94070a !important;
  color: rgba(0, 0, 0, 0.9);}
.Content1 .MainCon1 .ContentLeft {
  width: 560px;
  height: 420px;
  overflow: hidden;
  float: left;
  margin-right: 40px;}
.Content1 .MainCon1 .ContentLeft.td {
 position:absolute;
 top:164px;;}
.Content1 .MainCon1 .ContentLeft.td1 {
 position:absolute;
 top:164px;;}

.Content1 .ContentLeft .ImgNews {
  position: relative;
  width: 560px;}

.Content1 .ContentLeft .ImgNews .Img {
  width: 100%;
  height: 420px;}

.Content1 .ContentLeft .ImgNews .Img img {
  width: 100%;
  height: 420px;}

.Content1 .ContentLeft .ImgNews .ImgInfor {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);}

.Content1 .ContentLeft .ImgNews .ImgInfor .ImgTitle {
  width: 503px;
  height: 60px;
  margin: 0 auto;}

.Content1 .ContentLeft .ImgNews .ImgInfor .ImgTitle a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 60px;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;}

.Content1 .ContentLeft .ImgNews .ImgInfor .ImgTitle a:hover {
  text-decoration: underline;}

.Content1 .MainCon1 .ContentCenter {
  width: 460px;
  height: auto;
  overflow: hidden;
  float: left;}

.Content1 .MainCon1 .ContentCenter .TabTitle {
  width: 100%;
  height: 53px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content1 .MainCon1 .ContentCenter .TabTitle .TabName {
  width: 224px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content1 .MainCon1 .ContentCenter .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;}
.Content1 .MainCon1 .ContentCenter .TabTitle .TabMore {
  width: 62px;
  line-height: 28px;
  text-align: right;}

.Content1 .MainCon1 .ContentCenter .TabTitle .TabMore a {
  font-family: Arial;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;}
.Content1 .MainCon1 .ContentCenter .TabTitle .TabMore a:hover {
  color: #b61b2f;}
.Content1 .MainCon1 .ContentCenter .TabList {
  width: 100%;
  height: auto;
  margin-top: 5px;}

.Content1 .MainCon1 .ContentCenter .TabList ul li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content1 .MainCon1 .ContentCenter .TabList ul li a {
  width: 352px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.85);
  float: left;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap; /* 不换行 */
  text-overflow: ellipsis;}

.Content1 .MainCon1 .ContentCenter .TabList ul li a:hover {
  color: #bf1a20;}

.Content1 .MainCon1 .ContentCenter .TabList ul li i {
  display: block;
  float: left;
  width: 5px; /* 设置圆的宽度 */
  height: 5px; /* 设置圆的高度 */
  background-color: #b5b5b5;}
.Content1 .MainCon1 .ContentCenter .TabList ul li span {
  width: 88px;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  text-align: right;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.45);}
.Content1 .MainCon1 .ContentRight {
  width: 440px;
  float: right;}
.Content1 .MainCon1 .ContentRight .TabTitle {
  width: 100%;
  height: 53px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content1 .MainCon1 .ContentRight .TabTitle .TabName {
  width: 207px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content1 .MainCon1 .ContentRight .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;}
.Content1 .MainCon1 .ContentRight .TabTitle .TabMore {
  width: 62px;
  line-height: 28px;
  text-align: right;}

.Content1 .MainCon1 .ContentRight .TabTitle .TabMore a {
  font-family: Arial;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;}
.Content1 .MainCon1 .ContentRight .TabTitle .TabMore a:hover {
  color: #b61b2f;}

.Content1 .MainCon1 .ContentRight .TabList {
  width: 100%;
  height: auto;}

.Content1 .MainCon1 .ContentRight .TabList ul li {
  width: 100%;
  height: 66px;
  margin-bottom: 20px;
  line-height: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;}

.Content1 .MainCon1 .ContentRight .TabList ul li a {
  width: 350px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  float: left;
  line-height: 32px;
  text-align: justify;
  text-overflow: ellipsis; /* 添加省略号 */
  word-break: break-all;
  /** 对象作为伸缩盒子模型显示 **/
  display: -webkit-box;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-box-orient: vertical;
  /** 显示文本的行数 **/
  -webkit-line-clamp: 2;
  /** 超出的内容隐藏 **/
  overflow: hidden;}

.Content1 .MainCon1 .ContentRight .TabList ul li a:hover {
  color: #bf1a20;}

.Content1 .MainCon1 .ContentRight .TabList ul li span {
  font-size: 16px;
  color: #333;
  float: left;
  margin-right: 17px;}
.Content1 .MainCon1 .ContentRight .TabList ul li i {
  width: 1px;
  height: 16px;
  background: #bd1313;
  float: left;
  margin-right: 17px;
  margin-top: 17px;}
.Content1 .MainCon1 .ContentRight .TabList .Time {
  width: 66px;
  height: 62px;
  float: left;
  margin-right: 16px;
  border: 1px solid #a41c1c;}

.Content1 .MainCon1 .ContentRight .TabList .Time .Day {
  display: inline-block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-weight: 300;
  background: #a41c1c;}

.Content1 .MainCon1 .ContentRight .TabList .Time .Year {
  display: inline-block;
  width: 100%;
  height: 32px;
  font-size: 22px;
  color: #a41c1c;
  text-align: center;
  line-height: 32px;
  font-weight: bold;}
.Content2 {
  width: 100%;
  height: 420px;}

.Content2 .MainCon2 {
  width: 1560px;
  height: 420px;
  margin: 43px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content2 .MainCon2 .ContentCenter {
  width: 483px;
  height: auto;
  overflow: hidden;
  float: left;}

.Content2 .MainCon2 .ContentCenter .TabTitle {
  width: 100%;
  height: 53px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content2 .MainCon2 .ContentCenter .TabTitle .TabName {
  width: 230px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content2 .MainCon2 .ContentCenter .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;}
.Content2 .MainCon2 .ContentCenter .TabTitle .TabMore {
  width: 62px;
  line-height: 28px;
  text-align: right;}

.Content2 .MainCon2 .ContentCenter .TabTitle .TabMore a {
  font-family: Arial;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;}
.Content2 .MainCon2 .ContentCenter .TabTitle .TabMore a:hover {
  color: #b61b2f;}
.Content2 .MainCon2 .ContentCenter .TabList {
  width: 100%;
  height: auto;
  margin-top: 5px;}

.Content2 .MainCon2 .ContentCenter .TabList ul li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content2 .MainCon2 .ContentCenter .TabList ul li a {
  width: 376px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.85);
  float: left;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap; /* 不换行 */
  text-overflow: ellipsis;}

.Content2 .MainCon2 .ContentCenter .TabList ul li a:hover {
  color: #bf1a20;}

.Content2 .MainCon2 .ContentCenter .TabList ul li i {
  display: block;
  float: left;
  width: 5px; /* 设置圆的宽度 */
  height: 5px; /* 设置圆的高度 */
  background-color: #b5b5b5;}
.Content2 .MainCon2 .ContentCenter .TabList ul li span {
  width: 88px;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  text-align: right;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.45);}

.Content5 {
  width: 100%;
  margin-top: 49px;}
.Content5 .TabTitle {
  width: 1560px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 19px;}
.Content5 .TabTitle .TabName {
  width: 122px;
  font-size: 22px;
  line-height: 42px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content5 .Link {
  width: 1560px;
  margin: 23px auto 55px auto;}

.Content5 .Link .LinkList {
  width: 1560px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content5 .Link .LinkList a {
  display: block;
  width: 314px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.05);
  border-left: 6px solid #bf1a20;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 30px;}

.Content5 .Link .LinkList a:hover {
  color: #bf1a20;}

/* 列表页样式 */
.SecBanner {
  width: 100%;
  height: 400px;
  background: url(../../images/banner_list.png) top center no-repeat;}

.Content {
  width: 1560px;
  height: auto;
  margin: 12px auto 40px;
  position: relative;}

.Content .ArticleList {
  width: 1160px;
  height: auto;
  overflow: hidden;
  background: #fff;
  float: right;}

.Content .ArticleList .Title {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #d8d8d8;}

.Content .ArticleList .Title .Name {
  width: 100%;
  height: 60px;
  float: left;
  color: #333333;
  font-size: 22px;}
.Content .ArticleList .Title .Name img {
  float: left;
  margin-top: 21px;
  margin-right: 13px;}
.Content .ArticleList .Title .Name span {
  float: left;
  margin-top: 18px;
  margin-right: 9px;}
.Content .ArticleList .Title .Name span.Nav_location {
  color: #bf1a20;}
.Content .ArticleList .Title .Name span.Nav_location a {
  color: #bf1a20;}
.Content .ArticleList .List {
  width: 100%;
  height: auto;
  overflow: hidden;}

.Content .ArticleList .List ul li {
  width: 100%;
  height: 54px;
  line-height: 55px;
  border-bottom: 1px dashed #e9e9e9;
  float: left;}

.Content .ArticleList .List ul li i {
  display: block;
  float: left;
  width: 8px; /* 设置圆的宽度 */
  height: 8px; /* 设置圆的高度 */
  margin-top: 27px;
  margin-right: 14px;
  background-color: #bf1a20; /* 设置圆的背景颜色 */
  border-radius: 50%;}

.Content .ArticleList .List ul li a {
  color: #333333;
  font-size: 18px;
  float: left;
  line-height: 55px;}

.Content .ArticleList .List ul li a:hover {
  color: #bf1a20;}
.Content .ArticleList .List ul li img {
  float: right;
  margin-top: 21px;
  margin-right: 10px;}

.Content .ArticleList .List ul li span {
  float: right;
  line-height: 55px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);}

.Page {
  width: 100%;
  height: 40px;
  margin: 20px 0px 30px 0px;
  text-align: right;
  float: left;}

.Page a {
  color: #999;
  font-size: 16px;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
  padding: 8px 12px 9px 12px;
  background: #fff;
  border-radius: 4px;}

.Page a:hover {
  color: #fff;
  border: 1px solid #94221b;
  background: #94221b;}

.Page a.hover {
  color: #fff;
  border: 1px solid #94221b;
  background: #94221b;}
.Content .NowNews {
  width: 325px;
  height: auto;
  background: #f5f5f5;
  margin-top: -69px;
  float: left;
  z-index: 10;
  position: absolute;}

.Content .NowNewsTitle {
  width: 325px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #bd1313;}
.Content .NowNewsTitle a {
  color: #fff;}
.Content .NowNews ul li {
  width: 325px;
  line-height: 77px;
  border-bottom: 1px solid #dfe2e5;
  text-align: center;
  font-size: 24px;}
.Content .NowNews ul li.hover {
  border-left: 3px solid #bf1a20;
  width: 322px;
  color: #b61b2f;
  background: #dfdfdf;}
.Content .NowNews ul li.hover a {
  color: #b61b2f;}
.Content .NowNews ul li ul li {
  border-top: 1px solid #dfe2e5;
  border-bottom: none;
  background: #e9e9e9;}
.Content .NowNews ul li ul li a {
  margin-left: 20px;
  color: #333333 !important;}

/*内容页样式*/
.Content .MainRightCon .NewsTitle {
  width: 100%;
  height: 94px;
  border-bottom: 1px dashed #dadada;
  padding: 58px 0 0 0;}

.Content .MainRightCon .NewsTitle h3 {
  width: 100%;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;}

.Content .MainRightCon .NewsTitle .ArticleInfor {
  width: 100%;
  height: 30px;
  text-align: center;}

.Content .MainRightCon .NewsTitle .ArticleInfor span {
  display: inline-block;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  margin-right: 29px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .Clock {
  background: url(../../images/ico_10.png) no-repeat left center;
  text-indent: 25px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .See {
  background: url(../../images/ico_12.png) no-repeat left center;
  text-indent: 25px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .People {
  background: url(../../images/ico_11.png) no-repeat left center;
  text-indent: 25px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .Source {
  background: url(../../images/ico_11.png) no-repeat left center;
  text-indent: 25px;}

.Content .MainRightCon .ArticleShow {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 60px;}

.Content .MainRightCon .ArticleShow img {
  display: block;
  margin: 15px auto;}

.Content .MainRightCon .ArticleShow p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: justify;}