﻿/* 公共样式 */
body {
  background-color: #fff;
  background-image: url(../../images/body_bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;}

.Top {
  width: 100%;
  height: 150px;
  border-top: 7px solid #c01920;}

.Top .TopCon {
  width: 1400px;
  height: 150px;
  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;}

.Nav .NavCon {
  width: 1400px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  opacity: 1;
  background: linear-gradient(0deg, #a11010 0%, #c01920 100%);

  box-sizing: border-box;
  border: 1px solid #c01920;}
.Nav .NavCon ul {
  display: flex;
  justify-content: space-between;}

.Nav .NavCon ul li {
  min-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: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;}
.Nav .NavCon ul li a:hover {
  color: #fff871;}

.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: 1400px;
  width: 100%;
  height: 400px;}

.Footer {
  width: 100%;
  height: 173px;
  background: #c01920;
  overflow: hidden;
  border-top: 7px solid #cfaa6e;
  margin-top: 41px;}

.Footer .FooterCon {
  width: 1400px;
  height: 173px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;}
.Footer .FooterCon .FooterConLeft {
  display: flex;
  align-items: center;}

.Footer .FooterCon p {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-weight: 350;
  color: #fff;
  text-align: center;}

/* 首页样式 */
.swiper {
  width: 680px;
  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;}
.my-bullet2 {
  display: inline-block;
  width: 14px;
  height: 14px;
  opacity: 0.5;
  background: #ffffff;
  position: relative;
  right: 21px;
  top: -65px;
  margin-right: 10px;}

.main1 {
  padding-bottom: 82px;
  width: 1400px;
  border-radius: 6px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0px 14px 8px rgba(0, 0, 0, 0.08);
  margin: 0 auto 0 auto;}
.Content1 {
  width: 100%;
  height: 425px;}

.Content1 .MainCon1 {
  width: 1320px;
  height: 425px;
  margin: 38px auto 0 auto;}

.Active {
  color: rgba(0, 0, 0, 0.85);}
.Content1 .MainCon1 .ContentLeft {
  width: 680px;
  height: 425px;
  overflow: hidden;
  float: left;
  margin-right: 40px;}

.Content1 .ContentLeft .ImgNews {
  position: relative;
  width: 680px;}

.Content1 .ContentLeft .ImgNews .Img {
  width: 100%;
  height: 425px;}

.Content1 .ContentLeft .ImgNews .Img img {
  width: 100%;
  height: 425px;}

.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: 630px;
  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: 590px;
  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 {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content1 .MainCon1 .ContentCenter .TabTitle .TabName img {
  margin-right: 5px;}
.Content1 .MainCon1 .ContentCenter .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;
  margin-left: 4px;}
.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;}

.Content1 .MainCon1 .ContentCenter .TabList ul li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content1 .MainCon1 .ContentCenter .TabList ul li a {
  width: 483px;
  font-family: "Source Han Sans CN";
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  float: left;
  line-height: 38px;
  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: 38px;
  text-align: right;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.45);}
.Content1 .MainCon1 .ContentCenter .TabList ul li:first-child {
  flex-direction: column; /* 设置主轴为垂直方向 */
  justify-content: start;
  align-items: start;
  height: 82px;
  padding-top: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;}
.Content1 .MainCon1 .ContentCenter .TabList ul li:first-child a {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #c01920;}
.Content1 .MainCon1 .ContentCenter .TabList ul li:first-child i {
  display: none;}
.Content1 .MainCon1 .ContentCenter .TabList ul li:first-child span {
  background-image: url(../../images/ico_13.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 25px;
  text-align: left;
  line-height: 45px;}

.Content2 {
  width: 100%;}

.Content2 .MainCon2 {
  width: 1320px;
  margin: 15px auto 0 auto;
  display: flex;
  justify-content: space-between;}

.Content2 .MainCon2 .ContentCenter {
  width: 630px;
  height: auto;
  overflow: hidden;
  float: left;}

.Content2 .MainCon2 .ContentCenter .TabTitle {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content2 .MainCon2 .ContentCenter .TabTitle .TabName {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content2 .MainCon2 .ContentCenter .TabTitle .TabName img {
  margin-right: 5px;}
.Content2 .MainCon2 .ContentCenter .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;
  margin-left: 4px;}
.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: 15px;}

.Content2 .MainCon2 .ContentCenter .TabList ul li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content2 .MainCon2 .ContentCenter .TabList ul li a {
  width: 520px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.85);
  float: left;
  line-height: 45px;
  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: 45px;
  text-align: right;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.45);}
.Content2 .MainCon2 .ContentRight {
  width: 630px;
  float: right;}
.Content2 .MainCon2 .ContentRight .TabTitle {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content2 .MainCon2 .ContentRight .TabTitle .TabName {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content2 .MainCon2 .ContentRight .TabTitle .TabName img {
  margin-right: 5px;}
.Content2 .MainCon2 .ContentRight .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;
  margin-left: 4px;}
.Content2 .MainCon2 .ContentRight .TabTitle .TabMore {
  width: 62px;
  line-height: 28px;
  text-align: right;}

.Content2 .MainCon2 .ContentRight .TabTitle .TabMore a {
  font-family: Arial;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;}
.Content2 .MainCon2 .ContentRight .TabTitle .TabMore a:hover {
  color: #b61b2f;}

.Content2 .MainCon2 .ContentRight .TabList {
  width: 100%;
  height: auto;
  margin-top: 20px;}

.Content2 .MainCon2 .ContentRight .TabList ul li {
  float: left;
  width: 300px;
  height: 90px;
  margin-bottom: 15px;
  line-height: 28px;
  overflow: hidden;
  position: relative;}
.Content2 .MainCon2 .ContentRight .TabList ul li:nth-child(2n-1) {
  margin-right: 30px;}
.Content2 .MainCon2 .ContentRight .TabList ul li .Text {
  width: 270px;
  height: 90px;
  background: #f5f5f5;
  position: absolute;
  right: 0;}
.Content2 .MainCon2 .ContentRight .TabList ul li a {
  margin: 25px 19px 0 auto;
  width: 208px;
  height: 51px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  text-align: justify;
  text-overflow: ellipsis; /* 添加省略号 */
  word-break: break-all;
  /** 对象作为伸缩盒子模型显示 **/
  display: -webkit-box;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-box-orient: vertical;
  /** 显示文本的行数 **/
  -webkit-line-clamp: 2;
  /** 超出的内容隐藏 **/
  overflow: hidden;}

.Content2 .MainCon2 .ContentRight .TabList ul li a:hover {
  color: #bf1a20;}

.Content2 .MainCon2 .ContentRight .TabList ul li i {
  width: 1px;
  height: 16px;
  background: #bd1313;
  float: left;
  margin-right: 17px;
  margin-top: 17px;}
.Content2 .MainCon2 .ContentRight .TabList .Time {
  width: 60px;
  height: 68px;
  float: left;
  margin-right: 16px;
  color: #fff;
  background: #c01920;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);}

.Content2 .MainCon2 .ContentRight .TabList .Time .Day {
  float: left;
  width: 100%;
  font-family: "Arial";
  height: 22px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-weight: 300;
  margin-top: 5px;}
.Content2 .MainCon2 .ContentRight .TabList .Time .Month {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-weight: 300;}
.Content2 .MainCon2 .ContentRight .TabList .Time .Year {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-weight: 300;}

.Content3 {
  width: 100%;}

.Content3 .MainCon3 {
  width: 1320px;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: space-between;}

.Content3 .MainCon3 .ContentCenter {
  width: 630px;
  height: auto;
  overflow: hidden;
  float: left;}

.Content3 .MainCon3 .ContentCenter .TabTitle {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content3 .MainCon3 .ContentCenter .TabTitle .TabName {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.Content3 .MainCon3 .ContentCenter .TabTitle .TabName img {
  margin-right: 5px;}
.Content3 .MainCon3 .ContentCenter .TabTitle .TabName .EnName {
  font-weight: bold;
  font-size: 16px;
  color: #9e9e9e;
  margin-left: 5px;}
.Content3 .MainCon3 .ContentCenter .TabTitle .TabMore {
  width: 62px;
  line-height: 28px;
  text-align: right;}

.Content3 .MainCon3 .ContentCenter .TabTitle .TabMore a {
  font-family: Arial;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;}
.Content3 .MainCon3 .ContentCenter .TabTitle .TabMore a:hover {
  color: #b61b2f;}
.Content3 .MainCon3 .ContentCenter .TabList {
  width: 100%;
  height: auto;
  margin-top: 15px;}

.Content3 .MainCon3 .ContentCenter .TabList ul li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content3 .MainCon3 .ContentCenter .TabList ul li a {
  width: 520px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.85);
  float: left;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap; /* 不换行 */
  text-overflow: ellipsis;}

.Content3 .MainCon3 .ContentCenter .TabList ul li a:hover {
  color: #bf1a20;}

.Content3 .MainCon3 .ContentCenter .TabList ul li i {
  display: block;
  float: left;
  width: 5px; /* 设置圆的宽度 */
  height: 5px; /* 设置圆的高度 */
  background-color: #b5b5b5;}
.Content3 .MainCon3 .ContentCenter .TabList ul li span {
  width: 88px;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: 45px;
  text-align: right;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.45);}

.Content5 {
  width: 100%;
  margin-top: 37px;}
.Content5 .TabTitle {
  width: 1320px;
  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: 1320px;
  margin: 23px auto 0 auto;}

.Content5 .Link .LinkList {
  width: 1320px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.Content5 .Link .LinkList a {
  display: block;
  width: 364px;
  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;
  margin-top: -12px;}

.Content {
  width: 100%;}
.MainCon {
  width: 1320px;
  height: auto;
  margin: 12px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;}
.Content .ArticleList {
  width: 930px;
  height: auto;
  margin-top: 2px;
  overflow: hidden;
  background: #fff;}

.Content .ArticleList .Title {
  width: 100%;
  height: 61px;
  margin-bottom: 21px;
  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 .List {
  width: 100%;
  height: auto;
  margin-top: 31px;}

.Content .ArticleList .List ul li {
  width: 100%;
  height: 108px;
  overflow: hidden;
  margin-bottom: 20px;}

.Content .ArticleList .List ul li a {
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}
.Content .ArticleList .List ul li .LiTitle {
  display: flex;
  align-items: center;
  background: #f8f8f8;}
.Content .ArticleList .List .Time {
  width: 108px;
  height: 108px;
  float: left;
  background: #fff7e9;}

.Content .ArticleList .List .Time .Day {
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 32px;
  font-family: "Arial";
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #b61b2f;}

.Content .ArticleList .List .Time .Year {
  display: block;
  width: 100%;
  height: 18px;
  font-size: 16px;
  font-family: "Arial";
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #b61b2f;}
.Content .ArticleList .List p {
  width: 800px;
  float: left;
  padding-left: 27px;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.85);
  /** 对象作为伸缩盒子模型显示 **/
  display: -webkit-box;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-box-orient: vertical;
  /** 显示文本的行数 **/
  -webkit-line-clamp: 2;
  /** 超出的内容隐藏 **/
  overflow: hidden;}

.Content .ArticleList .List ul li:hover .LiTitle {
  background: #b61b2f;}
.Content .ArticleList .List ul li:hover p {
  color: #fff;}

.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 #bd1313;
  background: #bd1313;}

.Page a.hover {
  color: #fff;
  border: 1px solid #bd1313;
  background: #bd1313;}
.Content .NowNews {
  width: 325px;
  height: auto;
  background: #f5f5f5;
  margin-top: -69px;
  z-index: 10;}

.Content .NowNewsTitle {
  width: 325px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #bd1313;}
.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: 20px 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_14.png) no-repeat left center;
  text-indent: 25px;}

.Content .MainRightCon .ArticleShow {
  width: 100%;
  height: auto;
  margin-top: 20px;}

.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;
  padding: 0 30px;}
