@charset "utf-8";

/* hover */
.literalList_main_content li:hover a {
  background: #F7F7F7;
}
.literalList_main_content li:hover a span{
  font-weight: bold;
  color: #254ba7;
}
/* 图片hover */
.list_main_content li:hover a img {
  transform: scale(1.1);
}

.list_main_content li:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
/* content */
.decorativePicture img {
  width: 100%;
  height: auto;
}

.content {
  padding: 50px 0;
  min-height: 478px;
}
.content_title {
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  text-align: center;
}
.content_source {
  margin-top: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.content_source i {
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  margin: 0 7.5px;
}
.content_main p {
  /* margin-top: 25px; */
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
}
.content_main img {
  margin: 15px auto 0;
  display: block;
  max-width: 100%;
  height: auto;
  float: none !important;
}

/* graphicList */
.list {
  padding: 50px 0;
  min-height: 700px;
}
.list_content {
  display: flex;
  justify-content: space-between;
}

.sideColumn {
  width: 21.5%;
  /* height: calc(15.625vw / 75 * 73); */
  background: url(../images/yccd_bg.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.sideColumn .Column_title {
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSerifCNVF;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  padding-top: 24px;
}
.sideColumn ul {
  margin-top: 17px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  width: calc(100% - 10px);
  float: right;
  padding: 12px 25px 27px;
}
.sideColumn ul li {
  line-height: 50px;
  border-bottom: 1px dashed #e0e0e0;
}
.sideColumn ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sideColumn ul li a p {
  font-size: 16px;
  color: #333;
}
.sideColumn ul li a span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.sideColumn ul .active a p {
  font-weight: bold;
  color: #13acfc;
}

.sideColumn ul .active a span {
  background-image: url(../images/column_yjt.png);
  background-size: cover;
  background-position: center;
}
.list_main {
  width: 75.715%;
}

.Column_nav,
.Column_nav a {
  margin-top: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  margin-bottom: 30px;
}
.Column_nav a::after {
  content: ">";
  margin: 0 7px;
}
.Column_nav a:last-child::after {
  display: none;
}
.list_main_column {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
.list_main_column::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #13acfc;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.list_main_content {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: 48px;
}
.list_main_content li {
  width: 31.8%;
  margin-bottom: 25px;
  transition: box-shadow 0.3s ease;
}
.list_main_content li a{
  display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.list_main_content li a img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.3s ease;

}

.list_main_content .fy {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* literalList */

.literalList_main_content {
  margin-top: 48px;
}
.literalList_main_content li {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.literalList_main_content li a {
  display: block;
  width: 100%;
  padding: 26px 29px 23px;
  transition: background 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.literalList_main_content li a span {
  width: 100%;
  /* display: block; */
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.literalList_main_content li a i,
.literalList_main_content li a p{
  color: #999999;
  /* font-size: 13px; */
}
.literalList_main_content li a i {
 line-height: 13px;
 /* display: block; */
 /* margin: 18px 0 12px; */
 float: right;
 font-style: inherit;
}
.literalList_main_content li a p {
  line-height: 26px;
}


/* intro */
.intro_main_content{
  margin-top: 48px;
}
.intro_main_content img{
  display: inline-block;
}


/*  */
.text {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 9;
}

.text_main {
  display: flex;
  justify-content: space-between;
}



.text_nav div {
  width: 100%;
  background-color: #a8322b;
  line-height: 80px;
  padding: 0 33px;
  font-size: 38px;
  color: #fff;
}



.text_content,
.graphic_content {
  width: 100%;
}

.text_content_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  line-height: 50px;
}

.text_content_div span {
  font-size: 18px;
  color: #567a94;
  position: relative;
}

.text_content_div span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #cbcbcb;
  left: 0;
  bottom: -3px;
}

.text_content_div div {
  border: none;
  font-size: 12px;
  color: #666;
}

.text_content_div div a {
  font-size: 12px;
  color: #2f2f2f;
}

.text_content_div div a:hover {
  color: #e61322;
}

.text_content_div div a:first-child {
  margin-right: 5px;
}

.text_content_div div a:last-child {
  margin-left: 5px;
}

.text_content ul li {
  border-bottom: 1px solid #e4e4e4;
}

.text_content ul li:hover {
  border-bottom: 1px solid #254ba7;
}

.text_content ul li a {
  display: block;
  padding: 35px 0 16px;
}

.text_content ul li a span {
  display: block;
  line-height: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #3b3b3b;
}

.text_content ul li:hover a span {
  color: #a8322b;
}

.text_content ul li a p {
  line-height: 68px;
  font-size: 17px;
  color: #3b3b3b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_content ul li:hover a p {
  color: #e61322;
}

.text_content ul li a i {
  display: block;
  font-size: 16px;
  line-height: 12px;
  color: #888888;
  font-weight: bold;
  font-style: italic;
}

/* 搜索结果 */
.text {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 9;
}

.text_main {
  display: flex;
  justify-content: space-between;
}



.text_nav div {
  width: 100%;
  background-color: #a8322b;
  line-height: 80px;
  padding: 0 33px;
  font-size: 38px;
  color: #fff;
}



.text_content{
  width: 100%;
}

.text_content_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  line-height: 50px;
}

.text_content_div span {
  font-size: 18px;
  color: #567a94;
  position: relative;
}

.text_content_div span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #cbcbcb;
  left: 0;
  bottom: -3px;
}

.text_content_div div {
  border: none;
  font-size: 12px;
  color: #666;
}

.text_content_div div a {
  font-size: 12px;
  color: #2f2f2f;
}

.text_content_div div a:hover {
  color: #e61322;
}

.text_content_div div a:first-child {
  margin-right: 5px;
}

.text_content_div div a:last-child {
  margin-left: 5px;
}

.text_content ul li {
  border-bottom: 1px solid #e4e4e4;
}

.text_content ul li:hover {
  border-bottom: 1px solid #254ba7;
}

.text_content ul li a {
  display: block;
  padding: 35px 0 16px;
}

.text_content ul li a span {
  display: block;
  line-height: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #3b3b3b;
}

.text_content ul li:hover a span {
  color: #a8322b;
}

.text_content ul li a p {
  line-height: 68px;
  font-size: 17px;
  color: #3b3b3b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_content ul li:hover a p {
  color: #e61322;
}

.text_content ul li a i {
  display: block;
  font-size: 16px;
  line-height: 12px;
  color: #888888;
  font-weight: bold;
  font-style: italic;
}



@media (max-width: 1500px) {
.content_main,
.list_content,
.text_main   {
  width: 100%;
  padding: 0 3%;
}


}

@media (max-width: 1200px) {
.decorativePicture{
  margin-top: 120px;
}
}

@media (max-width: 1024px) {
  .decorativePicture{
    margin-top: 110px;
  }
  .sideColumn{
    display: none;
  }
  .list_main {
    width: 100%;
}
.intro_main_content {
  padding-left: 0;
  padding-right: 0;
}
}

@media (max-width: 768px) {
  .decorativePicture{
    margin-top: 100px;
  }
  .list_main_content li {
    width: 48%;
}
.literalList_main_content li {
  width: 100%;
  margin-bottom: 0;
}
}

@media (max-width: 540px) {
  .decorativePicture{
    margin-top: 70px;
  }
  .literalList_main_content li a {
    padding: 15px 0;
}
  .literalList_main_content {
  margin-top: 30px;
}
}

@media (max-width: 480px) {
  .decorativePicture{
    margin-top: 60px;
  }
  .content {
    padding: 30px 0;
}
.list{
  padding: 30px 0;
}
.text {
  padding: 30px 0;
}
}