﻿
/* Banner */
.hq-content {
  padding-top: 150px;}
a {
  text-decoration: none!important;}
ul li {
  list-style: none;}
.Banner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;}
.Banner img {
  width: 100%;
  margin: 0 auto;}

/* Breadcrumb */
ul {
  margin: 0;
  padding: 0;}
.Breadcrumb {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 10px 0 40px 0;}
.back-blue {
  top: -44px;}
.Breadcrumb p {
  text-align: right;
  color: #333;
  letter-spacing: 1px;
  font-size: 14px;
  padding-right: 10px;
  margin: 0;}
.Breadcrumb p a {
  color: #333;}
.Breadcrumb p a:hover{
  font-weight: bold;}

/* layout */
.slide-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;}
.lf {
  width: 300px;
  float: left;
  margin-top: 25px;
  position: relative;}
.rt {
  width: 900px;
  float: left;
  position: relative;}
.lf .lf-title {
  background: url(../images/dh_h3.png) no-repeat;
  width: 261px;
  height: 85px;
  position: relative;}
.lf .lf-title h2 {
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;}
.lf-list {
  padding-bottom: 20px;
  width: 229px;
  background-color: #e6e6e6;
  font-size: 16px;
  line-height: 18px;
  margin-left: 17px;
  top: -20px;}
.lf-list li {
  display: block;
  width: 209px;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  margin-left: 8px;
  text-align: center;
  color: #333;
  cursor: pointer;}
.lf-list li.on {
  background-color: #ffffff;
  color: #a71e32;
  font-weight: bold;}


/* List */
.List {
  width: 100%;}
.List li {
  border-bottom: 1px dashed #d9d9d9;
  line-height: 60px;
  height: 60px;}
.List li span {
  float: right;
  font-family: 'Arial';
  font-size: 14px;
  color: #999;
  margin: 0 10px;
  letter-spacing: 0.5px;}
.List-title {
  font-size: 20px;
  padding: 30px 0;
  text-align: left;
  font-weight: bold;
  text-indent: 10px;}
.List li a {
  display: block;
  float: left;
  text-indent: 10px;
  color: #333;}
.List li a:hover {
  color: #a71e32;
  font-weight: bold;}
.Notice {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 30px;}
.Notice li {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 40px;
  height: 80px;
  position: relative;
  overflow: hidden;}
.Notice li:nth-child(2n) {
  margin-right: 0;}
.Notice li .notice-lf {
  float: left;
  height: 80px;
  padding: 10px 0;
  position: relative;
  width: 120px;
  background-color: #a71e32;}
.Notice li .notice-lf span {
  display: block;
  line-height: 30px;
  color: #ffffff;
  text-align: center;}
.Notice li .notice-lf .date {
  font-size: 20px;
  font-weight: bold;}
.Notice li .notice-lf .year {
  font-size: 15px;}
.Notice li .notice-rt {
  float: left;
  width: calc(100% - 140px);
  height: 80px;
  line-height: 80px;
  padding-left: 20px;
  background-color: rgba(224, 228, 239, 0.8);}
.Notice .expert {
  border-bottom: 1px dashed #333;
  height: 40px;}
.Notice .expert a {
  font-weight: bold;}

/* Page */

.Page {
  margin: 20px auto 0;}
.Page ul {
  width: 100%;
  text-align: right;
  padding: 20px 0;}
.Page ul li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;}
.Page ul li a {
  color: #333;}
.Page ul li.on {
  background-color: #a71e32;
  color: #ffffff;}

.Page ul li.on a {
  color: #ffffff;}
.Page ul li:hover {
  transform: translateY(-2px);
  border-color: #a71e32;
  color: #a71e32;}
.Page ul li.on a:hover {
  color: #ffffff;}

/* Article */
.Article {
  height: 100%;
  margin: 0 auto;
  position: relative;}
.Article-title {
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  margin-top: 20px;
  font-weight: bold;}
.Article-subTitle {
  width: calc(100% -40px);
  margin: 20px 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px dashed rgba(153,153,153,0.8);}
.Article-subTitle span{
  margin-left: 10px;
  color: #b2b2b2;}
.Article-subTitle span:nth-child(1) {
  margin: 0;}
.Article-content {
  padding: 20px;
  line-height: 1.5;}

.channel-title {
  display: block;
  position: absolute;
  width: 30%;
  line-height: 50px;
  bottom: 0;}

.channel-title .text {
  padding-left: 20px;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;}
.channel-title .text::before {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 25px;
  left: 10px;
  bottom: 12.5px;
  background: #a71e32;}
.Banner::before {
  position: absolute;
  content: '';
  width: 30%;
  left: 0;
  bottom: -45px;
  height: 80px;
  background-color: #a71e32;}