@charset "utf-8";
/*
 * 文件功能：文学院网站基础样式及交互动画配置样式表
 * 修改部分：定义鼠标移入上浮的超参数，并补充新闻列表块的悬浮与过渡动画
 */

/* ================== 超参数定义区 ================== */
:root {
  /* 定义鼠标移入新闻列表项时向上浮动的距离（可调参数） */
  --hover-float-distance: -10px;
}
/* ================================================== */
/* Base Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
html {
  overflow-x: hidden;
}
i,
cite,
em,
var,
address,
dfn {
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font:
    12px/1 arial,
    \5b8b\4f53;
  outline: 0;
}
:focus {
  outline: 0;
}
/*备用样式表*/
.none {
  display: none;
}
.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97cbe0;
}
.hidden {
  visibility: hidden;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  *zoom: 1;
}

/**全局样式**/
body {
  font:
    12px/1 "Microsoft YaHei",
    "Simsun",
    arial,
    \5b8b\4f53;
  color: #333;
  background-color: #f2f2f2;
} /*背景样式*/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  margin: 0 auto;
} /**页面全局宽度**/

/**页头开始**/
/* ------------------------------------------------Header开始-------------------------------------------------- */
.header {
  border-bottom: none;
  height: auto;
  line-height: inherit;
}
.header .inner {
}
.header .inner .top {
  background-color: #8a1e23;
}
.header .inner .top .container {
  width: 1200px;
  height: 36px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  position: relative;
}
.header .inner .top .container .top_left {
  float: left;
}
.header .inner .top .container .top_right {
  float: right;
}
.header .inner .top .container .top_right .school_homepage {
  position: absolute;
  width: 76px;
  right: 250px;
}
.header .inner .top .container .top_right .school_homepage a,
.header .inner .top .container .top_right .school_homepage a:hover {
  color: #fff;
}
.header .inner .top .container .top_right .search {
  float: right;
  display: none;
  width: 20px;
  height: 20px;
}
div.search {
  padding: 30px 0;
}
form {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
input,
button {
  position: absolute;
  border: none;
  outline: none;
}
input {
  width: 100%;
  height: 33px;
  padding-left: 10px;
}
button {
  height: 33px;
  width: 42px;
  cursor: pointer;
}
.search_bar6 {
  background: #f9f0da;
  position: absolute;
  right: 0;
}
.search_bar6 input {
  border: 2px solid #c5464a;
  border-radius: 5px;
  top: 0;
  right: 0;
}
.search_bar6 button {
  background: #c5464a;
  border-radius: 0 5px 5px 0;
  width: 60px;
  top: 0;
  right: 0;
}
.search_bar6 button:before {
  content: "搜索";
  font-size: 13px;
  color: #f9f0da;
}
.header .inner .head {
  max-width: 100%;
  width: 100%;
  height: 9.5vw;
  min-height: 150px;
  max-height: 180px;
  margin: 0 auto;
  background: #8a1e23 url(images/tittle.jpg) center center no-repeat;
  background-size: cover;
}
.header .inner .head .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.header .inner .head .container img:nth-child(1) {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
}
.header .inner .head .container img:nth-child(2) {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
}
.header .inner .nav_bar {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(150, 0, 0, 0.1);
  z-index: 100;
}
.header .inner .nav_bar .container {
  width: 1260px !important;
  height: 100%;
  line-height: 70px;
  margin: 0 auto;
}
.header .inner .nav_bar .container .nav-item {
  width: 140px; /* 强制规定每个主菜单的宽度 */
  text-align: center; /* 确保文字居中 */
}
.header .inner .nav_bar .container .nav-item a {
  padding: 0 !important; /* 清除原有 padding */
  display: block; /* 填满整个 item 宽度 */
}
.header .inner .nav_bar .container .item-name {
  height: 100%;
}
.header .inner .nav_bar .container a {
  font-size: 20px;
  color: #392526;
  font-weight: 600;
}
.header .inner .nav_bar .container a:hover {
  color: #ad1417;
}
.header .inner .nav_bar .container .nav-item:hover {
  background-color: #fff5d8;
}
.header .inner .nav_bar .container .sub-nav {
  width: 100% !important; /* 宽度继承父级 nav-item 的 140px */
  top: 70px !important;
  border: none !important;
}
.header .inner .nav_bar .container .sub-nav .sub-nav {
  top: 0 !important;
  left: 100% !important;
}
.header
  .inner
  .nav_bar
  .container
  .sub-nav
  .nav-item
  a[title*="高质量就业学子风采"] {
  font-size: 14px !important;
}
.header .inner .nav_bar .container .sub-nav .nav-item a {
  padding-left: 0;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  line-height: 50px;
}
/* .header .wp_nav .sub-nav .nav-item a span.item-name {
  display: inline-block;
  width: 100%;
  padding: 5px 8px !important;
} */
.header .inner .nav_bar .container .sub-nav .nav-item a:hover {
  background-color: #ad1417;
  color: #fff;
}
.header .inner .nav_bar .container .sub-nav .nav-item a {
  font-size: 16px;
  color: #303030;
  text-align: center;
}
.header .banner .container {
  max-width: 100%;
  width: 100%;
  height: 40vw;
  min-height: 250px;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
}
.header .banner .container .swiper {
  width: 100%;
  height: 100%;
}
.header .banner .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .banner .container .swiper-slide a {
  width: 100%;
  height: 100%;
}
.header .banner .container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
}
.banner :hover .swiper-button-prev,
.banner :hover .swiper-button-next,
.banner :hover .swiper-button-next:after,
.banner :hover .swiper-button-prev:after {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(145, 112, 112, 0.5);
  border-radius: 50%;
  width: 42px !important;
  height: 42px !important;
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  font-size: 26px !important;
}
.more {
  display: none;
}
.news_left :hover .swiper-button-prev,
.news_left :hover .swiper-button-next,
.news_left :hover .swiper-button-next:after,
.news_left :hover .swiper-button-prev:after {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* ------------------------------------------------Header结束-------------------------------------------------- */
/**标题栏新闻窗口**/
.post {
  margin-bottom: 10px;
}
.post .tt {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #6db4e0;
} /**标题栏**/
.post .tt .tit {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #216687;
} /**标题字体**/
.post .tt .tit .title {
  display: inline-block;
  line-height: 32px;
} /**标题图标**/
.post .tt .more_btn {
  display: inline-block;
  float: right;
  height: 32px;
  line-height: 32px;
} /**更多按钮**/
.post .con {
  padding: 5px 0;
  margin: 0 auto;
}
.post .con .wp_article_list .list_item {
  border-bottom: 1px dashed #ccc;
} /**系统新闻列表**/
.post .con .wp_article_list .list_item span {
  margin-left: 0px;
  margin-right: 5px;
}
.post .con .wp_article_list .list_item .Article_Index {
  background: url(images/li.gif) no-repeat center;
} /**新闻列表图标**/
/*带图标标题*/
.post1 {
}
.post1 .tt {
  background: url(images/icon_tit.gif) no-repeat 5px center;
}
.post1 .tt .tit {
}
.post1 .tt .tit .title {
  padding-left: 35px;
}
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
  line-height: 24px;
  padding-left: 13px;
  background: url(images/icon_li0.gif) no-repeat 0 9px;
} /**标题图标**/
.news_list li.news span.news_title {
  float: left;
}
.news_list li.news span.news_title img {
  vertical-align: middle;
}
.news_list li.news span {
  margin-left: 0px;
  margin-right: 5px;
}
.news_list li.news span.news_meta {
  float: right;
  margin-left: 2px;
}
.news_list li.news p {
  clear: both;
  line-height: 20px;
  color: #787878;
}
.news_list li.news p a {
  color: #787878;
}
.news_list li.news p a:hover {
  color: #444;
  text-decoration: underline;
}
/** 
*其他样式
*/

