/* 换色的css */

nav,header,footer,section,h1,h2,h3,h4,h5,h6,p {
  padding: 0;
  margin: 0;
}


.iconfont.c-icon-user {
  font-size: 20px;
  line-height: 100%;

}
.iconfont.c-icon-caret-right{
  font-size: 12px;
}

/* 背景色相关 */
.bg-color {
  background-color: #CC0000;
}
.color-white {
  color: #fff;
}
.color-red {
  color: #CC0000;
}
.color-black {
  color: #000;
}
.color-black-2{
  color: #222222;
}
.bg-color-grey {
  background-color: #F9FAFC;
}
.bg-color-opacity {
  background-color: rgba(204, 0, 0, .04);
}



.bg-red {
  background-color: #CC0000;
}



.content {
  width:1200px;
  margin:0 auto;
}
.header-content {
  width:1250px;
  margin:0 auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.head-list li:hover{
  background-color: #DC2120;
  cursor: pointer;
}
ul.head-list li.active{
  background-color: #AE0000;
}
ul li.red-point {
  position: relative;
}
ul li.red-point:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #CC0000;
  top: 8px;
}




a.head-link {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  /* margin: 0 10px; */
  display: inline-block;
}
a.head-link:hover {
  text-decoration: none;
  color: #fff;
}
span.head-link {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  /* margin: 0 10px; */
  display: inline-block;
}
span.head-link:hover {
  text-decoration: none;
  color: #fff;
}



.list-title {
  position: relative;
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 10px;
}
.list-title:before {
  content:'';
  position:absolute;
  left: 0;
  bottom: -2px;
  width: 48px;
  border-bottom: 5px solid #CC0000;
}
.list-title h2 {
  padding: 0;
  margin: 0;
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #222222;
  line-height: 40px;
}
.list-title .list-more {
  position: absolute;
  right: 0;
  top: 8px;
  width:28px;
  height: 28px;
  padding: 5px 8.5px;
  font-size: 11px;
  color: #fff;
}
.list-title a.list-more:hover {
  text-decoration: none;
  color: #fff;
}
.list-item {
  position: relative;
}
.list-item .red-point:before {
 position: absolute;
 width:6px;
 height: 6px;
 background-color: #CC0000;;
}
.list-item h3 {
  padding: 0;
  margin: 0;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
}
.list-item h3 a{
  padding: 0;
  margin: 0;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
}
.list-item p {
  padding: 0;
  margin: 0;
  /* height: 20px; */
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.list-item .list-item-date {
  width: 48px;
  /* position: absolute; */
  /* left: -60px; */
  /* top: -15px; */
}
.list-item .list-item-date .list-item-date-day {
  width: 48px;
  height: 56px;
  font-size: 40px;
  font-weight: 500;
  color: #999999;
  line-height: 56px;
}
.list-item .list-item-date .list-item-date-month {
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  line-height: 17px;
}
.list-item .list-item-image {
  /* width: 170px;
  height: 150px; */
}
.list-item .list-item-image-name-1 {
  user-select: none;
  position:absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  width: 100%;
  height: 82px;
  padding: 40px 20px 10px 20px;
  background-image: url('../img/imgbg-1.png');
}
.list-item .list-item-image-name-2 {
  user-select: none;
  position:absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  width: 100%;
  padding: 0 20px 0 20px;
  background-color: rgba(0, 0, 0, .5);
}
.border-style-1 {
  border-bottom: 1px solid #EEEEEE;
}

footer {
  padding: 0;
  margin: 0;
  height: 100px;
  background: #CC0000;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}

.common-carousel-img {
  animation: fade-in-out .5s ;
}
@keyframes fade-in-out {
  0% {opacity: 0;}
  100% {opacity: 1;}
}