/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #c60000;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #000;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  width: 190px;
  height: 36px;
}
.head .search {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 350px;
}
.head .search form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 40px;
  width: 100%;
}
.head .search form input {
  padding-left: 20px;
  height: 100%;
  width: 100%;
}
.head .search form button {
  width: 120px;
  background: #fefefe url(../img/search.png) no-repeat 10px center;
  background-size: 25%;
  padding-left: 20px;
  height: 100%;
  border: none;
  border-left: 1px solid #ccc;
  font-size: 16px;
}
.head .search .time {
  width: 100%;
}
.head .search .time span {
  font-size: 14px;
}
.nav {
  background: url(../img/nav_bg.jpg) repeat-x;
  height: 60px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.nav ul li a {
  font-size: 16px;
  color: #fff;
}
.big-tit {
  text-align: center;
  border-bottom: 1px dotted #cfcfcf;
  padding-bottom: 10px;
}
.big-tit h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.big-tit span {
  font: 14px 'SimSun';
  margin-right: 28px;
}
.fouce {
  height: 385px;
}
.fouce #swiper-1 {
  margin: 0;
  width: 680px;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide h1 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  bottom: 15px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d0d0d0;
  opacity: 1;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c10d0c;
}
.list {
  width: 500px;
}
.list ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  position: relative;
}
.list ul li a {
  font-size: 20px;
}
.list ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c1c1c1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li:nth-child(5) {
  margin-bottom: 25px;
}
.list ul li:first-of-type,
.list ul li:nth-child(6) {
  font-weight: 700;
}
.box .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .title a {
  padding-left: 40px;
  background: url(../img/t-icon.jpg) no-repeat center left;
  color: #d71518;
  font: 25px 'Microsoft YaHei';
  margin-right: 15px;
}
.box .title span {
  flex: 1;
  height: 20px;
  background: url(../img/t-r-icon.jpg) no-repeat center;
}
.box .img-box {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.box .img-box span {
  height: 40px;
  line-height: 40px;
}
.box .img-box img {
  transition: all 0.6s;
}
.box .img-box img:hover {
  transform: scale(1.1);
}
.box .list-2 ul li {
  height: 28px;
  margin: 16px 0;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}
.box .list-2 ul li a {
  font-size: 18px;
}
.box .list-2 ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c1c1c1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .list-2 ul li:first-of-type,
.box .list-2 ul li:nth-child(6) {
  font-weight: 700;
}
.box .list-b ul li {
  margin: 0;
  height: 33px;
  line-height: 33px;
}
.box .list-b ul li a {
  font-size: 16px;
}
.box .list-b ul li:nth-child(5) {
  margin-bottom: 10px;
}
.box .list-bg {
  background-color: #f5f5f5;
  padding: 10px;
}
.box .list-bg ul li:first-of-type,
.box .list-bg ul li:nth-child(6) {
  font-weight: 400;
}
.box .focue-img-info .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 180px;
}
.box .focue-img-info .swiper-container .swiper-wrapper .swiper-slide p {
  height: 50px;
  color: #333;
  line-height: 50px;
  background: rgba(231, 231, 231, 0.8);
}
.box .crumbs {
  padding-left: 30px;
  background: url(../img/home.jpg) no-repeat center left;
  height: 50px;
  line-height: 50px;
}
.box .crumbs a {
  margin-right: 10px;
  font-size: 16px;
}
.box .list-list ul li {
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #d4d1d1;
}
.box .list-list ul li h1 {
  font: 24px 'Microsoft YaHei';
  padding-bottom: 23px;
  line-height: 24px;
  overflow: hidden;
}
.box .list-list ul li h1:hover {
  text-decoration: underline;
}
.box .list-list ul li span {
  color: #606060;
  font: 16px 'Microsoft YaHei';
  line-height: 34px;
  display: block;
}
.box .list-list ul li i {
  width: 100%;
  display: block;
  text-align: right;
  color: #606060;
  font-size: 16px;
}
.box .tit {
  padding-bottom: 8px;
}
.box .tit h4 {
  font: 42px 'Microsoft YaHei';
  color: #4c4c4c;
}
.box .tit-info {
  border-bottom: 1px dotted #afafaf;
  align-items: center;
  padding-bottom: 10px;
}
.box .tit-info .box span {
  line-height: 37px;
  font-size: 14px;
  padding: 0 30px 0 0;
  color: #606060;
}
.box .con-p p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 34px;
  padding: 0 0 20px;
}
.box .con-p a img,.box .con-p img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .con-p .keywords {
  justify-content: center;
}
.box .con-p .keywords span,
.box .con-p .keywords a {
  font-size: 15px;
  color: #fff;
}
.box .con-p .keywords a {
  margin-right: 20px;
}
.box .pian {
  margin: 40px 0;
  justify-content: flex-end;
}
.box .pian a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 10px;
  margin-top: 20px;
}
.box-1 {
  width: 33%;
}
.box-2 {
  width: 33%;
}
.box-3 {
  width: 27%;
}
.box-4 {
  width: 70%;
}
.box-5 {
  width: 48%;
}
.box-6 .img-box {
  width: 48%;
  height: 150px;
}
.box-7 {
  width: 25%;
}
.box-8 {
  width: 24%;
}
.box-8 .img-box {
  height: 200px;
}
.box-9 {
  width: 65%;
}
.box-10 {
  width: 30%;
}
.paging {
  margin: 30px 0 10px;
  width: 100%;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 20px;
  color: #e06b6d;
}
.paging .hover {
  color: #333;
}
.paging span {
  border: 1px solid #ccc;
}
.paging a:hover,
.paging span:hover {
  color: #333;
}