/**主体开始**/
/* ------------------------------------------------Content开始-------------------------------------------------- */
/* ------------------------------------------------学院新闻开始-------------------------------------------------- */
.content {
  /* width: 1200px; */
  /* margin: 0 auto; */
}
.college_news {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.college_news .container {
  width: 100%;
  height: 100%;
}
.college_news .container .news_left {
  float: left;
  width: 650px;
  height: 100%;
  position: relative;
}
.window_6 {
  position: absolute;
  bottom: 0; /* 修改此处：设为0使其严格贴合父容器底部 */
  left: 0;
  z-index: 100;
  width: 100%;
}

.college_news .container .news_left .img_title {
  display: none; /* 新增此行，默认隐藏所有标题以防止加载时闪烁 */
  width: 100%;
  height: 40px; /* 修改此处：可根据您的实际视觉需求微调高度 */
  line-height: 40px; /* 修改此处：与height保持一致，使文字垂直居中 */
  background: rgba(0, 0, 0, 0.6); /* 黑色半透明背景 */
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box; /* 新增：确保 padding 不会导致宽度超出 100% */
}

.college_news .container .news_left .img_title div {
  text-align: left;
  background: none !important;
}
.college_news .container .news_left .img_title a {
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
}
.college_news .container .news_left .img_title a:hover {
  color: #fff !important;
}
.sss {
  height: 100%;
  width: 100%;
}
.college_news .container .news_right {
  width: calc(100% - 650px);
  height: 100%;
  float: right;
  padding-left: 35px;
}
/* 栏目标题配置 */
.college_news .container .news_right .content_title_box,
.notices .container .content_title_box,
.party_work .container .content_title_box,
.party .container .content_title_box,
.science .container .content_title_box,
.education .container .content_title_box,
.student_work_col .container .content_title_box,
.employment_col .container .content_title_box,
.social_col .container .content_title_box,
.activities .container .content_title_box,
.topics .container .content_title_box {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #e5e5e5;
}
.notices .container .content_title_box,
.party_work .container .content_title_box,
.party .container .content_title_box,
.science .container .content_title_box,
.education .container .content_title_box,
.student_work_col .container .content_title_box,
.employment_col .container .content_title_box,
.social_col .container .content_title_box {
  border: none;
}
.college_news .container .news_right .content_title,
.notices .container .content_title,
.party_work .container .content_title,
.party .container .content_title,
.science .container .content_title,
.education .container .content_title,
.student_work_col .container .content_title,
.employment_col .container .content_title,
.social_col .container .content_title,
.activities .container .content_title,
.topics .container .content_title {
  display: inline-block;
  font-size: 24px;
  color: #b21b25;
  font-weight: bold;
  line-height: 50px;
}
.college_news .container .news_right .content_title .content_title_translation,
.notices .container .content_title .content_title_translation,
.party_work .container .content_title .content_title_translation,
.party .container .content_title .content_title_translation,
.science .container .content_title .content_title_translation,
.education .container .content_title .content_title_translation,
.student_work_col .container .content_title .content_title_translation,
.employment_col .container .content_title .content_title_translation,
.social_col .container .content_title .content_title_translation,
.activities .container .content_title .content_title_translation,
.topics .container .content_title .content_title_translation {
  font-size: 14px;
  font-weight: normal;
  color: #ad9fa0;
  margin-left: 5px;
}
.college_news .container .news_right .content_title::after,
.notices .container .content_title::after,
.party_work .container .content_title::after,
.party .container .content_title::after,
.science .container .content_title::after,
.education .container .content_title::after,
.student_work_col .container .content_title::after,
.employment_col .container .content_title::after,
.social_col .container .content_title::after,
.activities .container .content_title::after,
.topics .container .content_title::after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  background-color: #b21b25;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.college_news .container .news_right .content_title::after
{
  width: 253px;
}
.college_news .container .news_right .content_title h4,
.notices .container .content_title h4,
.party_work .container .content_title h4,
.party .container .content_title h4,
.science .container .content_title h4,
.education .container .content_title h4,
.student_work_col .container .content_title h4,
.employment_col .container .content_title h4,
.social_col .container .content_title h4,
.activities .container .content_title h4,
.topics .container .content_title h4 {
  display: inline-block;
}
.college_news .container .news_right .more_btn,
.notices .container .more_btn,
.party_work .container .more_btn,
.party .container .more_btn,
.science .container .more_btn,
.education .container .more_btn,
.student_work_col .container .more_btn,
.employment_col .container .more_btn,
.social_col .container .more_btn,
.activities .container .more_btn,
.topics .container .more_btn {
  float: right;
  background-color: #eae6e1;
  color: #cc1616;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 12px;
  border-radius: 40px;
  padding: 0 15px;
}
.college_news .container .news_right .content_title .more_text,
.notices .container .content_title .more_text,
.party_work .container .content_title .more_text,
.party .container .content_title .more_text,
.science .container .content_title .more_text,
.education .container .content_title .more_text,
.activities .container .content_title .more_text,
.topics .container .content_title .more_text {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.college_news .container .news_right .news_list {
  margin-top: 15px;
}
.college_news .container .news_right .news_list li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  border-bottom: 1px dashed #d4c7c4;
  font-size: 18px;
}
.college_news .container .news_right .news_title {
  max-width: 370px;
  display: inline-block;
  font-weight: 400;
  color: #3e4551;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.college_news .container .news_right .news_time {
  color: #a9aeb1;
  font-size: 15px;
  float: right;
}
.college_news .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.college_news .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.college_news .swiper-slide a {
  width: 100%;
  height: 100%;
}
.college_news .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.college_news .swiper-slide img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* ------------------------------------------------学院新闻结束-------------------------------------------------- */
/* ------------------------------------------------通知公告开始-------------------------------------------------- */
.notices {
  width: 100%;
  margin-top: 50px;
  background-image: url(./images/tongzhi_bg.png);
  padding: 15px;
}
/* .notices .container .content_title_box,
.party_work .container .content_title_box {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #9a0b0e;
  padding: 0 10px;
}
.notices .container .content_title_box .content_title,
.party_work .container .content_title_box .content_title {
  float: left;
}
.notices .container .content_title_box .more_btn,
.party_work .container .content_title_box .more_btn {
  float: right;
  background-color: #eae6e1;
  color: #765d3d;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 12px;
  border-radius: 40px;
  padding: 0 15px;
} */
.notices .container .notices_body {
  padding-top: 15px;
}
/* 重要！ */
.notices .container .notices_body .notices_list li {
  overflow: hidden;
}
.notices .container .notices_body .notices_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  /* background-image: url(./images/headbg.png); */
  background-image: linear-gradient(to right, #d5d517, #9a0000);
  background-size: cover;
  transition: left 0.5s ease;
  visibility: hidden;
}
/* ::before前面不能有空格 */
.notices .container .notices_body .notices_list li:hover::before {
  visibility: visible;
  left: 0;
}
.notices .container .notices_body .notices_list li:hover * {
  position: relative;
  z-index: 10;
  color: #fff !important;
}
.notices .container .notices_body .notices_list li {
  display: inline-block;
  width: 376px;
  margin: 15px 18px;
  background-color: #fff;
  border: 1px solid #f1eded;
  padding: 20px 10px;
  position: relative;
}
.notices .container .notices_body .notices_list li:nth-child(1),
.notices .container .notices_body .notices_list li:nth-child(4) {
  margin-left: 0;
}
.notices .container .notices_body .notices_list li:nth-child(3),
.notices .container .notices_body .notices_list li:nth-child(6) {
  margin-right: 0;
}
.notices .container .notices_body .notices_list li .date {
  display: inline-block;
  width: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #9f1720;
  font-family: Times New Roman;
  border-right: 1px solid #d8c7c8;
  text-align: center;
  line-height: 1;
}
.notices .container .notices_body .notices_list li .date .year_month {
  font-size: 12px;
  color: #a2a2a2;
}
.notices .container .notices_body .notices_list li .notices_title {
  float: right;
}
.notices .container .notices_body .notices_list li a {
  max-width: 265px;
  height: 46px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-right: 5px;
}
/* ------------------------------------------------通知公告结束-------------------------------------------------- */
/* ------------------------------------------------党团工作开始-------------------------------------------------- */
.party_work {
  margin-top: 60px;
  padding: 10px 15px 0 15px;
  position: relative;
}
.party_work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/dangtuan_bg.png);
  opacity: 0.6;
  z-index: -1;
}
.party_work .container .content_list {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.party_work .container .content_list .content_box {
  width: 265px;
  height: 300px;
  background-color: #f0ecec;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.party_work .container .content_list .content_box:hover {
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: 0 0 10px #ccc;
}
.party_work .container .content_list .content_box .img_box {
  width: 100%;
  height: 56%;
  overflow: hidden;
}
.party_work .container .content_list .content_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.party_work .container .content_list .content_box .img_box img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.party_work .container .content_list .content_box .date_box {
  width: 100%;
  height: 45px;
  padding: 10px;
}
.party_work .container .content_list .content_box .date_box p {
  background-color: #831815;
  color: #fff;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
}
.party_work .container .content_list .content_box .text_box {
  width: 100%;
  height: calc(100% - 56% - 45px);
  padding: 5px 10px 10px 10px;
  font-size: 16px;
}
.party_work .container .content_list .content_box .text_box p {
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ------------------------------------------------党团工作结束-------------------------------------------------- */
/* ------------------------------------------------党建工作、科学研究、教育教学开始-------------------------------------------------- */
.science_education {
  width: 100%;
  height: 550px;
  margin: 0 auto;
  /* margin-top: 70px; */
  padding: 30px 0;
  background: url(./images/tongzhi_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.science_education_container {
  width: 1300px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.science_education .party .container,
.science_education .science .container,
.science_education .education .container,
.science_education .student_work_col .container,
.science_education .employment_col .container,
.science_education .social_col .container {
  width: 100%;
  height: 100%;
}
.science_education .party,
.science_education .science,
.science_education .education,
.science_education .student_work_col,
.science_education .employment_col,
.science_education .social_col {
  width: calc((100% - 40px) / 3);
  height: 100%;
}
.science_education .party .content_list,
.science_education .science .content_list,
.science_education .education .content_list,
.science_education .student_work_col .content_list,
.science_education .employment_col .content_list,
.science_education .social_col .content_list {
  width: 100%;
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
.science_education .content_box .img_box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.science_education .content_box:hover {
  box-shadow: 0 0 10px 0 #ccc;
  transform: translateY(var(--hover-float-distance));
  -webkit-transform: translateY(var(--hover-float-distance));
  -moz-transform: translateY(var(--hover-float-distance));
  -ms-transform: translateY(var(--hover-float-distance));
  -o-transform: translateY(var(--hover-float-distance));
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.science_education .party .content_list .content_box,
.science_education .science .content_list .content_box,
.science_education .education .content_list .content_box,
.science_education .student_work_col .content_list .content_box,
.science_education .employment_col .content_list .content_box,
.science_education .social_col .content_list .content_box {
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.science_education .party .content_list .content_box .img_box,
.science_education .science .content_list .content_box .img_box,
.science_education .education .content_list .content_box .img_box,
.science_education .student_work_col .content_list .content_box .img_box,
.science_education .employment_col .content_list .content_box .img_box,
.science_education .social_col .content_list .content_box .img_box {
  flex: 0.4;
  height: 100%;
  overflow: hidden;
}
.science_education .party .content_list .content_box .img_box img,
.science_education .science .content_list .content_box .img_box img,
.science_education .education .content_list .content_box .img_box img,
.science_education .student_work_col .content_list .content_box .img_box img,
.science_education .employment_col .content_list .content_box .img_box img,
.science_education .social_col .content_list .content_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.science_education .party .content_list .content_box .text_box,
.science_education .science .content_list .content_box .text_box,
.science_education .education .content_list .content_box .text_box,
.science_education .student_work_col .content_list .content_box .text_box,
.science_education .employment_col .content_list .content_box .text_box,
.science_education .social_col .content_list .content_box .text_box {
  flex: 0.6;
  padding: 25px 20px;
}
.science_education .party .content_list .content_box .text_box .title,
.science_education .science .content_list .content_box .text_box .title,
.science_education .education .content_list .content_box .text_box .title,
.science_education
  .student_work_col
  .content_list
  .content_box
  .text_box
  .title,
.science_education .employment_col .content_list .content_box .text_box .title,
.science_education .social_col .content_list .content_box .text_box .title {
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.science_education .party .content_list .content_box .text_box .date,
.science_education .science .content_list .content_box .text_box .date,
.science_education .education .content_list .content_box .text_box .date,
.science_education .student_work_col .content_list .content_box .text_box .date,
.science_education .employment_col .content_list .content_box .text_box .date,
.science_education .social_col .content_list .content_box .text_box .date {
  margin-top: 14px;
  font-size: 14px;
  color: gray;
}
/* ------------------------------------------------党建工作、科学研究、教育教学结束-------------------------------------------------- */ /* ------------------------------------------------学生工作开始-------------------------------------------------- */
.student_work {
  width: 1200px;
  margin: 0 auto;
  height: 210px;
  margin-top: 70px;
}
.student_work .container {
  width: 100%;
  height: 100%;
  display: flex;
}
.student_work .container .left {
  flex: 0.14;
  background-color: #831815;
  color: #fff;
}
.student_work .container .left .left_container {
  margin-left: 25px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.student_work .container .left .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #a04e4c;
  cursor: pointer;
}
.student_work .container .left .title:nth-child(2) {
  color: transparent;
  border: none;
}
.student_work .container .left .title span:nth-child(2) {
  font-size: 20px;
}
.student_work .container .left .title span:nth-child(3) {
  display: inline-block;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.student_work .container .left .title span:nth-child(3) {
  font-size: 20px;
}
.student_work .container .left .more_btn {
  margin-top: 20px;
  text-align: center;
  margin-left: -25px;
}
.student_work .container .left .more_btn .more_text {
  color: #fff;
}
.student_work .container .right {
  flex: 0.86;
  display: flex;
  flex-wrap: wrap;
}
.student_work .container .right .content_box {
  flex: 0 0 calc(100% / 3);
  height: 50%;
  background-color: #fff;
  padding: 20px;
}
.student_work .container .right .content_box:nth-child(even) {
  background-color: #e8e7e7;
}
.student_work .container .right .content_box .content_title {
  width: 100%;
  height: 60%;
}
.student_work .container .right .content_box .content_title p {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student_work .container .right .content_box .date {
  font-size: 14px;
  color: gray;
  margin-top: 15px;
}
/* ------------------------------------------------学生工作结束-------------------------------------------------- */
/* ------------------------------------------------活动掠影开始-------------------------------------------------- */
.activities {
  width: 100%;
  margin-top: 40px;
}
.activities .content_list {
  height: 300px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.activities .content_list .container {
  animation: rolling 35s linear infinite;
  position: absolute;
  display: flex;
  -webkit-animation: rolling 35s linear infinite;
}

/* 滚动动画 */
@keyframes rolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.activities .content_box {
  width: 320px;
  padding: 15px 0;
  margin-right: 15px;
  flex-shrink: 0; /* 防止元素缩小 */
}

.activities .content_box .img_box {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.activities .content_box .img_box img {
  width: 100%;
  height: 100%;
}

.activities .content_box .article_title {
  padding: 5px 2px;
}

.activities .content_box .article_title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.imgscroll2_td div:nth-child(1) {
  margin-left: 15px;
  overflow: hidden;
}
.activities img {
  object-fit: cover;
}
.activities img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.imgscroll2_td div:nth-child(2) a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 5px 16px;
}
.imgscroll2_img {
  padding-left: 0 !important;
}
/* ------------------------------------------------活动掠影结束-------------------------------------------------- */
/* ------------------------------------------------专题聚合开始-------------------------------------------------- */
.topics {
  width: 100%;
  margin-top: 40px;
}
.topics .content_list {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.topics .content_box {
}
.topics .content_box .img_box {
  width: 280px;
  height: 170px;
  overflow: hidden;
}
.topics .content_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics .content_box .img_box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* ------------------------------------------------专题聚合结束-------------------------------------------------- */
/* ------------------------------------------------Content结束-------------------------------------------------- */

/* ------------------------------------------------Footer开始-------------------------------------------------- */
.footer {
  margin-top: 70px;
}
.footer .common_links {
  height: 100px;
  background-color: #e8e6e2;
}
.footer .common_links .container {
  width: 1200px;
  margin: 0 auto;
}
.footer .common_links .container .title {
  height: 63px;
  line-height: 63px;
}
.footer .common_links .container .title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #464646;
}
.footer .common_links .container .links_container a {
  font-size: 14px;
  color: #3e4551;
  margin-right: 15px;
}
.footer .common_links .container .links_container a:hover {
  color: #730e10;
}
.footer .copyright {
  height: 236px;
  background-color: #9a001d;
}
.footer .copyright .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 56px 0;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.footer .copyright .container .infos p {
  color: #fff;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
.footer .copyright .container .infos {
}
.footer .copyright .container .official_account {
  display: flex;
}
.footer .copyright .container .official_account .text {
  height: 136px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  padding-top: 20px;
  text-align: right;
  padding-right: 15px;
}
.footer .copyright .container .official_account .QR_code {
  width: 136px;
  height: 136px;
}
.footer .copyright .container .official_account .QR_code img {
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------Footer结束-------------------------------------------------- */
/* ------------------------------------------------回到顶部开始-------------------------------------------------- */
.back_to_top {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 5%;
  z-index: 99;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  border-radius: 50%;
  background-color: rgba(160, 25, 32, 0.5);
  color: #fff;
}
.back_to_top .row1 {
  height: 31px;
  line-height: 50px;
}
.back_to_top .row2 {
}
/* ------------------------------------------------回到顶部结束-------------------------------------------------- */

/**列表页**/
.col_menu {
  width: 210px;
  float: left;
  position: relative;
  margin-right: -220px;
}
.col_menu .col_menu_head {
  background: url(images/col_menu_head.jpg) no-repeat 0 0;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 30px;
  padding: 0px 5px 0px 30px;
  background: url(images/icon_col_name.gif) no-repeat 5px 9px;
} /**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list .wp_listcolumn {
  border-top: 1px solid #2867a0;
  border-bottom: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
  font-weight: normal;
  color: #3e3e3e;
  background: #efefef url(images/icon_column_1.gif) no-repeat 10px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
} /**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  line-height: 30px !important;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #000;
  background-image: url(images/icon_column_1_hover.gif);
} /**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #124d83;
}
/**二级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: #f7f7f7 url(images/icon_column_2.gif) no-repeat 26px 11px;
} /**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name {
  padding-left: 40px;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
  color: #000;
  background-image: url(images/icon_column_2_hover.gif);
} /**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124d83;
}
/**三级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 42px 10px;
} /**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
  padding-left: 55px;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
} /**鼠标经过或选中三级子栏目**/
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a.selected
  span.column-name {
  color: #124d83;
}
/**四级栏目列表*/
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a {
  background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 57px 10px;
} /**四级子栏目**/
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a
  .column-name {
  padding-left: 70px;
}
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a:hover,
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a.selected {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
} /**鼠标经过或选中四级子栏目**/
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a.selected
  span.column-name {
  color: #124d83;
}
/**五级栏目列表*/
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a {
  background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
} /**五级子栏目**/
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a
  .column-name {
  padding-left: 85px;
}
.col_list
  .wp_listcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_subcolumn
  .wp_column
  a.selected
  span.column-name {
  color: #124d83;
}

/**栏目新闻**/
.col_news {
  width: 100%;
  float: left;
}
.col_news_box {
  margin-left: 220px;
}

.col_news_head {
  border-bottom: 1px solid #ccc;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
} /**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
} /**当前栏目名称**/
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
} /**当前位置**/

.col_news_list {
  margin-top: 7px;
  min-height: 300px;
}
.col_news_list .wp_article_list .list_item {
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span {
  margin-left: 0px;
  margin-right: 5px;
}
.col_news_list .wp_article_list .list_item .Article_Index {
  background: url(images/li.gif) no-repeat center;
} /**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 6px;
}
.col_news_list .wp_entry img {
  max-width: 680px;
  _width: expression(this.width > 680 ? "680px": this.width);
} /**列表页文章图片大小限制**/

/**文章页**/
.infobox {
  margin: 0 auto;
}
.article {
}
.article h1.arti_title {
  line-height: 36px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #282828;
  text-align: center;
} /**文章标题**/
.article .arti_subtitle {
  line-height: 30px;
  font-size: 16px;
  color: #282828;
  font-family: "Microsoft YaHei";
  text-align: center;
} /**文章副标题**/
.article .arti_metas {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
} /**文章其他属性**/
.article .entry {
  margin: 0 auto;
  padding: 5px 0px;
  min-height: 300px;
  overflow: hidden;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 6px;
}
.article .entry .read img {
  max-width: 840px;
  _width: expression(this.width > 940 ? "840px": this.width);
} /**文章阅读部分图片大小限制**/

/* ================= 页脚新版样式重构 ================= */
.wrapper.footer {
  background-color: #9a001d;
  padding: 40px 0;
  color: #fff;
  margin-top: 50px;
}
.wrapper.footer a {
  color: #fff;
}
.wrapper.footer a:hover {
  text-decoration: underline;
}

#foot {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* --- 左侧布局：Logo与文字 --- */
.foot_l {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.foot_l .sign {
  margin-right: 25px;
  margin-top: 5px;
}
.foot_l .sign img {
  width: 70px; /* 控制事业单位Logo的大小 */
}
.foot_l .info_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 消除全局 input / button 定位对底部搜索框的灾难性影响 */
.foot_l .searchbox input,
.foot_l .searchbox button {
  position: static;
}
.foot_l .searchbox input {
  height: 28px;
  border: none;
  padding-left: 5px;
  border-radius: 2px 0 0 2px;
}
.foot_l .searchbox button {
  height: 21px;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #333;
  border-radius: 0 2px 2px 0;
  padding: 0 10px;
}

.foot_l .copyrights {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
}

/* --- 右侧布局：快捷访问与二维码 --- */
.foot_r {
  display: flex;
  width: 620px;
  justify-content: space-between;
}

/* 快捷访问 1行3列布局 */
.foot_r .quick {
  flex: 1;
}
.foot_r .quick dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.foot_r .quick dt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.foot_r .quick dd {
  width: 33.33%;
  margin-bottom: 12px;
  font-size: 14px;
}

/* 微信及联系我们图片区块 */
.foot_r .weixin {
  width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.foot_r .weixin > div {
  margin-bottom: 15px;
}
.foot_r .weixin > div img {
  width: 100%;
  max-width: 130px; /* 联系我们按钮 */
}
.foot_r .weixin > img {
  width: 100px;
  height: 100px; /* 二维码区域 */
  margin-bottom: 5px;
  background-color: #fff;
  padding: 4px; /* 二维码白底描边防黑边融合 */
}
/* 新增轮播图底部分页器指示点样式 */
.banner .swiper-pagination {
  bottom: 20px;
}

/* 默认未激活状态：白色圆点 */
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 6px !important;
}

/* 激活状态：红色长条 */
.banner .swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 6px;
  background: #ff0000;
  opacity: 1;
}
